01b9148855e880374ca8b8c99f3767ed20987791
[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 [  8069] By: jhi                                   on 2000/12/10  04:39:19
36         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
37              From: andreas.koenig@anima.de (Andreas J. Koenig)
38              Date: 09 Dec 2000 17:14:25 +0100
39              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
40      Branch: perl
41            + t/base/commonsense.t
42            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
43 ____________________________________________________________________________
44 [  8068] By: jhi                                   on 2000/12/10  04:17:36
45         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
46              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
47              Date: Sat, 9 Dec 2000 16:47:22 -0000
48              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
49      Branch: perl
50            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
51            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
52            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
53            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
54            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
55            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
56            ! t/lib/sdbm.t
57 ____________________________________________________________________________
58 [  8067] By: jhi                                   on 2000/12/10  03:52:02
59         Log: Test case for #8066.
60      Branch: perl
61            ! t/op/misc.t
62 ____________________________________________________________________________
63 [  8066] By: jhi                                   on 2000/12/10  03:50:30
64         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
65              From: Simon Cozens <simon@cozens.net>
66              Date: Sun, 10 Dec 2000 00:55:37 +0000
67              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
68      Branch: perl
69            ! pp_sys.c
70 ____________________________________________________________________________
71 [  8065] By: jhi                                   on 2000/12/10  03:44:52
72         Log: Test case for #8064.
73      Branch: perl
74            ! t/comp/proto.t
75 ____________________________________________________________________________
76 [  8064] By: jhi                                   on 2000/12/10  03:42:32
77         Log: Subject: Re: prototype of substr
78              From: Simon Cozens <simon@cozens.net>
79              Date: Sun, 10 Dec 2000 00:13:33 +0000
80              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
81              
82              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
83      Branch: perl
84            ! pp.c
85 ____________________________________________________________________________
86 [  8063] By: jhi                                   on 2000/12/10  03:39:42
87         Log: Subject: [PATCH] perlguts.pod
88              From: Simon Cozens <simon@cozens.net>
89              Date: Sun, 10 Dec 2000 00:06:47 +0000
90              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
91              
92              Documentation of the different types of ops,
93              plus the functions in dump.c
94      Branch: perl
95            ! pod/perlguts.pod
96 ____________________________________________________________________________
97 [  8062] By: jhi                                   on 2000/12/10  03:30:04
98         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
99              From: Nicholas Clark <nick@talking.bollo.cx>
100              Date: Sat, 09 Dec 2000 18:57:25 +0000
101              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
102              
103              Be more robust in weird hostname setups.
104      Branch: perl
105            ! t/lib/net-hostent.t
106 ____________________________________________________________________________
107 [  8061] By: jhi                                   on 2000/12/10  03:28:21
108         Log: Pacify fussy compiler. 
109      Branch: perl
110            ! pp_sys.c
111 ____________________________________________________________________________
112 [  8060] By: jhi                                   on 2000/12/10  02:52:46
113         Log: Integrate perlio.
114      Branch: perl
115           !> pp_sys.c t/io/utf8.t
116 ____________________________________________________________________________
117 [  8059] By: nick                                  on 2000/12/09  23:40:14
118         Log: read/sysread/recv should now be utf8 aware.
119              Basic test for utf8 read.
120      Branch: perlio
121            ! pp_sys.c t/io/utf8.t
122 ____________________________________________________________________________
123 [  8058] By: jhi                                   on 2000/12/09  21:56:02
124         Log: Integrate perlio.
125      Branch: perl
126           +> t/io/utf8.t
127           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
128 ____________________________________________________________________________
129 [  8057] By: jhi                                   on 2000/12/09  21:53:35
130         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
131              From: Inaba Hiroto <inaba@st.rim.or.jp>
132              Date: Sun, 10 Dec 2000 05:53:21 +0900
133              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
134              
135              Tests for #8056.
136      Branch: perl
137            ! t/op/each.t
138 ____________________________________________________________________________
139 [  8056] By: jhi                                   on 2000/12/09  21:51:16
140         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
141              From: Inaba Hiroto <inaba@st.rim.or.jp>
142              Date: Sat, 09 Dec 2000 18:02:00 +0900
143              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
144              
145              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
146      Branch: perl
147            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
148 ____________________________________________________________________________
149 [  8055] By: nick                                  on 2000/12/09  20:11:48
150         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
151              than raw PerlIO_write() - does not seem to break any tests.
152      Branch: perlio
153            ! pp_sys.c
154 ____________________________________________________________________________
155 [  8054] By: nick                                  on 2000/12/09  19:47:30
156         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
157              (sysread, recv and write i.e. formats still to do...)
158              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
159              open($fh,">:utf8","name")
160              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
161              so no extra overhead is involved.
162              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
163              to a non-utf8 stream.
164              Add initial io/utf8.t
165              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
166              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
167              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
168      Branch: perlio
169            + t/io/utf8.t
170            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
171 ____________________________________________________________________________
172 [  8053] By: nick                                  on 2000/12/09  19:26:37
173         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
174              was only testing this_utf8.
175      Branch: perlio
176            ! toke.c
177 ____________________________________________________________________________
178 [  8052] By: nick                                  on 2000/12/09  19:09:41
179         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
180              i.e. the output string has one, but don't mess with source assumption.
181      Branch: perlio
182            ! toke.c
183 ____________________________________________________________________________
184 [  8051] By: jhi                                   on 2000/12/09  16:55:17
185         Log: Integrate perlio.
186      Branch: perl
187           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
188           !> sv.c thrdvar.h util.c
189 ____________________________________________________________________________
190 [  8050] By: jhi                                   on 2000/12/09  16:48:07
191         Log: Nits noticed by Peter Prymmer.
192      Branch: perl
193            ! lib/ExtUtils/MM_VMS.pm
194 ____________________________________________________________________________
195 [  8049] By: nick                                  on 2000/12/09  13:49:40
196         Log: UTF8 output prework.
197              - Store $\ and $, as SVs so they can have SvUTF8 flag
198              - use do_print() rather than raw PerlIO_write() to print them.
199      Branch: perlio
200            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
201            ! thrdvar.h util.c
202 ____________________________________________________________________________
203 [  8048] By: nick                                  on 2000/12/09  12:30:43
204         Log: Integrate mainline.
205      Branch: perlio
206           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
207           +> t/op/reverse.t
208           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
209           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
210           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
211           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
212           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
213           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
214 ____________________________________________________________________________
215 [  8047] By: jhi                                   on 2000/12/09  00:23:27
216         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
217              From: Michael G Schwern <schwern@pobox.com>
218              Date: Fri, 8 Dec 2000 14:43:04 -0600
219      Branch: perl
220            ! lib/ExtUtils/MM_VMS.pm
221 ____________________________________________________________________________
222 [  8046] By: jhi                                   on 2000/12/08  23:10:27
223         Log: A missed check-in.
224      Branch: perl
225            ! lib/ExtUtils/Manifest.pm
226 ____________________________________________________________________________
227 [  8045] By: jhi                                   on 2000/12/08  21:57:12
228         Log: (null check-in)
229      Branch: perl
230            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
231 ____________________________________________________________________________
232 [  8044] By: jhi                                   on 2000/12/08  21:11:06
233         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
234              at the final draft stage.
235      Branch: perl
236            + ext/Encode/Encode/iso8859-16.enc
237            ! MANIFEST
238 ____________________________________________________________________________
239 [  8043] By: jhi                                   on 2000/12/08  16:39:04
240         Log: Update Changes.
241      Branch: perl
242            ! Changes patchlevel.h
243 ____________________________________________________________________________
244 [  8042] By: jhi                                   on 2000/12/08  16:33:39
245         Log: Do not return the Unicode replacement character if UTF-8
246              decoding goes awry, it should be up to the caller to decide.
247      Branch: perl
248            ! pod/perlapi.pod utf8.c
249 ____________________________________________________________________________
250 [  8041] By: jhi                                   on 2000/12/08  16:22:28
251         Log: metaconfig maintenance.
252      Branch: metaconfig
253            ! U/modified/stdchar.U
254      Branch: metaconfig/U/perl
255            + testsyml.U
256 ____________________________________________________________________________
257 [  8040] By: jhi                                   on 2000/12/08  16:03:08
258         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
259              From: sthoenna@efn.org
260              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
261              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
262      Branch: perl
263            ! Changes lib/ExtUtils/MM_OS2.pm
264 ____________________________________________________________________________
265 [  8039] By: jhi                                   on 2000/12/08  15:57:11
266         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
267              From: Simon Cozens <simon@cozens.net>
268              Date: Fri, 8 Dec 2000 13:33:31 +0000
269              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
270              
271              (The pp_hot part needed a rewrite.)
272      Branch: perl
273            ! doop.c pp_hot.c utf8.c
274 ____________________________________________________________________________
275 [  8038] By: jhi                                   on 2000/12/08  15:25:08
276         Log: Subject: djSP
277              From: Michael Stevens <michael@etla.org>
278              Date: Wed, 6 Dec 2000 23:24:01 +0000
279              Message-ID: <20001206232400.A21381@firedrake.org>
280              
281              Plus a note from Nick Ing-Simmons.
282      Branch: perl
283            ! pp.h
284 ____________________________________________________________________________
285 [  8037] By: jhi                                   on 2000/12/08  15:18:35
286         Log: Filetype is text.
287      Branch: perl
288            ! t/op/utf8decode.t
289 ____________________________________________________________________________
290 [  8036] By: jhi                                   on 2000/12/08  03:31:27
291         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
292              From: Andy Dougherty <doughera@lafayette.edu>
293              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
294              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
295              
296              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
297              From: Andy Dougherty <doughera@lafayette.edu>
298              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
299              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
300      Branch: perl
301            + ext/POSIX/hints/svr4.pl
302            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
303 ____________________________________________________________________________
304 [  8035] By: jhi                                   on 2000/12/08  03:26:01
305         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
306              From: Andy Dougherty <doughera@lafayette.edu>
307              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
308              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
309      Branch: perl
310            ! t/README t/base/term.t
311 ____________________________________________________________________________
312 [  8034] By: jhi                                   on 2000/12/08  03:21:59
313         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
314              From: mjd@plover.com  
315              Date: 7 Dec 2000 21:04:20 -0000
316              Message-ID: <20001207210420.22282.qmail@plover.com>
317              
318              Plus -z doc.
319      Branch: perl
320            ! pod/perlfunc.pod
321 ____________________________________________________________________________
322 [  8033] By: jhi                                   on 2000/12/08  03:19:03
323         Log: Use the UTF8 macros a bit.  They can't be used with abandon
324              everywhere because we do generate illegal UTF-8 in some situations.
325              This is of course naughty.
326      Branch: perl
327            ! pod/perlapi.pod utf8.c utf8.h
328 ____________________________________________________________________________
329 [  8032] By: jhi                                   on 2000/12/08  03:00:09
330         Log: Out of sync?
331      Branch: perl
332            ! t/pragma/warn/utf8
333 ____________________________________________________________________________
334 [  8031] By: jhi                                   on 2000/12/08  02:22:39
335         Log: Cnt spl.
336      Branch: perl
337            ! MANIFEST
338 ____________________________________________________________________________
339 [  8030] By: jhi                                   on 2000/12/08  01:23:54
340         Log: Add test for reverse().
341      Branch: perl
342            + t/op/reverse.t
343            ! MANIFEST
344 ____________________________________________________________________________
345 [  8029] By: jhi                                   on 2000/12/08  01:21:47
346         Log: Integrate perlio.
347      Branch: perl
348           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
349           !> perlio.c perlio.h perlsdio.h warnings.pl
350 ____________________________________________________________________________
351 [  8028] By: jhi                                   on 2000/12/08  01:19:08
352         Log: Introduce macros for UTF8 decoding.
353      Branch: perl
354            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
355 ____________________________________________________________________________
356 [  8027] By: nick                                  on 2000/12/07  22:18:19
357         Log: Integrate mainline
358      Branch: perlio
359           !> embed.pl pod/perlapi.pod utf8.c
360 ____________________________________________________________________________
361 [  8026] By: nick                                  on 2000/12/07  21:45:08
362         Log: Various oddities p4 diff -se showed up
363              Remove 'our' from warnings.pl
364      Branch: perlio
365            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
366 ____________________________________________________________________________
367 [  8025] By: nick                                  on 2000/12/07  21:43:32
368         Log: Change PerlIO_(get|set)pos to take SV *
369              Should fix, OS/2, VMS, (sfio??)
370      Branch: perlio
371            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
372 ____________________________________________________________________________
373 [  8024] By: jhi                                   on 2000/12/07  19:05:32
374         Log: Document utf8_to_uv() better.
375      Branch: perl
376            ! pod/perlapi.pod utf8.c
377 ____________________________________________________________________________
378 [  8023] By: jhi                                   on 2000/12/07  18:23:47
379         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
380      Branch: perl
381            ! embed.pl pod/perlapi.pod utf8.c
382 ____________________________________________________________________________
383 [  8022] By: jhi                                   on 2000/12/07  04:13:51
384         Log: Integrate perlio.
385      Branch: perl
386           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
387           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
388           !> win32/makefile.mk
389 ____________________________________________________________________________
390 [  8021] By: nick                                  on 2000/12/07  00:28:14
391         Log: Various attempts at MSVC debug - not sure what has
392              changed but works now. 
393              Seems atexit() _may_ work for DLLs built with MSVC so don't
394              call cleanup that way.
395      Branch: perlio
396            ! perlio.c win32/makefile.mk
397 ____________________________________________________________________________
398 [  8020] By: nick                                  on 2000/12/06  19:57:20
399         Log: Integrate mainline
400      Branch: perlio
401           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
402           !> (integrate 75 files)
403 ____________________________________________________________________________
404 [  8019] By: nick                                  on 2000/12/06  19:28:21
405         Log: Add useperlio to config.vc
406              Turn off binmode in config_H.PL
407              Regen all the config_H.xx
408              Attempt to get debugging build with MSVC.
409      Branch: perlio
410            ! win32/config.vc win32/config_H.bc win32/config_H.gc
411            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
412 ____________________________________________________________________________
413 [  8018] By: nick                                  on 2000/12/06  19:21:57
414         Log: Test various dup/external program options on all platforms.
415      Branch: perlio
416            ! t/io/dup.t
417 ____________________________________________________________________________
418 [  8017] By: nick                                  on 2000/12/06  19:20:47
419         Log: Fix harness to be less picky
420      Branch: perlio
421            ! lib/Test/Harness.pm
422 ____________________________________________________________________________
423 [  8016] By: jhi                                   on 2000/12/06  16:45:12
424         Log: Update Changes.
425      Branch: perl
426            ! Changes patchlevel.h
427 ____________________________________________________________________________
428 [  8015] By: jhi                                   on 2000/12/06  16:41:03
429         Log: Test \x{...} with ord().
430      Branch: perl
431            ! t/op/ord.t
432 ____________________________________________________________________________
433 [  8014] By: jhi                                   on 2000/12/06  16:20:33
434         Log: Test tweak because of #8013.
435      Branch: perl
436            ! t/lib/b.t
437 ____________________________________________________________________________
438 [  8013] By: jhi                                   on 2000/12/06  16:09:09
439         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
440              From: Michael G Schwern <schwern@pobox.com>
441              Date: Tue, 5 Dec 2000 21:23:28 -0500
442              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
443              
444              Carp::Heavy parts not very applicable because of recent changes.
445      Branch: perl
446            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
447            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
448            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
449            ! lib/Exporter.pm lib/Exporter/Heavy.pm
450            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
451            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
452            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
453            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
454            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
455            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
456            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
457            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
458            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
459            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
460            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
461            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
462            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
463            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
464            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
465            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
466            ! warnings.pl
467 ____________________________________________________________________________
468 [  8012] By: jhi                                   on 2000/12/06  15:22:38
469         Log: Subject: [PATCH] Re: New harness is failing things
470              From: Nick Ing-Simmons <nik@tiuk.ti.com>
471              Date: Wed, 6 Dec 2000 13:00:30 GMT
472              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
473      Branch: perl
474            ! lib/Test/Harness.pm
475 ____________________________________________________________________________
476 [  8011] By: jhi                                   on 2000/12/06  15:12:08
477         Log: Subject: installhtml changes
478              From: Michael Stevens <michael@etla.org>
479              Date: Wed, 6 Dec 2000 13:15:53 +0000
480              Message-ID: <20001206131553.A27317@firedrake.org>
481      Branch: perl
482            ! installhtml
483 ____________________________________________________________________________
484 [  8010] By: jhi                                   on 2000/12/06  15:06:05
485         Log: Subject: the dTHR hits
486              From: Michael Stevens <michael@etla.org>
487              Date: Wed, 6 Dec 2000 12:06:03 +0000
488              Message-ID: <20001206120603.A24581@firedrake.org>
489              
490              More, errrm, less dTHRs.
491      Branch: perl
492            ! bytecode.pl ext/B/B/C.pm
493 ____________________________________________________________________________
494 [  8009] By: jhi                                   on 2000/12/06  15:04:25
495         Log: Subject: MakeMaker mailing list gone?
496              From: Michael G Schwern <schwern@pobox.com>
497              Date: Tue, 5 Dec 2000 19:29:59 -0500
498              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
499              
500              The MakeMaker mailing list is dead, perlbug is the right
501              address to report bugs.
502      Branch: perl
503            ! lib/ExtUtils/MakeMaker.pm
504 ____________________________________________________________________________
505 [  8008] By: jhi                                   on 2000/12/06  15:00:32
506         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
507              From: Michael G Schwern <schwern@pobox.com>
508              Date: Tue, 5 Dec 2000 19:21:21 -0500
509              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
510              
511              Add a default MANIFEST skip that ignores things like
512              version control files, editor temporary files, and the Makefile.
513      Branch: perl
514            + lib/ExtUtils/MANIFEST.SKIP
515            ! MANIFEST lib/ExtUtils/Manifest.pm
516 ____________________________________________________________________________
517 [  8007] By: jhi                                   on 2000/12/06  14:57:20
518         Log: In Amiga more manual hackery of the scripts seems to be needed,
519              from Jan-Erik Karlsson.  Why Configure does not get this right
520              is unknown, may be shell-induced.
521      Branch: perl
522            ! README.amiga
523 ____________________________________________________________________________
524 [  8006] By: jhi                                   on 2000/12/05  23:53:12
525         Log: Add TOPm1s to peek at the second topmost stack item.
526      Branch: perl
527            ! pp.h
528 ____________________________________________________________________________
529 [  8005] By: jhi                                   on 2000/12/05  23:13:55
530         Log: Avaunt, you foul UTF-8 tests.
531      Branch: perl
532            ! t/op/ver.t t/pragma/utf8.t
533 ____________________________________________________________________________
534 [  8004] By: jhi                                   on 2000/12/05  23:09:54
535         Log: Continue utf8 dispersal. 
536      Branch: perl
537            + t/op/concat.t
538            ! MANIFEST t/pragma/utf8.t
539 ____________________________________________________________________________
540 [  8003] By: nick                                  on 2000/12/05  23:02:39
541         Log: Integrate mainline.
542      Branch: perlio
543           +> t/op/length.t t/op/utf8decode.t
544           !> (integrate 69 files)
545 ____________________________________________________________________________
546 [  8002] By: jhi                                   on 2000/12/05  22:59:28
547         Log: Integrate perlio.
548      Branch: perl
549           !> iperlsys.h perl.c perlio.c win32/perllib.c
550 ____________________________________________________________________________
551 [  8001] By: nick                                  on 2000/12/05  22:07:52
552         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
553              - calloc/free suffer from damage on TerminateThread()
554              - use PerlMemShared (as originally planned) now fixed
555              - avoid doing anything important on DLL "detach".
556      Branch: perlio
557            ! perl.c perlio.c win32/perllib.c
558 ____________________________________________________________________________
559 [  8000] By: nick                                  on 2000/12/05  21:05:09
560         Log: Fix gross PerlMemShared issue.
561      Branch: perlio
562            ! iperlsys.h
563 ____________________________________________________________________________
564 [  7999] By: jhi                                   on 2000/12/05  20:46:58
565         Log: Test for Unicode (UTF-8) hash keys.
566      Branch: perl
567            ! t/op/each.t
568 ____________________________________________________________________________
569 [  7998] By: jhi                                   on 2000/12/05  20:30:35
570         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
571              is now always UTF-8), empty line cosmetics.
572      Branch: perl
573            ! t/pragma/utf8.t
574 ____________________________________________________________________________
575 [  7997] By: jhi                                   on 2000/12/05  20:15:40
576         Log: Subject: Re: STRLEN - what?
577              From: Andy Dougherty <doughera@lafayette.edu>
578              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
579              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
580              
581              Explain STRLEN.
582      Branch: perl
583            ! pod/perlguts.pod
584 ____________________________________________________________________________
585 [  7996] By: jhi                                   on 2000/12/05  20:13:34
586         Log: Split off the UTF-8 decoder tests, make them to check also
587              the error message.
588      Branch: perl
589            + t/op/utf8decode.t
590            ! MANIFEST t/pragma/utf8.t utf8.c
591 ____________________________________________________________________________
592 [  7995] By: jhi                                   on 2000/12/05  16:39:47
593         Log: Start migrating bits of pragma/utf8 to elsewhere
594              (since the long term plan is to obsolete 'use utf8').
595      Branch: perl
596            + t/op/length.t
597            ! MANIFEST t/pragma/utf8.t
598 ____________________________________________________________________________
599 [  7994] By: jhi                                   on 2000/12/05  16:30:21
600         Log: Fix a manual edit typo from #7993, fix the message formatting
601              for Unicode, add few our declarations.
602      Branch: perl
603            ! lib/Carp/Heavy.pm
604 ____________________________________________________________________________
605 [  7993] By: jhi                                   on 2000/12/05  16:09:15
606         Log: Subject: Need help with warnings :-(
607              From: "Ben Tilly" <ben_tilly@hotmail.com>
608              Date: Tue, 05 Dec 2000 01:35:54 -0500
609              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
610              
611              Subject: UPDATE: Carp/Heavy now passes all tests
612              From: "Ben Tilly" <ben_tilly@hotmail.com>
613              Date: Tue, 05 Dec 2000 07:59:41 -0500
614              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
615              
616              The Brave New Carp.
617      Branch: perl
618            ! lib/Carp.pm lib/Carp/Heavy.pm
619 ____________________________________________________________________________
620 [  7992] By: jhi                                   on 2000/12/05  15:55:08
621         Log: Subject: [PATCH perl@7979] cygwin port
622              From: "Eric Fifer" <efifer@dircon.co.uk>
623              Date: Tue, 5 Dec 2000 14:04:09 -0000
624              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
625      Branch: perl
626            ! t/lib/net-hostent.t
627 ____________________________________________________________________________
628 [  7991] By: jhi                                   on 2000/12/05  15:52:34
629         Log: Subject: Re: [PATCH] The largest hoax of all times?
630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
631              Date: Tue, 5 Dec 2000 00:40:25 -0500
632              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
633              
634              Subject: Re: [PATCH] The largest hoax of all times?
635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
636              Date: Mon, 4 Dec 2000 23:55:53 -0500
637              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
638              
639              Subject: Re: [PATCH] The largest hoax of all times?
640              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
641              Date: Tue, 5 Dec 2000 01:28:45 -0500
642              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
643              
644              Fix the unpredictable order of DESTROYs.
645      Branch: perl
646            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
647            ! sv.c sv.h t/op/ref.t
648 ____________________________________________________________________________
649 [  7990] By: jhi                                   on 2000/12/05  14:38:53
650         Log: Subject: [PATCH] shrink pp_hot fractionally
651              From: Nicholas Clark <nick@ccl4.org>
652              Date: Tue, 5 Dec 2000 12:44:31 +0000
653              Message-ID: <20001205124431.E74518@plum.flirble.org>
654              
655              Use report_evil_fh().
656      Branch: perl
657            ! opcode.pl opnames.h pp_hot.c util.c
658 ____________________________________________________________________________
659 [  7989] By: jhi                                   on 2000/12/05  14:21:27
660         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
661              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
662              Date: Mon, 04 Dec 2000 22:21:59 -0800
663              Message-ID: <HmIL6gzkgepS092yn@efn.org>
664              
665              Harness shouldn't ignore responses like "ok 3\r\r\n".
666      Branch: perl
667            ! lib/Test/Harness.pm
668 ____________________________________________________________________________
669 [  7988] By: jhi                                   on 2000/12/05  13:51:28
670         Log: Integrate the "skip" messages to explain().
671      Branch: perl
672            ! t/lib/syslfs.t t/op/lfs.t
673 ____________________________________________________________________________
674 [  7987] By: jhi                                   on 2000/12/05  12:34:54
675         Log: The one that got away in #7984.
676              
677              Subject: Re: dTHR - what and why?
678              From: Michael Stevens <michael@etla.org> 
679              Date: Tue, 5 Dec 2000 11:15:52 +0000
680              Message-ID: <20001205111552.A4647@firedrake.org>
681      Branch: perl
682            ! sv.h
683 ____________________________________________________________________________
684 [  7986] By: gsar                                  on 2000/12/05  09:14:44
685         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
686              due to the notorious GetFileType() bug in Windows 9x, which fstat()
687              tickles)
688      Branch: perl
689            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
690 ____________________________________________________________________________
691 [  7985] By: jhi                                   on 2000/12/05  05:49:03
692         Log: Integrate perlio.
693      Branch: perl
694           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
695           !> win32/perlhost.h win32/perllib.c
696 ____________________________________________________________________________
697 [  7984] By: jhi                                   on 2000/12/05  05:48:16
698         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
699      Branch: perl
700            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
701            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
702            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
703            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
704            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
705            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
706            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
707            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
708            ! win32/win32.c
709 ____________________________________________________________________________
710 [  7983] By: nick                                  on 2000/12/04  23:27:43
711         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
712      Branch: perlio
713            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
714            ! win32/perlhost.h win32/perllib.c
715 ____________________________________________________________________________
716 [  7982] By: jhi                                   on 2000/12/04  19:44:09
717         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
718              uncovered by #7980.
719      Branch: perl
720            ! op.c
721 ____________________________________________________________________________
722 [  7981] By: jhi                                   on 2000/12/04  19:42:07
723         Log: Subject: [PATCH] Trivial dump.c feature
724              From: Simon Cozens <simon@cozens.net>
725              Date: Mon, 4 Dec 2000 18:08:38 +0000
726              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
727              
728              Show whether a constant is UTF-8.
729      Branch: perl
730            ! dump.c
731 ____________________________________________________________________________
732 [  7980] By: jhi                                   on 2000/12/04  19:36:51
733         Log: UTF-8 hash keys, patch from Inaba Hiroto.
734      Branch: perl
735            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
736 ____________________________________________________________________________
737 [  7979] By: jhi                                   on 2000/12/04  17:36:28
738         Log: Update Changes.
739      Branch: perl
740            ! Changes patchlevel.h
741 ____________________________________________________________________________
742 [  7978] By: jhi                                   on 2000/12/04  16:42:17
743         Log: Retract #7977, still too volatile (the euphemism of the day
744              for unfinished and buggy :-)
745      Branch: perl
746            ! doop.c hv.c pp.c sv.h
747 ____________________________________________________________________________
748 [  7977] By: jhi                                   on 2000/12/04  16:25:15
749         Log: (Retracted by #7978, too shaky yet.)
750              
751              Subject: Re: utf8 in hash keys, implementor missing
752              From: Simon Cozens <simon@cozens.net>
753              Date: Sat, 2 Dec 2000 19:49:35 +0000
754              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
755              
756              The first step at UTF-8 hash keys.
757      Branch: perl
758            ! doop.c hv.c pp.c sv.h
759 ____________________________________________________________________________
760 [  7976] By: jhi                                   on 2000/12/04  16:13:53
761         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
762              From: sthoenna@efn.org
763              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
764              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
765      Branch: perl
766            ! os2/os2.c perlio.c
767 ____________________________________________________________________________
768 [  7975] By: jhi                                   on 2000/12/04  16:05:25
769         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
770              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
771              Date: Thu, 30 Nov 2000 20:50:37 -0800
772              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
773      Branch: perl
774            ! os2/os2.c
775 ____________________________________________________________________________
776 [  7974] By: jhi                                   on 2000/12/04  16:03:57
777         Log: Subject: [PATCH] ++ 20% faster
778              From: Nicholas Clark <nick@ccl4.org>
779              Date: Mon, 4 Dec 2000 12:17:27 +0000
780              Message-ID: <20001204121726.B52976@plum.flirble.org>
781              
782              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
783      Branch: perl
784            ! sv.c
785 ____________________________________________________________________________
786 [  7973] By: jhi                                   on 2000/12/04  16:00:48
787         Log: 
788              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
789              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
790              Date: Mon, 04 Dec 2000 12:30:45 +0100
791              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
792              
793              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
794              library (getprotobyname and getprotobynumber are outversioned by
795              the same calls in libc, at least for xlc version 3.
796      Branch: perl
797            ! hints/aix.sh
798 ____________________________________________________________________________
799 [  7972] By: jhi                                   on 2000/12/04  02:58:31
800         Log: Integrate perlio.
801      Branch: perl
802           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
803           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
804           !> win32/win32.h win32/win32iop.h win32/win32thread.h
805 ____________________________________________________________________________
806 [  7971] By: nick                                  on 2000/12/04  00:24:33
807         Log: Quieten some noise in Win32 builds:
808              - win32.h is included after <sys/socket.h>, so need to 
809              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
810              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
811      Branch: perlio
812            ! doio.c perl.h toke.c win32/win32.h
813 ____________________________________________________________________________
814 [  7970] By: nick                                  on 2000/12/03  22:57:46
815         Log: PERL_IMPLICIT_SYS compiles but does not work.
816      Branch: perlio
817            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
818            ! win32/perlhost.h win32/perllib.c win32/win32.h
819            ! win32/win32iop.h win32/win32thread.h
820 ____________________________________________________________________________
821 [  7969] By: jhi                                   on 2000/12/03  22:12:58
822         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
823              used to swash_init(), makes regprop() dumps more informative
824              (+utf8::IsAlpha, -utf8::IsDigit, for example).
825      Branch: perl
826            ! regcomp.c regexec.c
827 ____________________________________________________________________________
828 [  7968] By: jhi                                   on 2000/12/03  21:39:56
829         Log: Implement ANYOFUTF8 regprop() dumping.
830      Branch: perl
831            ! regcomp.c
832 ____________________________________________________________________________
833 [  7967] By: jhi                                   on 2000/12/03  20:57:19
834         Log: Make uv_to_utf8() to zero-terminate its output buffer,
835              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
836      Branch: perl
837            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
838 ____________________________________________________________________________
839 [  7966] By: nick                                  on 2000/12/03  18:41:21
840         Log: Integrate mainline (STDCHAR)
841      Branch: perlio
842           !> Configure t/pragma/utf8.t
843 ____________________________________________________________________________
844 [  7965] By: jhi                                   on 2000/12/03  17:58:20
845         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
846      Branch: perl
847            ! t/pragma/utf8.t
848 ____________________________________________________________________________
849 [  7964] By: jhi                                   on 2000/12/03  17:35:56
850         Log: Integrate perlio.
851      Branch: perl
852           !> iperlsys.h perlio.c
853 ____________________________________________________________________________
854 [  7963] By: jhi                                   on 2000/12/03  17:33:55
855         Log: Metaconfig unit change for #7962.
856      Branch: metaconfig
857            ! U/modified/stdchar.U
858 ____________________________________________________________________________
859 [  7962] By: jhi                                   on 2000/12/03  17:33:27
860         Log: Untangle the <stdio.h> #include nest for the stdchar test,
861              from Andy Dougherty.
862      Branch: perl
863            ! Configure
864 ____________________________________________________________________________
865 [  7961] By: nick                                  on 2000/12/03  16:53:00
866         Log: Make iperlsys.h vector stdio not PerlIO.
867      Branch: perlio
868            ! iperlsys.h perlio.c
869 ____________________________________________________________________________
870 [  7960] By: nick                                  on 2000/12/03  14:43:01
871         Log: Integrate mainline
872      Branch: perlio
873           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
874           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
875 ____________________________________________________________________________
876 [  7959] By: jhi                                   on 2000/12/03  08:16:36
877         Log: Use DO_UTF8().
878      Branch: perl
879            ! op.c
880 ____________________________________________________________________________
881 [  7958] By: jhi                                   on 2000/12/02  18:33:05
882         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
883              From: Mike Guy <mjtg@cam.ac.uk>         
884              Date: Sat, 02 Dec 2000 17:27:13 +0000
885              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
886              
887              An extraneous argument.
888      Branch: perl
889            ! toke.c
890 ____________________________________________________________________________
891 [  7957] By: jhi                                   on 2000/12/02  18:22:32
892         Log: A missing hunk.
893      Branch: perl
894            ! t/lib/net-hostent.t
895 ____________________________________________________________________________
896 [  7956] By: jhi                                   on 2000/12/02  18:06:20
897         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
898              From: Nicholas Clark <nick@ccl4.org>
899              Date: Sat, 2 Dec 2000 14:28:27 +0000
900              Message-ID: <20001202142827.A12308@plum.flirble.org>
901              
902              Test robustness.
903      Branch: perl
904            ! t/lib/net-hostent.t
905 ____________________________________________________________________________
906 [  7955] By: jhi                                   on 2000/12/02  17:58:06
907         Log: Metaconfig unit change for #7954.
908      Branch: metaconfig
909            ! U/modified/stdchar.U
910 ____________________________________________________________________________
911 [  7954] By: jhi                                   on 2000/12/02  17:54:32
912         Log: An inconvenient hang would happen if the stdio _ptr wasn't
913              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
914              would be grepping stdin for all eternity for the _ptr.)
915      Branch: perl
916            ! Configure
917 ____________________________________________________________________________
918 [  7953] By: jhi                                   on 2000/12/02  00:07:15
919         Log: Update Changes.
920      Branch: perl
921            ! Changes patchlevel.h
922 ____________________________________________________________________________
923 [  7952] By: jhi                                   on 2000/12/01  23:54:47
924         Log: Subject: Re: long shell lines
925              From: Andy Dougherty <doughera@lafayette.edu>
926              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
927              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
928              
929              Split overly long shell command lines.
930      Branch: perl
931            ! lib/ExtUtils/MM_Unix.pm
932 ____________________________________________________________________________
933 [  7951] By: jhi                                   on 2000/12/01  23:48:02
934         Log: The metaconfig unit change for #7950.
935      Branch: metaconfig
936            + U/modified/stdchar.U
937 ____________________________________________________________________________
938 [  7950] By: jhi                                   on 2000/12/01  23:47:39
939         Log: Try to find stdchar also from <stdio_impl.h>.
940      Branch: perl
941            ! Configure config_h.SH
942 ____________________________________________________________________________
943 [  7949] By: jhi                                   on 2000/12/01  23:46:45
944         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
945              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
946              Date: Fri, 1 Dec 2000 16:26:08 -0500
947              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
948              
949              Reword the diagnostic message.
950      Branch: perl
951            ! pod/perldiag.pod
952 ____________________________________________________________________________
953 [  7948] By: nick                                  on 2000/12/01  22:49:43
954         Log: Integrate mainline (for s/y/m as sub names stuff).
955      Branch: perlio
956           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
957           !> t/pragma/warn/toke toke.c
958 ____________________________________________________________________________
959 [  7947] By: jhi                                   on 2000/12/01  20:55:41
960         Log: Integrate perlio.
961      Branch: perl
962           !> perlio.c perliol.h t/io/pipe.t
963 ____________________________________________________________________________
964 [  7946] By: jhi                                   on 2000/12/01  20:36:51
965         Log: Upgrade to CPAN 1.59_51, from Andreas König.
966      Branch: perl
967            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
968 ____________________________________________________________________________
969 [  7945] By: nick                                  on 2000/12/01  20:31:32
970         Log: Integrate mainline
971      Branch: perlio
972           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
973           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
974           +> t/lib/net-hostent.t
975           !> (integrate 35 files)
976 ____________________________________________________________________________
977 [  7944] By: jhi                                   on 2000/12/01  20:23:29
978         Log: Some help for 20001130.011.  Now one gets warnings like
979              "Ambiguous -f() resolved as a file test ..."
980      Branch: perl
981            ! pod/perldiag.pod t/pragma/warn/toke toke.c
982 ____________________________________________________________________________
983 [  7943] By: jhi                                   on 2000/12/01  19:44:44
984         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
985              that also breaks using them as methods. 
986      Branch: perl
987            ! pod/perldiag.pod t/op/misc.t toke.c
988 ____________________________________________________________________________
989 [  7942] By: nick                                  on 2000/12/01  17:56:46
990         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
991              Make 'unix' pass most tests
992              - do unread by temporary push of layer ("pending") holding unread chars
993              - fast_gets is now based on per-handle flag
994              - relax one of io/pipe.t tests to allow print to fail and close to
995              succeed so that it passes on unbuffered "unix" layer.
996              Remaining fail is sporadic and a genuine race condition between
997              parent/child in fork test.
998      Branch: perlio
999            ! perlio.c perliol.h t/io/pipe.t
1000 ____________________________________________________________________________
1001 [  7941] By: jhi                                   on 2000/12/01  15:28:58
1002         Log: (Retracted by #7943.)
1003              
1004              Reserve the short named string operator names.
1005      Branch: perl
1006            ! pod/perldiag.pod t/op/misc.t toke.c
1007 ____________________________________________________________________________
1008 [  7940] By: jhi                                   on 2000/12/01  06:45:53
1009         Log: Get the three different space character classes right under utf8.
1010      Branch: perl
1011            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
1012            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
1013            ! regexec.c t/op/pat.t utf8.c
1014 ____________________________________________________________________________
1015 [  7939] By: jhi                                   on 2000/12/01  03:26:26
1016         Log: Two more tests that make no sense in UTF-8 since the test
1017              data is not in UTF-8.
1018      Branch: perl
1019            ! t/op/regexp.t
1020 ____________________________________________________________________________
1021 [  7938] By: jhi                                   on 2000/12/01  03:20:39
1022         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
1023              should it be required inside regexen?
1024      Branch: perl
1025            ! regcomp.c t/op/regmesg.t
1026 ____________________________________________________________________________
1027 [  7937] By: jhi                                   on 2000/12/01  02:58:53
1028         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
1029              stored and restored, and thusly was trounced by the utf8 swash
1030              routines.
1031      Branch: perl
1032            ! regcomp.c
1033 ____________________________________________________________________________
1034 [  7936] By: jhi                                   on 2000/11/30  20:41:39
1035         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
1036              Why the different platforms behave so differently (core dump vs
1037              no core dump) on this bug is a but of a mystery, but if I had to
1038              guess I would mumble something like 'alignment'.
1039      Branch: perl
1040            ! sv.c
1041 ____________________________________________________________________________
1042 [  7935] By: jhi                                   on 2000/11/30  16:17:02
1043         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
1044              From: Robin Barker <rmb1@cise.npl.co.uk>
1045              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
1046              Date: Thu, 30 Nov 2000 14:27:12 GMT
1047      Branch: perl
1048            ! perlio.c toke.c
1049 ____________________________________________________________________________
1050 [  7934] By: jhi                                   on 2000/11/30  16:04:49
1051         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
1052      Branch: perl
1053            ! t/lib/net-hostent.t
1054 ____________________________________________________________________________
1055 [  7933] By: jhi                                   on 2000/11/30  06:07:26
1056         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
1057              From: Peter Prymmer <pvhp@forte.com>
1058              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
1059              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
1060              
1061              In VMS the localhost may be LOCALHOST.
1062      Branch: perl
1063            ! t/lib/net-hostent.t
1064 ____________________________________________________________________________
1065 [  7932] By: jhi                                   on 2000/11/30  01:11:11
1066         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
1067              From: Peter Prymmer <pvhp@forte.com>
1068              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
1069              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
1070              
1071              plus regen perlapi.pod.
1072      Branch: perl
1073            ! pod/perlapi.pod utf8.c
1074 ____________________________________________________________________________
1075 [  7931] By: jhi                                   on 2000/11/30  01:06:19
1076         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
1077              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1078              Date:     Wed, 29 Nov 2000 17:15:11 EST
1079              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
1080      Branch: perl
1081            ! t/lib/filter-util.pl t/lib/filter-util.t
1082 ____________________________________________________________________________
1083 [  7930] By: jhi                                   on 2000/11/29  18:51:55
1084         Log: Update Changes.
1085      Branch: perl
1086            ! Changes patchlevel.h
1087 ____________________________________________________________________________
1088 [  7929] By: jhi                                   on 2000/11/29  18:50:55
1089         Log: Update the va_copy() metaconfig unit.
1090      Branch: metaconfig/U/perl
1091            ! need_va_copy.U
1092 ____________________________________________________________________________
1093 [  7928] By: jhi                                   on 2000/11/29  17:50:43
1094         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
1095              From: Dominic Dunlop <domo@computer.org>
1096              Date: Tue, 28 Nov 2000 16:41:57 +0100
1097              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
1098              
1099              Patch to catch a core dump in the Configure va_copy test.
1100      Branch: perl
1101            ! Configure config_h.SH
1102 ____________________________________________________________________________
1103 [  7927] By: jhi                                   on 2000/11/29  17:31:59
1104         Log: Retract #7921, the patch shouldn't be needed.
1105      Branch: perl
1106            ! sv.c
1107 ____________________________________________________________________________
1108 [  7926] By: jhi                                   on 2000/11/29  17:01:41
1109         Log: Make the Class::Struct import() wiser.
1110      Branch: perl
1111            ! lib/Class/Struct.pm t/lib/class-struct.t
1112 ____________________________________________________________________________
1113 [  7925] By: jhi                                   on 2000/11/29  16:36:33
1114         Log: All the core library users of Class::Struct seem to be
1115              using "use Class::Struct 'struct';" instead of the bare
1116              "use Class::Struct;", which isn't documented in Class::Struct.
1117              This can't be right.
1118      Branch: perl
1119            ! lib/File/stat.pm
1120 ____________________________________________________________________________
1121 [  7924] By: jhi                                   on 2000/11/29  16:32:15
1122         Log: A test works better if it has the right 1..$n output.
1123      Branch: perl
1124            ! t/lib/class-struct.t
1125 ____________________________________________________________________________
1126 [  7923] By: jhi                                   on 2000/11/29  16:29:11
1127         Log: Forgot to MANIFEST the new Net::hostent test.
1128      Branch: perl
1129            ! MANIFEST
1130 ____________________________________________________________________________
1131 [  7922] By: jhi                                   on 2000/11/29  16:27:49
1132         Log: Integrate perlio.
1133      Branch: perl
1134           !> iperlsys.h perlio.c
1135 ____________________________________________________________________________
1136 [  7921] By: jhi                                   on 2000/11/29  16:27:10
1137         Log: (Retracted by #7927.)
1138              
1139              Subject: [PATCH] Is infinity a number?
1140              From: Simon Cozens <simon@cozens.net>
1141              Date: Wed, 29 Nov 2000 14:48:20 +0000
1142              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
1143      Branch: perl
1144            ! sv.c
1145 ____________________________________________________________________________
1146 [  7920] By: jhi                                   on 2000/11/29  16:23:02
1147         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
1148              From: rspier@pobox.com (Robert Spier)
1149              Date: Wed, 29 Nov 2000 02:17:49 -0500
1150              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
1151              
1152              Add a test for Net::hostent.
1153      Branch: perl
1154            + t/lib/net-hostent.t
1155 ____________________________________________________________________________
1156 [  7919] By: jhi                                   on 2000/11/29  16:21:31
1157         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
1158              add a test for Class::Struct.
1159      Branch: perl
1160            + t/lib/class-struct.t
1161            ! MANIFEST lib/Class/Struct.pm
1162 ____________________________________________________________________________
1163 [  7918] By: jhi                                   on 2000/11/29  15:48:40
1164         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
1165              From: rspier@pobox.com (Robert Spier)
1166              Date: Wed, 29 Nov 2000 02:25:39 -0500
1167              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
1168              
1169              More checking in case someone has broken their services or
1170              protocol databases.
1171      Branch: perl
1172            ! ext/Sys/Syslog/Syslog.pm
1173 ____________________________________________________________________________
1174 [  7917] By: jhi                                   on 2000/11/29  15:46:25
1175         Log: Subject: [PATCH] $^O  win32 -> MSWin32
1176              From: rspier@pobox.com (Robert Spier)
1177              Date: Wed, 29 Nov 2000 02:17:38 -0500
1178              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
1179              
1180              plus similar nits for vms, err, VMS, and UNICOS.
1181      Branch: perl
1182            ! t/lib/syslfs.t t/op/lfs.t
1183 ____________________________________________________________________________
1184 [  7916] By: jhi                                   on 2000/11/29  15:42:51
1185         Log: Subject: [PATCH] Tokeniser debugging
1186              From: Simon Cozens <simon@cozens.net>
1187              Date: Wed, 29 Nov 2000 14:15:45 +0000
1188              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
1189      Branch: perl
1190            ! perl.c perl.h pod/perlrun.pod toke.c
1191 ____________________________________________________________________________
1192 [  7915] By: jhi                                   on 2000/11/29  15:41:36
1193         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
1194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1195              Date: Wed, 29 Nov 2000 02:13:14 -0500
1196              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
1197              
1198              OUT keyword nits.
1199              
1200              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
1201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1202              Date: Wed, 29 Nov 2000 03:09:04 -0500
1203              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
1204              
1205              OUT and IN_OUT documentation.
1206      Branch: perl
1207            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1208 ____________________________________________________________________________
1209 [  7914] By: jhi                                   on 2000/11/29  03:35:01
1210         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
1211              From: John Tobey <jtobey@john-edwin-tobey.org>
1212              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
1213              Message-Id: <m140e1N-000FOoC@feynman.localnet>
1214              
1215              plus a performance speedup noticed by Sarathy.
1216      Branch: perl
1217            ! op.c
1218 ____________________________________________________________________________
1219 [  7913] By: jhi                                   on 2000/11/29  03:16:59
1220         Log: Use "1 while unlink" so that VMS gets clean, too.
1221      Branch: perl
1222            ! t/lib/filter-util.t
1223 ____________________________________________________________________________
1224 [  7912] By: jhi                                   on 2000/11/29  03:09:08
1225         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
1226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1227              Date: Tue, 28 Nov 2000 03:27:09 -0500
1228              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
1229      Branch: perl
1230            ! lib/ExtUtils/xsubpp
1231 ____________________________________________________________________________
1232 [  7911] By: jhi                                   on 2000/11/29  03:06:30
1233         Log: This should have been part of #7872: no need to scan UTF-8
1234              until eternity.
1235      Branch: perl
1236            ! utf8.c
1237 ____________________________________________________________________________
1238 [  7910] By: jhi                                   on 2000/11/29  02:50:04
1239         Log: One more perltie.pod nit from Casey R. Tweten.
1240      Branch: perl
1241            ! pod/perltie.pod
1242 ____________________________________________________________________________
1243 [  7909] By: jhi                                   on 2000/11/29  02:44:23
1244         Log: Document the known sprintf test failures, exact standard
1245              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
1246      Branch: perl
1247            ! pod/perldelta.pod t/op/sprintf.t
1248 ____________________________________________________________________________
1249 [  7908] By: jhi                                   on 2000/11/29  02:36:23
1250         Log: Add the Encoding table format documentation.
1251      Branch: perl
1252            + ext/Encode/Encode/EncodeFormat.pod
1253            ! MANIFEST
1254 ____________________________________________________________________________
1255 [  7907] By: jhi                                   on 2000/11/29  02:07:24
1256         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
1257              From: "Casey R. Tweten" <crt@kiski.net>
1258              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
1259              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
1260              
1261              Subject: Re: [PATCH] Updating perltie.pod for arrays
1262              From: "Casey R. Tweten" <crt@kiski.net>
1263              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
1264              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
1265      Branch: perl
1266            ! pod/perltie.pod
1267 ____________________________________________________________________________
1268 [  7906] By: nick                                  on 2000/11/28  22:40:59
1269         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
1270      Branch: perlio
1271            ! iperlsys.h perlio.c
1272 ____________________________________________________________________________
1273 [  7905] By: nick                                  on 2000/11/28  22:04:34
1274         Log: Integrate mainline
1275      Branch: perlio
1276           !> (integrate 39 files)
1277 ____________________________________________________________________________
1278 [  7904] By: jhi                                   on 2000/11/28  16:44:43
1279         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
1280              From: Nicholas Clark <nick@babyhippo.co.uk>
1281              Date: Tue, 28 Nov 2000 11:16:57 +0000
1282              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
1283      Branch: perl
1284            ! pod/perlipc.pod
1285 ____________________________________________________________________________
1286 [  7903] By: jhi                                   on 2000/11/28  16:40:31
1287         Log: Subject: [PATCH] Updating perltie.pod for arrays
1288              From: "Casey R. Tweten" <crt@kiski.net>
1289              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
1290              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
1291      Branch: perl
1292            ! pod/perltie.pod
1293 ____________________________________________________________________________
1294 [  7902] By: jhi                                   on 2000/11/28  16:39:37
1295         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
1296              From: Robin Barker <rmb1@cise.npl.co.uk>
1297              Date: Mon, 27 Nov 2000 17:56:44 GMT
1298              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
1299      Branch: perl
1300            ! pod/perlfunc.pod t/op/split.t
1301 ____________________________________________________________________________
1302 [  7901] By: jhi                                   on 2000/11/28  16:28:04
1303         Log: setmode() is a DOSish-only thing.
1304      Branch: perl
1305            ! perlio.c
1306 ____________________________________________________________________________
1307 [  7900] By: jhi                                   on 2000/11/28  16:21:46
1308         Log: Subject: [PATCH] perlcc.PL cleanups
1309              From: Simon Cozens <simon@cozens.net>
1310              Date: Tue, 28 Nov 2000 12:44:35 +0000
1311              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
1312      Branch: perl
1313            ! utils/perlcc.PL
1314 ____________________________________________________________________________
1315 [  7899] By: gsar                                  on 2000/11/28  06:32:55
1316         Log: reintegrate files missed by change#7895
1317      Branch: maint-5.6/perl
1318           +> ext/ByteLoader/bytecode.h utils/Makefile
1319            - utils/perlbc.PL
1320 ____________________________________________________________________________
1321 [  7897] By: gsar                                  on 2000/11/27  18:22:47
1322         Log: can't integrate these two files, for some reason
1323      Branch: maint-5.6/perl
1324            - ext/ByteLoader/bytecode.h utils/Makefile
1325 ____________________________________________________________________________
1326 [  7895] By: gsar                                  on 2000/11/27  18:11:21
1327         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
1328              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
1329              6757..6890,6892..6901 from mainline
1330              
1331              Bytecompiler patches from Benjamin Stuhl.
1332              
1333              More bytecompiler.
1334              
1335              Subject: [PATCH blead] B:: missing dependency
1336              
1337              Subject: [PATCH: 6757] configure.com updates and syslog build
1338              
1339              Long double Gconvert fixes from Yitzchak Scott-Thoennes
1340              and Spider Boardman.
1341              
1342              Subject: [PATCH blead] nextchar() abuse misses an optimisation
1343              
1344              Long double fixes from Spider Boardman.
1345              
1346              Make the selection of NVff et al stricter.
1347              
1348              cSVOPo_*v things index into the current PL_curpad
1349              under ithreads, which is different from the curpad
1350              used by the XSUB.  (In other words, the code as-is
1351              before this patch wouldn't work under ithreads.)
1352              
1353              Be portable.
1354              
1355              VMS MMS (make) wants null action.
1356              
1357              Mac and other portability updates from Chris Nandor.
1358              
1359              Storable support, v-version fixes.
1360              Subject: CPAN.pm beta for testing available
1361              
1362              Portability fix from Hugo van der Sanden.
1363              
1364              Bad makefile.
1365              
1366              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
1367              
1368              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
1369              
1370              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1371              
1372              Replace #6705 with a minimal doc patch.
1373              Subject: [PATCH 5.6.0] replace change #6705
1374              
1375              Drop the separate perlbc, perlcc -b should be enough.
1376              
1377              installperl couldn't tell whether it had run tests or not.
1378              Subject: [PATCH] Re: installperl and t/TEST
1379              
1380              Add silencer flags to installperl.
1381              Subject: [PATCH] Making installperl silent.
1382              
1383              Make "make install" by default silent.  A new "install-verbose"
1384              target is verbose.
1385              
1386              More liberal parsing of version numbers.
1387              Subject: Re: CPAN.pm beta for testing available
1388              
1389              Create directories in silence.
1390              Subject: [PATCH] Another silencer for MakeMaker
1391              
1392              DOS patches and portability/porting notes, from Tim Jenness.
1393              
1394              Make installman to recognize the silence flag -S.
1395              
1396              Actually do something with the silencer option.
1397              
1398              Continue silencing.
1399              
1400              Show the doc file, not the temp file.
1401              
1402              Regen perltoc.
1403              
1404              Subject: [PATCH] More silencing of installman.
1405              
1406              Better wording for the vec lvalue diagnostic.
1407              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
1408              
1409              Subject: [PATCH: 6805] several more tweaks to configure.com
1410              
1411              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
1412              
1413              Missing parts of 
1414              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
1415              
1416              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
1417              (applied slightly modified)
1418              
1419              installperl --verbose and --silent.
1420              Subject: Re: [PATCH] More silencing of installman.
1421              
1422              Add install-silent target.
1423              
1424              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
1425              the problem reported in
1426              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
1427              
1428              Tweak the sfio/useperlio logic, hopefully as wished in
1429              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
1430              
1431              One forgotten file from #6816.
1432              
1433              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
1434              
1435              Remove duplicately applied patch shards.
1436              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
1437              
1438              Support preserving extremely big/small angles.
1439              
1440              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
1441              
1442              Subject: [PATCH] installation not quite silent yet.
1443              
1444              Update the test count.
1445              
1446              Use UVxf, PTR2UV, NVff.
1447              
1448              Document PTR2XX and INT2PTR.
1449              
1450              no-install target a la make -n.
1451              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
1452              
1453              grep -e isn't portable.
1454              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
1455              
1456              Can't get the test to reliably work thanks to the
1457              inaccurateness of floating point.  "Resolves" bug ids
1458              20000826.003, 20000826.009, 20000826.010,
1459              
1460              Subject: installman buglet
1461              
1462              DJGPP update from Laszlo Molnar.
1463              
1464              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1465              
1466              Passing -R in ldflags makes now it to appear in the default
1467              for lddlflags, just like with -L.
1468              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
1469              
1470              Test nit.
1471              
1472              Use the actual thread type, not the pointer-to-struct.
1473              
1474              Provice virtual $Config{ccflags_nolargefiles} etc. 
1475              
1476              display_format used as a class method without arguments was broken,
1477              reported in
1478              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
1479              
1480              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
1481              
1482              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
1483              
1484              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
1485              
1486              opmini.o may be left around if a build is interrupted.
1487              
1488              Typo in #6858.
1489              
1490              Fix for ID 20000828.001, long doubles were not formatted
1491              correctly (showed up in $], which stopped installing perl).
1492              
1493              An attempt to fix the problem reported in
1494              Subject: Building perl@6856 using gcc/AIX 4.3.3 
1495              I can't test this properly since the gcc installation I have
1496              access to seems to be botched (gcc is calling the AIX cpp,
1497              a losing proposition...)
1498              
1499              Add -ld to archname on long tr...double platforms.
1500              
1501              Subject: hv.h Doc Patch
1502              
1503              Potential cruft.
1504              
1505              Subject: [PATCH bleedperl@6856] warnings fixes
1506              
1507              -S is the silent flag, -s is the strip flag.
1508              Subject: [PATCH] Re: [PATCH] make no-install          
1509              
1510              Take out the SUIDMAIL thing, that will not be
1511              a problem in 5.7.*.
1512              
1513              Subject: [PATCH bleedperl@6866] spellings
1514              
1515              Subject: [PATCH] Re: files not cleaned even by veryclean
1516              
1517              Use minimal @INC in tests, most of the time just '../lib',
1518              so that we simply can't pick up stuff from other Perls than
1519              the one we are testing.  Pointed out by
1520              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
1521              
1522              Update to Getopt::Long 2.24, from Johan Vromans.
1523              
1524              Fix for thinko in #6848.
1525              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
1526              
1527              Patches all over for people and the files they (hopefully) care about.
1528              
1529              Subject: Net::protoent does not export 'getproto'
1530              
1531              Missed a change in #6869.
1532              
1533              Subject: [PATCH] Warnings in B::Deparse
1534              
1535              Subject: [PATCH] Glob dumping
1536              
1537              Disable one of the tests for now.
1538              
1539              Disabling the one test is a bit tricky.
1540              
1541              Don't forget to tidy up.
1542              
1543              The #6881 removed one dump line.
1544              
1545              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
1546              
1547              Under usethreads the dumped variable is IN_PAD.
1548              Subject: Re: [PATCH] Glob dumping
1549              
1550              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
1551              
1552              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
1553              
1554              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
1555              
1556              Regen Configure for #6894.
1557              
1558              Subject: [PATCH: 6889] updates to perlebcdic.pod
1559              
1560              Undo namespace pollution of #6878.
1561              Subject: Re: Net::protoent does not export 'getproto'
1562              
1563              Admit that we are leaking scalars.
1564              
1565              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
1566      Branch: maint-5.6/perl
1567           !> (integrate 271 files)
1568 ____________________________________________________________________________
1569 [  7894] By: gsar                                  on 2000/11/27  16:00:34
1570         Log: a couple of nits
1571      Branch: maint-5.6/perl
1572            ! MANIFEST pp_sys.c
1573 ____________________________________________________________________________
1574 [  7893] By: gsar                                  on 2000/11/27  15:10:56
1575         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
1576              6740..6745,6747..6757,6760
1577              
1578              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
1579              
1580              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
1581              
1582              Doc nits spotted by Richard Soderberg.
1583              
1584              move WNOHANG definition to where other such things are
1585              
1586              Make $Config{byteorder} more magical so that it is
1587              dynamically computed: nice for 'fat binaries'.
1588              Subject: [PATCH]: default byteorder
1589              
1590              Subject: [PATCH] Cwd.pm now uses strict
1591              
1592              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
1593              
1594              Get -DLEAKTEST to compile (not necessarily to work, mind)
1595              Subject: [ID 20000724.006] -DLEAKTEST problem
1596              
1597              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
1598              
1599              Add perlebcdic from Peter Prymmer, regen toc.
1600              
1601              Don't propose using modules built for 5.005 if no binary
1602              compatibility with 5.005 is attempted.
1603              
1604              Do not use prototyping here.
1605              Subject: [ID 20000817.016] [PATCH] Peek.xs
1606              
1607              Document what the backtick returns if the command fails.
1608              
1609              Add byteorder to the myconfig output.
1610              
1611              Introduce NVef, NVff, and NVgf, use the middle one.
1612              (helps for lib/peek + Linux + long doubles)  Reported in
1613              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1614              Use NVs in POSIX math, not doubles.
1615              Subject: [ID 20000817.014] POSIX & modfl
1616              
1617              Subject: [PATCH 5.6.0+] newSVrv() memory leak
1618              
1619              The byteorder code in #6671 was wrong.
1620              
1621              Fix the lib/complex failure of
1622              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
1623              Linux long double accuracy issue: something that
1624              when printed with %g looks like "2" but int() of it is 1.
1625              
1626              Propagate new Configure vars.
1627              
1628              Unbuffer the output.
1629              
1630              Subject: [PATCH] perltrap.pod spring cleaning
1631              
1632              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
1633              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
1634              
1635              Tiny Getopt::Long patch from Johan Vromans.
1636              
1637              Document code point which makes if (defined %stash::) to work
1638              (noted by Spider Boardman).
1639              
1640              Subject: [PATCH perl@6698] cygwin port
1641              
1642              Document the NDBM_File and ODBM_File as SDBM_File
1643              was documented in #6417.
1644              
1645              The new tests were missing from #6415.
1646              
1647              Add [[:blank:]] as suggested in
1648              Subject: [ID 20000716.024] [=cc=] / [:blank:]
1649              (the [=cc=] has already been taken care of by #6439
1650              so the whole bug report can be closed)
1651              and make [[:space:]] to be equivalent to isspace(3)
1652              (as opposed to \s, which is isSPACE()).  The difference
1653              is that now [[:space:]] matches the mythical vertical tab,
1654              while \s doesn't.
1655              
1656              Don't eat leading os from index entries.
1657              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
1658              
1659              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
1660              
1661              Typo in pp_complement().
1662              Subject: [PATCH perl-current] Deparse
1663              
1664              Add warnif(), check warnings further up the stack,
1665              all the warnings functions now can take an optional object reference.
1666              Subject: [PATCH bleedperl@6691] warnings pragma update
1667              
1668              Fix a core dump in lib/selfloader under -DDEBUGGING.
1669              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
1670              
1671              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
1672              
1673              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
1674              
1675              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
1676              Put back the long double avoidance code to POSIX.xs
1677              because VMS seems to need it still.
1678              
1679              Introduce a 'veryclean' target that is like 'distclean'
1680              but also removes *~ and *.orig.
1681              
1682              Subject: [ID 20000817.023] endianness description in perlfunc.pod
1683              
1684              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
1685              
1686              Let's try #6717 again.
1687              
1688              UTF8 concat fixes.
1689              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
1690              
1691              pp_open() could pass an uninitialized filename down to do_open9().
1692              
1693              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
1694              
1695              Update to CGI 2.72, from Lincoln Stein.
1696              
1697              Subject: [PATCH] Silence MakeMaker (Was: installman)
1698              
1699              Use temporary directory instead of current directory.
1700              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
1701              
1702              Document odd vs even subreleases and -Dusedevel.
1703              
1704              The veryclean target needs to clobber.
1705              
1706              Use File::Spec->tmpdir().
1707              
1708              Document the number of exponent digits.
1709              
1710              Mention perlebcdic and perlposix-bc.
1711              
1712              s/this one/the 5.6.0 release/
1713              
1714              The #6724 is here.
1715              
1716              The correct cleaning order is an art.
1717              
1718              small tweaks for change#6705: avoid C++ style comments in C code;
1719              use Perl's malloc API rather than the low level system one
1720              
1721              Array context keeps slithering in.
1722              
1723              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
1724              
1725              Subject: [PATCH] os2.c fix for use64bitint
1726              
1727              Update to Pod::LaTeX 0.53.
1728              Subject: [PATCH] lib/Pod/LaTeX.pm updates
1729              
1730              Document the endianness of Alpha more precisely.
1731              
1732              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
1733              
1734              Rename the macro argument because some preprocessors
1735              can't tell the difference and expand arguments also inside
1736              double quoted strings.
1737              
1738              free TLS slot properly on Windows
1739              
1740              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
1741              
1742              Unicos/mk requires elaborate paranoia.
1743              
1744              Tweak the floating point output routine preferences.
1745              
1746              Also under djgpp the timestamps are funky.
1747              
1748              Apply some PodParser 1.18 patches; the Pod/Find.pm
1749              patches cannot be applied since #6712 conflicts.
1750              
1751              Use PodParser 1.18 new test.
1752              
1753              A pod nit.
1754              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
1755              
1756              Be verydeepclean.
1757      Branch: maint-5.6/perl
1758           +> pod/perlebcdic.pod
1759           !> (integrate 106 files)
1760 ____________________________________________________________________________
1761 [  7892] By: jhi                                   on 2000/11/27  15:02:32
1762         Log: Update Changes.
1763      Branch: perl
1764            ! Changes patchlevel.h
1765 ____________________________________________________________________________
1766 [  7891] By: jhi                                   on 2000/11/27  14:57:23
1767         Log: Subject: Re: perlfaq style changes
1768              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1769              Date: Sat, 25 Nov 2000 23:32:26 -0800
1770              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
1771              
1772              plus a note from Ronald Kimball.
1773      Branch: perl
1774            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
1775 ____________________________________________________________________________
1776 [  7890] By: jhi                                   on 2000/11/27  14:53:14
1777         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
1778              From: Benjamin Holzman <bah@ecnvantage.com>
1779              Date: Sun, 26 Nov 2000 16:27:33 -0500
1780              Message-ID: <20001126162733.J25040@ecnvantage.com>
1781      Branch: perl
1782            ! gv.c
1783 ____________________________________________________________________________
1784 [  7889] By: jhi                                   on 2000/11/27  14:43:11
1785         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
1786              From: lvirden@cas.org
1787              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
1788              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
1789      Branch: perl
1790            ! README.amiga
1791 ____________________________________________________________________________
1792 [  7888] By: jhi                                   on 2000/11/27  14:32:34
1793         Log: Restore also the locale test to no-sprintf-taint state.
1794              Fixes the bug 20001127.003.
1795      Branch: perl
1796            ! sv.c t/pragma/locale.t
1797 ____________________________________________________________________________
1798 [  7887] By: gsar                                  on 2000/11/27  14:13:05
1799         Log: integrate changes#6613..6616,6620..6665 from mainline
1800              
1801              VMS configure.com update continues.
1802              
1803              Subject: Test fails / warnings with perl-current #6612
1804              
1805              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
1806              
1807              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1808              
1809              For now remove the mail code.
1810              
1811              Subject: Re: [PATCH] @+, @- readonly
1812              
1813              Subject: warning: storage class after type is obsolescent
1814              
1815              Subject: sfio2000
1816              
1817              Subject: Re: File::Temp problems on VMS in bleedperl
1818              
1819              README.os2 update.
1820              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
1821              
1822              Make the user to give up his firstborn, err, to knowingly
1823              verify installing an unstable developer release.  Also bump
1824              the release to 5.7.0, but leave a patch tag in the local
1825              patches saying that this is not yet the real thing.
1826              
1827              Update (kinda) to Test 1.14, from Joshua Pritikin.
1828              
1829              make ok etc also for win32.
1830              
1831              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
1832              
1833              Don't blow limited stacks, a lower number is enough to
1834              tickle the lookbehind limit.
1835              
1836              Use -Dusedevel; regen Configure and the respective Porting stuff.
1837              
1838              Subject: [PATCH] debugger exit code should reflect user exit code
1839              
1840              Subject: [PATCH perl@6620] cygwin port
1841              
1842              Missed a file from #6638.
1843              
1844              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)
1845              
1846              magic callbacks all need to have same type signature
1847              
1848              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
1849              
1850              Fix a dependency problem.
1851              Subject: [PATCH: 6640] VMS Makefile.SH update
1852              
1853              The numeric locale was reset to "C" by s?printf and never restored.
1854              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
1855              No test since adding the failing example to locale.t
1856              does not fail -- probably because the locale settings are so
1857              thoroughly tweaked by that time.  Running the example standalone
1858              does fail, though.  UPDATE: test case added at change #7540.
1859              
1860              Subject: [ID 20000324.040] minor fix to perlhpux.pod
1861              
1862              Update to CPAN 1.57.
1863              
1864              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
1865              
1866              Change the perlbug address to perl.org since it's more forgiving.
1867              
1868              Change the regx compilation error markers to use = instead of <
1869              since pod makes using the latter quite messy.  Reported in
1870              ID 20000814.006 by Abigail and in
1871              Subject: Unknown escape E<> ?
1872              
1873              Update to perldebtut 1.9, from Richard Foley.
1874              
1875              check that the number pseudo children doesn't exceed
1876              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
1877              the WaitForMultipleObjects() limit that would cause wait()
1878              to crash)
1879              wait() and waitpid() could potentially be rewritten to use
1880              more than one thread to do the waiting to eliminate this
1881              limitation
1882              
1883              change#6328 could make close(SOCKET) return false on windows
1884              when it shouldn't
1885              
1886              pod nit seen in passing
1887              
1888              on windows, the return values from wait() and waitpid() don't
1889              match those of pseudo-pids
1890              
1891              waitpid() now handles externally spawned pids correctly;
1892              fixes for backtick/wait/waitpid failures on Windows 9x
1893              these changes make the pid returned by process functions on
1894              Windows 9x always positive by clearing the high bit (which
1895              is always set on Win9x); pseudo-process PIDs are likewise
1896              always negative now on Win9x (just as on NT/2000)
1897              
1898              trailing new %ENV entries weren't being pushed into the real
1899              environment of subprocesses on Windows
1900              
1901              Tweak the regex compilation errors once more.
1902              
1903              avoid warnings from dense compiler
1904              
1905              add "ok" targets from change#6632 in makefile.mk
1906      Branch: maint-5.6/perl
1907            - lib/Pod/PlainText.pm vms/configure.com
1908           !> (integrate 66 files)
1909 ____________________________________________________________________________
1910 [  7886] By: jhi                                   on 2000/11/27  13:54:18
1911         Log: __FUNCTION__ isn't portable and trying to emulate it leads
1912              into practically spelling out the name of the function.
1913              Takes care of the bug 20001127.001.
1914      Branch: perl
1915            ! perlio.c
1916 ____________________________________________________________________________
1917 [  7885] By: gsar                                  on 2000/11/27  13:53:18
1918         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
1919              6610..6611 from mainline
1920              
1921              Make regular expression parse error messages easier to understand.
1922              Subject: Re: enhanced(?) regex error messages
1923              
1924              Tiny tidying on report_evil_fh().
1925              
1926              Subject: Re: enhanced(?) regex error messages 
1927              plus Capitalize the error messages, plus perldiag them.
1928              
1929              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
1930              
1931              Document here-doc better.
1932              
1933              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
1934              
1935              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
1936              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
1937              (either perlbug or p5p ate the original), plus regen
1938              perlapi and perltoc. 
1939              
1940              Regen global.sym.
1941              
1942              Double check that we have a dirhandle.
1943              
1944              Subject: Re: enhanced(?) regex error messages
1945              (plus two small patches sent privately)
1946              (this still seems to leave few test failures)
1947              
1948              warn is a macro, avoid using at a variable to avoid warnings
1949              in some configurations; readdir.t is too conservative in
1950              estimating number of *.t's
1951              
1952              Get back into sync with Jeffrey on the enhanced regex warnings.
1953              
1954              Subject: [PATCH 5.6.0] cygwin port
1955              
1956              Zero entries were skipped, fix from Adrian Goalby
1957              <argoalby@yahoo.co.uk>
1958              
1959              Subject: Remove dead entry in perldiag
1960              
1961              Amend the description of Perl6.
1962              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
1963              
1964              detypo
1965              
1966              It's the 2ndO'ROSSC.
1967              
1968              Revert the sv.c part of #6559, a better fix is needed.
1969              
1970              Iterating perl6 description.
1971              
1972              Update to Term::ANSIColor 1.03, from Russ Allbery.
1973              
1974              Update to Getopt::Long 2.23_05, from Johan Vromans.
1975              
1976              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
1977              
1978              Update to Pod::Parser 1.17, from Brad Appleton.
1979              
1980              Update to CPAN 1.56, from Andreas König.
1981              
1982              Update to CGI 2.70, from Lincoln Stein.
1983              
1984              Put back the std @INC thing.
1985              
1986              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
1987              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
1988              
1989              Document the IO::Select timeout.
1990              
1991              sleep(1) does not necessarily return 1.
1992              Subject: [PATCH bleadperl] op/lex_assign.t  
1993              
1994              Subject: debugger "d" command doesnt check line number
1995              
1996              B::Deparse didn't do sub attributes.
1997              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
1998              
1999              Preprocessing and postprocessing for File::Find.
2000              Subject: Patch to Find::File.pm to allow alphabetical results
2001              
2002              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
2003              
2004              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
2005              
2006              Subject: Re: [ID 20000730.003] utf8::length() bad
2007              
2008              Subject: Getting perlio and threads to compile
2009              (the Solaris version changes in Configure skipped)
2010              
2011              Tests for #6589.
2012              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
2013              
2014              Add Perl debugging tutorial, regen toc. 
2015              Subject: perldebtut.pod
2016              
2017              Add a few missing files, update MANIFEST.
2018              
2019              Rewrite of vms/subconfigure.com as configure.com,
2020              from Peter Prymmer and the vmsperl crew.
2021              
2022              Should have deleted this in #6603.
2023              
2024              Fix the test for 5005threads.
2025              
2026              Fix-n-skip the tests under 5005threads.
2027              
2028              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
2029              
2030              Upgrade to CGI 2.71, from Lincoln Stein.
2031      Branch: maint-5.6/perl
2032           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
2033           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
2034           +> t/op/regmesg.t t/pod/find.t vms/configure.com
2035            - vms/subconfigure.com
2036            ! lib/lib.pm
2037           !> (integrate 115 files)
2038 ____________________________________________________________________________
2039 [  7884] By: jhi                                   on 2000/11/27  13:44:33
2040         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
2041              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2042              Date:     Mon, 27 Nov 2000 08:23:54 EST
2043              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
2044      Branch: perl
2045            ! vms/descrip_mms.template vms/test.com
2046 ____________________________________________________________________________
2047 [  7883] By: gsar                                  on 2000/11/27  11:50:46
2048         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
2049              6511..6513,6515..6523,6525..6536
2050              
2051              The swallow_bom() saga continues.  The #23 of require.t
2052              (UTF16-LE) still fails (silently, no output) but the #22
2053              (UTF16-BE) seems to be working now.  The root of the
2054              failure may be in sv_gets(): is it UTF-16LE-aware,
2055              especially when it comes to line endings? 
2056              
2057              Document the problem with -P in HP-UX and its workaround.
2058              
2059              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
2060              (aka ID 20000730.002)
2061              
2062              Subject: fix and question re: waitpid() under win32
2063              
2064              Make the safety catch for buggy gccs work with triple version
2065              numbers like 2.95.2.  Reported in
2066              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
2067              
2068              In Digital UNIX warn if gcc explicitly chosen because even
2069              2.95.2 is known to cause problems.
2070              
2071              Make chr() for values >127 to create utf8 when under utf8.
2072              
2073              various syntax errors and such (not fixed: comp/require.t#22 coredump
2074              on Windows)
2075              
2076              Stash away the largefiles flags and libswanted.
2077              
2078              BOM patching from Simon Cozens.
2079              
2080              If gccosandvers is equal to osname, clear gccosandvers.
2081              
2082              Make p4desc to skip non-mainperl branches by default.
2083              
2084              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
2085              
2086              The test from this
2087              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
2088              
2089              In new BSDs changes to argv[] do not show up in ps(1) output,
2090              instead one must use setproctitle().  This was already addressed
2091              by change #6457, but the below has a new variant for FreeBSD 4.0
2092              or later, and the matter is also documented more.
2093              
2094              FreeBSD 3.* updates from
2095              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
2096              
2097              regen_headers, regen perltoc.
2098              
2099              Document in one place the memory abstractions used in Perl core.
2100              
2101              memcpy has n o in it, as pinted ut by Sarathy.
2102              
2103              Remove the extraneous "main::" prefix from all the
2104              "opened only for", "on closed", and "never opened" warnings.
2105              
2106              The name of a filehandle does not have <these>.
2107              
2108              The tr utf8 patching continues.
2109              
2110              The new setproctitle() feature is available only in 
2111              bleeding edge FreeBSD.  From Paul Saab.
2112              
2113              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
2114              
2115              Dump UVs as UVs in Data::Dumper.
2116              
2117              detypo #6494
2118              
2119              Document the IVdf UVuf UVof UVxf.
2120              
2121              require.t needs binmode() to work on windows
2122              
2123              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
2124              that are hopefully soon put into use.
2125              
2126              Allow "no Module;" even if there is no 'unimport'.
2127              
2128              Better skip message for the test; one of the two problems in
2129              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
2130              
2131              The subtest 4 may fail also on VOBS, as pointed out
2132              by Nick Ing-Simmons in November 1999, bug id 19991124.003
2133              (but the failure in that bug report isn't the subtest 4).
2134              
2135              Be more informative on what is skipped and why,
2136              also repeat the list at the end.
2137              
2138              Add a URL for FSF.
2139              
2140              Subject: [PATCH] sv.h documentation - SvLEN
2141              
2142              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
2143              
2144              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
2145              
2146              Subject: [PATCH] bad cppsymbols on os2 + Configure question
2147              
2148              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
2149              
2150              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
2151              mention the idea of @( and @)
2152              
2153              This is 6512.  Really.
2154              
2155              Subject: [ID 19990721.004] Documentation bug in perlfunc
2156              
2157              Subject: Minor tweak to perlvar.pod
2158              
2159              In the warnings call filehandles consistently so;
2160              add "unopened" warning for stat().
2161              
2162              After the #6519 a warning about stat() is just that,
2163              not about a filetest, which now have their own warning.
2164              
2165              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
2166              
2167              Subject: Re: Array vs. List context
2168              
2169              Subject: New perlcc, take 2
2170              
2171              Weed buglets pointed out by
2172              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
2173              
2174              gcc versions might have (parentheses) in them.
2175              
2176              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
2177              
2178              Essential prototype changes were missing from #6527.
2179              Also make report_evil_fh() more bomb-proof.
2180              
2181              Zap lib/Sys directory when cleaning up.
2182              
2183              Change the Policy policy: now -Dprefix= with an existing
2184              Policy.sh and prefix == siteprefix == vendorprefix, then all
2185              of them follow along the new prefix.
2186              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
2187              
2188              Continue fixing the io warnings.  This also
2189              sort of fixes bug ID 20000802.003: the core dump
2190              is no more.  Whether the current behaviour is correct
2191              (giving a warning: "Not a format reference"), is another matter.
2192              
2193              Have symbols for the IoTYPEs.
2194              
2195              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
2196              
2197              Document a bit that UDP is not what you might think.
2198              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
2199              tr memory corruption fix from Simon Cozens.
2200              
2201              Plug the security hole described in the Aug 05 2000 bugtraq message
2202              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
2203              The security hole exists only in suidperls, which isn't
2204              installed or even built by default.
2205      Branch: maint-5.6/perl
2206           !> (integrate 71 files)
2207 ____________________________________________________________________________
2208 [  7882] By: gsar                                  on 2000/11/27  10:25:36
2209         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
2210              from mainline
2211              
2212              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
2213              to be fatal errors (instead of by default ignoring them, and
2214              ignoring with a bug: even though -w gave an error, the opening [
2215              was left in)  Reported in:
2216              
2217              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
2218              
2219              Subject: [PATCH] split /^/
2220              
2221              MacOS nits from Matthias Neeracher.
2222              
2223              More split() doc and test patches from Mike Guy.
2224              
2225              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
2226              from Graham Barr in the module list.
2227              
2228              docfix from Peter Scott <Peter@PSDT.com>.
2229              
2230              File::Temp patches for VMS and OS/2 from Tim Jenness.
2231              
2232              open() wariness in perlbug.
2233              
2234              Subject: [PATCH] minor doc change - perlguts
2235              
2236              Subject: Minor doc patch: handy.h
2237              
2238              Be wary of close()s, too.
2239              
2240              Further File::Temp patches from Yitzchak Scott-Thoennes
2241              and Craig A. Berry.
2242              
2243              Subject: [PATCH] fixes bug 20000508.004
2244              
2245              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
2246              
2247              Allow "no AutoLoader;", based on change #6444,
2248              suggested by Graham Barr.
2249              
2250              Use setproctitle() if available to modify $0.
2251              
2252              Warn if the version of the operating system used to compile gcc
2253              differs from the current version of the operating system.
2254              Also display the gcc compilation os and version in myconfig.
2255              Inspiration from
2256              
2257              Tiny fixes for #6460.
2258              
2259              The problem described in this
2260              Subject: [ID 20000322.018] named chars aren't magical enough
2261              has been fixed in perl 5.6.0 but just in case added a test
2262              to keep it away.  (The report from Joseph Hall.)
2263              
2264              Tune the comments and hopefully stop a memory leak.
2265              
2266              Subject: UTF8 concat
2267              (with a memory leak fixed, plus a few casts added)
2268              This also seems to help for
2269              Subject: [ID 20000716.015] join UTF8 weirdness
2270              
2271              Do not upgrade SVs into utf8 just because they participate
2272              in eq or cmp.  Reported and fix suggested in
2273              Subject: [ID 20000720.009] sv_eq UTF8 bug
2274              
2275              Fix the HALF_UPGRADE() macro introduced in #6263.
2276              
2277              Find green threads before native threads.
2278              Subject: Re: Patch to jpl/JNI/Makefile.PL
2279      Branch: maint-5.6/perl
2280           !> (integrate 30 files)
2281 ____________________________________________________________________________
2282 [  7881] By: jhi                                   on 2000/11/27  05:48:41
2283         Log: It seems that *both* the unused submatch loop cleanup
2284              codes are needed.
2285      Branch: perl
2286            ! regexec.c
2287 ____________________________________________________________________________
2288 [  7880] By: jhi                                   on 2000/11/27  04:50:07
2289         Log: Clean .exists deeper.
2290      Branch: perl
2291            ! Makefile.SH
2292 ____________________________________________________________________________
2293 [  7879] By: jhi                                   on 2000/11/27  02:31:35
2294         Log: The code in regcppop() (see #7878) contains the correct lower
2295              limit for the unused submatch 'cleanup' loop so that under
2296              "use utf8" the following code wouldn't dump core:
2297              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
2298              the cleanup loop in regtry() stomped beyond allocated area
2299              in the startp[] array.  Therefore, copied the correct lower
2300              loop limit (*PL_reglastparen) to regtry().  Note: something
2301              may still not be quite right: why was the _higher_ loop limit
2302              (prog->nparens) different in the utf8 case?
2303              
2304              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
2305              without core dumps, there were about 17 of them before
2306              the patch (with us since Perl 5.7.0).  Two failures, still:
2307              496 and 505 (though these may not be severe).
2308              
2309              Patch #7881 is also needed since both the cleanup loops
2310              seem to be needed.
2311              
2312              Also, the t/op/pat#44 seems to core dump under utf8.
2313              Plus a couple of failures.  UGH-8.
2314      Branch: perl
2315            ! regexec.c
2316 ____________________________________________________________________________
2317 [  7878] By: jhi                                   on 2000/11/27  02:21:17
2318         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
2319              the code in regcppop() seems to be redundant for the test suite --
2320              but it contains a germ of truth, and it needed for the build
2321              process itself: see #7879 and #7881.
2322      Branch: perl
2323            ! regexec.c
2324 ____________________________________________________________________________
2325 [  7877] By: jhi                                   on 2000/11/27  01:53:09
2326         Log: Comment on comment.
2327      Branch: perl
2328            ! regexec.c
2329 ____________________________________________________________________________
2330 [  7876] By: jhi                                   on 2000/11/27  00:49:59
2331         Log: Adjust the docs to agree with #7875.
2332      Branch: perl
2333            ! pod/perllocale.pod
2334 ____________________________________________________________________________
2335 [  7875] By: jhi                                   on 2000/11/27  00:49:27
2336         Log: Retract #7863.  It makes more sense not to taint formatted output,
2337              not even by sprintf().
2338      Branch: perl
2339            ! sv.c
2340 ____________________________________________________________________________
2341 [  7874] By: jhi                                   on 2000/11/26  23:36:02
2342         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
2343              Not really fixed (should really dump the UTF-8 charclass),
2344              but stopped displaying the garbage.
2345              
2346              Also add a note on the (missing) Unicode PSXSPC and BLANK.
2347      Branch: perl
2348            ! regcomp.c
2349 ____________________________________________________________________________
2350 [  7873] By: jhi                                   on 2000/11/26  21:31:13
2351         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
2352      Branch: perl
2353            ! regexec.c
2354 ____________________________________________________________________________
2355 [  7872] By: jhi                                   on 2000/11/26  21:06:04
2356         Log: No need to scan till infinity, 13 is enough.
2357      Branch: perl
2358            ! handy.h utf8.c
2359 ____________________________________________________________________________
2360 [  7871] By: jhi                                   on 2000/11/26  20:20:32
2361         Log: Test line numbers are different with utf8.
2362      Branch: perl
2363            ! t/op/re_tests
2364 ____________________________________________________________________________
2365 [  7870] By: jhi                                   on 2000/11/26  20:10:12
2366         Log: Message nit.
2367      Branch: perl
2368            ! regcomp.c
2369 ____________________________________________________________________________
2370 [  7869] By: jhi                                   on 2000/11/26  19:01:05
2371         Log: Make utf8_length() and utf8_distance() (the latter of which
2372              is unused at the moment) to be less forgiving about bad UTF-8.
2373      Branch: perl
2374            ! embed.h embed.pl objXSUB.h proto.h utf8.c
2375 ____________________________________________________________________________
2376 [  7868] By: jhi                                   on 2000/11/26  18:45:56
2377         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
2378              From: Benjamin Holzman <bah@ecnvantage.com>
2379              Date: Sat, 25 Nov 2000 20:40:20 -0500       
2380              Message-ID: <20001125204020.A25040@ecnvantage.com>              
2381              
2382              Debian allows installing /usr/bin/locale without installing
2383              any locales, an error message will ensue.
2384      Branch: perl
2385            ! t/pragma/locale.t
2386 ____________________________________________________________________________
2387 [  7867] By: jhi                                   on 2000/11/26  18:31:12
2388         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
2389              From: Benjamin Holzman <bah@ecnvantage.com>
2390              Date: Sun, 26 Nov 2000 02:42:34 -0500
2391              Message-ID: <20001126024234.G25040@ecnvantage.com>
2392              
2393              Patch for the bug 20000212.002.
2394      Branch: perl
2395            ! sv.c t/op/array.t
2396 ____________________________________________________________________________
2397 [  7866] By: jhi                                   on 2000/11/26  18:28:09
2398         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
2399              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2400              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
2401              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
2402              
2403              File::Temp 0.11.
2404      Branch: perl
2405            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
2406 ____________________________________________________________________________
2407 [  7865] By: jhi                                   on 2000/11/26  18:24:22
2408         Log: The metaconfig unit change for #7864.
2409      Branch: metaconfig/U/perl
2410            ! need_va_copy.U
2411 ____________________________________________________________________________
2412 [  7864] By: jhi                                   on 2000/11/26  18:23:41
2413         Log: Make the va_copy() test not to be so talkative.
2414      Branch: perl
2415            ! Configure config_h.SH
2416 ____________________________________________________________________________
2417 [  7863] By: jhi                                   on 2000/11/26  18:11:02
2418         Log: Fix locale inconsistencies unearthed by Hugo's work.
2419              Now the floating point sprintf really does taint the result
2420              string as perllocale promises (has promised for a long time)
2421              if "use locale" is in the lexical scope.
2422      Branch: perl
2423            ! sv.c t/pragma/locale.t
2424 ____________________________________________________________________________
2425 [  7862] By: jhi                                   on 2000/11/26  00:35:15
2426         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
2427              From: Nicholas Clark <nick@ccl4.org>
2428              Date: Sun, 26 Nov 2000 00:07:50 +0000
2429              Message-ID: <20001126000750.A22446@plum.flirble.org>
2430              
2431              Infinit.
2432      Branch: perl
2433            ! sv.c
2434 ____________________________________________________________________________
2435 [  7861] By: jhi                                   on 2000/11/26  00:01:26
2436         Log: Integrate perlio.
2437      Branch: perl
2438           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
2439 ____________________________________________________________________________
2440 [  7860] By: nick                                  on 2000/11/25  22:04:17
2441         Log: Correct relative path from new ext\Filter\Util\Call location
2442              back to miniperl.
2443      Branch: perlio
2444            ! win32/makefile.mk
2445 ____________________________________________________________________________
2446 [  7859] By: nick                                  on 2000/11/25  21:26:54
2447         Log: Integrate mainline.
2448      Branch: perlio
2449           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2450           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
2451           +> t/lib/filter-util.t
2452            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2453            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2454            - t/lib/filt-util.t
2455           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
2456           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
2457           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
2458           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
2459           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
2460           !> win32/makefile.mk
2461 ____________________________________________________________________________
2462 [  7858] By: gsar                                  on 2000/11/25  20:52:17
2463         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
2464              parent's memory; fix it by keeping track of the actual pad
2465              offset rather than a raw pointer (this change is probably also
2466              relevant to non-ithreads case to avoid fallout from reallocs of
2467              the pad array, but is currently only enabled for the ithreads
2468              case in the interests of minimal disruption to existing "well
2469              tested" code)
2470      Branch: perl
2471            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2472            ! proto.h scope.c scope.h sv.c t/op/fork.t
2473 ____________________________________________________________________________
2474 [  7857] By: nick                                  on 2000/11/25  20:01:28
2475         Log: All tests pass on Win32/gcc/USE_PERLIO.
2476              - when crlf layer is pushed make unix-level binary.
2477              - remove :crlf injection in pp_backtick in pp_sys.c
2478              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
2479      Branch: perlio
2480            ! doio.c perlio.c pp_sys.c win32/makefile.mk
2481 ____________________________________________________________________________
2482 [  7856] By: jhi                                   on 2000/11/25  18:38:30
2483         Log: Update the metaconfig units for #7855.
2484      Branch: metaconfig/U/perl
2485            ! useperlio.U usesocks.U
2486 ____________________________________________________________________________
2487 [  7855] By: jhi                                   on 2000/11/25  18:37:54
2488         Log: Undo the SOCKS workarounds, instead start using PerlIO
2489              if SOCKS is selected.
2490              
2491              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
2492              From: Jens Hamisch <jens@Strawberry.COM>
2493              Date: Fri, 24 Nov 2000 18:31:30 +0100
2494              Message-ID: <20001124183130.E28337@Strawberry.COM>
2495              
2496              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
2497              From: Jens Hamisch <jens@Strawberry.COM>
2498              Date: Fri, 24 Nov 2000 19:11:51 +0100
2499              Message-ID: <20001124191151.A28753@Strawberry.COM>
2500      Branch: perl
2501            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
2502            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
2503 ____________________________________________________________________________
2504 [  7854] By: jhi                                   on 2000/11/25  17:39:08
2505         Log: Undo #7848.  Some of the code seems to use walkoptree(),
2506              some walkoptree_slow().  An unfinished renaming?
2507              Now the sub is walkoptree() (which is @EXPORT_OK),
2508              the walkoptree_slow() is a typeglob alias to walkoptree.
2509              This makes the tests to pass, at least.
2510      Branch: perl
2511            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
2512 ____________________________________________________________________________
2513 [  7853] By: nick                                  on 2000/11/24  22:24:33
2514         Log: Re-arrange crlf vs binary for platforms that care.
2515              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
2516              Lip-service to making stdio layer work on such platfroms (untested).
2517              Now fails 3 tests rather than one, checkin to see if I can debug 
2518              the issue under linux. (Do not merge.)
2519      Branch: perlio
2520            ! doio.c perlio.c perliol.h
2521 ____________________________________________________________________________
2522 [  7852] By: jhi                                   on 2000/11/24  18:57:39
2523         Log: AUTHORS edits.
2524      Branch: perl
2525            ! AUTHORS
2526 ____________________________________________________________________________
2527 [  7851] By: jhi                                   on 2000/11/24  17:34:56
2528         Log: Add Jan-Erik Karlsson.
2529      Branch: perl
2530            ! AUTHORS
2531 ____________________________________________________________________________
2532 [  7850] By: jhi                                   on 2000/11/24  17:27:56
2533         Log: Configure should find stdchar on its own.
2534      Branch: perl
2535            ! hints/solaris_2.sh
2536 ____________________________________________________________________________
2537 [  7849] By: jhi                                   on 2000/11/24  17:24:55
2538         Log: Subject: PATCH over 7848: Filter test flawed
2539              From: andreas.koenig@anima.de (Andreas J. Koenig)
2540              Date: 24 Nov 2000 10:28:29 +0100
2541              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
2542      Branch: perl
2543            ! t/lib/filter-util.t
2544 ____________________________________________________________________________
2545 [  7848] By: jhi                                   on 2000/11/24  17:22:15
2546         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
2547              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
2548              Date: Fri, 24 Nov 2000 16:12:58 +0000
2549              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
2550      Branch: perl
2551            ! ext/B/B.pm
2552 ____________________________________________________________________________
2553 [  7847] By: jhi                                   on 2000/11/24  03:07:01
2554         Log: Integrate perlio.
2555      Branch: perl
2556           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
2557           !> win32/makefile.mk
2558 ____________________________________________________________________________
2559 [  7846] By: gsar                                  on 2000/11/24  00:55:57
2560         Log: integrate changes#6415..6418,6420..6438 from mainline
2561              
2562              Fix the bitvector ops for utf8 (tricky since past 7 bits
2563              the utf8 'characters' can be more than one octet).
2564              
2565              MPE/ix updates for perl 5.6.0 from Mark Bixby.
2566              
2567              Subject: SDBM_File documentation
2568              
2569              Detypo.
2570              
2571              Decutandpasto.
2572              
2573              Send all installperl messages to STDERR and be -w clean.
2574              
2575              Out-of-date note removed.
2576              
2577              Protect against "wild next"s, that is, callbacks doing "next"
2578              instead of "return".
2579              
2580              Use STDOUT consistently.
2581              
2582              The output might have been produced in the wrong order.
2583              
2584              A missing 'break' after the [[:space:]] switch case.
2585              
2586              Add tests for
2587              [ID 19991110.003] another matching finding by pcre author
2588              which has already been fixed by some patch, as verified in
2589              
2590              Documentation to explain the behaviour of map().
2591              
2592              Add an optimization for map-maps-a-list-element-to-more-list-elements
2593              case, but add also notes explaining the relationship of this
2594              patch and the earlier notes by Sarathy.
2595              
2596              Subject: [ID 20000716.023] syslog test fails without sockets
2597              
2598              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
2599              Test cases for #6431.
2600              
2601              File::Spec::VMS fixup for tmpdir from Craig Berry.
2602              
2603              Make the "uninit variable" warning to say "concat or string"
2604              or "join or string" when in concat or join .
2605              
2606              Get UTF16 BOMs working.  Patch from
2607              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
2608              
2609              Subject: [PATCH] Make large file tests deal with SIGXFSZ
2610              
2611              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
2612              
2613              Subject: [PATCH] av.c apidoc
2614      Branch: maint-5.6/perl
2615           !> (integrate 43 files)
2616 ____________________________________________________________________________
2617 [  7845] By: gsar                                  on 2000/11/24  00:20:45
2618         Log: integrate changes#6406..6414 from mainline
2619              
2620              Merge perlhacktut into perlhack, update perlguts.
2621              
2622              Fix AutoSplit to use File::Spec the right way in VMS,
2623              from Peter Prymmer.
2624              
2625              The bug report
2626              [ID 19991110.002] minimal matching discrepancy found by pcre author
2627              seems to have been fixed (though differently from what was suggested
2628              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
2629              
2630              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
2631              not in pod, from Peter Prymmer
2632              
2633              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
2634              From: Hugo <hv@crypt.compulink.co.uk>
2635              Date: Fri, 14 Jul 2000 23:05:20 +0100
2636              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
2637              
2638              Didn't anymore apply, but that point still could use another fix.
2639              
2640              lib/b test fixes from Peter Prymmer.
2641              
2642              More docs for sv functions.
2643              
2644              perlvms.pod whitespace cleanup to keep pod utils happy.
2645              
2646              another VMS build tweak from Peter Prymmer
2647      Branch: maint-5.6/perl
2648           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
2649           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
2650           !> vms/descrip_mms.template vms/perlvms.pod
2651 ____________________________________________________________________________
2652 [  7844] By: nick                                  on 2000/11/23  23:42:45
2653         Log: Win32/perlio Now just fails one io/argv.t test - lack 
2654              of default :crlf on standard streams.
2655      Branch: perlio
2656            ! doio.c perlio.c
2657 ____________________________________________________________________________
2658 [  7843] By: nick                                  on 2000/11/23  23:04:05
2659         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
2660              peek fail is showing a real problem (multiple crlf layers
2661              are getting pushed.)
2662      Branch: perlio
2663            ! doio.c perlio.c win32/makefile.mk
2664 ____________________________________________________________________________
2665 [  7842] By: nick                                  on 2000/11/23  19:46:23
2666         Log: Implement PerlIO_binmode()
2667              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
2668              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
2669              make binmode in t/lib/io_tell.t unconditional so that works.
2670              Checkin just so Win32 machine can see these changes.
2671      Branch: perlio
2672            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
2673 ____________________________________________________________________________
2674 [  7841] By: jhi                                   on 2000/11/23  19:30:00
2675         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
2676      Branch: perl
2677            ! README.amiga
2678 ____________________________________________________________________________
2679 [  7840] By: jhi                                   on 2000/11/23  17:18:02
2680         Log: SOCKS wrestling continues, patches from Jens Hamisch.
2681      Branch: perl
2682            ! doio.c embed.h embed.pl perlsdio.h proto.h
2683 ____________________________________________________________________________
2684 [  7839] By: jhi                                   on 2000/11/23  16:54:14
2685         Log: Push Filter::Util::Call one level deeper.
2686      Branch: perl
2687            + t/lib/filter-util.t
2688           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2689           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
2690            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2691            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2692            - t/lib/filt-util.t
2693            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
2694            ! win32/Makefile win32/makefile.mk
2695 ____________________________________________________________________________
2696 [  7838] By: jhi                                   on 2000/11/23  16:52:40
2697         Log: Reach back one higher up when searching for PERL_SRC.
2698      Branch: perl
2699            ! lib/ExtUtils/MM_Unix.pm
2700 ____________________________________________________________________________
2701 [  7837] By: jhi                                   on 2000/11/23  16:05:41
2702         Log: Subject: Re: perl@7826
2703              Date: Thu, 23 Nov 2000 02:20:25 -0600
2704              From: "Craig A. Berry" <craigberry@mac.com>
2705              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
2706              
2707              Make VMS to like Filter::Util::Call. 
2708      Branch: perl
2709            ! configure.com ext/Filter/Util/Makefile.PL
2710 ____________________________________________________________________________
2711 [  7836] By: nick                                  on 2000/11/23  16:04:08
2712         Log: Implement crlf layer - not ready for merge.
2713      Branch: perlio
2714            ! perlio.c win32/makefile.mk
2715 ____________________________________________________________________________
2716 [  7835] By: jhi                                   on 2000/11/23  15:56:52
2717         Log: STDCHAR is different in Sparc v9 vs x86.
2718      Branch: perl
2719            ! hints/solaris_2.sh
2720 ____________________________________________________________________________
2721 [  7834] By: jhi                                   on 2000/11/23  15:50:47
2722         Log: The type needs to be visible to protos.
2723      Branch: perl
2724            ! perl.h
2725 ____________________________________________________________________________
2726 [  7833] By: jhi                                   on 2000/11/23  15:40:46
2727         Log: Finish unfinished SOCKS workaround changes.
2728      Branch: perl
2729            ! doio.c
2730 ____________________________________________________________________________
2731 [  7832] By: jhi                                   on 2000/11/23  15:33:30
2732         Log: Integrate perlio.
2733      Branch: perl
2734           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2735           !> win32/makefile.mk
2736 ____________________________________________________________________________
2737 [  7831] By: nick                                  on 2000/11/23  10:31:07
2738         Log: Correct makefile.mk dependancies for ext/Filter/Util
2739              Build ext/Encode
2740              Run dmake regen_config_h
2741      Branch: perlio
2742            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2743            ! win32/makefile.mk
2744 ____________________________________________________________________________
2745 [  7830] By: nick                                  on 2000/11/23  08:05:07
2746         Log: Integrate mainline
2747      Branch: perlio
2748           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2749           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
2750           +> t/lib/filt-util.pl t/lib/filt-util.t
2751           !> (integrate 41 files)
2752 ____________________________________________________________________________
2753 [  7829] By: gsar                                  on 2000/11/23  03:07:11
2754         Log: build the Filter extension on windows
2755      Branch: perl
2756            ! win32/Makefile win32/makefile.mk
2757 ____________________________________________________________________________
2758 [  7828] By: gsar                                  on 2000/11/23  02:46:35
2759         Log: regenerate win32/config* and fix some inconsistencies in the
2760              makefiles; always export Perl_deb() because it is needed
2761              by ext/re/* (whether perl itself is built with -DDEBUGGING
2762              or not)
2763      Branch: perl
2764            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
2765            ! win32/config_H.vc win32/makefile.mk
2766 ____________________________________________________________________________
2767 [  7827] By: gsar                                  on 2000/11/23  02:18:38
2768         Log: get sources building on windows+MSVC again (untested with other
2769              compilers)
2770      Branch: perl
2771            ! win32/include/sys/socket.h win32/perllib.c
2772 ____________________________________________________________________________
2773 [  7826] By: jhi                                   on 2000/11/23  01:18:26
2774         Log: Update Changes.
2775      Branch: perl
2776            ! Changes patchlevel.h
2777 ____________________________________________________________________________
2778 [  7825] By: jhi                                   on 2000/11/23  00:20:41
2779         Log: Subject: Re: av.c patch (having slight problems)
2780              From: "Ben Tilly" <ben_tilly@hotmail.com>
2781              Date: Tue, 21 Nov 2000 23:29:31 -0500
2782              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
2783              
2784              unshift() speedup.
2785      Branch: perl
2786            ! av.c
2787 ____________________________________________________________________________
2788 [  7824] By: jhi                                   on 2000/11/22  23:59:15
2789         Log: Fixes for signedness warnings noticed by VMSperlers.
2790      Branch: perl
2791            ! ext/Storable/Storable.xs regcomp.c sv.c
2792 ____________________________________________________________________________
2793 [  7823] By: jhi                                   on 2000/11/22  23:19:31
2794         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
2795              From: Peter Prymmer <pvhp@forte.com>
2796              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
2797              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
2798      Branch: perl
2799            ! t/pragma/warn/pp_hot
2800 ____________________________________________________________________________
2801 [  7822] By: jhi                                   on 2000/11/22  22:52:20
2802         Log: Be clean.
2803      Branch: perl
2804            ! Makefile.SH
2805 ____________________________________________________________________________
2806 [  7821] By: jhi                                   on 2000/11/22  22:46:39
2807         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
2808              by Damian Conway, as suggested by Paul Marquess.
2809      Branch: perl
2810            + lib/Filter/Simple.pm
2811 ____________________________________________________________________________
2812 [  7820] By: jhi                                   on 2000/11/22  22:45:51
2813         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
2814      Branch: perl
2815            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
2816            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
2817            + t/lib/filt-util.t
2818            ! MANIFEST
2819 ____________________________________________________________________________
2820 [  7819] By: jhi                                   on 2000/11/22  22:03:27
2821         Log: Integrate perlio.
2822      Branch: perl
2823           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2824           !> win32/makefile.mk
2825 ____________________________________________________________________________
2826 [  7818] By: jhi                                   on 2000/11/22  21:56:02
2827         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
2828      Branch: perl
2829            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
2830            ! t/lib/io_sock.t
2831 ____________________________________________________________________________
2832 [  7817] By: jhi                                   on 2000/11/22  21:39:49
2833         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
2834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2835              Date: Wed, 22 Nov 2000 16:08:12 -0500
2836              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
2837      Branch: perl
2838            ! lib/ExtUtils/Liblist.pm
2839 ____________________________________________________________________________
2840 [  7816] By: jhi                                   on 2000/11/22  21:38:25
2841         Log: Go ahead and #include <unistd.h> in perl.h.
2842      Branch: perl
2843            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
2844            ! util.c
2845 ____________________________________________________________________________
2846 [  7815] By: jhi                                   on 2000/11/22  21:22:52
2847         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
2848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2849              Date: Mon, 20 Nov 2000 18:30:52 -0500
2850              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
2851      Branch: perl
2852            ! pod/perlre.pod regcomp.c t/op/re_tests
2853 ____________________________________________________________________________
2854 [  7814] By: jhi                                   on 2000/11/22  21:21:46
2855         Log: Subject: [PATCH 5.7.0] Liblist finally works
2856              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2857              Date: Tue, 21 Nov 2000 22:02:17 -0500
2858              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
2859      Branch: perl
2860            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
2861            ! lib/ExtUtils/MakeMaker.pm
2862 ____________________________________________________________________________
2863 [  7813] By: jhi                                   on 2000/11/22  21:20:23
2864         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
2865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2866              Date: Wed, 22 Nov 2000 17:53:15 +0100
2867              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
2868              
2869              AIX dynaloader and perlio patch.
2870      Branch: perl
2871            ! ext/DynaLoader/dl_aix.xs
2872 ____________________________________________________________________________
2873 [  7812] By: jhi                                   on 2000/11/22  21:17:52
2874         Log: (Accidentally empty patch.)
2875      Branch: perl
2876            ! av.c
2877 ____________________________________________________________________________
2878 [  7811] By: jhi                                   on 2000/11/22  21:16:31
2879         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
2880              From: Peter Prymmer <pvhp@forte.com>
2881              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
2882              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
2883      Branch: perl
2884            ! vms/test.com
2885 ____________________________________________________________________________
2886 [  7810] By: jhi                                   on 2000/11/22  21:15:36
2887         Log: Subject: Re: perl@7777 
2888              From: "John P. Linderman" <jpl@research.att.com>
2889              Date: Wed, 22 Nov 2000 13:11:11 -0500
2890              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
2891              
2892              Detypoing.
2893      Branch: perl
2894            ! lib/CPAN.pm
2895 ____________________________________________________________________________
2896 [  7809] By: jhi                                   on 2000/11/22  21:14:19
2897         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
2898              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2899              Date:     Wed, 22 Nov 2000 13:51:37 EST
2900              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
2901      Branch: perl
2902            ! perlsdio.h
2903 ____________________________________________________________________________
2904 [  7808] By: jhi                                   on 2000/11/22  21:13:27
2905         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
2906              From: Casey Tweten <crt@kiski.net>
2907              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
2908              Message-Id: <200011201653.LAA10194@home.kiski.net>
2909      Branch: perl
2910            ! t/lib/io_udp.t
2911 ____________________________________________________________________________
2912 [  7807] By: jhi                                   on 2000/11/22  21:12:35
2913         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
2914              From: Casey Tweten <crt@kiski.net>
2915              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
2916              Message-Id: <200011201636.LAA07227@home.kiski.net>
2917      Branch: perl
2918            ! t/lib/io_sock.t
2919 ____________________________________________________________________________
2920 [  7806] By: jhi                                   on 2000/11/22  21:10:59
2921         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
2922              From: "Casey R. Tweten" <crt@kiski.net>
2923              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
2924              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
2925      Branch: perl
2926            ! utils/h2xs.PL
2927 ____________________________________________________________________________
2928 [  7805] By: nick                                  on 2000/11/22  21:05:06
2929         Log: Integrate mainline
2930      Branch: perlio
2931           !> Changes Porting/genlog ext/DB_File/DB_File.xs
2932           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
2933           !> utils/perlbug.PL
2934 ____________________________________________________________________________
2935 [  7804] By: jhi                                   on 2000/11/22  21:01:12
2936         Log: Subject: [PATCH] Test.pm POD peculiarity
2937              From: "Casey R. Tweten" <crt@kiski.net>
2938              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
2939              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
2940      Branch: perl
2941            ! lib/Test.pm
2942 ____________________________________________________________________________
2943 [  7803] By: jhi                                   on 2000/11/22  20:59:59
2944         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
2945              From: "Philip Newton" <pnewton@gmx.de>
2946              Date: Wed, 22 Nov 2000 14:25:53 +0100
2947              Message-Id: <3A1BD771.25462.1939FAD@localhost>
2948              
2949              Be case-understanding also on 's', and use the -oi of sendmail
2950              not to terminate the transmission on a lone '.'.
2951      Branch: perl
2952            ! utils/perlbug.PL
2953 ____________________________________________________________________________
2954 [  7802] By: nick                                  on 2000/11/22  20:51:42
2955         Log: Win32 PerlIO intermediate state now working as expected.
2956              - In current state we are still using C runtime in text/binary
2957              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
2958              - PERLIO=stdio and PERLIO=unix pass all expected tests.
2959              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
2960              and PerlIO_seek() and the dummy crlf layer is not making adjustments
2961              for CRLF translation happening in C runtime. All other tests pass.
2962              
2963              Added note to README.win32 to point out the snags of doing a perl build
2964              with Norton AntiVirus turned on.
2965              
2966              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
2967              which file a fail comes from.
2968              
2969              Updated "canned" config.h to match the one generated.
2970      Branch: perlio
2971            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
2972            ! win32/makefile.mk
2973 ____________________________________________________________________________
2974 [  7801] By: jhi                                   on 2000/11/22  06:50:20
2975         Log: Nickety nits.
2976      Branch: perl
2977            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2978 ____________________________________________________________________________
2979 [  7800] By: jhi                                   on 2000/11/22  01:29:55
2980         Log: Changes had accidentally gone too silent on non-main branches.
2981      Branch: perl
2982            ! Changes Porting/genlog patchlevel.h
2983 ____________________________________________________________________________
2984 [  7799] By: gsar                                  on 2000/11/22  01:02:56
2985         Log: some lib_pm.PL changes snuck in via change#7772
2986      Branch: maint-5.6/perl
2987            ! Makefile.SH
2988 ____________________________________________________________________________
2989 [  7798] By: nick                                  on 2000/11/21  21:59:40
2990         Log: Integrate mainline
2991      Branch: perlio
2992           !> (integrate 28 files)
2993 ____________________________________________________________________________
2994 [  7797] By: jhi                                   on 2000/11/21  21:01:45
2995         Log: Integrate perlio.
2996      Branch: perl
2997           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
2998 ____________________________________________________________________________
2999 [  7796] By: nick                                  on 2000/11/21  20:36:22
3000         Log: Win32 builds and runs (mostly) with USE_PERLIO.
3001              PERLIO=perlio passes all tests. 
3002              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
3003      Branch: perlio
3004            ! perlio.c win32/perllib.c win32/win32.c
3005 ____________________________________________________________________________
3006 [  7795] By: jhi                                   on 2000/11/21  19:03:44
3007         Log: Update Changes.
3008      Branch: perl
3009            ! Changes patchlevel.h
3010 ____________________________________________________________________________
3011 [  7794] By: jhi                                   on 2000/11/21  18:56:34
3012         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
3013              From: "Craig A. Berry" <craigberry@mac.com>
3014              Date: Mon, 20 Nov 2000 20:27:06 -0600
3015              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
3016              
3017              A cut-and-pasto.
3018      Branch: perl
3019            ! perlio.h
3020 ____________________________________________________________________________
3021 [  7793] By: jhi                                   on 2000/11/21  18:54:41
3022         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
3023              From: Dominic Dunlop <domo@computer.org> 
3024              Date: Mon, 20 Nov 2000 18:55:29 +0100
3025              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
3026              
3027              va_copy() and the need of it.
3028              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
3029      Branch: metaconfig/U/perl
3030            + need_va_copy.U
3031      Branch: perl
3032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3033            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
3034            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
3035            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3036            ! win32/config.bc win32/config.gc win32/config.vc
3037 ____________________________________________________________________________
3038 [  7792] By: jhi                                   on 2000/11/21  17:04:10
3039         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
3040      Branch: perl
3041           !> scope.h
3042 ____________________________________________________________________________
3043 [  7791] By: jhi                                   on 2000/11/21  17:01:16
3044         Log: Export the SOCKS workaround symbols only if necessary.
3045      Branch: perl
3046            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
3047 ____________________________________________________________________________
3048 [  7790] By: nick                                  on 2000/11/20  23:57:11
3049         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
3050      Branch: perlio
3051            ! scope.h
3052 ____________________________________________________________________________
3053 [  7789] By: nick                                  on 2000/11/20  23:38:33
3054         Log: Integrate mainline
3055      Branch: perlio
3056           +> lib/File/Spec/Epoc.pm
3057           !> (integrate 34 files)
3058 ____________________________________________________________________________
3059 [  7788] By: nick                                  on 2000/11/20  23:20:18
3060         Log: Make extra buffer layer work (dummy crlf layer)
3061      Branch: perlio
3062            ! doio.c perlio.c perlio.h
3063 ____________________________________________________________________________
3064 [  7787] By: jhi                                   on 2000/11/20  22:44:04
3065         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
3066              From: Peter Prymmer <pvhp@forte.com>
3067              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
3068              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
3069      Branch: perl
3070            ! t/pragma/locale.t
3071 ____________________________________________________________________________
3072 [  7786] By: jhi                                   on 2000/11/20  22:29:10
3073         Log: Subject: DOC PATCH 5.6.0 perlreftut
3074              From: mjd@plover.com
3075              Date: 20 Nov 2000 19:45:06 -0000
3076              Message-ID: <20001120194506.9505.qmail@plover.com>
3077      Branch: perl
3078            ! pod/perlreftut.pod
3079 ____________________________________________________________________________
3080 [  7785] By: jhi                                   on 2000/11/20  22:27:44
3081         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
3082              From: David Dyck <dcd@tc.fluke.com>
3083              Date: Mon, 20 Nov 2000 11:43:40 -0800
3084              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
3085      Branch: perl
3086            ! lib/Cwd.pm
3087 ____________________________________________________________________________
3088 [  7784] By: jhi                                   on 2000/11/20  22:23:21
3089         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
3090              Date: Mon, 20 Nov 2000 17:06:10 -0500
3091              To: Mailing list Perl5 <perl5-porters@perl.org>
3092              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
3093      Branch: perl
3094            ! pp_ctl.c t/op/pat.t
3095 ____________________________________________________________________________
3096 [  7783] By: jhi                                   on 2000/11/20  22:11:18
3097         Log: Subject: [PATCH] doop.c - UTF8 tr///               
3098              From: Simon Cozens <simon@cozens.net>
3099              Date: Sat, 18 Nov 2000 18:49:30 +0000
3100              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
3101              
3102              Subject: Re: [PATCH] doop.c - UTF8 tr///           
3103              From: Simon Cozens <simon@cozens.net>
3104              Date: Mon, 20 Nov 2000 20:45:22 +0000
3105              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
3106              
3107              Make tr on UTF-8 better but still not correct.
3108      Branch: perl
3109            ! doop.c
3110 ____________________________________________________________________________
3111 [  7782] By: jhi                                   on 2000/11/20  22:02:16
3112         Log: Remove the shared object before attempting to create
3113              (by linking) a new one.  E.g. in AIX not removing
3114              becomes quite painful if one tries to do more than one
3115              build in the same tree (an interrupted build, for example),
3116              since the AIX' shared dynaloader seemingly keeps the shared
3117              objects open and therefore 'busy' for quite a while, even when
3118              nobody is using the objects, leading into link failures.
3119      Branch: perl
3120            ! lib/ExtUtils/MM_Unix.pm
3121 ____________________________________________________________________________
3122 [  7781] By: gsar                                  on 2000/11/20  19:02:55
3123         Log: type mismatch due to faulty integration
3124      Branch: maint-5.6/perl
3125            ! toke.c win32/Makefile
3126 ____________________________________________________________________________
3127 [  7780] By: gsar                                  on 2000/11/20  17:31:55
3128         Log: integrate changes#6392,6394..6399,6401..6404
3129              
3130              The {multiplier} of a fixed substring was overlooked which
3131              caused a wrong initial search offset for that substring.
3132              
3133              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
3134              From: Hugo <hv@crypt.compulink.co.uk>
3135              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
3136              Date: Thu, 13 Jul 2000 19:27:13 +0100
3137              
3138              Fix the BOM bug: not a byteorder bug, a signedness bug.
3139              
3140              Replace change #6337 with a better one.
3141              
3142              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3143              From: Hugo <hv@crypt.compulink.co.uk>
3144              Date: Fri, 14 Jul 2000 04:16:20 +0100
3145              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
3146              
3147              MakeMaker should not remove editor backups (*~) on `make clean`
3148              by default (completes change#6383)
3149              
3150              move new variables to the end of the interpreter structure (for
3151              bincompat in code that doesn't #include XSUB.h)
3152              
3153              rename totally bletcherous SvLOCK() thingy (doesn't do what the
3154              name suggests anyway)
3155              
3156              various cleanups (typos, misformatted code, and small bugs)
3157              
3158              typecasts needed for change#6394
3159              
3160              typos in change#6399, regen headers
3161              
3162              inconsistent types needs casts
3163              
3164              PERL_OBJECT build tweaks
3165      Branch: maint-5.6/perl
3166           !> MANIFEST doop.c embed.h embed.pl embedvar.h
3167           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
3168           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
3169           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
3170           !> toke.c util.c
3171 ____________________________________________________________________________
3172 [  7779] By: gsar                                  on 2000/11/20  17:06:29
3173         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
3174              
3175              Cosmetics and perldelta.
3176              
3177              Fix nits noticed by Boston.pm.
3178              
3179              Do the cc sanity check both before the hints and
3180              after the cc selction.
3181              
3182              get sprintf.t to adjust properly for 3-digit exponents
3183              
3184              don't clobber *.orig files on *clean targets
3185              
3186              fix bugs in processing %v-*d and similar format specs (from
3187              Avi Finkel <avi@finkel.org>)
3188              
3189              sprintf test tweaks (from Dominic Dunlop)
3190              
3191              new selfloader.t in change#6183 doesn't close DATA handles,
3192              and thus fails to clean up tmp files on dosish platforms
3193              
3194              typos (spotted by Peter Prymmer)
3195              
3196              typo fix from Craig Berry
3197      Branch: maint-5.6/perl
3198           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
3199           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
3200           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
3201           !> x2p/Makefile.SH
3202 ____________________________________________________________________________
3203 [  7778] By: gsar                                  on 2000/11/20  16:46:51
3204         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
3205              
3206              Subject: Re: format bug report  [Patch]
3207              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3208              Date: Wed, 05 Jul 2000 13:12:52 +0200
3209              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
3210              
3211              Subject: Re: format bug report  [Patch]
3212              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3213              Date: Wed, 05 Jul 2000 14:10:01 +0200
3214              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
3215              
3216              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
3217              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3218              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
3219              Date: Fri, 07 Jul 2000 17:57:16 +0100
3220              
3221              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
3222              To: perl5-porters@perl.org
3223              From: Karsten Sperling <spiff@phreax.net>
3224              Date: Mon, 10 Jul 2000 15:12:52 +0200
3225              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
3226              
3227              README.posix-bc podified from Thomas Dorner.
3228              
3229              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
3230              From: Dominic Dunlop <domo@computer.org>
3231              Date: Tue, 11 Jul 2000 12:27:33 +0200
3232              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
3233              
3234              Typo in #6341.
3235              
3236              Fix for
3237              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
3238              From: Roderick Schertler <roderick@argon.org>
3239              Date: Tue, 11 Jul 2000 13:55:05 -0400
3240              Message-Id: <200007111755.NAA05077@jones.argon.org>
3241              
3242              Minor cleanups on the booklist.
3243              
3244              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
3245              regen perltoc.
3246              
3247              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
3248      Branch: maint-5.6/perl
3249           +> pod/perlbook.pod
3250           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
3251           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
3252           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
3253 ____________________________________________________________________________
3254 [  7777] By: jhi                                   on 2000/11/20  16:08:49
3255         Log: Update Changes.
3256      Branch: perl
3257            ! Changes patchlevel.h
3258 ____________________________________________________________________________
3259 [  7776] By: jhi                                   on 2000/11/20  15:27:56
3260         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
3261              This may be overly harsh but until proven otherwise, we think this
3262              way, or until we have a simple test for Configure (having to start
3263              up servers is does not count as simple) to check for the problems.
3264      Branch: perl
3265            ! perl.h
3266 ____________________________________________________________________________
3267 [  7775] By: jhi                                   on 2000/11/20  15:22:17
3268         Log: Solaris hints tweaks.
3269      Branch: perl
3270            ! hints/solaris_2.sh
3271 ____________________________________________________________________________
3272 [  7774] By: jhi                                   on 2000/11/20  15:01:20
3273         Log: Add a workaround to SOCKS 64-bit problems.
3274      Branch: perl
3275            ! doio.c embed.h embed.pl perlsdio.h proto.h
3276 ____________________________________________________________________________
3277 [  7773] By: jhi                                   on 2000/11/20  14:51:47
3278         Log: sysseek() instead of seek().
3279      Branch: perl
3280            ! t/lib/syslfs.t
3281 ____________________________________________________________________________
3282 [  7772] By: gsar                                  on 2000/11/20  13:06:23
3283         Log: integrate changes#6315..6319,6321..6331,6333..6338
3284              
3285              Integrate with Sarathy, preliminary fix for unicos
3286              alignment problems in [ID 20000612.002] Perl problem on Cray system.
3287              
3288              some debugger output does not go to the socket when RemotePort is set
3289              
3290              winsock cleanup never done on Windows (leads to handle leaks)
3291              
3292              fix UNC path handling on Windows under ithreads, and chdir()
3293              return value when given a non-existent directory
3294              
3295              Autogenerate pod/Makefile and pod/buildtoc.
3296              buildtoc also checks whether the existin pods are
3297              mentioned in MANIFEST and perl.pod, and vice versa.
3298              (None of the thusly found discrepancies fixed yet.)
3299              roffitall also needs to be autogenerated similarly but it
3300              seems so badly out of date that I didn't touch it yet.
3301              
3302              Config is being used.
3303              
3304              Add =head1 NAMEs so that buildtoc is happy.
3305              (The CGI::Util nit reported to Lincoln.)
3306              
3307              Fix complaints of buildtoc.
3308              
3309              Fix the alignment problem in Crays ([ID 20000612.002]).
3310              
3311              Remove perlbook, update perlfaq book listing,
3312              rearrange perl.pod, regenerate perltoc.
3313              
3314              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
3315              was cast to an unsigned (32-bit) integer with wild abandon.
3316              
3317              winsock options weren't being set in all threads under ithreads
3318              (caused send()s from second and subsequent threads to fail)
3319              
3320              accept() leaks memory on windows due to incorrect ordering of
3321              closesocket() and fclose() calls
3322              
3323              Reorder perl.pod once more.
3324              
3325              More POSIX.pod tweaks.
3326              
3327              Sprinkle ldlibpath.
3328              
3329              Precedence goof, fix based on
3330              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
3331              From: Hugo <hv@crypt.compulink.co.uk>
3332              Date: Tue, 11 Jul 2000 12:52:38 +0100
3333              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
3334              
3335              Subject: PATCH perlguts.pod: Document D and d magic types
3336              From: mjd@plover.com
3337              Date: 5 Jul 2000 18:01:51 -0000
3338              Message-ID: <20000705180151.29413.qmail@plover.com>
3339              
3340              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
3341              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
3342              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
3343              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
3344              
3345              Subject: [PATCH cfgperl] $& segfaults if you trick it
3346              From: simon@brecon.co.uk (Simon Cozens)
3347              Date: 7 Jul 2000 11:26:09 GMT
3348              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
3349              
3350              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
3351              From: Hugo <hv@crypt.compulink.co.uk>
3352              Date: Tue, 11 Jul 2000 12:44:50 +0100
3353              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
3354              
3355              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
3356              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3357              Date: Tue, 11 Jul 2000 13:50:51 +0100
3358              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
3359      Branch: maint-5.6/perl
3360           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
3361           +> pod/buildtoc.PL
3362            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
3363           !> (integrate 26 files)
3364 ____________________________________________________________________________
3365 [  7771] By: gsar                                  on 2000/11/20  12:31:42
3366         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
3367              6310,6311,6314
3368              
3369              Subject: [PATCH bleedperl] File::Spec 0.82 beta
3370              From: Barrie Slaymaker <barries@jester.slaysys.com>
3371              Date: Wed, 28 Jun 2000 11:35:29 -0400
3372              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
3373              
3374              tweak perlembed for multiplicity/usethreads sanity; correct notes
3375              about Windows
3376              
3377              localize %INC in a Safe compartment so that use/require work
3378              (many other magic globals probably need similar treatment)
3379              
3380              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
3381              when @_ is modified, causing coredumps
3382              
3383              slurp mode fix in change#4736 still not quite right
3384              
3385              Point to perlipc for more SysV IPC examples.
3386              
3387              Elaborate POSIX.pod.  Still needs work.
3388              
3389              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
3390              
3391              fix large memory leak that has been around for ever, masked by
3392              -DPURIFY (most of the arenas were never freed!)
3393              
3394              fix memory leak on Windows (PL_sys_intern contents were never
3395              freed)
3396              
3397              PERL_OBJECT build tweak
3398              
3399              adjust change#6299
3400              
3401              remove rel2abs prototypes (from Barrie Slaymaker)
3402              
3403              missing perldiag entry for unpack("w",...) diagnostic (from
3404              Andreas Koenig)
3405              
3406              better diagnostic on Frob->stuff() when Frob:: doesn't exist
3407              (from Richard Soderberg <rs@oregonnet.com>)
3408              
3409              Win32 patches for cfgperl from Sarathy.
3410              
3411              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
3412              
3413              More POSIX.pod embellishment.
3414              
3415              tyop in change#6306
3416      Branch: maint-5.6/perl
3417           !> (integrate 44 files)
3418 ____________________________________________________________________________
3419 [  7770] By: gsar                                  on 2000/11/20  11:51:00
3420         Log: integrate changes#6268..6282 from cfgperl branch
3421              
3422              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
3423              From: Dominic Dunlop <domo@computer.org>
3424              Date: Thu, 29 Jun 2000 12:32:39 +0200
3425              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
3426              
3427              Regen headers for #6261 (and update embed.pl for this) and #6267,
3428              silence few compiler warnings.
3429              
3430              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
3431              From: Nicholas Clark <nick@talking.bollo.cx>
3432              Date: Fri, 23 Jun 2000 16:21:15 +0100
3433              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
3434              
3435              Subject: PATCH pod/perltie.pod
3436              From: Ian Phillipps <Ian.Phillipps@iname.com>
3437              Date: Fri, 16 Jun 2000 00:17:19 +0100
3438              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
3439              (only the first hunk, the second hunk had already been done
3440              by some other patch)
3441              
3442              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
3443              From: Tom Phoenix <rootbeer@redcat.com>
3444              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
3445              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
3446              
3447              Subject: [PATCH] xsub attributes
3448              From: Doug MacEachern <dougm@covalent.net>
3449              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
3450              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
3451              
3452              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
3453              From: Andy Dougherty <doughera@lafayette.edu>
3454              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
3455              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
3456              
3457              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
3458              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3459              Date: Tue, 13 Jun 2000 02:43:48 -0500
3460              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
3461              
3462              Subject: [PATCH] Re: eval documentation: context
3463              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3464              Date: Mon, 12 Jun 2000 15:07:29 +0100
3465              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
3466              
3467              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
3468              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
3469              Date: Mon, 12 Jun 2000 14:55:59 +0100
3470              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
3471              
3472              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
3473              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
3474              Date: Fri, 09 Jun 2000 12:39:27 -0400
3475              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
3476              (plus update the version "number" of Text::Wrap)
3477              
3478              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
3479              From: Tim Ayers <tayers@bridge.com>
3480              Date: Thu, 08 Jun 2000 08:11:06 +0200
3481              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
3482              [resent by Richard Foley, Message-Id probably wrong]
3483              
3484              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
3485              From: rspier@pobox.com (Robert Spier)
3486              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
3487              Message-ID: <14654.31913.845602.610277@rls.cx>
3488              
3489              Subject: [PATCH 5.6.0] utils/h2xs.PL
3490              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
3491              Date: Wed, 7 Jun 2000 04:02:04 -0500
3492              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
3493              
3494              Subject: [PATCH 5.6.0]ITHREADs for VMS
3495              From: Dan Sugalski <dan@sidhe.org>
3496              Date: Tue, 06 Jun 2000 11:59:50 -0400
3497              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
3498      Branch: maint-5.6/perl
3499           !> (integrate 31 files)
3500 ____________________________________________________________________________
3501 [  7769] By: gsar                                  on 2000/11/20  11:29:06
3502         Log: integrate changes#6261..6266 from cfgperl
3503              
3504              Subject: Re: [PATCH cfgperl] BOMs away!
3505              From: simon@brecon.co.uk (Simon Cozens)
3506              Date: 17 Jun 2000 11:49:57 GMT
3507              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
3508              
3509              Subject: 5.6.0 Patch for EPOC
3510              From: Olaf Flebbe <o.flebbe@gmx.de>
3511              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
3512              Message-ID: <23449.960929969@www11.gmx.net>
3513              
3514              tr fixes from Simon Cozens
3515              
3516              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
3517              From: Marty Lucich <marty@netcom.com>
3518              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
3519              Message-Id: <200006282116.OAA11148@netcom.com>
3520              ccdlflags update (the BSD/OS 4.1 part had already been taken
3521              care of by #6141).
3522              
3523              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
3524              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3525              Date: Wed, 28 Jun 2000 17:50:12 -0700
3526              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
3527              
3528              Subject: [PATCH 5.6.0] cygwin port
3529              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
3530              From: "Fifer, Eric" <EFifer@sanwaint.com>
3531              Date: Thu, 29 Jun 2000 12:58:29 +0100
3532      Branch: maint-5.6/perl
3533           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
3534           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
3535           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3536           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
3537 ____________________________________________________________________________
3538 [  7768] By: gsar                                  on 2000/11/20  11:13:44
3539         Log: integrate changes#6252..6256,6259..6260
3540              
3541              Paranoia tweak on #6249.
3542              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3543              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
3544              Date: Sun, 25 Jun 2000 23:43:12 -0400
3545              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
3546              
3547              Subject: tr///, help wanted.
3548              From: simon@brecon.co.uk (Simon Cozens)
3549              Date: 28 Jun 2000 11:29:04 GMT
3550              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
3551              
3552              small thinko tweaks
3553              
3554              tweaks from Simon Conzes to further fix tr/// under utf8
3555              
3556              perlnewmod was missing from MANIFEST.
3557              
3558              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
3559              From: simon@brecon.co.uk (Simon Cozens)
3560              Date: 17 Jun 2000 11:56:44 GMT
3561              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
3562              pack U0, pack C0
3563      Branch: maint-5.6/perl
3564           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
3565           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
3566           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
3567           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
3568 ____________________________________________________________________________
3569 [  7767] By: gsar                                  on 2000/11/20  10:51:38
3570         Log: integrate change#6250 from cfgperl
3571              
3572              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
3573              From: Doug MacEachern <dougm@covalent.net>
3574              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
3575              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
3576      Branch: maint-5.6/perl
3577           +> t/op/my_stash.t
3578           !> MANIFEST embed.pl global.sym proto.h toke.c
3579 ____________________________________________________________________________
3580 [  7766] By: gsar                                  on 2000/11/20  10:48:34
3581         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
3582              
3583              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
3584              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3585              Date: Mon, 26 Jun 2000 18:40:14 +0100
3586              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
3587              
3588              Subject: [PATCH] bytes<->utf8 fixes
3589              From: simon@brecon.co.uk (Simon Cozens)
3590              Date: 26 Jun 2000 04:55:45 GMT
3591              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
3592              
3593              Subject: [PATCH] is_utf8_string
3594              From: simon@brecon.co.uk (Simon Cozens)
3595              Date: 26 Jun 2000 02:25:59 GMT
3596              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
3597              
3598              Subject: [PATCH] avoid mg_ptr in '*' magic
3599              From: Doug MacEachern <dougm@covalent.net>
3600              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
3601              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
3602              
3603              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
3604              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
3605              Date: Sat, 24 Jun 2000 13:06:20 +0100
3606              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
3607              
3608              Allow for standalone testing.
3609              
3610              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
3611              From: Mark-Jason Dominus <mjd@plover.com>
3612              Date: Tue, 27 Jun 2000 22:36:42 -0400
3613              Message-ID: <20000628023642.12166.qmail@plover.com>
3614              
3615              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
3616              From: Frank Tobin <ftobin@uiuc.edu>
3617              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
3618              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
3619      Branch: maint-5.6/perl
3620           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
3621           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
3622           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
3623           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
3624           !> utf8.c utils/h2xs.PL
3625 ____________________________________________________________________________
3626 [  7765] By: gsar                                  on 2000/11/20  10:29:13
3627         Log: integrate change#6239 from cfgperl
3628              
3629              Configure maintenance.  Sever some dependency cycles,
3630              separate gccversion from the cc unit,
3631              address [ID 20000623.006] Configure script patch for using gcc on AIX
3632              (but solve it a little bit differently),
3633              unduplex some accidentally duplicated units,
3634              suggest using gcc if no cc available
3635              (p5p thread: "Solaris configure: counterproposal", 1999-09)
3636      Branch: maint-5.6/perl
3637           !> Configure Todo-5.6 config_h.SH
3638 ____________________________________________________________________________
3639 [  7764] By: gsar                                  on 2000/11/20  10:25:55
3640         Log: integrate changes#6233..6238 from cfgperl
3641              
3642              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
3643              From: Mark-Jason Dominus <mjd@plover.com>
3644              Date: Fri, 16 Jun 2000 20:53:04 -0400
3645              Message-ID: <20000617005304.8008.qmail@plover.com>
3646              
3647              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
3648              because when run as services (Win32ese for daemons)
3649              no environment variables are set and tmpdir ends up as /tmp,
3650              which is ambiguous.
3651              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
3652              From: matt@sergeant.org
3653              Date: 16 Jun 2000 16:30:43 -0000
3654              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
3655              
3656              The thread begun by
3657              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
3658              From: Kevin.Ruscoe@ubsw.com
3659              Date: Fri, 16 Jun 2000 16:38:51 +0100
3660              Message-Id: <H000019b03c300d6@MHS>
3661              
3662              Tweak embed.pl, regen headers.
3663              
3664              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
3665              From: Dan Sugalski <dan@sidhe.org>
3666              Date: Fri, 23 Jun 2000 17:00:00 -0400
3667              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
3668      Branch: maint-5.6/perl
3669           !> (integrate 27 files)
3670 ____________________________________________________________________________
3671 [  7763] By: gsar                                  on 2000/11/20  10:08:08
3672         Log: s/perl56delta/perldelta/g
3673      Branch: maint-5.6/perl
3674            ! pod/Makefile
3675 ____________________________________________________________________________
3676 [  7762] By: gsar                                  on 2000/11/20  10:04:00
3677         Log: integrate changes#6225,6229,6231,6232 from cfgperl
3678              
3679              Add source code filenames to apidoc.
3680              From: simon@brecon.co.uk (Simon Cozens)
3681              Subject: [PATCH embed.pl] Source X-ref
3682              Date: 22 Jun 2000 02:18:49 GMT
3683              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
3684              
3685              Subject: README.hpux version 0.6.1
3686              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
3687              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
3688              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
3689              
3690              Subject: [PATCH 5.6.0] cygwin port
3691              From: "Fifer, Eric" <EFifer@sanwaint.com>
3692              Date: Tue, 20 Jun 2000 14:30:58 +0100
3693              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
3694              
3695              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
3696              From: simon@brecon.co.uk (Simon Cozens)
3697              Date: 19 Jun 2000 15:18:27 GMT
3698              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
3699              
3700              plus update pod/Makefile and regenerate perltoc
3701      Branch: maint-5.6/perl
3702           +> pod/perlutil.pod
3703           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
3704           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
3705 ____________________________________________________________________________
3706 [  7761] By: jhi                                   on 2000/11/20  04:09:55
3707         Log: Miraculous typo.
3708      Branch: perl
3709            ! t/op/pat.t
3710 ____________________________________________________________________________
3711 [  7760] By: jhi                                   on 2000/11/20  04:06:08
3712         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
3713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3714              Date: Sun, 19 Nov 2000 22:30:26 -0500
3715              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
3716      Branch: perl
3717            ! regexec.c scope.h t/op/pat.t
3718 ____________________________________________________________________________
3719 [  7759] By: jhi                                   on 2000/11/20  02:05:22
3720         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
3721      Branch: perl
3722            ! perl.h
3723 ____________________________________________________________________________
3724 [  7758] By: jhi                                   on 2000/11/20  01:58:11
3725         Log: Subject: [perl 7711: EPOC] updates
3726              From: Olaf Flebbe <o.flebbe@gmx.de>
3727              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
3728              Message-ID: <25575.974658810@www23.gmx.net>               
3729      Branch: perl
3730            + lib/File/Spec/Epoc.pm
3731            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
3732            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
3733            ! lib/File/Spec.pm perl.c sv.c
3734 ____________________________________________________________________________
3735 [  7757] By: jhi                                   on 2000/11/20  01:53:11
3736         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
3737      Branch: perl
3738            ! MANIFEST
3739 ____________________________________________________________________________
3740 [  7756] By: jhi                                   on 2000/11/20  01:47:22
3741         Log: Integrate perlio.
3742      Branch: perl
3743            - ext/re/hints/MSWin32.pl
3744           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
3745           !> win32/config.gc win32/config_H.gc win32/win32sck.c
3746 ____________________________________________________________________________
3747 [  7755] By: nick                                  on 2000/11/19  20:57:17
3748         Log: Add dummy crlf layer (just as buffer)
3749              Correct 1st bug - one layer of indirection.
3750      Branch: perlio
3751            ! perlio.c perlio.h perliol.h
3752 ____________________________________________________________________________
3753 [  7754] By: nick                                  on 2000/11/19  20:56:12
3754         Log: Work-round to Perl_deb_nocontext is no longer required
3755      Branch: perlio
3756            - ext/re/hints/MSWin32.pl
3757 ____________________________________________________________________________
3758 [  7753] By: nick                                  on 2000/11/19  20:01:16
3759         Log: diff -se shows these as different
3760      Branch: perlio
3761            ! global.sym pod/perlapi.pod
3762 ____________________________________________________________________________
3763 [  7752] By: nick                                  on 2000/11/19  18:57:30
3764         Log: Configure GCC/Win32 build -Duseperlio
3765              Fix a couple of gross issues
3766              - double-include of ../deb.o in re.dll
3767              - win32sck.c needs PerlIO and FILE 
3768      Branch: perlio
3769            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
3770            ! win32/win32sck.c
3771 ____________________________________________________________________________
3772 [  7751] By: nick                                  on 2000/11/19  17:05:36
3773         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
3774      Branch: perlio
3775            ! perlio.c
3776 ____________________________________________________________________________
3777 [  7750] By: nick                                  on 2000/11/19  16:57:14
3778         Log: Missing aTHX_
3779      Branch: perlio
3780            ! sv.c
3781 ____________________________________________________________________________
3782 [  7749] By: jhi                                   on 2000/11/19  16:28:40
3783         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
3784              From: "Peter J. Farley III" <pjfarley@banet.net>
3785              Date: Sun, 19 Nov 2000 01:42:58 -0500
3786              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
3787      Branch: perl
3788            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
3789 ____________________________________________________________________________
3790 [  7748] By: jhi                                   on 2000/11/19  16:08:10
3791         Log: Subject: podlators 1.05 available        
3792              From: Russ Allbery <rra@stanford.edu>   
3793              Date: 18 Nov 2000 22:04:28 -0800
3794              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
3795      Branch: perl
3796            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
3797 ____________________________________________________________________________
3798 [  7747] By: nick                                  on 2000/11/19  11:19:39
3799         Log: Integrate mainline
3800      Branch: perlio
3801           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
3802           !> util.c
3803 ____________________________________________________________________________
3804 [  7746] By: jhi                                   on 2000/11/19  06:42:22
3805         Log: Make hex scanning warn on "\x{x}" and "\xx".
3806              "\x" and and hex("x") are still valid.
3807      Branch: perl
3808            ! util.c
3809 ____________________________________________________________________________
3810 [  7745] By: nick                                  on 2000/11/18  22:52:28
3811         Log: Integrate mainline
3812      Branch: perlio
3813           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
3814           !> perl.h perlio.c proto.h regcomp.c regcomp.h
3815 ____________________________________________________________________________
3816 [  7744] By: jhi                                   on 2000/11/18  22:50:28
3817         Log: Introduce Perl_utf8_length().  Use it.
3818      Branch: perl
3819            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
3820 ____________________________________________________________________________
3821 [  7743] By: jhi                                   on 2000/11/18  22:38:51
3822         Log: Compiler denit.
3823      Branch: perl
3824            ! perlio.c
3825 ____________________________________________________________________________
3826 [  7742] By: jhi                                   on 2000/11/18  20:33:05
3827         Log: Integrate perlio.
3828      Branch: perl
3829           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
3830           !> perlio.h pp_ctl.c pp_sys.c sv.c
3831 ____________________________________________________________________________
3832 [  7741] By: jhi                                   on 2000/11/18  20:31:27
3833         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
3834              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3835              Date: Fri, 17 Nov 2000 20:35:11 -0500
3836              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
3837              
3838              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
3839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3840              Date: Fri, 17 Nov 2000 21:03:47 -0500
3841              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
3842              
3843              Plus a little bit of tweaking in pregcomp().
3844      Branch: perl
3845            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3846 ____________________________________________________________________________
3847 [  7740] By: nick                                  on 2000/11/18  20:17:22
3848         Log: Lexical use open ... support:
3849              add ->cop_io to COP structure in cop.h.
3850              Make mg.c and gv.c associate it with ${^OPEN}.
3851              Make lib/open.pm set it.
3852              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
3853              manner similar to ->cop_warnings.
3854              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
3855              call new PerlIO_apply_layers().
3856              Declare latter in perlio.h and define in perlio.c
3857      Branch: perlio
3858            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
3859            ! perlio.h pp_ctl.c pp_sys.c sv.c
3860 ____________________________________________________________________________
3861 [  7739] By: jhi                                   on 2000/11/18  19:54:00
3862         Log: Integrate perlio.
3863      Branch: perl
3864           !> doio.c perlio.c pp.c
3865 ____________________________________________________________________________
3866 [  7738] By: jhi                                   on 2000/11/18  17:16:13
3867         Log: Subject: [PATCH 5.7.0] etags broken again
3868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3869              Date: Sat, 18 Nov 2000 02:41:36 -0500
3870              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
3871      Branch: perl
3872            ! emacs/ptags
3873 ____________________________________________________________________________
3874 [  7737] By: jhi                                   on 2000/11/18  17:12:18
3875         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
3876      Branch: perl
3877            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3878 ____________________________________________________________________________
3879 [  7736] By: nick                                  on 2000/11/18  14:06:20
3880         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
3881              part to be isolated.
3882      Branch: perlio
3883            ! doio.c perlio.c
3884 ____________________________________________________________________________
3885 [  7735] By: nick                                  on 2000/11/18  11:03:32
3886         Log: Integrate mainline
3887      Branch: perlio
3888           !> Changes README.amiga README.win32 patchlevel.h
3889           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
3890 ____________________________________________________________________________
3891 [  7734] By: jhi                                   on 2000/11/18  01:18:56
3892         Log: Update Changes.
3893      Branch: perl
3894            ! Changes patchlevel.h
3895 ____________________________________________________________________________
3896 [  7733] By: jhi                                   on 2000/11/18  00:32:54
3897         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
3898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3899              Date: Fri, 17 Nov 2000 17:28:02 -0500
3900              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
3901      Branch: perl
3902            ! regcomp.c regexec.c t/op/re_tests
3903 ____________________________________________________________________________
3904 [  7732] By: jhi                                   on 2000/11/18  00:28:56
3905         Log: Sparc 64-bit pack() fix from Jens Hamisch.
3906      Branch: perl
3907            ! pp.c
3908 ____________________________________________________________________________
3909 [  7731] By: jhi                                   on 2000/11/18  00:18:39
3910         Log: Explain in more detail the {} syntax ambiguousity.
3911              
3912              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
3913              From: Nicholas Clark <nick@ccl4.org>
3914              Date: Fri, 17 Nov 2000 22:10:28 +0000
3915              Message-ID: <20001117221028.A88930@plum.flirble.org>
3916      Branch: perl
3917            ! pod/perlfunc.pod
3918 ____________________________________________________________________________
3919 [  7730] By: jhi                                   on 2000/11/18  00:12:18
3920         Log: Subject: Fix for README.amiga (20000323.033)
3921              From: "Stephen P. Potter" <spp@spotter.yi.org>
3922              Date: Fri, 17 Nov 2000 12:25:51 -0500
3923              Message-Id: <200011171725.MAA05768@spotter.yi.org>
3924      Branch: perl
3925            ! README.amiga
3926 ____________________________________________________________________________
3927 [  7729] By: jhi                                   on 2000/11/18  00:08:34
3928         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
3929              From: "A. C. Yardley" <yardley@tanet.net>
3930              Date: Mon, 3 Apr 2000 11:35:33 -0700
3931              Message-ID: <3483.000403@tanet.net>
3932      Branch: perl
3933            ! README.win32
3934 ____________________________________________________________________________
3935 [  7728] By: nick                                  on 2000/11/17  21:59:47
3936         Log: Integrate mainline
3937      Branch: perlio
3938           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
3939           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
3940           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
3941           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
3942 ____________________________________________________________________________
3943 [  7727] By: nick                                  on 2000/11/17  21:56:31
3944         Log: Experiment on use of attributes.pm interface.
3945              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
3946              SVt_PVRV if not already something better (else vivify of say magic gets
3947              core dump).
3948      Branch: perlio
3949            ! perlio.c pp.c
3950 ____________________________________________________________________________
3951 [  7726] By: jhi                                   on 2000/11/17  14:15:49
3952         Log: Subject: Fix for 20000815.006
3953              From: "Stephen P. Potter" <spp@spotter.yi.org>
3954              Date: Fri, 17 Nov 2000 08:57:45 -0500
3955              Message-Id: <200011171357.IAA05122@spotter.yi.org>
3956              
3957              It's really 20000518.006.
3958      Branch: perl
3959            ! pod/perlmodlib.PL
3960 ____________________________________________________________________________
3961 [  7725] By: jhi                                   on 2000/11/17  14:12:31
3962         Log: Subject: Fix for 20000409.001
3963              From: "Stephen P. Potter" <spp@spotter.yi.org>
3964              Date: Fri, 17 Nov 2000 08:55:45 -0500
3965              Message-Id: <200011171355.IAA05104@spotter.yi.org>
3966      Branch: perl
3967            ! pod/perlfaq9.pod
3968 ____________________________________________________________________________
3969 [  7724] By: jhi                                   on 2000/11/17  14:08:58
3970         Log: Undo #7627 now that we have =head3.
3971      Branch: perl
3972            ! pod/perlhack.pod
3973 ____________________________________________________________________________
3974 [  7723] By: jhi                                   on 2000/11/17  14:04:09
3975         Log: As surmised the #7719 wasn't a good move.
3976      Branch: perl
3977            ! hints/solaris_2.sh
3978 ____________________________________________________________________________
3979 [  7722] By: jhi                                   on 2000/11/17  13:59:04
3980         Log: Also the 64bitall hints can be either here or there.
3981      Branch: perl
3982            ! hints/solaris_2.sh
3983 ____________________________________________________________________________
3984 [  7721] By: jhi                                   on 2000/11/17  02:26:23
3985         Log: Test tweak for the open pragma.
3986      Branch: perl
3987            ! t/lib/b.t
3988 ____________________________________________________________________________
3989 [  7720] By: jhi                                   on 2000/11/17  00:23:22
3990         Log: The long double hints can be here or there.
3991      Branch: perl
3992            ! hints/solaris_2.sh
3993 ____________________________________________________________________________
3994 [  7719] By: jhi                                   on 2000/11/17  00:14:06
3995         Log: For Solaris use64bitall the stdchar needs a little bit of help.
3996      Branch: perl
3997            ! hints/solaris_2.sh
3998 ____________________________________________________________________________
3999 [  7718] By: jhi                                   on 2000/11/16  23:27:34
4000         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
4001              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4002              Date: Wed, 15 Nov 2000 08:56:32 +0100
4003              Message-ID: <3A1241B0.64477E00@alcatel.at>
4004      Branch: perl
4005            ! lib/Carp/Heavy.pm
4006 ____________________________________________________________________________
4007 [  7717] By: jhi                                   on 2000/11/16  23:23:29
4008         Log: Subject: [PATCH] Re: 20001101.003 PDL
4009              From: Nicholas Clark <nick@ccl4.org>
4010              Date: Thu, 16 Nov 2000 16:48:25 +0000
4011              Message-ID: <20001116164825.B93487@plum.flirble.org>
4012      Branch: perl
4013            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
4014 ____________________________________________________________________________
4015 [  7716] By: jhi                                   on 2000/11/16  23:21:31
4016         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
4017              From: "Casey R. Tweten" <crt@kiski.net>
4018              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
4019              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
4020      Branch: perl
4021            ! lib/Pod/Checker.pm pod/perlpod.pod
4022 ____________________________________________________________________________
4023 [  7715] By: jhi                                   on 2000/11/16  23:19:40
4024         Log: Avoid an infinite loop in VMS when utils scripts are run
4025              with no arguments, from Charles Lane.
4026      Branch: perl
4027            ! configure.com
4028 ____________________________________________________________________________
4029 [  7714] By: jhi                                   on 2000/11/16  23:17:08
4030         Log: Subject: perllocale.pod changes
4031              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4032              Date: Mon, 13 Nov 2000 10:09:22 +0300
4033              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
4034      Branch: perl
4035            ! pod/perllocale.pod
4036 ____________________________________________________________________________
4037 [  7713] By: jhi                                   on 2000/11/16  23:14:06
4038         Log: Integrate perlio.
4039      Branch: perl
4040           !> doio.c perlio.c perlio.h util.c
4041 ____________________________________________________________________________
4042 [  7712] By: nick                                  on 2000/11/16  21:10:58
4043         Log: Integrate mainline
4044      Branch: perlio
4045           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4046           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
4047           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
4048           !> vos/config.ga.def vos/config.ga.h win32/config.bc
4049           !> win32/config.gc win32/config.vc
4050 ____________________________________________________________________________
4051 [  7711] By: nick                                  on 2000/11/16  19:56:41
4052         Log: Minor tweaks:
4053              consistent way of getting 'rb', 'wb' etc. for binary opens
4054              move *perlio::layers to *open::layers
4055              a #define to show layers available
4056              DOSISH popen/PerlIO had export/import sense inverted.
4057      Branch: perlio
4058            ! doio.c perlio.c perlio.h util.c
4059 ____________________________________________________________________________
4060 [  7710] By: jhi                                   on 2000/11/16  15:46:05
4061         Log: Add HAS_SBRK_PROTO.
4062      Branch: metaconfig/U/perl
4063            + d_sbrkproto.U
4064      Branch: perl
4065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4066            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
4067            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4068            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4069            ! win32/config.gc win32/config.vc
4070 ____________________________________________________________________________
4071 [  7709] By: nick                                  on 2000/11/16  07:31:49
4072         Log: Integrate mainline
4073      Branch: perlio
4074           !> (integrate 35 files)
4075 ____________________________________________________________________________
4076 [  7708] By: jhi                                   on 2000/11/16  05:33:03
4077         Log: These files are text, not binary.
4078      Branch: perl
4079            ! ext/Encode/Encode/iso8859-10.enc
4080            ! ext/Encode/Encode/iso8859-13.enc
4081            ! ext/Encode/Encode/iso8859-14.enc
4082            ! ext/Encode/Encode/iso8859-15.enc
4083 ____________________________________________________________________________
4084 [  7707] By: jhi                                   on 2000/11/16  01:53:37
4085         Log: Update Changes.
4086      Branch: perl
4087            ! Changes patchlevel.h
4088 ____________________________________________________________________________
4089 [  7706] By: jhi                                   on 2000/11/16  01:35:59
4090         Log: More #undefing of stdio.
4091      Branch: perl
4092            ! fakesdio.h nostdio.h
4093 ____________________________________________________________________________
4094 [  7705] By: jhi                                   on 2000/11/16  01:34:18
4095         Log: Add fwalk() probe to the configuration files and regen perltoc.
4096      Branch: perl
4097            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4098            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4099            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
4100            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4101            ! win32/config.bc win32/config.gc win32/config.vc
4102 ____________________________________________________________________________
4103 [  7704] By: jhi                                   on 2000/11/16  01:33:07
4104         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
4105              an optional third argument to Inlibc?)
4106      Branch: metaconfig/U/perl
4107            + d__fwalk.U
4108 ____________________________________________________________________________
4109 [  7703] By: jhi                                   on 2000/11/16  01:09:22
4110         Log: The type of the hash_cb() size argument is tricky.
4111      Branch: perl
4112            ! ext/DB_File/DB_File.xs
4113 ____________________________________________________________________________
4114 [  7702] By: jhi                                   on 2000/11/15  23:01:16
4115         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
4116      Branch: perl
4117            ! nostdio.h
4118 ____________________________________________________________________________
4119 [  7701] By: jhi                                   on 2000/11/15  22:52:32
4120         Log: Detypo.
4121      Branch: perl
4122            ! t/lib/bigfltpm.t
4123 ____________________________________________________________________________
4124 [  7700] By: jhi                                   on 2000/11/15  22:51:56
4125         Log: UINT64_C() work continues.
4126      Branch: perl
4127            ! handy.h perl.h utf8.h
4128 ____________________________________________________________________________
4129 [  7699] By: jhi                                   on 2000/11/15  14:13:04
4130         Log: SOCKS has its own USE_THREADS, based on
4131              
4132              Subject: [ID 20001114.002] et. al. bugfix followup
4133              From: Jens Hamisch <jens@Strawberry.COM> 
4134              Date: Wed, 15 Nov 2000 14:23:11 +0100
4135              Message-ID: <20001115142311.A21164@Strawberry.COM>
4136      Branch: perl
4137            ! perl.h
4138 ____________________________________________________________________________
4139 [  7698] By: jhi                                   on 2000/11/15  03:50:56
4140         Log: Add few missing #undefs and sort them.
4141      Branch: perl
4142            ! fakesdio.h
4143 ____________________________________________________________________________
4144 [  7697] By: jhi                                   on 2000/11/15  03:39:14
4145         Log: Linenumber fix.
4146      Branch: perl
4147            ! t/pragma/warn/utf8
4148 ____________________________________________________________________________
4149 [  7696] By: jhi                                   on 2000/11/15  02:55:26
4150         Log: EBCDIC tweaks.
4151              
4152              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
4153              From: Peter Prymmer <pvhp@forte.com>
4154              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
4155              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
4156      Branch: perl
4157            ! t/op/regmesg.t t/pragma/warn/utf8
4158 ____________________________________________________________________________
4159 [  7695] By: jhi                                   on 2000/11/15  02:53:58
4160         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
4161              From: Peter Prymmer <pvhp@forte.com>
4162              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
4163              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
4164      Branch: perl
4165            ! utf8.c
4166 ____________________________________________________________________________
4167 [  7694] By: jhi                                   on 2000/11/15  02:50:55
4168         Log: Subject: [PATCH: perl@7674] updates to README.os390
4169              From: Prymmer/Kahn <pvhp@best.com>
4170              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
4171              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
4172      Branch: perl
4173            ! README.os390
4174 ____________________________________________________________________________
4175 [  7693] By: jhi                                   on 2000/11/15  02:48:37
4176         Log: Quit utf8_to_uv() instantly if curlen == 0.
4177      Branch: perl
4178            ! utf8.c
4179 ____________________________________________________________________________
4180 [  7692] By: jhi                                   on 2000/11/15  02:24:29
4181         Log: Use u_int32_t for the size of hash_cb(), not size_t.
4182              
4183              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
4184              From: Jens Hamisch <jens@Strawberry.COM>     
4185              Date: Tue, 14 Nov 2000 19:03:55 +0100
4186              Message-Id: <20001114190355.A20559@Strawberry.COM>
4187      Branch: perl
4188            ! ext/DB_File/DB_File.xs
4189 ____________________________________________________________________________
4190 [  7691] By: jhi                                   on 2000/11/15  02:20:12
4191         Log: Use UINT64_C().
4192              
4193              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
4194              From: Jens Hamisch <jens@Strawberry.COM>
4195              Date: Tue, 14 Nov 2000 19:16:23 +0100
4196              Message-Id: <20001114191623.G20559@Strawberry.COM>
4197      Branch: perl
4198            ! utf8.c utf8.h
4199 ____________________________________________________________________________
4200 [  7690] By: jhi                                   on 2000/11/15  02:17:06
4201         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
4202              (a macro to define signed and unsigned integer constants).
4203      Branch: perl
4204            ! handy.h
4205 ____________________________________________________________________________
4206 [  7689] By: jhi                                   on 2000/11/15  01:56:51
4207         Log: Regen Configure.
4208      Branch: perl
4209            ! Configure
4210 ____________________________________________________________________________
4211 [  7688] By: jhi                                   on 2000/11/15  01:56:32
4212         Log: Make the unit know about SOCKS.
4213      Branch: metaconfig
4214            ! U/protos/socksizetype.U
4215 ____________________________________________________________________________
4216 [  7687] By: jhi                                   on 2000/11/15  01:54:47
4217         Log: Remove unused dependencies.
4218      Branch: metaconfig
4219            ! U/compline/d_getpagsz.U
4220 ____________________________________________________________________________
4221 [  7686] By: nick                                  on 2000/11/14  21:25:13
4222         Log: Integrate mainline.
4223      Branch: perlio
4224           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
4225           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
4226           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
4227           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
4228           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
4229           !> win32/config.bc win32/config.gc win32/config.vc
4230           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
4231 ____________________________________________________________________________
4232 [  7685] By: jhi                                   on 2000/11/14  17:54:56
4233         Log: Integrate perlio.
4234      Branch: perl
4235           +> fakesdio.h perliol.h
4236           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
4237           !> perlsdio.h perlsfio.h pod/perlfunc.pod
4238 ____________________________________________________________________________
4239 [  7684] By: nick                                  on 2000/11/14  17:43:04
4240         Log: PerlIO #include and #ifdef re-work.
4241      Branch: perlio
4242            + fakesdio.h perliol.h
4243            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
4244            ! perlsdio.h perlsfio.h
4245 ____________________________________________________________________________
4246 [  7683] By: jhi                                   on 2000/11/14  15:42:40
4247         Log: Hoist the duplicated socket/netdb include logic to perl.h;
4248              undef SETERRNO in case SOCKS has defined it.  Based on:
4249              
4250              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
4251              From: Jens Hamisch <jens@Strawberry.COM> 
4252              Date: Tue, 14 Nov 2000 11:34:40 +0100
4253              Message-Id: <20001114113440.A20005@Strawberry.COM>
4254      Branch: perl
4255            ! doio.c perl.h pp_sys.c
4256 ____________________________________________________________________________
4257 [  7682] By: jhi                                   on 2000/11/14  14:07:28
4258         Log: Subject: some additions for makefiles for win32 (for perl@7674)
4259              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4260              Date: Tue, 14 Nov 2000 09:31:13 +0300
4261              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
4262      Branch: perl
4263            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4264            ! win32/makefile.mk
4265 ____________________________________________________________________________
4266 [  7681] By: jhi                                   on 2000/11/14  14:01:41
4267         Log: Subject: tiny typo in perl5db.pl
4268              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4269              Date: Tue, 14 Nov 2000 09:29:28 +0300
4270              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
4271      Branch: perl
4272            ! lib/perl5db.pl
4273 ____________________________________________________________________________
4274 [  7680] By: jhi                                   on 2000/11/14  04:13:50
4275         Log: Redo #7679 with LFs instead of CRLFs.
4276      Branch: perl
4277            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
4278            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
4279            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
4280 ____________________________________________________________________________
4281 [  7679] By: jhi                                   on 2000/11/14  01:21:09
4282         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
4283              From: Benjamin Stuhl <tiriath@yahoo.com> 
4284              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
4285              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
4286      Branch: perl
4287            + win32/bin/mdelete.bat
4288            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4289            ! makedef.pl perlio.c win32/Makefile win32/config.gc
4290            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
4291 ____________________________________________________________________________
4292 [  7678] By: jhi                                   on 2000/11/14  01:19:20
4293         Log: Fix the re extension building for Win32.
4294              
4295              Subject: [PATCH perl@7638] Get PerlIO building on Win32
4296              From: Benjamin Stuhl <tiriath@yahoo.com> 
4297              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
4298              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
4299      Branch: perl
4300            + ext/re/hints/MSWin32.pl
4301            ! MANIFEST
4302 ____________________________________________________________________________
4303 [  7677] By: jhi                                   on 2000/11/14  01:13:54
4304         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
4305              From: sthoenna@efn.org
4306              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
4307              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
4308      Branch: perl
4309            ! doop.c pp.c toke.c utf8.c utf8.h
4310 ____________________________________________________________________________
4311 [  7676] By: jhi                                   on 2000/11/13  20:23:15
4312         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
4313              From: Nicholas Clark <nick@ccl4.org>
4314              Date: Mon, 13 Nov 2000 18:55:04 +0000
4315              Message-ID: <20001113185504.J29183@plum.flirble.org>
4316      Branch: perl
4317            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
4318 ____________________________________________________________________________
4319 [  7675] By: nick                                  on 2000/11/13  20:21:57
4320         Log: Integrate mainline ...
4321      Branch: perlio
4322           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
4323           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
4324           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
4325           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
4326 ____________________________________________________________________________
4327 [  7674] By: jhi                                   on 2000/11/13  15:07:56
4328         Log: Update Changes.
4329      Branch: perl
4330            ! Changes patchlevel.h
4331 ____________________________________________________________________________
4332 [  7673] By: jhi                                   on 2000/11/13  14:42:42
4333         Log: Remove the new two tests of lib/io_xs for now, they seem to
4334              fail under perlio on some platforms.
4335      Branch: perl
4336            ! t/lib/io_xs.t
4337 ____________________________________________________________________________
4338 [  7672] By: jhi                                   on 2000/11/13  13:57:53
4339         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
4340      Branch: perl
4341            ! perlio.c
4342 ____________________________________________________________________________
4343 [  7671] By: jhi                                   on 2000/11/13  05:30:48
4344         Log: Placate nervous compilers that see longer than ints switch()ing.
4345      Branch: perl
4346            ! utf8.c
4347 ____________________________________________________________________________
4348 [  7670] By: jhi                                   on 2000/11/13  05:14:21
4349         Log: fputs() does return EOF on error but here we don't care.
4350      Branch: perl
4351            ! perlio.c
4352 ____________________________________________________________________________
4353 [  7669] By: jhi                                   on 2000/11/13  05:02:45
4354         Log: Declare reg_data like reg_substr_data.
4355      Branch: perl
4356            ! regexp.h
4357 ____________________________________________________________________________
4358 [  7668] By: jhi                                   on 2000/11/13  04:54:34
4359         Log: Typos in #7667.
4360      Branch: perl
4361            ! perl.h
4362 ____________________________________________________________________________
4363 [  7667] By: jhi                                   on 2000/11/13  04:49:49
4364         Log: Cleanup messy #ifdef.
4365      Branch: perl
4366            ! perl.h
4367 ____________________________________________________________________________
4368 [  7666] By: jhi                                   on 2000/11/13  04:17:34
4369         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
4370              From: Nicholas Clark <nick@talking.bollo.cx>
4371              Date: Sun, 12 Nov 2000 21:14:11 +0000
4372              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
4373              
4374              Note: only one breakage of the two reported is fixed by this patch.
4375      Branch: perl
4376            ! perlio.c
4377 ____________________________________________________________________________
4378 [  7665] By: jhi                                   on 2000/11/13  04:05:07
4379         Log: Tweak the definition of the bit complement on UTF-8 data:
4380              if none of the characters in the string are > 0xff,
4381              the result is a complemented byte string, not a (UTF-8)
4382              char string.  Based on the summary in
4383              
4384              Subject: Re: [ID 20000918.005] ~ on wide chars
4385              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
4386              Date: Fri, 10 Nov 2000 09:47:15 -0800
4387              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
4388              
4389              This should give us the maximum backward (pre-char string)
4390              compatibility and utf8 compatibility.  The other alternative
4391              would be to limit the bit complement to be always byte only,
4392              taking the least significant byte of the chars.
4393      Branch: perl
4394            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
4395 ____________________________________________________________________________
4396 [  7664] By: jhi                                   on 2000/11/13  00:23:44
4397         Log: Couple of tests from #7660 salvaged.
4398      Branch: perl
4399            - t/op/tell.t
4400            ! MANIFEST t/io/tell.t
4401 ____________________________________________________________________________
4402 [  7663] By: jhi                                   on 2000/11/13  00:02:48
4403         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
4404              From: Nicholas Clark <nick@talking.bollo.cx>
4405              Date: Sun, 12 Nov 2000 21:23:43 +0000
4406              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
4407      Branch: perl
4408            ! perlsfio.h
4409 ____________________________________________________________________________
4410 [  7662] By: jhi                                   on 2000/11/13  00:01:39
4411         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
4412              From: Nicholas Clark <nick@talking.bollo.cx>
4413              Date: Sun, 12 Nov 2000 21:30:04 +0000
4414              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
4415      Branch: perl
4416            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
4417 ____________________________________________________________________________
4418 [  7661] By: jhi                                   on 2000/11/12  23:57:29
4419         Log: Document tell() on special streams.
4420      Branch: perl
4421            ! pod/perlfunc.pod
4422 ____________________________________________________________________________
4423 [  7660] By: jhi                                   on 2000/11/12  23:54:22
4424         Log: (Subsumed by #7664)
4425      Branch: perl
4426            + t/op/tell.t
4427            ! MANIFEST
4428 ____________________________________________________________________________
4429 [  7659] By: jhi                                   on 2000/11/12  22:55:25
4430         Log: Many subdocumented return values of the IO extension now documented.
4431              ungetc and write still left subdocumented.
4432              
4433              Subject: [PATCH] (was Re: IO::Handle::ungetc)
4434              From: Nicholas Clark <nick@talking.bollo.cx>
4435              Date: Sun, 12 Nov 2000 21:35:53 +0000
4436              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
4437      Branch: perl
4438            ! ext/IO/lib/IO/Handle.pm
4439 ____________________________________________________________________________
4440 [  7658] By: jhi                                   on 2000/11/12  21:37:06
4441         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
4442              From: Nicholas Clark <nick@talking.bollo.cx>
4443              Date: Sun, 12 Nov 2000 20:03:22 +0000
4444              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
4445      Branch: perl
4446            ! pod/perlfunc.pod
4447 ____________________________________________________________________________
4448 [  7657] By: jhi                                   on 2000/11/12  20:34:55
4449         Log: Integrate perlio.
4450      Branch: perl
4451           !> perlio.c
4452 ____________________________________________________________________________
4453 [  7656] By: nick                                  on 2000/11/12  19:25:06
4454         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
4455      Branch: perlio
4456            ! perlio.c
4457 ____________________________________________________________________________
4458 [  7655] By: nick                                  on 2000/11/12  19:09:41
4459         Log: Integrate mainline
4460      Branch: perlio
4461           +> README.solaris ext/Encode/Encode/cp1006.enc
4462           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
4463           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
4464           +> ext/Encode/Encode/iso8859-13.enc
4465           +> ext/Encode/Encode/iso8859-14.enc
4466           +> ext/Encode/Encode/iso8859-15.enc
4467           !> (integrate 34 files)
4468 ____________________________________________________________________________
4469 [  7654] By: jhi                                   on 2000/11/12  19:00:22
4470         Log: Add a metaconfig unit for fsync.
4471      Branch: metaconfig/U/perl
4472            + d_fsync.U
4473 ____________________________________________________________________________
4474 [  7653] By: jhi                                   on 2000/11/12  19:00:01
4475         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
4476      Branch: perl
4477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4478            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4479            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4480            ! vos/config.ga.h win32/config.bc win32/config.gc
4481            ! win32/config.vc
4482 ____________________________________________________________________________
4483 [  7652] By: jhi                                   on 2000/11/11  21:12:01
4484         Log: Copy the s// information of README.hpux also to the perlrun.
4485      Branch: perl
4486            ! README.hpux pod/perlrun.pod
4487 ____________________________________________________________________________
4488 [  7651] By: jhi                                   on 2000/11/11  21:03:13
4489         Log: More README.solaris updates from Andy Dougherty.
4490      Branch: perl
4491            ! README.solaris
4492 ____________________________________________________________________________
4493 [  7650] By: jhi                                   on 2000/11/11  18:38:57
4494         Log: More descriptive error for unknown perlio layers.
4495              
4496              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
4497              From: Dominic Dunlop <domo@computer.org> 
4498              Date: Sat, 11 Nov 2000 18:20:32 +0100             
4499              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
4500      Branch: perl
4501            ! perlio.c pod/perldiag.pod
4502 ____________________________________________________________________________
4503 [  7649] By: jhi                                   on 2000/11/11  18:37:52
4504         Log: MachTen doesn't really do mmap() and munmap().
4505              
4506              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
4507              From: Dominic Dunlop <domo@computer.org> 
4508              Date: Sat, 11 Nov 2000 18:20:32 +0100             
4509              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
4510      Branch: perl
4511            ! hints/machten.sh
4512 ____________________________________________________________________________
4513 [  7648] By: jhi                                   on 2000/11/11  18:36:46
4514         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
4515              From: rspier@pobox.com (Robert Spier)
4516              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
4517              Message-ID: <14861.32839.491271.985797@rls.cx>
4518      Branch: perl
4519            ! Porting/Contract pod/perltoot.pod
4520 ____________________________________________________________________________
4521 [  7647] By: jhi                                   on 2000/11/11  18:35:30
4522         Log: Simplify the getpagesize() unit by dropping the
4523              pagesize probe since it's nowadays slightly more
4524              complicated because of sysconf(). (Note: if some
4525              platform really needs the -lPW for getpagesize,
4526              I just broke it.)
4527              
4528              TODO: a new pagesize unit.
4529      Branch: metaconfig
4530            ! U/compline/d_getpagsz.U
4531 ____________________________________________________________________________
4532 [  7646] By: jhi                                   on 2000/11/11  18:33:23
4533         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
4534      Branch: perl
4535            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4536            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
4537            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4538            ! vos/config.ga.h win32/config.bc win32/config.gc
4539            ! win32/config.vc
4540 ____________________________________________________________________________
4541 [  7645] By: jhi                                   on 2000/11/11  16:45:15
4542         Log: Use sysconf() or getpagesize() to find out the pagesize.
4543      Branch: perl
4544            ! perlio.c
4545 ____________________________________________________________________________
4546 [  7644] By: jhi                                   on 2000/11/11  15:46:08
4547         Log: Integrate perlio.
4548      Branch: perl
4549           !> perlio.c
4550 ____________________________________________________________________________
4551 [  7643] By: jhi                                   on 2000/11/11  15:33:36
4552         Log: Subject: Re: [PATCH] README.solaris
4553              From: Lupe Christoph <lupe@lupe-christoph.de>
4554              Date: Sat, 11 Nov 2000 14:08:10 +0100
4555              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
4556      Branch: perl
4557            ! README.solaris
4558 ____________________________________________________________________________
4559 [  7642] By: jhi                                   on 2000/11/11  15:22:12
4560         Log: Subject: [PATCH perl@7638] cygwin port
4561              From: "Eric Fifer" <egf7@columbia.edu>            
4562              Date: Fri, 10 Nov 2000 19:30:30 -0000
4563              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
4564      Branch: perl
4565            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
4566 ____________________________________________________________________________
4567 [  7641] By: nick                                  on 2000/11/11  14:50:36
4568         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
4569              Also call "Buf" layer directly when unread'ing non-read chars.
4570      Branch: perlio
4571            ! perlio.c
4572 ____________________________________________________________________________
4573 [  7640] By: jhi                                   on 2000/11/11  02:05:02
4574         Log: Add more encoding tables.
4575      Branch: perl
4576            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
4577            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
4578            + ext/Encode/Encode/iso8859-10.enc
4579            + ext/Encode/Encode/iso8859-13.enc
4580            + ext/Encode/Encode/iso8859-14.enc
4581            + ext/Encode/Encode/iso8859-15.enc
4582            ! MANIFEST
4583 ____________________________________________________________________________
4584 [  7639] By: jhi                                   on 2000/11/10  18:49:25
4585         Log: Subject: [PATCH] README.solaris
4586              From: Andy Dougherty <doughera@lafayette.edu>
4587              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
4588              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
4589      Branch: perl
4590            + README.solaris
4591            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
4592            ! pod/perl.pod pod/perltoc.pod
4593 ____________________________________________________________________________
4594 [  7638] By: jhi                                   on 2000/11/10  15:04:15
4595         Log: Update Changes.
4596      Branch: perl
4597            ! Changes patchlevel.h
4598 ____________________________________________________________________________
4599 [  7637] By: jhi                                   on 2000/11/10  14:14:28
4600         Log: Explain better why certain regex tests are skipped.
4601              
4602              Subject: Re: tests skipped: unknown reason
4603              From: Lupe Christoph <lupe@lupe-christoph.de>
4604              Date: Fri, 10 Nov 2000 09:08:56 +0100
4605              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
4606      Branch: perl
4607            ! t/op/regexp.t
4608 ____________________________________________________________________________
4609 [  7636] By: nick                                  on 2000/11/10  13:40:00
4610         Log: Integrate mainline.
4611      Branch: perlio
4612           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
4613           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
4614           !> win32/bin/search.pl
4615 ____________________________________________________________________________
4616 [  7635] By: nick                                  on 2000/11/10  13:25:52
4617         Log: Re-instate stdio large file support via perlio.
4618      Branch: perl
4619            ! perlio.c
4620 ____________________________________________________________________________
4621 [  7634] By: jhi                                   on 2000/11/10  04:49:55
4622         Log: Amdahl UTS hints updates.
4623              
4624              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
4625              From: hom00@utsglobal.com (Harold O Morris)
4626              Date: Thu, 9 Nov 2000 20:02 PST
4627              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
4628      Branch: perl
4629            ! hints/uts.sh
4630 ____________________________________________________________________________
4631 [  7633] By: jhi                                   on 2000/11/09  23:33:28
4632         Log: Subject: [PATCH] IO::Seekable pod
4633              From: Nicholas Clark <nick@talking.bollo.cx>
4634              Date: Thu, 9 Nov 2000 20:29:45 +0000
4635              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
4636      Branch: perl
4637            ! ext/IO/lib/IO/Handle.pm
4638 ____________________________________________________________________________
4639 [  7632] By: jhi                                   on 2000/11/09  21:55:41
4640         Log: Various doc oddball characters.
4641              
4642              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
4643              From: Michael Somos <somos@grail.cba.csuohio.edu>
4644              Date: Mon, 6 Nov 2000 17:44:20 -0500
4645              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
4646      Branch: perl
4647            ! emacs/cperl-mode.el lib/unicode/syllables.txt
4648            ! win32/bin/search.pl
4649 ____________________________________________________________________________
4650 [  7631] By: jhi                                   on 2000/11/09  21:12:29
4651         Log: Subject: Re: bash -c exit and linux hints 
4652              From: "John P. Linderman" <jpl@research.att.com>
4653              Date: Thu, 02 Nov 2000 09:37:25 -0500
4654              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
4655      Branch: perl
4656            ! hints/linux.sh
4657 ____________________________________________________________________________
4658 [  7630] By: nick                                  on 2000/11/09  20:34:11
4659         Log: Integrate mainline.
4660      Branch: perlio
4661           !> (integrate 91 files)
4662 ____________________________________________________________________________
4663 [  7629] By: jhi                                   on 2000/11/09  19:46:31
4664         Log: Missing dTHXs.
4665              
4666              Subject: RE: perl@7595 builds not on cygwin
4667              From: "Eric Fifer" <egf7@columbia.edu>
4668              Date: Thu, 9 Nov 2000 19:26:50 -0000
4669              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
4670      Branch: perl
4671            ! ext/Devel/Peek/Peek.xs
4672 ____________________________________________________________________________
4673 [  7628] By: jhi                                   on 2000/11/09  14:48:27
4674         Log: Disable only the tests 99 and 166 for UTF-8 locales.
4675      Branch: perl
4676            ! t/pragma/locale.t
4677 ____________________________________________________________________________
4678 [  7627] By: jhi                                   on 2000/11/09  14:40:27
4679         Log: There's no =head3.
4680      Branch: perl
4681            ! pod/perlhack.pod
4682 ____________________________________________________________________________
4683 [  7626] By: jhi                                   on 2000/11/09  13:54:26
4684         Log: The generated boot_* headers are wrong.  Pickier compiler,
4685              such as KAI C++ will refuse to compile the resulting perlmain.
4686              
4687              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
4688              From: Harri Pasanen <harri.pasanen@trema.com>
4689              Date: Thu, 09 Nov 2000 14:23:28 +0100
4690              Message-Id: <3A0AA550.26D548A3@trema.com>
4691      Branch: perl
4692            ! minimod.pl
4693 ____________________________________________________________________________
4694 [  7625] By: jhi                                   on 2000/11/09  13:50:44
4695         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
4696              From: Prymmer/Kahn <pvhp@best.com>
4697              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
4698              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
4699              
4700              All except the "cow orker" change.
4701      Branch: perl
4702            ! Porting/pumpkin.pod
4703 ____________________________________________________________________________
4704 [  7624] By: jhi                                   on 2000/11/09  13:45:33
4705         Log: Fix for
4706              
4707              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
4708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4709              Date: Thu, 09 Nov 2000 11:05:52 +0100
4710              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
4711      Branch: perl
4712            ! pod/perldiag.pod t/pragma/warn/pp_sys
4713 ____________________________________________________________________________
4714 [  7623] By: jhi                                   on 2000/11/09  13:37:16
4715         Log: Typo in an ifndef.
4716              
4717              Subject: Re: [PATCH 5.7.0] better messages from malloc()
4718              From: Joe Smith <jms@inwap.com>         
4719              Date: Thu, 09 Nov 2000 01:33:14 -0800
4720              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
4721      Branch: perl
4722            ! malloc.c
4723 ____________________________________________________________________________
4724 [  7622] By: jhi                                   on 2000/11/09  13:31:18
4725         Log: Remove unused extra arguments.
4726      Branch: metaconfig/U/perl
4727            ! perlxv.U
4728      Branch: perl
4729            ! Configure config_h.SH
4730 ____________________________________________________________________________
4731 [  7621] By: jhi                                   on 2000/11/09  13:16:36
4732         Log: More VMS moves on environment handling, from Charles Lane.
4733      Branch: perl
4734            ! t/pragma/locale.t
4735 ____________________________________________________________________________
4736 [  7620] By: jhi                                   on 2000/11/09  04:42:38
4737         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4738              From: David Dyck <dcd@tc.fluke.com>
4739              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
4740              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
4741      Branch: perl
4742            ! pp_sys.c
4743 ____________________________________________________________________________
4744 [  7619] By: jhi                                   on 2000/11/09  04:36:21
4745         Log: Forgot from #7618.
4746      Branch: perl
4747            ! lib/File/stat.pm
4748 ____________________________________________________________________________
4749 [  7618] By: jhi                                   on 2000/11/09  04:28:44
4750         Log: Make deleting for %ENV work for (newer versions of) VMS,
4751              from Craig A. Berry.
4752      Branch: perl
4753            ! vms/vms.c
4754 ____________________________________________________________________________
4755 [  7617] By: jhi                                   on 2000/11/09  04:25:05
4756         Log: Subject: [PATCH] Class::Struct at compile time
4757              From: "Casey R. Tweten" <crt@kiski.net>
4758              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
4759              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
4760      Branch: perl
4761            ! lib/Class/Struct.pm
4762 ____________________________________________________________________________
4763 [  7616] By: jhi                                   on 2000/11/09  04:15:17
4764         Log: Subject: [ID 20001108.013] spelling
4765              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
4766              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
4767              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
4768      Branch: perl
4769            ! lib/ftp.pl
4770 ____________________________________________________________________________
4771 [  7615] By: jhi                                   on 2000/11/09  04:12:42
4772         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
4773              From: Peter Prymmer <pvhp@forte.com>
4774              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
4775              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
4776      Branch: perl
4777            ! configure.com
4778 ____________________________________________________________________________
4779 [  7614] By: jhi                                   on 2000/11/08  22:42:55
4780         Log: A missing aTHX_.
4781      Branch: perl
4782            ! ext/IPC/SysV/SysV.xs
4783 ____________________________________________________________________________
4784 [  7613] By: jhi                                   on 2000/11/08  19:30:21
4785         Log: Update Changes.
4786      Branch: perl
4787            ! Changes patchlevel.h
4788 ____________________________________________________________________________
4789 [  7612] By: jhi                                   on 2000/11/08  18:35:25
4790         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
4791              From: David Dyck <dcd@tc.fluke.com>
4792              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
4793              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
4794      Branch: perl
4795            ! pp_sys.c
4796 ____________________________________________________________________________
4797 [  7611] By: jhi                                   on 2000/11/08  18:30:26
4798         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
4799              From: Dominic Dunlop <domo@computer.org>
4800              Date: Tue, 7 Nov 2000 12:05:25 +0100
4801              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
4802      Branch: perl
4803            ! malloc.c
4804 ____________________________________________________________________________
4805 [  7610] By: jhi                                   on 2000/11/08  18:25:14
4806         Log: Do not test UTF-8 locales since that the tests would require
4807              polymorphic regexen.
4808      Branch: perl
4809            ! t/pragma/locale.t
4810 ____________________________________________________________________________
4811 [  7609] By: jhi                                   on 2000/11/08  17:12:51
4812         Log: Locale buglets.
4813              
4814              Subject: RE: Locales support (setlocale) fixes
4815              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
4816              Date: Wed, 8 Nov 2000 20:01:39 +0300
4817              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
4818      Branch: perl
4819            ! t/pragma/locale.t util.c
4820 ____________________________________________________________________________
4821 [  7608] By: jhi                                   on 2000/11/08  17:00:16
4822         Log: Deleting $ENV{PATH} in VMS is not recommendable.
4823      Branch: perl
4824            ! t/pragma/locale.t
4825 ____________________________________________________________________________
4826 [  7607] By: jhi                                   on 2000/11/08  16:58:26
4827         Log: Subject: PATCH std stdio for (Free)BSD
4828              From: Nicholas Clark <nick@ccl4.org>
4829              Date: Wed, 8 Nov 2000 15:36:29 +0000
4830              Message-ID: <20001108153629.D98736@plum.flirble.org>
4831      Branch: metaconfig
4832            ! U/compline/d_stdstdio.U
4833      Branch: perl
4834            ! Configure config_h.SH
4835 ____________________________________________________________________________
4836 [  7606] By: jhi                                   on 2000/11/08  16:43:31
4837         Log: Forgot to bump the line numbers in #7601.
4838      Branch: perl
4839            ! t/pragma/warn/pp_sys
4840 ____________________________________________________________________________
4841 [  7605] By: jhi                                   on 2000/11/08  16:39:12
4842         Log: More careful detection of how well NVs and UVs mix.
4843              
4844              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))
4845              From: Nicholas Clark <nick@ccl4.org>
4846              Date: Wed, 8 Nov 2000 15:14:12 +0000
4847              Message-ID: <20001108151412.B98736@plum.flirble.org>
4848              
4849              Added some SIGFPE paranoia.
4850      Branch: metaconfig/U/perl
4851            ! perlxv.U
4852      Branch: perl
4853            ! Configure config_h.SH
4854 ____________________________________________________________________________
4855 [  7604] By: jhi                                   on 2000/11/08  14:39:10
4856         Log: Subject: [patch perl@7595] VMS configure.com tweak
4857              From: "Craig A. Berry" <craigberry@mac.com>
4858              Date: Wed, 8 Nov 2000 00:24:12 -0600
4859              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
4860      Branch: perl
4861            ! configure.com
4862 ____________________________________________________________________________
4863 [  7603] By: jhi                                   on 2000/11/08  14:27:11
4864         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
4865              From: Robin Barker <rmb1@cise.npl.co.uk>
4866              Date: Wed, 8 Nov 2000 11:11:39 GMT
4867              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
4868      Branch: perl
4869            ! perlio.c
4870 ____________________________________________________________________________
4871 [  7602] By: jhi                                   on 2000/11/08  14:25:03
4872         Log: Fix for the tie-refhash string table leaks.
4873              
4874              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
4875              Date: Wed, 8 Nov 2000 13:03:04 GMT
4876              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
4877      Branch: perl
4878            ! t/lib/tie-refhash.t
4879 ____________________________________________________________________________
4880 [  7601] By: jhi                                   on 2000/11/08  14:21:08
4881         Log: Try to avoid flockless and emulationless places.
4882      Branch: perl
4883            ! t/pragma/warn/pp_sys
4884 ____________________________________________________________________________
4885 [  7600] By: jhi                                   on 2000/11/08  02:28:54
4886         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
4887              
4888              Subject: [PATCH] prototyped functions that should be overrideable
4889              From: "Casey R. Tweten" <crt@kiski.net>
4890              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
4891              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
4892      Branch: perl
4893            ! toke.c
4894 ____________________________________________________________________________
4895 [  7599] By: jhi                                   on 2000/11/08  01:12:05
4896         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
4897              
4898              Subject: [PATCH] perlbug.PL
4899              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4900              Date: Mon, 6 Nov 2000 21:39:01 -0500
4901              Message-ID: <20001106213901.B20955@O2.chapin.edu>
4902      Branch: perl
4903            ! utils/perlbug.PL
4904 ____________________________________________________________________________
4905 [  7598] By: jhi                                   on 2000/11/07  23:42:00
4906         Log: Bad thinko in #7581 (I used the test program with the expanded
4907              values as-is).
4908      Branch: metaconfig
4909            ! U/compline/d_stdstdio.U
4910      Branch: perl
4911            ! Configure
4912 ____________________________________________________________________________
4913 [  7597] By: jhi                                   on 2000/11/07  21:43:29
4914         Log: Subject: [PATCH perl@7573] cygwin port
4915              From: "Fifer, Eric" <EFifer@sanwaint.com>
4916              Date: Tue, 7 Nov 2000 18:08:51 -0000 
4917              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
4918              
4919              Synchronize with Cygwin 1.1.5.
4920      Branch: perl
4921            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
4922            ! pod/perlport.pod unixish.h util.c
4923 ____________________________________________________________________________
4924 [  7596] By: jhi                                   on 2000/11/07  21:39:25
4925         Log: perlhack updates from H.Merijn Brand.
4926      Branch: perl
4927            ! pod/perlhack.pod
4928 ____________________________________________________________________________
4929 [  7595] By: jhi                                   on 2000/11/07  20:21:41
4930         Log: Update Changes.
4931      Branch: perl
4932            ! Changes patchlevel.h
4933 ____________________________________________________________________________
4934 [  7594] By: jhi                                   on 2000/11/07  19:18:58
4935         Log: Be more robust in Dynaloader.pm.
4936      Branch: perl
4937            ! ext/DynaLoader/DynaLoader_pm.PL
4938 ____________________________________________________________________________
4939 [  7593] By: jhi                                   on 2000/11/07  16:49:31
4940         Log: AUTHORS update.
4941      Branch: perl
4942            ! AUTHORS
4943 ____________________________________________________________________________
4944 [  7592] By: gsar                                  on 2000/11/07  16:39:51
4945         Log: normalize relative paths in virtualized current directory on windows,
4946              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
4947              returns)
4948      Branch: perl
4949            ! win32/vdir.h
4950 ____________________________________________________________________________
4951 [  7591] By: jhi                                   on 2000/11/07  16:04:26
4952         Log: Too profiler-happy: with optimization the #7590 actually makes
4953              the test to run 0.5% _slower_.  Requires much more instrumentation.
4954              Retract #7590.
4955      Branch: perl
4956            ! regcomp.c regcomp.h
4957 ____________________________________________________________________________
4958 [  7590] By: jhi                                   on 2000/11/07  15:51:13
4959         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
4960              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
4961              by using memset() and testing bytewise (as opposed to bitwise).
4962      Branch: perl
4963            ! regcomp.c regcomp.h
4964 ____________________________________________________________________________
4965 [  7589] By: jhi                                   on 2000/11/07  12:56:39
4966         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
4967              From: "Craig A. Berry" <craig.berry@psinetcs.com>
4968              Date: Mon, 06 Nov 2000 23:45:30 -0500
4969              Message-Id: <0011079735.AA973576259@univpress.com>
4970      Branch: perl
4971            ! configure.com t/lib/st-lock.t
4972 ____________________________________________________________________________
4973 [  7588] By: jhi                                   on 2000/11/07  01:03:28
4974         Log: Tweak #7587.
4975      Branch: perl
4976            ! pod/perldiag.pod
4977 ____________________________________________________________________________
4978 [  7587] By: jhi                                   on 2000/11/07  01:00:27
4979         Log: A doc addition for bug id 20001105.019, beware \p.
4980      Branch: perl
4981            ! pod/perldiag.pod
4982 ____________________________________________________________________________
4983 [  7586] By: jhi                                   on 2000/11/07  00:32:22
4984         Log: Fake support of holey files in win/dosish platforms.
4985              
4986              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
4987              From: kipp@shonanblue.ne.jp
4988              Date: Mon, 6 Nov 2000 13:30:55 -0800
4989              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
4990      Branch: perl
4991            ! ext/SDBM_File/sdbm/sdbm.c
4992 ____________________________________________________________________________
4993 [  7585] By: jhi                                   on 2000/11/07  00:12:54
4994         Log: Subject: Pod updates
4995              From: "Stephen P. Potter" <spp@spotter.yi.org>
4996              Date: Mon, 06 Nov 2000 18:56:43 -0500
4997              Message-Id: <200011062357.SAA18173@spotter.yi.org>
4998      Branch: perl
4999            ! README.dos README.os2 README.win32 pod/buildtoc.PL
5000            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
5001            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
5002            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
5003            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
5004            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
5005            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
5006            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
5007            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
5008            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
5009            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
5010            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
5011            ! pod/perltootc.pod pod/perlunicode.pod
5012 ____________________________________________________________________________
5013 [  7584] By: jhi                                   on 2000/11/07  00:04:17
5014         Log: Varargs don't always work too well if one puts an unsigned
5015              char on the stack and pop an unsigned quad off the stack.
5016              
5017              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
5018              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
5019              Date: Mon, 06 Nov 2000 15:19:05 -0800
5020              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
5021      Branch: perl
5022            ! utf8.c
5023 ____________________________________________________________________________
5024 [  7583] By: jhi                                   on 2000/11/06  23:58:48
5025         Log: %ENV note tweaks from Dan Sugalski.
5026      Branch: perl
5027            ! pod/perlport.pod vms/perlvms.pod
5028 ____________________________________________________________________________
5029 [  7582] By: jhi                                   on 2000/11/06  23:05:49
5030         Log: glibc5 detection by __GNU_LIBRARY__.
5031      Branch: perl
5032            ! toke.c
5033 ____________________________________________________________________________
5034 [  7581] By: jhi                                   on 2000/11/06  22:51:29
5035         Log: Make the stdio test program of 7427 less noisy while being 
5036              compiled so that Digital UNIX wouldn't get both
5037              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
5038              undefined.  This makes perlio happy.
5039      Branch: metaconfig
5040            ! U/compline/d_stdstdio.U
5041      Branch: perl
5042            ! Configure config_h.SH
5043 ____________________________________________________________________________
5044 [  7580] By: jhi                                   on 2000/11/06  22:41:41
5045         Log: Document %ENV = () portability issues.
5046      Branch: perl
5047            ! pod/perlport.pod vms/perlvms.pod
5048 ____________________________________________________________________________
5049 [  7579] By: jhi                                   on 2000/11/06  21:29:24
5050         Log: VOS updates from Paul Green.
5051      Branch: perl
5052            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5053 ____________________________________________________________________________
5054 [  7578] By: jhi                                   on 2000/11/06  21:00:40
5055         Log: Sanitize the environment further.
5056      Branch: perl
5057            ! t/pragma/locale.t
5058 ____________________________________________________________________________
5059 [  7577] By: jhi                                   on 2000/11/06  20:53:51
5060         Log: Re-introduce 7552 lost in integration.
5061      Branch: perl
5062            ! perlio.c
5063 ____________________________________________________________________________
5064 [  7576] By: jhi                                   on 2000/11/06  20:33:46
5065         Log: Admit that the test leaks scalars.
5066      Branch: perl
5067            ! t/comp/proto.t
5068 ____________________________________________________________________________
5069 [  7575] By: jhi                                   on 2000/11/06  20:17:08
5070         Log: Integrate perlio.
5071      Branch: perl
5072           !> perlio.c
5073 ____________________________________________________________________________
5074 [  7574] By: nick                                  on 2000/11/06  20:07:28
5075         Log: Remove debug. Try (Mmap_t) on madvise() call.
5076      Branch: perlio
5077            ! perlio.c
5078 ____________________________________________________________________________
5079 [  7573] By: jhi                                   on 2000/11/06  13:56:05
5080         Log: Update Changes.
5081      Branch: perl
5082            ! Changes patchlevel.h
5083 ____________________________________________________________________________
5084 [  7572] By: jhi                                   on 2000/11/06  13:48:41
5085         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
5086              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5087              Date: Mon, 06 Nov 2000 10:11:42 +0100
5088              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
5089      Branch: perl
5090            ! pod/perlhack.pod
5091 ____________________________________________________________________________
5092 [  7571] By: jhi                                   on 2000/11/06  01:45:51
5093         Log: AUTHORS updates.
5094      Branch: perl
5095            ! AUTHORS
5096 ____________________________________________________________________________
5097 [  7570] By: jhi                                   on 2000/11/06  00:18:00
5098         Log: Fix for
5099              
5100              Subject: [ID 20000728.005] perl -P broken
5101              From: David Dyck <dcd@tc.fluke.com>
5102              Date: Fri, 28 Jul 2000 17:19:16 -0700
5103              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
5104              
5105              (hopefully).  The fix is also not complete, it seems to break
5106              BOM swallowing for libc5 systems, but until someone figures
5107              out a way to do this without ftell(), this will do.
5108      Branch: perl
5109            ! toke.c
5110 ____________________________________________________________________________
5111 [  7569] By: jhi                                   on 2000/11/06  00:05:30
5112         Log: Document that the evaled syntax errors cause scalar leaks.
5113      Branch: perl
5114            ! t/comp/proto.t
5115 ____________________________________________________________________________
5116 [  7568] By: jhi                                   on 2000/11/05  23:14:47
5117         Log: opmini.o can linger from Configures past.
5118      Branch: perl
5119            ! Makefile.SH
5120 ____________________________________________________________________________
5121 [  7567] By: jhi                                   on 2000/11/05  21:28:39
5122         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
5123              first argument correctly.
5124      Branch: perl
5125            ! perlio.c
5126 ____________________________________________________________________________
5127 [  7566] By: jhi                                   on 2000/11/05  21:15:56
5128         Log: Integrate perlio.
5129      Branch: perl
5130           !> perlio.c
5131 ____________________________________________________________________________
5132 [  7565] By: jhi                                   on 2000/11/05  21:15:13
5133         Log: Use -dM for gcc (the suggested patch did it only for Linux,
5134              but I think it can be generalized).
5135              
5136              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
5137              From: Pixel <pixel@mandrakesoft.com>
5138              Date: 05 Nov 2000 21:49:34 +0100 
5139              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
5140      Branch: perl
5141            ! ext/Errno/Errno_pm.PL
5142 ____________________________________________________________________________
5143 [  7564] By: nick                                  on 2000/11/05  21:09:18
5144         Log: Added a mmap layer as a "subclass" of perlio.
5145              PERLIO=mmap ./perl harness passes
5146      Branch: perlio
5147            ! perlio.c
5148 ____________________________________________________________________________
5149 [  7563] By: jhi                                   on 2000/11/05  19:48:55
5150         Log: Add a note for future generations about bug id 20000229.006.
5151      Branch: perl
5152            ! malloc.c
5153 ____________________________________________________________________________
5154 [  7562] By: jhi                                   on 2000/11/05  19:38:24
5155         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
5156      Branch: perl
5157            ! pp_ctl.c t/op/pos.t
5158 ____________________________________________________________________________
5159 [  7561] By: jhi                                   on 2000/11/05  18:21:46
5160         Log: Add =pod to be tidy.
5161      Branch: perl
5162            ! lib/Math/Complex.pm
5163 ____________________________________________________________________________
5164 [  7560] By: jhi                                   on 2000/11/05  17:38:46
5165         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
5166      Branch: perl
5167            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5168            ! ext/Storable/Storable.xs t/lib/st-recurse.t
5169 ____________________________________________________________________________
5170 [  7559] By: jhi                                   on 2000/11/05  17:32:59
5171         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
5172              From: "Peter J. Farley III" <pjfarley@banet.net>
5173              Date: Sun, 05 Nov 2000 11:55:59 -0500
5174              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
5175      Branch: perl
5176            ! t/lib/syslog.t
5177 ____________________________________________________________________________
5178 [  7558] By: jhi                                   on 2000/11/05  17:29:19
5179         Log: Integrate perlio.
5180      Branch: perl
5181           !> perlio.c
5182 ____________________________________________________________________________
5183 [  7557] By: jhi                                   on 2000/11/05  17:22:01
5184         Log: A fix of sorts for 20000329.026, a better error message
5185              for a missing "use charnames" when using the \N{...}. 
5186      Branch: perl
5187            ! pod/perldiag.pod toke.c
5188 ____________________________________________________________________________
5189 [  7556] By: jhi                                   on 2000/11/05  16:33:50
5190         Log: Test tweak: show also the failed locales.
5191              
5192              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
5193              From: Lupe Christoph <lupe@lupe-christoph.de>         
5194              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
5195              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
5196      Branch: perl
5197            ! t/pragma/locale.t
5198 ____________________________________________________________________________
5199 [  7555] By: nick                                  on 2000/11/05  11:09:34
5200         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
5201              open RDWR so does not fail. (pragma/warnings 303 again...)
5202      Branch: perlio
5203            ! perlio.c
5204 ____________________________________________________________________________
5205 [  7554] By: nick                                  on 2000/11/05  10:10:13
5206         Log: Fix case where ungetc(f,EOF) was allowed.
5207              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
5208              so we can see similarities.
5209              Use types more carefully and a STDCHAR array in hope that this will
5210              fix Jarrko's 64bit machine.
5211      Branch: perlio
5212            ! perlio.c
5213 ____________________________________________________________________________
5214 [  7553] By: jhi                                   on 2000/11/05  01:12:16
5215         Log: Fix for
5216              
5217              Subject: [ID 20001004.007] taint propogation is inconsistent
5218              From: pimlott@idiomtech.com (Andrew Pimlott) 
5219              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
5220              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
5221              
5222              The culprit was sv_setsv() which was rather blindly
5223              propagating taint, which lead to behaviour where if
5224              a tainted anon hash value was seen all the hash values
5225              from then on at that level became tainted, or at any
5226              upper levels in the case of nested anon hashes.
5227      Branch: perl
5228            ! sv.c t/op/taint.t
5229 ____________________________________________________________________________
5230 [  7552] By: jhi                                   on 2000/11/04  23:44:18
5231         Log: Some cpps don't like splitting conditionals across several lines.
5232      Branch: perl
5233            ! perlio.c
5234 ____________________________________________________________________________
5235 [  7551] By: nick                                  on 2000/11/04  23:40:44
5236         Log: Integrate mainline
5237      Branch: perlio
5238           !> pp_hot.c t/op/taint.t
5239 ____________________________________________________________________________
5240 [  7550] By: nick                                  on 2000/11/04  23:39:05
5241         Log: Integrate mainline again
5242      Branch: perlio
5243           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
5244           !> t/lib/b.t t/op/misc.t util.c
5245 ____________________________________________________________________________
5246 [  7549] By: jhi                                   on 2000/11/04  23:14:01
5247         Log: Fix for
5248              
5249              Subject: [ID 20001004.006] undef is never tainted
5250              From: pimlott@idiomtech.com (Andrew Pimlott)
5251              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
5252              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
5253              
5254              An undef read from a slurped file was not tainted.
5255      Branch: perl
5256            ! pp_hot.c t/op/taint.t
5257 ____________________________________________________________________________
5258 [  7548] By: jhi                                   on 2000/11/04  22:56:21
5259         Log: Test tweak ($Config{useperlio} is by default undef) .
5260      Branch: perl
5261            ! t/lib/b.t
5262 ____________________________________________________________________________
5263 [  7547] By: jhi                                   on 2000/11/04  22:43:56
5264         Log: Integrate perlio.
5265      Branch: perl
5266           +> lib/perlio.pm
5267           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
5268           !> pod/perlapi.pod t/lib/b.t
5269 ____________________________________________________________________________
5270 [  7546] By: jhi                                   on 2000/11/04  22:40:59
5271         Log: Configure would use a bad $myuname from an old config.sh.
5272              
5273              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
5274              From: Andy Dougherty <doughera@lafayette.edu>
5275              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
5276              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
5277      Branch: metaconfig
5278            ! U/modified/Oldconfig.U
5279      Branch: perl
5280            ! Configure config_h.SH
5281 ____________________________________________________________________________
5282 [  7545] By: jhi                                   on 2000/11/04  22:36:54
5283         Log: Subject: Locales support (setlocale) fixes
5284              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5285              Date: Sat, 4 Nov 2000 10:15:48 +0300 
5286              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
5287              
5288              Modified quite a bit to be more portable.
5289      Branch: perl
5290            ! embed.h embed.pl perl.h proto.h util.c
5291 ____________________________________________________________________________
5292 [  7544] By: jhi                                   on 2000/11/04  22:32:47
5293         Log: Dying is too strict here, better just skip.
5294      Branch: perl
5295            ! t/op/misc.t
5296 ____________________________________________________________________________
5297 [  7543] By: nick                                  on 2000/11/04  21:55:13
5298         Log: Merge mainline
5299      Branch: perlio
5300           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
5301           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
5302           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
5303           !> (integrate 64 files)
5304 ____________________________________________________________________________
5305 [  7542] By: jhi                                   on 2000/11/04  21:09:28
5306         Log: More Changes tweakery.
5307      Branch: perl
5308            ! Changes Porting/genlog
5309 ____________________________________________________________________________
5310 [  7541] By: jhi                                   on 2000/11/04  20:58:18
5311         Log: Changes fixups.
5312      Branch: perl
5313            ! Changes
5314 ____________________________________________________________________________
5315 [  7540] By: jhi                                   on 2000/11/04  20:42:38
5316         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
5317              create a "fast path" for locale name probing using "locale -a"
5318              if available, squash finally hopefully the s?printf resetting
5319              the numeric locale (since, IIUC perllocale, it never shouldn't). 
5320      Branch: perl
5321            ! sv.c t/op/misc.t t/pragma/locale.t
5322 ____________________________________________________________________________
5323 [  7539] By: nick                                  on 2000/11/04  19:56:10
5324         Log: PerlIO infrastructure complete.
5325      Branch: perlio
5326            + lib/perlio.pm
5327            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
5328 ____________________________________________________________________________
5329 [  7538] By: nick                                  on 2000/11/04  14:31:32
5330         Log: Type tweaks + less contorted allocation scheme
5331      Branch: perlio
5332            ! perlio.c
5333 ____________________________________________________________________________
5334 [  7537] By: nick                                  on 2000/11/04  12:40:42
5335         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
5336              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
5337              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
5338              sensible) which lead to some interesting fails.
5339      Branch: perlio
5340            ! perlio.c
5341 ____________________________________________________________________________
5342 [  7536] By: jhi                                   on 2000/11/04  00:20:02
5343         Log: Add FCNTL_CAN_LOCK.
5344              
5345              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
5346              From: Andy Dougherty <doughera@lafayette.edu>
5347              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
5348              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
5349              
5350              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
5351              From: Andy Dougherty <doughera@lafayette.edu>
5352              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
5353              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
5354      Branch: metaconfig/U/perl
5355            + d_fcntl_can_lock.U
5356            ! startperl.U
5357      Branch: perl
5358            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5359            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
5360            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5361            ! vos/config.ga.h win32/config.bc win32/config.gc
5362            ! win32/config.vc
5363 ____________________________________________________________________________
5364 [  7535] By: nick                                  on 2000/11/03  22:19:10
5365         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
5366              - Works on Linux with
5367              perlio + unix
5368              stdio
5369              - Works on Solaris with
5370              perlio + unix
5371              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
5372              - Fails (hangs in openpid) if you try and stack
5373              perlio + stdio - Linux stdio's read() logic is hanging.
5374      Branch: perlio
5375            ! iperlsys.h perlio.c
5376 ____________________________________________________________________________
5377 [  7534] By: jhi                                   on 2000/11/03  15:16:02
5378         Log: Subject: Re: README.aix
5379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5380              Date: Fri, 03 Nov 2000 16:03:15 +0100
5381              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
5382      Branch: perl
5383            ! README.aix
5384 ____________________________________________________________________________
5385 [  7533] By: jhi                                   on 2000/11/03  03:59:02
5386         Log: Subject: [PATCH 5.7.0] better messages from malloc()
5387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5388              Date: Wed, 1 Nov 2000 23:39:56 -0500
5389              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
5390      Branch: perl
5391            ! malloc.c pod/perldiag.pod
5392 ____________________________________________________________________________
5393 [  7532] By: jhi                                   on 2000/11/03  00:11:56
5394         Log: The #7521 touched things it shouldn't have.
5395      Branch: perl
5396            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
5397 ____________________________________________________________________________
5398 [  7531] By: jhi                                   on 2000/11/02  22:32:33
5399         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
5400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5401              Date:     Thu, 2 Nov 2000 16:58:36 EST
5402              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
5403      Branch: perl
5404            ! vms/gen_shrfls.pl
5405 ____________________________________________________________________________
5406 [  7530] By: jhi                                   on 2000/11/02  22:08:49
5407         Log: Fix the problem discussed in
5408              
5409              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
5410              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
5411              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
5412              
5413              originally from Linc Madison.  Also Andreas König's comments
5414              taken into account.  Some other problems with Tie::SubstrHash
5415              fixed: didn't croak when the table exceeded the requested number
5416              of entries (as documented) but instead when the number of entries
5417              exceeded the size of the table, a croak() had an unnecessary \n,
5418              didn't have a CLEAR method, documented that there is no exists().
5419              Didn't fix to be strict-proof because the module uses &foo; and
5420              dynamic scope.  Added a test script exercizing both first tamely 
5421              the basic functionality, and then the failure cases reported by
5422              Linc Madison.
5423      Branch: perl
5424            + t/lib/tie-substrhash.t
5425            ! MANIFEST lib/Tie/SubstrHash.pm
5426 ____________________________________________________________________________
5427 [  7529] By: jhi                                   on 2000/11/02  17:58:08
5428         Log: recv() can fail and return undef.
5429              
5430              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
5431              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
5432              Date: Thu, 2 Nov 2000 20:12:20 +0300
5433              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
5434      Branch: perl
5435            ! lib/Net/Ping.pm
5436 ____________________________________________________________________________
5437 [  7528] By: jhi                                   on 2000/11/02  17:49:09
5438         Log: Detpyo.
5439      Branch: perl
5440            ! pod/perlop.pod
5441 ____________________________________________________________________________
5442 [  7527] By: jhi                                   on 2000/11/02  15:48:37
5443         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
5444              fix a autovivification bug in Tie::RefHash, add tests for both.
5445              
5446              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
5447              From: Edward Avis <epa98@doc.ic.ac.uk>
5448              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
5449              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
5450      Branch: perl
5451            + t/lib/tie-refhash.t
5452            ! MANIFEST lib/Tie/RefHash.pm
5453 ____________________________________________________________________________
5454 [  7526] By: jhi                                   on 2000/11/02  13:56:26
5455         Log: Test::Harness revealed buglets in the new DynaLoader.
5456              
5457              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
5458              From: andreas.koenig@anima.de (Andreas J. Koenig)
5459              Date: 02 Nov 2000 11:26:48 +0100 
5460              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
5461      Branch: perl
5462            ! ext/DynaLoader/DynaLoader_pm.PL
5463 ____________________________________________________________________________
5464 [  7525] By: jhi                                   on 2000/11/01  23:52:08
5465         Log: The entry for #7503 was missing.
5466      Branch: perl
5467            ! Changes
5468 ____________________________________________________________________________
5469 [  7524] By: jhi                                   on 2000/11/01  23:40:52
5470         Log: Update Changes.
5471      Branch: perl
5472            ! Changes patchlevel.h
5473 ____________________________________________________________________________
5474 [  7523] By: jhi                                   on 2000/11/01  22:57:09
5475         Log: More tweaking on the #7522 theme.
5476      Branch: perl
5477            ! ext/DynaLoader/DynaLoader_pm.PL
5478 ____________________________________________________________________________
5479 [  7522] By: jhi                                   on 2000/11/01  22:06:15
5480         Log: Expand %Config variables and %ENV variables only if
5481              so requested during build time using the
5482              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
5483              Not expanding makes relocating distributions easier.
5484      Branch: perl
5485            ! ext/DynaLoader/DynaLoader_pm.PL
5486 ____________________________________________________________________________
5487 [  7521] By: jhi                                   on 2000/11/01  20:56:34
5488         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
5489              and setgid() because they were just changing $< and $( which means
5490              only changing the real uid/gid, as opposed to changing both
5491              real and effective ids.  (The alternative way could have been
5492              in POSIX.pm to change $> and $), too, but making a direct call
5493              to the C API feels cleaner.)  Fixes the bug
5494              
5495              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
5496              From: "Garry T. Williams" <garry@zvolve.com>
5497              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
5498              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
5499      Branch: perl
5500            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
5501            ! ext/POSIX/typemap pod/perlvar.pod
5502 ____________________________________________________________________________
5503 [  7520] By: jhi                                   on 2000/11/01  20:08:33
5504         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
5505              From: "Garry T. Williams" <garry@zvolve.com>
5506              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
5507              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
5508      Branch: perl
5509            ! pod/perlsec.pod
5510 ____________________________________________________________________________
5511 [  7519] By: jhi                                   on 2000/11/01  20:01:22
5512         Log: Locale warning explanation tweak.
5513      Branch: perl
5514            ! pod/perldiag.pod
5515 ____________________________________________________________________________
5516 [  7518] By: jhi                                   on 2000/11/01  18:57:13
5517         Log: C.pm part of
5518              
5519              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
5520              From: Jarkko Hietaniemi <jhi@iki.fi>
5521              Date: Tue, 10 Oct 2000 08:22:28 -0500
5522              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
5523      Branch: perl
5524            ! ext/B/B/C.pm
5525 ____________________________________________________________________________
5526 [  7517] By: jhi                                   on 2000/11/01  18:41:59
5527         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
5528              From: Martien Verbruggen <mgjv@comdyn.com.au>
5529              Date: Fri, 6 Oct 2000 14:09:10 +1100
5530              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
5531      Branch: perl
5532            ! pod/perlop.pod
5533 ____________________________________________________________________________
5534 [  7516] By: jhi                                   on 2000/11/01  18:34:55
5535         Log: Generalize the Camel wording.
5536              
5537              Subject: Re: perlfaq style changes
5538              From: John Borwick <jhborwic@unity.ncsu.edu>
5539              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
5540              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
5541      Branch: perl
5542            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
5543 ____________________________________________________________________________
5544 [  7515] By: jhi                                   on 2000/11/01  16:52:31
5545         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
5546              From: pimlott@idiomtech.com (Andrew Pimlott)
5547              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
5548              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
5549      Branch: perl
5550            ! pod/perlsec.pod
5551 ____________________________________________________________________________
5552 [  7514] By: jhi                                   on 2000/11/01  15:03:40
5553         Log: More AIX lore.
5554      Branch: perl
5555            ! ext/re/hints/aix.pl
5556 ____________________________________________________________________________
5557 [  7513] By: jhi                                   on 2000/11/01  14:48:30
5558         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
5559              From: root <root@chronos.fi.muni.cz>
5560              Date: Wed, 1 Nov 2000 12:31:32 +0100
5561              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
5562      Branch: perl
5563            ! lib/Net/Ping.pm
5564 ____________________________________________________________________________
5565 [  7512] By: jhi                                   on 2000/11/01  14:46:47
5566         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
5567              From: Martin Husemann <martin@duskware.de>
5568              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
5569              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
5570      Branch: perl
5571            ! regcomp.c
5572 ____________________________________________________________________________
5573 [  7511] By: jhi                                   on 2000/11/01  14:39:50
5574         Log: AUTHORS updates.
5575      Branch: perl
5576            ! AUTHORS
5577 ____________________________________________________________________________
5578 [  7510] By: jhi                                   on 2000/11/01  14:29:50
5579         Log: Subject: [PATCH] startperl to respect versiononly
5580              From: Robin Barker <rmb1@cise.npl.co.uk> 
5581              Date: Tue, 31 Oct 2000 16:29:36 GMT
5582              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
5583      Branch: metaconfig/U/perl
5584            ! startperl.U
5585      Branch: perl
5586            ! Configure config_h.SH
5587 ____________________________________________________________________________
5588 [  7509] By: jhi                                   on 2000/11/01  14:19:53
5589         Log: printf UVs the correct way, noticed by Robin Barker.
5590      Branch: perl
5591            ! utf8.c
5592 ____________________________________________________________________________
5593 [  7508] By: jhi                                   on 2000/11/01  14:10:03
5594         Log: Do not cleanup *% because the % has special meanings in some
5595              shell environments.
5596      Branch: perl
5597            ! ext/Storable/Makefile.PL
5598 ____________________________________________________________________________
5599 [  7507] By: jhi                                   on 2000/11/01  14:06:00
5600         Log: The NonStop-UX libraries have a novel way to say NaN.
5601      Branch: perl
5602            ! t/lib/bigfltpm.t
5603 ____________________________________________________________________________
5604 [  7506] By: jhi                                   on 2000/11/01  14:03:35
5605         Log: The osname has been lowercased by now, from Tom Bates.
5606      Branch: metaconfig
5607            ! U/modified/Oldconfig.U
5608      Branch: perl
5609            ! Configure config_h.SH
5610 ____________________________________________________________________________
5611 [  7505] By: jhi                                   on 2000/10/31  19:18:39
5612         Log: The compiler is either gcc or cc, from Tom Bates.
5613      Branch: perl
5614            ! hints/nonstopux.sh
5615 ____________________________________________________________________________
5616 [  7504] By: jhi                                   on 2000/10/31  14:53:42
5617         Log: Update Changes.
5618      Branch: perl
5619            ! Changes patchlevel.h
5620 ____________________________________________________________________________
5621 [  7503] By: jhi                                   on 2000/10/31  14:30:50
5622         Log: Whitespace style tweak.  Was originally going to see to
5623              
5624              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
5625              From: Joe Smith <jms@inwap.com>
5626              Date: Mon, 30 Oct 2000 18:47:57 -0800
5627              Message-Id: <39FE32DD.24AAC4D@inwap.com>
5628              
5629              but that had already been taken care of.
5630      Branch: metaconfig
5631            ! U/compline/d_stdstdio.U
5632      Branch: perl
5633            ! Configure config_h.SH
5634 ____________________________________________________________________________
5635 [  7502] By: jhi                                   on 2000/10/31  14:25:02
5636         Log: AUTHORS tweaks.
5637      Branch: perl
5638            ! AUTHORS
5639 ____________________________________________________________________________
5640 [  7501] By: jhi                                   on 2000/10/31  14:23:59
5641         Log: Subject: perlfaq style changes
5642              From: John Borwick <jhborwic@unity.ncsu.edu>
5643              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
5644              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
5645      Branch: perl
5646            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5647            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5648            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5649            ! pod/perlfaq9.pod
5650 ____________________________________________________________________________
5651 [  7500] By: jhi                                   on 2000/10/31  14:22:15
5652         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
5653              
5654              Subject: Re: [ID 20000918.005] ~ on wide chars
5655              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5656              Date: Mon, 30 Oct 2000 21:09:55 -0800
5657              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
5658              
5659              (The ord() part of the patch skipped.)
5660      Branch: perl
5661            ! doop.c
5662 ____________________________________________________________________________
5663 [  7499] By: jhi                                   on 2000/10/31  14:20:08
5664         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
5665              From: Jens Hamisch <jens@Strawberry.COM>
5666              Date: Mon, 30 Oct 2000 15:17:07 +0100
5667              Message-Id: <20001030151707.A9597@Strawberry.COM>
5668      Branch: perl
5669            ! av.c
5670 ____________________________________________________________________________
5671 [  7498] By: jhi                                   on 2000/10/31  14:16:29
5672         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
5673              From: Peter Prymmer <pvhp@forte.com>
5674              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
5675              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
5676      Branch: perl
5677            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
5678            + ext/Encode/Encode/posix-bc.enc
5679            ! MANIFEST t/lib/encode.t
5680 ____________________________________________________________________________
5681 [  7497] By: jhi                                   on 2000/10/31  14:13:22
5682         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
5683              From: Peter Prymmer <pvhp@forte.com>
5684              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
5685              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
5686      Branch: perl
5687            ! t/lib/cgi-html.t
5688 ____________________________________________________________________________
5689 [  7496] By: jhi                                   on 2000/10/31  14:12:05
5690         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
5691              From: Peter Prymmer <pvhp@forte.com>
5692              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
5693              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
5694      Branch: perl
5695            ! t/lib/cgi-function.t
5696 ____________________________________________________________________________
5697 [  7495] By: jhi                                   on 2000/10/31  14:11:08
5698         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
5699              From: Peter Prymmer <pvhp@forte.com>
5700              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
5701              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
5702      Branch: perl
5703            + ext/re/hints/aix.pl
5704            ! MANIFEST ext/re/Makefile.PL
5705 ____________________________________________________________________________
5706 [  7494] By: jhi                                   on 2000/10/31  14:08:32
5707         Log: Use Errno magic.
5708              
5709              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
5710              From: Casey Tweten <perl@ctweten.amsite.com>
5711              Date: Mon, 30 Oct 2000 15:51:17 -0500
5712              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
5713      Branch: perl
5714            ! lib/File/Temp.pm
5715 ____________________________________________________________________________
5716 [  7493] By: jhi                                   on 2000/10/31  14:05:07
5717         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
5718              
5719              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
5720              From: Nicholas Clark <nick@ccl4.org>
5721              Date: Mon, 30 Oct 2000 17:38:45 +0000
5722              Message-ID: <20001030173845.O60355@plum.flirble.org>
5723      Branch: perl
5724            ! Makefile.SH utils/perlbug.PL
5725 ____________________________________________________________________________
5726 [  7492] By: nick                                  on 2000/10/30  19:37:23
5727         Log: Change files which are mysteriously different to mainline to be
5728              copies of mainline.
5729      Branch: perlio
5730            ! objXSUB.h perlapi.c pod/perlapi.pod
5731 ____________________________________________________________________________
5732 [  7491] By: nick                                  on 2000/10/30  18:05:54
5733         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
5734              - typo in endian code in putc.
5735              - Don't allow read of write-only files and vice-versa
5736              - and off-by-one in flush-all loop.
5737              Remove debug calls as they were using GCC specific features.
5738      Branch: perlio
5739            ! perlio.c
5740 ____________________________________________________________________________
5741 [  7490] By: nick                                  on 2000/10/29  21:45:45
5742         Log: Integrate mainline to perlio
5743      Branch: perlio
5744           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
5745           !> toke.c
5746 ____________________________________________________________________________
5747 [  7489] By: jhi                                   on 2000/10/29  21:11:08
5748         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
5749              From: andreas.koenig@anima.de (Andreas J. Koenig)
5750              Date: 29 Oct 2000 22:05:59 +0100
5751              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
5752      Branch: perl
5753            ! lib/ExtUtils/Manifest.pm
5754 ____________________________________________________________________________
5755 [  7488] By: jhi                                   on 2000/10/29  21:07:47
5756         Log: Tests for #7487.
5757              
5758              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5759              From: andreas.koenig@anima.de (Andreas J. Koenig)
5760              Date: 29 Oct 2000 19:37:09 +0100
5761              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
5762      Branch: perl
5763            ! t/comp/proto.t
5764 ____________________________________________________________________________
5765 [  7487] By: jhi                                   on 2000/10/29  21:06:27
5766         Log: constsub spillage.
5767              
5768              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
5769              From: John Tobey <jtobey@john-edwin-tobey.org>
5770              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
5771              Message-Id: <m13pvSr-000FObC@feynman.localnet>
5772      Branch: perl
5773            ! op.c
5774 ____________________________________________________________________________
5775 [  7486] By: nick                                  on 2000/10/29  21:05:04
5776         Log: Integrate mainline to perlio branch
5777      Branch: perlio
5778           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
5779           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
5780           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
5781           +> vos/install_perl.cm
5782            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
5783            - vos/config.h vos/config_h.SH_orig
5784           !> (integrate 141 files)
5785 ____________________________________________________________________________
5786 [  7485] By: jhi                                   on 2000/10/29  21:00:47
5787         Log: Make \x{...} consistently produce UTF-8.
5788              
5789              Subject: Re: \x{...} is confused 
5790              From: Simon Cozens <simon@cozens.net>
5791              Date: Sun, 29 Oct 2000 19:36:48 +0000
5792              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
5793      Branch: perl
5794            ! t/pragma/utf8.t toke.c
5795 ____________________________________________________________________________
5796 [  7484] By: nick                                  on 2000/10/29  20:05:29
5797         Log: PerlIO passes all tests.
5798      Branch: perlio
5799            ! perlio.c
5800 ____________________________________________________________________________
5801 [  7483] By: jhi                                   on 2000/10/29  18:06:55
5802         Log: Update Changes.
5803      Branch: perl
5804            ! Changes patchlevel.h
5805 ____________________________________________________________________________
5806 [  7482] By: nick                                  on 2000/10/29  17:43:28
5807         Log: Include <unistd.h> to get correct lseek() prototype etc.
5808              (I thought perl.h did that) - down to two fails
5809              - comp/require.t (last test)
5810              - lib/io_xs.t - possibly import/export of FILE * ?
5811      Branch: perlio
5812            ! perlio.c
5813 ____________________________________________________________________________
5814 [  7481] By: jhi                                   on 2000/10/29  17:02:37
5815         Log: UTF-8 decoder tweak.
5816      Branch: perl
5817            ! utf8.c
5818 ____________________________________________________________________________
5819 [  7480] By: nick                                  on 2000/10/29  16:26:11
5820         Log: Fixed two bugs:
5821              - error code not being set on close (of broken pipe)
5822              - append mode was truncating.
5823              At least one seek/tell bug remains.
5824      Branch: perlio
5825            ! perlio.c
5826 ____________________________________________________________________________
5827 [  7479] By: nick                                  on 2000/10/29  11:18:16
5828         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
5829              in case of accidents. Still several worrying fails, no line disciplines yet.
5830      Branch: perlio
5831            ! iperlsys.h perlio.c
5832 ____________________________________________________________________________
5833 [  7478] By: jhi                                   on 2000/10/29  02:04:01
5834         Log: Add also emailless people.
5835      Branch: perl
5836            ! AUTHORS
5837 ____________________________________________________________________________
5838 [  7477] By: jhi                                   on 2000/10/29  01:36:00
5839         Log: The #7476 needs a MANIFEST change, too.
5840      Branch: perl
5841            ! MANIFEST
5842 ____________________________________________________________________________
5843 [  7476] By: jhi                                   on 2000/10/29  01:35:21
5844         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
5845      Branch: perl
5846            - MAINTAIN
5847            ! AUTHORS Changes
5848 ____________________________________________________________________________
5849 [  7475] By: jhi                                   on 2000/10/28  23:57:25
5850         Log: De-quoted-unreadable to ISO Latin 1.
5851              (There's one ISO-2022-JP name in Changes5.004.)
5852      Branch: perl
5853            ! Changes Changes5.6
5854 ____________________________________________________________________________
5855 [  7474] By: jhi                                   on 2000/10/28  19:13:06
5856         Log: Subject: [ID 20001027.007] uniq array in perlfaq
5857              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
5858              Date: Fri, 27 Oct 2000 19:28:30 +0200
5859              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
5860      Branch: perl
5861            ! pod/perlfaq4.pod
5862 ____________________________________________________________________________
5863 [  7473] By: jhi                                   on 2000/10/28  18:02:05
5864         Log: Locking null mutexes is not recommendable.
5865              
5866              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
5867              From: Hugo <hv@crypt.compulink.co.uk>
5868              Date: Sat, 28 Oct 2000 18:41:12 +0100
5869              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
5870      Branch: perl
5871            ! op.c
5872 ____________________________________________________________________________
5873 [  7472] By: jhi                                   on 2000/10/28  17:52:58
5874         Log: Better create a true mailing list for the repository keepers.
5875      Branch: perl
5876            ! Porting/repository.pod
5877 ____________________________________________________________________________
5878 [  7471] By: jhi                                   on 2000/10/28  17:28:24
5879         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
5880              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
5881      Branch: perl
5882            + Porting/repository.pod
5883            ! MANIFEST
5884 ____________________________________________________________________________
5885 [  7470] By: jhi                                   on 2000/10/28  17:20:54
5886         Log: Subject: DOC PATCH 5.6.0
5887              From: mjd@plover.com
5888              Date: 27 Oct 2000 17:32:44 -0000
5889              Message-ID: <20001027173244.23754.qmail@plover.com>
5890      Branch: perl
5891            ! pod/perlfunc.pod
5892 ____________________________________________________________________________
5893 [  7469] By: jhi                                   on 2000/10/28  17:16:45
5894         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
5895              From: "Peter J. Farley III" <pjfarley@banet.net>
5896              Date: Fri, 27 Oct 2000 20:32:56 -0400
5897              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
5898      Branch: perl
5899            ! README.dos
5900 ____________________________________________________________________________
5901 [  7468] By: jhi                                   on 2000/10/28  17:07:18
5902         Log: Make target reordering to avoid pointless re-makes.
5903              
5904              Subject: Re: Total re-make of 'make okfile' after 7451 ?
5905              From: Nicholas Clark <nick@ccl4.org>
5906              Date: Sat, 28 Oct 2000 00:31:02 +0100
5907              Message-ID: <20001028003101.A54517@plum.flirble.org>
5908      Branch: perl
5909            ! Makefile.SH
5910 ____________________________________________________________________________
5911 [  7467] By: jhi                                   on 2000/10/28  17:05:31
5912         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
5913              From: lvirden@cas.org
5914              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
5915              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
5916      Branch: perl
5917            ! README.os2
5918 ____________________________________________________________________________
5919 [  7466] By: jhi                                   on 2000/10/28  16:09:16
5920         Log: Upgrade to CPAN 1.58_55.
5921              
5922              Subject: CPAN.pm status
5923              From: andreas.koenig@anima.de (Andreas J. Koenig) 
5924              Date: 28 Oct 2000 08:18:00 +0200 
5925              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
5926      Branch: perl
5927            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
5928 ____________________________________________________________________________
5929 [  7465] By: jhi                                   on 2000/10/28  16:02:47
5930         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
5931      Branch: perl
5932            ! embed.h embed.pl perl.h proto.h toke.c
5933 ____________________________________________________________________________
5934 [  7464] By: nick                                  on 2000/10/28  10:43:44
5935         Log: Fix for sv_2iv() on "shared" value from keys %hash.
5936      Branch: perl
5937            ! sv.c
5938 ____________________________________________________________________________
5939 [  7463] By: jhi                                   on 2000/10/27  16:18:29
5940         Log: Update Changes.
5941      Branch: perl
5942            ! Changes patchlevel.h
5943 ____________________________________________________________________________
5944 [  7462] By: jhi                                   on 2000/10/27  16:17:44
5945         Log: Too enthusiastic editing in #7460.
5946      Branch: metaconfig
5947            ! U/modified/Oldsym.U
5948      Branch: perl
5949            ! Configure config_h.SH
5950 ____________________________________________________________________________
5951 [  7461] By: jhi                                   on 2000/10/27  15:37:38
5952         Log: Retract #7459, the script needs more work.
5953      Branch: perl
5954            - mkreef
5955            ! MANIFEST
5956 ____________________________________________________________________________
5957 [  7460] By: jhi                                   on 2000/10/27  15:23:14
5958         Log: Use $sort, $uniq (and $tr) consistently as wondered
5959              by Nicholas Clark.
5960      Branch: metaconfig
5961            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
5962            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
5963            ! U/modified/libc.U
5964      Branch: perl
5965            ! Configure config_h.SH
5966 ____________________________________________________________________________
5967 [  7459] By: jhi                                   on 2000/10/27  15:02:07
5968         Log: (Retracted by #7461)
5969              
5970              Add a shell script for creating/removing symbolic link farms,
5971              useful for keeping the source code read-only and doing the
5972              builds somewhere else.
5973      Branch: perl
5974            + mkreef
5975            ! MANIFEST
5976 ____________________________________________________________________________
5977 [  7458] By: jhi                                   on 2000/10/27  14:42:20
5978         Log: Do away with the fix_pl.
5979      Branch: perl
5980            - fix_pl
5981            ! MANIFEST Makefile.SH
5982 ____________________________________________________________________________
5983 [  7457] By: jhi                                   on 2000/10/27  12:43:13
5984         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
5985              From: Jens Hamisch <jens@Strawberry.COM>
5986              Date: Fri, 27 Oct 2000 14:38:21 +0200
5987              Message-Id: <20001027143821.B3366@Strawberry.COM>
5988      Branch: perl
5989            ! perl.h
5990 ____________________________________________________________________________
5991 [  7456] By: jhi                                   on 2000/10/27  12:33:42
5992         Log: Subject: [PATCH] todo
5993              From: Nicholas Clark <nick@ccl4.org>
5994              Date: Thu, 26 Oct 2000 22:32:29 +0100
5995              Message-ID: <20001026223229.A44540@plum.flirble.org>
5996      Branch: perl
5997            ! pod/perltodo.pod
5998 ____________________________________________________________________________
5999 [  7455] By: jhi                                   on 2000/10/27  12:02:21
6000         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
6001              From: John Tobey <jtobey@john-edwin-tobey.org>
6002              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
6003              Message-Id: <m13ozHF-000FObC@feynman.localnet>
6004      Branch: perl
6005            ! op.c t/pragma/sub_lval.t
6006 ____________________________________________________________________________
6007 [  7454] By: jhi                                   on 2000/10/27  11:59:42
6008         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
6009              From: sthoenna@efn.org
6010              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
6011              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
6012      Branch: perl
6013            ! pp.c t/op/assignwarn.t
6014 ____________________________________________________________________________
6015 [  7453] By: jhi                                   on 2000/10/27  00:15:08
6016         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
6017      Branch: perl
6018            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
6019            ! ext/Storable/Storable.xs t/lib/st-lock.t
6020 ____________________________________________________________________________
6021 [  7452] By: jhi                                   on 2000/10/26  13:05:52
6022         Log: Undo #7451, this seems to be a deficiency in Perforce,
6023              there is no per-file line-terminator type, only per-client.
6024      Branch: perl
6025            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
6026            ! win32/makefile.mk
6027 ____________________________________________________________________________
6028 [  7451] By: jhi                                   on 2000/10/26  04:56:03
6029         Log: Experimenting in DOS arcana.
6030      Branch: perl
6031            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
6032            ! win32/makefile.mk
6033 ____________________________________________________________________________
6034 [  7450] By: jhi                                   on 2000/10/26  04:50:52
6035         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
6036              From: "Peter J. Farley III" <pjfarley@banet.net>            
6037              Date: Wed, 25 Oct 2000 23:10:18 -0400
6038              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
6039      Branch: perl
6040            ! t/io/open.t
6041 ____________________________________________________________________________
6042 [  7449] By: jhi                                   on 2000/10/26  04:49:16
6043         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
6044              From: Hugo <hv@crypt.compulink.co.uk>
6045              Date: Thu, 26 Oct 2000 01:55:17 +0100
6046              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
6047              
6048              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
6049      Branch: perl
6050            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
6051 ____________________________________________________________________________
6052 [  7448] By: jhi                                   on 2000/10/26  04:38:36
6053         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
6054              From: Peter Prymmer <pvhp@forte.com>
6055              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
6056              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
6057      Branch: perl
6058            ! configure.com
6059 ____________________________________________________________________________
6060 [  7447] By: jhi                                   on 2000/10/25  23:20:02
6061         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
6062              in platforms that strictly require all the symbols being present
6063              at link time.
6064      Branch: perl
6065            ! handy.h
6066 ____________________________________________________________________________
6067 [  7446] By: jhi                                   on 2000/10/25  21:55:57
6068         Log: Update Changes.
6069      Branch: perl
6070            ! Changes patchlevel.h
6071 ____________________________________________________________________________
6072 [  7445] By: jhi                                   on 2000/10/25  21:27:08
6073         Log: Integrate with vmsperl #7430 by Charles Bailey:
6074              
6075              Cleanup from prior patch (Charles Lane?):
6076              - improve handling of MFDs in Basename and Path
6077              - default to no xsubpp line # munging when building debug images
6078      Branch: perl
6079           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
6080 ____________________________________________________________________________
6081 [  7444] By: jhi                                   on 2000/10/25  21:03:50
6082         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
6083              From: John Peacock <JPeacock@UnivPress.com>
6084              Date: Thu, 18 May 2000 11:55:27 -0400
6085              Message-ID: <3924126F.A58BE57A@UnivPress.com>
6086      Branch: perl
6087            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
6088            ! t/op/write.t
6089 ____________________________________________________________________________
6090 [  7443] By: jhi                                   on 2000/10/25  20:43:10
6091         Log: Temporary stopgap for the self-tying issue: for now only
6092              array and hash self-ties are verboten.  The real fix, of
6093              course, would be to comprehensively test (and implement?)
6094              and debug (and document) self-ties.
6095      Branch: perl
6096            ! pod/perldiag.pod pp_sys.c t/op/tie.t
6097 ____________________________________________________________________________
6098 [  7442] By: jhi                                   on 2000/10/25  20:14:30
6099         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
6100              From: Dan Sugalski <dan@sidhe.org>
6101              Date: Wed, 25 Oct 2000 13:36:35 -0400
6102              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
6103              
6104              plus regen global.sym.
6105      Branch: perl
6106            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
6107            ! thrdvar.h util.c
6108 ____________________________________________________________________________
6109 [  7441] By: jhi                                   on 2000/10/25  20:12:20
6110         Log: buildtoc target tweaks.
6111      Branch: perl
6112            ! pod/Makefile.SH
6113 ____________________________________________________________________________
6114 [  7440] By: jhi                                   on 2000/10/25  20:03:53
6115         Log: A new version of making the syslog test more robust.
6116              (Replaces #7421.)
6117              
6118              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6119              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6120              Date: Wed, 25 Oct 2000 12:13:54 -0400
6121              Message-ID: <20001025121354.B2264@O2.chapin.edu>
6122      Branch: perl
6123            ! t/lib/syslog.t
6124 ____________________________________________________________________________
6125 [  7439] By: jhi                                   on 2000/10/25  20:00:48
6126         Log: Continue the internal UTF-8 API tweaking.
6127              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
6128              used much more than the simpler API, now called utf8_to_uv_simple().
6129              Still not quite happy with API, too much partial duplication
6130              of functionality.
6131      Branch: perl
6132            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
6133            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
6134            ! regcomp.c regexec.c sv.c toke.c utf8.c
6135 ____________________________________________________________________________
6136 [  7438] By: jhi                                   on 2000/10/25  18:52:30
6137         Log: Allow poking holes at the UTF-8 decoding strictness.
6138      Branch: perl
6139            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
6140            ! utf8.h
6141 ____________________________________________________________________________
6142 [  7437] By: jhi                                   on 2000/10/25  13:53:05
6143         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
6144              UTF8LEN() and UTF8SKIP(). 
6145      Branch: perl
6146            ! pp.c utf8.c utf8.h
6147 ____________________________________________________________________________
6148 [  7436] By: jhi                                   on 2000/10/25  13:51:37
6149         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
6150              From: Nicholas Clark <nick@ccl4.org>
6151              Date: Wed, 25 Oct 2000 14:44:05 +0100
6152              Message-ID: <20001025144404.D27253@plum.flirble.org>
6153      Branch: perl
6154            ! pod/perlrun.pod
6155 ____________________________________________________________________________
6156 [  7435] By: jhi                                   on 2000/10/25  13:49:32
6157         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
6158              From: Mike Guy <mjtg@cam.ac.uk>
6159              Date: Tue, 24 Oct 2000 14:59:40 +0100
6160              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
6161      Branch: perl
6162            ! scope.c
6163 ____________________________________________________________________________
6164 [  7434] By: jhi                                   on 2000/10/25  13:48:41
6165         Log: AIX is picky about its symbol exports.  Solution for now
6166              is to include the deb.o explicitly to the re extension build.
6167              
6168              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
6169              From: Peter Prymmer <pvhp@forte.com>
6170              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
6171              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
6172      Branch: perl
6173            ! ext/re/Makefile.PL hints/aix.sh
6174 ____________________________________________________________________________
6175 [  7433] By: jhi                                   on 2000/10/25  13:46:49
6176         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
6177              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6178              Date: Wed, 25 Oct 2000 12:02:20 +0200
6179              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
6180      Branch: perl
6181            ! perlsdio.h
6182 ____________________________________________________________________________
6183 [  7432] By: jhi                                   on 2000/10/25  13:44:28
6184         Log: Subject: Minor update to find2perl, for portability
6185              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
6186              Date: Wed, 25 Oct 2000 12:05:47 +0100
6187              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
6188      Branch: perl
6189            ! x2p/find2perl.PL
6190 ____________________________________________________________________________
6191 [  7431] By: jhi                                   on 2000/10/25  13:40:39
6192         Log: Add targets to Makefile.SH, most importantly
6193              'regen_all' which also remembers to update vms/perly*.
6194      Branch: perl
6195            ! Makefile.SH
6196 ____________________________________________________________________________
6197 [  7430] By: bailey                                on 2000/10/25  03:13:53
6198         Log: Cleanup from prior patch (Charles Lane?):
6199              - improve handling of MFDs in Basename and Path
6200              - default to no xsubpp line # munging when building debug images
6201      Branch: vmsperl
6202            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
6203 ____________________________________________________________________________
6204 [  7429] By: jhi                                   on 2000/10/24  20:03:40
6205         Log: Podify README.epoc and README.vos.
6206      Branch: perl
6207            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
6208            ! pod/perlport.pod pod/perltoc.pod
6209 ____________________________________________________________________________
6210 [  7428] By: jhi                                   on 2000/10/24  19:10:33
6211         Log: Stratus VOS updates from Paul Green.
6212      Branch: perl
6213            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6214            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
6215            - vos/config.def vos/config.h vos/config_h.SH_orig
6216            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
6217            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
6218 ____________________________________________________________________________
6219 [  7427] By: jhi                                   on 2000/10/24  18:59:48
6220         Log: Check if stdio supports tweaking lval and cnt simultaneously.
6221              
6222              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
6223              From: Nicholas Clark <nick@ccl4.org>
6224              Date: Mon, 23 Oct 2000 15:39:32 +0100
6225              Message-ID: <20001023153932.A10786@plum.flirble.org>
6226      Branch: metaconfig
6227            ! U/compline/d_stdstdio.U
6228      Branch: perl
6229            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6230            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
6231            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
6232            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
6233            ! vos/config.h vos/config_h.SH_orig win32/config.bc
6234            ! win32/config.gc win32/config.vc
6235 ____________________________________________________________________________
6236 [  7426] By: jhi                                   on 2000/10/24  17:57:44
6237         Log: Missed the header file changes from #7425.
6238      Branch: perl
6239            ! embed.h embed.pl objXSUB.h proto.h
6240 ____________________________________________________________________________
6241 [  7425] By: jhi                                   on 2000/10/24  17:55:17
6242         Log: Fix the bug reported in
6243              
6244              From: andreas.koenig@anima.de (Andreas J. Koenig)
6245              Subject: Encode bug?
6246              Date: 24 Oct 2000 14:01:26 +0200 
6247              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
6248              
6249              Also make is_utf8_char() stricter.
6250      Branch: perl
6251            ! ext/Encode/Encode.xs utf8.c
6252 ____________________________________________________________________________
6253 [  7424] By: jhi                                   on 2000/10/24  15:15:39
6254         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
6255              From: Peter Scott <Peter@PSDT.com>
6256              Date: Mon, 23 Oct 2000 19:46:01 -0700
6257              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
6258      Branch: perl
6259            ! pod/perlfaq5.pod
6260 ____________________________________________________________________________
6261 [  7423] By: jhi                                   on 2000/10/24  14:25:30
6262         Log: Test tweak to avoid pulling in the whole Config.
6263      Branch: perl
6264            ! t/lib/st-lock.t
6265 ____________________________________________________________________________
6266 [  7422] By: jhi                                   on 2000/10/24  14:03:16
6267         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
6268      Branch: perl
6269            ! pp.c
6270 ____________________________________________________________________________
6271 [  7421] By: jhi                                   on 2000/10/24  13:32:09
6272         Log: (Replaced by #7440.)
6273              
6274              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
6275              From: "Kurt D. Starsinic" <kstar@chapin.edu>
6276              Date: Mon, 23 Oct 2000 16:40:54 -0400
6277              Message-ID: <20001023164054.B14491@O2.chapin.edu>
6278      Branch: perl
6279            ! t/lib/syslog.t
6280 ____________________________________________________________________________
6281 [  7420] By: jhi                                   on 2000/10/24  13:30:53
6282         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
6283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6284              Date: Mon, 23 Oct 2000 17:29:03 -0400
6285              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
6286      Branch: perl
6287            ! lib/ExtUtils/MM_Unix.pm
6288 ____________________________________________________________________________
6289 [  7419] By: jhi                                   on 2000/10/24  13:29:57
6290         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
6291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6292              Date: Mon, 23 Oct 2000 19:01:32 -0400
6293              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
6294      Branch: perl
6295            ! utils/h2xs.PL
6296 ____________________________________________________________________________
6297 [  7418] By: jhi                                   on 2000/10/24  13:26:04
6298         Log: Replace #7409 with
6299              
6300              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
6301              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
6302              Date: Mon, 23 Oct 2000 20:08:56 +0200
6303              Message-ID: <20001023200855.A14850@nice.ram.loc>
6304      Branch: perl
6305            ! ext/Storable/Storable.pm t/lib/st-lock.t
6306 ____________________________________________________________________________
6307 [  7417] By: jhi                                   on 2000/10/24  13:17:52
6308         Log: Run vms/vms_yfix.pl, should have done that after changing
6309              perly.c in #7382.
6310      Branch: perl
6311            ! vms/perly_c.vms vms/perly_h.vms
6312 ____________________________________________________________________________
6313 [  7416] By: jhi                                   on 2000/10/24  02:55:33
6314         Log: Make the UTF-8 decoding stricter and more verbose when
6315              malformation happens.  This involved adding an argument
6316              to utf8_to_uv_chk(), which involved changing its prototype,
6317              and prefer STRLEN over I32 for the UTF-8 length, which as
6318              a domino effect necessitated changing the prototypes of
6319              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
6320              The stricter UTF-8 decoding checking uses Markus Kuhn's
6321              UTF-8 Decode Stress Tester from
6322              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
6323      Branch: perl
6324            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
6325            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
6326            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
6327            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
6328 ____________________________________________________________________________
6329 [  7415] By: jhi                                   on 2000/10/23  14:06:06
6330         Log: Update Changes.
6331      Branch: perl
6332            ! Changes patchlevel.h
6333 ____________________________________________________________________________
6334 [  7414] By: jhi                                   on 2000/10/23  12:39:52
6335         Log: Undo the basename() part of #7412 since the lib/basename
6336              tests would need upgrading too.
6337      Branch: perl
6338            ! lib/File/Basename.pm
6339 ____________________________________________________________________________
6340 [  7413] By: jhi                                   on 2000/10/23  12:19:27
6341         Log: Document PERL_INSTALL_ROOT of #7210.
6342      Branch: perl
6343            ! lib/ExtUtils/Install.pm
6344 ____________________________________________________________________________
6345 [  7412] By: jhi                                   on 2000/10/23  12:16:47
6346         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
6347      Branch: perl
6348            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
6349            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
6350 ____________________________________________________________________________
6351 [  7411] By: jhi                                   on 2000/10/23  12:07:41
6352         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
6353              From: Prymmer/Kahn <pvhp@best.com>
6354              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
6355              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
6356      Branch: perl
6357            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
6358 ____________________________________________________________________________
6359 [  7410] By: jhi                                   on 2000/10/23  04:10:11
6360         Log: The change #7187 was not so good on VMS.
6361              
6362              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
6363              From: "Craig A. Berry" <craig.berry@psinetcs.com>
6364              Date: Sun, 22 Oct 2000 23:03:08 -0500
6365              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
6366      Branch: perl
6367            ! utils/perldoc.PL
6368 ____________________________________________________________________________
6369 [  7409] By: jhi                                   on 2000/10/23  03:57:36
6370         Log: Avoid Storable locking on DJGPP for now.
6371              
6372              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
6373              From: "Peter J. Farley III" <pjfarley@banet.net>
6374              Date: Sun, 22 Oct 2000 20:00:00 -0400
6375              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
6376      Branch: perl
6377            ! ext/Storable/Storable.pm t/lib/st-lock.t
6378 ____________________________________________________________________________
6379 [  7408] By: jhi                                   on 2000/10/23  03:50:24
6380         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
6381              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
6382              Date: Sun, 22 Oct 2000 21:12:22 -0400
6383              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
6384      Branch: perl
6385            ! lib/vars.pm
6386 ____________________________________________________________________________
6387 [  7407] By: jhi                                   on 2000/10/23  03:43:12
6388         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
6389              From: Hugo <hv@crypt.compulink.co.uk>
6390              Date: Mon, 23 Oct 2000 00:47:22 +0100
6391              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
6392      Branch: perl
6393            ! regexec.c t/op/pat.t
6394 ____________________________________________________________________________
6395 [  7406] By: jhi                                   on 2000/10/23  03:40:29
6396         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
6397      Branch: perl
6398            ! lib/ExtUtils/MakeMaker.pm
6399 ____________________________________________________________________________
6400 [  7405] By: jhi                                   on 2000/10/22  21:32:00
6401         Log: Doc patch.
6402              
6403              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
6404              From: rspier@pobox.com (Robert Spier)
6405              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
6406              Message-ID: <14835.16112.13457.447971@rls.cx>
6407      Branch: perl
6408            ! lib/strict.pm
6409 ____________________________________________________________________________
6410 [  7404] By: jhi                                   on 2000/10/22  21:30:51
6411         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
6412              From: rspier@pobox.com (Robert Spier)
6413              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
6414              Message-ID: <14835.17223.72448.705566@rls.cx>
6415      Branch: perl
6416            ! lib/ExtUtils/MakeMaker.pm
6417 ____________________________________________________________________________
6418 [  7403] By: jhi                                   on 2000/10/22  21:24:11
6419         Log: Subject: [PATCH bleadperl] ripples from constsub patch
6420              From: John Tobey <jtobey@john-edwin-tobey.org>
6421              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
6422              Message-Id: <m13nSOB-000FObC@feynman.localnet>
6423      Branch: perl
6424            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
6425 ____________________________________________________________________________
6426 [  7402] By: jhi                                   on 2000/10/22  20:59:35
6427         Log: Support s?printf parameter reordering.
6428      Branch: perl
6429            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
6430 ____________________________________________________________________________
6431 [  7401] By: jhi                                   on 2000/10/22  19:19:14
6432         Log: Expand %Config variables only if explicitly so requested
6433              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
6434              
6435              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
6436              From: Gurusamy Sarathy <gsar@ActiveState.com>
6437              Date: Sun, 22 Oct 2000 11:47:32 -0700
6438              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
6439      Branch: perl
6440            ! Makefile.SH lib/lib_pm.PL
6441 ____________________________________________________________________________
6442 [  7400] By: jhi                                   on 2000/10/22  18:24:10
6443         Log: Move the #7390 test from warn/op to comp/redef.
6444              
6445              Subject: Re: Creating const subs for constants.
6446              From: John Tobey <jtobey@john-edwin-tobey.org>
6447              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
6448              Message-Id: <m13nG72-000FObC@feynman.localnet>               
6449      Branch: perl
6450            ! t/comp/redef.t t/pragma/warn/op
6451 ____________________________________________________________________________
6452 [  7399] By: jhi                                   on 2000/10/22  17:49:59
6453         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
6454              From: Nicholas Clark <nick@ccl4.org>
6455              Date: Sat, 21 Oct 2000 22:23:19 +0100
6456              Message-ID: <20001021222319.B45586@plum.flirble.org>
6457      Branch: perl
6458            ! ext/DynaLoader/DynaLoader_pm.PL
6459 ____________________________________________________________________________
6460 [  7398] By: jhi                                   on 2000/10/22  17:47:35
6461         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
6462              From: Hugo <hv@crypt.compulink.co.uk>
6463              Date: Sat, 21 Oct 2000 18:19:59 +0100
6464              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
6465      Branch: perl
6466            ! ext/B/B.pm ext/B/B/C.pm
6467 ____________________________________________________________________________
6468 [  7397] By: jhi                                   on 2000/10/22  17:35:18
6469         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
6470              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6471              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
6472              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
6473      Branch: perl
6474            ! hints/openbsd.sh
6475 ____________________________________________________________________________
6476 [  7396] By: jhi                                   on 2000/10/22  17:19:46
6477         Log: Subject: installman go-faster stripes
6478              From: Nicholas Clark <nick@talking.bollo.cx>
6479              Date: Sat, 21 Oct 2000 17:24:53 +0100
6480              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
6481              
6482              Subject: Re: installman go-faster stripes
6483              From: Russ Allbery <rra@stanford.edu>
6484              Date: 21 Oct 2000 11:04:13 -0700
6485              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
6486      Branch: perl
6487            ! installman pod/pod2man.PL
6488 ____________________________________________________________________________
6489 [  7395] By: jhi                                   on 2000/10/22  17:17:35
6490         Log: Hints tweak from Anton Berezin.
6491      Branch: perl
6492            ! hints/freebsd.sh
6493 ____________________________________________________________________________
6494 [  7394] By: jhi                                   on 2000/10/22  04:50:04
6495         Log: Tweak the Is* definitions of Unicode character classes
6496              to better match the official categorizations; embrace
6497              the official categorizations; add the combining marks
6498              as alpha (and -numeric); fix DCinital (a typo and edito)
6499              to be DCmedial.
6500      Branch: perl
6501            + lib/unicode/Is/DCmedial.pl
6502            - lib/unicode/Is/DCinital.pl
6503            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6504            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
6505            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
6506            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
6507 ____________________________________________________________________________
6508 [  7393] By: jhi                                   on 2000/10/21  18:06:05
6509         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
6510              From: Daniel Chetlin <daniel@chetlin.com>
6511              Date: Sat, 21 Oct 2000 02:57:03 -0700
6512              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
6513      Branch: perl
6514            + t/lib/tie-splice.t
6515            ! MANIFEST lib/Tie/Array.pm
6516 ____________________________________________________________________________
6517 [  7392] By: gsar                                  on 2000/10/21  18:05:15
6518         Log: resync utfperl branch with mainline
6519      Branch: utfperl
6520           !> (integrate 1760 files)
6521 ____________________________________________________________________________
6522 [  7391] By: jhi                                   on 2000/10/21  14:37:49
6523         Log: Testcases for a #7383,#7385 related bug.
6524              
6525              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
6526              From: Nicholas Clark <nick@ccl4.org>
6527              Date: Sat, 21 Oct 2000 15:04:51 +0100
6528              Message-ID: <20001021150451.A51566@plum.flirble.org>
6529      Branch: perl
6530            ! t/pragma/utf8.t
6531 ____________________________________________________________________________
6532 [  7390] By: jhi                                   on 2000/10/21  14:35:57
6533         Log: Add a testcase for #7389.
6534      Branch: perl
6535            ! t/pragma/warn/op
6536 ____________________________________________________________________________
6537 [  7389] By: jhi                                   on 2000/10/21  14:26:45
6538         Log: Subject: Re: Creating const subs for constants.
6539              From: John Tobey <jtobey@john-edwin-tobey.org>
6540              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
6541              Message-Id: <m13mo0N-000FObC@feynman.localnet>
6542      Branch: perl
6543            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
6544            ! proto.h sv.c
6545 ____________________________________________________________________________
6546 [  7388] By: nick                                  on 2000/10/21  11:44:23
6547         Log: Populate perlio branch
6548      Branch: perlio
6549           +> (branch 1760 files)
6550 ____________________________________________________________________________
6551 [  7387] By: nick                                  on 2000/10/21  10:52:05
6552         Log: Get branch back as replica of mainline via :
6553              p4 integrate -b utfperl
6554              p4 resolve -at ./...
6555      Branch: utfperl
6556           +> (branch 269 files)
6557            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
6558            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
6559            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
6560            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
6561            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
6562            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6563            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6564            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6565            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6566            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6567            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6568            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6569            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6570            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6571            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6572            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6573            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6574            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6575            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
6576            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
6577            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
6578            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
6579            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
6580            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
6581            - lib/unicode/UCD300.html lib/unicode/Unicode.300
6582            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
6583            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
6584            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
6585            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
6586           !> (integrate 965 files)
6587 ____________________________________________________________________________
6588 [  7386] By: jhi                                   on 2000/10/21  01:31:12
6589         Log: Update Changes.
6590      Branch: perl
6591            ! Changes patchlevel.h
6592 ____________________________________________________________________________
6593 [  7385] By: jhi                                   on 2000/10/21  01:28:42
6594         Log: The #7383 was right only in the context of the original bug report,
6595              not in more general case.
6596      Branch: perl
6597            ! pp_hot.c
6598 ____________________________________________________________________________
6599 [  7384] By: jhi                                   on 2000/10/21  01:08:23
6600         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
6601      Branch: perl
6602            ! ext/IO/lib/IO/Select.pm
6603 ____________________________________________________________________________
6604 [  7383] By: jhi                                   on 2000/10/21  00:44:18
6605         Log: Fix for ID 20001020.006, concatenating an unset submatch
6606              with utf8 resulted in "Modification of a read-only value".
6607      Branch: perl
6608            ! pp_hot.c t/pragma/utf8.t
6609 ____________________________________________________________________________
6610 [  7382] By: jhi                                   on 2000/10/20  20:44:31
6611         Log: Make scan_num() reëntrant, as suggested in
6612              
6613              Subject: [PATCH perl@7229] Rentrant parser and yylex()
6614              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6615              Date: Fri, 20 Oct 2000 14:17:27 +0100
6616              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
6617      Branch: perl
6618            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
6619            ! toke.c
6620 ____________________________________________________________________________
6621 [  7381] By: jhi                                   on 2000/10/20  20:07:29
6622         Log: Reëntrancy fix.
6623              
6624              Subject: [PATCH perl@7229] Rentrant parser and yylex()
6625              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6626              Date: Fri, 20 Oct 2000 14:17:27 +0100
6627              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
6628      Branch: perl
6629            ! embed.h embed.pl perl.h proto.h toke.c
6630 ____________________________________________________________________________
6631 [  7380] By: jhi                                   on 2000/10/20  19:15:54
6632         Log: Don't write double values through long double pointers,
6633              based on a part of
6634              
6635              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
6636              From: Jens Hamisch <jens@Strawberry.COM>
6637              Date: Tue, 17 Oct 2000 08:39:36 +0200
6638              Message-Id: <20001017083936.A11104@Strawberry.COM>
6639      Branch: perl
6640            ! perl.h pp.c
6641 ____________________________________________________________________________
6642 [  7379] By: jhi                                   on 2000/10/20  18:43:37
6643         Log: Portability tweak on #7377.
6644              
6645              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
6646              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6647              Date:     Fri, 20 Oct 2000 13:13:41 EDT
6648              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
6649      Branch: perl
6650            ! t/lib/dprof.t
6651 ____________________________________________________________________________
6652 [  7378] By: jhi                                   on 2000/10/20  12:57:19
6653         Log: SOCKS function redefinitions need prototypes, too, otherwise
6654              for example 32 bit versus 64 bit differences cause a lot of
6655              problems.  Part of
6656              
6657              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
6658              From: Jens Hamisch <jens@Strawberry.COM>
6659              Date: Tue, 17 Oct 2000 08:39:36 +0200
6660              Message-Id: <20001017083936.A11104@Strawberry.COM>
6661      Branch: perl
6662            ! doio.c pp_sys.c
6663 ____________________________________________________________________________
6664 [  7377] By: jhi                                   on 2000/10/20  12:37:12
6665         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
6666              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6667              Date:     Fri, 20 Oct 2000 08:26:04 EDT
6668              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
6669      Branch: perl
6670            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
6671 ____________________________________________________________________________
6672 [  7376] By: jhi                                   on 2000/10/20  12:35:31
6673         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
6674              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6675              Date:     Fri, 20 Oct 2000 07:48:15 EDT
6676              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
6677      Branch: perl
6678            ! configure.com vms/gen_shrfls.pl
6679 ____________________________________________________________________________
6680 [  7375] By: bailey                                on 2000/10/20  04:44:37
6681         Log: SYN SYN
6682      Branch: vmsperl
6683           +> (branch 134 files)
6684            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
6685            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
6686            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
6687            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
6688            - eg/cgi/frameset.cgi eg/cgi/index.html
6689            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
6690            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
6691            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
6692            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
6693            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
6694            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
6695            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
6696            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
6697            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
6698            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
6699            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
6700            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
6701            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
6702            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
6703            - lib/unicode/Props.txt lib/unicode/UCD300.html
6704            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
6705            - utils/perlbc.PL vms/subconfigure.com
6706           !> (integrate 785 files)
6707 ____________________________________________________________________________
6708 [  7374] By: jhi                                   on 2000/10/20  00:59:48
6709         Log: In the latest compiler builds cccdlflags must not become -fpic,
6710              from Wilfredo Sánchez.
6711      Branch: perl
6712            ! hints/darwin.sh
6713 ____________________________________________________________________________
6714 [  7373] By: jhi                                   on 2000/10/20  00:56:35
6715         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
6716              From: Tony Cook <tony@develop-help.com>
6717              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
6718              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
6719      Branch: perl
6720            ! pod/perlop.pod
6721 ____________________________________________________________________________
6722 [  7372] By: jhi                                   on 2000/10/19  19:34:40
6723         Log: Typo noted by Mark Lutz.
6724      Branch: perl
6725            ! t/op/64bitint.t
6726 ____________________________________________________________________________
6727 [  7371] By: jhi                                   on 2000/10/19  19:33:13
6728         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
6729      Branch: metaconfig
6730            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6731      Branch: metaconfig/U/perl
6732            ! End.U dlsrc.U libperl.U
6733      Branch: perl
6734            + hints/nonstopux.sh
6735            ! Configure MANIFEST config_h.SH
6736 ____________________________________________________________________________
6737 [  7370] By: jhi                                   on 2000/10/19  17:18:08
6738         Log: Subject: PATCH do_print has 2 PerlIO_error()s
6739              From: nick@ccl4.org
6740              Date: Thu, 19 Oct 2000 18:09:20 +0100
6741              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
6742      Branch: perl
6743            ! doio.c
6744 ____________________________________________________________________________
6745 [  7369] By: jhi                                   on 2000/10/19  14:01:49
6746         Log: Update Changes.
6747      Branch: perl
6748            ! Changes patchlevel.h
6749 ____________________________________________________________________________
6750 [  7368] By: jhi                                   on 2000/10/19  13:04:29
6751         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
6752              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6753              Date: Wed, 18 Oct 2000 13:12:01 +0200
6754              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
6755      Branch: perl
6756            ! hints/aix.sh
6757 ____________________________________________________________________________
6758 [  7367] By: jhi                                   on 2000/10/19  02:22:40
6759         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
6760              of a 'pmshort' anywhere in the B, so the offending line was simply
6761              removed.
6762      Branch: perl
6763            ! ext/B/B/Debug.pm
6764 ____________________________________________________________________________
6765 [  7366] By: jhi                                   on 2000/10/19  02:12:37
6766         Log: Add the test case for the bug id 20000730.004 which seems
6767              to have been fixed by now.
6768      Branch: perl
6769            ! t/pragma/utf8.t
6770 ____________________________________________________________________________
6771 [  7365] By: jhi                                   on 2000/10/18  23:36:24
6772         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
6773              From: Hugo <hv@crypt.compulink.co.uk>
6774              Date: Wed, 18 Oct 2000 23:25:58 +0100
6775              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
6776      Branch: perl
6777            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
6778 ____________________________________________________________________________
6779 [  7364] By: jhi                                   on 2000/10/18  21:12:53
6780         Log: (retracted)
6781      Branch: perl
6782            ! pp.c
6783 ____________________________________________________________________________
6784 [  7363] By: jhi                                   on 2000/10/18  20:55:38
6785         Log: Missing change from #7362.
6786      Branch: perl
6787            ! win32/perlhost.h
6788 ____________________________________________________________________________
6789 [  7362] By: jhi                                   on 2000/10/18  20:52:01
6790         Log: Borland C fstat() never saw the fd as writable.
6791              
6792              Subject: fix for Borland's weak "stat" (perl@7211)
6793              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6794              Date: Mon, 16 Oct 2000 09:55:03 +0400
6795              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
6796      Branch: perl
6797            ! win32/win32.c
6798 ____________________________________________________________________________
6799 [  7361] By: jhi                                   on 2000/10/18  17:43:50
6800         Log: Regen toc.
6801      Branch: perl
6802            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
6803 ____________________________________________________________________________
6804 [  7360] By: jhi                                   on 2000/10/18  17:07:44
6805         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6806              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
6807              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
6808              Date: Mon, 16 Oct 2000 15:19:49 +0200
6809      Branch: perl
6810            + README.aix
6811            ! MANIFEST
6812 ____________________________________________________________________________
6813 [  7359] By: jhi                                   on 2000/10/18  17:04:49
6814         Log: Subject: Pod patch for Devel::Peek
6815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6816              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
6817              Date: Mon, 16 Oct 2000 12:26:34 +0200
6818      Branch: perl
6819            ! ext/Devel/Peek/Peek.pm
6820 ____________________________________________________________________________
6821 [  7358] By: jhi                                   on 2000/10/18  17:03:15
6822         Log: Make Cwd more bulletproof in chrooted environments.
6823              
6824              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
6825              From: "Eric E. Coe" <Eric.Coe@oracle.com>
6826              Date: Wed, 18 Oct 2000 04:03:54 -0400
6827              Message-Id: <39ED596A.70E599FE@oracle.com>
6828      Branch: perl
6829            ! lib/Cwd.pm
6830 ____________________________________________________________________________
6831 [  7357] By: jhi                                   on 2000/10/18  16:37:26
6832         Log: Disable the UTF8 downgrade croakage for now to avoid
6833              too many not okay messages.
6834      Branch: perl
6835            ! doio.c
6836 ____________________________________________________________________________
6837 [  7356] By: jhi                                   on 2000/10/17  23:29:41
6838         Log: Show the failed remote port, instead of the failing line number.
6839              
6840              Subject: [PATCH 5.6.1 Debugger] More diagnostics
6841              From: David Sparks <daves@ActiveState.com>
6842              Date: Tue, 17 Oct 2000 15:00:24 -0700
6843              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
6844      Branch: perl
6845            ! lib/perl5db.pl
6846 ____________________________________________________________________________
6847 [  7355] By: jhi                                   on 2000/10/17  14:11:31
6848         Log: On output try to downgrade to bytes, croak if impossible,
6849              from Simon Cozens.  This means that outputting >255 UTF8
6850              is impossible.  Consider this as a strong incentive to get
6851              the I/O disciplines implemented.
6852      Branch: perl
6853            ! doio.c pod/perldiag.pod sv.c
6854 ____________________________________________________________________________
6855 [  7354] By: jhi                                   on 2000/10/17  13:42:23
6856         Log: Clarify documentation on 'use bytes'.
6857              
6858              Subject: Re: What does 'use bytes' "mean" ?
6859              From: Simon Cozens <simon@cozens.net>
6860              Date: Mon, 18 Sep 2000 18:24:25 +0100
6861              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
6862      Branch: perl
6863            ! lib/bytes.pm
6864 ____________________________________________________________________________
6865 [  7353] By: jhi                                   on 2000/10/17  13:28:12
6866         Log: Workaround for a sfio bug where the stream error indicator
6867              is not cleared as documented.
6868              
6869              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
6870              From: Nicholas Clark <nick@ccl4.org>
6871              Date: Mon, 16 Oct 2000 18:28:23 +0100
6872              Message-ID: <20001016182823.J19700@plum.flirble.org>
6873      Branch: perl
6874            ! doio.c
6875 ____________________________________________________________________________
6876 [  7352] By: jhi                                   on 2000/10/17  13:06:19
6877         Log: More IoTYPE sprinkling.
6878      Branch: perl
6879            ! doio.c pp_hot.c
6880 ____________________________________________________________________________
6881 [  7351] By: jhi                                   on 2000/10/16  22:47:07
6882         Log: Detect early whether the std streams have gone bad.
6883              
6884              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
6885              Date: Mon, 16 Oct 2000 23:28:42 +0100
6886              From: Nicholas Clark <nick@ccl4.org>
6887              Message-ID: <20001016232842.A37942@plum.flirble.org>
6888      Branch: perl
6889            ! t/op/misc.t
6890 ____________________________________________________________________________
6891 [  7350] By: jhi                                   on 2000/10/16  22:45:16
6892         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
6893              From: "Peter J. Farley III" <pjfarley@banet.net>
6894              Date: Mon, 16 Oct 2000 18:15:59 -0400
6895              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
6896      Branch: perl
6897            ! djgpp/djgpp.c dosish.h t/io/open.t
6898 ____________________________________________________________________________
6899 [  7349] By: jhi                                   on 2000/10/16  22:36:45
6900         Log: perldelta tweak.
6901      Branch: perl
6902            ! pod/perldelta.pod
6903 ____________________________________________________________________________
6904 [  7348] By: jhi                                   on 2000/10/16  15:17:53
6905         Log: Update Changes.
6906      Branch: perl
6907            ! Changes patchlevel.h
6908 ____________________________________________________________________________
6909 [  7347] By: jhi                                   on 2000/10/16  13:55:27
6910         Log: Add the capability to include/exclude branches.
6911      Branch: perl
6912            ! Porting/genlog
6913 ____________________________________________________________________________
6914 [  7346] By: jhi                                   on 2000/10/16  13:18:04
6915         Log: Add Charles Lane.
6916      Branch: perl
6917            ! AUTHORS Changes
6918 ____________________________________________________________________________
6919 [  7345] By: jhi                                   on 2000/10/16  13:13:21
6920         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
6921      Branch: perl
6922            ! pod/perldelta.pod
6923 ____________________________________________________________________________
6924 [  7344] By: gsar                                  on 2000/10/16  09:30:21
6925         Log: integrate change#6220 from cfgperl
6926              
6927              Win32 patches from Benjamin Stuhl.
6928      Branch: maint-5.6/perl
6929           !> makedef.pl win32/win32.h
6930 ____________________________________________________________________________
6931 [  7343] By: gsar                                  on 2000/10/16  08:32:19
6932         Log: integrate changes#6221,6222 from cfgperl
6933              
6934              Remove tr///CU (the feature is to be obsoleted by better interfaces).
6935              From: simon@brecon.co.uk (Simon Cozens)
6936              Subject: [PATCH] Eliminate tr///[CU][CU]
6937              Date: 23 Jun 2000 11:05:40 GMT
6938              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
6939              
6940              doc typo fix
6941              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
6942              From: Ian Phillipps <Ian.Phillipps@iname.com>
6943              Date: Fri, 23 Jun 2000 10:40:58 +0100
6944              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
6945      Branch: maint-5.6/perl
6946           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
6947 ____________________________________________________________________________
6948 [  7342] By: gsar                                  on 2000/10/16  08:28:08
6949         Log: integrate change#6217 from cfgperl (in part)
6950              
6951              Rename the fdpid locking and integrate with Sarathy.
6952      Branch: maint-5.6/perl
6953           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
6954           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
6955           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
6956           !> win32/win32.c
6957 ____________________________________________________________________________
6958 [  7341] By: gsar                                  on 2000/10/16  08:23:39
6959         Log: integrate changes#6214..6216 from mainline
6960              
6961              @_ can't have junk in it even in the non-USE_ITHREADS case because
6962              caller() wants to populate @DB::args with it (causes a coredump
6963              in Carp::confess())
6964              
6965              tweak comment about @DB::args
6966              
6967              be more optimal about clearing @_
6968      Branch: maint-5.6/perl
6969           !> av.h cop.h pp_ctl.c t/op/runlevel.t
6970 ____________________________________________________________________________
6971 [  7340] By: gsar                                  on 2000/10/16  08:20:37
6972         Log: integrate changes#6207..6210 from cfgperl
6973              
6974              Subject: [PATCH 5.6.0] Threadsafe patches
6975              From: Dan Sugalski <dan@sidhe.org>
6976              To: perl5-porters@perl.org
6977              Date: Mon, 08 May 2000 18:08:13 -0400
6978              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
6979              
6980              Regen headers for #6207.
6981              
6982              Lock PL_fdpid against race conditions, based on:
6983              Subject: [PATCH 5.6.0]subprocess fixup for threads
6984              From: Dan Sugalski <dan@sidhe.org>
6985              To: perl5-porters@perl.org
6986              Date: Tue, 11 Apr 2000 17:02:32 -0400
6987              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
6988              
6989              Mopup for #6207 and #6209.
6990      Branch: maint-5.6/perl
6991           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
6992           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
6993           !> win32/win32.c
6994 ____________________________________________________________________________
6995 [  7339] By: gsar                                  on 2000/10/16  08:14:34
6996         Log: integrate change#6203 from cfgperl
6997              
6998              perldiag should refer to perlos2.pod not README.os2
6999      Branch: maint-5.6/perl
7000           !> pod/perldiag.pod
7001 ____________________________________________________________________________
7002 [  7338] By: gsar                                  on 2000/10/16  08:11:42
7003         Log: integrate change#6201 from mainline
7004              
7005              Perl_eval_pv() leaks 4 bytes every time it is called because it
7006              does a PUSHMARK that's never ever POPMARKed; in general, only
7007              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
7008              Perl_eval_[sp]v() don't because they don't take any incoming
7009              arguments (this leak has been around since the original version
7010              of perl_eval_pv() in 5.003_97e)
7011      Branch: maint-5.6/perl
7012           !> perl.c
7013 ____________________________________________________________________________
7014 [  7337] By: gsar                                  on 2000/10/16  08:08:47
7015         Log: integrate changes#6197..6200 from cfgperl
7016              
7017              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
7018              From: John Borwick <jhborwic@unity.ncsu.edu>
7019              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
7020              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
7021              
7022              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
7023              From: Dan Sugalski <dan@sidhe.org>
7024              To: vmsperl@perl.org, perl5-porters@perl.org
7025              Date: Fri, 02 Jun 2000 16:00:41 -0400
7026              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
7027              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
7028              
7029              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
7030              From: Dan Sugalski <dan@sidhe.org>
7031              To: perl5-porters@perl.org, vmsperl@perl.org
7032              Date: Fri, 02 Jun 2000 17:30:51 -0400
7033              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
7034              
7035              Update to cperl-mode.el 4.31 from
7036              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
7037              Subject: A couple of notes
7038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7039              To: Mailing list Perl5 <perl5-porters@perl.org>
7040              Date: Sat, 3 Jun 2000 23:33:32 -0400
7041              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
7042      Branch: maint-5.6/perl
7043           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
7044           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
7045           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
7046           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
7047           !> vms/vmsish.h
7048 ____________________________________________________________________________
7049 [  7336] By: gsar                                  on 2000/10/16  08:03:46
7050         Log: integrate changes#6194,6195 from mainline
7051              
7052              fix small eval"" memory leaks under USE_ITHREADS
7053              
7054              fix yet another eval"" leak under USE_ITHREADS
7055      Branch: maint-5.6/perl
7056           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
7057           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
7058           !> vms/perly_c.vms
7059 ____________________________________________________________________________
7060 [  7335] By: gsar                                  on 2000/10/16  08:02:15
7061         Log: integrate changes#6190,6191 from mainline
7062              
7063              submit missing embed.pl change
7064              
7065              vec() loses numericalness (modified version of patch suggested
7066              by Robin Barker)
7067      Branch: maint-5.6/perl
7068           !> doop.c embed.pl t/op/vec.t
7069 ____________________________________________________________________________
7070 [  7334] By: gsar                                  on 2000/10/16  08:01:03
7071         Log: integrate change#6189 from mainline
7072              
7073              counting tr/// corrupts later operation (from M.J.T Guy)
7074      Branch: maint-5.6/perl
7075           !> doop.c t/op/tr.t
7076 ____________________________________________________________________________
7077 [  7333] By: gsar                                  on 2000/10/16  07:59:07
7078         Log: integrate changes#6183..6188 from mainline
7079              
7080              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
7081              <nick@ccl4.org>)
7082              
7083              tweak for change#6127
7084              
7085              remove incorrect documentation about implicit split to @_ in
7086              list context, which never really worked in perl 5 (from
7087              M.J.T. Guy)
7088              
7089              further qualify references to "alphanumeric" (from Wolfgang Laun
7090              <wolfgang.laun@alcatel.at>)
7091              
7092              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
7093              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7094              
7095              h2xs tweaks
7096      Branch: maint-5.6/perl
7097           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
7098           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
7099           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
7100           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
7101           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
7102           !> pod/pod2latex.PL utils/h2xs.PL
7103 ____________________________________________________________________________
7104 [  7332] By: gsar                                  on 2000/10/16  07:53:52
7105         Log: integrate change#6179 from mainline
7106              
7107              buggy modulus on UVs introduced by change#3378 (resulted in
7108              4063328477 % 65535 amounting to 27406, instead of 27407)
7109      Branch: maint-5.6/perl
7110           !> pp.c t/op/arith.t
7111 ____________________________________________________________________________
7112 [  7331] By: gsar                                  on 2000/10/16  07:52:49
7113         Log: integrate changes#6176,6177,6178,6182 from cfgperl
7114              
7115              Single-quoted utf8 patch from Simon Cozens.
7116              
7117              Substitution utf8 patch from Simon Cozens.
7118              
7119              Be cleaner.
7120              
7121              Be Cleaner Part Deux.
7122      Branch: maint-5.6/perl
7123           !> Makefile.SH pp_hot.c toke.c
7124 ____________________________________________________________________________
7125 [  7330] By: gsar                                  on 2000/10/16  07:41:36
7126         Log: integrate change#6172 from mainline
7127              
7128              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
7129              (from Ilya Zakharevich)
7130      Branch: maint-5.6/perl
7131           !> regexec.c t/op/re_tests
7132 ____________________________________________________________________________
7133 [  7329] By: gsar                                  on 2000/10/16  07:40:25
7134         Log: integrate change#6171 from mainline
7135              
7136              scalar() doesn't force scalar context when used in void context
7137              (from Simon Cozens)
7138      Branch: maint-5.6/perl
7139           !> op.c t/op/wantarray.t
7140 ____________________________________________________________________________
7141 [  7328] By: gsar                                  on 2000/10/16  07:39:33
7142         Log: integrate change#6170 from mainline
7143              
7144              change#6142 needs tweaks to tests to work where there's no
7145              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7146      Branch: maint-5.6/perl
7147           !> t/lib/filefind.t
7148 ____________________________________________________________________________
7149 [  7327] By: gsar                                  on 2000/10/16  07:35:34
7150         Log: integrate changes#6166..6168 from cfgperl
7151              
7152              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
7153              in case somebody wants to write an extension for more
7154              shadow database interfaces.
7155              
7156              tweak todo
7157              
7158              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
7159      Branch: maint-5.6/perl
7160           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7161           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
7162           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
7163           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
7164           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7165           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7166 ____________________________________________________________________________
7167 [  7326] By: gsar                                  on 2000/10/16  07:29:05
7168         Log: integrate changes#6157,6159..6161,6164 from cfgperl
7169              
7170              Regen Configure to jive with #6149.
7171              
7172              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
7173              
7174              Changes for the File::Temp 0.08 (change #6159) test suite
7175              to fit better into the Perl distribution test framework.
7176              
7177              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
7178              both from Simon Cozens.
7179              
7180              detypo
7181      Branch: maint-5.6/perl
7182           +> pod/perlmodlib.PL pod/perlnewmod.pod
7183           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
7184           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
7185           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7186           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7187 ____________________________________________________________________________
7188 [  7325] By: gsar                                  on 2000/10/16  07:25:13
7189         Log: integrate change#6158 from vmsperl
7190              
7191              Add fallback to tmpfile for use in cases where user's relying on
7192              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
7193              Lane's patch)
7194      Branch: maint-5.6/perl
7195           !> vms/vms.c vms/vmsish.h
7196 ____________________________________________________________________________
7197 [  7324] By: gsar                                  on 2000/10/16  07:20:50
7198         Log: integrate changes#6153..6155 from mainline
7199              
7200              prettier Test::Harness output on failed tests (from Nicholas Clark
7201              <nick@Bagpuss.uk.boo.com>)
7202              
7203              avoid type mismatch warning
7204              
7205              small bug in change#6144; remove random \xA0 character that snuck
7206              in via change#6145
7207      Branch: maint-5.6/perl
7208           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
7209           !> perl.c
7210 ____________________________________________________________________________
7211 [  7323] By: gsar                                  on 2000/10/16  07:18:47
7212         Log: integrate changes#6151,6152 from mainline
7213              
7214              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
7215              
7216              cosmetic fixups of RE debug output (from Ilya Zakharevich)
7217      Branch: maint-5.6/perl
7218           !> regexec.c
7219 ____________________________________________________________________________
7220 [  7322] By: gsar                                  on 2000/10/16  07:17:25
7221         Log: integrate changes#6146..6150 from mainline
7222              
7223              doc typo
7224              
7225              add a make entry to Config.pm so "perl -V:make" works on VMS
7226              (from Peter Prymmer)
7227              
7228              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
7229              
7230              OS/2 tweaks for usethreads build (from Rocco Caputo
7231              <troc@netrus.net>)
7232              
7233              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
7234      Branch: maint-5.6/perl
7235           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
7236           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
7237           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
7238           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
7239           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
7240           !> warnings.pl x2p/a2p.h
7241 ____________________________________________________________________________
7242 [  7321] By: gsar                                  on 2000/10/16  07:14:02
7243         Log: integrate changes#6143..6145 from mainline
7244              
7245              MacOS support, part 1 (from Matthias Neeracher
7246              <neeri@iis.ee.ethz.ch>)
7247              
7248              MacOS support, part 2: make AutoSplit use File::Spec instead
7249              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
7250              <neeri@iis.ee.ethz.ch>)
7251              
7252              make xsubpp skip embedded pod (from Matthias Neeracher
7253              <neeri@iis.ee.ethz.ch>)
7254      Branch: maint-5.6/perl
7255           +> ext/DynaLoader/dl_mac.xs
7256           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
7257           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7258           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
7259           !> pp_ctl.c proto.h toke.c util.c util.h
7260 ____________________________________________________________________________
7261 [  7320] By: gsar                                  on 2000/10/16  07:12:13
7262         Log: integrate changes#6141,6142 from mainline
7263              
7264              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
7265              forwarded by Peter Seebach from the bsdi-users mailing list.
7266              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
7267              
7268              File::Find fails to chdir when chasing symlinks (from
7269              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
7270      Branch: maint-5.6/perl
7271           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
7272 ____________________________________________________________________________
7273 [  7319] By: gsar                                  on 2000/10/16  07:04:30
7274         Log: integrate change#6139 from mainline
7275              
7276              revise mktables.PL for bugs and newness in Unicode 3.0
7277              (from James Bence <jbence@amgen.com>)
7278      Branch: maint-5.6/perl
7279           +> (branch 30 files)
7280           !> (integrate 49 files)
7281 ____________________________________________________________________________
7282 [  7318] By: gsar                                  on 2000/10/16  07:01:01
7283         Log: integrate changes#6137,6138 from mainline
7284              
7285              fix bogus redeclaration warning for "our" variables in different
7286              scopes
7287              
7288              add note about the handling of negative indices to tied arrays
7289              (from Michael G Schwern <schwern@pobox.com>)
7290      Branch: maint-5.6/perl
7291           !> op.c pod/perltie.pod t/pragma/strict-vars
7292 ____________________________________________________________________________
7293 [  7317] By: gsar                                  on 2000/10/16  06:58:46
7294         Log: integrate changes#6127..6136 from mainline
7295              
7296              call_method(...,G_EVAL) can longjmp() out if the method probing
7297              failed (from Gisle Aas)
7298              
7299              new perlxstut example for passing/returning refs to arrays
7300              (from David Lowe <dlowe@pootpoot.com>)
7301              
7302              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
7303              
7304              fix places that mean C<"word" character> but say C<alphanumeric
7305              character>
7306              
7307              avoid warnings in POSIX.pm (from Barrie Slaymaker)
7308              
7309              warnings::enabled() doesn't fall back to looking at $^W if
7310              caller isn't using lexical warnings (from Paul Marquess)
7311              
7312              elide bogus test in change#6132
7313              
7314              make Test::Harness use wait.h/WCOREDUMP if available
7315              (from Ben Tilly <ben_tilly@hotmail.com>)
7316              
7317              enable Test::Harness to dynamically determine column width etc.
7318              (from Rob Napier <rnapier@employees.org>)
7319              
7320              random pod typos (from Peter Scott <Peter@PSDT.com>)
7321      Branch: maint-5.6/perl
7322           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
7323           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
7324           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
7325           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
7326 ____________________________________________________________________________
7327 [  7316] By: gsar                                  on 2000/10/16  06:53:23
7328         Log: integrate change#6126 from mainline
7329              
7330              change#2879 broke rvalue autovivification of magicals such as
7331              ${$num} (reworked variant of patch suggested by Simon Cozens)
7332      Branch: maint-5.6/perl
7333           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
7334           !> pp_hot.c proto.h t/op/gv.t
7335 ____________________________________________________________________________
7336 [  7315] By: gsar                                  on 2000/10/16  06:51:38
7337         Log: integrate changes#6123,6125 from mainline
7338              
7339              clarify gotcha with #line directives (from Rocco Caputo
7340              <troc@netrus.net>)
7341              
7342              enable propagating exception objects via Perl_croak() in XS code
7343              (from Gisle Aas)
7344      Branch: maint-5.6/perl
7345           !> pod/perldebug.pod pod/perlsyn.pod util.c
7346 ____________________________________________________________________________
7347 [  7314] By: gsar                                  on 2000/10/16  06:49:28
7348         Log: integrate change#6122 from mainline
7349              
7350              downgrade fatal error on C<"foo@nosucharray.com"> to optional
7351              warning (from Mark-Jason Dominus)
7352      Branch: maint-5.6/perl
7353           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
7354           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
7355           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
7356           !> toke.c
7357 ____________________________________________________________________________
7358 [  7313] By: gsar                                  on 2000/10/16  06:46:54
7359         Log: integrate changes#6112..6121 from vmsperl
7360              
7361              Check for existence of file before trying to delete
7362              
7363              Ugly workaround for version-specific RTL error
7364              
7365              Urk -- undo previous removal of vmsish 'exit' change
7366              
7367              Add bounds checking for several strings (Charles Lane)
7368              
7369              Miscellaneous cosmetic fixes (Charles Lane)
7370              
7371              Treat sockets as special in sys(read|write) (Charles Lane et al.)
7372              
7373              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
7374              Flatten case labels in switch statements uniformly (Charles Bailey)
7375              
7376              Quiet error messages in vmsish.t (Charles Lane)
7377              
7378              Add missing escape (Charles Lane)
7379              
7380              Allow eliminate_macros() and fixpath() to handle space-delimited
7381              lists (based on fixes by Craig Berry)
7382      Branch: maint-5.6/perl
7383           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
7384           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
7385           !> vms/vmsish.h
7386 ____________________________________________________________________________
7387 [  7312] By: gsar                                  on 2000/10/16  06:41:18
7388         Log: integrate changes#6107,6110 from cfgperl
7389              
7390              Tweak the todo list.
7391              
7392              todo tweak
7393      Branch: maint-5.6/perl
7394           !> Todo-5.6
7395 ____________________________________________________________________________
7396 [  7311] By: gsar                                  on 2000/10/16  06:38:38
7397         Log: integrate changes#6104,6108 from mainline
7398              
7399              PL_sys_intern was being initialized too late on windows
7400              
7401              reenable fake signal handling on Windows, bugs and all
7402      Branch: maint-5.6/perl
7403           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
7404           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
7405           !> win32/win32.c
7406 ____________________________________________________________________________
7407 [  7310] By: gsar                                  on 2000/10/16  06:36:03
7408         Log: integrate changes#6095,6097..6103 from cfgperl
7409              
7410              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
7411              might be useful in future.
7412              
7413              Add a note about possible compilation problems from Allen Smith.
7414              
7415              Add a note about other, yet unsupported, shadow password APIs.
7416              
7417              Tweaks for the cc bugs from Allen Smith.
7418              
7419              More compilation tweakery from Allen Smith.
7420              
7421              Hints and test tweaks for Unicos.
7422              
7423              The test suite tweak in #6101 wasn't quite right.
7424              
7425              Test tweaking for Unicos continues.
7426      Branch: maint-5.6/perl
7427           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7428           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
7429           !> t/lib/complex.t t/op/64bitint.t
7430 ____________________________________________________________________________
7431 [  7309] By: gsar                                  on 2000/10/16  06:29:41
7432         Log: integrate changes#6093,6094 from mainline
7433              
7434              fork() failure to create pseudo process sets errno=EAGAIN and returns
7435              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
7436              
7437              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
7438      Branch: maint-5.6/perl
7439           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
7440           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
7441 ____________________________________________________________________________
7442 [  7308] By: gsar                                  on 2000/10/16  06:27:29
7443         Log: integrate change#6092 from cfgperl
7444              
7445              Regen perltoc with the fixed buildtoc.
7446      Branch: maint-5.6/perl
7447           !> pod/perltoc.pod
7448 ____________________________________________________________________________
7449 [  7307] By: gsar                                  on 2000/10/16  06:26:40
7450         Log: integrate changes#6089,6090 from mainline
7451              
7452              buildtoc tweak to fix newline lossage
7453              
7454              concat doesn't preserve utf8-ness, and doesn't invalidate
7455              [NI]OK; added tests for both
7456      Branch: maint-5.6/perl
7457           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
7458 ____________________________________________________________________________
7459 [  7306] By: gsar                                  on 2000/10/16  06:24:05
7460         Log: integrate change#6088 from cfgperl
7461              
7462              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
7463              because we do not use those.  The HAS_GETSPNAM remains,
7464              though, because we still do use that.
7465      Branch: maint-5.6/perl
7466           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7467           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
7468           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
7469           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
7470           !> win32/config.vc win32/config_H.bc win32/config_H.gc
7471           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
7472 ____________________________________________________________________________
7473 [  7305] By: gsar                                  on 2000/10/16  06:15:52
7474         Log: integrate changes#6084,6085,6087 from mainline
7475              
7476              substr() does not preserve utf8-ness (from Stefan Eissing
7477              <Eissing@medicaldataservice.de>); added tests
7478              
7479              repeat operator (x) doesn't preserve utf8-ness
7480              
7481              reverse() and quotemeta() weren't preserving utf8-ness; add tests
7482      Branch: maint-5.6/perl
7483           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
7484 ____________________________________________________________________________
7485 [  7304] By: gsar                                  on 2000/10/16  06:13:10
7486         Log: integrate changes#6077..6083 from mainline
7487              
7488              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
7489              and Tom Phoenix)
7490              
7491              workaround for CRT bug in chdir() (from Charles Lane, via
7492              Peter Prymmer)
7493              
7494              remove outdated kludge in Carp (NULLs are permitted in diagnostics
7495              now)
7496              
7497              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
7498              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
7499              
7500              better default perlbug categories for ok reports (from Richard Foley)
7501              
7502              peek.t non-portable to ithreads
7503              
7504              note about undocumented caller() return value (from M.J.T. Guy);
7505              yet another peek.t tweak
7506      Branch: maint-5.6/perl
7507           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7508           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
7509           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
7510           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
7511           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
7512           !> vms/vmsish.h
7513 ____________________________________________________________________________
7514 [  7303] By: gsar                                  on 2000/10/16  06:03:18
7515         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
7516              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
7517              
7518              &HUGE_VAL is not defined, it exists.
7519              
7520              Do not warn that an infinity does not look like a number.
7521              
7522              Rewrite the pwent/spent logic to be a little bit more clearer.
7523              
7524              Continue on the pwent/spent case.
7525              
7526              Correct Freudian slip.
7527              
7528              Use HUGE_VALL if applicable.
7529              
7530              pwent/spent #ifdef imbalance.
7531              
7532              Infinite problems.
7533              
7534              Call getspnam() only iff needd.
7535              
7536              Test both the scalar and list contexts.
7537              
7538              Use setxxent()/endxxent().
7539              
7540              Complex tweakery.
7541              
7542              Unicos hint tweak.
7543              
7544              Be more forgiving in POSIX about HUGE_VALL.
7545              
7546              Detypo.
7547              
7548              The search of infinity continues, this time simplified.
7549              
7550              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
7551              in natively 64-bit platforms where a long is a quad (no need
7552              for long longs).  Also added bias for IVs.
7553              
7554              Complex tweaks.
7555              
7556              Introduce t/lib/peek.t.
7557              
7558              Make the test more portable.
7559      Branch: maint-5.6/perl
7560           +> t/lib/peek.t
7561            ! pp_sys.c
7562           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
7563           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
7564           !> t/op/pwent.t toke.c util.c
7565 ____________________________________________________________________________
7566 [  7302] By: gsar                                  on 2000/10/16  05:03:37
7567         Log: integrate changes#6066..6071 from mainline
7568              
7569              s/END/CHECK/
7570              
7571              replace direct call to sighandler() with (*PL_sighandlerp)()
7572              
7573              note about values()
7574              
7575              File::Spec compatibility update (from Barrie Slaymaker
7576              <barries@slaysys.com>)
7577              
7578              remove misleading comment (from M.J.T. Guy)
7579              
7580              misformatted perllocal.pod (from Tim Jenness
7581              <t.jenness@jach.hawaii.edu>)
7582      Branch: maint-5.6/perl
7583           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
7584           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
7585           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
7586           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
7587 ____________________________________________________________________________
7588 [  7301] By: gsar                                  on 2000/10/16  05:00:08
7589         Log: integrate changes#6061..6063 from mainline
7590              
7591              change#5921 neglected to make eq honor "use bytes"
7592              
7593              additional tests for utf8.t
7594              
7595              tokeq() could read unallocated field in argument
7596      Branch: maint-5.6/perl
7597           !> sv.c t/pragma/utf8.t toke.c
7598 ____________________________________________________________________________
7599 [  7300] By: gsar                                  on 2000/10/16  04:56:54
7600         Log: integrate changes#6046,6048,6057,6058 from mainline
7601              
7602              libscheck has insufficient checks for n32 libs (from
7603              Albert Chin-A-Young <china@thewrittenword.com>)
7604              
7605              add note about how $( doesn't interpolate in REs (from
7606              Philip Newton <newton@ficus.frogspace.net>)
7607              
7608              fix broken parsing of /\x{ab}/
7609              
7610              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
7611              (spotted by Donald Kinzer <dkinzer@premia.com>)
7612      Branch: maint-5.6/perl
7613           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
7614           !> t/pragma/utf8.t
7615 ____________________________________________________________________________
7616 [  7299] By: gsar                                  on 2000/10/16  04:52:50
7617         Log: integrate change#6044 from mainline
7618              
7619              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
7620              such that underscores are only ignored in literal numbers,
7621              "\x{...}", and hex/oct argument
7622      Branch: maint-5.6/perl
7623           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
7624 ____________________________________________________________________________
7625 [  7298] By: gsar                                  on 2000/10/16  04:50:53
7626         Log: integrate changes#6027..6043 from mainline
7627              
7628              podlators-1.02 update (from Russ Allbery)
7629              
7630              Pod::Man generates groff-incompatible macro definition (from
7631              Tom Christiansen)
7632              
7633              add CGI.pm v2.66 (from Lincoln Stein)
7634              
7635              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
7636              for @- and @+ (from Johan Vromans)
7637              
7638              small nits in diagnostics.pm (from Robin Barker)
7639              
7640              whitespace adjustments
7641              
7642              missing files in MANIFEST
7643              
7644              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
7645              to compensate
7646              
7647              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
7648              
7649              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
7650      Branch: maint-5.6/perl
7651           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
7652           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
7653           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
7654           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
7655           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
7656           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
7657           !> t/lib/cgi-html.t t/lib/cgi-request.t
7658 ____________________________________________________________________________
7659 [  7297] By: gsar                                  on 2000/10/16  04:44:30
7660         Log: integrate change#6025 from mainline
7661              
7662              Is{Alnum,Alpha,Word} don't match titlecase
7663              TODO: IsSpace is defined recursively!
7664              (both spotted by Larry)
7665      Branch: maint-5.6/perl
7666           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7667           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
7668 ____________________________________________________________________________
7669 [  7296] By: gsar                                  on 2000/10/16  04:39:30
7670         Log: integrate change#6023 from mainline
7671              
7672              debugger stomps on $. (from M.J.T. Guy)
7673      Branch: maint-5.6/perl
7674           !> lib/perl5db.pl
7675 ____________________________________________________________________________
7676 [  7295] By: gsar                                  on 2000/10/16  04:38:02
7677         Log: integrate change#6022 from mainline
7678              
7679              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
7680      Branch: maint-5.6/perl
7681           !> sv.c
7682 ____________________________________________________________________________
7683 [  7294] By: gsar                                  on 2000/10/16  04:37:05
7684         Log: integrate changes#6018..6021 from mainline
7685              
7686              make lib/syslog.t portable to systems that don't have _PATH_LOG,
7687              make _PATH_LOG() return "" if unavailable
7688              
7689              windows portability tweaks
7690              
7691              test tweak
7692              
7693              remove Win2K issue in pod (fixed by change#6020)
7694      Branch: maint-5.6/perl
7695           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
7696           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
7697           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
7698 ____________________________________________________________________________
7699 [  7293] By: gsar                                  on 2000/10/16  04:20:00
7700         Log: integrate changes#6013..6015 from mainline
7701              
7702              tweak change#5945 to display correct switch name in diagnostic
7703              
7704              glob() loading File::Glob behind the scenes may cause syntax errors
7705              
7706              tweak test for portability
7707      Branch: maint-5.6/perl
7708           !> op.c perl.c pod/perldiag.pod t/lib/b.t
7709 ____________________________________________________________________________
7710 [  7292] By: gsar                                  on 2000/10/16  04:18:11
7711         Log: integrate changes#6005..6010 from mainline, cfgperl
7712              
7713              perldoc might fail via "use blib" (from Hugo van der Sanden)
7714              
7715              Regen Configure.
7716              
7717              note about compile failures and END blocks (from M.J.T. Guy)
7718              
7719              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
7720              
7721              (change#6009 integrated earlier in change#7255)
7722              
7723              clarify note about shadow password support (from
7724              gellyfish@gellyfish.com)
7725      Branch: maint-5.6/perl
7726           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7727           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
7728           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
7729 ____________________________________________________________________________
7730 [  7291] By: gsar                                  on 2000/10/16  04:12:03
7731         Log: integrate changes#6002,6003 from mainline
7732              
7733              destructive sv_setsv() can lose UV-ness from source, causing
7734              numeric promotions/comparisons to fail to do the right thing
7735              
7736              allow REG_EXPAND_SZ keys in Windows registry (from
7737              John Clayton <John.Clayton@barclayscapital.com>)
7738      Branch: maint-5.6/perl
7739           !> sv.c win32/win32.c
7740 ____________________________________________________________________________
7741 [  7290] By: gsar                                  on 2000/10/16  04:10:19
7742         Log: integrate change#6001 from mainline
7743              
7744              support additional library locations via $Config{otherlibdirs}
7745              (from Andy Dougherty)
7746      Branch: maint-5.6/perl
7747           !> Configure INSTALL Porting/Glossary Porting/config.sh
7748           !> Porting/config_H config_h.SH epoc/config.sh perl.c
7749           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
7750           !> win32/config.bc win32/config.gc win32/config.vc
7751 ____________________________________________________________________________
7752 [  7289] By: gsar                                  on 2000/10/16  04:08:28
7753         Log: integrate change#5999 from mainline
7754              
7755              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
7756      Branch: maint-5.6/perl
7757           !> t/pragma/warn/toke toke.c
7758 ____________________________________________________________________________
7759 [  7288] By: gsar                                  on 2000/10/16  04:07:01
7760         Log: integrate changes#5997,5998 from cfgperl
7761              
7762              Preserve $!.
7763              
7764              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
7765      Branch: maint-5.6/perl
7766           !> lib/Math/Complex.pm
7767 ____________________________________________________________________________
7768 [  7287] By: gsar                                  on 2000/10/16  04:04:37
7769         Log: integrate change#5995 from mainline
7770              
7771              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
7772      Branch: maint-5.6/perl
7773           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
7774 ____________________________________________________________________________
7775 [  7286] By: gsar                                  on 2000/10/16  04:03:21
7776         Log: integrate change#5994 from mainline
7777              
7778              fix for missed accounting for null byte in pack("Z",...) (from
7779              M.J.T. Guy)
7780      Branch: maint-5.6/perl
7781           !> pp.c t/op/pack.t
7782 ____________________________________________________________________________
7783 [  7285] By: gsar                                  on 2000/10/16  04:02:11
7784         Log: integrate changes#5989..5993 from mainline
7785              
7786              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
7787              itself and no other (from Tom Hughes)
7788              
7789              use $ENV{LIB} to search for libs under Visual C compiler
7790              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
7791              
7792              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
7793              
7794              pod nit (from Simon Cozens)
7795              
7796              various minor tweaks seen on p5p
7797      Branch: maint-5.6/perl
7798           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
7799           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
7800           !> t/op/array.t toke.c
7801 ____________________________________________________________________________
7802 [  7284] By: gsar                                  on 2000/10/16  03:59:00
7803         Log: integrate changes#5978..5988 from mainline
7804              
7805              sync version numbers in File::Spec with the ones on CPAN
7806              (from Barrie Slaymaker)
7807              
7808              under useithreads, constant pad entries could inadvertantly be
7809              shared across threads (from Eric Blood <eblood@xmission.com>);
7810              added Eric's test case to testsuite
7811              
7812              allow Configure -S to run non-interactively (spotted by Greg Hudson
7813              <ghudson@mit.edu>)
7814              
7815              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
7816              prototype mismatch with CORE::glob(); update pod and tests to
7817              suit (File::Glob::glob() is still available for backward
7818              compatibility, but should be considered deprecated)
7819              
7820              avoid error in IO::Socket::INET when given an unknown service name
7821              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
7822              
7823              numeric conversion of non-number in change#3378 tramples on
7824              OOK offset, causing segfaults
7825              
7826              attributes::reftype() doesn't work on tied argument
7827              
7828              forked child may not exit correctly if it failed to open
7829              /dev/console (from Graham Barr)
7830              
7831              add regular expressions tutorial and quick-start guide (from
7832              Mark Kvale <kvale@phy.ucsf.edu>)
7833              
7834              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
7835              
7836              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
7837              <paul@miraclefish.com>)
7838      Branch: maint-5.6/perl
7839           +> pod/perlrequick.pod pod/perlretut.pod
7840           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
7841           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
7842           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
7843           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
7844           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
7845           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
7846           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
7847           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
7848 ____________________________________________________________________________
7849 [  7283] By: gsar                                  on 2000/10/16  03:52:14
7850         Log: integrate change#5977 from mainline
7851              
7852              autoquote barewords followed by newline and arrow properly
7853              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
7854      Branch: maint-5.6/perl
7855           !> t/pragma/warn/toke toke.c
7856 ____________________________________________________________________________
7857 [  7282] By: gsar                                  on 2000/10/16  03:50:48
7858         Log: integrate change#5976 from mainline
7859              
7860              DB_File v1.73 update (from Paul Marquess)
7861      Branch: maint-5.6/perl
7862           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
7863           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
7864 ____________________________________________________________________________
7865 [  7281] By: gsar                                  on 2000/10/16  03:49:14
7866         Log: integrate change#5975 from mainline
7867              
7868              allow sort() reentrancy (variant of patch suggested by
7869              Hugo van der Sanden)
7870      Branch: maint-5.6/perl
7871           !> pp_ctl.c t/op/sort.t
7872 ____________________________________________________________________________
7873 [  7280] By: gsar                                  on 2000/10/16  03:48:22
7874         Log: integrate change#5974 from mainline
7875              
7876              change#4197 somehow missed initializing PL_errors, meaning
7877              syntax error queueing wasn't working outside eval"" at all;
7878              also fixed eval"" to localize PL_error_count, so that compile-time
7879              eval's don't clobber the error state of the outer context
7880      Branch: maint-5.6/perl
7881           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
7882           !> t/pragma/warn/toke
7883 ____________________________________________________________________________
7884 [  7279] By: gsar                                  on 2000/10/16  03:46:21
7885         Log: integrate change#5973 from mainline
7886              
7887              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
7888      Branch: maint-5.6/perl
7889           !> regcomp.c regexec.c t/op/re_tests
7890 ____________________________________________________________________________
7891 [  7278] By: gsar                                  on 2000/10/16  03:44:54
7892         Log: integrate change#5971 from cfgperl
7893              
7894              Unicos tweaks from Mark P. Lutz.
7895      Branch: maint-5.6/perl
7896           !> hints/unicos.sh lib/Math/Complex.pm
7897 ____________________________________________________________________________
7898 [  7277] By: gsar                                  on 2000/10/16  03:42:59
7899         Log: integrate changes#5966..5970 from mainline
7900              
7901              add testsuite for B backends, fix bug in B::Deparse (from
7902              Simon Cozens <simon@brecon.co.uk>)
7903              
7904              improved docs on the warn_uninit diagnostic (from David Glasser
7905              and Simon Cozens)
7906              
7907              tolerate spaces in group names in test on solaris (from David Boyce
7908              <dsb@boyski.com>)
7909              
7910              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
7911              
7912              Data::Dumper fumbles negative numbers on 32-bit platforms where
7913              IV is >32bits
7914      Branch: maint-5.6/perl
7915           +> t/lib/b.t t/lib/syslog.t
7916           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
7917           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
7918           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
7919 ____________________________________________________________________________
7920 [  7276] By: gsar                                  on 2000/10/16  03:39:30
7921         Log: integrate change#5965 from mainline
7922              
7923              avoid "will not stay shared" warnings for our variables (from
7924              Robin Barker)
7925      Branch: maint-5.6/perl
7926           !> op.c t/pragma/warn/op
7927 ____________________________________________________________________________
7928 [  7275] By: gsar                                  on 2000/10/16  03:38:18
7929         Log: integrate change#5964 from mainline
7930              
7931              reformat to 72 columns (again)
7932      Branch: maint-5.6/perl
7933           !> pod/perldiag.pod
7934 ____________________________________________________________________________
7935 [  7274] By: gsar                                  on 2000/10/16  03:36:58
7936         Log: integrate change#5963 from mainline
7937              
7938              patch from Larry to make (\&) prototype work; added tests for
7939              the same
7940      Branch: maint-5.6/perl
7941           !> op.c t/comp/proto.t
7942 ____________________________________________________________________________
7943 [  7273] By: gsar                                  on 2000/10/16  03:35:51
7944         Log: integrate changes#5956..5962 from mainline
7945              
7946              better diagnostics on failed tests (from Ilya Zakharevich)
7947              
7948              pod nits (from A. C. Yardley <yardley@tanet.net>)
7949              
7950              change#3569 deleted some essential code, revert; avoid use of
7951              atexit() to make DynaLoader work properly on AIX under mod_perl
7952              (from Jens-Uwe Mager <jum@helios.de>)
7953              
7954              doubled words in pods (from Simon Cozens
7955              <simon.p.cozens@jp.pwcglobal.com>)
7956              
7957              better INSTALL notes on Solaris issues (from Dominic Dunlop)
7958              
7959              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
7960              
7961              updated README.hpux (from Jeff Okamoto)
7962      Branch: maint-5.6/perl
7963           !> INSTALL README.hpux emacs/cperl-mode.el
7964           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
7965           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
7966           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
7967           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
7968           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
7969           !> t/op/lex_assign.t
7970 ____________________________________________________________________________
7971 [  7272] By: gsar                                  on 2000/10/16  03:31:22
7972         Log: integrate change#5955 from mainline
7973              
7974              longstanding bug exposed by change#3307: sort arguments weren't
7975              compiled with the right wantarray context (ensuing runtime lookup
7976              via block_gimme() was getting the incidental context of the
7977              sort() itself)
7978      Branch: maint-5.6/perl
7979           !> op.c t/op/sort.t
7980 ____________________________________________________________________________
7981 [  7271] By: gsar                                  on 2000/10/16  03:29:11
7982         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
7983              branch
7984              
7985              Flatten the cpp jungle doing the nosuid checking.
7986              
7987              Do not assume sign propagation. (from M.J.T. Guy)
7988              
7989              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
7990              
7991              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
7992              Now pp_ncmp() returns undef is either operand is a NaN.
7993              
7994              On second thoughts frexp() does have two arguments.
7995              
7996              Document that tr() is not tr(1).
7997              
7998              Be more robust on "extreme" (large absolute value)
7999              arguments.  Originally reported by Daniel Connelly
8000              as a problem with asinh() on large negative arguments,
8001              asinh() used to bail out because an argument to log()
8002              ended up being zero.  Ilya Zakharevich proposed using
8003              Taylor's series in such cases, which for such large
8004              arguments is a very good approximation.
8005              
8006              Undo "use integer" addition from 64bitint as it seems
8007              to break most of the subtests in Digital UNIX;
8008              Unicos needs to find another way.
8009      Branch: maint-5.6/perl
8010           !> (integrate 29 files)
8011 ____________________________________________________________________________
8012 [  7270] By: gsar                                  on 2000/10/16  03:09:44
8013         Log: integrate changes#5948,5949,5950 from mainline
8014              
8015              typo in vars.pm that leads to cryptic message (from Piotr
8016              Piatkowski <kompas@kompas.usr.onet.pl>)
8017              
8018              make perldoc use the pod2man from the same version (from
8019              M.J.T. Guy)
8020              
8021              reformat perldiag to avoid long lines
8022      Branch: maint-5.6/perl
8023           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
8024 ____________________________________________________________________________
8025 [  7269] By: gsar                                  on 2000/10/16  03:05:54
8026         Log: integrate change#5947 from mainline
8027              
8028              use &dl_error rather than &dl_load_file as the guard for calling
8029              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
8030              statically built perl)
8031      Branch: maint-5.6/perl
8032           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
8033 ____________________________________________________________________________
8034 [  7268] By: gsar                                  on 2000/10/16  03:04:48
8035         Log: integrate change#5945 from mainline
8036              
8037              make module name mandatory after -M switch; reorder perldiag
8038              alphabetically (from Mark-Jason Dominus)
8039      Branch: maint-5.6/perl
8040           !> perl.c pod/perldiag.pod
8041 ____________________________________________________________________________
8042 [  7267] By: gsar                                  on 2000/10/16  03:03:01
8043         Log: integrate change#5939 from mainline
8044              
8045              more pod nits (from Larry Virden)
8046      Branch: maint-5.6/perl
8047           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
8048           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
8049           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
8050 ____________________________________________________________________________
8051 [  7266] By: gsar                                  on 2000/10/16  03:01:39
8052         Log: integrate change#5938 from mainline
8053              
8054              Consolidated B::Deparse fixes (from Stephen McCamant)
8055      Branch: maint-5.6/perl
8056           !> ext/B/B/Deparse.pm
8057 ____________________________________________________________________________
8058 [  7265] By: gsar                                  on 2000/10/16  03:00:43
8059         Log: integrate change#5936 from mainline
8060              
8061              additional tests for change#7263 (from Paul Marquess)
8062      Branch: maint-5.6/perl
8063           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
8064           !> t/pragma/warn/5nolint t/pragma/warn/6default
8065 ____________________________________________________________________________
8066 [  7264] By: gsar                                  on 2000/10/16  02:58:34
8067         Log: integrate change#5934 from mainline
8068              
8069              propagate lexical warnings from surrounding scope correctly
8070              within string eval() (from Paul Marquess)
8071      Branch: maint-5.6/perl
8072           !> pp_ctl.c t/pragma/warn/pp_ctl
8073 ____________________________________________________________________________
8074 [  7263] By: gsar                                  on 2000/10/16  02:56:53
8075         Log: integrate change#5932 from mainline
8076              
8077              add rsignal(), whichsig() and do_join() to public API list
8078              (mod_perl uses them to good advantage)
8079      Branch: maint-5.6/perl
8080           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
8081 ____________________________________________________________________________
8082 [  7262] By: gsar                                  on 2000/10/16  02:55:53
8083         Log: integrate change#5931 from mainline
8084              
8085              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
8086      Branch: maint-5.6/perl
8087           !> pp_hot.c regexec.c t/op/pat.t
8088 ____________________________________________________________________________
8089 [  7261] By: gsar                                  on 2000/10/16  02:55:01
8090         Log: integrate change#5930 from mainline
8091              
8092              small os390 tweaks (from Peter Prymmer)
8093      Branch: maint-5.6/perl
8094           !> config_h.SH makedepend.SH
8095 ____________________________________________________________________________
8096 [  7260] By: gsar                                  on 2000/10/16  02:54:10
8097         Log: integrate change#5929 from mainline
8098              
8099              pod nits
8100      Branch: maint-5.6/perl
8101           !> pod/perlguts.pod
8102 ____________________________________________________________________________
8103 [  7259] By: gsar                                  on 2000/10/16  02:52:55
8104         Log: integrate change#5927 from mainline
8105              
8106              arrange for next() to resume at the unstack op rather than the
8107              loop conditional, so that scope cleanup happens correctly
8108              (from Stephen McCamant)
8109      Branch: maint-5.6/perl
8110           !> op.c pp_ctl.c t/op/misc.t
8111 ____________________________________________________________________________
8112 [  7258] By: gsar                                  on 2000/10/16  02:51:38
8113         Log: integrate change#5926 from mainline
8114              
8115              on windows, reserve 16M of stack rather than 128M (allows more
8116              threads to run concurrently)
8117      Branch: maint-5.6/perl
8118           !> win32/Makefile win32/makefile.mk
8119 ____________________________________________________________________________
8120 [  7257] By: gsar                                  on 2000/10/16  02:50:37
8121         Log: integrate change#5925 from mainline
8122              
8123              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
8124      Branch: maint-5.6/perl
8125           !> toke.c
8126 ____________________________________________________________________________
8127 [  7256] By: gsar                                  on 2000/10/16  02:49:36
8128         Log: integrate change#5924 from mainline
8129              
8130              avoid using uninitialized memory in require version check
8131      Branch: maint-5.6/perl
8132           !> pp_ctl.c universal.c
8133 ____________________________________________________________________________
8134 [  7255] By: gsar                                  on 2000/10/16  02:48:03
8135         Log: integrate changes#5923,5928,6009 from mainline
8136              
8137              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
8138      Branch: maint-5.6/perl
8139           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
8140 ____________________________________________________________________________
8141 [  7254] By: gsar                                  on 2000/10/16  02:44:46
8142         Log: integrate change#5922 from mainline
8143              
8144              commentary about IoTYPE() (from Nathan Torkington)
8145      Branch: maint-5.6/perl
8146           !> sv.h
8147 ____________________________________________________________________________
8148 [  7253] By: gsar                                  on 2000/10/16  02:43:49
8149         Log: integrate change#5921 from mainline
8150              
8151              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
8152      Branch: maint-5.6/perl
8153           !> sv.c t/lib/charnames.t t/pragma/utf8.t
8154 ____________________________________________________________________________
8155 [  7252] By: gsar                                  on 2000/10/16  02:42:31
8156         Log: integrate change#5920 from mainline
8157              
8158              Larry's fix for buggy propagation of utf8-ness in join(); add test
8159      Branch: maint-5.6/perl
8160           !> doop.c t/op/ver.t
8161 ____________________________________________________________________________
8162 [  7251] By: gsar                                  on 2000/10/16  02:41:14
8163         Log: integrate changes#5915..5919 from mainline
8164              
8165              various (pod tweaks &c)
8166      Branch: maint-5.6/perl
8167           !> (integrate 33 files)
8168 ____________________________________________________________________________
8169 [  7250] By: gsar                                  on 2000/10/16  02:38:16
8170         Log: integrate change#5914 from mainline
8171              
8172              caller() wasn't returning the right number of elements for
8173              eval {...}
8174      Branch: maint-5.6/perl
8175           !> pp_ctl.c t/pragma/warn/9enabled
8176 ____________________________________________________________________________
8177 [  7249] By: gsar                                  on 2000/10/16  02:37:02
8178         Log: integrate change#5913 from mainline
8179              
8180              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
8181              (from Mark-Jason Dominus)
8182      Branch: maint-5.6/perl
8183           !> pod/perlfunc.pod
8184 ____________________________________________________________________________
8185 [  7248] By: gsar                                  on 2000/10/16  02:35:58
8186         Log: integrate change#5912 from mainline
8187              
8188              fix totally broken caching in UNIVERSAL::isa() (from
8189              Nick Ing-Simmons)
8190      Branch: maint-5.6/perl
8191           !> t/op/universal.t universal.c
8192 ____________________________________________________________________________
8193 [  7247] By: gsar                                  on 2000/10/16  02:34:27
8194         Log: integrate changes#5910,5911 from mainline
8195              
8196              typo in pod
8197              
8198              add linebreak properties from unicode/LineBrk.txt (from
8199              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
8200      Branch: maint-5.6/perl
8201           +> (branch 29 files)
8202           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
8203 ____________________________________________________________________________
8204 [  7246] By: gsar                                  on 2000/10/16  02:33:29
8205         Log: integrate change#5909 from mainline
8206              
8207              mode argument to do_binmode() should be file mode, not boolean
8208      Branch: maint-5.6/perl
8209           !> pp_sys.c
8210 ____________________________________________________________________________
8211 [  7245] By: gsar                                  on 2000/10/16  02:31:04
8212         Log: integrate change#5908 from mainline
8213              
8214              introduce illegal symbols into null package so that
8215              gv_fetchpv(...,TRUE) always returns a valid GV even when the
8216              symbol is trapped by strictures (avoids coredumps)
8217      Branch: maint-5.6/perl
8218           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
8219           !> t/pragma/strict-vars
8220 ____________________________________________________________________________
8221 [  7244] By: jhi                                   on 2000/10/16  02:29:54
8222         Log: Subject: $Carp::ExportLevel confusion in Exporter
8223              From: "Ben Tilly" <ben_tilly@hotmail.com>
8224              Date: Sat, 14 Oct 2000 16:44:34 EDT
8225              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
8226      Branch: perl
8227            ! lib/Exporter/Heavy.pm
8228 ____________________________________________________________________________
8229 [  7243] By: jhi                                   on 2000/10/16  02:28:33
8230         Log: Subject: [PATCH perlguts.pod] Document offset hack
8231              From: Simon Cozens <simon@cozens.net>
8232              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
8233              Date: Sat, 14 Oct 2000 19:32:25 +0100
8234      Branch: perl
8235            ! pod/perlguts.pod
8236 ____________________________________________________________________________
8237 [  7242] By: gsar                                  on 2000/10/16  02:26:51
8238         Log: integrate changes#5905,5906,5907,6064 from mainline
8239              
8240              printf/sprintf didn't get quad types right under use64bitint
8241      Branch: maint-5.6/perl
8242           !> pp_sys.c sv.c t/op/64bitint.t
8243 ____________________________________________________________________________
8244 [  7241] By: jhi                                   on 2000/10/16  02:22:44
8245         Log: Subject: small pod patch
8246              From: Dan Boorstein <dan_boo@bellsouth.net>
8247              Date: Sat, 14 Oct 2000 14:29:24 -0400
8248              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
8249      Branch: perl
8250            ! pod/perlfaq7.pod pod/perlmod.pod
8251 ____________________________________________________________________________
8252 [  7240] By: jhi                                   on 2000/10/16  02:13:46
8253         Log: -w cleanup.
8254              
8255              Subject: Re: Problems with bleadperl 
8256              From: "Stephen P. Potter" <spp@ds.net>
8257              Date: Fri, 13 Oct 2000 13:32:49 -0400
8258              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
8259      Branch: perl
8260            ! t/pragma/overload.t
8261 ____________________________________________________________________________
8262 [  7239] By: jhi                                   on 2000/10/16  01:41:18
8263         Log: One more ~utf8 tweak.
8264      Branch: perl
8265            ! t/op/bop.t
8266 ____________________________________________________________________________
8267 [  7238] By: jhi                                   on 2000/10/16  01:34:14
8268         Log: Tweak the test of #7235.
8269      Branch: perl
8270            ! t/op/bop.t
8271 ____________________________________________________________________________
8272 [  7237] By: jhi                                   on 2000/10/16  01:25:04
8273         Log: Fix a couple of compiler-noted nits in #7235.
8274      Branch: perl
8275            ! pp.c
8276 ____________________________________________________________________________
8277 [  7236] By: jhi                                   on 2000/10/16  01:22:46
8278         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
8279      Branch: perl
8280            ! pp.c pp_hot.c
8281 ____________________________________________________________________________
8282 [  7235] By: jhi                                   on 2000/10/15  16:24:44
8283         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
8284              
8285              From: Simon Cozens <simon@cozens.net>
8286              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
8287              Date: Sat, 14 Oct 2000 20:52:13 +0100
8288              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
8289      Branch: perl
8290            ! pp.c t/op/bop.t utf8.h
8291 ____________________________________________________________________________
8292 [  7234] By: jhi                                   on 2000/10/15  15:19:29
8293         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
8294              The problem was that rx->minlen was in chars while pp_split()
8295              thought it would be in bytes. 
8296      Branch: perl
8297            ! pp.c t/pragma/utf8.t
8298 ____________________________________________________________________________
8299 [  7233] By: jhi                                   on 2000/10/14  20:24:24
8300         Log: Document FNCASE=y as discussed in the bug 20000902.009.
8301      Branch: perl
8302            ! README.dos
8303 ____________________________________________________________________________
8304 [  7232] By: jhi                                   on 2000/10/14  18:52:21
8305         Log: Add test for bug id 20000427.003 (which seems to have
8306              been fixed) (also duplicate as 20000427.004, though
8307              with a higher severity).  Move one utf8 from op/append
8308              to pragma/utf8, tag the tests with bug ids.
8309      Branch: perl
8310            ! t/op/append.t t/pragma/utf8.t
8311 ____________________________________________________________________________
8312 [  7231] By: jhi                                   on 2000/10/14  17:28:37
8313         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
8314      Branch: perl
8315            ! t/pragma/utf8.t
8316 ____________________________________________________________________________
8317 [  7230] By: jhi                                   on 2000/10/14  14:24:50
8318         Log: Needs to be conditional on SunOS 4.
8319              
8320              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
8321              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8322              Date: Sat, 14 Oct 2000 13:37:49 +0100
8323              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
8324      Branch: metaconfig/U/perl
8325            ! End.U
8326      Branch: perl
8327            ! Configure myconfig.SH pod/perldelta.pod
8328 ____________________________________________________________________________
8329 [  7229] By: jhi                                   on 2000/10/14  00:49:22
8330         Log: Update Changes.
8331      Branch: perl
8332            ! Changes patchlevel.h
8333 ____________________________________________________________________________
8334 [  7228] By: jhi                                   on 2000/10/14  00:46:10
8335         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
8336              From: Peter Prymmer <pvhp@forte.com>
8337              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
8338              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
8339      Branch: perl
8340            ! lib/utf8.pm
8341 ____________________________________________________________________________
8342 [  7227] By: jhi                                   on 2000/10/13  23:20:30
8343         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
8344      Branch: perl
8345            ! t/op/tie.t
8346 ____________________________________________________________________________
8347 [  7226] By: jhi                                   on 2000/10/13  22:14:32
8348         Log: Tweak #7225.
8349              
8350              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
8351              From: Peter Prymmer <pvhp@forte.com>
8352              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
8353              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
8354      Branch: perl
8355            ! t/op/sprintf.t
8356 ____________________________________________________________________________
8357 [  7225] By: jhi                                   on 2000/10/13  22:11:31
8358         Log: op/sprintf.t patch for OS/390 (and any other host with limited
8359              floating-point exponent length)
8360              
8361              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
8362              From: Dominic Dunlop <domo@computer.org>
8363              Date: Fri, 13 Oct 2000 19:17:57 +0200
8364              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
8365      Branch: perl
8366            ! t/op/sprintf.t
8367 ____________________________________________________________________________
8368 [  7224] By: jhi                                   on 2000/10/13  18:40:48
8369         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
8370      Branch: perl
8371            ! toke.c
8372 ____________________________________________________________________________
8373 [  7223] By: jhi                                   on 2000/10/13  18:37:13
8374         Log: Thinko in #7222.
8375      Branch: perl
8376            ! utf8.c
8377 ____________________________________________________________________________
8378 [  7222] By: jhi                                   on 2000/10/13  18:05:23
8379         Log: Use UTF8SKIP(), from Simon Cozens.
8380      Branch: perl
8381            ! utf8.c
8382 ____________________________________________________________________________
8383 [  7221] By: jhi                                   on 2000/10/13  15:43:19
8384         Log: (accidentally empty check-in)
8385      Branch: perl
8386            ! utf8.c
8387 ____________________________________________________________________________
8388 [  7220] By: jhi                                   on 2000/10/13  15:23:51
8389         Log: Add (optimistically) Storable to static extensions.
8390      Branch: perl
8391            ! hints/uwin.sh hints/vmesa.sh
8392 ____________________________________________________________________________
8393 [  7219] By: jhi                                   on 2000/10/13  15:20:05
8394         Log: Amdahl UTS doesn't seem to do dynaloading.
8395      Branch: perl
8396            ! hints/uts.sh
8397 ____________________________________________________________________________
8398 [  7218] By: jhi                                   on 2000/10/13  15:15:20
8399         Log: Slight tweak of the code to appease Amdahl UTS cc.
8400      Branch: perl
8401            ! pp.c
8402 ____________________________________________________________________________
8403 [  7217] By: jhi                                   on 2000/10/13  14:50:42
8404         Log: In Amdahl UTS "struct sv" is defined by a system header,
8405              <ksync.h>.
8406      Branch: perl
8407            ! perl.h sv.h
8408 ____________________________________________________________________________
8409 [  7216] By: jhi                                   on 2000/10/13  11:58:25
8410         Log: Ilya implemented the memory profiling API.
8411      Branch: perl
8412            ! Todo
8413 ____________________________________________________________________________
8414 [  7215] By: jhi                                   on 2000/10/13  02:56:38
8415         Log: Subject: [PATCH 5.7.0] Perl API for mstats
8416              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8417              Date: Thu, 12 Oct 2000 22:52:40 -0400
8418              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
8419      Branch: perl
8420            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
8421 ____________________________________________________________________________
8422 [  7214] By: jhi                                   on 2000/10/13  02:55:38
8423         Log: Subject: [PATCH 5.7.0] IVs in mtats
8424              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8425              Date: Thu, 12 Oct 2000 22:51:04 -0400
8426              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
8427      Branch: perl
8428            ! malloc.c perl.h
8429 ____________________________________________________________________________
8430 [  7213] By: jhi                                   on 2000/10/13  02:31:47
8431         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
8432      Branch: perl
8433            ! pod/perldiag.pod pp_sys.c
8434 ____________________________________________________________________________
8435 [  7212] By: jhi                                   on 2000/10/13  01:27:38
8436         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
8437              From: Peter Prymmer <pvhp@forte.com>
8438              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
8439              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
8440      Branch: perl
8441            ! t/op/oct.t
8442 ____________________________________________________________________________
8443 [  7211] By: jhi                                   on 2000/10/13  00:35:09
8444         Log: Update Changes.
8445      Branch: perl
8446            ! Changes patchlevel.h
8447 ____________________________________________________________________________
8448 [  7210] By: jhi                                   on 2000/10/12  23:59:40
8449         Log: The Install.pm third of
8450              
8451              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
8452              From: Bill Campbell <bill@celestial.com>
8453              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
8454              Date: Thu, 5 Oct 2000 18:04:51 -0700
8455      Branch: perl
8456            ! lib/ExtUtils/Install.pm
8457 ____________________________________________________________________________
8458 [  7209] By: jhi                                   on 2000/10/12  23:58:43
8459         Log: Two thirds of
8460              
8461              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
8462              Date: Thu, 5 Oct 2000 18:04:51 -0700
8463              From: Bill Campbell <bill@celestial.com>
8464              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
8465              
8466              The Install.pm changes will be submitted separately because
8467              they need some work and discussion still.
8468      Branch: perl
8469            ! lib/getopts.pl lib/termcap.pl
8470 ____________________________________________________________________________
8471 [  7208] By: jhi                                   on 2000/10/12  23:41:19
8472         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
8473              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8474              Date:     Thu, 12 Oct 2000 07:30:02 EDT
8475              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
8476      Branch: perl
8477            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
8478            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
8479 ____________________________________________________________________________
8480 [  7207] By: jhi                                   on 2000/10/12  23:39:01
8481         Log: An updated EBCDIC tr patch.
8482              
8483              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
8484              From: Peter Prymmer <pvhp@forte.com>
8485              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
8486              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
8487      Branch: perl
8488            ! t/op/tr.t
8489 ____________________________________________________________________________
8490 [  7206] By: jhi                                   on 2000/10/12  23:34:55
8491         Log: Upgrade to CPAN 1.58, from Andreas König.
8492      Branch: perl
8493            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8494 ____________________________________________________________________________
8495 [  7205] By: jhi                                   on 2000/10/12  23:29:08
8496         Log: Introduce the man[24-8] variables, from Andy Dougherty.
8497      Branch: metaconfig/U/perl
8498            + mandirs.U mandirstyle.U
8499      Branch: perl
8500            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8501            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
8502            ! vos/config.h vos/config.pl vos/config_h.SH_orig
8503            ! win32/config.bc win32/config.gc win32/config.vc
8504 ____________________________________________________________________________
8505 [  7204] By: gsar                                  on 2000/10/12  18:11:24
8506         Log: restore change#7202
8507      Branch: perl
8508            ! mg.c
8509 ____________________________________________________________________________
8510 [  7203] By: gsar                                  on 2000/10/12  18:09:40
8511         Log: another test of the Emergency Broadcast System--back out 
8512              change#7202
8513      Branch: perl
8514            ! mg.c
8515 ____________________________________________________________________________
8516 [  7202] By: gsar                                  on 2000/10/12  16:40:47
8517         Log: (submitted on behalf of Jarkko)
8518              Fix the lib/encode.t subtest 6 failure as reported by Andreas
8519              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
8520              was unearthed by change 7182, as was a bug in HTML::Entities.
8521      Branch: perl
8522            ! mg.c
8523 ____________________________________________________________________________
8524 [  7201] By: jhi                                   on 2000/10/11  03:16:05
8525         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
8526      Branch: perl
8527            ! pp_hot.c t/pragma/utf8.t
8528 ____________________________________________________________________________
8529 [  7200] By: jhi                                   on 2000/10/11  00:40:30
8530         Log: The #7198 was a false alarm.
8531      Branch: perl
8532            ! pp_hot.c
8533 ____________________________________________________________________________
8534 [  7199] By: jhi                                   on 2000/10/11  00:26:04
8535         Log: Remove duplicated code.
8536      Branch: perl
8537            ! t/lib/cgi-html.t
8538 ____________________________________________________________________________
8539 [  7198] By: jhi                                   on 2000/10/10  23:30:46
8540         Log: (Retracted by #7200.)
8541      Branch: perl
8542            ! pp_hot.c
8543 ____________________________________________________________________________
8544 [  7197] By: jhi                                   on 2000/10/10  21:49:30
8545         Log: Add the test case for #7190, from the original bug report
8546              by Andreas König.
8547      Branch: perl
8548            ! t/pragma/utf8.t
8549 ____________________________________________________________________________
8550 [  7196] By: jhi                                   on 2000/10/10  21:40:49
8551         Log: Reapply Andy's patch and regen Configure.
8552      Branch: perl
8553            ! Configure INSTALL Makefile.SH Porting/Glossary
8554            ! Porting/config.sh config_h.SH epoc/config.sh installperl
8555            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8556            ! win32/config.vc
8557 ____________________________________________________________________________
8558 [  7195] By: jhi                                   on 2000/10/10  21:09:30
8559         Log: Use the versiononly instead of the installscripts,
8560              retract the changes 7146 and 7147.
8561      Branch: perl
8562            ! Configure INSTALL Makefile.SH Porting/Glossary
8563            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
8564            ! installperl uconfig.sh vos/config.def win32/config.bc
8565            ! win32/config.gc win32/config.vc
8566 ____________________________________________________________________________
8567 [  7194] By: jhi                                   on 2000/10/10  21:06:15
8568         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
8569              From: Peter Prymmer <pvhp@forte.com>
8570              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
8571              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
8572      Branch: perl
8573            ! t/op/ver.t
8574 ____________________________________________________________________________
8575 [  7193] By: jhi                                   on 2000/10/10  21:05:12
8576         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
8577              From: Peter Prymmer <pvhp@forte.com>
8578              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
8579              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
8580      Branch: perl
8581            ! t/op/tr.t
8582 ____________________________________________________________________________
8583 [  7192] By: jhi                                   on 2000/10/10  20:57:30
8584         Log: Add versiononly, delete installscripts, from Andy Dougherty.
8585      Branch: metaconfig
8586            - U/installdirs/installscripts.U
8587      Branch: metaconfig/U/perl
8588            + versiononly.U
8589 ____________________________________________________________________________
8590 [  7191] By: jhi                                   on 2000/10/10  19:41:21
8591         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
8592              From: Peter Prymmer <pvhp@forte.com>
8593              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
8594              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
8595      Branch: perl
8596            ! pod/perlebcdic.pod
8597 ____________________________________________________________________________
8598 [  7190] By: jhi                                   on 2000/10/10  19:26:14
8599         Log: Subject: Re: utf8 concat, mg_get
8600              From: Simon Cozens <simon@cozens.net>
8601              Date: Tue, 10 Oct 2000 17:40:17 +0100
8602              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
8603      Branch: perl
8604            ! pp_hot.c
8605 ____________________________________________________________________________
8606 [  7189] By: jhi                                   on 2000/10/10  19:23:03
8607         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
8608              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
8609              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
8610              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
8611      Branch: perl
8612            ! lib/ExtUtils/MM_Unix.pm
8613 ____________________________________________________________________________
8614 [  7188] By: jhi                                   on 2000/10/10  15:31:24
8615         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
8616              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8617              Date: Fri, 14 Jul 2000 10:47:36 +0100
8618              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
8619      Branch: perl
8620            ! README.win32
8621 ____________________________________________________________________________
8622 [  7187] By: jhi                                   on 2000/10/10  13:30:10
8623         Log: Quote the temp file name, needed in Win32 because the
8624              default name unfortunately contains spaces, shouldn't
8625              hurt elsewhere.
8626              
8627              Subject: FW: perldoc fails if $TEMP contains spaces
8628              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
8629              Date: Thu, 14 Sep 2000 08:58:45 +0100
8630              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
8631      Branch: perl
8632            ! utils/perldoc.PL
8633 ____________________________________________________________________________
8634 [  7186] By: jhi                                   on 2000/10/10  13:16:27
8635         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
8636              From: hv@hugo.hybyte.com
8637              Date: Tue, 10 Oct 2000 14:10:20 +0100
8638              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
8639      Branch: perl
8640            ! t/lib/thr5005.t util.c
8641 ____________________________________________________________________________
8642 [  7185] By: jhi                                   on 2000/10/10  12:06:22
8643         Log: Upgrade to podlators 1.04, from Russ Allbery.
8644      Branch: perl
8645            ! lib/Pod/Man.pm lib/Pod/Text.pm
8646 ____________________________________________________________________________
8647 [  7184] By: jhi                                   on 2000/10/10  12:01:32
8648         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
8649      Branch: perl
8650            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
8651 ____________________________________________________________________________
8652 [  7183] By: jhi                                   on 2000/10/09  23:47:15
8653         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
8654              From: Peter Prymmer <pvhp@forte.com>
8655              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
8656              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
8657      Branch: perl
8658            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
8659 ____________________________________________________________________________
8660 [  7182] By: jhi                                   on 2000/10/09  23:43:16
8661         Log: Make eq work again with utf8 (disabling the upgrading
8662              should no more be necessary since the copies of the
8663              scalars are upgraded, not the scalars themselves).
8664              Takes care of ID 20001009.001.  (The claimed length()
8665              bug in 20001009.001 seems bogus to me.)
8666      Branch: perl
8667            ! sv.c t/pragma/utf8.t
8668 ____________________________________________________________________________
8669 [  7181] By: gsar                                  on 2000/10/09  19:41:54
8670         Log: tweak for change#7173
8671      Branch: perl
8672            ! win32/win32sck.c
8673 ____________________________________________________________________________
8674 [  7180] By: gsar                                  on 2000/10/09  19:26:56
8675         Log: on Windows, clean targets might not work under some flavors of the shell
8676      Branch: perl
8677            ! win32/Makefile win32/makefile.mk
8678 ____________________________________________________________________________
8679 [  7179] By: jhi                                   on 2000/10/09  19:21:02
8680         Log: Update Changes.
8681      Branch: perl
8682            ! Changes patchlevel.h
8683 ____________________________________________________________________________
8684 [  7178] By: jhi                                   on 2000/10/09  19:18:23
8685         Log: Warn about unknown scripts.
8686              
8687              Subject: Re: ideas? patches? [PATCH bleadperl]
8688              From: Dominic Dunlop <domo@computer.org>
8689              Date: Mon, 9 Oct 2000 14:57:17 +0200
8690              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
8691      Branch: perl
8692            ! lib/charnames.pm
8693 ____________________________________________________________________________
8694 [  7177] By: jhi                                   on 2000/10/09  19:13:27
8695         Log: Change #7160 had a nasty typo.
8696      Branch: metaconfig
8697            ! U/compline/Compile.U
8698      Branch: perl
8699            ! Configure config_h.SH
8700 ____________________________________________________________________________
8701 [  7176] By: gsar                                  on 2000/10/09  18:59:33
8702         Log: pod nit
8703      Branch: perl
8704            ! pod/perlport.pod
8705 ____________________________________________________________________________
8706 [  7175] By: gsar                                  on 2000/10/09  18:54:28
8707         Log: Windows9x doesn't support link(), despite what Config.pm
8708              might think
8709      Branch: perl
8710            ! lib/ExtUtils/Manifest.pm
8711 ____________________________________________________________________________
8712 [  7174] By: gsar                                  on 2000/10/09  18:50:03
8713         Log: avoid nonportable example code
8714      Branch: perl
8715            ! lib/File/Copy.pm
8716 ____________________________________________________________________________
8717 [  7173] By: gsar                                  on 2000/10/09  18:46:54
8718         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
8719              being used) when closing a socket handle
8720      Branch: perl
8721            ! win32/win32.c win32/win32.h win32/win32sck.c
8722 ____________________________________________________________________________
8723 [  7172] By: gsar                                  on 2000/10/09  18:41:40
8724         Log: on Windows, cwd strings in the environment should be of the
8725              form =X:=X:\foo instead of =X=X:\foo\
8726      Branch: perl
8727            ! win32/vdir.h
8728 ____________________________________________________________________________
8729 [  7171] By: gsar                                  on 2000/10/09  18:30:09
8730         Log: on Windows, LoadLibrary() could load an extension DLL multiple
8731              times if forward slashes are used in the path
8732      Branch: perl
8733            ! win32/win32.c
8734 ____________________________________________________________________________
8735 [  7170] By: jhi                                   on 2000/10/09  17:53:59
8736         Log: Add a todo note about overloadable assertions.
8737      Branch: perl
8738            ! Todo-5.6
8739 ____________________________________________________________________________
8740 [  7169] By: jhi                                   on 2000/10/09  13:43:45
8741         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
8742              From: mjd@plover.com
8743              Date: 9 Oct 2000 00:24:44 -0000
8744              Message-ID: <20001009002444.10616.qmail@plover.com>
8745      Branch: perl
8746            ! pod/perldebguts.pod
8747 ____________________________________________________________________________
8748 [  7168] By: nick                                  on 2000/10/08  13:16:33
8749         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
8750              is not right thing to do on (e.g. x86). Network order is also "right" for
8751              X fonts.
8752      Branch: perl
8753            ! ext/Encode/Encode.pm
8754 ____________________________________________________________________________
8755 [  7167] By: nick                                  on 2000/10/08  12:54:42
8756         Log: Make "encodings" work post-install when Encode/*.enc files may not
8757              be in same directory as Encode.pm
8758      Branch: perl
8759            ! ext/Encode/Encode.pm
8760 ____________________________________________________________________________
8761 [  7166] By: nick                                  on 2000/10/08  11:51:26
8762         Log: Work round the fact that $hash->{$key} does not take into account
8763              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
8764              so that key is always in the "expected" encoding - i.e. same way we put
8765              it in the hash.
8766      Branch: perl
8767            ! ext/Encode/Encode.pm
8768 ____________________________________________________________________________
8769 [  7165] By: gsar                                  on 2000/10/08  04:15:29
8770         Log: save_re_context() could reset PL_curcop to freed memory, causing core
8771              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
8772      Branch: perl
8773            ! pp_ctl.c
8774 ____________________________________________________________________________
8775 [  7164] By: jhi                                   on 2000/10/06  20:51:48
8776         Log: UTF8ize split() so that the cloned substrings get the UTF8
8777              flag of the original scalar.  Problem reported by Simon Cozens.
8778      Branch: perl
8779            ! pp.c t/pragma/utf8.t
8780 ____________________________________________________________________________
8781 [  7163] By: nick                                  on 2000/10/06  20:48:34
8782         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
8783              got a false +ve and so did not reach code which would have un-FAKEd the SV.
8784      Branch: perl
8785            ! sv.c
8786 ____________________________________________________________________________
8787 [  7162] By: nick                                  on 2000/10/06  20:25:37
8788         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
8789              To fix  (sort {$a <=> $b} keys %hash) in particular but
8790              should cover a number of other as-yet-unknown cases as well.
8791      Branch: perl
8792            ! sv.c
8793 ____________________________________________________________________________
8794 [  7161] By: jhi                                   on 2000/10/06  19:56:18
8795         Log: Change the version number of Tie::Handle in the core to 4.0,
8796              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
8797              
8798              Subject: Note on Tie::Handle
8799              From: andreas.koenig@anima.de (Andreas J. Koenig)
8800              Date:      06 Oct 2000 21:48:58 +0200
8801              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
8802      Branch: perl
8803            ! lib/Tie/Handle.pm
8804 ____________________________________________________________________________
8805 [  7160] By: jhi                                   on 2000/10/06  18:20:35
8806         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
8807              as the first option of cc/ld because of ultrapicky compilers
8808              (e.g. OS/390 R2.5)
8809      Branch: metaconfig
8810            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
8811            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
8812            ! U/compline/orderlib.U U/modified/Cppsym.U
8813            ! U/modified/d_access.U
8814      Branch: metaconfig/U/perl
8815            ! Checkcc.U d_dlsymun.U gccvers.U
8816      Branch: perl
8817            ! Configure config_h.SH
8818 ____________________________________________________________________________
8819 [  7159] By: jhi                                   on 2000/10/06  13:56:39
8820         Log: Update Changes.
8821      Branch: perl
8822            ! Changes patchlevel.h
8823 ____________________________________________________________________________
8824 [  7158] By: jhi                                   on 2000/10/06  12:48:40
8825         Log: Eliminate $Is_VMS code from the test.
8826              
8827              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
8828              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8829              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
8830              Date:     Thu, 5 Oct 2000 07:46:33 EDT
8831      Branch: perl
8832            ! t/lib/b.t
8833 ____________________________________________________________________________
8834 [  7157] By: jhi                                   on 2000/10/06  12:47:13
8835         Log: Also the $ccflags is needed for the C compiler check.
8836              
8837              Subject: Configure (check for C-compiler)
8838              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8839              Date: Fri, 06 Oct 2000 08:47:15 +0200
8840              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
8841      Branch: metaconfig/U/perl
8842            ! Checkcc.U
8843      Branch: perl
8844            ! Configure config_h.SH
8845 ____________________________________________________________________________
8846 [  7156] By: jhi                                   on 2000/10/06  11:45:15
8847         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
8848      Branch: perl
8849            ! perl.c pp_ctl.c sv.h utf8.c
8850 ____________________________________________________________________________
8851 [  7155] By: jhi                                   on 2000/10/06  11:40:41
8852         Log: IO::Handle->syswrite() did not handle length omission
8853              like CORE::syswrite() does.
8854              
8855              Subject: [Fwd] IO::Handle, syswrite and arguments
8856              From: Graham Barr <gbarr@pobox.com>
8857              Date: Fri, 6 Oct 2000 10:22:05 +0100
8858              Message-ID: <20001006102205.U6312@pobox.com>
8859              
8860              The original patch from andrew@ugh.net.au.
8861      Branch: perl
8862            ! ext/IO/lib/IO/Handle.pm
8863 ____________________________________________________________________________
8864 [  7154] By: jhi                                   on 2000/10/06  01:42:15
8865         Log: Tweak #7153.
8866      Branch: perl
8867            ! utf8.h
8868 ____________________________________________________________________________
8869 [  7153] By: jhi                                   on 2000/10/06  00:39:55
8870         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
8871      Branch: perl
8872            ! utf8.h
8873 ____________________________________________________________________________
8874 [  7152] By: jhi                                   on 2000/10/06  00:38:11
8875         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
8876      Branch: perl
8877            ! perl.c pp_ctl.c sv.h utf8.c
8878 ____________________________________________________________________________
8879 [  7151] By: jhi                                   on 2000/10/06  00:36:38
8880         Log: Subject: Re: Questions about Tie::Array and perl modules
8881              From: Nick Ing-Simmons <nik@tiuk.ti.com>
8882              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
8883              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
8884              
8885              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
8886      Branch: perl
8887            ! lib/Tie/Array.pm t/op/array.t
8888 ____________________________________________________________________________
8889 [  7150] By: jhi                                   on 2000/10/05  00:20:45
8890         Log: Regen Changes.
8891      Branch: perl
8892            ! Changes patchlevel.h
8893 ____________________________________________________________________________
8894 [  7149] By: jhi                                   on 2000/10/05  00:20:01
8895         Log: Regen toc.
8896      Branch: perl
8897            ! pod/perltoc.pod
8898 ____________________________________________________________________________
8899 [  7148] By: jhi                                   on 2000/10/04  23:35:08
8900         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
8901              reported several times by Dominic Dunlop, for example in
8902              ID 20000315.008.  Patch from Dominic.  Patch affects at
8903              least MachTen, and possibly other oldish BSDs. Should not
8904              break non-broken platforms (tested on LinuxPPC). 
8905      Branch: perl
8906            ! doio.c
8907 ____________________________________________________________________________
8908 [  7147] By: jhi                                   on 2000/10/04  23:26:34
8909         Log: The one that got away from 7146.
8910      Branch: metaconfig
8911            + U/installdirs/installscripts.U
8912 ____________________________________________________________________________
8913 [  7146] By: jhi                                   on 2000/10/04  23:25:04
8914         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
8915              suggested by H. Merijn Brand.
8916      Branch: perl
8917            ! Configure INSTALL Makefile.SH Porting/Glossary
8918            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
8919            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
8920            ! win32/config.vc
8921 ____________________________________________________________________________
8922 [  7145] By: jhi                                   on 2000/10/04  22:08:21
8923         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
8924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8925              Date: Wed, 4 Oct 2000 17:37:46 -0400
8926              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
8927      Branch: perl
8928            ! utils/h2xs.PL
8929 ____________________________________________________________________________
8930 [  7144] By: jhi                                   on 2000/10/04  18:11:41
8931         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
8932              From: Jeff Pinyan <jeffp@crusoe.net>
8933              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
8934              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
8935      Branch: perl
8936            ! pod/perlrun.pod
8937 ____________________________________________________________________________
8938 [  7143] By: jhi                                   on 2000/10/04  18:09:58
8939         Log: Subject: perlhack.pod Patch for Externals Tools
8940              From: Fisher Mark <fisherm@tce.com>
8941              Date: Tue, 3 Oct 2000 15:43:27 -0500 
8942              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
8943      Branch: perl
8944            ! pod/perlhack.pod
8945 ____________________________________________________________________________
8946 [  7142] By: jhi                                   on 2000/10/04  18:08:41
8947         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
8948              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8949              Date:     Wed, 4 Oct 2000 12:11:11 EDT
8950              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
8951      Branch: perl
8952            ! vms/vms.c
8953 ____________________________________________________________________________
8954 [  7141] By: jhi                                   on 2000/10/04  12:20:16
8955         Log: Subject: [PATCH 5.7.0] h2xs not working
8956              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8957              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
8958              Date: Tue, 3 Oct 2000 21:43:01 -0400
8959              
8960              Subject: [PATCH 5.7.0] h2xs not documenting the created module
8961              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8962              Date: Tue, 3 Oct 2000 22:55:19 -0400
8963              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
8964      Branch: perl
8965            ! utils/h2xs.PL
8966 ____________________________________________________________________________
8967 [  7140] By: jhi                                   on 2000/10/04  11:53:44
8968         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
8969              From: nick@babyhippo.com
8970              Date: Wed, 4 Oct 2000 12:06:45 +0100
8971              Message-Id: <20001004120645.A7356@babyhippo.com>
8972              
8973              Retract 7118 and 7135.
8974      Branch: perl
8975            ! installman installperl op.c t/pragma/subs.t
8976 ____________________________________________________________________________
8977 [  7139] By: jhi                                   on 2000/10/03  22:09:41
8978         Log: It is possible to have no hosts database at all.  Pointed out in
8979              
8980              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8981              From: Peter Prymmer <pvhp@forte.com>
8982              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8983              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8984      Branch: metaconfig
8985            ! U/modified/myhostname.U
8986      Branch: perl
8987            ! Configure config_h.SH
8988 ____________________________________________________________________________
8989 [  7138] By: jhi                                   on 2000/10/03  21:49:49
8990         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
8991              From: Peter Prymmer <pvhp@forte.com>
8992              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
8993              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
8994      Branch: perl
8995            ! pp_sys.c
8996 ____________________________________________________________________________
8997 [  7137] By: jhi                                   on 2000/10/03  20:10:05
8998         Log: One remaining nit less at the VMS mailbox sizing.
8999      Branch: perl
9000            ! vms/vms.c
9001 ____________________________________________________________________________
9002 [  7136] By: jhi                                   on 2000/10/03  20:08:47
9003         Log: Test harness update to sync with the new perlcc,
9004              from Simon Cozens.
9005      Branch: perl
9006            ! t/TEST t/UTEST
9007 ____________________________________________________________________________
9008 [  7135] By: jhi                                   on 2000/10/03  15:15:42
9009         Log: Subject: Re: PATCH for 20001003.004
9010              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
9011              From: "AARON B. DOSSETT" <aaron@iglou.com>
9012              Message-Id: <E13gTay-0006od-00@iglou.com>
9013      Branch: perl
9014            ! installman installperl
9015 ____________________________________________________________________________
9016 [  7134] By: jhi                                   on 2000/10/03  15:00:34
9017         Log: Subject: [ID 20001003.006] B::Debug not -w clean
9018              From: Nicholas Clark <nick@babyhippo.co.uk>
9019              Date: Tue, 03 Oct 2000 15:46:32 +0100
9020              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
9021      Branch: perl
9022            ! ext/B/B/Debug.pm
9023 ____________________________________________________________________________
9024 [  7133] By: jhi                                   on 2000/10/03  14:58:39
9025         Log: Scale down the VMS message boxes, by Charles Lane.
9026              Fix for ID 20000903.009, workaround at
9027              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
9028      Branch: perl
9029            ! vms/vms.c
9030 ____________________________________________________________________________
9031 [  7132] By: jhi                                   on 2000/10/03  11:20:37
9032         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
9033      Branch: perl
9034            + t/lib/st-lock.t t/lib/st-utf8.t
9035            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
9036            ! ext/Storable/Storable.xs t/lib/st-recurse.t
9037 ____________________________________________________________________________
9038 [  7131] By: jhi                                   on 2000/10/03  03:38:23
9039         Log: Encode nits.
9040      Branch: perl
9041            ! MANIFEST Makefile.SH
9042 ____________________________________________________________________________
9043 [  7130] By: jhi                                   on 2000/10/03  03:31:05
9044         Log: Update Changes.
9045      Branch: perl
9046            ! Changes patchlevel.h
9047 ____________________________________________________________________________
9048 [  7129] By: jhi                                   on 2000/10/03  02:24:02
9049         Log: Misplaced else.
9050      Branch: metaconfig/U/perl
9051            ! d_strtoll.U
9052      Branch: perl
9053            ! Configure config_h.SH
9054 ____________________________________________________________________________
9055 [  7128] By: jhi                                   on 2000/10/03  02:08:29
9056         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
9057              From: sthoenna@efn.org
9058              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
9059              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
9060      Branch: metaconfig/U/perl
9061            ! d_strtoll.U
9062      Branch: perl
9063            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
9064 ____________________________________________________________________________
9065 [  7127] By: jhi                                   on 2000/10/03  01:13:14
9066         Log: Update Changes.
9067      Branch: perl
9068            ! Changes patchlevel.h
9069 ____________________________________________________________________________
9070 [  7126] By: jhi                                   on 2000/10/03  00:57:08
9071         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
9072              as suggested by Olaf Flebbe and Nick Clark.
9073      Branch: perl
9074            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
9075 ____________________________________________________________________________
9076 [  7125] By: jhi                                   on 2000/10/03  00:50:56
9077         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
9078              From: Nick Clark <nick@plum.flirble.org>
9079              Date: Mon, 2 Oct 2000 11:03:24 +0100
9080              Message-Id: <20001002110324.D20073@plum.flirble.org>
9081              
9082              Also fixes bug ID 20001002.005.
9083      Branch: perl
9084            ! t/lib/encode.t
9085 ____________________________________________________________________________
9086 [  7124] By: jhi                                   on 2000/10/03  00:34:59
9087         Log: Subject: [PATCH 5.7.0] Epoc update
9088              From: Olaf Flebbe <o.flebbe@gmx.de>
9089              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
9090              Message-ID: <26423.969484586@www10.gmx.net>
9091      Branch: perl
9092            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
9093            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
9094            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
9095            ! util.c util.h
9096 ____________________________________________________________________________
9097 [  7123] By: jhi                                   on 2000/10/03  00:30:07
9098         Log: Regen headers.
9099      Branch: perl
9100            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
9101 ____________________________________________________________________________
9102 [  7122] By: jhi                                   on 2000/10/03  00:10:48
9103         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
9104      Branch: perl
9105            ! hints/openbsd.sh
9106 ____________________________________________________________________________
9107 [  7121] By: jhi                                   on 2000/10/03  00:05:06
9108         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
9109              From: <abigail@foad.org>
9110              Date: Tue, 26 Sep 2000 13:36:14 -0400
9111              Message-ID: <20000926173614.4356.qmail@foad.org>
9112      Branch: perl
9113            ! pod/perlop.pod
9114 ____________________________________________________________________________
9115 [  7120] By: jhi                                   on 2000/10/03  00:04:00
9116         Log: Inside require() $^S was always left undefined.
9117              
9118              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
9119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9120              Date: Wed, 27 Sep 2000 18:54:49 -0400
9121              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
9122      Branch: perl
9123            ! cop.h mg.c pp_ctl.c util.c
9124 ____________________________________________________________________________
9125 [  7119] By: jhi                                   on 2000/10/03  00:00:16
9126         Log: Subject: [PATCH] DLL not restartabke with threaded perl
9127              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
9128              Date: Thu, 28 Sep 2000 09:20:46 +0100
9129              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
9130      Branch: perl
9131            ! perl.c
9132 ____________________________________________________________________________
9133 [  7118] By: jhi                                   on 2000/10/02  23:59:20
9134         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
9135              From: Nicholas Clark <nick@ccl4.org>
9136              Date: Thu, 28 Sep 2000 11:52:24 +0100
9137              Message-ID: <20000928115224.D7924@plum.flirble.org>
9138      Branch: perl
9139            ! op.c
9140 ____________________________________________________________________________
9141 [  7117] By: jhi                                   on 2000/10/02  23:57:51
9142         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
9143              From: Nicholas Clark <nick@babyhippo.co.uk>
9144              Date: Thu, 28 Sep 2000 12:18:10 +0100
9145              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
9146              
9147              Did not apply cleanly, manual intervention was needed.
9148      Branch: perl
9149            ! ext/B/B/Bytecode.pm utils/perlcc.PL
9150 ____________________________________________________________________________
9151 [  7116] By: jhi                                   on 2000/10/02  23:50:40
9152         Log: Document the issue (is not a syntax error, kind of)
9153              
9154              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
9155              From: Nicholas Clark <nick@ccl4.org>
9156              Date: Thu, 28 Sep 2000 17:12:42 +0100
9157              Message-ID: <20000928171242.K7924@plum.flirble.org>
9158      Branch: perl
9159            ! pod/perldata.pod
9160 ____________________________________________________________________________
9161 [  7115] By: jhi                                   on 2000/10/02  23:48:58
9162         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
9163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9164              Date: Thu, 28 Sep 2000 21:55:31 -0400
9165              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
9166      Branch: perl
9167            ! regexec.c
9168 ____________________________________________________________________________
9169 [  7114] By: jhi                                   on 2000/10/02  23:47:57
9170         Log: Subject: DOC PATCH 5.6.0
9171              From: mjd@plover.com
9172              Date: 30 Sep 2000 06:02:34 -0000
9173              Message-ID: <20000930060234.4559.qmail@plover.com>
9174      Branch: perl
9175            ! pod/perldebguts.pod
9176 ____________________________________________________________________________
9177 [  7113] By: jhi                                   on 2000/10/02  23:46:43
9178         Log: SOCK_DGRAM and listen() do not mix as reported in
9179              
9180              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
9181              From: Petter Reinholdtsen <pere@hungry.com>
9182              Date: Sun, 1 Oct 2000 10:57:20 +0800
9183              Message-Id: <200010010257.KAA05735@localhost.localdomain>
9184              
9185              The patch for 5.7.0+ had to be reengineered, though.
9186      Branch: perl
9187            ! ext/IO/lib/IO/Socket/UNIX.pm
9188 ____________________________________________________________________________
9189 [  7112] By: jhi                                   on 2000/10/02  23:36:57
9190         Log: Subject: Re: [PATCH 5.005_64 missed]
9191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9192              Date: Sun, 1 Oct 2000 18:50:10 -0400
9193              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
9194      Branch: perl
9195            ! pod/perlxs.pod
9196 ____________________________________________________________________________
9197 [  7111] By: jhi                                   on 2000/10/02  23:35:40
9198         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
9199              From: Radu Greab <radu@netsoft.ro>
9200              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
9201              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
9202      Branch: perl
9203            ! op.c opcode.pl t/op/substr.t
9204 ____________________________________________________________________________
9205 [  7110] By: jhi                                   on 2000/10/02  23:32:38
9206         Log: Subject: [PATCH] Fix aliasing of tied filehandles
9207              From: Daniel Chetlin <daniel@chetlin.com>
9208              Date: Mon, 2 Oct 2000 14:53:27 -0700
9209              Message-ID: <20001002145327.C1617@ilmd>
9210      Branch: perl
9211            ! perl.h pp_hot.c t/op/tiehandle.t
9212 ____________________________________________________________________________
9213 [  7109] By: jhi                                   on 2000/10/02  23:31:30
9214         Log: s/Robin Parker/Robin Barker/
9215      Branch: perl
9216            ! Changes5.6
9217 ____________________________________________________________________________
9218 [  7108] By: jhi                                   on 2000/10/02  23:15:46
9219         Log: Retract #7091 as suggested in
9220              
9221              From: Robin Barker <rmb1@cise.npl.co.uk> 
9222              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
9223              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
9224              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
9225      Branch: perl
9226            ! embed.pl proto.h
9227 ____________________________________________________________________________
9228 [  7107] By: nick                                  on 2000/10/02  18:23:14
9229         Log: A few tweaks to get Tk803 to work with Encode scheme.
9230      Branch: perl
9231            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
9232 ____________________________________________________________________________
9233 [  7106] By: nick                                  on 2000/10/01  21:34:14
9234         Log: Add checking cases to Encode's toUnicode and fromUnicode.
9235      Branch: perl
9236            ! ext/Encode/Encode.pm
9237 ____________________________________________________________________________
9238 [  7105] By: nick                                  on 2000/10/01  17:18:01
9239         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
9240              To read and use them.
9241              Add a lib/encode.t which checks a few things.
9242      Branch: perl
9243            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
9244            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
9245            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
9246            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
9247            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
9248            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
9249            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
9250            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
9251            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
9252            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
9253            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
9254            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
9255            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
9256            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
9257            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
9258            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
9259            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
9260            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
9261            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
9262            + ext/Encode/Encode/iso2022-jp.enc
9263            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9264            + ext/Encode/Encode/iso8859-1.enc
9265            + ext/Encode/Encode/iso8859-2.enc
9266            + ext/Encode/Encode/iso8859-3.enc
9267            + ext/Encode/Encode/iso8859-4.enc
9268            + ext/Encode/Encode/iso8859-5.enc
9269            + ext/Encode/Encode/iso8859-6.enc
9270            + ext/Encode/Encode/iso8859-7.enc
9271            + ext/Encode/Encode/iso8859-8.enc
9272            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
9273            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
9274            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
9275            + ext/Encode/Encode/macCentEuro.enc
9276            + ext/Encode/Encode/macCroatian.enc
9277            + ext/Encode/Encode/macCyrillic.enc
9278            + ext/Encode/Encode/macDingbats.enc
9279            + ext/Encode/Encode/macGreek.enc
9280            + ext/Encode/Encode/macIceland.enc
9281            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
9282            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
9283            + ext/Encode/Encode/macTurkish.enc
9284            + ext/Encode/Encode/macUkraine.enc
9285            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
9286            + t/lib/encode.t
9287            ! MANIFEST ext/Encode/Encode.pm
9288 ____________________________________________________________________________
9289 [  7104] By: nick                                  on 2000/09/30  13:04:30
9290         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
9291              From: Daniel Chetlin <daniel@chetlin.com>
9292              Date: Mon, 18 Sep 2000 05:05:40 -0700
9293              Message-Id: <20000918050540.C652@ilmd>
9294      Branch: perl
9295            ! lib/overload.pm sv.c t/pragma/overload.t
9296 ____________________________________________________________________________
9297 [  7103] By: nick                                  on 2000/09/30  12:53:36
9298         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
9299              From: Johan Vromans <jvromans@squirrel.nl>
9300              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
9301              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
9302      Branch: perl
9303            ! pod/Makefile.SH
9304 ____________________________________________________________________________
9305 [  7102] By: nick                                  on 2000/09/30  12:52:31
9306         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
9307              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9308              Date: Sat, 16 Sep 2000 16:36:45 -0400
9309              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
9310      Branch: perl
9311            ! ext/B/B/Deparse.pm
9312 ____________________________________________________________________________
9313 [  7101] By: nick                                  on 2000/09/30  12:51:41
9314         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
9315              From: Craig A. Berry <craig.berry@psinetcs.com>
9316              Date: Sat, 16 Sep 2000 10:11:10 -0500
9317              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
9318      Branch: perl
9319            ! vms/vms.c
9320 ____________________________________________________________________________
9321 [  7100] By: nick                                  on 2000/09/30  12:50:33
9322         Log: Subject: Re: unicode support and perl [ID 20000901.097]
9323              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9324              Date: Fri, 15 Sep 2000 16:37:58 -0400
9325              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
9326      Branch: perl
9327            ! t/op/append.t
9328 ____________________________________________________________________________
9329 [  7099] By: nick                                  on 2000/09/30  12:49:35
9330         Log: Subject: Re: unicode support and perl [ID 20000901.097]
9331              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9332              Date: Fri, 15 Sep 2000 16:25:30 -0400
9333              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
9334      Branch: perl
9335            ! pp_hot.c
9336 ____________________________________________________________________________
9337 [  7098] By: nick                                  on 2000/09/30  12:48:00
9338         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
9339              From: Gisle Aas <gisle@ActiveState.com>
9340              Date: 15 Sep 2000 16:23:41 +0200
9341              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
9342      Branch: perl
9343            ! toke.c
9344 ____________________________________________________________________________
9345 [  7097] By: nick                                  on 2000/09/30  12:45:16
9346         Log: Subject: [PATCH] Nits in perlmod.pod
9347              From: Daniel Chetlin <daniel@chetlin.com>
9348              Date: Fri, 15 Sep 2000 02:04:09 -0700
9349              Message-Id: <20000915020409.A2104@ilmd>
9350      Branch: perl
9351            ! pod/perlmod.pod
9352 ____________________________________________________________________________
9353 [  7096] By: nick                                  on 2000/09/30  12:18:00
9354         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
9355              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
9356              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
9357              0 to checking to get the warning.
9358      Branch: perl
9359            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9360            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
9361            ! regexec.c sv.c toke.c utf8.c
9362 ____________________________________________________________________________
9363 [  7095] By: nick                                  on 2000/09/15  16:55:59
9364         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
9365              
9366              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
9367              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9368              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
9369              Date: Fri, 15 Sep 2000 06:37:30 -0400
9370      Branch: perl
9371            ! ext/Encode/Encode.xs sv.c
9372 ____________________________________________________________________________
9373 [  7094] By: jhi                                   on 2000/09/15  03:23:32
9374         Log: Update Changes.
9375      Branch: perl
9376            ! Changes patchlevel.h
9377 ____________________________________________________________________________
9378 [  7093] By: jhi                                   on 2000/09/15  03:11:44
9379         Log: Fix for the charnames.t failures from Spider Boardman.
9380      Branch: perl
9381            ! toke.c
9382 ____________________________________________________________________________
9383 [  7092] By: jhi                                   on 2000/09/15  00:15:48
9384         Log: Botched the #7090 check-in.
9385      Branch: perl
9386            ! sv.c
9387 ____________________________________________________________________________
9388 [  7091] By: jhi                                   on 2000/09/14  23:33:24
9389         Log: Part of #7081 didn't come through.
9390      Branch: perl
9391            ! embed.pl proto.h
9392 ____________________________________________________________________________
9393 [  7090] By: jhi                                   on 2000/09/14  23:17:39
9394         Log: Subject: Re: perl@7078 
9395              From: Spider Boardman <spider@web.zk3.dec.com>
9396              Date: Thu, 14 Sep 2000 19:06:36 -0400
9397              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
9398      Branch: perl
9399            ! sv.c toke.c
9400 ____________________________________________________________________________
9401 [  7089] By: jhi                                   on 2000/09/14  23:11:21
9402         Log: Small portability tweaks.
9403      Branch: perl
9404            ! ext/Encode/Encode.xs
9405 ____________________________________________________________________________
9406 [  7088] By: jhi                                   on 2000/09/14  22:57:23
9407         Log: Fake return to pacify picky compilers.
9408      Branch: perl
9409            ! ext/Encode/Encode.xs
9410 ____________________________________________________________________________
9411 [  7087] By: jhi                                   on 2000/09/14  22:53:37
9412         Log: Subject: [PATCH] utf8.c apidoc
9413              From: Simon Cozens <simon@cozens.net>
9414              Date: Thu, 14 Sep 2000 23:46:57 +0100
9415              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
9416      Branch: perl
9417            ! perlapi.c pod/perlapi.pod utf8.c
9418 ____________________________________________________________________________
9419 [  7086] By: jhi                                   on 2000/09/14  22:40:38
9420         Log: We don't need to count the high bit bytes, a boolean is enough. 
9421      Branch: perl
9422            ! sv.c
9423 ____________________________________________________________________________
9424 [  7085] By: jhi                                   on 2000/09/14  21:20:09
9425         Log: Replace #7084 with
9426              
9427              Subject: Re: perl@7078 
9428              From: Spider Boardman <spider@web.zk3.dec.com>
9429              Date: Thu, 14 Sep 2000 17:09:36 -0400
9430              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
9431      Branch: perl
9432            ! sv.c utf8.c
9433 ____________________________________________________________________________
9434 [  7084] By: jhi                                   on 2000/09/14  20:03:34
9435         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
9436              convertable to bytes by checking it doesn't go above 0xc3
9437              
9438              Subject: Re: perl@7078
9439              From: Simon Cozens <simon@cozens.net>
9440              Date: Thu, 14 Sep 2000 20:59:19 +0100
9441              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
9442      Branch: perl
9443            ! utf8.c
9444 ____________________________________________________________________________
9445 [  7083] By: jhi                                   on 2000/09/14  19:38:47
9446         Log: Subject: Re: perl@7078
9447              From: Simon Cozens <simon@cozens.net>
9448              Date: Thu, 14 Sep 2000 20:13:09 +0100
9449              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
9450      Branch: perl
9451            ! t/op/bop.t
9452 ____________________________________________________________________________
9453 [  7082] By: jhi                                   on 2000/09/14  17:50:44
9454         Log: The one that got away.
9455      Branch: perl
9456            ! lib/File/Find.pm
9457 ____________________________________________________________________________
9458 [  7081] By: jhi                                   on 2000/09/14  17:45:35
9459         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
9460              From: Robin Barker <rmb1@cise.npl.co.uk>
9461              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
9462              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
9463      Branch: perl
9464            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
9465            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
9466            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
9467            ! regcomp.c toke.c universal.c
9468 ____________________________________________________________________________
9469 [  7080] By: jhi                                   on 2000/09/14  17:40:35
9470         Log: Problems picked up by AIX cc.
9471              
9472              Subject: Re: perl@7078 (patch included)
9473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9474              Date: Thu, 14 Sep 2000 18:53:30 +0200
9475              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
9476      Branch: perl
9477            ! ext/Encode/Encode.xs
9478 ____________________________________________________________________________
9479 [  7079] By: jhi                                   on 2000/09/14  17:38:27
9480         Log: Subject: File::Find 5.7.0 POD nits
9481              From: Rich Morin <rdm@cfcl.com>
9482              Date: Wed, 13 Sep 2000 22:03:58 -0700
9483              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
9484      Branch: perl
9485            ! lib/File/Find.pm
9486 ____________________________________________________________________________
9487 [  7078] By: jhi                                   on 2000/09/14  14:58:20
9488         Log: Update Changes.
9489      Branch: perl
9490            ! Changes patchlevel.h
9491 ____________________________________________________________________________
9492 [  7077] By: jhi                                   on 2000/09/14  14:55:54
9493         Log: Compilation warnings and an error.
9494      Branch: perl
9495            ! sv.c
9496 ____________________________________________________________________________
9497 [  7076] By: jhi                                   on 2000/09/14  14:42:56
9498         Log: Fix for a parsing bug, not for the original bug.
9499              
9500              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
9501              From: Spider Boardman <spider@web.zk3.dec.com>
9502              Date: Wed, 13 Sep 2000 17:52:20 -0400
9503              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
9504      Branch: perl
9505            ! regcomp.c
9506 ____________________________________________________________________________
9507 [  7075] By: jhi                                   on 2000/09/14  14:40:40
9508         Log: Batch of UTF-8 patches from Simon Cozens.
9509      Branch: perl
9510            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
9511            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
9512            ! toke.c utf8.c
9513 ____________________________________________________________________________
9514 [  7074] By: jhi                                   on 2000/09/14  14:29:58
9515         Log: Subject: Re: Two advertising clauses need to be removed
9516              From: Russ Allbery <rra@stanford.edu>
9517              Date: 13 Sep 2000 18:50:26 -0700
9518              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
9519      Branch: perl
9520            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
9521 ____________________________________________________________________________
9522 [  7073] By: jhi                                   on 2000/09/14  14:28:20
9523         Log: Subject: [PATCH] de-wall t/README
9524              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9525              Date: Wed, 13 Sep 2000 17:46:55 -0700
9526              Message-ID: <//Bw5gzkge/e092yn@efn.org>
9527      Branch: perl
9528            ! t/README
9529 ____________________________________________________________________________
9530 [  7072] By: jhi                                   on 2000/09/14  14:25:10
9531         Log: Hints optimization.
9532              
9533              Subject: Minor nit
9534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9535              Date: Wed, 13 Sep 2000 21:42:07 +0200
9536              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
9537      Branch: perl
9538            ! hints/hpux.sh
9539 ____________________________________________________________________________
9540 [  7071] By: jhi                                   on 2000/09/14  14:23:30
9541         Log: Allow chop() and chomp() to be overridden.
9542              
9543              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
9544              From: "Casey R. Tweten" <crt@kiski.net>
9545              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
9546              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
9547      Branch: perl
9548            ! toke.c
9549 ____________________________________________________________________________
9550 [  7070] By: jhi                                   on 2000/09/14  14:20:36
9551         Log: The return value of setlocale must be copied away.
9552              
9553              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
9554              From: Alan Burlison <Alan.Burlison@uk.sun.com>
9555              Date: Wed, 13 Sep 2000 16:27:37 +0100 
9556              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
9557      Branch: perl
9558            ! util.c
9559 ____________________________________________________________________________
9560 [  7069] By: jhi                                   on 2000/09/14  14:16:27
9561         Log: Remove vestiges of tr//CU.
9562              
9563              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9564              From: Nick Clark <nick@plum.flirble.org>
9565              Date: Tue, 12 Sep 2000 22:50:14 +0100
9566              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
9567              
9568              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9569              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9570              Date: Tue, 12 Sep 2000 21:38:48 -0700
9571              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
9572      Branch: perl
9573            ! op.h pod/perlunicode.pod
9574 ____________________________________________________________________________
9575 [  7068] By: jhi                                   on 2000/09/13  14:18:39
9576         Log: Add the Encode extension.  The code is still largely just skeleton.
9577      Branch: perl
9578            + ext/Encode/Encode.pm ext/Encode/Encode.xs
9579            + ext/Encode/Makefile.PL ext/Encode/Todo
9580            ! MANIFEST Todo-5.6
9581 ____________________________________________________________________________
9582 [  7067] By: jhi                                   on 2000/09/12  17:43:33
9583         Log: Allow for whitespace between "#" and "line" in cpp output.
9584              
9585              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
9586              From: Calle Dybedahl <calle@lysator.liu.se>
9587              Date: 12 Sep 2000 19:38:02 +0200 
9588              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
9589      Branch: perl
9590            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
9591 ____________________________________________________________________________
9592 [  7066] By: gsar                                  on 2000/09/12  17:24:29
9593         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
9594              initialization in all the threads on Windows
9595      Branch: perl
9596            ! win32/win32.c
9597 ____________________________________________________________________________
9598 [  7065] By: jhi                                   on 2000/09/12  15:11:31
9599         Log: Update Changes.
9600      Branch: perl
9601            ! Changes patchlevel.h
9602 ____________________________________________________________________________
9603 [  7064] By: jhi                                   on 2000/09/12  14:54:54
9604         Log: Retract #7062, the pod tests are not ready.
9605      Branch: perl
9606            ! t/TEST t/harness
9607 ____________________________________________________________________________
9608 [  7063] By: jhi                                   on 2000/09/12  14:25:41
9609         Log: The #7054 truncated Configure badly.
9610      Branch: metaconfig/U/perl
9611            ! End.U
9612      Branch: perl
9613            ! Configure config_h.SH
9614 ____________________________________________________________________________
9615 [  7062] By: jhi                                   on 2000/09/12  14:08:32
9616         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
9617              From: sthoenna@efn.org
9618              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
9619              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
9620      Branch: perl
9621            ! t/TEST t/harness
9622 ____________________________________________________________________________
9623 [  7061] By: jhi                                   on 2000/09/12  14:07:18
9624         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
9625              From: sthoenna@efn.org
9626              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
9627              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
9628      Branch: perl
9629            ! pod/perlxs.pod
9630 ____________________________________________________________________________
9631 [  7060] By: jhi                                   on 2000/09/12  14:06:08
9632         Log: Break up the myconfig lines a bit.
9633              
9634              Subject: perlbug/perl -V output format
9635              From: sthoenna@efn.org
9636              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
9637              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
9638      Branch: perl
9639            ! myconfig.SH
9640 ____________________________________________________________________________
9641 [  7059] By: jhi                                   on 2000/09/12  14:05:04
9642         Log: Test for the #7049.
9643              
9644              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
9645              From: andreas.koenig@anima.de (Andreas J. Koenig)
9646              Date: 12 Sep 2000 06:42:01 +0200
9647              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
9648      Branch: perl
9649            ! t/op/my.t
9650 ____________________________________________________________________________
9651 [  7058] By: jhi                                   on 2000/09/12  14:03:05
9652         Log: Subject: [patch: perl@7045] vms updates
9653              From: Peter Prymmer <pvhp@forte.com>
9654              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
9655              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
9656      Branch: perl
9657            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
9658 ____________________________________________________________________________
9659 [  7057] By: jhi                                   on 2000/09/12  14:00:51
9660         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
9661              From: sthoenna@efn.org
9662              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
9663              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
9664      Branch: perl
9665            ! t/op/64bitint.t
9666 ____________________________________________________________________________
9667 [  7056] By: jhi                                   on 2000/09/12  13:58:14
9668         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
9669              From: Jeff Pinyan <jeffp@crusoe.net>
9670              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
9671              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
9672      Branch: perl
9673            ! pod/perlfunc.pod
9674 ____________________________________________________________________________
9675 [  7055] By: jhi                                   on 2000/09/12  13:56:32
9676         Log: Do in VMS as the #7054 does.
9677      Branch: perl
9678            ! configure.com
9679 ____________________________________________________________________________
9680 [  7054] By: jhi                                   on 2000/09/12  13:50:31
9681         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
9682              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9683              Date: Mon, 11 Sep 2000 08:33:09 +0100
9684              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
9685      Branch: metaconfig/U/perl
9686            ! End.U
9687      Branch: perl
9688            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
9689            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
9690 ____________________________________________________________________________
9691 [  7053] By: jhi                                   on 2000/09/12  13:29:19
9692         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
9693              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9694              Date:     Tue, 12 Sep 2000 08:35:59 EDT
9695              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
9696      Branch: perl
9697            ! vms/test.com
9698 ____________________________________________________________________________
9699 [  7052] By: jhi                                   on 2000/09/11  23:01:50
9700         Log: Document the SvUTF8*().
9701      Branch: perl
9702            ! pod/perlapi.pod sv.h
9703 ____________________________________________________________________________
9704 [  7051] By: gsar                                  on 2000/09/11  14:46:30
9705         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
9706              (missed a spot when fixing up op_pmreplroot hack for ithreads)
9707      Branch: perl
9708            ! op.c t/op/split.t
9709 ____________________________________________________________________________
9710 [  7050] By: nick                                  on 2000/09/11  10:03:51
9711         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
9712              
9713              Subject: borland C++ win32.c tweak
9714              From: Vadim Konovalov <vkonovalov@lucent.com>
9715              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
9716              Date: Mon, 11 Sep 2000 11:22:33 +0400
9717      Branch: perl
9718            ! win32/win32.c
9719 ____________________________________________________________________________
9720 [  7049] By: nick                                  on 2000/09/11  09:57:33
9721         Log: Point fix for s/// on foreach (keys %xxx).
9722      Branch: perl
9723            ! pp_hot.c
9724 ____________________________________________________________________________
9725 [  7048] By: jhi                                   on 2000/09/10  23:37:09
9726         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
9727              by Pod::Text, from Brad Appleton.
9728      Branch: perl
9729            ! t/pod/testp2pt.pl
9730 ____________________________________________________________________________
9731 [  7047] By: jhi                                   on 2000/09/10  14:32:53
9732         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
9733              by Russ Allbery.
9734      Branch: perl
9735            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
9736 ____________________________________________________________________________
9737 [  7046] By: jhi                                   on 2000/09/10  14:15:08
9738         Log: Upgrade to CPAN 1.57_65, from Andreas König.
9739      Branch: perl
9740            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9741 ____________________________________________________________________________
9742 [  7045] By: jhi                                   on 2000/09/08  21:36:32
9743         Log: Update Changes.
9744      Branch: perl
9745            ! Changes patchlevel.h
9746 ____________________________________________________________________________
9747 [  7044] By: jhi                                   on 2000/09/08  21:29:56
9748         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
9749              From: Peter Prymmer <pvhp@forte.com>
9750              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
9751              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
9752      Branch: perl
9753            ! configure.com
9754 ____________________________________________________________________________
9755 [  7043] By: jhi                                   on 2000/09/08  21:27:50
9756         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
9757              From: Peter Prymmer <pvhp@forte.com>
9758              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
9759              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
9760      Branch: perl
9761            ! Makefile.SH installperl
9762 ____________________________________________________________________________
9763 [  7042] By: jhi                                   on 2000/09/08  21:23:21
9764         Log: Continue #7041.
9765      Branch: perl
9766            ! cygwin/Makefile.SHs os2/Makefile.SHs
9767 ____________________________________________________________________________
9768 [  7041] By: jhi                                   on 2000/09/08  21:18:10
9769         Log: Do away with memory models cruft.  Sorry, PDP users.
9770      Branch: metaconfig
9771            ! U/modified/cc.U U/modified/libpth.U
9772      Branch: perl
9773            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9774            ! Porting/config_H cflags.SH config_h.SH configure.com
9775            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
9776            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
9777            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
9778 ____________________________________________________________________________
9779 [  7040] By: jhi                                   on 2000/09/08  14:34:18
9780         Log: Major rewrite of s2p.  And I mean really major, it is
9781              an implementation of sed in perl.  If called as s2p it
9782              will function as s2p.  Note: needs non-UNIXifying.
9783              
9784              Subject: s2p
9785              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9786              Date: Mon, 28 Aug 2000 14:05:12 +0200
9787              Message-ID: <39AA5578.2102E2AA@alcatel.at>
9788      Branch: perl
9789            ! x2p/s2p.PL
9790 ____________________________________________________________________________
9791 [  7039] By: jhi                                   on 2000/09/08  14:19:49
9792         Log: Re-allow vec() for characters > 255.
9793              
9794              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
9795              From: Spider Boardman <spider@web.zk3.dec.com>
9796              Date: Fri, 08 Sep 2000 02:21:02 -0400
9797              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
9798      Branch: perl
9799            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9800            ! t/op/vec.t
9801 ____________________________________________________________________________
9802 [  7038] By: jhi                                   on 2000/09/08  14:14:18
9803         Log: Subject: [PATCH lib/Benchmark.pm]
9804              From: <abigail@foad.org>
9805              Date: Thu, 7 Sep 2000 15:03:20 -0400
9806              Message-ID: <20000907190320.888.qmail@foad.org>
9807      Branch: perl
9808            ! lib/Benchmark.pm
9809 ____________________________________________________________________________
9810 [  7037] By: jhi                                   on 2000/09/08  14:11:06
9811         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
9812              
9813              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
9814              From: Spider Boardman <spider@web.zk3.dec.com>
9815              Date: Fri, 08 Sep 2000 01:30:27 -0400
9816              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
9817      Branch: perl
9818            ! op.c
9819 ____________________________________________________________________________
9820 [  7036] By: jhi                                   on 2000/09/08  14:08:58
9821         Log: Subject: [ID 20000908.002] perlipc documentation bug.
9822              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
9823              Date: Fri, 08 Sep 2000 12:38:32 +0200
9824              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
9825      Branch: perl
9826            ! pod/perlipc.pod
9827 ____________________________________________________________________________
9828 [  7035] By: jhi                                   on 2000/09/08  14:03:12
9829         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9830              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9831              Date: Fri, 08 Sep 2000 11:47:34 +0200
9832              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
9833      Branch: perl
9834            ! hints/dec_osf.sh
9835 ____________________________________________________________________________
9836 [  7034] By: jhi                                   on 2000/09/08  13:59:35
9837         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
9838              From: Simon Cozens <simon@cozens.net>
9839              Date: Thu, 7 Sep 2000 20:40:38 +0100
9840              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
9841      Branch: perl
9842            ! pp_hot.c
9843 ____________________________________________________________________________
9844 [  7033] By: jhi                                   on 2000/09/08  04:03:03
9845         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
9846              From: "Larry W. Virden" <lvirden@cas.org>
9847              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
9848              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
9849      Branch: perl
9850            ! pod/perldiag.pod
9851 ____________________________________________________________________________
9852 [  7032] By: jhi                                   on 2000/09/07  22:18:30
9853         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
9854              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
9855              Date: Mon, 04 Sep 2000 13:16:38 -0700
9856              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
9857      Branch: perl
9858            ! lib/perl5db.pl
9859 ____________________________________________________________________________
9860 [  7031] By: jhi                                   on 2000/09/07  22:02:29
9861         Log: Fix the ccversion detection for 5.1 and beyond.
9862              
9863              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9864              From: Spider Boardman <spider@leggy.zk3.dec.com>
9865              Date: Thu, 7 Sep 2000 17:54:27 -0400
9866              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
9867      Branch: perl
9868            ! hints/dec_osf.sh
9869 ____________________________________________________________________________
9870 [  7030] By: jhi                                   on 2000/09/07  19:12:28
9871         Log: Fix for
9872              
9873              Subject: [ID 20000903.001] \w in utf8-strings
9874              From: Marc Lehmann <pcg@goof.com>
9875              Date: Sun, 03 Sep 2000 09:44:29 +0200
9876              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
9877              
9878              and various related nits.
9879      Branch: perl
9880            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
9881 ____________________________________________________________________________
9882 [  7029] By: jhi                                   on 2000/09/07  18:49:09
9883         Log: Fix the URL, but the server is still missing in action.
9884              
9885              Subject: [ID 20000905.002] perlfaq1.pod URL error
9886              From: "Larry W. Virden" <lvirden@cas.org>
9887              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
9888              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
9889      Branch: perl
9890            ! pod/perlfaq1.pod
9891 ____________________________________________________________________________
9892 [  7028] By: jhi                                   on 2000/09/07  18:47:13
9893         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
9894              From: Hugo <hv@crypt.compulink.co.uk>
9895              Date: Tue, 05 Sep 2000 14:13:37 +0100
9896              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
9897      Branch: perl
9898            ! toke.c
9899 ____________________________________________________________________________
9900 [  7027] By: jhi                                   on 2000/09/07  18:45:35
9901         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
9902              From: Daniel Chetlin <daniel@chetlin.com>
9903              Date: Tue, 5 Sep 2000 04:57:07 -0700
9904              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
9905      Branch: perl
9906            ! pod/perlfaq6.pod pod/perlop.pod
9907 ____________________________________________________________________________
9908 [  7026] By: jhi                                   on 2000/09/07  18:44:01
9909         Log: Document the new ref() semantics.
9910              
9911              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9912              From: Gisle Aas <gisle@ActiveState.com>
9913              Date: 05 Sep 2000 08:10:30 +0200
9914              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
9915      Branch: perl
9916            ! pod/perldelta.pod
9917 ____________________________________________________________________________
9918 [  7025] By: jhi                                   on 2000/09/07  18:42:27
9919         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
9920              
9921              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9922              From: Gisle Aas <gisle@ActiveState.com>
9923              Date: 05 Sep 2000 08:11:40 +0200
9924              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
9925      Branch: perl
9926            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
9927 ____________________________________________________________________________
9928 [  7024] By: jhi                                   on 2000/09/07  18:39:32
9929         Log: Subject: [PATCH] Modernize Opcode.pm documentation
9930              From: Gisle Aas <gisle@ActiveState.com>
9931              Date: 4 Sep 2000 00:18:55 -0000
9932              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
9933      Branch: perl
9934            ! ext/Opcode/Opcode.pm
9935 ____________________________________________________________________________
9936 [  7023] By: jhi                                   on 2000/09/07  18:37:42
9937         Log: Subject: [PATCH] Tied filehandle documentation
9938              From: Gisle Aas <gisle@ActiveState.com>
9939              Date: 4 Sep 2000 00:14:40 -0000
9940              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
9941      Branch: perl
9942            ! pod/perlfunc.pod pod/perltie.pod
9943 ____________________________________________________________________________
9944 [  7022] By: jhi                                   on 2000/09/07  18:35:37
9945         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
9946              From: Gisle Aas <gisle@ActiveState.com>
9947              Date: 4 Sep 2000 00:04:22 -0000
9948              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
9949      Branch: perl
9950            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
9951 ____________________________________________________________________________
9952 [  7021] By: jhi                                   on 2000/09/07  18:33:22
9953         Log: Subject: small apidoc fix
9954              From: Marc Lehmann <pcg@goof.com>
9955              Date: Sun, 3 Sep 2000 05:12:06 +0200
9956              Message-ID: <20000903051206.A5909@cerebro.laendle>
9957      Branch: perl
9958            ! pod/perlapi.pod utf8.c
9959 ____________________________________________________________________________
9960 [  7020] By: jhi                                   on 2000/09/07  16:14:57
9961         Log: Tiny perldelta nits.
9962      Branch: perl
9963            ! pod/perldelta.pod
9964 ____________________________________________________________________________
9965 [  7019] By: jhi                                   on 2000/09/07  16:04:20
9966         Log: Guard against bad string->int conversion for quads.
9967      Branch: perl
9968            ! t/op/64bitint.t
9969 ____________________________________________________________________________
9970 [  7018] By: jhi                                   on 2000/09/06  17:07:03
9971         Log: Update Unicode todo list.
9972      Branch: perl
9973            ! Todo-5.6
9974 ____________________________________________________________________________
9975 [  7017] By: jhi                                   on 2000/09/05  21:16:01
9976         Log: Document the SvIOK_.*UV().
9977      Branch: perl
9978            ! pod/perlapi.pod sv.h
9979 ____________________________________________________________________________
9980 [  7016] By: nick                                  on 2000/09/03  21:54:46
9981         Log: Hash lookup of constant strings optimization:
9982              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
9983              to string table (as per sharepvn). Add newSV_pvn_share to create such
9984              a thing. Make hv.c compare addresses of strings and skip string compare
9985              if equal. Make method_named and helem ops use these shared-string SVs
9986              when arg is constant. Make keys op return shared-string SVs (less clearly
9987              a win).
9988      Branch: perl
9989            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
9990            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
9991            ! pod/perlintern.pod pp_hot.c proto.h sv.c
9992 ____________________________________________________________________________
9993 [  7015] By: jhi                                   on 2000/09/02  17:48:59
9994         Log: This is 5.7.0.
9995      Branch: perl
9996            ! Changes
9997 ____________________________________________________________________________
9998 [  7014] By: jhi                                   on 2000/09/02  17:35:45
9999         Log: Changes and patchlevel tweaks.
10000      Branch: perl
10001            ! Changes patchlevel.h
10002 ____________________________________________________________________________
10003 [  7013] By: jhi                                   on 2000/09/02  17:30:50
10004         Log: Update Changes.
10005      Branch: perl
10006            ! Changes patchlevel.h
10007 ____________________________________________________________________________
10008 [  7012] By: nick                                  on 2000/09/02  17:25:20
10009         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
10010      Branch: perl
10011            ! gv.c lib/overload.pm
10012 ____________________________________________________________________________
10013 [  7011] By: jhi                                   on 2000/09/02  17:16:25
10014         Log: Update perlhist.
10015      Branch: perl
10016            ! pod/perlhist.pod
10017 ____________________________________________________________________________
10018 [  7010] By: jhi                                   on 2000/09/02  17:01:35
10019         Log: perldelta nits.
10020      Branch: perl
10021            ! pod/perldelta.pod
10022 ____________________________________________________________________________
10023 [  7009] By: nick                                  on 2000/09/02  16:48:35
10024         Log: If overloaded %{} etc. return the object do not loop.
10025              Thus  sub deref { $_[0] } functions if object is wanted type.
10026      Branch: perl
10027            ! pp.h
10028 ____________________________________________________________________________
10029 [  7008] By: jhi                                   on 2000/09/02  16:26:11
10030         Log: Retab MANIFEST.
10031      Branch: perl
10032            ! ext/Storable/MANIFEST
10033 ____________________________________________________________________________
10034 [  7007] By: jhi                                   on 2000/09/02  16:23:02
10035         Log: Make certain cc is set before trying to run it.
10036      Branch: perl
10037            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
10038 ____________________________________________________________________________
10039 [  7006] By: jhi                                   on 2000/09/02  15:45:41
10040         Log: Unicode notes.
10041      Branch: perl
10042            ! pod/perldelta.pod
10043 ____________________________________________________________________________
10044 [  7005] By: jhi                                   on 2000/09/02  15:42:11
10045         Log: Various Configure nits by Philip Newton,
10046              plus the ebcdic one by me.
10047      Branch: metaconfig
10048            + U/modified/pager.U
10049            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
10050      Branch: metaconfig/U/perl
10051            ! Devel.U quadfio.U
10052      Branch: perl
10053            ! Configure config_h.SH
10054 ____________________________________________________________________________
10055 [  7004] By: jhi                                   on 2000/09/02  15:06:14
10056         Log: Apparently avoiding the swapping is too costly.
10057              
10058              From: "Ben Tilly" <ben_tilly@hotmail.com>
10059              Subject: Re: the door is closed.
10060              Date: Fri, 01 Sep 2000 20:23:16 EDT
10061              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
10062      Branch: perl
10063            ! pod/perlfaq4.pod
10064 ____________________________________________________________________________
10065 [  7003] By: nick                                  on 2000/09/02  12:26:04
10066         Log: Undo part of change 6489 which looks like a bulk edit which
10067              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
10068              The supressing of main:: on return from select() is undesirable.
10069      Branch: perl
10070            ! pp_sys.c
10071 ____________________________________________________________________________
10072 [  7002] By: jhi                                   on 2000/09/01  23:08:54
10073         Log: Update Changes.
10074      Branch: perl
10075            ! Changes patchlevel.h
10076 ____________________________________________________________________________
10077 [  7001] By: jhi                                   on 2000/09/01  23:00:13
10078         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
10079              From: Peter Prymmer <pvhp@forte.com>
10080              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
10081              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
10082              
10083              plus rework the http: spots as suggested by Tom Christiansen,
10084              plus regen perltoc.
10085      Branch: perl
10086            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
10087            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
10088 ____________________________________________________________________________
10089 [  7000] By: jhi                                   on 2000/09/01  22:36:01
10090         Log: Only the first line, thank you very much.
10091      Branch: perl
10092            ! hints/solaris_2.sh
10093 ____________________________________________________________________________
10094 [  6999] By: gsar                                  on 2000/09/01  22:16:40
10095         Log: change#6791 accidentally clobbered change#6710, put it back
10096      Branch: perl
10097            ! win32/win32.c
10098 ____________________________________________________________________________
10099 [  6998] By: jhi                                   on 2000/09/01  22:14:16
10100         Log: Mention the HP-UX LP64 freak failure.
10101      Branch: perl
10102            ! pod/perldelta.pod
10103 ____________________________________________________________________________
10104 [  6997] By: jhi                                   on 2000/09/01  21:48:32
10105         Log: Detypo.
10106      Branch: perl
10107            ! hints/hpux.sh
10108 ____________________________________________________________________________
10109 [  6996] By: jhi                                   on 2000/09/01  21:27:10
10110         Log: Update Changes.
10111      Branch: perl
10112            ! Changes patchlevel.h
10113 ____________________________________________________________________________
10114 [  6995] By: jhi                                   on 2000/09/01  21:14:24
10115         Log: Mi splgn s gnin.g
10116      Branch: perl
10117            ! pp_ctl.c
10118 ____________________________________________________________________________
10119 [  6994] By: jhi                                   on 2000/09/01  21:09:54
10120         Log: Subject: http:// in L<>
10121              From: Nicholas Clark <nick@ccl4.org>
10122              Date: Fri, 1 Sep 2000 22:03:21 +0100
10123              Message-ID: <20000901220321.B72074@plum.flirble.org>
10124      Branch: perl
10125            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
10126 ____________________________________________________________________________
10127 [  6993] By: jhi                                   on 2000/09/01  21:06:54
10128         Log: Update to Storable 1.0, from Raphael Manfredi.
10129      Branch: perl
10130            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
10131            ! ext/Storable/Makefile.PL ext/Storable/README
10132            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
10133            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
10134            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
10135            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
10136            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
10137            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
10138 ____________________________________________________________________________
10139 [  6992] By: jhi                                   on 2000/09/01  20:43:05
10140         Log: Mention known sfio+linux buglet.
10141      Branch: perl
10142            ! pod/perldelta.pod
10143 ____________________________________________________________________________
10144 [  6991] By: jhi                                   on 2000/09/01  20:40:11
10145         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
10146              From: Peter Prymmer <pvhp@forte.com>
10147              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
10148              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
10149      Branch: perl
10150            ! vms/vms.c
10151 ____________________________________________________________________________
10152 [  6990] By: jhi                                   on 2000/09/01  20:25:26
10153         Log: Retract #6986.
10154      Branch: perl
10155            ! hints/solaris_2.sh
10156 ____________________________________________________________________________
10157 [  6989] By: jhi                                   on 2000/09/01  20:23:00
10158         Log: Mergesort is back.
10159      Branch: perl
10160            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
10161 ____________________________________________________________________________
10162 [  6988] By: jhi                                   on 2000/09/01  19:37:40
10163         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
10164              From: Mike Guy <mjtg@cam.ac.uk>
10165              Date: Fri, 01 Sep 2000 17:43:33 +0100
10166              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
10167      Branch: perl
10168            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
10169            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
10170 ____________________________________________________________________________
10171 [  6987] By: jhi                                   on 2000/09/01  19:17:10
10172         Log: Regen perltoc.
10173      Branch: perl
10174            ! pod/perltoc.pod
10175 ____________________________________________________________________________
10176 [  6986] By: jhi                                   on 2000/09/01  18:51:10
10177         Log: Subject: Re: Solaris x86 has no SPARC libraries!
10178              From: Lupe Christoph <lupe@lupe-christoph.de>
10179              Date: Fri, 1 Sep 2000 20:41:20 +0200
10180              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
10181      Branch: perl
10182            ! hints/solaris_2.sh
10183 ____________________________________________________________________________
10184 [  6985] By: jhi                                   on 2000/09/01  18:28:10
10185         Log: Update Changes.
10186      Branch: perl
10187            ! Changes patchlevel.h
10188 ____________________________________________________________________________
10189 [  6984] By: jhi                                   on 2000/09/01  18:26:53
10190         Log: Feature ordering tweak.
10191      Branch: perl
10192            ! myconfig.SH
10193 ____________________________________________________________________________
10194 [  6983] By: jhi                                   on 2000/09/01  18:19:50
10195         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10196              From: <abigail@foad.org>
10197              Date: Fri, 1 Sep 2000 13:07:32 -0400
10198              Message-ID: <20000901170732.18249.qmail@foad.org>
10199      Branch: perl
10200            ! t/pragma/overload.t
10201 ____________________________________________________________________________
10202 [  6982] By: jhi                                   on 2000/09/01  18:17:54
10203         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
10204              so that case-ignoring systems like DCL can tell them from
10205              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
10206      Branch: metaconfig/U/perl
10207            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
10208      Branch: perl
10209            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10210            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
10211            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
10212            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
10213            ! vos/config.def vos/config.h vos/config_h.SH_orig
10214            ! win32/config.bc win32/config.gc win32/config.vc
10215 ____________________________________________________________________________
10216 [  6981] By: nick                                  on 2000/09/01  17:21:57
10217         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
10218              warning when UNTIE exists and instead pass the cound of extra references to
10219              the UNTIE method.
10220      Branch: perl
10221            ! pod/perltie.pod pp_sys.c
10222 ____________________________________________________________________________
10223 [  6980] By: jhi                                   on 2000/09/01  16:54:44
10224         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
10225              From: Peter Prymmer <pvhp@forte.com>
10226              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
10227              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
10228      Branch: perl
10229            ! configure.com
10230 ____________________________________________________________________________
10231 [  6979] By: jhi                                   on 2000/09/01  16:06:20
10232         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
10233              From: Mike Guy <mjtg@cam.ac.uk> 
10234              Date: Fri, 01 Sep 2000 16:49:27 +0100
10235              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
10236      Branch: perl
10237            ! t/base/rs.t
10238 ____________________________________________________________________________
10239 [  6978] By: jhi                                   on 2000/09/01  16:00:42
10240         Log: Update to PodParser 1.18, from Brad Appleton.
10241      Branch: perl
10242            ! lib/Pod/Checker.pm t/pod/find.t
10243 ____________________________________________________________________________
10244 [  6977] By: jhi                                   on 2000/09/01  14:48:58
10245         Log: Subject: Nit in Configure (bleadperl@6961)
10246              From: Lupe Christoph <lupe@lupe-christoph.de>
10247              Date: Fri, 1 Sep 2000 16:34:29 +0200
10248              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
10249      Branch: metaconfig
10250            ! U/compline/ccflags.U
10251      Branch: perl
10252            ! Configure config_h.SH
10253 ____________________________________________________________________________
10254 [  6976] By: jhi                                   on 2000/09/01  14:39:52
10255         Log: Update Changes.
10256      Branch: perl
10257            ! Changes patchlevel.h
10258 ____________________________________________________________________________
10259 [  6975] By: jhi                                   on 2000/09/01  14:37:36
10260         Log: microperl config update.
10261      Branch: perl
10262            ! uconfig.h uconfig.sh
10263 ____________________________________________________________________________
10264 [  6974] By: jhi                                   on 2000/09/01  14:36:53
10265         Log: Document known deficiencies.
10266      Branch: perl
10267            ! pod/perldelta.pod
10268 ____________________________________________________________________________
10269 [  6973] By: jhi                                   on 2000/09/01  14:10:20
10270         Log: Mention warnings fixes and updates.
10271      Branch: perl
10272            ! pod/perldelta.pod
10273 ____________________________________________________________________________
10274 [  6972] By: jhi                                   on 2000/09/01  14:01:52
10275         Log: Drop unused argument.
10276              
10277              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
10278              From: Spider Boardman <spider@web.zk3.dec.com>
10279              Date: Thu, 31 Aug 2000 16:10:15 -0400
10280              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
10281      Branch: perl
10282            ! toke.c
10283 ____________________________________________________________________________
10284 [  6971] By: jhi                                   on 2000/09/01  13:59:24
10285         Log: Add the overload warnings to perldiag.
10286      Branch: perl
10287            ! lib/overload.pm pod/perldiag.pod
10288 ____________________________________________________________________________
10289 [  6970] By: jhi                                   on 2000/09/01  13:55:10
10290         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10291              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10292              Date: Fri, 1 Sep 2000 13:43:15 +0100 
10293              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
10294      Branch: perl
10295            ! lib/overload.pm t/pragma/overload.t
10296 ____________________________________________________________________________
10297 [  6969] By: jhi                                   on 2000/09/01  13:52:27
10298         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
10299              From: <abigail@foad.org>
10300              Date: Fri, 1 Sep 2000 05:46:54 -0400
10301              Message-ID: <20000901094654.6476.qmail@foad.org>
10302      Branch: perl
10303            ! lib/overload.pm
10304 ____________________________________________________________________________
10305 [  6968] By: jhi                                   on 2000/09/01  13:50:05
10306         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
10307              From: Daniel Chetlin <daniel@chetlin.com>
10308              Date: Fri, 1 Sep 2000 02:10:55 -0700
10309              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
10310      Branch: perl
10311            ! pod/perlretut.pod
10312 ____________________________________________________________________________
10313 [  6967] By: jhi                                   on 2000/09/01  13:47:54
10314         Log: Part of the solution.
10315              
10316              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
10317              From: Mike Guy <mjtg@cam.ac.uk>
10318              Date: Fri, 01 Sep 2000 14:16:01 +0100
10319              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
10320      Branch: perl
10321            ! gv.c mg.c
10322 ____________________________________________________________________________
10323 [  6966] By: jhi                                   on 2000/09/01  13:46:17
10324         Log: Subject: CPAN.pm beta 1.57_57 for the core
10325              From: andreas.koenig@anima.de (Andreas J. Koenig)
10326              Date: 01 Sep 2000 15:16:31 +0200
10327              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
10328      Branch: perl
10329            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10330 ____________________________________________________________________________
10331 [  6965] By: jhi                                   on 2000/09/01  13:43:18
10332         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
10333              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10334              Date: Fri, 01 Sep 2000 01:47:22 -0500
10335              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
10336      Branch: perl
10337            ! pod/perldelta.pod vms/vms.c
10338 ____________________________________________________________________________
10339 [  6964] By: jhi                                   on 2000/09/01  13:35:35
10340         Log: File::Temp patches from Andreas König,
10341              
10342              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
10343              From: andreas.koenig@anima.de (Andreas J. Koenig)
10344              Date: 01 Sep 2000 10:07:20 +0200
10345              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
10346              
10347              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
10348              From: andreas.koenig@anima.de (Andreas J. Koenig)
10349              Date: 31 Aug 2000 23:26:08 +0200
10350              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
10351      Branch: perl
10352            ! lib/File/Temp.pm t/lib/ftmp-security.t
10353 ____________________________________________________________________________
10354 [  6963] By: jhi                                   on 2000/09/01  02:22:24
10355         Log: Retract the mergesort code, way too incompatible licensing
10356              and copyrights.
10357      Branch: perl
10358            ! pod/perldelta.pod pp_ctl.c
10359 ____________________________________________________________________________
10360 [  6962] By: jhi                                   on 2000/08/31  23:27:32
10361         Log: Update Changes.
10362      Branch: perl
10363            ! Changes patchlevel.h
10364 ____________________________________________________________________________
10365 [  6961] By: jhi                                   on 2000/08/31  23:20:04
10366         Log: Small tweaks all over.
10367      Branch: metaconfig
10368            ! U/compline/d_gconvert.U
10369      Branch: perl
10370            ! AUTHORS Configure config_h.SH pp_ctl.c
10371 ____________________________________________________________________________
10372 [  6960] By: jhi                                   on 2000/08/31  22:39:36
10373         Log: Further rewording.
10374      Branch: perl
10375            ! pp_ctl.c
10376 ____________________________________________________________________________
10377 [  6959] By: jhi                                   on 2000/08/31  21:26:44
10378         Log: More address tweaking.
10379      Branch: perl
10380            ! AUTHORS Changes
10381 ____________________________________________________________________________
10382 [  6958] By: jhi                                   on 2000/08/31  20:47:25
10383         Log: AUTHORS tweaks, from Peter Prymmer.
10384              
10385              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
10386              From: Peter Prymmer <pvhp@forte.com>
10387              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
10388              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
10389      Branch: perl
10390            ! AUTHORS MAINTAIN
10391 ____________________________________________________________________________
10392 [  6957] By: jhi                                   on 2000/08/31  20:34:43
10393         Log: perldelta tweaks.
10394      Branch: perl
10395            ! pod/perldelta.pod
10396 ____________________________________________________________________________
10397 [  6956] By: jhi                                   on 2000/08/31  19:11:06
10398         Log: Regen perltoc.
10399      Branch: perl
10400            ! pod/perltoc.pod
10401 ____________________________________________________________________________
10402 [  6955] By: jhi                                   on 2000/08/31  19:06:30
10403         Log: Clarify the mergesort situation.
10404      Branch: perl
10405            ! pp_ctl.c
10406 ____________________________________________________________________________
10407 [  6954] By: jhi                                   on 2000/08/31  18:24:17
10408         Log: Move the Solaris 7 scan to use64bitall, make the
10409              failure to find 64-bot sparc libc to mention the
10410              possibility of being in an intel, from Lupe and Alan.
10411      Branch: perl
10412            ! hints/solaris_2.sh
10413 ____________________________________________________________________________
10414 [  6953] By: jhi                                   on 2000/08/31  18:09:20
10415         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
10416              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
10417      Branch: metaconfig
10418            ! U/compline/d_gconvert.U U/threads/archname.U
10419      Branch: metaconfig/U/perl
10420            ! perlxv.U
10421      Branch: perl
10422            ! Configure config_h.SH sv.c
10423 ____________________________________________________________________________
10424 [  6952] By: jhi                                   on 2000/08/31  17:42:24
10425         Log: :: not allowed in pathnames, change to .
10426              
10427              Subject: [PATCH perl@6938] cygwin port
10428              From: "Fifer, Eric" <EFifer@sanwaint.com>
10429              Date: Thu, 31 Aug 2000 16:32:59 +0100
10430              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
10431      Branch: metaconfig/U/perl
10432            ! perlxv.U
10433 ____________________________________________________________________________
10434 [  6951] By: jhi                                   on 2000/08/31  17:02:05
10435         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
10436      Branch: perl
10437            ! perl.h
10438 ____________________________________________________________________________
10439 [  6950] By: jhi                                   on 2000/08/31  16:26:08
10440         Log: More author updates.
10441              
10442              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
10443              From: Simon Cozens <simon@cozens.net>
10444              Date: Thu, 31 Aug 2000 17:13:32 +0100
10445              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
10446      Branch: perl
10447            ! AUTHORS
10448 ____________________________________________________________________________
10449 [  6949] By: jhi                                   on 2000/08/31  16:04:49
10450         Log: POSIX doesn't report long double values under -Duselongdouble
10451              when the long doubles are "real" (bigger than doubles).
10452              
10453              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
10454              From: Spider Boardman <spider@peano.zk3.dec.com>
10455              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
10456              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
10457      Branch: perl
10458            ! ext/POSIX/POSIX.xs
10459 ____________________________________________________________________________
10460 [  6948] By: jhi                                   on 2000/08/31  15:25:10
10461         Log: Update Changes.
10462      Branch: perl
10463            ! Changes patchlevel.h
10464 ____________________________________________________________________________
10465 [  6947] By: jhi                                   on 2000/08/31  15:22:29
10466         Log: Document UNTIE in a very minimalistic way.
10467      Branch: perl
10468            ! pod/perlfunc.pod pod/perltie.pod
10469 ____________________________________________________________________________
10470 [  6946] By: jhi                                   on 2000/08/31  15:15:23
10471         Log: Document known failures.
10472      Branch: perl
10473            ! pod/perldelta.pod
10474 ____________________________________________________________________________
10475 [  6945] By: jhi                                   on 2000/08/31  15:07:00
10476         Log: Don't attach -ld to the archname if pointless.
10477      Branch: metaconfig
10478            ! U/threads/archname.U
10479      Branch: perl
10480            ! Configure config_h.SH
10481 ____________________________________________________________________________
10482 [  6944] By: jhi                                   on 2000/08/31  14:37:42
10483         Log: Wrap the test in eval.
10484              
10485              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
10486              From: Tim Jenness <timj@jach.hawaii.edu>
10487              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
10488              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
10489      Branch: perl
10490            ! t/lib/ftmp-security.t
10491 ____________________________________________________________________________
10492 [  6943] By: jhi                                   on 2000/08/31  14:30:57
10493         Log: Make -Dusemorebits find long doubles in Solaris.
10494      Branch: perl
10495            ! hints/solaris_2.sh
10496 ____________________________________________________________________________
10497 [  6942] By: jhi                                   on 2000/08/31  13:48:45
10498         Log: Clarify the third case of ftmp-security warnings.
10499      Branch: perl
10500            ! INSTALL
10501 ____________________________________________________________________________
10502 [  6941] By: jhi                                   on 2000/08/31  13:40:31
10503         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
10504              From: <abigail@foad.org>
10505              Date: Thu, 31 Aug 2000 01:35:05 -0400
10506              Message-ID: <20000831053505.32120.qmail@foad.org>
10507      Branch: perl
10508            ! pod/perldelta.pod
10509 ____________________________________________________________________________
10510 [  6940] By: jhi                                   on 2000/08/31  13:38:48
10511         Log: Issue useful diagnostic on unknown pod commands.
10512              
10513              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
10514              From: <abigail@foad.org>
10515              Date: Thu, 31 Aug 2000 03:41:18 -0400
10516              Message-ID: <20000831074118.24880.qmail@foad.org>
10517      Branch: perl
10518            ! lib/Pod/Man.pm
10519 ____________________________________________________________________________
10520 [  6939] By: jhi                                   on 2000/08/31  13:34:33
10521         Log: Reveal Borland's isnan.
10522              
10523              Subject: build with BC++ tweak
10524              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10525              Date: Thu, 31 Aug 2000 13:09:37 +0400
10526              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
10527      Branch: perl
10528            ! win32/win32.h
10529 ____________________________________________________________________________
10530 [  6938] By: jhi                                   on 2000/08/31  05:01:20
10531         Log: Update Changes.
10532      Branch: perl
10533            ! Changes patchlevel.h
10534 ____________________________________________________________________________
10535 [  6937] By: jhi                                   on 2000/08/31  04:26:23
10536         Log: sscanf() may be the only way to read long doubles from strings.
10537      Branch: metaconfig/U/perl
10538            ! longdblfio.U
10539      Branch: perl
10540            ! Configure config_h.SH perl.h util.c
10541 ____________________________________________________________________________
10542 [  6936] By: jhi                                   on 2000/08/31  04:18:19
10543         Log: The #6929 was too skimpy.
10544      Branch: perl
10545            ! sv.c
10546 ____________________________________________________________________________
10547 [  6935] By: jhi                                   on 2000/08/31  02:47:07
10548         Log: Subject: Re: typos in pods
10549              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10550              Date: Wed, 30 Aug 2000 19:25:34 -0700
10551              Message-ID: <eIcr5gzkg25X092yn@efn.org>
10552      Branch: perl
10553            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
10554 ____________________________________________________________________________
10555 [  6934] By: jhi                                   on 2000/08/31  02:42:55
10556         Log: Missed one Unicode file.
10557      Branch: perl
10558            + lib/unicode/UCDFF301.html
10559 ____________________________________________________________________________
10560 [  6933] By: jhi                                   on 2000/08/30  23:42:27
10561         Log: Update Changes.
10562      Branch: perl
10563            ! Changes patchlevel.h
10564 ____________________________________________________________________________
10565 [  6932] By: jhi                                   on 2000/08/30  23:40:07
10566         Log: Mention UNTIE in perldelta.  Still needs documenting
10567              in perltie et alia.
10568      Branch: perl
10569            ! pod/perldelta.pod
10570 ____________________________________________________________________________
10571 [  6931] By: jhi                                   on 2000/08/30  23:36:02
10572         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
10573              From: <abigail@foad.org>
10574              Date: Wed, 30 Aug 2000 19:28:07 -0400
10575              Message-ID: <20000830232807.305.qmail@foad.org>
10576      Branch: perl
10577            ! pod/perldelta.pod
10578 ____________________________________________________________________________
10579 [  6930] By: jhi                                   on 2000/08/30  23:32:40
10580         Log: Update to Unicode 3.0.1.
10581      Branch: perl
10582            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
10583            + lib/unicode/PropList.txt lib/unicode/README.perl
10584            + lib/unicode/UCD301.html lib/unicode/Unicode.301
10585            - lib/unicode/Props.txt lib/unicode/UCD300.html
10586            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10587            ! (edit 257 files)
10588 ____________________________________________________________________________
10589 [  6929] By: jhi                                   on 2000/08/30  22:38:18
10590         Log: Heap decorruption.
10591              
10592              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
10593              From: Alan Burlison <Alan.Burlison@uk.sun.com>
10594              Date: Wed, 30 Aug 2000 22:39:52 +0100
10595              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
10596      Branch: perl
10597            ! sv.c
10598 ____________________________________________________________________________
10599 [  6928] By: jhi                                   on 2000/08/30  22:29:34
10600         Log: Retract the dummy test, skip the security tests (instead of failing),
10601              explain what the warnings mean.
10602      Branch: perl
10603            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
10604 ____________________________________________________________________________
10605 [  6927] By: jhi                                   on 2000/08/30  22:14:13
10606         Log: Change the internal implementation of sort() to be mergesort
10607              instead of quicksort, from John Linderman <jpl@research.att.com>.
10608              Gives us better worst case, better average case, and stability.
10609              What's there not to like?  (Small fixes for threaded builds
10610              were required).
10611      Branch: perl
10612            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
10613 ____________________________________________________________________________
10614 [  6926] By: jhi                                   on 2000/08/30  20:55:20
10615         Log: A better fix for the Socket building problem from Craig Berry.
10616      Branch: perl
10617            ! vms/vms.c
10618 ____________________________________________________________________________
10619 [  6925] By: jhi                                   on 2000/08/30  20:20:25
10620         Log: Subject: [PATCH] Re: UNTIE method 
10621              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10622              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
10623              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
10624      Branch: perl
10625            ! pp_sys.c t/op/tie.t
10626 ____________________________________________________________________________
10627 [  6924] By: jhi                                   on 2000/08/30  20:17:11
10628         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
10629              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10630              Date: Wed, 30 Aug 2000 15:03:14 -0500
10631              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
10632      Branch: perl
10633            ! vms/vms.c
10634 ____________________________________________________________________________
10635 [  6923] By: jhi                                   on 2000/08/30  20:15:18
10636         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
10637              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10638              Date: Wed, 30 Aug 2000 13:30:36 -0500
10639              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
10640      Branch: perl
10641            ! vms/vms.c
10642 ____________________________________________________________________________
10643 [  6922] By: jhi                                   on 2000/08/30  19:54:43
10644         Log: Better options for rsync.
10645      Branch: perl
10646            ! pod/perlhack.pod
10647 ____________________________________________________________________________
10648 [  6921] By: jhi                                   on 2000/08/30  19:40:16
10649         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
10650              From: Rick Delaney <rick@consumercontact.com>
10651              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
10652              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
10653      Branch: perl
10654            ! pod/perlfunc.pod
10655 ____________________________________________________________________________
10656 [  6920] By: jhi                                   on 2000/08/30  19:36:40
10657         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
10658              From: Peter Prymmer <pvhp@forte.com>
10659              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
10660              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
10661      Branch: perl
10662            ! configure.com
10663 ____________________________________________________________________________
10664 [  6919] By: jhi                                   on 2000/08/30  14:52:02
10665         Log: Update Changes.
10666      Branch: perl
10667            ! Changes patchlevel.h
10668 ____________________________________________________________________________
10669 [  6918] By: jhi                                   on 2000/08/30  14:48:34
10670         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
10671      Branch: perl
10672            ! lib/ExtUtils/typemap
10673 ____________________________________________________________________________
10674 [  6917] By: jhi                                   on 2000/08/30  14:46:34
10675         Log: Subject: typos in pods
10676              From: Nicholas Clark <nick@ccl4.org>
10677              Date: Wed, 30 Aug 2000 01:12:50 +0100
10678              Message-ID: <20000830011249.A61388@plum.flirble.org>
10679      Branch: perl
10680            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
10681            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
10682            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
10683            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
10684 ____________________________________________________________________________
10685 [  6916] By: jhi                                   on 2000/08/30  14:19:09
10686         Log: Document Storable problems on Crays.  (Will have
10687              to document all the other Storable problems, too.)
10688      Branch: perl
10689            ! pod/perldelta.pod
10690 ____________________________________________________________________________
10691 [  6915] By: jhi                                   on 2000/08/30  14:06:02
10692         Log: Subject: [PATCH] fix misc cast warnings
10693              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10694              Date: Tue, 29 Aug 2000 23:16:14 -0700
10695              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
10696      Branch: perl
10697            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
10698            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
10699            ! os2/os2ish.h
10700 ____________________________________________________________________________
10701 [  6914] By: jhi                                   on 2000/08/30  14:03:45
10702         Log: Timestamp mismatch again.  Need to fix this dependence on
10703              config_h.SH timestamp, since it's the contents of config_h.SH
10704              that matter.
10705      Branch: perl
10706            ! uconfig.h uconfig.sh
10707 ____________________________________________________________________________
10708 [  6913] By: jhi                                   on 2000/08/30  13:54:06
10709         Log: Don't say "Perl 5.0 source kit".
10710      Branch: perl
10711            ! perl.c
10712 ____________________________________________________________________________
10713 [  6912] By: jhi                                   on 2000/08/30  13:51:24
10714         Log: Reset archname and archname64 always, forcing them be
10715              recomputed at each Configure run, make Configure and
10716              the hints files agree on the naming of largefiles variables.
10717      Branch: metaconfig
10718            ! U/threads/archname.U
10719      Branch: metaconfig/U/perl
10720            ! use64bits.U
10721      Branch: perl
10722            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
10723            ! hints/linux.sh hints/solaris_2.sh
10724 ____________________________________________________________________________
10725 [  6911] By: jhi                                   on 2000/08/30  13:30:13
10726         Log: Put back the slice accidentally removed by #6907.
10727      Branch: perl
10728            ! hints/solaris_2.sh
10729 ____________________________________________________________________________
10730 [  6910] By: jhi                                   on 2000/08/30  01:24:26
10731         Log: Be consistent: other Net::get* do export theirs.
10732              
10733              Subject: Re: Net::protoent does not export 'getproto'
10734              From: Yasushi Nakajima <sey@jkc.co.jp>
10735              Date: Wed, 30 Aug 2000 09:53:14 +0900
10736              Message-Id: <200008300051.DAA24700@taku.hut.fi>
10737      Branch: perl
10738            ! lib/Net/protoent.pm
10739 ____________________________________________________________________________
10740 [  6909] By: jhi                                   on 2000/08/30  01:17:25
10741         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
10742              From: Gurusamy Sarathy <gsar@ActiveState.com>
10743              Date: Tue, 29 Aug 2000 17:17:07 -0700
10744              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
10745      Branch: perl
10746            ! cop.h
10747 ____________________________________________________________________________
10748 [  6908] By: jhi                                   on 2000/08/30  00:58:05
10749         Log: Update Changes.
10750      Branch: perl
10751            ! Changes patchlevel.h
10752 ____________________________________________________________________________
10753 [  6907] By: jhi                                   on 2000/08/30  00:57:22
10754         Log: Introduce ccname to keep track of what compiler kind of we have.
10755      Branch: metaconfig/U/perl
10756            ! Checkcc.U gccvers.U
10757      Branch: perl
10758            ! Configure config_h.SH hints/solaris_2.sh
10759 ____________________________________________________________________________
10760 [  6906] By: jhi                                   on 2000/08/30  00:25:47
10761         Log: Put back the flags dump as reasoned in
10762              
10763              Subject: Re: [PATCH] Glob dumping
10764              From: Mike Guy <mjtg@cam.ac.uk> 
10765              Date: Tue, 29 Aug 2000 21:41:32 +0100
10766              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
10767      Branch: perl
10768            ! dump.c t/lib/peek.t
10769 ____________________________________________________________________________
10770 [  6905] By: jhi                                   on 2000/08/30  00:16:17
10771         Log: Make the epsilon to be relative, not absolute.
10772              
10773              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
10774              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
10775              Date: Tue, 29 Aug 2000 19:58:56 -0400
10776              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
10777      Branch: perl
10778            ! t/lib/trig.t
10779 ____________________________________________________________________________
10780 [  6904] By: jhi                                   on 2000/08/30  00:13:09
10781         Log: From now on, Gisle is on my list of usual suspects :-)
10782              Retract #6902.
10783      Branch: perl
10784            ! ext/Opcode/Safe.pm
10785 ____________________________________________________________________________
10786 [  6903] By: jhi                                   on 2000/08/29  23:51:20
10787         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
10788              From: "Craig A. Berry" <craig.berry@psinetcs.com>
10789              Date: Tue, 29 Aug 2000 18:43:26 -0500
10790              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
10791      Branch: perl
10792            + vms/vmspipe.com
10793            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
10794            ! vms/vms.c
10795 ____________________________________________________________________________
10796 [  6902] By: jhi                                   on 2000/08/29  23:44:14
10797         Log: Retry what #6882 attempted.
10798              
10799              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
10800              From: Gisle Aas <gisle@ActiveState.com>
10801              Date: 30 Aug 2000 00:33:09 +0200
10802              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
10803      Branch: perl
10804            ! ext/Opcode/Safe.pm
10805 ____________________________________________________________________________
10806 [  6901] By: jhi                                   on 2000/08/29  22:59:32
10807         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
10808              From: Hugo <hv@crypt.compulink.co.uk>
10809              Date: Mon, 12 Jun 2000 19:36:08 +0100
10810              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
10811      Branch: perl
10812            ! sv.c
10813 ____________________________________________________________________________
10814 [  6900] By: jhi                                   on 2000/08/29  22:58:35
10815         Log: Admit that we are leaking scalars.
10816              
10817              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
10818              From: Spider Boardman <spider@leggy.zk3.dec.com>
10819              Date: Tue, 29 Aug 2000 18:48:29 -0400
10820              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
10821      Branch: perl
10822            ! t/pragma/warnings.t
10823 ____________________________________________________________________________
10824 [  6899] By: jhi                                   on 2000/08/29  20:53:13
10825         Log: Update Changes.
10826      Branch: perl
10827            ! Changes patchlevel.h
10828 ____________________________________________________________________________
10829 [  6898] By: jhi                                   on 2000/08/29  20:46:21
10830         Log: Undo namespace pollution of #6878.
10831              
10832              Subject: Re: Net::protoent does not export 'getproto'
10833              From: Mike Guy <mjtg@cam.ac.uk>
10834              Date: Tue, 29 Aug 2000 21:32:37 +0100
10835              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
10836      Branch: perl
10837            ! lib/Net/protoent.pm
10838 ____________________________________________________________________________
10839 [  6897] By: jhi                                   on 2000/08/29  20:44:29
10840         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
10841              From: Peter Prymmer <pvhp@forte.com>
10842              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
10843              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
10844      Branch: perl
10845            ! pod/perlebcdic.pod
10846 ____________________________________________________________________________
10847 [  6896] By: jhi                                   on 2000/08/29  20:40:57
10848         Log: There's no point repeating the 'revision' (5) of perl5.
10849      Branch: metaconfig/U/perl
10850            ! Devel.U patchlevel.U
10851      Branch: perl
10852            ! Configure config_h.SH
10853 ____________________________________________________________________________
10854 [  6895] By: jhi                                   on 2000/08/29  20:16:58
10855         Log: Regen Configure for #6894.
10856      Branch: metaconfig/U/perl
10857            ! perladmin.U
10858      Branch: perl
10859            ! Configure config_h.SH
10860 ____________________________________________________________________________
10861 [  6894] By: jhi                                   on 2000/08/29  19:59:52
10862         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
10863              From: "Philip Newton" <Philip.Newton@gmx.net>
10864              Date: Tue, 29 Aug 2000 21:39:14 +0200
10865              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
10866      Branch: perl
10867            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
10868            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
10869            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
10870            ! utils/perlbug.PL
10871 ____________________________________________________________________________
10872 [  6893] By: jhi                                   on 2000/08/29  19:55:30
10873         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
10874              From: "Philip Newton" <Philip.Newton@gmx.net>
10875              Date: Tue, 29 Aug 2000 21:39:14 +0200
10876              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
10877      Branch: perl
10878            ! installhtml
10879 ____________________________________________________________________________
10880 [  6892] By: jhi                                   on 2000/08/29  19:53:59
10881         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
10882              From: "Philip Newton" <Philip.Newton@gmx.net>
10883              Date: Tue, 29 Aug 2000 21:48:18 +0200
10884              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
10885      Branch: perl
10886            ! lib/File/Temp.pm
10887 ____________________________________________________________________________
10888 [  6891] By: jhi                                   on 2000/08/29  18:30:03
10889         Log: Nail the ID 20000828.023.
10890      Branch: perl
10891            ! ext/Storable/Storable.xs
10892 ____________________________________________________________________________
10893 [  6890] By: jhi                                   on 2000/08/29  16:50:17
10894         Log: Under usethreads the dumped variable is IN_PAD.
10895              
10896              Subject: Re: [PATCH] Glob dumping
10897              From: Gisle Aas <gisle@ActiveState.com>
10898              Date: 29 Aug 2000 18:45:05 +0200
10899              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
10900      Branch: perl
10901            ! t/lib/peek.t
10902 ____________________________________________________________________________
10903 [  6889] By: jhi                                   on 2000/08/29  15:17:37
10904         Log: Update Changes.
10905      Branch: perl
10906            ! Changes patchlevel.h
10907 ____________________________________________________________________________
10908 [  6888] By: jhi                                   on 2000/08/29  14:49:59
10909         Log: Retract #6882, broke the safe tests.
10910      Branch: perl
10911            ! ext/Opcode/Safe.pm
10912 ____________________________________________________________________________
10913 [  6887] By: jhi                                   on 2000/08/29  14:47:06
10914         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
10915              From: Gisle Aas <gisle@ActiveState.com> 
10916              Date: 09 Jun 2000 20:00:11 +0200
10917              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
10918      Branch: perl
10919            ! utils/perldoc.PL
10920 ____________________________________________________________________________
10921 [  6886] By: jhi                                   on 2000/08/29  14:42:45
10922         Log: The #6881 removed one dump line.
10923      Branch: perl
10924            ! t/lib/peek.t
10925 ____________________________________________________________________________
10926 [  6885] By: jhi                                   on 2000/08/29  14:30:47
10927         Log: Don't forget to tidy up.
10928      Branch: perl
10929            ! t/lib/ftmp-security.t
10930 ____________________________________________________________________________
10931 [  6884] By: jhi                                   on 2000/08/29  14:25:17
10932         Log: Disabling the one test is a bit tricky.
10933      Branch: perl
10934            ! t/lib/ftmp-security.t
10935 ____________________________________________________________________________
10936 [  6883] By: jhi                                   on 2000/08/29  14:16:25
10937         Log: Disable one of the tests for now.
10938      Branch: perl
10939            ! t/lib/ftmp-security.t
10940 ____________________________________________________________________________
10941 [  6882] By: jhi                                   on 2000/08/29  14:05:50
10942         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
10943              From: gisle@aas.no
10944              Date: 29 Aug 2000 10:35:06 -0000
10945              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
10946      Branch: perl
10947            ! ext/Opcode/Safe.pm
10948 ____________________________________________________________________________
10949 [  6881] By: jhi                                   on 2000/08/29  14:03:51
10950         Log: Subject: [PATCH] Glob dumping
10951              From: Gisle Aas <gisle@ActiveState.com>
10952              Date: 29 Aug 2000 07:59:42 -0000
10953              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
10954      Branch: perl
10955            ! dump.c
10956 ____________________________________________________________________________
10957 [  6880] By: jhi                                   on 2000/08/29  14:02:01
10958         Log: Subject: [PATCH] Warnings in B::Deparse
10959              From: <abigail@foad.org>
10960              Date: Tue, 29 Aug 2000 00:00:01 -0400
10961              Message-ID: <20000829040001.2999.qmail@foad.org>
10962      Branch: perl
10963            ! ext/B/B/Deparse.pm
10964 ____________________________________________________________________________
10965 [  6879] By: jhi                                   on 2000/08/29  13:57:26
10966         Log: Missed a change in #6869.
10967      Branch: perl
10968            ! mg.c
10969 ____________________________________________________________________________
10970 [  6878] By: jhi                                   on 2000/08/29  13:45:04
10971         Log: Subject: Net::protoent does not export 'getproto'
10972              From: Yasushi Nakajima <sey@jkc.co.jp>
10973              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
10974      Branch: perl
10975            ! lib/Net/protoent.pm
10976 ____________________________________________________________________________
10977 [  6877] By: jhi                                   on 2000/08/29  13:39:19
10978         Log: Patches all over for people and the files they (hopefully) care about.
10979      Branch: perl
10980            ! AUTHORS Changes MAINTAIN
10981 ____________________________________________________________________________
10982 [  6876] By: jhi                                   on 2000/08/29  12:53:54
10983         Log: Fix for thinko in #6848.
10984              
10985              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
10986              From: Lupe Christoph <lupe@lupe-christoph.de>
10987              Date: Tue, 29 Aug 2000 09:04:08 +0200
10988              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
10989      Branch: perl
10990            ! ext/Thread/Thread.xs
10991 ____________________________________________________________________________
10992 [  6875] By: jhi                                   on 2000/08/29  12:50:14
10993         Log: Update to Getopt::Long 2.24, from Johan Vromans.
10994      Branch: perl
10995            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
10996 ____________________________________________________________________________
10997 [  6874] By: jhi                                   on 2000/08/29  02:09:53
10998         Log: Use minimal @INC in tests, most of the time just '../lib',
10999              so that we simply can't pick up stuff from other Perls than
11000              the one we are testing.  Pointed out by
11001              
11002              From: Mike Guy <mjtg@cam.ac.uk>
11003              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
11004              Date: Fri, 25 Aug 2000 15:15:59 +0100
11005              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
11006      Branch: perl
11007            ! (edit 185 files)
11008 ____________________________________________________________________________
11009 [  6873] By: jhi                                   on 2000/08/29  01:07:11
11010         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
11011              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11012              Date: Mon, 28 Aug 2000 17:45:52 -0700
11013              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
11014      Branch: perl
11015            ! Makefile.SH hints/os2.sh
11016 ____________________________________________________________________________
11017 [  6872] By: jhi                                   on 2000/08/28  23:33:39
11018         Log: Subject: [PATCH bleedperl@6866] spellings
11019              From: marcel@codewerk.com (Marcel Grunauer)
11020              Date: Tue, 29 Aug 2000 01:19:59 +0200
11021              Message-Id: <200008282319.BAA29862@gandalf.local>
11022      Branch: perl
11023            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
11024            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
11025            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
11026 ____________________________________________________________________________
11027 [  6871] By: jhi                                   on 2000/08/28  23:22:09
11028         Log: Take out the SUIDMAIL thing, that will not be
11029              a problem in 5.7.*.
11030      Branch: perl
11031            ! patchlevel.h
11032 ____________________________________________________________________________
11033 [  6870] By: jhi                                   on 2000/08/28  23:19:30
11034         Log: -S is the silent flag, -s is the strip flag.
11035              
11036              Subject: [PATCH] Re: [PATCH] make no-install          
11037              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11038              Date: Mon, 28 Aug 2000 15:12:55 -0700
11039              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
11040      Branch: perl
11041            ! Makefile.SH
11042 ____________________________________________________________________________
11043 [  6869] By: jhi                                   on 2000/08/28  23:12:05
11044         Log: Subject: [PATCH bleedperl@6856] warnings fixes
11045              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11046              Date: Mon, 28 Aug 2000 23:55:06 +0100
11047              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
11048      Branch: perl
11049            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
11050            ! warnings.h warnings.pl
11051 ____________________________________________________________________________
11052 [  6868] By: jhi                                   on 2000/08/28  21:38:22
11053         Log: Potential cruft.
11054      Branch: perl
11055            ! Makefile.SH
11056 ____________________________________________________________________________
11057 [  6867] By: jhi                                   on 2000/08/28  21:35:36
11058         Log: Update Changes.
11059      Branch: perl
11060            ! Changes patchlevel.h
11061 ____________________________________________________________________________
11062 [  6866] By: jhi                                   on 2000/08/28  21:33:49
11063         Log: Subject: hv.h Doc Patch
11064              From: Fisher Mark <fisherm@tce.com>
11065              Date: Mon, 28 Aug 2000 16:24:59 -0500
11066              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
11067      Branch: perl
11068            ! hv.h
11069 ____________________________________________________________________________
11070 [  6865] By: jhi                                   on 2000/08/28  21:02:15
11071         Log: Add -ld to archname on long tr...double platforms.
11072      Branch: metaconfig
11073            ! U/threads/archname.U
11074      Branch: perl
11075            ! Configure config_h.SH
11076 ____________________________________________________________________________
11077 [  6864] By: jhi                                   on 2000/08/28  20:38:59
11078         Log: An attempt to fix the problem reported in
11079              
11080              Subject: Building perl@6856 using gcc/AIX 4.3.3 
11081              From: Daniel Muino <dmuino@afip.gov.ar> 
11082              Date: Mon, 28 Aug 2000 15:50:01 -0300   
11083              Message-ID: <20000828155001.A14403@con2-dgi>
11084              
11085              I can't test this properly since the gcc installation I have
11086              access to seems to be botched (gcc is calling the AIX cpp,
11087              a losing proposition...)
11088      Branch: perl
11089            ! hints/aix.sh
11090 ____________________________________________________________________________
11091 [  6863] By: jhi                                   on 2000/08/28  18:57:52
11092         Log: Fix for ID 20000828.001, long doubles were not formatted
11093              correctly (showed up in $], which stopped installing perl).
11094      Branch: perl
11095            ! sv.c
11096 ____________________________________________________________________________
11097 [  6862] By: jhi                                   on 2000/08/28  18:07:15
11098         Log: Typo in #6858.
11099      Branch: perl
11100            ! lib/Cwd.pm
11101 ____________________________________________________________________________
11102 [  6861] By: jhi                                   on 2000/08/28  17:57:27
11103         Log: opmini.o may be left around if a build is interrupted.
11104      Branch: perl
11105            ! Makefile.SH
11106 ____________________________________________________________________________
11107 [  6860] By: jhi                                   on 2000/08/28  16:52:50
11108         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
11109              From: Daniel Chetlin <daniel@chetlin.com>
11110              Date: Mon, 28 Aug 2000 01:14:18 -0700
11111              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
11112      Branch: perl
11113            ! lib/overload.pm
11114 ____________________________________________________________________________
11115 [  6859] By: jhi                                   on 2000/08/28  16:08:46
11116         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
11117              From: Nicholas Clark <nick@ccl4.org>
11118              Date: Mon, 28 Aug 2000 16:03:27 +0100
11119              Message-Id: <20000828160327.C49785@plum.flirble.org>
11120      Branch: perl
11121            ! ext/ByteLoader/bytecode.h
11122 ____________________________________________________________________________
11123 [  6858] By: jhi                                   on 2000/08/28  16:02:10
11124         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
11125              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
11126              Date: Mon, 28 Aug 2000 13:08:30 +0200
11127              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
11128      Branch: perl
11129            ! lib/Cwd.pm
11130 ____________________________________________________________________________
11131 [  6857] By: jhi                                   on 2000/08/28  15:42:47
11132         Log: display_format used as a class method without arguments was broken,
11133              reported in
11134              
11135              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
11136              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
11137              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
11138              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
11139      Branch: perl
11140            ! lib/Math/Complex.pm t/lib/complex.t
11141 ____________________________________________________________________________
11142 [  6856] By: jhi                                   on 2000/08/27  22:09:48
11143         Log: Update Changes.
11144      Branch: perl
11145            ! Changes patchlevel.h
11146 ____________________________________________________________________________
11147 [  6855] By: jhi                                   on 2000/08/27  21:59:21
11148         Log: Retract #6853 (false alarm).
11149      Branch: perl
11150            ! lib/ExtUtils/xsubpp
11151 ____________________________________________________________________________
11152 [  6854] By: jhi                                   on 2000/08/27  21:37:44
11153         Log: Update Changes.
11154      Branch: perl
11155            ! Changes patchlevel.h
11156 ____________________________________________________________________________
11157 [  6853] By: jhi                                   on 2000/08/27  21:37:16
11158         Log: Subject: [PATCH perl@6850] workaround for xsubpp
11159              From: Hugo <hv@crypt.compulink.co.uk>
11160              Date: Sun, 27 Aug 2000 22:30:25 +0100
11161              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
11162      Branch: perl
11163            ! lib/ExtUtils/xsubpp
11164 ____________________________________________________________________________
11165 [  6852] By: jhi                                   on 2000/08/27  21:33:58
11166         Log: Big-endian 64-bit patch from Raphael Manfredi.
11167      Branch: perl
11168            ! ext/Storable/Storable.xs
11169 ____________________________________________________________________________
11170 [  6851] By: jhi                                   on 2000/08/27  21:22:21
11171         Log: More ruthless editing from Hugo van der Sanden.
11172      Branch: perl
11173            ! pod/perldelta.pod
11174 ____________________________________________________________________________
11175 [  6850] By: jhi                                   on 2000/08/27  16:11:46
11176         Log: Update Changes.
11177      Branch: perl
11178            ! Changes patchlevel.h
11179 ____________________________________________________________________________
11180 [  6849] By: jhi                                   on 2000/08/27  16:11:05
11181         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
11182      Branch: perl
11183            ! configpm pod/perldelta.pod
11184 ____________________________________________________________________________
11185 [  6848] By: jhi                                   on 2000/08/27  15:35:08
11186         Log: Use the actual thread type, not the pointer-to-struct.
11187      Branch: perl
11188            ! ext/Thread/Thread.xs
11189 ____________________________________________________________________________
11190 [  6847] By: jhi                                   on 2000/08/27  15:30:49
11191         Log: Test nit.
11192      Branch: perl
11193            ! t/pragma/warn/pp_sys
11194 ____________________________________________________________________________
11195 [  6846] By: jhi                                   on 2000/08/27  15:19:02
11196         Log: Passing -R in ldflags makes now it to appear in the default
11197              for lddlflags, just like with -L.
11198              
11199              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11200              From: Lupe Christoph <lupe@lupe-christoph.de>
11201              Date: Sun, 27 Aug 2000 10:28:21 +0200
11202              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
11203      Branch: metaconfig/U/perl
11204            ! dlsrc.U
11205      Branch: perl
11206            ! Configure
11207 ____________________________________________________________________________
11208 [  6845] By: jhi                                   on 2000/08/27  15:08:54
11209         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11210              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11211              Date: Sat, 26 Aug 2000 22:23:27 +0100
11212              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
11213      Branch: perl
11214            ! lib/ExtUtils/MM_Unix.pm
11215 ____________________________________________________________________________
11216 [  6844] By: jhi                                   on 2000/08/27  15:02:37
11217         Log: DJGPP update from Laszlo Molnar.
11218              
11219              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
11220              From: ml1050 <ml1050@freemail.hu>
11221              Date: Sat, 26 Aug 2000 23:24:40 +0200
11222              Message-Id: <20000826232440.A439@freemail.hu>
11223      Branch: perl
11224            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
11225            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
11226 ____________________________________________________________________________
11227 [  6843] By: jhi                                   on 2000/08/27  14:53:58
11228         Log: Subject: installman buglet
11229              From: Lupe Christoph <lupe@lupe-christoph.de>
11230              Date: Sun, 27 Aug 2000 14:38:59 +0200
11231              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
11232      Branch: perl
11233            ! installman
11234 ____________________________________________________________________________
11235 [  6842] By: jhi                                   on 2000/08/27  14:52:08
11236         Log: Can't get the test to reliably work thanks to the
11237              inaccurateness of floating point.  "Resolves" bug ids
11238              20000826.003, 20000826.009, 20000826.010,
11239      Branch: perl
11240            ! t/lib/trig.t
11241 ____________________________________________________________________________
11242 [  6841] By: jhi                                   on 2000/08/26  15:53:58
11243         Log: Update Changes.
11244      Branch: perl
11245            ! Changes patchlevel.h
11246 ____________________________________________________________________________
11247 [  6840] By: jhi                                   on 2000/08/26  14:23:03
11248         Log: grep -e isn't portable.
11249              
11250              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
11251              From: chris@broadband.att.com
11252              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
11253              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
11254      Branch: perl
11255            ! hints/solaris_2.sh
11256 ____________________________________________________________________________
11257 [  6839] By: jhi                                   on 2000/08/26  14:12:23
11258         Log: no-install target a la make -n.
11259              
11260              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
11261              From: <abigail@foad.org>
11262              Date: Sat, 26 Aug 2000 03:57:34 -0400
11263              Message-ID: <20000826075735.18912.qmail@foad.org>
11264      Branch: perl
11265            ! Makefile.SH installman installperl
11266 ____________________________________________________________________________
11267 [  6838] By: jhi                                   on 2000/08/26  14:06:33
11268         Log: Retract #6826 as the #6828 should be do the same
11269              in a More Correct Way.
11270      Branch: perl
11271            ! installperl
11272 ____________________________________________________________________________
11273 [  6837] By: jhi                                   on 2000/08/26  05:24:00
11274         Log: More casting.
11275      Branch: perl
11276            ! ext/Storable/Storable.xs
11277 ____________________________________________________________________________
11278 [  6836] By: jhi                                   on 2000/08/26  05:05:46
11279         Log: Nicer in decimal.
11280      Branch: perl
11281            ! ext/Storable/Storable.xs
11282 ____________________________________________________________________________
11283 [  6835] By: jhi                                   on 2000/08/26  05:03:50
11284         Log: There be no UVdf.
11285      Branch: perl
11286            ! ext/Storable/Storable.xs
11287 ____________________________________________________________________________
11288 [  6834] By: jhi                                   on 2000/08/26  05:00:18
11289         Log: Continue IVdfing and UVxfing.
11290      Branch: perl
11291            ! ext/Storable/Storable.xs
11292 ____________________________________________________________________________
11293 [  6833] By: jhi                                   on 2000/08/26  04:53:14
11294         Log: Use IVdf.
11295      Branch: perl
11296            ! ext/Storable/Storable.xs
11297 ____________________________________________________________________________
11298 [  6832] By: jhi                                   on 2000/08/26  04:40:41
11299         Log: Document PTR2XX and INT2PTR.
11300      Branch: perl
11301            ! pod/perlguts.pod
11302 ____________________________________________________________________________
11303 [  6831] By: jhi                                   on 2000/08/26  04:33:18
11304         Log: Use UVxf, PTR2UV, NVff.
11305      Branch: perl
11306            ! ext/Storable/Storable.xs
11307 ____________________________________________________________________________
11308 [  6830] By: jhi                                   on 2000/08/26  04:31:32
11309         Log: Update the test count.
11310      Branch: perl
11311            ! t/lib/trig.t
11312 ____________________________________________________________________________
11313 [  6829] By: jhi                                   on 2000/08/26  03:05:50
11314         Log: Subject: [PATCH] installation not quite silent yet.
11315              From: <abigail@foad.org>
11316              Date: Fri, 25 Aug 2000 20:07:53 -0400
11317              Message-ID: <20000826000753.7822.qmail@foad.org>
11318      Branch: perl
11319            ! installman installperl
11320 ____________________________________________________________________________
11321 [  6828] By: jhi                                   on 2000/08/26  03:05:14
11322         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11323              From: Spider Boardman <spider@web.zk3.dec.com>
11324              Date: Fri, 25 Aug 2000 19:12:40 -0400
11325              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
11326      Branch: perl
11327            ! gv.c
11328 ____________________________________________________________________________
11329 [  6827] By: jhi                                   on 2000/08/25  23:54:34
11330         Log: Support preserving extremely big/small angles.
11331      Branch: perl
11332            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
11333 ____________________________________________________________________________
11334 [  6826] By: jhi                                   on 2000/08/25  23:01:20
11335         Log: Patch installperl to be long double-aware.
11336              
11337              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11338              From: Spider Boardman <spider@web.zk3.dec.com>
11339              Date: Fri, 25 Aug 2000 18:15:23 -0400
11340              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
11341      Branch: perl
11342            ! installperl
11343 ____________________________________________________________________________
11344 [  6825] By: jhi                                   on 2000/08/25  22:58:25
11345         Log: Remove duplicately applied patch shards.
11346              
11347              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
11348              From: Spider Boardman <spider@leggy.zk3.dec.com>
11349              Date: Fri, 25 Aug 2000 16:45:03 -0400
11350              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
11351      Branch: perl
11352            ! t/lib/cgi-html.t
11353 ____________________________________________________________________________
11354 [  6824] By: jhi                                   on 2000/08/25  22:57:00
11355         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
11356              From: Daniel Chetlin <daniel@chetlin.com>
11357              Date: Fri, 25 Aug 2000 12:23:16 -0700
11358              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
11359              
11360              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
11361              From: Daniel Chetlin <daniel@chetlin.com>
11362              Date: Fri, 25 Aug 2000 14:47:19 -0700
11363              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
11364      Branch: perl
11365            ! installman
11366 ____________________________________________________________________________
11367 [  6823] By: jhi                                   on 2000/08/25  22:44:17
11368         Log: Timestamp problem?
11369      Branch: perl
11370            ! uconfig.h uconfig.sh
11371 ____________________________________________________________________________
11372 [  6822] By: jhi                                   on 2000/08/25  19:01:06
11373         Log: One forgotten file from #6816.
11374      Branch: perl
11375            ! vos/config.h
11376 ____________________________________________________________________________
11377 [  6821] By: jhi                                   on 2000/08/25  18:56:39
11378         Log: Regen Changes.
11379      Branch: perl
11380            ! Changes patchlevel.h
11381 ____________________________________________________________________________
11382 [  6820] By: jhi                                   on 2000/08/25  18:52:35
11383         Log: Fix Changes ordering.
11384      Branch: perl
11385            ! Changes
11386 ____________________________________________________________________________
11387 [  6819] By: jhi                                   on 2000/08/25  18:50:25
11388         Log: Update Changes.
11389      Branch: perl
11390            ! Changes patchlevel.h
11391 ____________________________________________________________________________
11392 [  6818] By: jhi                                   on 2000/08/25  18:47:45
11393         Log: Tweak the sfio/useperlio logic, hopefully as wished in
11394              
11395              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
11396              From: Nicholas Clark <nick@babyhippo.co.uk>
11397              Date: Fri, 25 Aug 2000 12:01:45 +0100
11398              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
11399      Branch: metaconfig/U/perl
11400            ! d_sfio.U
11401      Branch: perl
11402            ! Configure
11403 ____________________________________________________________________________
11404 [  6817] By: jhi                                   on 2000/08/25  18:32:51
11405         Log: Allow microperl to assume <math.h>, without it the math
11406              functions like floor() are assumed to return int, which makes
11407              for core dumps in machines where integer and floating register
11408              don't mix.
11409      Branch: perl
11410            ! uconfig.h uconfig.sh
11411 ____________________________________________________________________________
11412 [  6816] By: jhi                                   on 2000/08/25  18:27:17
11413         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
11414              the problem reported in
11415              
11416              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
11417              From: danhale@us.ibm.com
11418              Date: Fri, 25 Aug 2000 10:58:06 -0400
11419              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
11420      Branch: metaconfig/U/perl
11421            + d_socks5_init.U
11422      Branch: perl
11423            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
11424            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
11425            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
11426            ! win32/config.gc win32/config.vc
11427 ____________________________________________________________________________
11428 [  6815] By: jhi                                   on 2000/08/25  17:43:31
11429         Log: A solution for the retrieve_fd autosplit warning,
11430              idea suggested by Mike Guy.
11431      Branch: perl
11432            ! ext/Storable/Storable.pm
11433 ____________________________________________________________________________
11434 [  6814] By: jhi                                   on 2000/08/25  17:16:03
11435         Log: Add install-silent target.
11436      Branch: perl
11437            ! Makefile.SH
11438 ____________________________________________________________________________
11439 [  6813] By: jhi                                   on 2000/08/25  17:14:23
11440         Log: Subject: Re: [PATCH] More silencing of installman.
11441              From: <abigail@foad.org>
11442              Date: Thu, 24 Aug 2000 19:27:03 -0400
11443              Message-ID: <20000824232703.7001.qmail@foad.org>
11444              
11445              Subject: Re: [PATCH] More silencing of installman.
11446              From: <abigail@foad.org>
11447              Date: Fri, 25 Aug 2000 03:00:58 -0400
11448              Message-ID: <20000825070058.10697.qmail@foad.org>
11449      Branch: perl
11450            ! installman
11451 ____________________________________________________________________________
11452 [  6812] By: jhi                                   on 2000/08/25  17:11:28
11453         Log: installperl --verbose and --silent.
11454              
11455              Subject: Re: [PATCH] More silencing of installman.
11456              From: <abigail@foad.org>
11457              Message-ID: <20000825064430.9719.qmail@foad.org>
11458              Date: Fri, 25 Aug 2000 02:44:30 -0400
11459      Branch: perl
11460            ! installperl
11461 ____________________________________________________________________________
11462 [  6811] By: jhi                                   on 2000/08/25  17:05:43
11463         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
11464              From: "Peter J. Farley III" <pjfarley@banet.net>
11465              Date: Thu, 24 Aug 2000 21:58:03 -0400
11466              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
11467              
11468              (applied slightly modified)
11469      Branch: perl
11470            ! lib/ExtUtils/MM_Unix.pm
11471 ____________________________________________________________________________
11472 [  6810] By: jhi                                   on 2000/08/25  17:01:18
11473         Log: Missing parts of 
11474              
11475              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
11476              From: Peter Prymmer <pvhp@forte.com>
11477              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
11478              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
11479      Branch: perl
11480            ! t/lib/cgi-html.t
11481 ____________________________________________________________________________
11482 [  6809] By: jhi                                   on 2000/08/25  16:46:32
11483         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
11484              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11485              Date: Thu, 24 Aug 2000 19:13:11 -0500
11486              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
11487      Branch: perl
11488            ! vms/vms.c
11489 ____________________________________________________________________________
11490 [  6808] By: jhi                                   on 2000/08/25  16:39:22
11491         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
11492              From: Peter Prymmer <pvhp@forte.com>
11493              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
11494              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
11495      Branch: perl
11496            ! configure.com
11497 ____________________________________________________________________________
11498 [  6807] By: jhi                                   on 2000/08/25  16:36:37
11499         Log: Better wording for the vec lvalue diagnostic.
11500              
11501              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
11502              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11503              Date: Wed, 23 Aug 2000 14:12:16 -0400
11504              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
11505      Branch: perl
11506            ! pod/perldiag.pod
11507 ____________________________________________________________________________
11508 [  6806] By: jhi                                   on 2000/08/24  18:17:22
11509         Log: Subject: [PATCH] More silencing of installman.
11510              From: <abigail@foad.org>
11511              Date: Thu, 24 Aug 2000 14:01:44 -0400
11512              Message-ID: <20000824180144.20062.qmail@foad.org>
11513      Branch: perl
11514            ! installman
11515 ____________________________________________________________________________
11516 [  6805] By: jhi                                   on 2000/08/24  15:00:31
11517         Log: Update Changes.
11518      Branch: perl
11519            ! Changes patchlevel.h
11520 ____________________________________________________________________________
11521 [  6804] By: jhi                                   on 2000/08/24  14:59:07
11522         Log: Regen perltoc.
11523      Branch: perl
11524            ! pod/perltoc.pod
11525 ____________________________________________________________________________
11526 [  6803] By: jhi                                   on 2000/08/24  14:44:39
11527         Log: Show the doc file, not the temp file.
11528      Branch: perl
11529            ! installman
11530 ____________________________________________________________________________
11531 [  6802] By: jhi                                   on 2000/08/24  14:41:53
11532         Log: Continue silencing.
11533      Branch: perl
11534            ! installman
11535 ____________________________________________________________________________
11536 [  6801] By: jhi                                   on 2000/08/24  14:34:40
11537         Log: Actually do something with the silencer option.
11538      Branch: perl
11539            ! installman
11540 ____________________________________________________________________________
11541 [  6800] By: jhi                                   on 2000/08/24  14:26:22
11542         Log: Make installman to recognize the silence flag -S.
11543      Branch: perl
11544            ! installman
11545 ____________________________________________________________________________
11546 [  6799] By: jhi                                   on 2000/08/24  13:49:38
11547         Log: DOS patches and portability/porting notes, from Tim Jenness.
11548      Branch: perl
11549            ! lib/File/Temp.pm
11550 ____________________________________________________________________________
11551 [  6798] By: jhi                                   on 2000/08/24  13:48:27
11552         Log: Create directories in silence.
11553              
11554              Subject: [PATCH] Another silencer for MakeMaker
11555              From: andreas.koenig@anima.de (Andreas J. Koenig)
11556              Date: 24 Aug 2000 14:18:52 +0200
11557              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
11558      Branch: perl
11559            ! lib/ExtUtils/Command.pm
11560 ____________________________________________________________________________
11561 [  6797] By: jhi                                   on 2000/08/24  13:46:42
11562         Log: More liberal parsing of version numbers.
11563              
11564              Subject: Re: CPAN.pm beta for testing available
11565              From: andreas.koenig@anima.de (Andreas J. Koenig)
11566              Date: 24 Aug 2000 13:51:57 +0200
11567              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
11568      Branch: perl
11569            ! lib/CPAN.pm
11570 ____________________________________________________________________________
11571 [  6796] By: jhi                                   on 2000/08/24  13:44:36
11572         Log: Make "make install" by default silent.  A new "install-verbose"
11573              target is verbose.
11574      Branch: perl
11575            ! Makefile.SH
11576 ____________________________________________________________________________
11577 [  6795] By: jhi                                   on 2000/08/24  13:39:14
11578         Log: Add silencer flags to installperl.
11579              
11580              Subject: [PATCH] Making installperl silent.
11581              From: <abigail@foad.org>
11582              Date: Thu, 24 Aug 2000 05:01:45 -0400
11583              Message-ID: <20000824090145.13141.qmail@foad.org>
11584      Branch: perl
11585            ! installperl
11586 ____________________________________________________________________________
11587 [  6794] By: jhi                                   on 2000/08/24  13:35:50
11588         Log: installperl couldn't tell whether it had run tests or not.
11589              
11590              Subject: [PATCH] Re: installperl and t/TEST
11591              From: <abigail@foad.org>
11592              Date: Thu, 24 Aug 2000 04:00:53 -0400
11593              Message-ID: <20000824080053.2494.qmail@foad.org>
11594      Branch: perl
11595            ! Makefile.SH installperl
11596 ____________________________________________________________________________
11597 [  6793] By: jhi                                   on 2000/08/24  13:27:50
11598         Log: Drop the separate perlbc, perlcc -b should be enough.
11599      Branch: perl
11600            - utils/perlbc.PL
11601            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
11602 ____________________________________________________________________________
11603 [  6792] By: jhi                                   on 2000/08/24  04:41:30
11604         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
11605              plus the typo fix from Peter Prymmer.
11606      Branch: perl
11607            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11608            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11609 ____________________________________________________________________________
11610 [  6791] By: jhi                                   on 2000/08/24  02:10:43
11611         Log: Replace #6705 with a minimal doc patch.
11612              
11613              Subject: [PATCH 5.6.0] replace change #6705
11614              From: Jan Dubois <jand@ActiveState.com>
11615              Date: Wed, 23 Aug 2000 18:31:51 -0700
11616              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
11617      Branch: perl
11618            ! lib/Win32.pod win32/win32.c
11619 ____________________________________________________________________________
11620 [  6790] By: jhi                                   on 2000/08/23  17:52:00
11621         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
11622              From: Mike Guy <mjtg@cam.ac.uk>
11623              Date: Wed, 23 Aug 2000 18:38:46 +0100
11624              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
11625      Branch: perl
11626            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
11627 ____________________________________________________________________________
11628 [  6789] By: jhi                                   on 2000/08/23  15:34:21
11629         Log: Update Changes.
11630      Branch: perl
11631            ! Changes patchlevel.h
11632 ____________________________________________________________________________
11633 [  6788] By: jhi                                   on 2000/08/23  15:33:40
11634         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
11635              From: Wilfredo Sánchez <wsanchez@apple.com>
11636              Date: Tue, 22 Aug 2000 19:31:27 -0700
11637              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
11638      Branch: perl
11639            ! perl.h
11640 ____________________________________________________________________________
11641 [  6787] By: jhi                                   on 2000/08/23  15:29:31
11642         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
11643              From: Spider Boardman <spider@leggy.zk3.dec.com>
11644              Date: Wed, 23 Aug 2000 10:33:23 -0400
11645              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
11646      Branch: perl
11647            ! lib/Pod/Html.pm
11648 ____________________________________________________________________________
11649 [  6786] By: jhi                                   on 2000/08/23  15:28:11
11650         Log: Bad makefile.
11651      Branch: perl
11652            ! ext/B/Makefile.PL
11653 ____________________________________________________________________________
11654 [  6785] By: jhi                                   on 2000/08/23  14:37:04
11655         Log: Update Changes.
11656      Branch: perl
11657            ! Changes patchlevel.h
11658 ____________________________________________________________________________
11659 [  6784] By: jhi                                   on 2000/08/23  13:58:41
11660         Log: Portability fix from Hugo van der Sanden.
11661      Branch: perl
11662            ! ext/re/Makefile.PL
11663 ____________________________________________________________________________
11664 [  6783] By: jhi                                   on 2000/08/23  13:53:53
11665         Log: Storable support, v-version fixes.
11666              
11667              Subject: CPAN.pm beta for testing available
11668              From: andreas.koenig@anima.de (Andreas J. Koenig)
11669              Date: 22 Aug 2000 23:31:33 +0200
11670              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
11671      Branch: perl
11672            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11673 ____________________________________________________________________________
11674 [  6782] By: jhi                                   on 2000/08/23  13:51:26
11675         Log: Mac and other portability updates from Chris Nandor.
11676      Branch: perl
11677            ! pod/perlmodinstall.pod
11678 ____________________________________________________________________________
11679 [  6781] By: jhi                                   on 2000/08/23  13:47:33
11680         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
11681              From: Peter Prymmer <pvhp@forte.com>
11682              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
11683              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
11684      Branch: perl
11685            ! ext/Storable/Storable.xs
11686 ____________________________________________________________________________
11687 [  6780] By: jhi                                   on 2000/08/23  13:33:34
11688         Log: VMS MMS (make) wants null action.
11689      Branch: perl
11690            ! ext/B/Makefile.PL
11691 ____________________________________________________________________________
11692 [  6779] By: jhi                                   on 2000/08/22  19:44:47
11693         Log: Forgot portability nit.
11694      Branch: perl
11695            ! t/lib/st-forgive.t
11696 ____________________________________________________________________________
11697 [  6778] By: jhi                                   on 2000/08/22  19:35:25
11698         Log: Be portable.
11699      Branch: perl
11700            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
11701            ! t/lib/st-store.t
11702 ____________________________________________________________________________
11703 [  6777] By: jhi                                   on 2000/08/22  18:50:53
11704         Log: Update Changes.
11705      Branch: perl
11706            ! Changes patchlevel.h
11707 ____________________________________________________________________________
11708 [  6776] By: jhi                                   on 2000/08/22  18:44:46
11709         Log: cSVOPo_*v things index into the current PL_curpad
11710              under ithreads, which is different from the curpad
11711              used by the XSUB.  (In other words, the code as-is
11712              before this patch wouldn't work under ithreads.)
11713              From Sarathy.
11714      Branch: perl
11715            ! ext/B/B.xs
11716 ____________________________________________________________________________
11717 [  6775] By: jhi                                   on 2000/08/22  18:18:37
11718         Log: Make the selection of NVff et al stricter.
11719      Branch: metaconfig/U/perl
11720            ! perlxvf.U
11721      Branch: perl
11722            ! Configure config_h.SH
11723 ____________________________________________________________________________
11724 [  6774] By: jhi                                   on 2000/08/22  17:19:42
11725         Log: perldelta nits.
11726      Branch: perl
11727            ! pod/perldelta.pod
11728 ____________________________________________________________________________
11729 [  6773] By: jhi                                   on 2000/08/22  17:06:26
11730         Log: Long double fixes from Spider Boardman.
11731              
11732              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
11733              From: system PRIVILEGED account <root@peano.zk3.dec.com>
11734              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
11735              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
11736      Branch: perl
11737            ! t/lib/bigfltpm.t t/lib/st-06compat.t
11738 ____________________________________________________________________________
11739 [  6772] By: jhi                                   on 2000/08/22  15:04:53
11740         Log: Update Changes.
11741      Branch: perl
11742            ! Changes patchlevel.h
11743 ____________________________________________________________________________
11744 [  6771] By: jhi                                   on 2000/08/22  15:01:44
11745         Log: perldelta fixes from Hugo van der Sanden.
11746      Branch: perl
11747            ! pod/perldelta.pod
11748 ____________________________________________________________________________
11749 [  6770] By: jhi                                   on 2000/08/22  14:34:49
11750         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
11751              From: Hugo <hv@crypt.compulink.co.uk>
11752              Date: Tue, 22 Aug 2000 11:21:53 +0100
11753              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
11754      Branch: perl
11755            ! regcomp.c
11756 ____________________________________________________________________________
11757 [  6769] By: jhi                                   on 2000/08/22  14:30:02
11758         Log: Add Yitzchak, reformat.
11759      Branch: perl
11760            ! Changes config_h.SH
11761 ____________________________________________________________________________
11762 [  6768] By: jhi                                   on 2000/08/22  14:21:35
11763         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
11764              and Spider Boardman.
11765      Branch: metaconfig
11766            ! U/compline/d_gconvert.U
11767      Branch: perl
11768            ! Configure
11769 ____________________________________________________________________________
11770 [  6767] By: jhi                                   on 2000/08/22  14:11:24
11771         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
11772              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11773              Date: Mon, 21 Aug 2000 19:08:31 -0700
11774              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
11775      Branch: perl
11776            - ext/Storable/patchlevel.h
11777            ! MANIFEST ext/Storable/MANIFEST
11778 ____________________________________________________________________________
11779 [  6766] By: jhi                                   on 2000/08/22  13:49:29
11780         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
11781              From: Peter Prymmer <pvhp@forte.com>
11782              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
11783              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
11784      Branch: perl
11785            ! configure.com ext/Storable/Makefile.PL
11786 ____________________________________________________________________________
11787 [  6765] By: jhi                                   on 2000/08/22  13:44:59
11788         Log: Subject: [PATCH blead] B:: missing dependency
11789              From: Hugo <hv@crypt.compulink.co.uk>
11790              Date: Tue, 22 Aug 2000 06:44:33 +0100
11791              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
11792      Branch: perl
11793            ! ext/B/Makefile.PL
11794 ____________________________________________________________________________
11795 [  6764] By: jhi                                   on 2000/08/22  13:38:12
11796         Log: More bytecompiler.
11797      Branch: perl
11798            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
11799 ____________________________________________________________________________
11800 [  6763] By: jhi                                   on 2000/08/22  13:36:44
11801         Log: Bytecompiler patches from Benjamin Stuhl.
11802      Branch: perl
11803            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
11804            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
11805            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
11806            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11807            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
11808            ! perl.c perlapi.h pod/perldelta.pod
11809 ____________________________________________________________________________
11810 [  6762] By: jhi                                   on 2000/08/21  23:43:40
11811         Log: An obsoleted diagnostic.
11812      Branch: perl
11813            ! pod/perldelta.pod
11814 ____________________________________________________________________________
11815 [  6761] By: jhi                                   on 2000/08/21  23:01:45
11816         Log: The #6759 wasn't quite right.
11817      Branch: perl
11818            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
11819            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
11820            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11821            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11822            ! t/lib/st-tieditems.t
11823 ____________________________________________________________________________
11824 [  6760] By: jhi                                   on 2000/08/21  22:35:49
11825         Log: Be verydeepclean.
11826      Branch: perl
11827            ! Makefile.SH
11828 ____________________________________________________________________________
11829 [  6759] By: jhi                                   on 2000/08/21  22:25:40
11830         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
11831              From: Peter Prymmer <pvhp@forte.com>
11832              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
11833              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
11834      Branch: perl
11835            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
11836            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
11837            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
11838            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
11839            ! t/lib/st-tieditems.t
11840 ____________________________________________________________________________
11841 [  6758] By: jhi                                   on 2000/08/21  22:22:32
11842         Log: Few more casts, need reported in
11843              
11844              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
11845              From: Mike Stok <mike@stok.co.uk>
11846              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
11847              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
11848              
11849              and
11850              
11851              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
11852              From: abigail@foad.org
11853              Date: 21 Aug 2000 21:31:34 -0000
11854              Message-Id: <20000821213134.30170.qmail@foad.org>
11855      Branch: perl
11856            ! ext/Storable/Storable.xs
11857 ____________________________________________________________________________
11858 [  6757] By: jhi                                   on 2000/08/21  18:37:07
11859         Log: Update Changes.
11860      Branch: perl
11861            ! Changes patchlevel.h
11862 ____________________________________________________________________________
11863 [  6756] By: jhi                                   on 2000/08/21  18:34:02
11864         Log: A pod nit.
11865              
11866              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
11867              From: <abigail@foad.org>
11868              Date: Mon, 21 Aug 2000 14:00:16 -0400
11869              Message-ID: <20000821180016.28627.qmail@foad.org>
11870      Branch: perl
11871            ! pod/perlre.pod
11872 ____________________________________________________________________________
11873 [  6755] By: jhi                                   on 2000/08/21  18:30:56
11874         Log: Use PodParser 1.18 new test.
11875      Branch: perl
11876            ! t/pod/special_seqs.t t/pod/special_seqs.xr
11877 ____________________________________________________________________________
11878 [  6754] By: jhi                                   on 2000/08/21  18:28:35
11879         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
11880              patches cannot be applied since #6712 conflicts.
11881      Branch: perl
11882            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
11883 ____________________________________________________________________________
11884 [  6753] By: jhi                                   on 2000/08/21  18:15:11
11885         Log: Weed out some smaller changes.
11886      Branch: perl
11887            ! pod/perldelta.pod
11888 ____________________________________________________________________________
11889 [  6752] By: jhi                                   on 2000/08/21  18:02:30
11890         Log: Also under djgpp the timestamps are funky.
11891      Branch: perl
11892            ! t/op/stat.t
11893 ____________________________________________________________________________
11894 [  6751] By: jhi                                   on 2000/08/21  17:55:56
11895         Log: Tweak the floating point output routine preferences.
11896      Branch: metaconfig
11897            ! U/compline/d_gconvert.U
11898      Branch: perl
11899            ! Configure
11900 ____________________________________________________________________________
11901 [  6750] By: jhi                                   on 2000/08/21  17:51:29
11902         Log: Unicos/mk requires elaborate paranoia.
11903      Branch: perl
11904            ! lib/Math/Complex.pm
11905 ____________________________________________________________________________
11906 [  6749] By: gsar                                  on 2000/08/21  16:53:31
11907         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
11908      Branch: perl
11909            ! lib/Cwd.pm
11910 ____________________________________________________________________________
11911 [  6748] By: gsar                                  on 2000/08/21  16:22:19
11912         Log: free TLS slot properly on Windows
11913      Branch: perl
11914            ! thread.h win32/perllib.c win32/win32thread.h
11915 ____________________________________________________________________________
11916 [  6747] By: jhi                                   on 2000/08/21  16:20:58
11917         Log: Rename the macro argument because some preprocessors
11918              can't tell the difference and expand arguments also inside
11919              double quoted strings.
11920      Branch: perl
11921            ! regcomp.c
11922 ____________________________________________________________________________
11923 [  6746] By: jhi                                   on 2000/08/21  16:09:41
11924         Log: Support long doubles in Storable.
11925              
11926              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
11927              From: Radu Greab <radu@netsoft.ro>
11928              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
11929              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
11930      Branch: perl
11931            ! ext/Storable/Storable.xs
11932 ____________________________________________________________________________
11933 [  6745] By: jhi                                   on 2000/08/21  15:51:40
11934         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
11935              From: "Fifer, Eric" <EFifer@sanwaint.com>
11936              Date: Mon, 21 Aug 2000 15:34:49 +0100
11937              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
11938      Branch: perl
11939            ! t/pragma/warn/9enabled
11940 ____________________________________________________________________________
11941 [  6744] By: jhi                                   on 2000/08/21  15:39:35
11942         Log: Document the endianness of Alpha more precisely.
11943      Branch: perl
11944            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
11945            ! pod/perlport.pod
11946 ____________________________________________________________________________
11947 [  6743] By: jhi                                   on 2000/08/21  14:47:05
11948         Log: perldelta fixes from the p5p crowd.
11949      Branch: perl
11950            ! pod/perldelta.pod pod/perlop.pod
11951 ____________________________________________________________________________
11952 [  6742] By: jhi                                   on 2000/08/21  13:34:51
11953         Log: Update to Pod::LaTeX 0.53.
11954              
11955              Subject: [PATCH] lib/Pod/LaTeX.pm updates
11956              From: Tim Jenness <timj@jach.hawaii.edu>
11957              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
11958              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
11959      Branch: perl
11960            ! lib/Pod/LaTeX.pm
11961 ____________________________________________________________________________
11962 [  6741] By: jhi                                   on 2000/08/21  13:33:01
11963         Log: Subject: [PATCH] os2.c fix for use64bitint
11964              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11965              Date: Mon, 21 Aug 2000 01:32:25 -0700
11966              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
11967      Branch: perl
11968            ! os2/os2.c
11969 ____________________________________________________________________________
11970 [  6740] By: jhi                                   on 2000/08/21  13:28:52
11971         Log: Array context keeps slithering in.
11972              
11973              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
11974              From: Daniel Chetlin <daniel@chetlin.com>
11975              Date: Sun, 20 Aug 2000 21:40:25 -0700
11976              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
11977      Branch: perl
11978            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
11979            ! pod/perldebtut.pod
11980 ____________________________________________________________________________
11981 [  6739] By: jhi                                   on 2000/08/21  13:23:55
11982         Log: Big-endian quad fixes for Storable from Radu Greab,
11983              plus few explicit null casts for picky compilers.
11984      Branch: perl
11985            ! ext/Storable/Storable.xs
11986 ____________________________________________________________________________
11987 [  6738] By: gsar                                  on 2000/08/21  05:56:13
11988         Log: small tweaks for change#6705: avoid C++ style comments in C code;
11989              use Perl's malloc API rather than the low level system one
11990      Branch: perl
11991            ! win32/win32.c
11992 ____________________________________________________________________________
11993 [  6737] By: gsar                                  on 2000/08/21  05:35:41
11994         Log: add Storable to list of extensions on Windows
11995      Branch: perl
11996            ! win32/Makefile win32/makefile.mk
11997 ____________________________________________________________________________
11998 [  6736] By: jhi                                   on 2000/08/21  02:57:53
11999         Log: Update Changes.
12000      Branch: perl
12001            ! Changes patchlevel.h
12002 ____________________________________________________________________________
12003 [  6735] By: jhi                                   on 2000/08/21  02:57:20
12004         Log: Draft 0.
12005      Branch: perl
12006            ! pod/perldelta.pod
12007 ____________________________________________________________________________
12008 [  6734] By: jhi                                   on 2000/08/21  02:57:03
12009         Log: Add Storable 0.7.2 from Raphael Manfredi,
12010              plus the patch from
12011              
12012              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
12013              From: Radu Greab <radu@netsoft.ro>
12014              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
12015              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
12016              
12017              plus changes to get Storable to compile with
12018              picky ANSI compilers.
12019      Branch: perl
12020            + ext/Storable/ChangeLog ext/Storable/MANIFEST
12021            + ext/Storable/Makefile.PL ext/Storable/README
12022            + ext/Storable/Storable.pm ext/Storable/Storable.xs
12023            + ext/Storable/patchlevel.h t/lib/st-06compat.t
12024            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
12025            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
12026            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
12027            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
12028            + t/lib/st-tieditems.t
12029            ! MANIFEST
12030 ____________________________________________________________________________
12031 [  6733] By: jhi                                   on 2000/08/21  02:29:09
12032         Log: The correct cleaning order is an art.
12033      Branch: perl
12034            ! Makefile.SH
12035 ____________________________________________________________________________
12036 [  6732] By: jhi                                   on 2000/08/21  01:23:39
12037         Log: The #6724 is here.
12038      Branch: perl
12039            ! t/lib/ftmp-security.t
12040 ____________________________________________________________________________
12041 [  6731] By: jhi                                   on 2000/08/20  23:17:03
12042         Log: s/this one/the 5.6.0 release/
12043      Branch: perl
12044            ! pod/perl56delta.pod
12045 ____________________________________________________________________________
12046 [  6730] By: jhi                                   on 2000/08/20  23:07:34
12047         Log: Mention perlebcdic and perlposix-bc.
12048      Branch: perl
12049            ! pod/perlport.pod
12050 ____________________________________________________________________________
12051 [  6729] By: jhi                                   on 2000/08/20  21:32:59
12052         Log: Document the number of exponent digits.
12053      Branch: perl
12054            ! pod/perlfunc.pod
12055 ____________________________________________________________________________
12056 [  6728] By: jhi                                   on 2000/08/20  21:16:47
12057         Log: Use File::Spec->tmpdir().
12058              
12059              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
12060              From: Tim Jenness <timj@jach.hawaii.edu>
12061              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
12062              MIME-Version: 1.0
12063              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
12064      Branch: perl
12065            ! utils/perlbug.PL
12066 ____________________________________________________________________________
12067 [  6727] By: jhi                                   on 2000/08/20  20:43:32
12068         Log: Update Changes.
12069      Branch: perl
12070            ! Changes patchlevel.h
12071 ____________________________________________________________________________
12072 [  6726] By: jhi                                   on 2000/08/20  20:41:44
12073         Log: The veryclean target needs to clobber.
12074      Branch: perl
12075            ! Makefile.SH
12076 ____________________________________________________________________________
12077 [  6725] By: jhi                                   on 2000/08/20  20:37:38
12078         Log: Document odd vs even subreleases and -Dusedevel.
12079      Branch: perl
12080            ! INSTALL
12081 ____________________________________________________________________________
12082 [  6724] By: jhi                                   on 2000/08/20  19:58:05
12083         Log: Use temporary directory instead of current directory.
12084              
12085              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
12086              From: Tim Jenness <timj@jach.hawaii.edu>
12087              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
12088              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
12089      Branch: perl
12090            ! t/lib/ftmp-security.t
12091 ____________________________________________________________________________
12092 [  6723] By: jhi                                   on 2000/08/20  19:55:55
12093         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
12094              From: andreas.koenig@anima.de (Andreas J. Koenig)
12095              Date: 20 Aug 2000 15:52:03 +0200
12096              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
12097      Branch: perl
12098            ! lib/ExtUtils/MM_Unix.pm
12099 ____________________________________________________________________________
12100 [  6722] By: jhi                                   on 2000/08/20  19:46:01
12101         Log: Update to CGI 2.72, from Lincoln Stein.
12102      Branch: perl
12103            ! lib/CGI.pm
12104 ____________________________________________________________________________
12105 [  6721] By: jhi                                   on 2000/08/20  19:43:54
12106         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
12107              From: Radu Greab <radu@netsoft.ro>
12108              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
12109              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
12110      Branch: perl
12111            ! ext/GDBM_File/GDBM_File.xs
12112 ____________________________________________________________________________
12113 [  6720] By: jhi                                   on 2000/08/20  19:42:01
12114         Log: pp_open() could pass an uninitialized filename down to do_open9().
12115      Branch: perl
12116            ! pp_sys.c
12117 ____________________________________________________________________________
12118 [  6719] By: jhi                                   on 2000/08/20  14:06:41
12119         Log: UTF8 concat fixes.
12120              
12121              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
12122              From: Hugo <hv@crypt.compulink.co.uk>
12123              Date: Sun, 20 Aug 2000 07:30:46 +0100
12124              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
12125      Branch: perl
12126            ! pp_hot.c t/op/append.t
12127 ____________________________________________________________________________
12128 [  6718] By: jhi                                   on 2000/08/20  02:09:37
12129         Log: Let's try #6717 again.
12130      Branch: perl
12131            ! lib/File/Temp.pm
12132 ____________________________________________________________________________
12133 [  6717] By: jhi                                   on 2000/08/20  01:56:55
12134         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
12135              From: "Craig A. Berry" <craig.berry@metamorgs.com>
12136              Date: Sat, 19 Aug 2000 18:15:39 -0500
12137              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
12138      Branch: perl
12139            ! lib/File/Temp.pm
12140 ____________________________________________________________________________
12141 [  6716] By: jhi                                   on 2000/08/19  15:50:11
12142         Log: Update Changes.
12143      Branch: perl
12144            ! Changes patchlevel.h
12145 ____________________________________________________________________________
12146 [  6715] By: jhi                                   on 2000/08/19  15:39:09
12147         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
12148              From: Jonathan D Johnston <jdjohnston2@juno.com>
12149              Date: Thu, 17 Aug 2000 23:13:01 -0400       
12150              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
12151      Branch: perl
12152            ! pod/perlfunc.pod
12153 ____________________________________________________________________________
12154 [  6714] By: jhi                                   on 2000/08/19  15:34:04
12155         Log: Introduce a 'veryclean' target that is like 'distclean'
12156              but also removes *~ and *.orig.
12157      Branch: perl
12158            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
12159            ! utils/Makefile x2p/Makefile.SH
12160 ____________________________________________________________________________
12161 [  6713] By: jhi                                   on 2000/08/19  14:15:45
12162         Log: Put back the long double avoidance code to POSIX.xs
12163              because VMS seems to need it still.
12164      Branch: perl
12165            ! ext/POSIX/POSIX.xs
12166 ____________________________________________________________________________
12167 [  6712] By: jhi                                   on 2000/08/19  14:10:41
12168         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
12169              From: Peter Prymmer <pvhp@forte.com>
12170              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
12171              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
12172      Branch: perl
12173            ! lib/Pod/Find.pm t/pod/find.t
12174 ____________________________________________________________________________
12175 [  6711] By: jhi                                   on 2000/08/19  14:09:19
12176         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
12177              From: Peter Prymmer <pvhp@forte.com>
12178              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
12179              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
12180              cc: vmsperl@perl.org
12181      Branch: perl
12182            ! t/lib/peek.t
12183 ____________________________________________________________________________
12184 [  6710] By: jhi                                   on 2000/08/19  14:08:01
12185         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
12186              From: Jan Dubois <jand@ActiveState.com>
12187              Date: Fri, 18 Aug 2000 16:31:48 -0700
12188              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
12189      Branch: perl
12190            ! win32/win32.c
12191 ____________________________________________________________________________
12192 [  6709] By: jhi                                   on 2000/08/19  14:06:57
12193         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
12194              
12195              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
12196              From: Spider.Boardman@Orb.Nashua.NH.US
12197              Date: Fri, 18 Aug 2000 18:41:14 -0400
12198              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
12199      Branch: perl
12200            ! regcomp.c
12201 ____________________________________________________________________________
12202 [  6708] By: jhi                                   on 2000/08/18  22:04:49
12203         Log: Update Changes.
12204      Branch: perl
12205            ! Changes patchlevel.h
12206 ____________________________________________________________________________
12207 [  6707] By: jhi                                   on 2000/08/18  21:55:14
12208         Log: Add warnif(), check warnings further up the stack,
12209              all the warnings functions now can take an optional object reference.
12210              
12211              Subject: [PATCH bleedperl@6691] warnings pragma update
12212              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12213              Date: Fri, 18 Aug 2000 22:42:06 +0100
12214              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
12215      Branch: perl
12216            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
12217            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
12218            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
12219 ____________________________________________________________________________
12220 [  6706] By: jhi                                   on 2000/08/18  21:41:45
12221         Log: Typo in pp_complement().
12222              
12223              Subject: [PATCH perl-current] Deparse
12224              From: Peter Scott <Peter@PSDT.com>
12225              Date: Fri, 18 Aug 2000 12:44:37 -0700
12226              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
12227      Branch: perl
12228            ! ext/B/B/Deparse.pm
12229 ____________________________________________________________________________
12230 [  6705] By: jhi                                   on 2000/08/18  21:25:59
12231         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
12232              From: Jan Dubois <jand@ActiveState.com>
12233              Date: Fri, 18 Aug 2000 14:22:51 -0700
12234              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
12235      Branch: perl
12236            ! lib/Win32.pod win32/win32.c
12237 ____________________________________________________________________________
12238 [  6704] By: jhi                                   on 2000/08/18  21:16:14
12239         Log: Don't eat leading os from index entries.
12240              
12241              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
12242              From: Russ Allbery <rra@stanford.edu>
12243              Date: 10 Aug 2000 20:49:25 -0700
12244              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
12245      Branch: perl
12246            ! lib/Pod/Man.pm
12247 ____________________________________________________________________________
12248 [  6703] By: jhi                                   on 2000/08/18  21:07:06
12249         Log: Add [[:blank:]] as suggested in
12250              
12251              Subject: [ID 20000716.024] [=cc=] / [:blank:]
12252              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
12253              Date: Sun, 16 Jul 2000 17:55:29 -0700
12254              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
12255              
12256              (the [=cc=] has already been taken care of by #6439
12257              so the whole bug report can be closed)
12258              
12259              and make [[:space:]] to be equivalent to isspace(3)
12260              (as opposed to \s, which is isSPACE()).  The difference
12261              is that now [[:space:]] matches the mythical vertical tab,
12262              while \s doesn't.
12263      Branch: perl
12264            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
12265            ! regexec.c t/op/pat.t
12266 ____________________________________________________________________________
12267 [  6702] By: jhi                                   on 2000/08/18  18:47:47
12268         Log: The new tests were missing from #6415.
12269      Branch: perl
12270            ! t/op/bop.t
12271 ____________________________________________________________________________
12272 [  6701] By: jhi                                   on 2000/08/18  18:20:40
12273         Log: Document the NDBM_File and ODBM_File as SDBM_File
12274              was documented in #6417.
12275      Branch: perl
12276            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
12277            ! ext/SDBM_File/SDBM_File.pm
12278 ____________________________________________________________________________
12279 [  6700] By: jhi                                   on 2000/08/18  18:10:39
12280         Log: Subject: [PATCH perl@6698] cygwin port
12281              From: "Fifer, Eric" <EFifer@sanwaint.com>
12282              Date: Fri, 18 Aug 2000 17:30:05 +0100
12283              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
12284      Branch: perl
12285            ! lib/File/Temp.pm
12286 ____________________________________________________________________________
12287 [  6699] By: jhi                                   on 2000/08/18  16:21:49
12288         Log: Document code point which makes if (defined %stash::) to work
12289              (noted by Spider Boardman).
12290      Branch: perl
12291            ! op.c
12292 ____________________________________________________________________________
12293 [  6698] By: jhi                                   on 2000/08/18  13:43:27
12294         Log: Update Changes.
12295      Branch: perl
12296            ! Changes patchlevel.h
12297 ____________________________________________________________________________
12298 [  6697] By: jhi                                   on 2000/08/18  13:35:57
12299         Log: Tiny Getopt::Long patch from Johan Vromans.
12300      Branch: perl
12301            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
12302 ____________________________________________________________________________
12303 [  6696] By: jhi                                   on 2000/08/18  13:26:14
12304         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
12305              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
12306              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
12307              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
12308      Branch: perl
12309            ! pod/perldiag.pod pod/perlsyn.pod
12310 ____________________________________________________________________________
12311 [  6695] By: jhi                                   on 2000/08/18  13:13:26
12312         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
12313              From: Daniel Chetlin <daniel@chetlin.com>
12314              Date: Fri, 18 Aug 2000 03:13:36 -0700
12315              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
12316      Branch: perl
12317            ! pod/perlfunc.pod
12318 ____________________________________________________________________________
12319 [  6694] By: jhi                                   on 2000/08/18  13:08:05
12320         Log: Subject: [PATCH] perltrap.pod spring cleaning
12321              From: Daniel Chetlin <daniel@chetlin.com>
12322              Date: Fri, 18 Aug 2000 03:06:54 -0700
12323              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
12324              
12325              plus Mike Guy's nitfix.
12326      Branch: perl
12327            ! pod/perltrap.pod
12328 ____________________________________________________________________________
12329 [  6693] By: jhi                                   on 2000/08/18  13:00:26
12330         Log: Unbuffer the output.
12331              
12332              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
12333              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12334              Date: Thu, 17 Aug 2000 18:39:29 -0700
12335              Message-ID: <RPJn5gzkgydf092yn@efn.org>
12336      Branch: perl
12337            ! t/op/fork.t
12338 ____________________________________________________________________________
12339 [  6692] By: jhi                                   on 2000/08/18  05:19:17
12340         Log: Delete the image, too, not just its MANIFEStation.
12341      Branch: perl
12342            - lib/CGI/eg/wilogo.gif
12343 ____________________________________________________________________________
12344 [  6691] By: jhi                                   on 2000/08/18  05:10:26
12345         Log: Propagate new Configure vars.
12346      Branch: perl
12347            ! configure.com epoc/config.sh uconfig.h uconfig.sh
12348            ! vos/config.def vos/config.h vos/config_h.SH_orig
12349            ! win32/config.bc win32/config.gc win32/config.vc
12350            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12351 ____________________________________________________________________________
12352 [  6690] By: jhi                                   on 2000/08/18  04:30:56
12353         Log: Update Changes.
12354      Branch: perl
12355            ! Changes patchlevel.h
12356 ____________________________________________________________________________
12357 [  6689] By: jhi                                   on 2000/08/18  04:12:30
12358         Log: Fix the lib/complex failure of
12359              
12360              From: abigail@foad.org
12361              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12362              Date: 15 Aug 2000 04:06:38 -0000
12363              Message-Id: <20000815040638.8524.qmail@foad.org> 
12364              
12365              Linux long double accuracy issue: something that
12366              when printed with %g looks like "2" but int() of it is 1.
12367      Branch: perl
12368            ! lib/Math/Complex.pm
12369 ____________________________________________________________________________
12370 [  6688] By: jhi                                   on 2000/08/18  03:15:35
12371         Log: The byteorder code in #6671 was wrong.
12372      Branch: perl
12373            ! configpm
12374 ____________________________________________________________________________
12375 [  6687] By: jhi                                   on 2000/08/18  02:08:42
12376         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
12377              From: Jan Dubois <jand@ActiveState.com>
12378              Date: Thu, 17 Aug 2000 18:31:55 -0700
12379              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
12380      Branch: perl
12381            ! sv.c
12382 ____________________________________________________________________________
12383 [  6686] By: jhi                                   on 2000/08/18  02:04:15
12384         Log: Use NVs in POSIX math, not doubles.
12385              
12386              From: abigail@foad.org
12387              Subject: [ID 20000817.014] POSIX & modfl
12388              Date: 17 Aug 2000 20:49:18 -0000
12389              Message-Id: <20000817204918.23123.qmail@foad.org>
12390      Branch: perl
12391            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
12392 ____________________________________________________________________________
12393 [  6685] By: jhi                                   on 2000/08/18  02:02:12
12394         Log: Introduce NVef, NVff, and NVgf, use the middle one.
12395              (helps for lib/peek + Linux + long doubles)  Reported in
12396              
12397              From: abigail@foad.org
12398              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12399              Date: 15 Aug 2000 04:06:38 -0000
12400              Message-Id: <20000815040638.8524.qmail@foad.org> 
12401              
12402              (note: the lib/complex failure has not yet been addressed)
12403      Branch: metaconfig/U/perl
12404            ! perlxvf.U
12405      Branch: perl
12406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12407            ! config_h.SH dump.c perl.h pod/perlguts.pod
12408 ____________________________________________________________________________
12409 [  6684] By: jhi                                   on 2000/08/17  23:22:19
12410         Log: Add byteorder to the myconfig output.
12411      Branch: perl
12412            ! myconfig.SH
12413 ____________________________________________________________________________
12414 [  6683] By: jhi                                   on 2000/08/17  23:20:19
12415         Log: The image doth not exist, spotted by Johan Vromans.
12416      Branch: perl
12417            ! MANIFEST
12418 ____________________________________________________________________________
12419 [  6682] By: jhi                                   on 2000/08/17  22:38:16
12420         Log: Document what the backtick returns if the command fails.
12421      Branch: perl
12422            ! pod/perlop.pod
12423 ____________________________________________________________________________
12424 [  6681] By: jhi                                   on 2000/08/17  22:33:12
12425         Log: Do not use prototyping here.
12426              
12427              Subject: [ID 20000817.016] [PATCH] Peek.xs
12428              From: abigail@foad.org
12429              Date: 17 Aug 2000 20:55:56 -0000
12430              Message-Id: <20000817205556.24270.qmail@foad.org>
12431      Branch: perl
12432            ! ext/Devel/Peek/Makefile.PL
12433 ____________________________________________________________________________
12434 [  6680] By: jhi                                   on 2000/08/17  19:46:43
12435         Log: Don't propose using modules built for 5.005 if no binary
12436              compatibility with 5.005 is attempted.
12437              
12438              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
12439              Subject: Minor nit with 5.7.0 (6655)
12440              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
12441              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
12442      Branch: metaconfig
12443            ! U/installdirs/inc_version_list.U
12444      Branch: perl
12445            ! Configure config_h.SH
12446 ____________________________________________________________________________
12447 [  6679] By: jhi                                   on 2000/08/17  19:16:39
12448         Log: Microperl config update.
12449      Branch: perl
12450            ! uconfig.h uconfig.sh
12451 ____________________________________________________________________________
12452 [  6678] By: jhi                                   on 2000/08/17  19:16:13
12453         Log: The #6648 wasn't protective enough for limited platforms
12454              (like microperl).
12455      Branch: perl
12456            ! dump.c sv.c
12457 ____________________________________________________________________________
12458 [  6677] By: jhi                                   on 2000/08/17  14:46:35
12459         Log: Update Changes.
12460      Branch: perl
12461            ! Changes patchlevel.h
12462 ____________________________________________________________________________
12463 [  6676] By: jhi                                   on 2000/08/17  14:44:02
12464         Log: Add perlebcdic from Peter Prymmer, regen toc.
12465      Branch: perl
12466            + pod/perlebcdic.pod
12467            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12468 ____________________________________________________________________________
12469 [  6675] By: jhi                                   on 2000/08/17  14:41:52
12470         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
12471      Branch: perl
12472            ! pod/perldebtut.pod
12473 ____________________________________________________________________________
12474 [  6674] By: jhi                                   on 2000/08/17  14:29:43
12475         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
12476              
12477              Subject: [ID 20000724.006] -DLEAKTEST problem
12478              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
12479              Date: Tue, 25 Jul 2000 00:36:32 -0500
12480              Message-Id: <20000725003632.A26186@www.llamacom.com>
12481              
12482              Reminder sent
12483              
12484              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
12485              From: Hugo <hv@crypt.compulink.co.uk>
12486              Date: Thu, 17 Aug 2000 15:23:42 +0100
12487              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
12488      Branch: perl
12489            ! util.c
12490 ____________________________________________________________________________
12491 [  6673] By: jhi                                   on 2000/08/17  04:07:10
12492         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
12493              From: John Peacock <JPeacock@UnivPress.com>
12494              Date: Tue, 01 Aug 2000 09:38:12 -0400
12495              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
12496      Branch: perl
12497            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
12498 ____________________________________________________________________________
12499 [  6672] By: jhi                                   on 2000/08/17  03:04:35
12500         Log: Subject: [PATCH] Cwd.pm now uses strict
12501              From: Tim Jenness <timj@jach.hawaii.edu>
12502              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
12503              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
12504      Branch: perl
12505            ! lib/Cwd.pm
12506 ____________________________________________________________________________
12507 [  6671] By: jhi                                   on 2000/08/17  02:16:35
12508         Log: Make $Config{byteorder} more magical so that it is
12509              dynamically computed: nice for 'fat binaries'.
12510              
12511              Subject: [PATCH]: default byteorder
12512              From: Wilfredo Sánchez <wsanchez@apple.com>
12513              Date: Mon, 31 Jul 2000 19:45:31 -0700
12514              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
12515      Branch: perl
12516            ! configpm
12517 ____________________________________________________________________________
12518 [  6670] By: gsar                                  on 2000/08/17  01:22:21
12519         Log: move WNOHANG definition to where other such things are
12520      Branch: perl
12521            ! win32/win32.h
12522 ____________________________________________________________________________
12523 [  6669] By: jhi                                   on 2000/08/17  01:19:17
12524         Log: Update Changes.
12525      Branch: perl
12526            ! Changes patchlevel.h
12527 ____________________________________________________________________________
12528 [  6668] By: jhi                                   on 2000/08/17  01:16:29
12529         Log: Doc nits spotted by Richard Soderberg.
12530      Branch: perl
12531            ! README.posix-bc README.vmesa
12532 ____________________________________________________________________________
12533 [  6667] By: jhi                                   on 2000/08/17  01:12:11
12534         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
12535              From: "Casey R. Tweten" <crt@kiski.net>
12536              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
12537              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
12538      Branch: perl
12539            ! pod/perldebtut.pod
12540 ____________________________________________________________________________
12541 [  6666] By: jhi                                   on 2000/08/17  01:09:31
12542         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
12543              From: "Casey R. Tweten" <crt@kiski.net>
12544              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
12545              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
12546      Branch: perl
12547            ! lib/Shell.pm
12548 ____________________________________________________________________________
12549 [  6665] By: gsar                                  on 2000/08/17  01:03:52
12550         Log: add "ok" targets from change#6632 in makefile.mk
12551      Branch: perl
12552            ! pod/perlport.pod win32/Makefile win32/makefile.mk
12553 ____________________________________________________________________________
12554 [  6664] By: gsar                                  on 2000/08/17  00:56:11
12555         Log: avoid warnings from dense compiler
12556      Branch: perl
12557            ! win32/win32.c
12558 ____________________________________________________________________________
12559 [  6663] By: jhi                                   on 2000/08/17  00:51:49
12560         Log: Tweak the regex compilation errors once more.
12561      Branch: perl
12562            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12563            ! t/op/regmesg.t t/pragma/warn/regcomp
12564 ____________________________________________________________________________
12565 [  6662] By: gsar                                  on 2000/08/17  00:28:19
12566         Log: trailing new %ENV entries weren't being pushed into the real
12567              environment of subprocesses on Windows
12568      Branch: perl
12569            ! t/op/magic.t win32/perlhost.h
12570 ____________________________________________________________________________
12571 [  6661] By: gsar                                  on 2000/08/17  00:19:20
12572         Log: waitpid() now handles externally spawned pids correctly;
12573              fixes for backtick/wait/waitpid failures on Windows 9x
12574              
12575              these changes make the pid returned by process functions on
12576              Windows 9x always positive by clearing the high bit (which
12577              is always set on Win9x); pseudo-process PIDs are likewise
12578              always negative now on Win9x (just as on NT/2000)
12579      Branch: perl
12580            ! pp_sys.c win32/perlhost.h win32/win32.c
12581 ____________________________________________________________________________
12582 [  6660] By: jhi                                   on 2000/08/17  00:04:32
12583         Log: Retract #6645.
12584      Branch: perl
12585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12586            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12587            ! t/op/sprintf.t
12588 ____________________________________________________________________________
12589 [  6659] By: gsar                                  on 2000/08/16  23:59:28
12590         Log: on windows, the return values from wait() and waitpid() don't
12591              match those of pseudo-pids
12592      Branch: perl
12593            ! pp_sys.c t/op/fork.t util.c win32/win32.c
12594 ____________________________________________________________________________
12595 [  6658] By: gsar                                  on 2000/08/16  23:56:14
12596         Log: pod nit seen in passing
12597      Branch: perl
12598            ! pod/perlfunc.pod
12599 ____________________________________________________________________________
12600 [  6657] By: gsar                                  on 2000/08/16  23:53:42
12601         Log: change#6328 could make close(SOCKET) return false on windows
12602              when it shouldn't
12603      Branch: perl
12604            ! win32/win32sck.c
12605 ____________________________________________________________________________
12606 [  6656] By: gsar                                  on 2000/08/16  23:46:57
12607         Log: check that the number pseudo children doesn't exceed
12608              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
12609              the WaitForMultipleObjects() limit that would cause wait()
12610              to crash)
12611              
12612              wait() and waitpid() could potentially be rewritten to use
12613              more than one thread to do the waiting to eliminate this
12614              limitation
12615      Branch: perl
12616            ! win32/perlhost.h
12617 ____________________________________________________________________________
12618 [  6655] By: jhi                                   on 2000/08/16  14:11:05
12619         Log: Update Changes.
12620      Branch: perl
12621            ! Changes patchlevel.h
12622 ____________________________________________________________________________
12623 [  6654] By: jhi                                   on 2000/08/16  14:10:12
12624         Log: Update to perldebtut 1.9, from Richard Foley.
12625      Branch: perl
12626            ! pod/perldebtut.pod
12627 ____________________________________________________________________________
12628 [  6653] By: jhi                                   on 2000/08/16  14:08:17
12629         Log: Change the regx compilation error markers to use = instead of <
12630              since pod makes using the latter quite messy.  Reported in
12631              ID 20000814.006 by Abigail and in
12632              Subject: Unknown escape E<> ?
12633              From: Lupe Christoph <lupe@lupe-christoph.de>
12634              Date: Fri, 11 Aug 2000 00:30:27 +0200
12635              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
12636      Branch: perl
12637            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12638            ! t/op/regmesg.t t/pragma/warn/regcomp
12639 ____________________________________________________________________________
12640 [  6652] By: jhi                                   on 2000/08/16  13:25:31
12641         Log: Change the perlbug address to perl.org since it's more forgiving.
12642              
12643              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
12644              From: abigail@foad.org
12645              Date: 15 Aug 2000 04:15:40 -0000
12646              Message-Id: <20000815041540.8633.qmail@foad.org>
12647      Branch: perl
12648            ! utils/perlbug.PL
12649 ____________________________________________________________________________
12650 [  6651] By: jhi                                   on 2000/08/16  13:22:35
12651         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
12652              From: Tim Jenness <timj@jach.hawaii.edu>
12653              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
12654              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
12655      Branch: perl
12656            ! lib/Cwd.pm
12657 ____________________________________________________________________________
12658 [  6650] By: jhi                                   on 2000/08/16  13:18:13
12659         Log: Update to CPAN 1.57.
12660              
12661              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
12662              From: andreas.koenig@anima.de (Andreas J. Koenig)
12663              Date: 16 Aug 2000 15:09:46 +0200
12664              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
12665      Branch: perl
12666            ! lib/CPAN.pm
12667 ____________________________________________________________________________
12668 [  6649] By: jhi                                   on 2000/08/16  13:12:31
12669         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
12670              From: "Larry W. Virden" <lvirden@cas.org>
12671              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
12672              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
12673      Branch: perl
12674            ! README.hpux
12675 ____________________________________________________________________________
12676 [  6648] By: jhi                                   on 2000/08/16  13:03:53
12677         Log: The numeric locale was reset to "C" by s?printf and never restored.
12678              
12679              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12680              From: Christian Kirsch <ck@held.mind.de>
12681              Date: Wed, 9 Aug 2000 17:05:17 +0200
12682              Message-Id: <20000809170517.A25389@held>
12683              
12684              No test since adding the failing example to locale.t
12685              does not fail -- probably because the locale settings are so
12686              thoroughly tweaked by that time.  Running the example standalone
12687              does fail, though.  UPDATE: test case added at change #7540.
12688      Branch: perl
12689            ! dump.c perl.h pp.c pp_ctl.c sv.c
12690 ____________________________________________________________________________
12691 [  6647] By: jhi                                   on 2000/08/16  00:07:54
12692         Log: Update Changes and test semi-automatic patchlevel updating.
12693      Branch: perl
12694            ! Changes patchlevel.h
12695 ____________________________________________________________________________
12696 [  6646] By: jhi                                   on 2000/08/15  23:35:07
12697         Log: Fix a dependency problem.
12698              
12699              Subject: [PATCH: 6640] VMS Makefile.SH update
12700              From: Peter Prymmer <pvhp@forte.com>
12701              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
12702              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
12703      Branch: perl
12704            ! vms/descrip_mms.template
12705 ____________________________________________________________________________
12706 [  6645] By: jhi                                   on 2000/08/15  23:33:23
12707         Log: (Retracted by #6660)
12708              
12709              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
12710              From: Dominic Dunlop <domo@computer.org>
12711              Date: Tue, 15 Aug 2000 22:20:52 +0200
12712              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
12713      Branch: metaconfig/U/perl
12714            + d_printfed.U
12715      Branch: perl
12716            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12717            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
12718            ! t/op/sprintf.t
12719 ____________________________________________________________________________
12720 [  6644] By: jhi                                   on 2000/08/15  21:17:20
12721         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
12722              From: abigail@foad.org
12723              Date: 15 Aug 2000 20:12:41 -0000
12724              Message-Id: <20000815201241.25556.qmail@foad.org>
12725      Branch: perl
12726            ! INSTALL
12727 ____________________________________________________________________________
12728 [  6643] By: jhi                                   on 2000/08/15  21:15:28
12729         Log: (an already applied patch)
12730      Branch: perl
12731            ! lib/CGI.pm
12732 ____________________________________________________________________________
12733 [  6642] By: gsar                                  on 2000/08/15  19:54:05
12734         Log: magic callbacks all need to have same type signature
12735      Branch: perl
12736            ! embed.pl mg.c proto.h
12737 ____________________________________________________________________________
12738 [  6641] By: jhi                                   on 2000/08/15  17:56:27
12739         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)
12740              From: Mike Guy <mjtg@cam.ac.uk>
12741              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
12742              Date: Tue, 15 Aug 2000 18:26:45 +0100
12743              
12744              Only the peek.t part applied, not the hash quality part.
12745      Branch: perl
12746            ! t/lib/peek.t
12747 ____________________________________________________________________________
12748 [  6640] By: jhi                                   on 2000/08/15  16:37:37
12749         Log: Update Changes.
12750      Branch: perl
12751            ! Changes
12752 ____________________________________________________________________________
12753 [  6639] By: jhi                                   on 2000/08/15  16:34:55
12754         Log: Missed a file from #6638.
12755      Branch: perl
12756            ! lib/File/Temp.pm
12757 ____________________________________________________________________________
12758 [  6638] By: jhi                                   on 2000/08/15  16:33:19
12759         Log: Subject: [PATCH perl@6620] cygwin port
12760              From: "Fifer, Eric" <EFifer@sanwaint.com>
12761              Date: Tue, 15 Aug 2000 17:00:49 +0100
12762              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
12763      Branch: perl
12764            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
12765 ____________________________________________________________________________
12766 [  6637] By: jhi                                   on 2000/08/15  16:29:22
12767         Log: Subject: [PATCH] debugger exit code should reflect user exit code
12768              From: Mike Guy <mjtg@cam.ac.uk>
12769              Date: Tue, 15 Aug 2000 16:55:59 +0100
12770              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
12771      Branch: perl
12772            ! lib/perl5db.pl
12773 ____________________________________________________________________________
12774 [  6636] By: jhi                                   on 2000/08/15  15:30:58
12775         Log: Update Changes.
12776      Branch: perl
12777            ! Changes
12778 ____________________________________________________________________________
12779 [  6635] By: jhi                                   on 2000/08/15  15:27:21
12780         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
12781      Branch: metaconfig
12782            ! U/mkglossary U/mksample
12783      Branch: metaconfig/U/perl
12784            ! Devel.U
12785      Branch: perl
12786            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12787 ____________________________________________________________________________
12788 [  6634] By: jhi                                   on 2000/08/15  14:11:55
12789         Log: Don't blow limited stacks, a lower number is enough to
12790              tickle the lookbehind limit.
12791              
12792              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
12793              From: Dominic Dunlop <domo@computer.org>
12794              Date: Tue, 15 Aug 2000 13:51:24 +0200
12795              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
12796      Branch: perl
12797            ! t/op/regmesg.t
12798 ____________________________________________________________________________
12799 [  6633] By: jhi                                   on 2000/08/15  14:01:46
12800         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
12801              From: Mike Guy <mjtg@cam.ac.uk>
12802              Date: Tue, 15 Aug 2000 12:10:50 +0100
12803              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
12804      Branch: perl
12805            ! utils/perldoc.PL
12806 ____________________________________________________________________________
12807 [  6632] By: jhi                                   on 2000/08/15  13:58:48
12808         Log: make ok etc also for win32.
12809              
12810              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
12811              From: Prymmer/Kahn <pvhp@best.com>
12812              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
12813              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
12814      Branch: perl
12815            ! win32/Makefile
12816 ____________________________________________________________________________
12817 [  6631] By: jhi                                   on 2000/08/15  13:45:03
12818         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
12819      Branch: perl
12820            ! lib/Test.pm
12821 ____________________________________________________________________________
12822 [  6630] By: jhi                                   on 2000/08/15  03:25:09
12823         Log: Update Changes.
12824      Branch: perl
12825            ! Changes
12826 ____________________________________________________________________________
12827 [  6629] By: jhi                                   on 2000/08/15  03:23:53
12828         Log: magic_regdatum_set() is void, not int.
12829      Branch: perl
12830            ! embed.pl mg.c proto.h
12831 ____________________________________________________________________________
12832 [  6628] By: jhi                                   on 2000/08/15  03:08:02
12833         Log: Make the user to give up his firstborn, err, to knowingly
12834              verify installing an unstable developer release.  Also bump
12835              the release to 5.7.0, but leave a patch tag in the local
12836              patches saying that this is not yet the real thing.
12837      Branch: metaconfig
12838            ! U/modified/Instruct.U
12839      Branch: metaconfig/U/perl
12840            + Devel.U
12841      Branch: perl
12842            ! Configure patchlevel.h
12843 ____________________________________________________________________________
12844 [  6627] By: jhi                                   on 2000/08/14  22:32:52
12845         Log: README.os2 update.
12846              
12847              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
12848              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12849              Date: Wed, 02 Aug 2000 21:55:09 -0700
12850              Message-ID: <tsPi5gzkgegX092yn@efn.org>
12851      Branch: perl
12852            ! README.os2
12853 ____________________________________________________________________________
12854 [  6626] By: jhi                                   on 2000/08/14  21:00:02
12855         Log: Subject: Re: File::Temp problems on VMS in bleedperl
12856              From: Tim Jenness <timj@jach.hawaii.edu>
12857              cc: vmsperl@perl.org
12858              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
12859              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
12860      Branch: perl
12861            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
12862 ____________________________________________________________________________
12863 [  6625] By: jhi                                   on 2000/08/14  20:52:16
12864         Log: Add SUIDMAIL as was done for the CERT alert.
12865      Branch: perl
12866            ! patchlevel.h
12867 ____________________________________________________________________________
12868 [  6624] By: jhi                                   on 2000/08/14  20:48:50
12869         Log: Subject: sfio2000
12870              From: Daniel Muino <dmuino@afip.gov.ar>
12871              Date: Mon, 14 Aug 2000 16:58:11 -0300
12872              Message-ID: <20000814165811.B16368@con2-dgi>
12873      Branch: perl
12874            ! perlsdio.h perlsfio.h
12875 ____________________________________________________________________________
12876 [  6623] By: jhi                                   on 2000/08/14  20:47:36
12877         Log: Subject: warning: storage class after type is obsolescent
12878              From: Daniel Muino <dmuino@afip.gov.ar>
12879              Date: Mon, 14 Aug 2000 16:42:47 -0300
12880              Message-ID: <20000814164247.A16368@con2-dgi>
12881      Branch: perl
12882            ! regcomp.pl regnodes.h
12883 ____________________________________________________________________________
12884 [  6622] By: jhi                                   on 2000/08/14  20:43:05
12885         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
12886              From: abigail@foad.org
12887              Date: 14 Aug 2000 20:00:10 -0000
12888              Message-Id: <20000814200010.27271.qmail@foad.org>
12889      Branch: perl
12890            ! Changes
12891 ____________________________________________________________________________
12892 [  6621] By: jhi                                   on 2000/08/14  15:23:05
12893         Log: Update Changes.
12894      Branch: perl
12895            ! Changes
12896 ____________________________________________________________________________
12897 [  6620] By: jhi                                   on 2000/08/14  15:22:14
12898         Log: Subject: Re: [PATCH] @+, @- readonly
12899              From: Mike Guy <mjtg@cam.ac.uk>
12900              Date: Mon, 14 Aug 2000 15:26:55 +0100
12901              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
12902      Branch: perl
12903            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
12904            ! sv.c t/op/pat.t
12905 ____________________________________________________________________________
12906 [  6619] By: jhi                                   on 2000/08/14  14:12:08
12907         Log: Update Changes.
12908      Branch: perl
12909            ! Changes
12910 ____________________________________________________________________________
12911 [  6618] By: jhi                                   on 2000/08/14  14:09:34
12912         Log: For now remove the mail code.
12913      Branch: perl
12914            ! perl.c
12915 ____________________________________________________________________________
12916 [  6617] By: jhi                                   on 2000/08/14  14:08:28
12917         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
12918      Branch: perl
12919            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
12920            ! pod/perlfaq8.pod pod/perlsec.pod
12921 ____________________________________________________________________________
12922 [  6616] By: jhi                                   on 2000/08/14  14:00:11
12923         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12924              From: Mike Guy <mjtg@cam.ac.uk>
12925              Date: Mon, 14 Aug 2000 08:26:02 +0100
12926              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
12927      Branch: perl
12928            ! lib/perl5db.pl
12929 ____________________________________________________________________________
12930 [  6615] By: jhi                                   on 2000/08/14  13:58:45
12931         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
12932              From: Mike Guy <mjtg@cam.ac.uk>
12933              Date: Mon, 14 Aug 2000 08:04:22 +0100
12934              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
12935      Branch: perl
12936            ! gv.c mg.c t/op/pat.t
12937 ____________________________________________________________________________
12938 [  6614] By: jhi                                   on 2000/08/14  13:56:45
12939         Log: Subject: Test fails / warnings with perl-current #6612
12940              From: Mike Guy <mjtg@cam.ac.uk>
12941              Date: Mon, 14 Aug 2000 07:57:23 +0100
12942              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
12943      Branch: perl
12944            ! t/lib/b.t t/lib/peek.t
12945 ____________________________________________________________________________
12946 [  6613] By: jhi                                   on 2000/08/14  13:45:33
12947         Log: VMS configure.com update continues.
12948      Branch: perl
12949            - vms/configure.com
12950            ! MANIFEST configure.com
12951 ____________________________________________________________________________
12952 [  6612] By: jhi                                   on 2000/08/13  22:13:35
12953         Log: Update Changes.
12954      Branch: perl
12955            ! Changes
12956 ____________________________________________________________________________
12957 [  6611] By: jhi                                   on 2000/08/13  16:21:45
12958         Log: Upgrade to CGI 2.71, from Lincoln Stein.
12959      Branch: perl
12960            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
12961 ____________________________________________________________________________
12962 [  6610] By: jhi                                   on 2000/08/13  15:09:16
12963         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
12964              From: Mike Guy <mjtg@cam.ac.uk>
12965              Date: Sun, 13 Aug 2000 13:45:51 +0100
12966              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
12967      Branch: perl
12968            ! t/op/regmesg.t
12969 ____________________________________________________________________________
12970 [  6609] By: jhi                                   on 2000/08/13  14:31:26
12971         Log: Andreas says that 1.56 is fine, so reverting back to it.
12972      Branch: perl
12973            ! lib/CPAN.pm
12974 ____________________________________________________________________________
12975 [  6608] By: jhi                                   on 2000/08/13  05:34:20
12976         Log: Update Changes.
12977      Branch: perl
12978            ! Changes
12979 ____________________________________________________________________________
12980 [  6607] By: jhi                                   on 2000/08/13  05:32:01
12981         Log: Put back the \z changes of #5406 to CPAN.pm.
12982      Branch: perl
12983            ! lib/CPAN.pm
12984 ____________________________________________________________________________
12985 [  6606] By: jhi                                   on 2000/08/13  05:20:16
12986         Log: Fix-n-skip the tests under 5005threads.
12987      Branch: perl
12988            ! t/lib/b.t
12989 ____________________________________________________________________________
12990 [  6605] By: jhi                                   on 2000/08/13  05:07:48
12991         Log: Fix the test for 5005threads.
12992      Branch: perl
12993            ! t/lib/peek.t
12994 ____________________________________________________________________________
12995 [  6604] By: jhi                                   on 2000/08/13  03:35:37
12996         Log: Should have deleted this in #6603.
12997      Branch: perl
12998            - vms/subconfigure.com
12999 ____________________________________________________________________________
13000 [  6603] By: jhi                                   on 2000/08/12  18:29:32
13001         Log: Rewrite of vms/subconfigure.com as configure.com,
13002              from Peter Prymmer and the vmsperl crew.
13003      Branch: perl
13004            + vms/configure.com
13005            ! MANIFEST
13006 ____________________________________________________________________________
13007 [  6602] By: jhi                                   on 2000/08/11  13:00:01
13008         Log: PlainText.pm is dead.
13009      Branch: perl
13010            - lib/Pod/PlainText.pm
13011            ! MANIFEST
13012 ____________________________________________________________________________
13013 [  6601] By: jhi                                   on 2000/08/11  04:06:45
13014         Log: Update Changes.
13015      Branch: perl
13016            ! Changes
13017 ____________________________________________________________________________
13018 [  6600] By: jhi                                   on 2000/08/11  04:06:10
13019         Log: Add a few missing files, update MANIFEST.
13020      Branch: perl
13021            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
13022            + lib/Pod/PlainText.pm t/pod/find.t
13023            ! MANIFEST t/op/regmesg.t
13024 ____________________________________________________________________________
13025 [  6599] By: jhi                                   on 2000/08/11  03:31:10
13026         Log: Add Perl debugging tutorial, regen toc. 
13027              
13028              Subject: perldebtut.pod
13029              From: Richard Foley <Richard.Foley@m.dasa.de>
13030              Date: Wed, 09 Aug 2000 10:17:15 +0200
13031              Message-id: <3991138B.262247B8@m.dasa.de>
13032      Branch: perl
13033            + pod/perldebtut.pod
13034            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13035 ____________________________________________________________________________
13036 [  6598] By: jhi                                   on 2000/08/11  02:48:56
13037         Log: tiny Changes edit
13038      Branch: perl
13039            ! Changes
13040 ____________________________________________________________________________
13041 [  6597] By: jhi                                   on 2000/08/11  02:39:04
13042         Log: Tests for #6589.
13043              
13044              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13045              From: simon@brecon.co.uk (Simon Cozens)
13046              Date: 11 Aug 2000 02:24:52 GMT
13047              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
13048      Branch: perl
13049            ! t/lib/b.t
13050 ____________________________________________________________________________
13051 [  6596] By: jhi                                   on 2000/08/11  01:50:07
13052         Log: Update Changes.
13053      Branch: perl
13054            ! Changes
13055 ____________________________________________________________________________
13056 [  6595] By: jhi                                   on 2000/08/11  01:47:16
13057         Log: nitfix
13058      Branch: perl
13059            ! Changes
13060 ____________________________________________________________________________
13061 [  6594] By: jhi                                   on 2000/08/11  01:36:16
13062         Log: Subject: Getting perlio and threads to compile
13063              From: Lupe Christoph <lupe@lupe-christoph.de>
13064              Date: Wed, 9 Aug 2000 11:35:54 +0200
13065              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
13066              
13067              (the Solaris version changes in Configure skipped)
13068      Branch: perl
13069            ! hints/solaris_2.sh thread.h
13070 ____________________________________________________________________________
13071 [  6593] By: jhi                                   on 2000/08/11  01:30:16
13072         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
13073              From: simon@brecon.co.uk (Simon Cozens)
13074              Date: 1 Aug 2000 06:55:19 GMT
13075              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
13076      Branch: perl
13077            ! lib/utf8.pm
13078 ____________________________________________________________________________
13079 [  6592] By: jhi                                   on 2000/08/11  01:26:39
13080         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
13081              From: Peter Scott <Peter@PeterScott.com>
13082              Date: Thu, 10 Aug 2000 08:23:27 -0700
13083              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
13084      Branch: perl
13085            ! lib/perl5db.pl
13086 ____________________________________________________________________________
13087 [  6591] By: jhi                                   on 2000/08/11  01:22:02
13088         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
13089              From: Hugo <hv@crypt.compulink.co.uk>
13090              Date: Thu, 10 Aug 2000 19:23:04 +0100
13091              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
13092      Branch: perl
13093            ! regexec.c t/op/pat.t
13094 ____________________________________________________________________________
13095 [  6590] By: jhi                                   on 2000/08/11  01:19:19
13096         Log: Preprocessing and postprocessing for File::Find.
13097              
13098              Subject: Patch to Find::File.pm to allow alphabetical results
13099              From: Joe Smith <jsmith@inwap.com>
13100              Date: Wed, 9 Aug 2000 02:44:54 -0700
13101              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
13102      Branch: perl
13103            ! lib/File/Find.pm
13104 ____________________________________________________________________________
13105 [  6589] By: jhi                                   on 2000/08/11  01:12:39
13106         Log: B::Deparse didn't do sub attributes.
13107              
13108              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
13109              From: simon@brecon.co.uk (Simon Cozens)
13110              Date: 9 Aug 2000 04:49:20 GMT
13111              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
13112      Branch: perl
13113            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
13114 ____________________________________________________________________________
13115 [  6588] By: jhi                                   on 2000/08/11  01:06:40
13116         Log: Subject: debugger "d" command doesnt check line number
13117              From: Mike Guy <mjtg@cam.ac.uk>
13118              Date: Tue, 08 Aug 2000 21:54:29 +0100
13119              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
13120      Branch: perl
13121            ! lib/perl5db.pl mg.c pod/perldiag.pod
13122 ____________________________________________________________________________
13123 [  6587] By: jhi                                   on 2000/08/11  00:45:03
13124         Log: sleep(1) does not necessarily return 1.
13125              
13126              Subject: [PATCH bleadperl] op/lex_assign.t  
13127              From: Hugo <hv@crypt.compulink.co.uk>
13128              Date: Thu, 03 Aug 2000 14:34:22 +0100        
13129              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
13130      Branch: perl
13131            ! t/op/lex_assign.t
13132 ____________________________________________________________________________
13133 [  6586] By: jhi                                   on 2000/08/11  00:31:50
13134         Log: Document the IO::Select timeout.
13135      Branch: perl
13136            ! ext/IO/lib/IO/Select.pm
13137 ____________________________________________________________________________
13138 [  6585] By: jhi                                   on 2000/08/11  00:13:54
13139         Log: Forgot contributor.
13140      Branch: perl
13141            ! Changes
13142 ____________________________________________________________________________
13143 [  6584] By: jhi                                   on 2000/08/11  00:09:19
13144         Log: detypo
13145      Branch: perl
13146            ! Changes
13147 ____________________________________________________________________________
13148 [  6583] By: jhi                                   on 2000/08/11  00:07:53
13149         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
13150              
13151              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
13152              From: Mike Guy <mjtg@cam.ac.uk> 
13153              Date: Thu, 10 Aug 2000 15:50:54 +0100
13154              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
13155      Branch: perl
13156            ! sv.c t/op/int.t
13157 ____________________________________________________________________________
13158 [  6582] By: jhi                                   on 2000/08/10  23:29:32
13159         Log: Update Changes.
13160      Branch: perl
13161            ! Changes
13162 ____________________________________________________________________________
13163 [  6581] By: jhi                                   on 2000/08/10  23:26:16
13164         Log: Put back the std @INC thing.
13165      Branch: perl
13166            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
13167            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
13168            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
13169            ! t/lib/gol-oo.t
13170 ____________________________________________________________________________
13171 [  6580] By: jhi                                   on 2000/08/10  23:03:34
13172         Log: Update to CGI 2.70, from Lincoln Stein.
13173      Branch: perl
13174            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
13175            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
13176            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
13177            ! t/lib/cgi-request.t
13178 ____________________________________________________________________________
13179 [  6579] By: jhi                                   on 2000/08/10  22:41:50
13180         Log: Update to CPAN 1.56, from Andreas König.
13181      Branch: perl
13182            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13183 ____________________________________________________________________________
13184 [  6578] By: jhi                                   on 2000/08/10  22:38:13
13185         Log: Update to Pod::Parser 1.17, from Brad Appleton.
13186      Branch: perl
13187            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
13188            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
13189            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
13190            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
13191            ! t/pod/include.t t/pod/included.t t/pod/lref.t
13192            ! t/pod/multiline_items.t t/pod/nested_items.t
13193            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
13194            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
13195            ! t/pod/special_seqs.t
13196 ____________________________________________________________________________
13197 [  6577] By: jhi                                   on 2000/08/10  22:35:41
13198         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
13199      Branch: perl
13200            ! AUTHORS MAINTAIN
13201 ____________________________________________________________________________
13202 [  6576] By: jhi                                   on 2000/08/10  22:24:54
13203         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
13204      Branch: perl
13205            + t/lib/gol-oo.t
13206            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
13207            ! t/lib/gol-compat.t t/lib/gol-linkage.t
13208 ____________________________________________________________________________
13209 [  6575] By: jhi                                   on 2000/08/10  22:02:07
13210         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
13211      Branch: perl
13212            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
13213 ____________________________________________________________________________
13214 [  6574] By: jhi                                   on 2000/08/10  21:55:03
13215         Log: Iterating perl6 description.
13216      Branch: perl
13217            ! pod/perlfaq1.pod
13218 ____________________________________________________________________________
13219 [  6573] By: jhi                                   on 2000/08/10  21:48:26
13220         Log: Revert the sv.c part of #6559, a better fix is needed.
13221      Branch: perl
13222            ! sv.c
13223 ____________________________________________________________________________
13224 [  6572] By: jhi                                   on 2000/08/10  20:33:43
13225         Log: It's the 2ndO'ROSSC.
13226      Branch: perl
13227            ! pod/perlfaq1.pod
13228 ____________________________________________________________________________
13229 [  6571] By: jhi                                   on 2000/08/10  15:55:48
13230         Log: detypo
13231      Branch: perl
13232            ! pod/perlfaq1.pod
13233 ____________________________________________________________________________
13234 [  6570] By: jhi                                   on 2000/08/10  14:11:17
13235         Log: An exceptionally sticky typo.
13236      Branch: perl
13237            ! Changes
13238 ____________________________________________________________________________
13239 [  6569] By: jhi                                   on 2000/08/10  14:09:33
13240         Log: detypo (and test Changes updating script)
13241      Branch: perl
13242            ! Changes
13243 ____________________________________________________________________________
13244 [  6568] By: jhi                                   on 2000/08/10  14:07:07
13245         Log: Update Changes.
13246      Branch: perl
13247            ! Changes
13248 ____________________________________________________________________________
13249 [  6567] By: jhi                                   on 2000/08/10  14:06:19
13250         Log: Amend the description of Perl6.
13251              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
13252              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13253              Date: Wed, 9 Aug 2000 22:11:06 -0500
13254              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
13255      Branch: perl
13256            ! pod/perlfaq1.pod
13257 ____________________________________________________________________________
13258 [  6566] By: jhi                                   on 2000/08/10  13:58:57
13259         Log: Subject: Remove dead entry in perldiag
13260              From: Mike Guy <mjtg@cam.ac.uk>
13261              Date: Thu, 10 Aug 2000 14:19:19 +0100
13262              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
13263      Branch: perl
13264            ! pod/perldiag.pod
13265 ____________________________________________________________________________
13266 [  6565] By: jhi                                   on 2000/08/10  13:51:48
13267         Log: Zero entries were skipped, fix from Adrian Goalby
13268              <argoalby@yahoo.co.uk>
13269      Branch: perl
13270            ! lib/unicode/Number.pl lib/unicode/mktables.PL
13271 ____________________________________________________________________________
13272 [  6564] By: jhi                                   on 2000/08/10  13:00:12
13273         Log: Subject: [PATCH 5.6.0] cygwin port
13274              From: "Fifer, Eric" <EFifer@sanwaint.com>
13275              Date: Thu, 10 Aug 2000 13:15:36 +0100
13276              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
13277      Branch: perl
13278            ! README.cygwin hints/cygwin.sh
13279 ____________________________________________________________________________
13280 [  6563] By: jhi                                   on 2000/08/10  12:55:16
13281         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
13282      Branch: perl
13283            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
13284 ____________________________________________________________________________
13285 [  6562] By: gsar                                  on 2000/08/10  08:38:39
13286         Log: warn is a macro, avoid using at a variable to avoid warnings
13287              in some configurations; readdir.t is too conservative in
13288              estimating number of *.t's
13289      Branch: perl
13290            ! t/op/readdir.t util.c
13291 ____________________________________________________________________________
13292 [  6561] By: jhi                                   on 2000/08/09  23:35:42
13293         Log: Update Changes.
13294      Branch: perl
13295            ! Changes
13296 ____________________________________________________________________________
13297 [  6560] By: jhi                                   on 2000/08/09  23:05:47
13298         Log: Subject: Re: enhanced(?) regex error messages
13299              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13300              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
13301              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
13302              
13303              (plus two small patches sent privately)
13304              (this still seems to leave few test failures)
13305      Branch: perl
13306            + t/op/regmesg.t
13307            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
13308            ! t/pragma/warn/regcomp
13309 ____________________________________________________________________________
13310 [  6559] By: jhi                                   on 2000/08/09  20:41:18
13311         Log: (The fix did work but was not right, retracted in #6573)
13312              
13313              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
13314              From: Christian Kirsch <ck@held.mind.de>
13315              Date: Wed, 9 Aug 2000 17:05:17 +0200
13316              Message-Id: <20000809170517.A25389@held>
13317      Branch: perl
13318            ! sv.c t/pragma/locale.t
13319 ____________________________________________________________________________
13320 [  6558] By: jhi                                   on 2000/08/08  22:34:08
13321         Log: Tiny updates on the contributors list.
13322      Branch: perl
13323            ! Changes
13324 ____________________________________________________________________________
13325 [  6557] By: jhi                                   on 2000/08/08  19:34:28
13326         Log: Double check that we have a dirhandle.
13327      Branch: perl
13328            ! util.c
13329 ____________________________________________________________________________
13330 [  6556] By: jhi                                   on 2000/08/08  19:01:51
13331         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
13332              May be repopulated with fresh maintained examples.
13333      Branch: perl
13334            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
13335            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
13336            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
13337            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
13338            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
13339            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
13340            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
13341            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
13342            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
13343            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
13344            + lib/CGI/eg/wilogo_gif.uu
13345            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
13346            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
13347            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
13348            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
13349            - eg/cgi/frameset.cgi eg/cgi/index.html
13350            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
13351            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
13352            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
13353            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
13354            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
13355            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
13356            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
13357            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
13358            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
13359            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
13360            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
13361            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
13362            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
13363            - eg/van/vanish eg/who eg/wrapsuid
13364            ! MANIFEST
13365 ____________________________________________________________________________
13366 [  6555] By: jhi                                   on 2000/08/08  18:51:08
13367         Log: Delete chat2 as requested by Randal.
13368              
13369              Subject: Re: perlfaq8 coyness
13370              From: merlyn@stonehenge.com (Randal L. Schwartz) 
13371              Date: 15 May 2000 18:52:42 -0700 
13372              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
13373      Branch: perl
13374            - lib/chat2.pl
13375            ! MANIFEST
13376 ____________________________________________________________________________
13377 [  6554] By: jhi                                   on 2000/08/08  18:31:35
13378         Log: Regen global.sym.
13379      Branch: perl
13380            ! global.sym
13381 ____________________________________________________________________________
13382 [  6553] By: jhi                                   on 2000/08/08  18:28:13
13383         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
13384              (either perlbug or p5p ate the original), plus regen
13385              perlapi and perltoc. 
13386      Branch: perl
13387            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
13388            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
13389            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
13390            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
13391            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
13392            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
13393            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
13394            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
13395            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
13396            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
13397 ____________________________________________________________________________
13398 [  6552] By: jhi                                   on 2000/08/08  18:06:29
13399         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
13400              From: Mike Guy <mjtg@cam.ac.uk>
13401              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
13402              Date: Tue, 08 Aug 2000 15:51:27 +0100
13403      Branch: perl
13404            ! doop.c sv.h t/op/join.t t/pragma/overload.t
13405 ____________________________________________________________________________
13406 [  6551] By: jhi                                   on 2000/08/08  18:01:11
13407         Log: Re-apply #6549.
13408      Branch: perl
13409            ! lib/perl5db.pl
13410 ____________________________________________________________________________
13411 [  6550] By: jhi                                   on 2000/08/08  17:43:08
13412         Log: Accidental retraction of #6549.
13413      Branch: perl
13414            ! lib/perl5db.pl
13415 ____________________________________________________________________________
13416 [  6549] By: jhi                                   on 2000/08/08  17:40:04
13417         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
13418              From: Mike Guy <mjtg@cam.ac.uk>
13419              Date: Mon, 07 Aug 2000 21:49:58 +0100
13420              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
13421      Branch: perl
13422            ! lib/perl5db.pl
13423 ____________________________________________________________________________
13424 [  6548] By: jhi                                   on 2000/08/08  17:37:57
13425         Log: Document here-doc better.
13426              
13427              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
13428              From: Mike Guy <mjtg@cam.ac.uk>
13429              Date: Mon, 07 Aug 2000 14:02:09 +0100
13430              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
13431      Branch: perl
13432            ! pod/perldata.pod
13433 ____________________________________________________________________________
13434 [  6547] By: jhi                                   on 2000/08/08  17:33:34
13435         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
13436              From: "Randy J. Ray" <rjray@redhat.com>
13437              Date: Mon, 07 Aug 2000 19:12:25 -0700
13438              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
13439      Branch: perl
13440            ! perl.c pod/perlrun.pod
13441 ____________________________________________________________________________
13442 [  6546] By: jhi                                   on 2000/08/08  17:29:26
13443         Log: Subject: Re: enhanced(?) regex error messages 
13444              From: Hugo <hv@crypt.compulink.co.uk>
13445              Date: Tue, 08 Aug 2000 03:25:51 +0100
13446              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
13447              
13448              plus Capitalize the error messages, plus perldiag them.
13449      Branch: perl
13450            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
13451 ____________________________________________________________________________
13452 [  6545] By: jhi                                   on 2000/08/08  13:59:28
13453         Log: Augment #6539 a bit: don't croak if there's magic in the air.
13454              
13455              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
13456              From: Hugo <hv@crypt.compulink.co.uk>
13457              Date: Tue, 08 Aug 2000 03:02:03 +0100
13458              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
13459      Branch: perl
13460            ! pp.c t/op/bless.t
13461 ____________________________________________________________________________
13462 [  6544] By: jhi                                   on 2000/08/07  21:11:52
13463         Log: Make the test -w clean.
13464      Branch: perl
13465            ! t/op/bless.t
13466 ____________________________________________________________________________
13467 [  6543] By: jhi                                   on 2000/08/07  19:49:53
13468         Log: use warnings instead of $^W.
13469      Branch: perl
13470            ! t/op/bless.t
13471 ____________________________________________________________________________
13472 [  6542] By: jhi                                   on 2000/08/07  17:41:41
13473         Log: Disable a portability warning Because We Know What We Are Doing.
13474      Branch: perl
13475            ! t/op/bless.t
13476 ____________________________________________________________________________
13477 [  6541] By: jhi                                   on 2000/08/07  17:29:51
13478         Log: Tiny tidying on report_evil_fh().
13479      Branch: perl
13480            ! util.c
13481 ____________________________________________________________________________
13482 [  6540] By: jhi                                   on 2000/08/07  16:37:38
13483         Log: Make regular expression parse error messages easier to understand.
13484              
13485              Subject: Re: enhanced(?) regex error messages
13486              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
13487              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
13488              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
13489      Branch: perl
13490            ! regcomp.c
13491 ____________________________________________________________________________
13492 [  6539] By: jhi                                   on 2000/08/07  16:12:27
13493         Log: Make bless(REF, REF) a fatal error, add bless tests.
13494              
13495              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
13496              From: Hugo <hv@crypt.compulink.co.uk>
13497              Date: Mon, 07 Aug 2000 16:59:38 +0100
13498              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
13499      Branch: perl
13500            + t/op/bless.t
13501            ! MANIFEST pod/perldiag.pod pp.c sv.c
13502 ____________________________________________________________________________
13503 [  6538] By: jhi                                   on 2000/08/07  15:59:43
13504         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
13505              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
13506              Date: Thu, 3 Aug 2000 14:29:21 -0700
13507              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
13508      Branch: perl
13509            ! lib/lib_pm.PL
13510 ____________________________________________________________________________
13511 [  6537] By: jhi                                   on 2000/08/07  15:47:18
13512         Log: Retract #6419 for now since it breaks in AFS and MachTen.
13513      Branch: perl
13514            ! lib/Cwd.pm
13515 ____________________________________________________________________________
13516 [  6536] By: jhi                                   on 2000/08/07  15:05:29
13517         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
13518              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
13519              The security hole exists only in suidperls, which isn't
13520              installed or even built by default.
13521      Branch: perl
13522            ! perl.c
13523 ____________________________________________________________________________
13524 [  6535] By: jhi                                   on 2000/08/07  14:45:14
13525         Log: tr memory corruption fix from Simon Cozens.
13526      Branch: perl
13527            ! doop.c
13528 ____________________________________________________________________________
13529 [  6534] By: jhi                                   on 2000/08/06  11:38:16
13530         Log: Document a bit that UDP is not what you might think.
13531              
13532              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
13533              From: Lupe Christoph <lupe@lupe-christoph.de>
13534              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
13535              Date: Mon, 24 Jul 2000 08:59:15 +0200
13536      Branch: perl
13537            ! pod/perlipc.pod
13538 ____________________________________________________________________________
13539 [  6533] By: jhi                                   on 2000/08/06  11:35:01
13540         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
13541              From: Jeff Pinyan <jeffp@hut.crusoe.net>
13542              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
13543              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
13544      Branch: perl
13545            ! pod/perlfunc.pod
13546 ____________________________________________________________________________
13547 [  6532] By: jhi                                   on 2000/08/06  03:45:41
13548         Log: Have symbols for the IoTYPEs.
13549      Branch: perl
13550            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
13551 ____________________________________________________________________________
13552 [  6531] By: jhi                                   on 2000/08/06  01:33:55
13553         Log: Continue fixing the io warnings.  This also
13554              sort of fixes bug ID 20000802.003: the core dump
13555              is no more.  Whether the current behaviour is correct
13556              (giving a warning: "Not a format reference"), is another matter.
13557      Branch: perl
13558            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
13559            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13560 ____________________________________________________________________________
13561 [  6530] By: jhi                                   on 2000/08/05  21:33:12
13562         Log: Change the Policy policy: now -Dprefix= with an existing
13563              Policy.sh and prefix == siteprefix == vendorprefix, then all
13564              of them follow along the new prefix.
13565              
13566              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
13567              From: Andy Dougherty <doughera@lafayette.edu>
13568              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
13569              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
13570      Branch: perl
13571            ! Policy_sh.SH
13572 ____________________________________________________________________________
13573 [  6529] By: jhi                                   on 2000/08/05  18:57:28
13574         Log: Zap lib/Sys directory when cleaning up.
13575      Branch: perl
13576            ! Makefile.SH
13577 ____________________________________________________________________________
13578 [  6528] By: jhi                                   on 2000/08/05  18:40:44
13579         Log: Essential prototype changes were missing from #6527.
13580              Also make report_evil_fh() more bomb-proof.
13581      Branch: perl
13582            ! embed.h util.c
13583 ____________________________________________________________________________
13584 [  6527] By: jhi                                   on 2000/08/05  03:22:05
13585         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
13586              From: "Ronald F. Guilmette" <rfg@monkeys.com>
13587              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
13588              Message-Id: <200007242247.PAA52177@monkeys.com>
13589      Branch: perl
13590            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
13591 ____________________________________________________________________________
13592 [  6526] By: jhi                                   on 2000/08/04  21:23:27
13593         Log: gcc versions might have (parentheses) in them.
13594      Branch: metaconfig/U/perl
13595            ! gccvers.U
13596      Branch: perl
13597            ! Configure config_h.SH
13598 ____________________________________________________________________________
13599 [  6525] By: jhi                                   on 2000/08/04  20:23:12
13600         Log: Weed buglets pointed out by
13601              
13602              From: Lupe Christoph <lupe@lupe-christoph.de>
13603              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
13604              Date: Fri, 4 Aug 2000 17:34:39 +0200
13605              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
13606      Branch: metaconfig/U/perl
13607            ! gccvers.U uselfs.U
13608      Branch: perl
13609            ! Configure config_h.SH
13610 ____________________________________________________________________________
13611 [  6524] By: jhi                                   on 2000/08/04  19:02:08
13612         Log: Warn under -w if lstat(FH) is attempted.
13613              
13614              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
13615              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
13616              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
13617              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
13618      Branch: perl
13619            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
13620            ! t/pragma/warn/pp_sys
13621 ____________________________________________________________________________
13622 [  6523] By: jhi                                   on 2000/08/04  12:31:11
13623         Log: Subject: New perlcc, take 2
13624              From: simon@brecon.co.uk (Simon Cozens)
13625              Date: 4 Aug 2000 06:21:04 GMT
13626              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
13627      Branch: perl
13628            ! utils/perlcc.PL
13629 ____________________________________________________________________________
13630 [  6522] By: jhi                                   on 2000/08/04  12:26:33
13631         Log: Subject: Re: Array vs. List context
13632              From: Daniel Chetlin <daniel@chetlin.com>
13633              Date: Fri, 4 Aug 2000 00:22:44 -0700
13634              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
13635      Branch: perl
13636            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
13637            ! pod/perlfaq4.pod
13638 ____________________________________________________________________________
13639 [  6521] By: jhi                                   on 2000/08/04  12:22:38
13640         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
13641              From: Raymund Will <ray@caldera.de>
13642              Date: Fri, 4 Aug 2000 12:07:09 +0200
13643              Message-Id: <20000804120709.A14982@caldera.de>
13644      Branch: perl
13645            ! configure.gnu
13646 ____________________________________________________________________________
13647 [  6520] By: jhi                                   on 2000/08/04  04:09:06
13648         Log: After the #6519 a warning about stat() is just that,
13649              not about a filetest, which now have their own warning.
13650      Branch: perl
13651            ! pod/perldiag.pod
13652 ____________________________________________________________________________
13653 [  6519] By: jhi                                   on 2000/08/04  04:06:30
13654         Log: In the warnings call filehandles consistently so;
13655              add "unopened" warning for stat().
13656      Branch: perl
13657            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
13658            ! t/pragma/warn/pp_sys
13659 ____________________________________________________________________________
13660 [  6518] By: jhi                                   on 2000/08/04  02:55:35
13661         Log: Subject: Minor tweak to perlvar.pod
13662              From: "Stephen P. Potter" <spp@ds.net>
13663              Date: Tue, 18 Apr 2000 09:26:03 -0400
13664              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
13665      Branch: perl
13666            ! pod/perlvar.pod
13667 ____________________________________________________________________________
13668 [  6517] By: jhi                                   on 2000/08/04  02:50:08
13669         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
13670              From: "Clinton Pierce" <cpierce1@ford.com>
13671              Date: Wed, 21 Jul 1999 16:45:31 -0400
13672              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
13673              
13674              Fix by Stephen Potter (visible in the bug db but not in p5p?)
13675      Branch: perl
13676            ! pod/perlfunc.pod pod/perlop.pod
13677 ____________________________________________________________________________
13678 [  6516] By: jhi                                   on 2000/08/04  02:09:25
13679         Log: This is 6512.  Really.
13680      Branch: perl
13681            ! dump.c
13682 ____________________________________________________________________________
13683 [  6515] By: jhi                                   on 2000/08/04  01:25:50
13684         Log: mention the idea of @( and @)
13685      Branch: perl
13686            ! Todo-5.6
13687 ____________________________________________________________________________
13688 [  6514] By: bailey                                on 2000/08/04  01:18:46
13689         Log: YA resync with mainstem, including VMS patches from others
13690      Branch: vmsperl
13691           +> (branch 48 files)
13692            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
13693           !> (integrate 354 files)
13694 ____________________________________________________________________________
13695 [  6513] By: jhi                                   on 2000/08/04  01:18:18
13696         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
13697              From: Mark Dickinson <dickins3@fas.harvard.edu>
13698              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
13699              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
13700      Branch: perl
13701            ! t/op/grent.t t/op/pwent.t
13702 ____________________________________________________________________________
13703 [  6512] By: jhi                                   on 2000/08/04  01:14:06
13704         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
13705              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13706              Date: Wed, 02 Aug 2000 10:51:01 +0100
13707              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
13708      Branch: perl
13709            ! sv.c
13710 ____________________________________________________________________________
13711 [  6511] By: jhi                                   on 2000/08/04  00:57:00
13712         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
13713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13714              Date: Thu, 03 Aug 2000 17:20:04 -0700
13715              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
13716      Branch: metaconfig
13717            ! U/modified/Cppsym.U
13718      Branch: perl
13719            ! Configure config_h.SH
13720 ____________________________________________________________________________
13721 [  6510] By: jhi                                   on 2000/08/04  00:25:28
13722         Log: detypo
13723      Branch: perl
13724            ! Makefile.SH
13725 ____________________________________________________________________________
13726 [  6509] By: jhi                                   on 2000/08/03  23:43:18
13727         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
13728              From: Dominic Dunlop <domo@computer.org>
13729              Date: Thu, 3 Aug 2000 22:16:46 +0200
13730              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
13731      Branch: perl
13732            ! t/op/sprintf.t
13733 ____________________________________________________________________________
13734 [  6508] By: jhi                                   on 2000/08/03  23:40:37
13735         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
13736              From: Hugo <hv@crypt.compulink.co.uk>
13737              Date: Thu, 03 Aug 2000 18:25:30 +0100
13738              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
13739      Branch: perl
13740            ! regcomp.c t/op/re_tests
13741 ____________________________________________________________________________
13742 [  6507] By: jhi                                   on 2000/08/03  23:38:28
13743         Log: Subject: [PATCH] sv.h documentation - SvLEN
13744              From: Mike Guy <mjtg@cam.ac.uk>
13745              Date: Thu, 03 Aug 2000 14:43:09 +0100
13746              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
13747      Branch: perl
13748            ! sv.h
13749 ____________________________________________________________________________
13750 [  6506] By: jhi                                   on 2000/08/03  15:49:14
13751         Log: Disable the fix_pl hack for now.
13752      Branch: perl
13753            ! Makefile.SH
13754 ____________________________________________________________________________
13755 [  6505] By: jhi                                   on 2000/08/03  13:49:04
13756         Log: Add a URL for FSF.
13757              
13758              Subject: Patch for README
13759              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13760              Date: Wed, 2 Aug 2000 13:25:09 -0500
13761              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
13762      Branch: perl
13763            ! README
13764 ____________________________________________________________________________
13765 [  6504] By: jhi                                   on 2000/08/03  13:29:19
13766         Log: Be more informative on what is skipped and why,
13767              also repeat the list at the end.
13768      Branch: perl
13769            ! Porting/p4desc
13770 ____________________________________________________________________________
13771 [  6503] By: jhi                                   on 2000/08/03  13:07:05
13772         Log: Circumvent the removal of .patch by fix_pl.
13773              
13774              Subject: Re: [ID 20000802.011] unable to 'make test'          
13775              From: simon@brecon.co.uk (Simon Cozens) 
13776              Date: 3 Aug 2000 04:17:00 GMT
13777              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
13778      Branch: perl
13779            ! Makefile.SH
13780 ____________________________________________________________________________
13781 [  6502] By: jhi                                   on 2000/08/03  00:14:34
13782         Log: Add the missing setproctitle unit.
13783      Branch: metaconfig/U/perl
13784            + d_setproctitle.U
13785 ____________________________________________________________________________
13786 [  6501] By: jhi                                   on 2000/08/03  00:00:26
13787         Log: The subtest 4 may fail also on VOBS, as pointed out
13788              by Nick Ing-Simmons in November 1999, bug id 19991124.003
13789              (but the failure in that bug report isn't the subtest 4).
13790      Branch: perl
13791            ! t/op/stat.t
13792 ____________________________________________________________________________
13793 [  6500] By: jhi                                   on 2000/08/02  23:49:30
13794         Log: Better skip message for the test; one of the two problems in
13795              
13796              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
13797              From: Lupe Christoph <lupe@lupe-christoph.de>
13798              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
13799              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
13800      Branch: perl
13801            ! t/op/numconvert.t
13802 ____________________________________________________________________________
13803 [  6499] By: jhi                                   on 2000/08/02  22:49:16
13804         Log: Allow "no Module;" even if there is no 'unimport'.
13805              
13806              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
13807              From: mjd@plover.com
13808              Date: 24 Mar 2000 15:24:34 -0000
13809              Message-Id: <20000324152434.15160.qmail@plover.com>
13810      Branch: perl
13811            ! gv.c
13812 ____________________________________________________________________________
13813 [  6498] By: jhi                                   on 2000/08/02  22:42:58
13814         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
13815              that are hopefully soon put into use.
13816      Branch: perl
13817            ! opcode.h opcode.pl opnames.h
13818 ____________________________________________________________________________
13819 [  6497] By: gsar                                  on 2000/08/02  22:28:59
13820         Log: require.t needs binmode() to work on windows
13821      Branch: perl
13822            ! t/comp/require.t
13823 ____________________________________________________________________________
13824 [  6496] By: jhi                                   on 2000/08/02  22:08:51
13825         Log: Document the IVdf UVuf UVof UVxf.
13826      Branch: perl
13827            ! pod/perlguts.pod
13828 ____________________________________________________________________________
13829 [  6495] By: jhi                                   on 2000/08/02  21:54:26
13830         Log: detypo #6494
13831      Branch: perl
13832            ! ext/Data/Dumper/Dumper.xs
13833 ____________________________________________________________________________
13834 [  6494] By: jhi                                   on 2000/08/02  21:49:17
13835         Log: Dump UVs as UVs in Data::Dumper.
13836              
13837              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
13838              From: Gurusamy Sarathy <gsar@ActiveState.com>
13839              Date: Thu, 27 Apr 2000 12:26:25 -0700
13840              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
13841      Branch: perl
13842            ! ext/Data/Dumper/Dumper.xs
13843 ____________________________________________________________________________
13844 [  6493] By: jhi                                   on 2000/08/02  17:01:58
13845         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
13846              From: Hugo <hv@crypt.compulink.co.uk>
13847              Date: Wed, 02 Aug 2000 14:53:56 +0100
13848              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
13849      Branch: perl
13850            ! regexec.c t/op/re_tests
13851 ____________________________________________________________________________
13852 [  6492] By: jhi                                   on 2000/08/02  15:02:46
13853         Log: The new setproctitle() feature is available only in 
13854              bleeding edge FreeBSD.  From Paul Saab.
13855      Branch: perl
13856            ! mg.c
13857 ____________________________________________________________________________
13858 [  6491] By: jhi                                   on 2000/08/02  13:34:36
13859         Log: The tr utf8 patching continues.
13860              
13861              Subject: Re: #6469, too many tests claimed in require.t
13862              From: simon@brecon.co.uk (Simon Cozens)
13863              Date: 2 Aug 2000 02:37:17 GMT
13864              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
13865              
13866              (the logic of the test was the wrong way round in the patch)
13867      Branch: perl
13868            ! doop.c
13869 ____________________________________________________________________________
13870 [  6490] By: jhi                                   on 2000/08/02  13:27:38
13871         Log: The name of a filehandle does not have <these>.
13872      Branch: perl
13873            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
13874            ! t/pragma/warn/pp_sys util.c
13875 ____________________________________________________________________________
13876 [  6489] By: jhi                                   on 2000/08/02  04:26:46
13877         Log: Remove the extraneous "main::" prefix from all the
13878              "opened only for", "on closed", and "never opened" warnings.
13879              
13880              Subject: Re: inappropriate warning
13881              From: Gurusamy Sarathy <gsar@ActiveState.com>
13882              Date: Mon, 20 Mar 2000 11:28:02 -0800
13883              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
13884      Branch: perl
13885            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
13886            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
13887            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
13888 ____________________________________________________________________________
13889 [  6488] By: jhi                                   on 2000/08/02  03:02:57
13890         Log: memcpy has n o in it, as pinted ut by Sarathy.
13891      Branch: perl
13892            ! pod/perlguts.pod
13893 ____________________________________________________________________________
13894 [  6487] By: jhi                                   on 2000/08/02  02:44:51
13895         Log: Document in one place the memory abstractions used in Perl core.
13896              
13897              Subject: Re: Memory abstraction
13898              From: simon@brecon.co.uk (Simon Cozens)
13899              Date: 2 Aug 2000 02:20:23 GMT
13900              Organization: Earth.li Origins
13901      Branch: perl
13902            ! pod/perlguts.pod
13903 ____________________________________________________________________________
13904 [  6486] By: jhi                                   on 2000/08/02  02:41:57
13905         Log: regen_headers, regen perltoc.
13906      Branch: perl
13907            ! perlapi.c pod/perltoc.pod
13908 ____________________________________________________________________________
13909 [  6485] By: jhi                                   on 2000/08/02  01:43:33
13910         Log: "This little thing tests for a file .patch, and if it contains
13911              a number, pops into patchlevel.h" (making it easier to track
13912              which development version people are reporting bugs against)
13913              
13914              Subject: Patchlevel autogeneration for repository perls
13915              From: simon@brecon.co.uk (Simon Cozens)
13916              Date: 14 Jul 2000 07:12:15 GMT
13917              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
13918      Branch: perl
13919            + fix_pl
13920            ! MANIFEST Makefile.SH
13921 ____________________________________________________________________________
13922 [  6484] By: jhi                                   on 2000/08/02  01:32:54
13923         Log: FreeBSD 3.* updates from
13924              
13925              From: Paul Saab <ps@yahoo-inc.com>
13926              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13927              Date: Tue, 1 Aug 2000 15:41:39 -0700
13928              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13929      Branch: perl
13930            ! hints/freebsd.sh
13931 ____________________________________________________________________________
13932 [  6483] By: jhi                                   on 2000/08/02  01:27:44
13933         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
13934              instead one must use setproctitle().  This was already addressed
13935              by change #6457, but the below has a new variant for FreeBSD 4.0
13936              or later, and the matter is also documented more.
13937              
13938              From: Paul Saab <ps@yahoo-inc.com>
13939              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
13940              Date: Tue, 1 Aug 2000 15:41:39 -0700
13941              Message-Id: <20000801154139.A53740@yahoo-inc.com>
13942      Branch: metaconfig/U/perl
13943            + i_libutil.U
13944      Branch: perl
13945            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
13946 ____________________________________________________________________________
13947 [  6482] By: jhi                                   on 2000/08/01  22:17:32
13948         Log: The test from this
13949              
13950              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
13951              Date: Sat, 15 Apr 2000 17:03:44 +0100
13952              From: Tom Hughes <tom@compton.nu>
13953              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
13954              
13955              was missing, the code change went in as #5989
13956              (which had a different test?)
13957      Branch: perl
13958            ! t/op/misc.t
13959 ____________________________________________________________________________
13960 [  6481] By: jhi                                   on 2000/08/01  21:48:38
13961         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
13962              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13963              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
13964              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
13965      Branch: perl
13966            ! perl.h
13967 ____________________________________________________________________________
13968 [  6480] By: jhi                                   on 2000/08/01  18:05:28
13969         Log: Make p4desc to skip non-mainperl branches by default.
13970      Branch: perl
13971            ! Porting/p4desc
13972 ____________________________________________________________________________
13973 [  6479] By: jhi                                   on 2000/08/01  17:29:19
13974         Log: If gccosandvers is equal to osname, clear gccosandvers.
13975      Branch: metaconfig/U/perl
13976            ! gccvers.U
13977      Branch: perl
13978            ! Configure config_h.SH
13979 ____________________________________________________________________________
13980 [  6478] By: jhi                                   on 2000/08/01  15:54:08
13981         Log: BOM patching from Simon Cozens.
13982      Branch: perl
13983            ! toke.c
13984 ____________________________________________________________________________
13985 [  6477] By: jhi                                   on 2000/08/01  04:50:33
13986         Log: Stash away the largefiles flags and libswanted.
13987      Branch: perl
13988            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
13989 ____________________________________________________________________________
13990 [  6476] By: gsar                                  on 2000/08/01  04:24:24
13991         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
13992              on Windows)
13993      Branch: perl
13994            ! t/pragma/utf8.t utf8.c win32/win32.c
13995 ____________________________________________________________________________
13996 [  6475] By: jhi                                   on 2000/08/01  03:35:24
13997         Log: Make chr() for values >127 to create utf8 when under utf8.
13998              
13999              Subject: Re: uft8/chr()
14000              From: simon@brecon.co.uk (Simon Cozens)
14001              Date: 1 Aug 2000 02:37:02 GMT
14002              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
14003      Branch: perl
14004            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14005 ____________________________________________________________________________
14006 [  6474] By: jhi                                   on 2000/08/01  02:36:18
14007         Log: In Digital UNIX warn if gcc explicitly chosen because even
14008              2.95.2 is known to cause problems.
14009      Branch: perl
14010            ! hints/dec_osf.sh
14011 ____________________________________________________________________________
14012 [  6473] By: jhi                                   on 2000/08/01  02:00:56
14013         Log: Make the safety catch for buggy gccs work with triple version
14014              numbers like 2.95.2.  Reported in
14015              
14016              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
14017              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
14018              Date: Mon, 31 Jul 2000 14:55:06 +0200
14019              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
14020      Branch: perl
14021            ! hints/dec_osf.sh
14022 ____________________________________________________________________________
14023 [  6472] By: jhi                                   on 2000/08/01  01:13:33
14024         Log: Subject: fix and question re: waitpid() under win32
14025              From: Brian Clarke <clarke@appliedmeta.com>
14026              Date: Fri, 28 Jul 2000 15:18:29 -0400
14027              Message-ID: <3981DC85.290314EB@appliedmeta.com>
14028              
14029              Slightly reformatted and WNOHANG # define moved to win32.h
14030              so that also POSIX.xs sees it, as suggsted by Sarathy.
14031      Branch: perl
14032            ! win32/win32.c win32/win32.h
14033 ____________________________________________________________________________
14034 [  6471] By: jhi                                   on 2000/08/01  00:55:05
14035         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
14036              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14037              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
14038              Date: Mon, 31 Jul 2000 13:28:51 +0100
14039              
14040              (aka ID 20000730.002)
14041      Branch: perl
14042            ! op.c t/op/tr.t
14043 ____________________________________________________________________________
14044 [  6470] By: jhi                                   on 2000/07/31  23:34:42
14045         Log: Document the problem with -P in HP-UX and its workaround.
14046              
14047              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
14048              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
14049              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
14050              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
14051      Branch: perl
14052            ! README.hpux
14053 ____________________________________________________________________________
14054 [  6469] By: jhi                                   on 2000/07/31  04:15:02
14055         Log: The swallow_bom() saga continues.  The #23 of require.t
14056              (UTF16-LE) still fails (silently, no output) but the #22
14057              (UTF16-BE) seems to be working now.  The root of the
14058              failure may be in sv_gets(): is it UTF-16LE-aware,
14059              especially when it comes to line endings? 
14060      Branch: perl
14061            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
14062            ! t/comp/require.t toke.c utf8.c
14063 ____________________________________________________________________________
14064 [  6468] By: jhi                                   on 2000/07/30  19:05:48
14065         Log: Find green threads before native threads.
14066              
14067              Subject: Re: Patch to jpl/JNI/Makefile.PL
14068              From: Jens Thomsen <jens@fiend.cis.com>
14069              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
14070              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
14071      Branch: perl
14072            ! jpl/JNI/Makefile.PL
14073 ____________________________________________________________________________
14074 [  6467] By: jhi                                   on 2000/07/30  18:36:22
14075         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
14076      Branch: perl
14077            ! doop.c
14078 ____________________________________________________________________________
14079 [  6466] By: jhi                                   on 2000/07/30  04:37:29
14080         Log: A new version of the "remove UPPERACSE string comparison"
14081              operators.  The problem with the previous one (change #6454)
14082              was that it was for Perl 5.6.0.  From Paul Marquess.
14083      Branch: perl
14084            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
14085            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
14086            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14087 ____________________________________________________________________________
14088 [  6465] By: jhi                                   on 2000/07/29  22:39:56
14089         Log: Do not upgrade SVs into utf8 just because they participate
14090              in eq or cmp.  Reported and fix suggested in
14091              
14092              Subject: [ID 20000720.009] sv_eq UTF8 bug
14093              From: "Simon Cozens" <simon@othersideofthe.earth.li>
14094              Date: 21 Jul 2000 04:37:29 -0000
14095              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
14096              
14097              Exercise for the kind reader: should we or should we not
14098              cache the utf8 conversion alonside the SV? (as magic,
14099              as thestrxfrm()ed version is cached under use locale)
14100              Argue both for and against.
14101      Branch: perl
14102            ! sv.c
14103 ____________________________________________________________________________
14104 [  6464] By: jhi                                   on 2000/07/29  22:36:22
14105         Log: Subject: UTF8 concat
14106              From: simon@brecon.co.uk (Simon Cozens) 
14107              Date: 30 Jun 2000 06:13:25 GMT
14108              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
14109              
14110              (with a memory leak fixed, plus a few casts added)
14111              
14112              This also seems to help for
14113              
14114              Subject: [ID 20000716.015] join UTF8 weirdness
14115              From: root <root@ak-71.mind.de> 
14116              Date: Sat, 15 Jul 2000 15:29:54 +0200
14117              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
14118              
14119              (from Andreas König)
14120      Branch: perl
14121            ! pp_hot.c
14122 ____________________________________________________________________________
14123 [  6463] By: jhi                                   on 2000/07/29  00:55:39
14124         Log: Tune the comments and hopefully stop a memory leak.
14125      Branch: perl
14126            ! toke.c utf8.c
14127 ____________________________________________________________________________
14128 [  6462] By: jhi                                   on 2000/07/29  00:16:53
14129         Log: The problem described in this
14130              
14131              Subject: [ID 20000322.018] named chars aren't magical enough
14132              From: root <root@dixie.cscaper.com>     
14133              Date: Wed, 22 Mar 2000 18:37:42 -0700
14134              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
14135              
14136              has been fixed in perl 5.6.0 but just in case added a test
14137              to keep it away.  (The report from Joseph Hall.)
14138      Branch: perl
14139            ! t/lib/charnames.t
14140 ____________________________________________________________________________
14141 [  6461] By: jhi                                   on 2000/07/28  23:56:36
14142         Log: Tiny fixes for #6460.
14143      Branch: metaconfig/U/perl
14144            ! gccvers.U
14145      Branch: perl
14146            ! Configure config_h.SH
14147 ____________________________________________________________________________
14148 [  6460] By: jhi                                   on 2000/07/28  23:24:41
14149         Log: Warn if the version of the operating system used to compile gcc
14150              differs from the current version of the operating system.
14151              Also display the gcc compilation os and version in myconfig.
14152              Inspiration from
14153              
14154              Subject: Re: [ID 20000710.003] ERRORS!!         
14155              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14156              Date: Mon, 10 Jul 2000 15:54:16 -0400
14157              Message-ID: <20000710155416.A1384@O2.chapin.edu>
14158      Branch: metaconfig/U/perl
14159            ! gccvers.U
14160      Branch: perl
14161            ! Configure config_h.SH myconfig.SH
14162 ____________________________________________________________________________
14163 [  6459] By: jhi                                   on 2000/07/28  22:00:32
14164         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
14165              letter to $Config{osvers}.
14166      Branch: metaconfig
14167            ! U/modified/Oldconfig.U
14168      Branch: perl
14169            ! Configure config_h.SH
14170 ____________________________________________________________________________
14171 [  6458] By: jhi                                   on 2000/07/28  04:15:39
14172         Log: Back out #6454, doesn't seem to work.
14173              (Reason: that patch was for perl 5.6.0, not perl-current)
14174              (A version of the patch for perl-current came in later as #6466)
14175      Branch: perl
14176            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
14177            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
14178            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14179 ____________________________________________________________________________
14180 [  6457] By: jhi                                   on 2000/07/27  23:31:49
14181         Log: Use setproctitle() if available to modify $0.
14182              
14183              Subject: setting $* on BSD4 broken
14184              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14185              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
14186              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
14187      Branch: metaconfig
14188            ! U/modified/Myinit.U
14189      Branch: perl
14190            ! Configure config_h.SH mg.c
14191 ____________________________________________________________________________
14192 [  6456] By: jhi                                   on 2000/07/27  14:50:47
14193         Log: Allow "no AutoLoader;", based on change #6444,
14194              suggested by Graham Barr.
14195      Branch: perl
14196            ! lib/AutoLoader.pm
14197 ____________________________________________________________________________
14198 [  6455] By: jhi                                   on 2000/07/27  14:19:10
14199         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
14200              From: rspier@pobox.com (Robert Spier)
14201              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
14202              Message-ID: <14720.15855.787664.424783@rls.cx>
14203      Branch: perl
14204            ! pod/perldiag.pod
14205 ____________________________________________________________________________
14206 [  6454] By: jhi                                   on 2000/07/27  14:03:02
14207         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
14208              for a long time).
14209              
14210              Reported in
14211              
14212              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
14213              From: Ryan Herbert <rherbert@sycamorehq.com>
14214              Date: Mon, 17 Jul 2000 11:40:42 -0400
14215              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
14216              
14217              Patched in
14218              
14219              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
14220              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
14221              Date: Wed, 26 Jul 2000 23:40:18 +0100
14222              Message-ID: <000001bff752$79511880$0a17073e@tiny>
14223              
14224              based on an earlier patch from Stephen P. Potter.
14225              
14226              (Removed later by change #6458 because this patch was for
14227              perl 5.6.0, not perl-current)
14228      Branch: perl
14229            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
14230            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
14231            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
14232 ____________________________________________________________________________
14233 [  6453] By: jhi                                   on 2000/07/27  13:48:02
14234         Log: Subject: [PATCH] fixes bug 20000508.004
14235              From: Michael Stevens <mstevens@globnix.org>
14236              Date: Thu, 27 Jul 2000 13:49:04 +0100
14237              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
14238      Branch: perl
14239            ! pod/perldata.pod
14240 ____________________________________________________________________________
14241 [  6452] By: jhi                                   on 2000/07/26  23:51:26
14242         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
14243              and Craig A. Berry.
14244      Branch: perl
14245            ! lib/File/Temp.pm pod/perlport.pod
14246 ____________________________________________________________________________
14247 [  6451] By: jhi                                   on 2000/07/26  19:43:30
14248         Log: Be wary of close()s, too.
14249              
14250              Subject: Re: [PATCH] perlbug cleanup
14251              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14252              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
14253              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
14254      Branch: perl
14255            ! utils/perlbug.PL
14256 ____________________________________________________________________________
14257 [  6450] By: jhi                                   on 2000/07/26  18:41:40
14258         Log: Subject: Minor doc patch: handy.h
14259              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
14260              Date: Wed, 26 Jul 2000 15:34:25 -0300
14261              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
14262      Branch: perl
14263            ! handy.h pod/perlapi.pod
14264 ____________________________________________________________________________
14265 [  6449] By: jhi                                   on 2000/07/26  18:23:55
14266         Log: Subject: [PATCH] minor doc change - perlguts
14267              From: Michael Stevens <mstevens@globnix.org>
14268              Date: Thu, 13 Jul 2000 12:39:18 +0100
14269              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
14270      Branch: perl
14271            ! pod/perlguts.pod
14272 ____________________________________________________________________________
14273 [  6448] By: jhi                                   on 2000/07/26  18:20:30
14274         Log: open() wariness in perlbug.
14275              
14276              Subject: [PATCH] perlbug cleanup
14277              From: Michael Stevens <mstevens@globnix.org>
14278              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
14279              Date: Thu, 13 Jul 2000 15:52:23 +0100
14280      Branch: perl
14281            ! utils/perlbug.PL
14282 ____________________________________________________________________________
14283 [  6447] By: jhi                                   on 2000/07/26  18:13:04
14284         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
14285      Branch: perl
14286            ! lib/File/Temp.pm t/lib/ftmp-security.t
14287 ____________________________________________________________________________
14288 [  6446] By: jhi                                   on 2000/07/26  18:06:32
14289         Log: docfix from Peter Scott <Peter@PSDT.com>.
14290      Branch: perl
14291            ! pod/perlfunc.pod
14292 ____________________________________________________________________________
14293 [  6445] By: jhi                                   on 2000/07/26  17:53:31
14294         Log: Fix *foo{FORMAT}.
14295              
14296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14297              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
14298              Date: Wed, 26 Jul 2000 19:51:02 +0200
14299              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
14300              
14301              From: Graham Barr <gbarr@pobox.com>
14302              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
14303              Date: Wed, 26 Jul 2000 17:38:36 +0100
14304              Message-ID: <20000726173836.L472@pobox.com>
14305      Branch: perl
14306            ! pp.c sv.c t/op/gv.t
14307 ____________________________________________________________________________
14308 [  6444] By: jhi                                   on 2000/07/26  17:49:14
14309         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
14310              from Graham Barr in the module list.
14311      Branch: perl
14312            ! gv.c pod/perlobj.pod
14313 ____________________________________________________________________________
14314 [  6443] By: jhi                                   on 2000/07/26  16:06:56
14315         Log: More split() doc and test patches from Mike Guy.
14316      Branch: perl
14317            ! pod/perlfunc.pod t/op/split.t
14318 ____________________________________________________________________________
14319 [  6442] By: jhi                                   on 2000/07/26  16:05:30
14320         Log: MacOS nits from Matthias Neeracher.
14321      Branch: perl
14322            ! perl.c pp_ctl.c
14323 ____________________________________________________________________________
14324 [  6441] By: jhi                                   on 2000/07/26  04:39:57
14325         Log: Subject: [PATCH] split /^/
14326              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14327              Date: Tue, 25 Jul 2000 14:18:57 +0100
14328              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
14329              
14330              (with notes from tchrist and gbarr)
14331      Branch: perl
14332            ! pod/perlfunc.pod t/op/split.t
14333 ____________________________________________________________________________
14334 [  6440] By: jhi                                   on 2000/07/26  04:32:32
14335         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
14336              From: Peter Prymmer <pvhp@forte.com>
14337              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
14338              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
14339      Branch: perl
14340            ! vms/munchconfig.c
14341 ____________________________________________________________________________
14342 [  6439] By: jhi                                   on 2000/07/26  04:31:01
14343         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
14344              to be fatal errors (instead of by default ignoring them, and
14345              ignoring with a bug: even though -w gave an error, the opening [
14346              was left in)  Reported in:
14347              
14348              Subject: [ID 20000716.024] [=cc=] / [:blank:]
14349              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
14350              Date: Sun, 16 Jul 2000 17:55:29 -0700
14351              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
14352      Branch: perl
14353            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
14354 ____________________________________________________________________________
14355 [  6438] By: jhi                                   on 2000/07/25  15:41:15
14356         Log: Subject: [PATCH] av.c apidoc
14357              From: simon@brecon.co.uk (Simon Cozens)
14358              Date: 24 Jul 2000 06:40:52 GMT
14359              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
14360      Branch: perl
14361            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
14362            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
14363 ____________________________________________________________________________
14364 [  6437] By: jhi                                   on 2000/07/25  14:05:36
14365         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
14366              From: "Stephen P. Potter" <spp@ds.net>
14367              Date: Mon, 24 Jul 2000 14:22:23 -0400
14368              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
14369      Branch: perl
14370            ! pod/perllocale.pod
14371 ____________________________________________________________________________
14372 [  6436] By: jhi                                   on 2000/07/25  14:02:03
14373         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
14374              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14375              Date: Mon, 24 Jul 2000 18:04:28 +0100
14376              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
14377      Branch: perl
14378            ! t/lib/syslfs.t t/op/lfs.t
14379 ____________________________________________________________________________
14380 [  6435] By: jhi                                   on 2000/07/25  13:59:28
14381         Log: Get UTF16 BOMs working.  Patch from
14382              
14383              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14384              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14385              Date: Tue, 25 Jul 2000 12:52:45 +0100
14386              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
14387              
14388              and notes from
14389              
14390              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
14391              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14392              Date: Tue, 25 Jul 2000 11:43:25 +0100
14393              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
14394      Branch: perl
14395            ! t/comp/require.t toke.c utf8.c
14396 ____________________________________________________________________________
14397 [  6434] By: jhi                                   on 2000/07/25  02:39:54
14398         Log: Make the "uninit variable" warning to say "concat or string"
14399              or "join or string" when in concat or join .
14400              
14401              Subject: Re: [ID 20000403.009] uninitialised concatenation???
14402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14403              Date: Tue, 04 Apr 2000 18:22:58 +0100
14404              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
14405              
14406              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
14407              From: William R Ward <hermit@BayView.COM>
14408              Date: Thu, 30 Mar 2000 19:50:03 -0800
14409              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
14410      Branch: perl
14411            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
14412            ! t/pragma/warn/op t/pragma/warn/sv
14413 ____________________________________________________________________________
14414 [  6433] By: jhi                                   on 2000/07/24  17:52:56
14415         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
14416      Branch: perl
14417            ! lib/File/Spec/VMS.pm
14418 ____________________________________________________________________________
14419 [  6432] By: jhi                                   on 2000/07/24  17:44:44
14420         Log: Test cases for #6431.
14421              
14422              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14423              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14424              Date: Mon, 24 Jul 2000 15:32:29 +0100
14425              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
14426      Branch: perl
14427            ! t/op/pat.t t/op/split.t
14428 ____________________________________________________________________________
14429 [  6431] By: jhi                                   on 2000/07/24  17:43:17
14430         Log: Bind op fix.
14431              
14432              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
14433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14434              Date: Mon, 17 Jul 2000 20:04:56 +0100
14435              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
14436      Branch: perl
14437            ! op.c
14438 ____________________________________________________________________________
14439 [  6430] By: jhi                                   on 2000/07/24  03:42:42
14440         Log: Subject: [ID 20000716.023] syslog test fails without sockets
14441              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14442              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
14443              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
14444      Branch: metaconfig/U/perl
14445            ! Extensions.U
14446      Branch: perl
14447            ! Configure config_h.SH
14448 ____________________________________________________________________________
14449 [  6429] By: jhi                                   on 2000/07/24  03:11:52
14450         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
14451              case, but add also notes explaining the relationship of this
14452              patch and the earlier notes by Sarathy.
14453              
14454              Subject: Map is still slow
14455              From: "Ben Tilly" <ben_tilly@hotmail.com>
14456              Date: Sat, 15 Jul 2000 17:23:27 EDT
14457              Message-ID: <20000715212327.21656.qmail@hotmail.com>
14458      Branch: perl
14459            ! pp_ctl.c
14460 ____________________________________________________________________________
14461 [  6428] By: jhi                                   on 2000/07/24  02:58:52
14462         Log: Documentation to explain the behaviour of map().
14463              
14464              Subject: Re: Map is still slow 
14465              From: Gurusamy Sarathy <gsar@ActiveState.com>
14466              Date: Sat, 15 Jul 2000 16:05:09 -0700
14467              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
14468      Branch: perl
14469            ! pp_ctl.c
14470 ____________________________________________________________________________
14471 [  6427] By: jhi                                   on 2000/07/24  02:50:03
14472         Log: Add tests for
14473              [ID 19991110.003] another matching finding by pcre author
14474              which has already been fixed by some patch, as verified in
14475              
14476              Subject: Re: two regex bugs from the mists of time (well, last November)
14477              From: Hugo <hv@crypt.compulink.co.uk>
14478              Date: Sat, 22 Jul 2000 18:12:58 +0100
14479              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
14480      Branch: perl
14481            ! t/op/re_tests
14482 ____________________________________________________________________________
14483 [  6426] By: jhi                                   on 2000/07/24  02:11:20
14484         Log: A missing 'break' after the [[:space:]] switch case.
14485              
14486              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
14487              From: "Stephen P. Potter" <spp@ds.net>
14488              Date: Tue, 18 Jul 2000 16:25:17 -0400
14489              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
14490      Branch: perl
14491            ! regcomp.c
14492 ____________________________________________________________________________
14493 [  6425] By: jhi                                   on 2000/07/24  02:06:12
14494         Log: The output might have been produced in the wrong order.
14495              
14496              Subject: [ID 20000720.003] [PATCH] t/op/write.t
14497              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14498              Date: Thu, 20 Jul 2000 18:49:18 +0100
14499              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
14500      Branch: perl
14501            ! t/op/write.t
14502 ____________________________________________________________________________
14503 [  6424] By: jhi                                   on 2000/07/24  02:00:07
14504         Log: Use STDOUT consistently.
14505              
14506              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
14507              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14508              Date: Thu, 20 Jul 2000 18:04:01 +0100
14509              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
14510      Branch: perl
14511            ! lib/Test/Harness.pm
14512 ____________________________________________________________________________
14513 [  6423] By: jhi                                   on 2000/07/24  01:54:54
14514         Log: Protect against "wild next"s, that is, callbacks doing "next"
14515              instead of "return".
14516              
14517              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
14518              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14519              Date: Tue, 18 Jul 2000 11:30:16 +0100
14520              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
14521      Branch: perl
14522            ! lib/File/Find.pm
14523 ____________________________________________________________________________
14524 [  6422] By: jhi                                   on 2000/07/24  01:35:47
14525         Log: Out-of-date note removed.
14526              
14527              Subject: [PATCH] documentation perlipc
14528              From: rspier@pobox.com (Robert Spier)
14529              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
14530              Message-ID: <14711.35178.572612.502654@rls.cx>
14531      Branch: perl
14532            ! pod/perlipc.pod
14533 ____________________________________________________________________________
14534 [  6421] By: jhi                                   on 2000/07/24  00:09:18
14535         Log: Send all installperl messages to STDERR and be -w clean.
14536              
14537              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
14538              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14539              Date: Sat, 22 Jul 2000 14:02:11 +0100
14540              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
14541      Branch: perl
14542            ! installperl
14543 ____________________________________________________________________________
14544 [  6420] By: jhi                                   on 2000/07/24  00:04:19
14545         Log: Decutandpasto.
14546              
14547              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
14548              From: "Richard Soderberg" <rs@crystalflame.net>
14549              Date: Sun, 23 Jul 2000 01:37:23 -0700
14550              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
14551      Branch: perl
14552            ! pod/perlipc.pod
14553 ____________________________________________________________________________
14554 [  6419] By: jhi                                   on 2000/07/24  00:01:12
14555         Log: A cleaner abs_path().
14556              Subject: Re: unix alternative to Cwd.pm
14557              From: Jeff Pinyan <jeffp@crusoe.net>
14558              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
14559              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
14560      Branch: perl
14561            ! lib/Cwd.pm
14562 ____________________________________________________________________________
14563 [  6418] By: jhi                                   on 2000/07/23  23:48:56
14564         Log: Detypo.
14565              
14566              Subject: [PATCH perl-current] Typo in hints/powerux.sh
14567              From: "Richard Soderberg" <rs@crystalflame.net>
14568              Date: Sun, 23 Jul 2000 01:27:33 -0700
14569              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
14570      Branch: perl
14571            ! hints/powerux.sh
14572 ____________________________________________________________________________
14573 [  6417] By: jhi                                   on 2000/07/17  22:13:31
14574         Log: Subject: SDBM_File documentation
14575              From: mjd@plover.com
14576              Date: 16 Jul 2000 17:41:17 -0000
14577              Message-ID: <20000716174117.18515.qmail@plover.com>
14578      Branch: perl
14579            ! ext/SDBM_File/SDBM_File.pm
14580 ____________________________________________________________________________
14581 [  6416] By: jhi                                   on 2000/07/17  19:13:26
14582         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
14583      Branch: perl
14584            ! hints/mpeix.sh mpeix/relink
14585 ____________________________________________________________________________
14586 [  6415] By: jhi                                   on 2000/07/15  14:11:02
14587         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
14588              the utf8 'characters' can be more than one octet).
14589              
14590              Date: Sat, 15 Jul 2000 00:21:56 +0100
14591              From: Tom Hughes <tom@compton.nu>
14592              Subject: Re: [ID 20000714.002]
14593              Message-ID: <db2334de49.tom@compton.compton.nu>
14594              
14595              Reported in
14596              
14597              Subject: [ID 20000714.002]
14598              From: "Simon Cozens" <simon@othersideofthe.earth.li>
14599              Date: 14 Jul 2000 15:13:09 -0000
14600              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
14601      Branch: perl
14602            ! doop.c
14603 ____________________________________________________________________________
14604 [  6414] By: jhi                                   on 2000/07/15  03:13:41
14605         Log: another VMS build tweak from Peter Prymmer
14606      Branch: perl
14607            ! vms/descrip_mms.template
14608 ____________________________________________________________________________
14609 [  6413] By: jhi                                   on 2000/07/15  03:10:40
14610         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
14611      Branch: perl
14612            ! vms/perlvms.pod
14613 ____________________________________________________________________________
14614 [  6412] By: jhi                                   on 2000/07/15  00:31:05
14615         Log: More docs for sv functions.
14616              
14617              Subject: [PATCH cfgperl] sv.c apidoc
14618              From: simon@brecon.co.uk (Simon Cozens)
14619              Date: 13 Jul 2000 09:00:20 GMT
14620              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
14621              
14622              Subject: Re: [PATCH cfgperl] sv.c apidoc
14623              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14624              Date: Thu, 13 Jul 2000 12:27:41 +0100
14625              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
14626              
14627              Subject: Re: [PATCH cfgperl] sv.c apidoc
14628              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14629              Date: Thu, 13 Jul 2000 13:23:09 +0100
14630              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
14631              
14632              Subject: Re: [PATCH cfgperl] sv.c apidoc
14633              From: simon@brecon.co.uk (Simon Cozens)
14634              Date: 14 Jul 2000 06:51:02 GMT
14635              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
14636      Branch: perl
14637            ! embed.pl pod/perlapi.pod sv.c
14638 ____________________________________________________________________________
14639 [  6411] By: jhi                                   on 2000/07/15  00:10:41
14640         Log: lib/b test fixes from Peter Prymmer.
14641      Branch: perl
14642            ! t/lib/b.t
14643 ____________________________________________________________________________
14644 [  6410] By: jhi                                   on 2000/07/15  00:02:09
14645         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
14646              From: Hugo <hv@crypt.compulink.co.uk>
14647              Date: Fri, 14 Jul 2000 23:05:20 +0100
14648              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
14649              
14650              Didn't anymore apply, but that point still could use another fix.
14651      Branch: perl
14652            ! pod/perlfunc.pod
14653 ____________________________________________________________________________
14654 [  6409] By: jhi                                   on 2000/07/14  23:15:15
14655         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
14656              not in pod, from Peter Prymmer
14657      Branch: perl
14658            ! vms/descrip_mms.template
14659 ____________________________________________________________________________
14660 [  6408] By: jhi                                   on 2000/07/14  20:35:05
14661         Log: The bug report
14662              [ID 19991110.002] minimal matching discrepancy found by pcre author
14663              seems to have been fixed (though differently from what was suggested
14664              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
14665      Branch: perl
14666            ! t/op/re_tests
14667 ____________________________________________________________________________
14668 [  6407] By: jhi                                   on 2000/07/14  17:38:08
14669         Log: Fix AutoSplit to use File::Spec the right way in VMS,
14670              from Peter Prymmer.
14671      Branch: perl
14672            ! lib/AutoSplit.pm
14673 ____________________________________________________________________________
14674 [  6406] By: jhi                                   on 2000/07/14  14:13:22
14675         Log: Merge perlhacktut into perlhack, update perlguts.
14676              
14677              Subject: Re: Perlhacktut
14678              From: simon@brecon.co.uk (Simon Cozens)
14679              Date: 14 Jul 2000 06:49:21 GMT
14680              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
14681              
14682              Subject: Re: Perlhacktut
14683              From: simon@brecon.co.uk (Simon Cozens)
14684              Date: 14 Jul 2000 07:09:45 GMT
14685              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
14686      Branch: perl
14687            ! pod/perlguts.pod pod/perlhack.pod
14688 ____________________________________________________________________________
14689 [  6405] By: jhi                                   on 2000/07/14  14:02:31
14690         Log: Integrate with Sarathy.
14691      Branch: cfgperl
14692           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
14693           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
14694           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
14695 ____________________________________________________________________________
14696 [  6404] By: gsar                                  on 2000/07/14  12:15:02
14697         Log: PERL_OBJECT build tweaks
14698      Branch: perl
14699            ! toke.c
14700 ____________________________________________________________________________
14701 [  6403] By: gsar                                  on 2000/07/14  11:23:41
14702         Log: inconsistent types needs casts
14703      Branch: perl
14704            ! toke.c
14705 ____________________________________________________________________________
14706 [  6402] By: gsar                                  on 2000/07/14  11:12:04
14707         Log: typos in change#6399, regen headers
14708      Branch: perl
14709            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
14710 ____________________________________________________________________________
14711 [  6401] By: gsar                                  on 2000/07/14  10:59:12
14712         Log: typecasts needed for change#6394
14713      Branch: perl
14714            ! toke.c
14715 ____________________________________________________________________________
14716 [  6400] By: gsar                                  on 2000/07/14  10:49:37
14717         Log: integrate cfgperl contents into mainline
14718      Branch: perl
14719           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
14720           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
14721 ____________________________________________________________________________
14722 [  6399] By: gsar                                  on 2000/07/14  10:38:35
14723         Log: enable UTF-16 filter by default if relevant BOM is seen; various
14724              cleanups (typos, misformatted code, and small bugs)
14725      Branch: perl
14726            ! doop.c embed.pl mg.c op.c pp.c toke.c
14727 ____________________________________________________________________________
14728 [  6398] By: gsar                                  on 2000/07/14  08:55:38
14729         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
14730              name suggests anyway)
14731      Branch: perl
14732            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
14733 ____________________________________________________________________________
14734 [  6397] By: gsar                                  on 2000/07/14  08:44:33
14735         Log: move new variables to the end of the interpreter structure (for
14736              bincompat in code that doesn't #include XSUB.h)
14737      Branch: perl
14738            ! intrpvar.h
14739 ____________________________________________________________________________
14740 [  6396] By: gsar                                  on 2000/07/14  08:13:58
14741         Log: MakeMaker should not remove editor backups (*~) on `make clean`
14742              by default (completes change#6383)
14743      Branch: perl
14744            ! lib/ExtUtils/MM_Unix.pm
14745 ____________________________________________________________________________
14746 [  6395] By: jhi                                   on 2000/07/14  05:20:33
14747         Log: Replace change #6337 with a better one.
14748              
14749              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
14750              From: Hugo <hv@crypt.compulink.co.uk>
14751              Date: Fri, 14 Jul 2000 04:16:20 +0100
14752              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
14753      Branch: cfgperl
14754            ! regexec.c t/op/re_tests
14755 ____________________________________________________________________________
14756 [  6394] By: jhi                                   on 2000/07/14  01:33:59
14757         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
14758      Branch: cfgperl
14759            ! embed.pl global.sym proto.h toke.c
14760 ____________________________________________________________________________
14761 [  6393] By: jhi                                   on 2000/07/13  23:41:23
14762         Log: remove discarded test
14763      Branch: cfgperl
14764            ! MANIFEST
14765 ____________________________________________________________________________
14766 [  6392] By: jhi                                   on 2000/07/13  23:32:25
14767         Log: The {multiplier} of a fixed substring was overlooked which
14768              caused a wrong initial search offset for that substring.
14769              
14770              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
14771              From: Hugo <hv@crypt.compulink.co.uk>
14772              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
14773              Date: Thu, 13 Jul 2000 19:27:13 +0100
14774      Branch: cfgperl
14775            ! regcomp.c t/op/re_tests
14776 ____________________________________________________________________________
14777 [  6391] By: jhi                                   on 2000/07/13  16:37:42
14778         Log: typo fix from Craig Berry
14779      Branch: cfgperl
14780            ! vms/subconfigure.com
14781 ____________________________________________________________________________
14782 [  6390] By: jhi                                   on 2000/07/13  13:20:12
14783         Log: Integrate with Sarathy.
14784      Branch: cfgperl
14785            - t/op/method2entersub.t
14786           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
14787           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
14788           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
14789           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
14790 ____________________________________________________________________________
14791 [  6389] By: jhi                                   on 2000/07/13  13:18:48
14792         Log: Detypo from Peter Prymmer, part of #6388.
14793      Branch: cfgperl
14794            ! Configure config_h.SH
14795      Branch: metaconfig
14796            ! U/modified/d_longlong.U
14797 ____________________________________________________________________________
14798 [  6388] By: gsar                                  on 2000/07/13  06:33:40
14799         Log: typos (spotted by Peter Prymmer)
14800      Branch: perl
14801            ! Configure t/lib/english.t
14802 ____________________________________________________________________________
14803 [  6387] By: gsar                                  on 2000/07/13  05:35:28
14804         Log: new selfloader.t in change#6183 doesn't close DATA handles,
14805              and thus fails to clean up tmp files on dosish platforms
14806      Branch: perl
14807            ! t/lib/selfloader.t
14808 ____________________________________________________________________________
14809 [  6386] By: gsar                                  on 2000/07/12  21:42:39
14810         Log: sprintf test tweaks (from Dominic Dunlop)
14811      Branch: perl
14812            ! t/op/sprintf.t
14813 ____________________________________________________________________________
14814 [  6385] By: gsar                                  on 2000/07/12  21:33:46
14815         Log: fix bugs in processing %v-*d and similar format specs (from
14816              Avi Finkel <avi@finkel.org>)
14817      Branch: perl
14818            ! sv.c t/op/sprintf.t
14819 ____________________________________________________________________________
14820 [  6384] By: gsar                                  on 2000/07/12  16:04:19
14821         Log: readd missing perldelta.pod changes from changes#6339,6376
14822      Branch: perl
14823            ! pod/perldelta.pod
14824 ____________________________________________________________________________
14825 [  6383] By: gsar                                  on 2000/07/12  16:00:51
14826         Log: don't clobber *.orig files on *clean targets
14827      Branch: perl
14828            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
14829 ____________________________________________________________________________
14830 [  6382] By: gsar                                  on 2000/07/12  07:59:12
14831         Log: fix broken integrations in cfgperl
14832      Branch: cfgperl
14833           !> Changes pod/perldelta.pod
14834 ____________________________________________________________________________
14835 [  6381] By: gsar                                  on 2000/07/12  07:42:17
14836         Log: integrate cfgperl changes into mainline
14837      Branch: perl
14838            ! Changes
14839           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
14840           !> pod/perlre.pod
14841 ____________________________________________________________________________
14842 [  6380] By: gsar                                  on 2000/07/12  07:31:00
14843         Log: get sprintf.t to adjust properly for 3-digit exponents
14844      Branch: perl
14845            ! t/op/sprintf.t
14846 ____________________________________________________________________________
14847 [  6379] By: gsar                                  on 2000/07/12  06:40:04
14848         Log: change#6174 needs corresponding change in win32/config_h.PL,
14849              which grovels through config_h.SH to find the config.h name
14850      Branch: perl
14851            ! win32/config_h.PL
14852 ____________________________________________________________________________
14853 [  6378] By: jhi                                   on 2000/07/12  05:03:59
14854         Log: Do the cc sanity check both before the hints and
14855              after the cc selction.
14856      Branch: cfgperl
14857            ! Configure config_h.SH
14858      Branch: metaconfig
14859            ! U/modified/Oldconfig.U U/modified/cc.U
14860      Branch: metaconfig/U/perl
14861            + Checkcc.U
14862 ____________________________________________________________________________
14863 [  6377] By: jhi                                   on 2000/07/12  02:49:22
14864         Log: Fix nits noticed by Boston.pm.
14865      Branch: cfgperl
14866            ! pod/perlre.pod
14867 ____________________________________________________________________________
14868 [  6376] By: jhi                                   on 2000/07/11  21:22:13
14869         Log: Configure cosmetics and perldelta.
14870      Branch: cfgperl
14871            ! Configure config_h.SH pod/perldelta.pod
14872      Branch: metaconfig
14873            ! U/modified/cc.U
14874 ____________________________________________________________________________
14875 [  6375] By: gsar                                  on 2000/07/11  21:17:35
14876         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
14877      Branch: perl
14878            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
14879            ! win32/win32sck.c
14880 ____________________________________________________________________________
14881 [  6374] By: gsar                                  on 2000/07/11  20:48:50
14882         Log: tweak for build failure under multiplicity
14883      Branch: perl
14884            ! toke.c
14885 ____________________________________________________________________________
14886 [  6373] By: gsar                                  on 2000/07/11  20:37:23
14887         Log: integrate cfgperl changes#6325..6373 into mainline
14888              (NOTE: today's batch of integrations still untested)
14889      Branch: perl
14890           +> ext/DynaLoader/hints/netbsd.pl
14891            ! Changes
14892           !> (integrate 26 files)
14893 ____________________________________________________________________________
14894 [  6372] By: jhi                                   on 2000/07/11  20:30:36
14895         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
14896              regen perltoc.
14897      Branch: cfgperl
14898            + pod/perlbook.pod
14899            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
14900            ! pod/perltoc.pod
14901 ____________________________________________________________________________
14902 [  6371] By: jhi                                   on 2000/07/11  20:08:56
14903         Log: Minor cleanups on the booklist.
14904      Branch: cfgperl
14905            ! pod/perlfaq2.pod
14906 ____________________________________________________________________________
14907 [  6370] By: jhi                                   on 2000/07/11  19:31:13
14908         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
14909      Branch: cfgperl
14910            ! t/pragma/overload.t
14911 ____________________________________________________________________________
14912 [  6369] By: gsar                                  on 2000/07/11  19:27:48
14913         Log: integrate cfgperl changes#6293..6324 into mainline
14914      Branch: perl
14915           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
14916            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
14917           !> (integrate 30 files)
14918 ____________________________________________________________________________
14919 [  6368] By: gsar                                  on 2000/07/11  19:18:57
14920         Log: skip integrate of problematic change#6292 from cfgperl into mainline
14921      Branch: perl
14922           !> pp_hot.c
14923 ____________________________________________________________________________
14924 [  6367] By: gsar                                  on 2000/07/11  19:17:21
14925         Log: integrate cfgperl changes#6288..6290 into mainline
14926      Branch: perl
14927           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
14928 ____________________________________________________________________________
14929 [  6366] By: gsar                                  on 2000/07/11  19:11:18
14930         Log: integrate cfgperl changes#6268..6282 into mainline
14931      Branch: perl
14932           !> (integrate 30 files)
14933 ____________________________________________________________________________
14934 [  6365] By: gsar                                  on 2000/07/11  18:57:00
14935         Log: delete new accidentally branched file
14936      Branch: perl
14937            - t/op/method2entersub.t
14938 ____________________________________________________________________________
14939 [  6364] By: gsar                                  on 2000/07/11  18:55:13
14940         Log: skip integrate of change#6267 from cfgperl into mainline (the
14941              method call optimization is flawed without additional hints
14942              from user about immutableness of @ISA and no runtime method
14943              definitions)
14944      Branch: perl
14945           +> t/op/method2entersub.t
14946           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
14947           !> perl.h t/op/sprintf.t xsutils.c
14948 ____________________________________________________________________________
14949 [  6363] By: gsar                                  on 2000/07/11  18:49:43
14950         Log: integrate cfgperl changes#6261..6266 into mainline
14951      Branch: perl
14952           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
14953           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
14954           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14955           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
14956 ____________________________________________________________________________
14957 [  6362] By: gsar                                  on 2000/07/11  18:43:26
14958         Log: integrate cfgperl changes#6252..6260 into mainline
14959      Branch: perl
14960           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
14961           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
14962           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
14963           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
14964 ____________________________________________________________________________
14965 [  6361] By: gsar                                  on 2000/07/11  18:37:12
14966         Log: skip integrate of problematic change#6251 from cfgperl into mainline
14967      Branch: perl
14968           !> lib/Exporter.pm
14969 ____________________________________________________________________________
14970 [  6360] By: gsar                                  on 2000/07/11  18:34:56
14971         Log: integrate cfgperl change#6250 into mainline
14972      Branch: perl
14973           +> t/op/my_stash.t
14974           !> MANIFEST embed.pl proto.h toke.c
14975 ____________________________________________________________________________
14976 [  6359] By: gsar                                  on 2000/07/11  18:21:19
14977         Log: integrate cfgperl changes#6242..6249 into mainline
14978      Branch: perl
14979           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
14980           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
14981           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
14982           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
14983           !> t/lib/peek.t utf8.c
14984 ____________________________________________________________________________
14985 [  6358] By: gsar                                  on 2000/07/11  18:15:45
14986         Log: skip integrate of problematic change#6241 from cfgperl into mainline
14987      Branch: perl
14988           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
14989 ____________________________________________________________________________
14990 [  6357] By: jhi                                   on 2000/07/11  18:15:16
14991         Log: Fix for
14992              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
14993              From: Roderick Schertler <roderick@argon.org> 
14994              Date: Tue, 11 Jul 2000 13:55:05 -0400 
14995              Message-Id: <200007111755.NAA05077@jones.argon.org> 
14996      Branch: cfgperl
14997            ! doio.c
14998 ____________________________________________________________________________
14999 [  6356] By: jhi                                   on 2000/07/11  18:12:51
15000         Log: Typo in #6341.
15001      Branch: cfgperl
15002            ! pp_hot.c
15003 ____________________________________________________________________________
15004 [  6355] By: gsar                                  on 2000/07/11  18:12:10
15005         Log: integrate cfgperl changes#6231..6240 into mainline
15006      Branch: perl
15007           +> pod/perlutil.pod
15008           !> (integrate 35 files)
15009 ____________________________________________________________________________
15010 [  6354] By: jhi                                   on 2000/07/11  18:04:34
15011         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
15012              From: Dominic Dunlop <domo@computer.org> 
15013              Date: Tue, 11 Jul 2000 12:27:33 +0200 
15014              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
15015              
15016              Replaces change #6268.
15017      Branch: cfgperl
15018            ! t/op/sprintf.t
15019 ____________________________________________________________________________
15020 [  6353] By: gsar                                  on 2000/07/11  17:59:51
15021         Log: skip integrate of problematic change#6230 from cfgperl into mainline
15022              (a later version of File::Spec is already in mainline)
15023      Branch: perl
15024           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
15025           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
15026 ____________________________________________________________________________
15027 [  6352] By: gsar                                  on 2000/07/11  17:57:48
15028         Log: integrate cfgperl changes#6224..6229 into mainline
15029      Branch: perl
15030           +> lib/lib.pm.PL
15031            - lib/lib.pm
15032           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
15033           !> lib/English.pm op.c t/lib/english.t
15034 ____________________________________________________________________________
15035 [  6351] By: gsar                                  on 2000/07/11  17:50:10
15036         Log: skip integrate of problematic change#6223 from cfgperl into mainline
15037      Branch: perl
15038           !> doio.c
15039 ____________________________________________________________________________
15040 [  6350] By: gsar                                  on 2000/07/11  17:48:28
15041         Log: integrate cfgperl changes#6220..6222 into mainline
15042      Branch: perl
15043           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
15044           !> toke.c utf8.c win32/win32.h
15045 ____________________________________________________________________________
15046 [  6349] By: gsar                                  on 2000/07/11  17:46:13
15047         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
15048              mainline
15049      Branch: perl
15050           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15051           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15052           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15053 ____________________________________________________________________________
15054 [  6348] By: jhi                                   on 2000/07/11  17:45:49
15055         Log: README.posix-bc podified from Thomas Dorner.
15056      Branch: cfgperl
15057            ! README.posix-bc
15058 ____________________________________________________________________________
15059 [  6347] By: gsar                                  on 2000/07/11  17:42:04
15060         Log: integrate cfgperl change#6217 into mainline
15061      Branch: perl
15062           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
15063           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
15064           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
15065 ____________________________________________________________________________
15066 [  6346] By: gsar                                  on 2000/07/11  17:39:37
15067         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
15068              mainline
15069      Branch: perl
15070           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
15071           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15072           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
15073           !> perlapi.h pod/perlapi.pod
15074 ____________________________________________________________________________
15075 [  6345] By: gsar                                  on 2000/07/11  17:36:42
15076         Log: integrate cfgperl changes#6207..6210 into mainline
15077      Branch: perl
15078           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
15079           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
15080 ____________________________________________________________________________
15081 [  6344] By: gsar                                  on 2000/07/11  17:31:20
15082         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
15083              mainline
15084      Branch: perl
15085           !> (integrate 40 files)
15086 ____________________________________________________________________________
15087 [  6343] By: gsar                                  on 2000/07/11  17:19:08
15088         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
15089      Branch: perl
15090           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
15091            ! Changes
15092           !> (integrate 34 files)
15093 ____________________________________________________________________________
15094 [  6342] By: jhi                                   on 2000/07/11  16:05:48
15095         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
15096              To: perl5-porters@perl.org
15097              From: Karsten Sperling <spiff@phreax.net>
15098              Date: Mon, 10 Jul 2000 15:12:52 +0200
15099              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
15100      Branch: cfgperl
15101            ! lib/Symbol.pm
15102 ____________________________________________________________________________
15103 [  6341] By: jhi                                   on 2000/07/11  15:59:23
15104         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
15105              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15106              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
15107              Date: Fri, 07 Jul 2000 17:57:16 +0100
15108      Branch: cfgperl
15109            ! pp_hot.c
15110 ____________________________________________________________________________
15111 [  6340] By: jhi                                   on 2000/07/11  15:55:47
15112         Log: Subject: Re: format bug report  [Patch]
15113              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15114              Date: Wed, 05 Jul 2000 13:12:52 +0200
15115              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
15116              
15117              Subject: Re: format bug report  [Patch]
15118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15119              Date: Wed, 05 Jul 2000 14:10:01 +0200
15120              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
15121      Branch: cfgperl
15122            ! t/op/write.t toke.c
15123 ____________________________________________________________________________
15124 [  6339] By: jhi                                   on 2000/07/11  13:54:09
15125         Log: Be less forgiving about ambiguous and illegal tr ranges.
15126              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
15127              From: Mark-Jason Dominus <mjd@plover.com>
15128              Date: Tue, 04 Jul 2000 10:00:12 -0400
15129              Message-ID: <20000704140012.17772.qmail@plover.com>
15130              
15131              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
15132              From: Mark-Jason Dominus <mjd@plover.com>
15133              Date: Wed, 05 Jul 2000 09:37:36 -0400
15134              Message-ID: <20000705133736.27293.qmail@plover.com>
15135      Branch: cfgperl
15136            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
15137 ____________________________________________________________________________
15138 [  6338] By: jhi                                   on 2000/07/11  13:31:24
15139         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
15140              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15141              Date: Tue, 11 Jul 2000 13:50:51 +0100
15142              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
15143      Branch: cfgperl
15144            ! sv.c
15145 ____________________________________________________________________________
15146 [  6337] By: jhi                                   on 2000/07/11  13:29:14
15147         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
15148              From: Hugo <hv@crypt.compulink.co.uk>
15149              Date: Tue, 11 Jul 2000 12:44:50 +0100
15150              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
15151      Branch: cfgperl
15152            ! regexec.c t/op/re_tests
15153 ____________________________________________________________________________
15154 [  6336] By: jhi                                   on 2000/07/11  13:26:47
15155         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
15156              From: simon@brecon.co.uk (Simon Cozens)
15157              Date: 7 Jul 2000 11:26:09 GMT
15158              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
15159      Branch: cfgperl
15160            ! mg.c
15161 ____________________________________________________________________________
15162 [  6335] By: jhi                                   on 2000/07/11  13:23:37
15163         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
15164              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
15165              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
15166              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
15167      Branch: cfgperl
15168            + ext/DynaLoader/hints/netbsd.pl
15169            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
15170 ____________________________________________________________________________
15171 [  6334] By: jhi                                   on 2000/07/11  13:20:38
15172         Log: Subject: PATCH perlguts.pod: Document D and d magic types
15173              From: mjd@plover.com
15174              Date: 5 Jul 2000 18:01:51 -0000
15175              Message-ID: <20000705180151.29413.qmail@plover.com>
15176      Branch: cfgperl
15177            ! pod/perlguts.pod
15178 ____________________________________________________________________________
15179 [  6333] By: jhi                                   on 2000/07/11  13:15:51
15180         Log: Precedence goof, fix based on
15181              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
15182              From: Hugo <hv@crypt.compulink.co.uk>
15183              Date: Tue, 11 Jul 2000 12:52:38 +0100
15184              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
15185      Branch: cfgperl
15186            ! t/op/taint.t
15187 ____________________________________________________________________________
15188 [  6332] By: jhi                                   on 2000/07/11  12:40:17
15189         Log: Integrate with Sarathy.
15190      Branch: cfgperl
15191           !> win32/win32sck.c
15192 ____________________________________________________________________________
15193 [  6331] By: jhi                                   on 2000/07/10  20:14:16
15194         Log: Sprinkle ldlibpath.
15195      Branch: cfgperl
15196            ! pod/Makefile.SH
15197 ____________________________________________________________________________
15198 [  6330] By: jhi                                   on 2000/07/10  17:54:49
15199         Log: More POSIX.pod tweaks.
15200      Branch: cfgperl
15201            ! ext/POSIX/POSIX.pod
15202 ____________________________________________________________________________
15203 [  6329] By: jhi                                   on 2000/07/10  14:02:12
15204         Log: Reorder perl.pod once more.
15205      Branch: cfgperl
15206            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15207 ____________________________________________________________________________
15208 [  6328] By: gsar                                  on 2000/07/10  07:06:00
15209         Log: accept() leaks memory on windows due to incorrect ordering of
15210              closesocket() and fclose() calls
15211      Branch: perl
15212            ! win32/win32sck.c
15213 ____________________________________________________________________________
15214 [  6327] By: gsar                                  on 2000/07/10  06:49:17
15215         Log: winsock options weren't being set in all threads under ithreads
15216              (caused send()s from second and subsequent threads to fail)
15217      Branch: perl
15218            ! win32/win32sck.c
15219 ____________________________________________________________________________
15220 [  6326] By: jhi                                   on 2000/07/08  02:45:40
15221         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
15222              was cast to an unsigned (32-bit) integer with wild abandon.
15223      Branch: cfgperl
15224            ! ext/Devel/DProf/DProf.xs
15225 ____________________________________________________________________________
15226 [  6325] By: jhi                                   on 2000/07/07  18:50:33
15227         Log: Remove perlbook, update perlfaq book listing,
15228              rearrange perl.pod, regenerate perltoc.
15229      Branch: cfgperl
15230            - pod/perlbook.pod
15231            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
15232            ! pod/perlfaq2.pod pod/perltoc.pod
15233 ____________________________________________________________________________
15234 [  6324] By: jhi                                   on 2000/07/07  14:03:40
15235         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
15236      Branch: cfgperl
15237            ! sv.h toke.c
15238 ____________________________________________________________________________
15239 [  6323] By: jhi                                   on 2000/07/06  16:03:55
15240         Log: Fix complaints of buildtoc.
15241      Branch: cfgperl
15242            + lib/Win32.pod
15243            - pod/Win32.pod
15244            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15245 ____________________________________________________________________________
15246 [  6322] By: jhi                                   on 2000/07/06  15:15:52
15247         Log: Add =head1 NAMEs so that buildtoc is happy.
15248              (The CGI::Util nit reported to Lincoln.)
15249      Branch: cfgperl
15250            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
15251            ! pod/perltoc.pod
15252 ____________________________________________________________________________
15253 [  6321] By: jhi                                   on 2000/07/06  03:16:04
15254         Log: Config is being used.
15255      Branch: cfgperl
15256            ! t/op/method.t
15257 ____________________________________________________________________________
15258 [  6320] By: jhi                                   on 2000/07/06  03:13:13
15259         Log: Integrate with Sarathy.
15260      Branch: cfgperl
15261           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
15262 ____________________________________________________________________________
15263 [  6319] By: jhi                                   on 2000/07/06  03:11:46
15264         Log: Autogenerate pod/Makefile and pod/buildtoc.
15265              buildtoc also checks whether the existin pods are
15266              mentioned in MANIFEST and perl.pod, and vice versa.
15267              (None of the thusly found discrepancies fixed yet.)
15268              roffitall also needs to be autogenerated similarly but it
15269              seems so badly out of date that I didn't touch it yet.
15270      Branch: cfgperl
15271            + pod/Makefile.SH pod/buildtoc.PL
15272            - pod/Makefile pod/buildtoc
15273            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
15274 ____________________________________________________________________________
15275 [  6318] By: gsar                                  on 2000/07/05  22:10:54
15276         Log: fix UNC path handling on Windows under ithreads, and chdir()
15277              return value when given a non-existent directory
15278      Branch: perl
15279            ! win32/vdir.h
15280 ____________________________________________________________________________
15281 [  6317] By: gsar                                  on 2000/07/05  22:08:19
15282         Log: winsock cleanup never done on Windows (leads to handle leaks)
15283      Branch: perl
15284            ! win32/perllib.c win32/win32sck.c
15285 ____________________________________________________________________________
15286 [  6316] By: gsar                                  on 2000/07/05  22:06:19
15287         Log: some debugger output does not go to the socket when RemotePort is set
15288      Branch: perl
15289            ! lib/perl5db.pl
15290 ____________________________________________________________________________
15291 [  6315] By: jhi                                   on 2000/07/05  00:25:21
15292         Log: Integrate with Sarathy, preliminary fix for unicos
15293              alignment problems in [ID 20000612.002] Perl problem on Cray system.
15294      Branch: cfgperl
15295            ! sv.h
15296           !> pp_hot.c
15297 ____________________________________________________________________________
15298 [  6314] By: gsar                                  on 2000/07/04  23:34:02
15299         Log: tyop in change#6306
15300      Branch: perl
15301            ! pp_hot.c
15302 ____________________________________________________________________________
15303 [  6313] By: jhi                                   on 2000/07/04  22:14:38
15304         Log: Multiline string literals ENONPORTABLE.
15305      Branch: cfgperl
15306            ! pp_hot.c
15307 ____________________________________________________________________________
15308 [  6312] By: jhi                                   on 2000/07/04  20:34:44
15309         Log: Integrate with Sarathy.
15310      Branch: cfgperl
15311           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
15312           !> t/op/method.t
15313 ____________________________________________________________________________
15314 [  6311] By: jhi                                   on 2000/07/04  20:30:56
15315         Log: More POSIX.pod embellishment.
15316      Branch: cfgperl
15317            ! ext/POSIX/POSIX.pod
15318 ____________________________________________________________________________
15319 [  6310] By: gsar                                  on 2000/07/04  17:28:48
15320         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
15321      Branch: perl
15322            ! t/lib/b.t
15323 ____________________________________________________________________________
15324 [  6309] By: jhi                                   on 2000/07/04  17:22:18
15325         Log: The #6308 required a little bit more.
15326      Branch: cfgperl
15327            ! Makefile.SH win32/Makefile
15328 ____________________________________________________________________________
15329 [  6308] By: jhi                                   on 2000/07/04  16:35:24
15330         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
15331      Branch: cfgperl
15332            + lib/lib_pm.PL
15333            - lib/lib.pm.PL
15334            ! MANIFEST Makefile.SH
15335 ____________________________________________________________________________
15336 [  6307] By: jhi                                   on 2000/07/04  16:28:58
15337         Log: Win32 patches for cfgperl from Sarathy.
15338      Branch: cfgperl
15339            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
15340            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
15341            ! thread.h toke.c util.c win32/Makefile win32/win32.c
15342 ____________________________________________________________________________
15343 [  6306] By: gsar                                  on 2000/07/04  16:28:40
15344         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
15345              (from Richard Soderberg <rs@oregonnet.com>)
15346      Branch: perl
15347            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
15348 ____________________________________________________________________________
15349 [  6305] By: jhi                                   on 2000/07/04  16:24:24
15350         Log: Integrate with Sarathy.
15351      Branch: cfgperl
15352           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
15353           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15354           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
15355           !> proto.h win32/win32.c
15356 ____________________________________________________________________________
15357 [  6304] By: gsar                                  on 2000/07/04  16:17:24
15358         Log: missing perldiag entry for unpack("w",...) diagnostic (from
15359              Andreas Koenig)
15360      Branch: perl
15361            ! pod/perldiag.pod
15362 ____________________________________________________________________________
15363 [  6303] By: gsar                                  on 2000/07/04  16:14:44
15364         Log: remove rel2abs prototypes (from Barrie Slaymaker)
15365      Branch: perl
15366            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
15367            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15368 ____________________________________________________________________________
15369 [  6302] By: gsar                                  on 2000/07/04  04:59:35
15370         Log: adjust change#6299
15371      Branch: perl
15372            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
15373            ! win32/win32.c
15374 ____________________________________________________________________________
15375 [  6301] By: jhi                                   on 2000/07/04  04:50:07
15376         Log: Integrate with Sarathy.
15377      Branch: cfgperl
15378           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
15379           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
15380           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
15381 ____________________________________________________________________________
15382 [  6300] By: gsar                                  on 2000/07/04  04:42:09
15383         Log: PERL_OBJECT build tweak
15384      Branch: perl
15385            ! perl.h
15386 ____________________________________________________________________________
15387 [  6299] By: gsar                                  on 2000/07/04  04:37:00
15388         Log: fix memory leak on Windows (PL_sys_intern contents were never
15389              freed)
15390      Branch: perl
15391            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
15392            ! perlapi.c proto.h win32/win32.c
15393 ____________________________________________________________________________
15394 [  6298] By: gsar                                  on 2000/07/04  04:15:59
15395         Log: fix large memory leak that has been around for ever, masked by
15396              -DPURIFY (most of the arenas were never freed!)
15397      Branch: perl
15398            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
15399 ____________________________________________________________________________
15400 [  6297] By: gsar                                  on 2000/07/04  04:07:46
15401         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
15402      Branch: perl
15403            ! perl.c
15404 ____________________________________________________________________________
15405 [  6296] By: jhi                                   on 2000/06/30  18:28:37
15406         Log: Elaborate POSIX.pod.  Still needs work.
15407      Branch: cfgperl
15408            ! ext/POSIX/POSIX.pod
15409 ____________________________________________________________________________
15410 [  6295] By: jhi                                   on 2000/06/30  14:58:18
15411         Log: Point to perlipc for more SysV IPC examples.
15412      Branch: cfgperl
15413            ! pod/perlfunc.pod
15414 ____________________________________________________________________________
15415 [  6294] By: gsar                                  on 2000/06/30  14:47:45
15416         Log: slurp mode fix in change#4736 still not quite right
15417      Branch: perl
15418            ! pp_hot.c t/io/argv.t
15419 ____________________________________________________________________________
15420 [  6293] By: jhi                                   on 2000/06/30  12:02:55
15421         Log: Integrate with Sarathy.
15422      Branch: cfgperl
15423           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
15424 ____________________________________________________________________________
15425 [  6292] By: jhi                                   on 2000/06/30  12:01:11
15426         Log: From: simon@brecon.co.uk (Simon Cozens)
15427              Subject: UTF8 concat
15428              Date: 30 Jun 2000 06:13:25 GMT
15429              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
15430      Branch: cfgperl
15431            ! pp_hot.c
15432 ____________________________________________________________________________
15433 [  6291] By: gsar                                  on 2000/06/30  04:37:33
15434         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
15435              when @_ is modified, causing coredumps
15436      Branch: perl
15437            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
15438 ____________________________________________________________________________
15439 [  6290] By: jhi                                   on 2000/06/30  02:21:44
15440         Log: Integrate with Sarathy.
15441      Branch: cfgperl
15442           !> vms/vms.c vms/vmsish.h
15443 ____________________________________________________________________________
15444 [  6289] By: jhi                                   on 2000/06/30  02:21:02
15445         Log: Check VERSIONs.
15446      Branch: cfgperl
15447            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15448            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15449            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15450 ____________________________________________________________________________
15451 [  6288] By: jhi                                   on 2000/06/30  02:18:52
15452         Log: Integrate with Sarathy.
15453      Branch: cfgperl
15454           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
15455           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
15456           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15457           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
15458 ____________________________________________________________________________
15459 [  6287] By: gsar                                  on 2000/06/30  02:17:08
15460         Log: integrate vmsperl changes into mainline
15461      Branch: perl
15462           !> vms/vms.c vms/vmsish.h
15463 ____________________________________________________________________________
15464 [  6285] By: gsar                                  on 2000/06/30  02:05:28
15465         Log: localize %INC in a Safe compartment so that use/require work
15466              (many other magic globals probably need similar treatment)
15467      Branch: perl
15468            ! ext/Opcode/Opcode.xs
15469 ____________________________________________________________________________
15470 [  6284] By: gsar                                  on 2000/06/30  01:54:54
15471         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
15472              about Windows
15473      Branch: perl
15474            ! pod/perlembed.pod
15475 ____________________________________________________________________________
15476 [  6283] By: jhi                                   on 2000/06/30  01:50:10
15477         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
15478              From: Barrie Slaymaker <barries@jester.slaysys.com>
15479              Date: Wed, 28 Jun 2000 11:35:29 -0400
15480              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
15481      Branch: perl
15482            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15483            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15484            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15485            ! lib/File/Spec/Win32.pm
15486 ____________________________________________________________________________
15487 [  6282] By: jhi                                   on 2000/06/29  22:57:22
15488         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
15489              From: Dan Sugalski <dan@sidhe.org>
15490              Date: Tue, 06 Jun 2000 11:59:50 -0400
15491              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
15492      Branch: cfgperl
15493            ! vms/vms.c
15494 ____________________________________________________________________________
15495 [  6281] By: jhi                                   on 2000/06/29  22:52:50
15496         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
15497              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15498              Date: Wed, 7 Jun 2000 04:02:04 -0500
15499              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
15500      Branch: cfgperl
15501            ! utils/h2xs.PL
15502 ____________________________________________________________________________
15503 [  6280] By: jhi                                   on 2000/06/29  22:45:47
15504         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
15505              From: rspier@pobox.com (Robert Spier)
15506              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
15507              Message-ID: <14654.31913.845602.610277@rls.cx>
15508      Branch: cfgperl
15509            ! utils/h2xs.PL
15510 ____________________________________________________________________________
15511 [  6279] By: jhi                                   on 2000/06/29  22:38:16
15512         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
15513              From: Tim Ayers <tayers@bridge.com>
15514              Date: Thu, 08 Jun 2000 08:11:06 +0200
15515              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
15516              [resent by Richard Foley, Message-Id probably wrong]
15517      Branch: cfgperl
15518            ! pod/perlsub.pod
15519 ____________________________________________________________________________
15520 [  6278] By: jhi                                   on 2000/06/29  22:21:45
15521         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
15522              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
15523              Date: Fri, 09 Jun 2000 12:39:27 -0400
15524              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
15525              (plus update the version "number" of Text::Wrap)
15526      Branch: cfgperl
15527            ! lib/Text/Wrap.pm
15528 ____________________________________________________________________________
15529 [  6277] By: jhi                                   on 2000/06/29  22:13:10
15530         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
15531              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15532              Date: Mon, 12 Jun 2000 14:55:59 +0100
15533              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
15534      Branch: cfgperl
15535            ! pod/perlfunc.pod
15536 ____________________________________________________________________________
15537 [  6276] By: jhi                                   on 2000/06/29  22:11:06
15538         Log: Subject: [PATCH] Re: eval documentation: context
15539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15540              Date: Mon, 12 Jun 2000 15:07:29 +0100
15541              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
15542      Branch: cfgperl
15543            ! pod/perlfunc.pod
15544 ____________________________________________________________________________
15545 [  6275] By: jhi                                   on 2000/06/29  21:59:46
15546         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
15547              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
15548              Date: Tue, 13 Jun 2000 02:43:48 -0500
15549              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
15550      Branch: cfgperl
15551            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
15552 ____________________________________________________________________________
15553 [  6274] By: jhi                                   on 2000/06/29  21:56:14
15554         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
15555              From: Andy Dougherty <doughera@lafayette.edu>
15556              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
15557              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
15558      Branch: cfgperl
15559            ! ext/File/Glob/Glob.pm
15560 ____________________________________________________________________________
15561 [  6273] By: jhi                                   on 2000/06/29  21:49:09
15562         Log: Subject: [PATCH] xsub attributes
15563              From: Doug MacEachern <dougm@covalent.net>
15564              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
15565              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
15566      Branch: cfgperl
15567            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
15568            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
15569 ____________________________________________________________________________
15570 [  6272] By: jhi                                   on 2000/06/29  21:41:28
15571         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
15572              From: Tom Phoenix <rootbeer@redcat.com>
15573              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
15574              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
15575      Branch: cfgperl
15576            ! lib/Net/Ping.pm
15577 ____________________________________________________________________________
15578 [  6271] By: jhi                                   on 2000/06/29  21:36:55
15579         Log: Subject: PATCH pod/perltie.pod
15580              From: Ian Phillipps <Ian.Phillipps@iname.com>
15581              Date: Fri, 16 Jun 2000 00:17:19 +0100
15582              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
15583              (only the first hunk, the second hunk had already been done
15584              by some other patch)
15585      Branch: cfgperl
15586            ! pod/perltie.pod
15587 ____________________________________________________________________________
15588 [  6270] By: jhi                                   on 2000/06/29  21:24:51
15589         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
15590              From: Nicholas Clark <nick@talking.bollo.cx>
15591              Date: Fri, 23 Jun 2000 16:21:15 +0100
15592              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
15593      Branch: cfgperl
15594            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
15595            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
15596 ____________________________________________________________________________
15597 [  6269] By: jhi                                   on 2000/06/29  19:38:15
15598         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
15599              silence few compiler warnings.
15600      Branch: cfgperl
15601            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
15602 ____________________________________________________________________________
15603 [  6268] By: jhi                                   on 2000/06/29  18:21:50
15604         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
15605              From: Dominic Dunlop <domo@computer.org> 
15606              Date: Thu, 29 Jun 2000 12:32:39 +0200 
15607              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
15608      Branch: cfgperl
15609            ! t/op/sprintf.t
15610 ____________________________________________________________________________
15611 [  6267] By: jhi                                   on 2000/06/29  18:16:07
15612         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
15613              From: Doug MacEachern <dougm@covalent.net>
15614              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
15615              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
15616      Branch: cfgperl
15617            + t/op/method2entersub.t
15618            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
15619            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15620            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
15621            ! xsutils.c
15622 ____________________________________________________________________________
15623 [  6266] By: jhi                                   on 2000/06/29  15:11:15
15624         Log: Subject: [PATCH 5.6.0] cygwin port
15625              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
15626              From: "Fifer, Eric" <EFifer@sanwaint.com>
15627              Date: Thu, 29 Jun 2000 12:58:29 +0100
15628      Branch: cfgperl
15629            ! cygwin/Makefile.SHs
15630 ____________________________________________________________________________
15631 [  6265] By: jhi                                   on 2000/06/29  15:04:05
15632         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
15633              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15634              Date: Wed, 28 Jun 2000 17:50:12 -0700
15635              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
15636      Branch: cfgperl
15637            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15638 ____________________________________________________________________________
15639 [  6264] By: jhi                                   on 2000/06/29  15:00:57
15640         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
15641              From: Marty Lucich <marty@netcom.com>
15642              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
15643              Message-Id: <200006282116.OAA11148@netcom.com>
15644              ccdlflags update (the BSD/OS 4.1 part had already been taken
15645              care of by #6141).
15646      Branch: cfgperl
15647            ! hints/bsdos.sh
15648 ____________________________________________________________________________
15649 [  6263] By: jhi                                   on 2000/06/29  13:47:44
15650         Log: tr fixes from Simon Cozens
15651      Branch: cfgperl
15652            ! doop.c
15653 ____________________________________________________________________________
15654 [  6262] By: jhi                                   on 2000/06/28  18:46:01
15655         Log: Subject: 5.6.0 Patch for EPOC
15656              From: Olaf Flebbe <o.flebbe@gmx.de>
15657              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
15658              Message-ID: <23449.960929969@www11.gmx.net>
15659      Branch: cfgperl
15660            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
15661            ! epoc/epocish.h
15662 ____________________________________________________________________________
15663 [  6261] By: jhi                                   on 2000/06/28  18:29:07
15664         Log: Subject: Re: [PATCH cfgperl] BOMs away!
15665              From: simon@brecon.co.uk (Simon Cozens)
15666              Date: 17 Jun 2000 11:49:57 GMT
15667              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
15668      Branch: cfgperl
15669            ! pod/perldiag.pod t/comp/require.t toke.c
15670 ____________________________________________________________________________
15671 [  6260] By: jhi                                   on 2000/06/28  17:47:16
15672         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
15673              From: simon@brecon.co.uk (Simon Cozens) 
15674              Date: 17 Jun 2000 11:56:44 GMT 
15675              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
15676              pack U0, pack C0
15677      Branch: cfgperl
15678            ! pod/perlfunc.pod pp.c t/op/pack.t
15679 ____________________________________________________________________________
15680 [  6259] By: jhi                                   on 2000/06/28  16:43:17
15681         Log: perlnewmod was missing from MANIFEST.
15682      Branch: cfgperl
15683            ! MANIFEST
15684 ____________________________________________________________________________
15685 [  6258] By: jhi                                   on 2000/06/28  15:54:30
15686         Log: linenumber tweak
15687      Branch: cfgperl
15688            ! t/pragma/warn/regcomp
15689 ____________________________________________________________________________
15690 [  6257] By: jhi                                   on 2000/06/28  15:50:44
15691         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
15692              From: Doug MacEachern <dougm@covalent.net>
15693              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
15694              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
15695              (one part of the patch had been applied earlier)
15696      Branch: cfgperl
15697            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
15698 ____________________________________________________________________________
15699 [  6256] By: jhi                                   on 2000/06/28  15:40:22
15700         Log: tweaks from Simon Cozens to further fix tr/// under utf8
15701      Branch: cfgperl
15702            ! doop.c
15703 ____________________________________________________________________________
15704 [  6255] By: jhi                                   on 2000/06/28  15:33:45
15705         Log: small thinko tweaks
15706      Branch: cfgperl
15707            ! lib/IPC/Open3.pm t/op/my_stash.t
15708 ____________________________________________________________________________
15709 [  6254] By: jhi                                   on 2000/06/28  15:33:25
15710         Log: Subject: tr///, help wanted.
15711              From: simon@brecon.co.uk (Simon Cozens)
15712              Date: 28 Jun 2000 11:29:04 GMT
15713              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
15714      Branch: cfgperl
15715            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
15716            ! pp_proto.h proto.h t/op/tr.t
15717 ____________________________________________________________________________
15718 [  6253] By: jhi                                   on 2000/06/28  15:09:17
15719         Log: Paranoia tweak on #6249.
15720              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
15721              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15722              Date: Sun, 25 Jun 2000 23:43:12 -0400
15723              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
15724      Branch: cfgperl
15725            ! lib/IPC/Open3.pm
15726 ____________________________________________________________________________
15727 [  6252] By: jhi                                   on 2000/06/28  15:01:38
15728         Log: Document #6249 and #6251.
15729      Branch: cfgperl
15730            ! lib/Exporter.pm lib/IPC/Open3.pm
15731 ____________________________________________________________________________
15732 [  6251] By: jhi                                   on 2000/06/28  14:50:43
15733         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
15734              From: Doug MacEachern <dougm@covalent.net>
15735              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
15736              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
15737      Branch: cfgperl
15738            ! lib/Exporter.pm
15739 ____________________________________________________________________________
15740 [  6250] By: jhi                                   on 2000/06/28  14:45:23
15741         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
15742              From: Doug MacEachern <dougm@covalent.net>
15743              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
15744              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
15745      Branch: cfgperl
15746            + t/op/my_stash.t
15747            ! MANIFEST embed.pl global.sym proto.h toke.c
15748 ____________________________________________________________________________
15749 [  6249] By: jhi                                   on 2000/06/28  14:36:34
15750         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
15751              From: Frank Tobin <ftobin@uiuc.edu>
15752              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
15753              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
15754      Branch: cfgperl
15755            ! lib/IPC/Open3.pm
15756 ____________________________________________________________________________
15757 [  6248] By: jhi                                   on 2000/06/28  14:11:25
15758         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
15759              From: Mark-Jason Dominus <mjd@plover.com>
15760              Date: Tue, 27 Jun 2000 22:36:42 -0400
15761              Message-ID: <20000628023642.12166.qmail@plover.com>
15762      Branch: cfgperl
15763            ! pod/perlfunc.pod
15764 ____________________________________________________________________________
15765 [  6247] By: jhi                                   on 2000/06/27  12:46:37
15766         Log: Tweak $VERSION, patch from Doug MacEachern.
15767      Branch: cfgperl
15768            ! lib/File/Spec.pm
15769 ____________________________________________________________________________
15770 [  6246] By: jhi                                   on 2000/06/27  03:34:46
15771         Log: Allow for standalone testing.
15772      Branch: cfgperl
15773            ! t/lib/filefunc.t t/lib/filespec.t
15774 ____________________________________________________________________________
15775 [  6245] By: jhi                                   on 2000/06/27  02:50:02
15776         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
15777              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15778              Date: Sat, 24 Jun 2000 13:06:20 +0100
15779              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
15780      Branch: cfgperl
15781            ! ext/DynaLoader/DynaLoader_pm.PL
15782 ____________________________________________________________________________
15783 [  6244] By: jhi                                   on 2000/06/27  02:46:10
15784         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
15785              From: Doug MacEachern <dougm@covalent.net>
15786              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
15787              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
15788      Branch: cfgperl
15789            ! gv.c sv.c t/lib/peek.t
15790 ____________________________________________________________________________
15791 [  6243] By: jhi                                   on 2000/06/27  02:38:07
15792         Log: Subject: [PATCH] is_utf8_string
15793              From: simon@brecon.co.uk (Simon Cozens)
15794              Date: 26 Jun 2000 02:25:59 GMT
15795              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
15796      Branch: cfgperl
15797            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
15798            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
15799            ! proto.h utf8.c
15800 ____________________________________________________________________________
15801 [  6242] By: jhi                                   on 2000/06/27  02:24:00
15802         Log: Subject: [PATCH] bytes<->utf8 fixes
15803              From: simon@brecon.co.uk (Simon Cozens)
15804              Date: 26 Jun 2000 04:55:45 GMT
15805              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
15806      Branch: cfgperl
15807            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
15808 ____________________________________________________________________________
15809 [  6241] By: jhi                                   on 2000/06/27  02:12:42
15810         Log: Do no -warn on \_, only on \alpha.
15811              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
15812              From: David Dyck <dcd@tc.fluke.com>
15813              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
15814              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
15815      Branch: cfgperl
15816            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
15817 ____________________________________________________________________________
15818 [  6240] By: jhi                                   on 2000/06/27  02:00:01
15819         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
15820              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
15821              Date: Mon, 26 Jun 2000 18:40:14 +0100
15822              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
15823      Branch: cfgperl
15824            ! utils/h2xs.PL
15825 ____________________________________________________________________________
15826 [  6239] By: jhi                                   on 2000/06/27  01:53:40
15827         Log: Configure maintenance.  Sever some dependency cycles,
15828              separate gccversion from the cc unit,
15829              address [ID 20000623.006] Configure script patch for using gcc on AIX
15830              (but solve it a little bit differently),
15831              unduplex some accidentally duplicated units,
15832              suggest using gcc if no cc available
15833              (p5p thread: "Solaris configure: counterproposal", 1999-09)
15834      Branch: cfgperl
15835            ! Configure Todo-5.6 config_h.SH
15836      Branch: metaconfig
15837            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
15838            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
15839      Branch: metaconfig/U/perl
15840            + gccvers.U
15841            ! d_getespwnam.U d_getprpwnam.U i_prot.U
15842 ____________________________________________________________________________
15843 [  6238] By: jhi                                   on 2000/06/25  18:04:56
15844         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
15845              From: Dan Sugalski <dan@sidhe.org>
15846              Date: Fri, 23 Jun 2000 17:00:00 -0400
15847              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
15848      Branch: cfgperl
15849            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
15850 ____________________________________________________________________________
15851 [  6237] By: jhi                                   on 2000/06/25  16:36:45
15852         Log: Tweak embed.pl, regen headers.
15853      Branch: cfgperl
15854            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
15855            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
15856            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
15857            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
15858            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
15859 ____________________________________________________________________________
15860 [  6236] By: jhi                                   on 2000/06/25  15:26:42
15861         Log: Regen headers.
15862      Branch: cfgperl
15863            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
15864            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
15865            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
15866            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
15867            ! regnodes.h warnings.h
15868 ____________________________________________________________________________
15869 [  6235] By: jhi                                   on 2000/06/23  19:39:35
15870         Log: The thread begun by
15871              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
15872              From: Kevin.Ruscoe@ubsw.com
15873              Date: Fri, 16 Jun 2000 16:38:51 +0100
15874              Message-Id: <H000019b03c300d6@MHS>
15875      Branch: cfgperl
15876            ! hints/solaris_2.sh
15877 ____________________________________________________________________________
15878 [  6234] By: jhi                                   on 2000/06/23  19:23:36
15879         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
15880              because when run as services (Win32ese for daemons)
15881              no environment variables are set and tmpdir ends up as /tmp,
15882              which is ambiguous.
15883              
15884              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
15885              From: matt@sergeant.org
15886              Date: 16 Jun 2000 16:30:43 -0000
15887              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
15888      Branch: cfgperl
15889            ! lib/File/Spec/Win32.pm
15890 ____________________________________________________________________________
15891 [  6233] By: jhi                                   on 2000/06/23  19:18:58
15892         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
15893              From: Mark-Jason Dominus <mjd@plover.com>
15894              Date: Fri, 16 Jun 2000 20:53:04 -0400
15895              Message-ID: <20000617005304.8008.qmail@plover.com>
15896      Branch: cfgperl
15897            ! op.h
15898 ____________________________________________________________________________
15899 [  6232] By: jhi                                   on 2000/06/23  16:10:02
15900         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
15901              From: simon@brecon.co.uk (Simon Cozens)
15902              Date: 19 Jun 2000 15:18:27 GMT
15903              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
15904              
15905              plus update pod/Makefile and regenerate perltoc
15906      Branch: cfgperl
15907            + pod/perlutil.pod
15908            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
15909 ____________________________________________________________________________
15910 [  6231] By: jhi                                   on 2000/06/23  15:19:18
15911         Log: Subject: [PATCH 5.6.0] cygwin port
15912              From: "Fifer, Eric" <EFifer@sanwaint.com>
15913              Date: Tue, 20 Jun 2000 14:30:58 +0100
15914              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
15915      Branch: cfgperl
15916            ! README.cygwin lib/File/Find.pm
15917 ____________________________________________________________________________
15918 [  6230] By: jhi                                   on 2000/06/23  14:25:21
15919         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
15920      Branch: cfgperl
15921            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
15922            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15923            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15924            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
15925 ____________________________________________________________________________
15926 [  6229] By: jhi                                   on 2000/06/23  14:13:34
15927         Log: Subject: README.hpux version 0.6.1
15928              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
15929              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15930              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
15931      Branch: cfgperl
15932            ! README.hpux
15933 ____________________________________________________________________________
15934 [  6228] By: jhi                                   on 2000/06/23  14:07:20
15935         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
15936              From: Doug MacEachern <dougm@covalent.net>
15937              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
15938              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
15939      Branch: cfgperl
15940            ! op.c
15941 ____________________________________________________________________________
15942 [  6227] By: jhi                                   on 2000/06/23  14:01:06
15943         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
15944              From: Doug MacEachern <dougm@covalent.net>
15945              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
15946              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
15947      Branch: cfgperl
15948            + lib/lib.pm.PL
15949            - lib/lib.pm
15950            ! MANIFEST Makefile.SH
15951 ____________________________________________________________________________
15952 [  6226] By: jhi                                   on 2000/06/23  13:53:07
15953         Log: Subject: [PATCH] remove forward declarations in Socket.pm
15954              From: Doug MacEachern <dougm@covalent.net>
15955              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
15956              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
15957              
15958              From: Doug MacEachern <dougm@covalent.net>
15959              Subject: Re: [PATCH] remove forward declarations in Socket.pm
15960              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
15961              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
15962      Branch: cfgperl
15963            ! ext/Socket/Socket.pm op.c
15964 ____________________________________________________________________________
15965 [  6225] By: jhi                                   on 2000/06/23  13:41:52
15966         Log: Add source code filenames to apidoc.
15967              From: simon@brecon.co.uk (Simon Cozens)
15968              Subject: [PATCH embed.pl] Source X-ref
15969              Date: 22 Jun 2000 02:18:49 GMT
15970              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
15971      Branch: cfgperl
15972            ! embed.pl
15973 ____________________________________________________________________________
15974 [  6224] By: jhi                                   on 2000/06/23  13:32:33
15975         Log: A way to avoid English.pm performance hit.
15976              From: root <root@jester.slaysys.com>
15977              Subject: [YAPATCH English.pm] My turn to putt again
15978              Date: Thu, 22 Jun 2000 20:33:58 -0400
15979              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
15980      Branch: cfgperl
15981            ! lib/English.pm t/lib/english.t
15982 ____________________________________________________________________________
15983 [  6223] By: jhi                                   on 2000/06/23  13:27:06
15984         Log: Avoid double close().
15985              Subject: [PATCH] avoid double close()
15986              From: Doug MacEachern <dougm@covalent.net>
15987              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
15988              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
15989      Branch: cfgperl
15990            ! doio.c
15991 ____________________________________________________________________________
15992 [  6222] By: jhi                                   on 2000/06/23  13:25:54
15993         Log: doc typo fix
15994              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
15995              From: Ian Phillipps <Ian.Phillipps@iname.com>
15996              Date: Fri, 23 Jun 2000 10:40:58 +0100
15997              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
15998      Branch: cfgperl
15999            ! lib/Pod/Usage.pm
16000 ____________________________________________________________________________
16001 [  6221] By: jhi                                   on 2000/06/23  13:24:15
16002         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
16003              From: simon@brecon.co.uk (Simon Cozens)
16004              Subject: [PATCH] Eliminate tr///[CU][CU]
16005              Date: 23 Jun 2000 11:05:40 GMT
16006              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
16007      Branch: cfgperl
16008            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
16009 ____________________________________________________________________________
16010 [  6220] By: jhi                                   on 2000/06/22  16:07:51
16011         Log: Win32 patches from Benjamin Stuhl.
16012      Branch: cfgperl
16013            ! makedef.pl win32/win32.h
16014 ____________________________________________________________________________
16015 [  6219] By: jhi                                   on 2000/06/22  16:06:34
16016         Log: Bytecode patches from Benjamin Stuhl.
16017      Branch: cfgperl
16018            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16019            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
16020            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16021 ____________________________________________________________________________
16022 [  6218] By: jhi                                   on 2000/06/15  23:54:16
16023         Log: Bytecode patches from Benjamin Stuhl.
16024      Branch: cfgperl
16025            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
16026 ____________________________________________________________________________
16027 [  6217] By: jhi                                   on 2000/06/09  13:38:29
16028         Log: Rename the fdpid locking and integrate with Sarathy.
16029      Branch: cfgperl
16030            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
16031            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
16032            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
16033            ! win32/win32.c
16034           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
16035 ____________________________________________________________________________
16036 [  6216] By: gsar                                  on 2000/06/08  14:54:21
16037         Log: be more optimal about clearing @_
16038      Branch: perl
16039            ! cop.h
16040 ____________________________________________________________________________
16041 [  6215] By: gsar                                  on 2000/06/08  14:33:04
16042         Log: tweak comment about @DB::args
16043      Branch: perl
16044            ! av.h pp_ctl.c
16045 ____________________________________________________________________________
16046 [  6214] By: gsar                                  on 2000/06/08  13:57:54
16047         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
16048              caller() wants to populate @DB::args with it (causes a coredump
16049              in Carp::confess())
16050      Branch: perl
16051            ! cop.h t/op/runlevel.t
16052 ____________________________________________________________________________
16053 [  6213] By: gsar                                  on 2000/06/08  07:06:35
16054         Log: back out change#6106 (seems problematic)
16055      Branch: perl
16056            ! hints/solaris_2.sh
16057 ____________________________________________________________________________
16058 [  6212] By: jhi                                   on 2000/06/07  03:10:36
16059         Log: Continuing mopup for #6204.
16060      Branch: cfgperl
16061            ! ext/B/defsubs_h.PL
16062 ____________________________________________________________________________
16063 [  6211] By: jhi                                   on 2000/06/07  02:41:50
16064         Log: Mopup for #6204.
16065              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
16066              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
16067              This is comes from const() where POK isn't on when expected.
16068      Branch: cfgperl
16069            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
16070            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16071            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
16072            ! perlapi.h pod/perlapi.pod
16073 ____________________________________________________________________________
16074 [  6210] By: jhi                                   on 2000/06/07  01:56:29
16075         Log: Mopup for #6207 and #6209.
16076      Branch: cfgperl
16077            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
16078 ____________________________________________________________________________
16079 [  6209] By: jhi                                   on 2000/06/07  01:33:12
16080         Log: Lock PL_fdpid against race conditions, based on:
16081              Subject: [PATCH 5.6.0]subprocess fixup for threads
16082              From: Dan Sugalski <dan@sidhe.org>
16083              To: perl5-porters@perl.org
16084              Date: Tue, 11 Apr 2000 17:02:32 -0400
16085              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
16086      Branch: cfgperl
16087            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
16088            ! win32/win32.c
16089 ____________________________________________________________________________
16090 [  6208] By: jhi                                   on 2000/06/07  01:05:23
16091         Log: Regen headers for #6207.
16092      Branch: cfgperl
16093            ! embed.h global.sym objXSUB.h proto.h
16094 ____________________________________________________________________________
16095 [  6207] By: jhi                                   on 2000/06/06  23:43:13
16096         Log: Subject: [PATCH 5.6.0] Threadsafe patches
16097              From: Dan Sugalski <dan@sidhe.org>
16098              To: perl5-porters@perl.org
16099              Date: Mon, 08 May 2000 18:08:13 -0400
16100              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
16101      Branch: cfgperl
16102            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
16103            ! proto.h sv.h util.c
16104 ____________________________________________________________________________
16105 [  6206] By: jhi                                   on 2000/06/06  23:21:23
16106         Log: Subject: [PATCH] Eliminate $a/$b in pod
16107              From: David Glasser <me@davidglasser.net>
16108              To: perl5-porters@perl.org
16109              Date: Mon, 29 May 2000 21:15:59 -0400
16110              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
16111      Branch: cfgperl
16112            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
16113            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
16114            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
16115            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
16116            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
16117            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
16118            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
16119            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
16120            ! pod/perlvar.pod pod/perlxs.pod
16121 ____________________________________________________________________________
16122 [  6205] By: jhi                                   on 2000/06/06  23:12:14
16123         Log: Subject: [PATCH] Win32 improvements
16124              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
16125              To: gsar@activestate.com, perl5-porters@perl.org
16126              Date: Mon, 29 May 2000 17:22:24 PDT
16127              Message-ID: <20000530002224.91142.qmail@hotmail.com>
16128              (MUA had mangled many lines by wordwrapping)
16129      Branch: cfgperl
16130            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
16131 ____________________________________________________________________________
16132 [  6204] By: jhi                                   on 2000/06/06  23:01:50
16133         Log: Subject: [PATCH] B::Bytecode patches
16134              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
16135              To: gsar@activestate.com, jhi@iki.fi
16136              Cc: perl5-porters@perl.org
16137              Message-ID: <20000602202526.48694.qmail@hotmail.com>
16138              (MUA had mangled many lines by wordwrapping)
16139      Branch: cfgperl
16140            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
16141            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
16142            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
16143            ! intrpvar.h perl.c
16144 ____________________________________________________________________________
16145 [  6203] By: jhi                                   on 2000/06/06  22:32:43
16146         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
16147              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16148              Date: Tue, 06 Jun 2000 13:07:45 -0700
16149              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
16150      Branch: cfgperl
16151            ! pod/perldiag.pod
16152 ____________________________________________________________________________
16153 [  6202] By: jhi                                   on 2000/06/06  19:38:35
16154         Log: Integrate with Sarathy.
16155      Branch: cfgperl
16156           !> perl.c
16157 ____________________________________________________________________________
16158 [  6201] By: gsar                                  on 2000/06/06  00:42:59
16159         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
16160              does a PUSHMARK that's never ever POPMARKed; in general, only
16161              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
16162              Perl_eval_[sp]v() don't because they don't take any incoming
16163              arguments (this leak has been around since the original version
16164              of perl_eval_pv() in 5.003_97e)
16165      Branch: perl
16166            ! perl.c
16167 ____________________________________________________________________________
16168 [  6200] By: jhi                                   on 2000/06/04  03:44:52
16169         Log: Update to cperl-mode.el 4.31 from
16170              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
16171              Subject: A couple of notes
16172              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16173              To: Mailing list Perl5 <perl5-porters@perl.org>
16174              Date: Sat, 3 Jun 2000 23:33:32 -0400
16175              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
16176      Branch: cfgperl
16177            ! emacs/cperl-mode.el
16178 ____________________________________________________________________________
16179 [  6199] By: jhi                                   on 2000/06/03  15:11:05
16180         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
16181              From: Dan Sugalski <dan@sidhe.org>
16182              To: perl5-porters@perl.org, vmsperl@perl.org
16183              Date: Fri, 02 Jun 2000 17:30:51 -0400
16184              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
16185      Branch: cfgperl
16186            ! vms/descrip_mms.template vms/gen_shrfls.pl
16187 ____________________________________________________________________________
16188 [  6198] By: jhi                                   on 2000/06/03  14:59:15
16189         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
16190              From: Dan Sugalski <dan@sidhe.org>
16191              To: vmsperl@perl.org, perl5-porters@perl.org
16192              Date: Fri, 02 Jun 2000 16:00:41 -0400
16193              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
16194              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
16195      Branch: cfgperl
16196            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
16197            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
16198            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
16199 ____________________________________________________________________________
16200 [  6197] By: jhi                                   on 2000/06/03  14:41:30
16201         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
16202              From: John Borwick <jhborwic@unity.ncsu.edu>
16203              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
16204              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
16205      Branch: cfgperl
16206            ! pod/perlsyn.pod
16207 ____________________________________________________________________________
16208 [  6196] By: jhi                                   on 2000/06/03  14:38:09
16209         Log: Integrate with Sarathy.
16210      Branch: cfgperl
16211           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16212           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16213           !> vms/perly_c.vms
16214 ____________________________________________________________________________
16215 [  6195] By: gsar                                  on 2000/06/02  22:43:13
16216         Log: fix yet another eval"" leak under USE_ITHREADS
16217      Branch: perl
16218            ! op.c
16219 ____________________________________________________________________________
16220 [  6194] By: gsar                                  on 2000/06/02  18:22:06
16221         Log: fix small eval"" memory leaks under USE_ITHREADS
16222      Branch: perl
16223            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16224            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16225            ! vms/perly_c.vms
16226 ____________________________________________________________________________
16227 [  6193] By: jhi                                   on 2000/06/01  13:03:56
16228         Log: Signals-be-gone for microperl.
16229      Branch: cfgperl
16230            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
16231 ____________________________________________________________________________
16232 [  6192] By: jhi                                   on 2000/06/01  12:52:02
16233         Log: Integrate with Sarathy.
16234      Branch: cfgperl
16235           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
16236           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
16237           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
16238           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
16239           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
16240           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
16241           !> t/op/vec.t utils/h2xs.PL
16242 ____________________________________________________________________________
16243 [  6191] By: gsar                                  on 2000/06/01  09:38:21
16244         Log: vec() loses numericalness (modified version of patch suggested
16245              by Robin Barker)
16246      Branch: perl
16247            ! doop.c t/op/vec.t
16248 ____________________________________________________________________________
16249 [  6190] By: gsar                                  on 2000/06/01  09:26:15
16250         Log: submit missing embed.pl change
16251      Branch: perl
16252            ! embed.pl
16253 ____________________________________________________________________________
16254 [  6189] By: gsar                                  on 2000/06/01  09:05:34
16255         Log: counting tr/// corrupts later operation (from M.J.T Guy)
16256      Branch: perl
16257            ! doop.c t/op/tr.t
16258 ____________________________________________________________________________
16259 [  6188] By: gsar                                  on 2000/06/01  08:58:39
16260         Log: h2xs tweaks
16261      Branch: perl
16262            ! utils/h2xs.PL
16263 ____________________________________________________________________________
16264 [  6187] By: gsar                                  on 2000/06/01  08:50:07
16265         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
16266              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16267      Branch: perl
16268            + lib/Pod/LaTeX.pm
16269            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
16270            ! pod/pod2latex.PL
16271 ____________________________________________________________________________
16272 [  6186] By: gsar                                  on 2000/06/01  08:24:40
16273         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
16274              <wolfgang.laun@alcatel.at>)
16275      Branch: perl
16276            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
16277            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
16278 ____________________________________________________________________________
16279 [  6185] By: gsar                                  on 2000/06/01  08:12:00
16280         Log: remove incorrect documentation about implicit split to @_ in
16281              list context, which never really worked in perl 5 (from
16282              M.J.T. Guy)
16283      Branch: perl
16284            ! pod/perlfunc.pod pod/perltrap.pod
16285 ____________________________________________________________________________
16286 [  6184] By: gsar                                  on 2000/06/01  07:52:27
16287         Log: tweak for change#6127
16288      Branch: perl
16289            ! perl.c
16290 ____________________________________________________________________________
16291 [  6183] By: gsar                                  on 2000/06/01  07:41:02
16292         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
16293              <nick@ccl4.org>)
16294      Branch: perl
16295            + t/lib/selfloader.t
16296            ! MANIFEST lib/SelfLoader.pm
16297 ____________________________________________________________________________
16298 [  6182] By: jhi                                   on 2000/06/01  00:34:42
16299         Log: Be Cleaner Part Deux.
16300      Branch: cfgperl
16301            ! Makefile.SH
16302 ____________________________________________________________________________
16303 [  6181] By: jhi                                   on 2000/06/01  00:32:09
16304         Log: Integrate with Sarathy.
16305      Branch: cfgperl
16306           !> pp.c t/op/arith.t
16307 ____________________________________________________________________________
16308 [  6180] By: jhi                                   on 2000/06/01  00:31:13
16309         Log: microperl nits from Simon Cozens.
16310      Branch: cfgperl
16311            + uconfig.h
16312            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
16313            ! unixish.h
16314 ____________________________________________________________________________
16315 [  6179] By: gsar                                  on 2000/05/31  22:37:51
16316         Log: buggy modulus on UVs introduced by change#3378 (resulted in
16317              4063328477 % 65535 amounting to 27406, instead of 27407)
16318      Branch: perl
16319            ! pp.c t/op/arith.t
16320 ____________________________________________________________________________
16321 [  6178] By: jhi                                   on 2000/05/31  21:52:41
16322         Log: Be cleaner.
16323      Branch: cfgperl
16324            ! Makefile.SH
16325 ____________________________________________________________________________
16326 [  6177] By: jhi                                   on 2000/05/31  21:47:33
16327         Log: Substitution utf8 patch from Simon Cozens.
16328      Branch: cfgperl
16329            ! pp_hot.c
16330 ____________________________________________________________________________
16331 [  6176] By: jhi                                   on 2000/05/31  21:45:34
16332         Log: Single-quoted utf8 patch from Simon Cozens.
16333      Branch: cfgperl
16334            ! toke.c
16335 ____________________________________________________________________________
16336 [  6175] By: jhi                                   on 2000/05/31  21:40:18
16337         Log: Integrate with Sarathy.
16338      Branch: cfgperl
16339           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
16340 ____________________________________________________________________________
16341 [  6174] By: jhi                                   on 2000/05/31  21:37:31
16342         Log: microperl changes from Simon Cozens; Makefile for microperl
16343              written from scratch; few casts added as microperl compilation
16344              doesn't have all prototypes available.
16345      Branch: cfgperl
16346            + Makefile.micro README.micro Todo.micro uconfig.sh
16347            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
16348            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
16349      Branch: metaconfig
16350            + U/modified/Config_h.U
16351 ____________________________________________________________________________
16352 [  6173] By: jhi                                   on 2000/05/31  20:00:24
16353         Log: metaconfig maintenance.
16354      Branch: metaconfig
16355            + U/modified/Inhdr.U U/typedefs/inotype.U
16356      Branch: metaconfig/U/perl
16357            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
16358            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
16359 ____________________________________________________________________________
16360 [  6172] By: gsar                                  on 2000/05/31  05:05:42
16361         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
16362              (from Ilya Zakharevich)
16363      Branch: perl
16364            ! regexec.c t/op/re_tests
16365 ____________________________________________________________________________
16366 [  6171] By: gsar                                  on 2000/05/31  05:01:47
16367         Log: scalar() doesn't force scalar context when used in void context
16368              (from Simon Cozens)
16369      Branch: perl
16370            ! op.c t/op/wantarray.t
16371 ____________________________________________________________________________
16372 [  6170] By: gsar                                  on 2000/05/31  04:41:33
16373         Log: change#6142 needs tweaks to tests to work where there's no symlink()
16374              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16375      Branch: perl
16376            ! t/lib/filefind.t
16377 ____________________________________________________________________________
16378 [  6169] By: gsar                                  on 2000/05/31  04:29:49
16379         Log: integrate cfgperl contents into mainline
16380      Branch: perl
16381           +> pod/perlmodlib.PL pod/perlnewmod.pod
16382           !> (integrate 42 files)
16383 ____________________________________________________________________________
16384 [  6168] By: jhi                                   on 2000/05/30  22:53:37
16385         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
16386      Branch: cfgperl
16387            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16388            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
16389            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
16390            ! win32/config.bc win32/config.gc win32/config.vc
16391            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16392            ! win32/config_h.PL win32/config_sh.PL
16393      Branch: metaconfig/U/perl
16394            ! perlxv.U
16395 ____________________________________________________________________________
16396 [  6167] By: jhi                                   on 2000/05/30  22:20:21
16397         Log: tweak todo 
16398      Branch: cfgperl
16399            ! Todo-5.6
16400 ____________________________________________________________________________
16401 [  6166] By: jhi                                   on 2000/05/30  22:11:51
16402         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
16403              in case somebody wants to write an extension for more
16404              shadow database interfaces.
16405      Branch: cfgperl
16406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16407            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
16408            ! vos/config.def vos/config.h vos/config_h.SH_orig
16409            ! win32/config.bc win32/config.gc win32/config.vc
16410            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16411      Branch: metaconfig
16412            ! U/modified/Myinit.U
16413      Branch: metaconfig/U/perl
16414            + d_getespwnam.U d_getprpwnam.U i_prot.U
16415 ____________________________________________________________________________
16416 [  6165] By: jhi                                   on 2000/05/30  18:35:34
16417         Log: Integrate with Sarathy.
16418      Branch: cfgperl
16419           !> op.c
16420 ____________________________________________________________________________
16421 [  6164] By: jhi                                   on 2000/05/30  18:30:16
16422         Log: detypo
16423      Branch: cfgperl
16424            ! Configure config_h.SH
16425      Branch: metaconfig/U/perl
16426            ! perlxv.U
16427 ____________________________________________________________________________
16428 [  6163] By: gsar                                  on 2000/05/30  03:24:03
16429         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
16430      Branch: perl
16431            ! op.c
16432 ____________________________________________________________________________
16433 [  6162] By: gsar                                  on 2000/05/30  03:09:38
16434         Log: fix memory leak in method call optimization (change#3768);
16435              made C<eval "$x->foo()"> leak
16436      Branch: perl
16437            ! op.c
16438 ____________________________________________________________________________
16439 [  6161] By: jhi                                   on 2000/05/29  17:56:26
16440         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
16441              both from Simon Cozens.
16442      Branch: cfgperl
16443            + pod/perlmodlib.PL pod/perlnewmod.pod
16444            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
16445            ! pod/perlmodlib.pod pod/perltoc.pod
16446 ____________________________________________________________________________
16447 [  6160] By: jhi                                   on 2000/05/29  17:23:55
16448         Log: Changes for the File::Temp 0.08 (change #6159) test suite
16449              to fit better into the Perl distribution test framework.
16450      Branch: cfgperl
16451            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
16452            ! t/lib/ftmp-tempfile.t
16453 ____________________________________________________________________________
16454 [  6159] By: jhi                                   on 2000/05/29  16:55:36
16455         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
16456      Branch: cfgperl
16457            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16458            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16459 ____________________________________________________________________________
16460 [  6158] By: bailey                                on 2000/05/29  16:22:08
16461         Log: Add fallback to tmpfile for use in cases where user's relying on
16462              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
16463              Lane's patch)
16464      Branch: vmsperl
16465            ! vms/vms.c vms/vmsish.h
16466 ____________________________________________________________________________
16467 [  6157] By: jhi                                   on 2000/05/29  03:10:36
16468         Log: Regen Configure to jive with #6149.
16469      Branch: cfgperl
16470            ! Configure
16471      Branch: metaconfig
16472            ! U/modified/Getfile.U
16473 ____________________________________________________________________________
16474 [  6156] By: jhi                                   on 2000/05/29  03:01:38
16475         Log: Integrate with Sarathy.
16476      Branch: cfgperl
16477           +> ext/DynaLoader/dl_mac.xs
16478           !> (integrate 38 files)
16479 ____________________________________________________________________________
16480 [  6155] By: gsar                                  on 2000/05/28  21:15:58
16481         Log: small bug in change#6144; remove random \xA0 character that snuck
16482              in via change#6145
16483      Branch: perl
16484            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
16485 ____________________________________________________________________________
16486 [  6154] By: gsar                                  on 2000/05/28  21:04:19
16487         Log: avoid type mismatch warning
16488      Branch: perl
16489            ! perl.c
16490 ____________________________________________________________________________
16491 [  6153] By: gsar                                  on 2000/05/28  20:58:31
16492         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
16493              <nick@Bagpuss.uk.boo.com>)
16494      Branch: perl
16495            ! lib/Test/Harness.pm
16496 ____________________________________________________________________________
16497 [  6152] By: gsar                                  on 2000/05/28  20:53:42
16498         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
16499      Branch: perl
16500            ! regexec.c
16501 ____________________________________________________________________________
16502 [  6151] By: gsar                                  on 2000/05/28  20:50:28
16503         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
16504      Branch: perl
16505            ! regexec.c
16506 ____________________________________________________________________________
16507 [  6150] By: gsar                                  on 2000/05/28  20:39:58
16508         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
16509      Branch: perl
16510            ! pod/perlrequick.pod
16511 ____________________________________________________________________________
16512 [  6149] By: gsar                                  on 2000/05/28  20:35:16
16513         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
16514              <troc@netrus.net>)
16515      Branch: perl
16516            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
16517            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
16518            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
16519            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
16520 ____________________________________________________________________________
16521 [  6148] By: gsar                                  on 2000/05/28  20:21:07
16522         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
16523      Branch: perl
16524            ! lib/ExtUtils/MM_Unix.pm
16525 ____________________________________________________________________________
16526 [  6147] By: gsar                                  on 2000/05/28  20:12:41
16527         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
16528              (from Peter Prymmer)
16529      Branch: perl
16530            ! vms/subconfigure.com
16531 ____________________________________________________________________________
16532 [  6146] By: gsar                                  on 2000/05/28  20:06:15
16533         Log: doc typo
16534      Branch: perl
16535            ! lib/warnings.pm warnings.h warnings.pl
16536 ____________________________________________________________________________
16537 [  6145] By: gsar                                  on 2000/05/28  18:44:33
16538         Log: make xsubpp skip embedded pod (from Matthias Neeracher
16539              <neeri@iis.ee.ethz.ch>)
16540      Branch: perl
16541            ! lib/ExtUtils/xsubpp
16542 ____________________________________________________________________________
16543 [  6144] By: gsar                                  on 2000/05/28  18:42:49
16544         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
16545              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
16546              <neeri@iis.ee.ethz.ch>)
16547      Branch: perl
16548            ! lib/AutoSplit.pm
16549 ____________________________________________________________________________
16550 [  6143] By: gsar                                  on 2000/05/28  18:41:12
16551         Log: MacOS support, part 1 (from Matthias Neeracher
16552              <neeri@iis.ee.ethz.ch>)
16553      Branch: perl
16554            + ext/DynaLoader/dl_mac.xs
16555            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
16556            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
16557            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
16558            ! util.h
16559 ____________________________________________________________________________
16560 [  6142] By: gsar                                  on 2000/05/28  18:21:51
16561         Log: File::Find fails to chdir when chasing symlinks (from
16562              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16563      Branch: perl
16564            ! lib/File/Find.pm t/lib/filefind.t
16565 ____________________________________________________________________________
16566 [  6141] By: jhi                                   on 2000/05/28  14:25:15
16567         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
16568              forwarded by Peter Seebach from the bsdi-users mailing list.
16569              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
16570      Branch: perl
16571            ! hints/bsdos.sh
16572 ____________________________________________________________________________
16573 [  6140] By: jhi                                   on 2000/05/28  14:11:57
16574         Log: Integrate with Sarathy.
16575      Branch: cfgperl
16576           +> (branch 30 files)
16577           !> (integrate 93 files)
16578 ____________________________________________________________________________
16579 [  6139] By: gsar                                  on 2000/05/28  10:01:48
16580         Log: revise mktables.PL for bugs and newness in Unicode 3.0
16581              (from James Bence <jbence@amgen.com>)
16582      Branch: perl
16583            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
16584            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
16585            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
16586            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
16587            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
16588            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
16589            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
16590            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
16591            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
16592            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
16593            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
16594            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
16595            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
16596            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
16597            + lib/unicode/Is/SylWU.pl
16598            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
16599            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16600            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
16601            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
16602            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
16603            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
16604            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
16605            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
16606            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
16607            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
16608            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
16609            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
16610            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
16611            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
16612            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
16613            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
16614            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
16615            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
16616            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
16617            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
16618            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
16619            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
16620            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
16621            ! lib/unicode/Makefile lib/unicode/mktables.PL
16622 ____________________________________________________________________________
16623 [  6138] By: gsar                                  on 2000/05/28  08:50:32
16624         Log: add note about the handling of negative indices to tied arrays
16625              (from Michael G Schwern <schwern@pobox.com>)
16626      Branch: perl
16627            ! pod/perltie.pod
16628 ____________________________________________________________________________
16629 [  6137] By: gsar                                  on 2000/05/28  08:46:10
16630         Log: fix bogus redeclaration warning for "our" variables in different
16631              scopes
16632      Branch: perl
16633            ! op.c t/pragma/strict-vars
16634 ____________________________________________________________________________
16635 [  6136] By: gsar                                  on 2000/05/28  08:31:20
16636         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
16637      Branch: perl
16638            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
16639 ____________________________________________________________________________
16640 [  6135] By: gsar                                  on 2000/05/28  08:17:50
16641         Log: enable Test::Harness to dynamically determine column width etc.
16642              (from Rob Napier <rnapier@employees.org>)
16643      Branch: perl
16644            ! lib/Test/Harness.pm
16645 ____________________________________________________________________________
16646 [  6134] By: gsar                                  on 2000/05/28  08:13:39
16647         Log: make Test::Harness use wait.h/WCOREDUMP if available
16648              (from Ben Tilly <ben_tilly@hotmail.com>)
16649      Branch: perl
16650            ! lib/Test/Harness.pm
16651 ____________________________________________________________________________
16652 [  6133] By: gsar                                  on 2000/05/28  08:08:05
16653         Log: elide bogus test in change#6132
16654      Branch: perl
16655            ! t/pragma/warn/9enabled
16656 ____________________________________________________________________________
16657 [  6132] By: gsar                                  on 2000/05/28  08:03:14
16658         Log: warnings::enabled() doesn't fall back to looking at $^W if
16659              caller isn't using lexical warnings (from Paul Marquess)
16660      Branch: perl
16661            ! pp_ctl.c t/pragma/warn/9enabled
16662 ____________________________________________________________________________
16663 [  6131] By: gsar                                  on 2000/05/28  07:57:47
16664         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
16665      Branch: perl
16666            ! ext/POSIX/POSIX.pm
16667 ____________________________________________________________________________
16668 [  6130] By: gsar                                  on 2000/05/28  07:29:12
16669         Log: fix places that mean C<"word" character> but say C<alphanumeric
16670              character>
16671      Branch: perl
16672            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
16673 ____________________________________________________________________________
16674 [  6129] By: gsar                                  on 2000/05/28  07:18:41
16675         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
16676      Branch: perl
16677            ! vms/test.com
16678 ____________________________________________________________________________
16679 [  6128] By: gsar                                  on 2000/05/28  07:12:55
16680         Log: new perlxstut example for passing/returning refs to arrays
16681              (from David Lowe <dlowe@pootpoot.com>)
16682      Branch: perl
16683            ! pod/perlxstut.pod
16684 ____________________________________________________________________________
16685 [  6127] By: gsar                                  on 2000/05/28  07:02:50
16686         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
16687              failed (from Gisle Aas)
16688      Branch: perl
16689            ! cop.h perl.c
16690 ____________________________________________________________________________
16691 [  6126] By: gsar                                  on 2000/05/28  06:39:53
16692         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
16693              (reworked variant of patch suggested by Simon Cozens)
16694      Branch: perl
16695            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
16696            ! pp_hot.c proto.h t/op/gv.t
16697 ____________________________________________________________________________
16698 [  6125] By: gsar                                  on 2000/05/28  05:14:55
16699         Log: enable propagating exception objects via Perl_croak() in XS code
16700              (from Gisle Aas)
16701      Branch: perl
16702            ! util.c
16703 ____________________________________________________________________________
16704 [  6124] By: gsar                                  on 2000/05/28  05:07:28
16705         Log: integrate vmsperl contents into mainline
16706      Branch: perl
16707           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
16708           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
16709           !> vms/vmsish.h
16710 ____________________________________________________________________________
16711 [  6123] By: gsar                                  on 2000/05/28  05:03:53
16712         Log: clarify gotcha with #line directives (from Rocco Caputo
16713              <troc@netrus.net>)
16714      Branch: perl
16715            ! pod/perldebug.pod pod/perlsyn.pod
16716 ____________________________________________________________________________
16717 [  6122] By: gsar                                  on 2000/05/28  04:58:29
16718         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
16719              (from Mark-Jason Dominus)
16720      Branch: perl
16721            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
16722            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
16723            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
16724            ! toke.c
16725 ____________________________________________________________________________
16726 [  6121] By: bailey                                on 2000/05/25  04:46:54
16727         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
16728              lists (based on fixes by Craig Berry)
16729      Branch: vmsperl
16730            ! lib/File/Spec/VMS.pm
16731 ____________________________________________________________________________
16732 [  6120] By: bailey                                on 2000/05/25  04:25:38
16733         Log: Add missing escape (Charles Lane)
16734      Branch: vmsperl
16735            ! t/op/lex_assign.t
16736 ____________________________________________________________________________
16737 [  6119] By: bailey                                on 2000/05/25  04:21:25
16738         Log: Quiet error messages in vmsish.t (Charles Lane)
16739      Branch: vmsperl
16740            ! vms/ext/vmsish.t
16741 ____________________________________________________________________________
16742 [  6118] By: bailey                                on 2000/05/25  04:17:57
16743         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
16744              Flatten case labels in switch statements uniformly (Charles Bailey)
16745      Branch: vmsperl
16746            ! vms/vms.c
16747 ____________________________________________________________________________
16748 [  6117] By: bailey                                on 2000/05/25  03:58:09
16749         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
16750      Branch: vmsperl
16751            ! vms/vmsish.h
16752 ____________________________________________________________________________
16753 [  6116] By: bailey                                on 2000/05/25  03:11:15
16754         Log: Miscellaneous cosmetic fixes (Charles Lane)
16755      Branch: vmsperl
16756            ! lib/ExtUtils/MM_VMS.pm
16757 ____________________________________________________________________________
16758 [  6115] By: bailey                                on 2000/05/25  03:10:36
16759         Log: Add bounds checking for several strings (Charles Lane)
16760      Branch: vmsperl
16761            ! vms/vms.c
16762 ____________________________________________________________________________
16763 [  6114] By: bailey                                on 2000/05/25  02:25:34
16764         Log: Urk -- undo previous removal of vmsish 'exit' change
16765      Branch: vmsperl
16766            ! vms/ext/vmsish.pm vms/vmsish.h
16767 ____________________________________________________________________________
16768 [  6113] By: bailey                                on 2000/05/24  02:24:40
16769         Log: Ugly workaround for version-specific RTL error
16770      Branch: vmsperl
16771            ! vms/vms.c
16772 ____________________________________________________________________________
16773 [  6112] By: bailey                                on 2000/05/24  02:19:55
16774         Log: Check for existence of file before trying to delete
16775      Branch: vmsperl
16776            ! vms/test.com
16777 ____________________________________________________________________________
16778 [  6111] By: bailey                                on 2000/05/23  23:35:13
16779         Log: Resync with mainline prior to post-5.6.0 updates
16780      Branch: vmsperl
16781           +> (branch 49 files)
16782            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
16783            ! vms/ext/vmsish.pm
16784           !> (integrate 334 files)
16785 ____________________________________________________________________________
16786 [  6110] By: jhi                                   on 2000/05/23  19:28:32
16787         Log: todo tweak
16788      Branch: cfgperl
16789            ! Todo-5.6
16790 ____________________________________________________________________________
16791 [  6109] By: jhi                                   on 2000/05/18  17:38:54
16792         Log: Integrate with Sarathy.
16793      Branch: cfgperl
16794           !> mg.c perl.h win32/perlhost.h
16795 ____________________________________________________________________________
16796 [  6108] By: gsar                                  on 2000/05/17  02:24:56
16797         Log: reenable fake signal handling on Windows, bugs and all
16798      Branch: perl
16799            ! mg.c perl.h win32/perlhost.h
16800 ____________________________________________________________________________
16801 [  6107] By: jhi                                   on 2000/05/15  18:01:41
16802         Log: Tweak the todo list.
16803      Branch: cfgperl
16804            ! Todo-5.6
16805 ____________________________________________________________________________
16806 [  6106] By: jhi                                   on 2000/05/15  13:41:48
16807         Log: The (Configure) script refuses to go on, after asking for
16808              'You may also choose to try maximal 64-bitness....'.
16809              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
16810              -- Patrick Zima
16811              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
16812      Branch: cfgperl
16813            ! hints/solaris_2.sh
16814 ____________________________________________________________________________
16815 [  6105] By: jhi                                   on 2000/05/11  14:37:43
16816         Log: Integrate with Sarathy.
16817      Branch: cfgperl
16818           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
16819           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
16820 ____________________________________________________________________________
16821 [  6104] By: gsar                                  on 2000/05/11  03:39:07
16822         Log: PL_sys_intern was being initialized too late on windows
16823      Branch: perl
16824            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
16825            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
16826 ____________________________________________________________________________
16827 [  6103] By: jhi                                   on 2000/05/09  19:42:20
16828         Log: Test tweaking for Unicos continues.
16829      Branch: cfgperl
16830            ! t/op/64bitint.t
16831 ____________________________________________________________________________
16832 [  6102] By: jhi                                   on 2000/05/09  16:47:27
16833         Log: The test suite tweak in #6101 wasn't quite right.
16834      Branch: cfgperl
16835            ! t/lib/complex.t
16836 ____________________________________________________________________________
16837 [  6101] By: jhi                                   on 2000/05/09  15:35:34
16838         Log: Hints and test tweaks for Unicos.
16839      Branch: cfgperl
16840            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
16841 ____________________________________________________________________________
16842 [  6100] By: jhi                                   on 2000/05/08  21:15:06
16843         Log: More compilation tweakery from Allen Smith.
16844      Branch: cfgperl
16845            ! hints/irix_6.sh
16846 ____________________________________________________________________________
16847 [  6099] By: jhi                                   on 2000/05/08  19:21:18
16848         Log: Tweaks for the cc bugs from Allen Smith.
16849      Branch: cfgperl
16850            ! hints/irix_6.sh
16851 ____________________________________________________________________________
16852 [  6098] By: jhi                                   on 2000/05/08  19:13:37
16853         Log: Add a note about other, yet unsupported, shadow password APIs.
16854      Branch: cfgperl
16855            ! pp_sys.c
16856 ____________________________________________________________________________
16857 [  6097] By: jhi                                   on 2000/05/08  18:46:34
16858         Log: Add a note about possible compilation problems from Allen Smith.
16859      Branch: cfgperl
16860            ! hints/irix_6.sh
16861 ____________________________________________________________________________
16862 [  6096] By: jhi                                   on 2000/05/08  17:33:10
16863         Log: Integrate with Sarathy.
16864      Branch: cfgperl
16865           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16866           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
16867 ____________________________________________________________________________
16868 [  6095] By: jhi                                   on 2000/05/08  16:21:33
16869         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
16870              might be useful in future.
16871      Branch: cfgperl
16872            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16873            ! config_h.SH
16874      Branch: metaconfig
16875            ! U/installdirs/inc_version_list.U
16876      Branch: metaconfig/U/perl
16877            ! perlxv.U
16878 ____________________________________________________________________________
16879 [  6094] By: gsar                                  on 2000/05/08  14:22:22
16880         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
16881      Branch: perl
16882            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
16883            ! hints/cygwin.sh pp_sys.c
16884 ____________________________________________________________________________
16885 [  6093] By: gsar                                  on 2000/05/08  12:52:28
16886         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
16887              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
16888      Branch: perl
16889            ! pp_sys.c sv.c win32/perlhost.h
16890 ____________________________________________________________________________
16891 [  6092] By: jhi                                   on 2000/05/07  22:40:34
16892         Log: Regen perltoc with the fixed buildtoc.
16893      Branch: cfgperl
16894            ! pod/perltoc.pod
16895 ____________________________________________________________________________
16896 [  6091] By: jhi                                   on 2000/05/07  22:24:16
16897         Log: Integrate with Sarathy.
16898      Branch: cfgperl
16899           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
16900           !> t/op/substr.t toke.c
16901 ____________________________________________________________________________
16902 [  6090] By: gsar                                  on 2000/05/07  19:47:07
16903         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
16904              [NI]OK; added tests for both
16905      Branch: perl
16906            ! perl.c pp_hot.c sv.c t/op/substr.t
16907 ____________________________________________________________________________
16908 [  6089] By: gsar                                  on 2000/05/07  18:18:38
16909         Log: buildtoc tweak to fix newline lossage
16910      Branch: perl
16911            ! pod/buildtoc
16912 ____________________________________________________________________________
16913 [  6088] By: jhi                                   on 2000/05/07  16:35:36
16914         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
16915              because we do not use those.  The HAS_GETSPNAM remains,
16916              though, because we still do use that.
16917      Branch: cfgperl
16918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16919            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
16920            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
16921            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
16922            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16923            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16924 ____________________________________________________________________________
16925 [  6087] By: gsar                                  on 2000/05/07  16:05:16
16926         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
16927      Branch: perl
16928            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
16929 ____________________________________________________________________________
16930 [  6086] By: jhi                                   on 2000/05/07  15:27:07
16931         Log: Integrate with Sarathy.
16932      Branch: cfgperl
16933           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16934           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16935           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
16936           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
16937           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
16938           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
16939 ____________________________________________________________________________
16940 [  6085] By: gsar                                  on 2000/05/07  05:52:02
16941         Log: repeat operator (x) doesn't preserve utf8-ness
16942      Branch: perl
16943            ! pp.c t/op/substr.t
16944 ____________________________________________________________________________
16945 [  6084] By: gsar                                  on 2000/05/07  05:39:55
16946         Log: substr() does not preserve utf8-ness (from Stefan Eissing
16947              <Eissing@medicaldataservice.de>); added tests
16948      Branch: perl
16949            ! pp.c t/op/substr.t
16950 ____________________________________________________________________________
16951 [  6083] By: gsar                                  on 2000/05/07  05:24:46
16952         Log: note about undocumented caller() return value (from M.J.T. Guy);
16953              yet another peek.t tweak
16954      Branch: perl
16955            ! pod/perlfunc.pod t/lib/peek.t
16956 ____________________________________________________________________________
16957 [  6082] By: gsar                                  on 2000/05/07  05:08:40
16958         Log: peek.t non-portable to ithreads
16959      Branch: perl
16960            ! t/lib/peek.t
16961 ____________________________________________________________________________
16962 [  6081] By: gsar                                  on 2000/05/07  04:17:04
16963         Log: better default perlbug categories for ok reports (from Richard Foley)
16964      Branch: perl
16965            ! utils/perlbug.PL
16966 ____________________________________________________________________________
16967 [  6080] By: gsar                                  on 2000/05/07  04:08:07
16968         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
16969              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16970      Branch: perl
16971            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16972            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16973            ! AUTHORS MAINTAIN MANIFEST
16974 ____________________________________________________________________________
16975 [  6079] By: gsar                                  on 2000/05/07  04:01:38
16976         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
16977      Branch: perl
16978            ! lib/Carp/Heavy.pm
16979 ____________________________________________________________________________
16980 [  6078] By: gsar                                  on 2000/05/07  01:24:19
16981         Log: workaround for CRT bug in chdir() (from Charles Lane, via
16982              Peter Prymmer)
16983      Branch: perl
16984            ! iperlsys.h vms/vms.c vms/vmsish.h
16985 ____________________________________________________________________________
16986 [  6077] By: gsar                                  on 2000/05/07  01:22:23
16987         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
16988              and Tom Phoenix)
16989      Branch: perl
16990            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
16991 ____________________________________________________________________________
16992 [  6076] By: gsar                                  on 2000/05/06  17:36:29
16993         Log: integrate cfgperl contents into mainline
16994      Branch: perl
16995           +> t/lib/peek.t
16996           !> Configure MANIFEST Porting/Glossary Porting/config.sh
16997           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
16998           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
16999           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
17000 ____________________________________________________________________________
17001 [  6075] By: jhi                                   on 2000/05/05  18:56:10
17002         Log: Make the test more portable.
17003      Branch: cfgperl
17004            ! t/lib/peek.t
17005 ____________________________________________________________________________
17006 [  6074] By: jhi                                   on 2000/05/05  18:49:20
17007         Log: Introduce t/lib/peek.t.
17008      Branch: cfgperl
17009            + t/lib/peek.t
17010            ! MANIFEST
17011 ____________________________________________________________________________
17012 [  6073] By: jhi                                   on 2000/05/05  14:30:45
17013         Log: Complex tweaks.
17014      Branch: cfgperl
17015            ! lib/Math/Complex.pm t/lib/complex.t
17016 ____________________________________________________________________________
17017 [  6072] By: jhi                                   on 2000/05/05  12:27:13
17018         Log: Integrate with Sarathy.
17019      Branch: cfgperl
17020           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17021           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17022           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
17023           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
17024 ____________________________________________________________________________
17025 [  6071] By: gsar                                  on 2000/05/05  02:24:46
17026         Log: misformatted perllocal.pod (from Tim Jenness
17027              <t.jenness@jach.hawaii.edu>)
17028      Branch: perl
17029            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17030 ____________________________________________________________________________
17031 [  6070] By: gsar                                  on 2000/05/05  02:16:52
17032         Log: remove misleading comment (from M.J.T. Guy)
17033      Branch: perl
17034            ! t/lib/anydbm.t
17035 ____________________________________________________________________________
17036 [  6069] By: gsar                                  on 2000/05/05  02:15:13
17037         Log: File::Spec compatibility update (from Barrie Slaymaker
17038              <barries@slaysys.com>)
17039      Branch: perl
17040            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17041            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17042 ____________________________________________________________________________
17043 [  6068] By: gsar                                  on 2000/05/05  02:01:50
17044         Log: note about values()
17045      Branch: perl
17046            ! pod/perlfunc.pod
17047 ____________________________________________________________________________
17048 [  6067] By: gsar                                  on 2000/05/05  01:33:09
17049         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
17050      Branch: perl
17051            ! win32/win32.c
17052 ____________________________________________________________________________
17053 [  6066] By: gsar                                  on 2000/05/05  01:23:43
17054         Log: s/END/CHECK/
17055      Branch: perl
17056            ! perl.c
17057 ____________________________________________________________________________
17058 [  6065] By: jhi                                   on 2000/05/04  17:30:22
17059         Log: Integrate with Sarathy.
17060      Branch: cfgperl
17061           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
17062 ____________________________________________________________________________
17063 [  6064] By: gsar                                  on 2000/05/04  17:26:14
17064         Log: change#5905 wasn't quite right--it's intent only applies when arguments
17065              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
17066      Branch: perl
17067            ! pp_sys.c sv.c
17068 ____________________________________________________________________________
17069 [  6063] By: gsar                                  on 2000/05/04  16:52:29
17070         Log: tokeq() could read unallocated field in argument
17071      Branch: perl
17072            ! toke.c
17073 ____________________________________________________________________________
17074 [  6062] By: gsar                                  on 2000/05/04  16:34:51
17075         Log: additional tests for utf8.t
17076      Branch: perl
17077            ! t/pragma/utf8.t
17078 ____________________________________________________________________________
17079 [  6061] By: gsar                                  on 2000/05/04  16:09:28
17080         Log: change#5921 neglected to make eq honor "use bytes"
17081      Branch: perl
17082            ! sv.c
17083 ____________________________________________________________________________
17084 [  6060] By: jhi                                   on 2000/05/04  15:30:16
17085         Log: Integrate with Sarathy.
17086      Branch: cfgperl
17087           !> perl.c regcomp.c t/pragma/utf8.t
17088 ____________________________________________________________________________
17089 [  6059] By: jhi                                   on 2000/05/04  15:26:37
17090         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
17091              in natively 64-bit platforms where a long is a quad (no need
17092              for long longs).  Also added bias for IVs.
17093      Branch: cfgperl
17094            ! toke.c
17095 ____________________________________________________________________________
17096 [  6058] By: gsar                                  on 2000/05/04  00:19:14
17097         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
17098              (spotted by Donald Kinzer <dkinzer@premia.com>)
17099      Branch: perl
17100            ! perl.c
17101 ____________________________________________________________________________
17102 [  6057] By: gsar                                  on 2000/05/03  18:34:01
17103         Log: fix broken parsing of /\x{ab}/
17104      Branch: perl
17105            ! regcomp.c t/pragma/utf8.t
17106 ____________________________________________________________________________
17107 [  6056] By: jhi                                   on 2000/05/03  17:57:16
17108         Log: The search of infinity continues, this time simplified.
17109      Branch: cfgperl
17110            ! lib/Math/Complex.pm
17111 ____________________________________________________________________________
17112 [  6055] By: jhi                                   on 2000/05/03  17:45:30
17113         Log: Detypo.
17114      Branch: cfgperl
17115            ! hints/unicos.sh
17116 ____________________________________________________________________________
17117 [  6054] By: jhi                                   on 2000/05/02  22:28:27
17118         Log: Be more forgiving in POSIX about HUGE_VALL.
17119      Branch: cfgperl
17120            ! ext/POSIX/POSIX.xs
17121 ____________________________________________________________________________
17122 [  6053] By: jhi                                   on 2000/05/02  22:25:05
17123         Log: Integrate with Sarathy.
17124      Branch: cfgperl
17125           !> hints/irix_6.sh pod/perlop.pod
17126 ____________________________________________________________________________
17127 [  6052] By: jhi                                   on 2000/05/02  22:24:31
17128         Log: Unicos hint tweak.
17129      Branch: cfgperl
17130            ! hints/unicos.sh
17131 ____________________________________________________________________________
17132 [  6051] By: jhi                                   on 2000/05/02  22:21:26
17133         Log: Complex tweakery.
17134      Branch: cfgperl
17135            ! lib/Math/Complex.pm t/lib/complex.t
17136 ____________________________________________________________________________
17137 [  6050] By: jhi                                   on 2000/05/02  19:26:22
17138         Log: Use setxxent()/endxxent().
17139      Branch: cfgperl
17140            ! t/op/grent.t t/op/pwent.t
17141 ____________________________________________________________________________
17142 [  6049] By: jhi                                   on 2000/05/02  19:06:02
17143         Log: Test both the scalar and list contexts.
17144      Branch: cfgperl
17145            ! t/op/grent.t t/op/pwent.t
17146 ____________________________________________________________________________
17147 [  6048] By: gsar                                  on 2000/05/02  18:29:10
17148         Log: add note about how $( doesn't interpolate in REs (from
17149              Philip Newton <newton@ficus.frogspace.net>)
17150      Branch: perl
17151            ! pod/perlop.pod
17152 ____________________________________________________________________________
17153 [  6047] By: jhi                                   on 2000/05/02  17:41:24
17154         Log: Call getspnam() only iff needd.
17155      Branch: cfgperl
17156            ! pp_sys.c
17157 ____________________________________________________________________________
17158 [  6046] By: gsar                                  on 2000/05/02  17:07:25
17159         Log: libscheck has insufficient checks for n32 libs (from
17160              Albert Chin-A-Young <china@thewrittenword.com>)
17161      Branch: perl
17162            ! hints/irix_6.sh
17163 ____________________________________________________________________________
17164 [  6045] By: jhi                                   on 2000/05/02  13:57:17
17165         Log: Integrate with Sarathy.
17166      Branch: cfgperl
17167           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
17168           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
17169 ____________________________________________________________________________
17170 [  6044] By: gsar                                  on 2000/05/02  06:48:19
17171         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
17172              such that underscores are only ignored in literal numbers,
17173              "\x{...}", and hex/oct argument
17174      Branch: perl
17175            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
17176 ____________________________________________________________________________
17177 [  6043] By: gsar                                  on 2000/05/02  02:22:29
17178         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
17179      Branch: perl
17180            ! pod/perlretut.pod
17181 ____________________________________________________________________________
17182 [  6042] By: gsar                                  on 2000/05/02  02:17:51
17183         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
17184      Branch: perl
17185            ! pod/perltrap.pod
17186 ____________________________________________________________________________
17187 [  6041] By: gsar                                  on 2000/05/02  01:53:51
17188         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
17189              to compensate
17190      Branch: perl
17191            ! Porting/makerel
17192 ____________________________________________________________________________
17193 [  6040] By: gsar                                  on 2000/05/02  01:51:57
17194         Log: missing files in MANIFEST
17195      Branch: perl
17196            ! MANIFEST
17197 ____________________________________________________________________________
17198 [  6039] By: jhi                                   on 2000/05/02  00:36:46
17199         Log: Infinite problems.
17200      Branch: cfgperl
17201            ! lib/Math/Complex.pm
17202 ____________________________________________________________________________
17203 [  6038] By: jhi                                   on 2000/05/02  00:06:38
17204         Log: pwent/spent #ifdef imbalance.
17205      Branch: cfgperl
17206            ! pp_sys.c
17207 ____________________________________________________________________________
17208 [  6037] By: jhi                                   on 2000/05/01  22:50:11
17209         Log: Use HUGE_VALL if applicable.
17210      Branch: cfgperl
17211            ! ext/POSIX/POSIX.xs util.c
17212 ____________________________________________________________________________
17213 [  6036] By: jhi                                   on 2000/05/01  22:20:53
17214         Log: Correct Freudian slip.
17215      Branch: cfgperl
17216            ! pp_sys.c
17217 ____________________________________________________________________________
17218 [  6035] By: jhi                                   on 2000/05/01  21:07:38
17219         Log: Continue on the pwent/spent case.
17220      Branch: cfgperl
17221            ! pp_sys.c
17222 ____________________________________________________________________________
17223 [  6034] By: jhi                                   on 2000/05/01  17:45:14
17224         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
17225              adjustments in 6032 conflicted badly with this, will have
17226              to revisit them later.
17227      Branch: cfgperl
17228           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
17229           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17230           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
17231           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
17232           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
17233           !> t/lib/cgi-html.t t/lib/cgi-request.t
17234 ____________________________________________________________________________
17235 [  6033] By: jhi                                   on 2000/05/01  17:40:49
17236         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
17237      Branch: cfgperl
17238            ! pp_sys.c
17239 ____________________________________________________________________________
17240 [  6032] By: gsar                                  on 2000/05/01  15:56:32
17241         Log: whitespace adjustments
17242      Branch: perl
17243            ! pp_sys.c
17244 ____________________________________________________________________________
17245 [  6031] By: gsar                                  on 2000/05/01  15:19:41
17246         Log: small nits in diagnostics.pm (from Robin Barker)
17247      Branch: perl
17248            ! lib/diagnostics.pm pod/perldiag.pod
17249 ____________________________________________________________________________
17250 [  6030] By: gsar                                  on 2000/05/01  08:39:18
17251         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
17252              for @- and @+ (from Johan Vromans)
17253      Branch: perl
17254            ! lib/English.pm pod/perlvar.pod
17255 ____________________________________________________________________________
17256 [  6029] By: gsar                                  on 2000/05/01  08:16:10
17257         Log: add CGI.pm v2.66 (from Lincoln Stein)
17258      Branch: perl
17259            + lib/CGI/Util.pm t/lib/cgi-pretty.t
17260            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17261            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
17262            ! t/lib/cgi-html.t t/lib/cgi-request.t
17263 ____________________________________________________________________________
17264 [  6028] By: gsar                                  on 2000/05/01  06:34:41
17265         Log: Pod::Man generates groff-incompatible macro definition (from
17266              Tom Christiansen)
17267      Branch: perl
17268            ! lib/Pod/Man.pm
17269 ____________________________________________________________________________
17270 [  6027] By: gsar                                  on 2000/05/01  06:31:36
17271         Log: podlators-1.02 update (from Russ Allbery)
17272      Branch: perl
17273            ! lib/Pod/Man.pm lib/Pod/Text.pm
17274 ____________________________________________________________________________
17275 [  6026] By: jhi                                   on 2000/04/30  23:24:23
17276         Log: Integrate with Sarathy.
17277      Branch: cfgperl
17278           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17279           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
17280           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17281           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17282           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
17283           !> t/lib/syslog.t toke.c win32/win32.h
17284 ____________________________________________________________________________
17285 [  6025] By: gsar                                  on 2000/04/30  18:17:47
17286         Log: Is{Alnum,Alpha,Word} don't match titlecase
17287              
17288              TODO: IsSpace is defined recursively!
17289              
17290              (both spotted by Larry)
17291      Branch: perl
17292            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17293            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17294 ____________________________________________________________________________
17295 [  6024] By: gsar                                  on 2000/04/30  17:50:19
17296         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
17297              (from Hugo van der Sanden)
17298      Branch: perl
17299            ! toke.c
17300 ____________________________________________________________________________
17301 [  6023] By: gsar                                  on 2000/04/30  17:14:43
17302         Log: debugger stomps on $. (from M.J.T. Guy)
17303      Branch: perl
17304            ! lib/perl5db.pl
17305 ____________________________________________________________________________
17306 [  6022] By: gsar                                  on 2000/04/30  16:59:22
17307         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
17308      Branch: perl
17309            ! sv.c
17310 ____________________________________________________________________________
17311 [  6021] By: gsar                                  on 2000/04/29  21:00:08
17312         Log: remove Win2K issue in pod (fixed by change#6020)
17313      Branch: perl
17314            ! README.win32 pod/perl56delta.pod
17315 ____________________________________________________________________________
17316 [  6020] By: gsar                                  on 2000/04/29  20:51:49
17317         Log: test tweak
17318      Branch: perl
17319            ! t/lib/open3.t
17320 ____________________________________________________________________________
17321 [  6019] By: gsar                                  on 2000/04/29  20:34:27
17322         Log: windows portability tweaks
17323      Branch: perl
17324            ! t/lib/b.t win32/win32.h
17325 ____________________________________________________________________________
17326 [  6018] By: gsar                                  on 2000/04/29  19:55:24
17327         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
17328              make _PATH_LOG() return "" if unavailable
17329      Branch: perl
17330            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17331            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
17332 ____________________________________________________________________________
17333 [  6017] By: jhi                                   on 2000/04/28  22:49:46
17334         Log: Integrate with Sarathy.
17335      Branch: cfgperl
17336           !> op.c perl.c pod/perldiag.pod t/lib/b.t
17337 ____________________________________________________________________________
17338 [  6016] By: jhi                                   on 2000/04/28  22:46:14
17339         Log: Do not warn that an infinity does not look like a number.
17340      Branch: cfgperl
17341            ! sv.c
17342 ____________________________________________________________________________
17343 [  6015] By: gsar                                  on 2000/04/28  22:35:49
17344         Log: tweak test for portability
17345      Branch: perl
17346            ! t/lib/b.t
17347 ____________________________________________________________________________
17348 [  6014] By: gsar                                  on 2000/04/28  22:05:31
17349         Log: glob() loading File::Glob behind the scenes may cause syntax errors
17350      Branch: perl
17351            ! op.c
17352 ____________________________________________________________________________
17353 [  6013] By: gsar                                  on 2000/04/28  21:25:22
17354         Log: tweak change#5945 to display correct switch name in diagnostic
17355      Branch: perl
17356            ! perl.c pod/perldiag.pod
17357 ____________________________________________________________________________
17358 [  6012] By: jhi                                   on 2000/04/28  21:08:12
17359         Log: Integrate with Sarathy.
17360      Branch: cfgperl
17361           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
17362           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
17363           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
17364 ____________________________________________________________________________
17365 [  6011] By: jhi                                   on 2000/04/28  21:04:46
17366         Log: &HUGE_VAL is not defined, it exists.
17367      Branch: cfgperl
17368            ! lib/Math/Complex.pm
17369 ____________________________________________________________________________
17370 [  6010] By: gsar                                  on 2000/04/28  21:02:58
17371         Log: clarify note about shadow password support (from
17372              gellyfish@gellyfish.com)
17373      Branch: perl
17374            ! pod/perlfunc.pod
17375 ____________________________________________________________________________
17376 [  6009] By: gsar                                  on 2000/04/28  21:00:00
17377         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
17378      Branch: perl
17379            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
17380 ____________________________________________________________________________
17381 [  6008] By: gsar                                  on 2000/04/28  20:56:33
17382         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
17383      Branch: perl
17384            ! installperl vms/subconfigure.com
17385 ____________________________________________________________________________
17386 [  6007] By: gsar                                  on 2000/04/28  20:51:21
17387         Log: note about compile failures and END blocks (from M.J.T. Guy)
17388      Branch: perl
17389            ! pod/perl56delta.pod pod/perlmod.pod
17390 ____________________________________________________________________________
17391 [  6006] By: jhi                                   on 2000/04/28  20:42:14
17392         Log: Regen Configure.
17393      Branch: cfgperl
17394            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17395            ! config_h.SH
17396 ____________________________________________________________________________
17397 [  6005] By: gsar                                  on 2000/04/28  20:41:16
17398         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
17399      Branch: perl
17400            ! utils/perldoc.PL
17401 ____________________________________________________________________________
17402 [  6004] By: jhi                                   on 2000/04/28  20:28:21
17403         Log: Integrate with Sarathy.
17404      Branch: cfgperl
17405           !> Configure INSTALL Porting/Glossary Porting/config.sh
17406           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
17407           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
17408           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
17409           !> win32/config.vc win32/win32.c
17410 ____________________________________________________________________________
17411 [  6003] By: gsar                                  on 2000/04/28  20:11:20
17412         Log: allow REG_EXPAND_SZ keys in Windows registry (from
17413              John Clayton <John.Clayton@barclayscapital.com>)
17414      Branch: perl
17415            ! win32/win32.c
17416 ____________________________________________________________________________
17417 [  6002] By: gsar                                  on 2000/04/28  19:34:16
17418         Log: destructive sv_setsv() can lose UV-ness from source, causing
17419              numeric promotions/comparisons to fail to do the right thing
17420      Branch: perl
17421            ! sv.c
17422 ____________________________________________________________________________
17423 [  6001] By: gsar                                  on 2000/04/28  18:44:15
17424         Log: support additional library locations via $Config{otherlibdirs}
17425              (from Andy Dougherty)
17426      Branch: perl
17427            ! Configure INSTALL Porting/Glossary Porting/config.sh
17428            ! Porting/config_H config_h.SH epoc/config.sh perl.c
17429            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
17430            ! win32/config.bc win32/config.gc win32/config.vc
17431 ____________________________________________________________________________
17432 [  6000] By: gsar                                  on 2000/04/28  18:26:58
17433         Log: reworked otherlibdirs.U (from Andy Dougherty)
17434      Branch: metaconfig
17435            ! U/installdirs/otherlibdirs.U
17436 ____________________________________________________________________________
17437 [  5999] By: gsar                                  on 2000/04/28  18:17:07
17438         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
17439      Branch: perl
17440            ! t/pragma/warn/toke toke.c
17441 ____________________________________________________________________________
17442 [  5998] By: jhi                                   on 2000/04/28  13:32:17
17443         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
17444      Branch: cfgperl
17445            ! lib/Math/Complex.pm
17446 ____________________________________________________________________________
17447 [  5997] By: jhi                                   on 2000/04/28  13:14:04
17448         Log: Preserve $!.
17449      Branch: cfgperl
17450            ! lib/Math/Complex.pm
17451 ____________________________________________________________________________
17452 [  5996] By: jhi                                   on 2000/04/28  12:59:23
17453         Log: Integrate with Sarathy.
17454      Branch: cfgperl
17455           +> pod/perlrequick.pod pod/perlretut.pod
17456           !> (integrate 51 files)
17457 ____________________________________________________________________________
17458 [  5995] By: gsar                                  on 2000/04/28  09:37:36
17459         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
17460      Branch: perl
17461            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
17462 ____________________________________________________________________________
17463 [  5994] By: gsar                                  on 2000/04/28  09:33:26
17464         Log: fix for missed accounting for null byte in pack("Z",...) (from
17465              M.J.T. Guy)
17466      Branch: perl
17467            ! pp.c t/op/pack.t
17468 ____________________________________________________________________________
17469 [  5993] By: gsar                                  on 2000/04/28  09:30:05
17470         Log: various minor tweaks seen on p5p
17471      Branch: perl
17472            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
17473 ____________________________________________________________________________
17474 [  5992] By: gsar                                  on 2000/04/28  09:08:19
17475         Log: pod nit (from Simon Cozens)
17476      Branch: perl
17477            ! pod/perlop.pod
17478 ____________________________________________________________________________
17479 [  5991] By: gsar                                  on 2000/04/28  09:06:36
17480         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
17481      Branch: perl
17482            ! README.posix-bc hints/posix-bc.sh
17483 ____________________________________________________________________________
17484 [  5990] By: gsar                                  on 2000/04/28  08:54:52
17485         Log: use $ENV{LIB} to search for libs under Visual C compiler
17486              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
17487      Branch: perl
17488            ! lib/ExtUtils/Liblist.pm
17489 ____________________________________________________________________________
17490 [  5989] By: gsar                                  on 2000/04/28  08:27:12
17491         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
17492              itself and no other (from Tom Hughes)
17493      Branch: perl
17494            ! t/op/array.t toke.c
17495 ____________________________________________________________________________
17496 [  5988] By: gsar                                  on 2000/04/28  08:01:38
17497         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
17498              <paul@miraclefish.com>)
17499      Branch: perl
17500            ! lib/ExtUtils/MakeMaker.pm
17501 ____________________________________________________________________________
17502 [  5987] By: gsar                                  on 2000/04/28  07:53:09
17503         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
17504      Branch: perl
17505            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
17506 ____________________________________________________________________________
17507 [  5986] By: gsar                                  on 2000/04/28  07:44:17
17508         Log: add regular expressions tutorial and quick-start guide (from
17509              Mark Kvale <kvale@phy.ucsf.edu>)
17510      Branch: perl
17511            + pod/perlrequick.pod pod/perlretut.pod
17512            ! AUTHORS MAINTAIN MANIFEST
17513 ____________________________________________________________________________
17514 [  5985] By: gsar                                  on 2000/04/28  07:30:28
17515         Log: forked child may not exit correctly if it failed to open
17516              /dev/console (from Graham Barr)
17517      Branch: perl
17518            ! ext/Sys/Syslog/Syslog.pm
17519 ____________________________________________________________________________
17520 [  5984] By: gsar                                  on 2000/04/28  07:27:20
17521         Log: attributes::reftype() doesn't work on tied argument
17522      Branch: perl
17523            ! xsutils.c
17524 ____________________________________________________________________________
17525 [  5983] By: gsar                                  on 2000/04/28  07:15:04
17526         Log: numeric conversion of non-number in change#3378 tramples on
17527              OOK offset, causing segfaults
17528      Branch: perl
17529            ! sv.c
17530 ____________________________________________________________________________
17531 [  5982] By: gsar                                  on 2000/04/28  04:48:25
17532         Log: avoid error in IO::Socket::INET when given an unknown service name
17533              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
17534      Branch: perl
17535            ! ext/IO/lib/IO/Socket/INET.pm
17536 ____________________________________________________________________________
17537 [  5981] By: gsar                                  on 2000/04/28  04:31:31
17538         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
17539              prototype mismatch with CORE::glob(); update pod and tests to
17540              suit (File::Glob::glob() is still available for backward
17541              compatibility, but should be considered deprecated)
17542      Branch: perl
17543            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
17544            ! t/lib/glob-taint.t
17545 ____________________________________________________________________________
17546 [  5980] By: gsar                                  on 2000/04/28  03:47:29
17547         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
17548              <ghudson@mit.edu>)
17549      Branch: metaconfig
17550            ! U/modified/Options.U
17551      Branch: perl
17552            ! Configure
17553 ____________________________________________________________________________
17554 [  5979] By: gsar                                  on 2000/04/28  03:07:54
17555         Log: under useithreads, constant pad entries could inadvertantly be
17556              shared across threads (from Eric Blood <eblood@xmission.com>);
17557              added Eric's test case to testsuite
17558      Branch: perl
17559            ! op.c t/op/misc.t
17560 ____________________________________________________________________________
17561 [  5978] By: gsar                                  on 2000/04/27  21:13:00
17562         Log: sync version numbers in File::Spec with the ones on CPAN
17563              (from Barrie Slaymaker)
17564      Branch: perl
17565            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17566            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17567            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17568 ____________________________________________________________________________
17569 [  5977] By: gsar                                  on 2000/04/27  21:07:29
17570         Log: autoquote barewords followed by newline and arrow properly
17571              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
17572      Branch: perl
17573            ! t/pragma/warn/toke toke.c
17574 ____________________________________________________________________________
17575 [  5976] By: gsar                                  on 2000/04/27  20:41:20
17576         Log: DB_File v1.73 update (from Paul Marquess)
17577      Branch: perl
17578            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17579            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17580 ____________________________________________________________________________
17581 [  5975] By: gsar                                  on 2000/04/27  20:34:24
17582         Log: allow sort() reentrancy (variant of patch suggested by
17583              Hugo van der Sanden)
17584      Branch: perl
17585            ! pp_ctl.c t/op/sort.t
17586 ____________________________________________________________________________
17587 [  5974] By: gsar                                  on 2000/04/27  19:46:57
17588         Log: change#4197 somehow missed initializing PL_errors, meaning
17589              sytax error queueing wasn't working outside eval"" at all;
17590              also fixed eval"" to localize PL_error_count, so that compile-time
17591              eval's don't clobber the error state of the outer context
17592      Branch: perl
17593            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
17594            ! t/pragma/warn/toke
17595 ____________________________________________________________________________
17596 [  5973] By: gsar                                  on 2000/04/27  18:29:05
17597         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
17598      Branch: perl
17599            ! regcomp.c regexec.c t/op/re_tests
17600 ____________________________________________________________________________
17601 [  5972] By: jhi                                   on 2000/04/27  18:22:41
17602         Log: Integrate with Sarathy.
17603      Branch: cfgperl
17604           +> t/lib/b.t t/lib/syslog.t
17605           !> (integrate 31 files)
17606 ____________________________________________________________________________
17607 [  5971] By: jhi                                   on 2000/04/27  18:18:46
17608         Log: Unicos tweaks from Mark P. Lutz.
17609      Branch: cfgperl
17610            ! hints/unicos.sh lib/Math/Complex.pm
17611 ____________________________________________________________________________
17612 [  5970] By: gsar                                  on 2000/04/27  18:05:11
17613         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
17614              IV is >32bits
17615      Branch: perl
17616            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
17617 ____________________________________________________________________________
17618 [  5969] By: gsar                                  on 2000/04/27  17:50:56
17619         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
17620      Branch: perl
17621            + t/lib/syslog.t
17622            ! MANIFEST ext/Sys/Syslog/Syslog.pm
17623 ____________________________________________________________________________
17624 [  5968] By: gsar                                  on 2000/04/27  17:44:49
17625         Log: tolerate spaces in group names in test on solaris (from David Boyce
17626              <dsb@boyski.com>)
17627      Branch: perl
17628            ! t/op/groups.t
17629 ____________________________________________________________________________
17630 [  5967] By: gsar                                  on 2000/04/27  17:41:22
17631         Log: improved docs on the warn_uninit diagnostic (from David Glasser
17632              and Simon Cozens)
17633      Branch: perl
17634            ! pod/perldiag.pod
17635 ____________________________________________________________________________
17636 [  5966] By: gsar                                  on 2000/04/27  16:54:58
17637         Log: add testsuite for B backends, fix bug in B::Deparse (from
17638              Simon Cozens <simon@brecon.co.uk>)
17639      Branch: perl
17640            + t/lib/b.t
17641            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
17642 ____________________________________________________________________________
17643 [  5965] By: gsar                                  on 2000/04/27  16:10:37
17644         Log: avoid "will not stay shared" warnings for our variables (from
17645              Robin Barker)
17646      Branch: perl
17647            ! op.c t/pragma/warn/op
17648 ____________________________________________________________________________
17649 [  5964] By: gsar                                  on 2000/04/27  07:05:05
17650         Log: reformat to 72 columns (again)
17651      Branch: perl
17652            ! pod/perldiag.pod
17653 ____________________________________________________________________________
17654 [  5963] By: gsar                                  on 2000/04/27  06:28:31
17655         Log: patch from Larry to make (\&) prototype work; added tests for
17656              the same
17657      Branch: perl
17658            ! op.c t/comp/proto.t
17659 ____________________________________________________________________________
17660 [  5962] By: gsar                                  on 2000/04/27  06:15:47
17661         Log: updated README.hpux (from Jeff Okamoto)
17662      Branch: perl
17663            ! README.hpux
17664 ____________________________________________________________________________
17665 [  5961] By: gsar                                  on 2000/04/27  05:55:03
17666         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
17667      Branch: perl
17668            ! emacs/cperl-mode.el
17669 ____________________________________________________________________________
17670 [  5960] By: gsar                                  on 2000/04/27  05:49:26
17671         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
17672      Branch: perl
17673            ! INSTALL
17674 ____________________________________________________________________________
17675 [  5959] By: gsar                                  on 2000/04/27  05:33:41
17676         Log: doubled words in pods (from Simon Cozens
17677              <simon.p.cozens@jp.pwcglobal.com>)
17678      Branch: perl
17679            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
17680            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
17681            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
17682            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
17683            ! pod/perltootc.pod
17684 ____________________________________________________________________________
17685 [  5958] By: gsar                                  on 2000/04/27  05:11:39
17686         Log: change#3569 deleted some essential code, revert; avoid use of
17687              atexit() to make DynaLoader work properly on AIX under mod_perl
17688              (from Jens-Uwe Mager <jum@helios.de>)
17689      Branch: perl
17690            ! ext/DynaLoader/dl_aix.xs
17691 ____________________________________________________________________________
17692 [  5957] By: gsar                                  on 2000/04/27  04:54:51
17693         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
17694      Branch: perl
17695            ! pod/perlmod.pod
17696 ____________________________________________________________________________
17697 [  5956] By: gsar                                  on 2000/04/27  04:51:47
17698         Log: better diagnostics on failed tests (from Ilya Zakharevich)
17699      Branch: perl
17700            ! t/op/lex_assign.t
17701 ____________________________________________________________________________
17702 [  5955] By: gsar                                  on 2000/04/27  04:26:44
17703         Log: longstanding bug exposed by change#3307: sort arguments weren't
17704              compiled with the right wantarray context (ensuing runtime lookup
17705              via block_gimme() was getting the incidental context of the
17706              sort() itself)
17707      Branch: perl
17708            ! op.c t/op/sort.t
17709 ____________________________________________________________________________
17710 [  5954] By: gsar                                  on 2000/04/26  23:42:12
17711         Log: integrate cfgperl contents into mainline
17712      Branch: perl
17713           !> (integrate 30 files)
17714 ____________________________________________________________________________
17715 [  5953] By: jhi                                   on 2000/04/26  23:06:42
17716         Log: Integrate with Sarathy.
17717      Branch: cfgperl
17718           !> README.win32 ext/B/B/Deparse.pm
17719           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17720           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
17721           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
17722           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
17723           !> utils/perldoc.PL vms/perlvms.pod
17724 ____________________________________________________________________________
17725 [  5952] By: jhi                                   on 2000/04/26  23:03:46
17726         Log: Undo "use integer" addition from 64bitint as it seems
17727              to break most of the subtests in Digital UNIX;
17728              Unicos needs to find another way.
17729      Branch: cfgperl
17730            ! t/op/64bitint.t
17731 ____________________________________________________________________________
17732 [  5951] By: jhi                                   on 2000/04/26  22:57:53
17733         Log: Be more robust on "extreme" (large absolute value)
17734              arguments.  Originally reported by Daniel Connelly
17735              as a problem with asinh() on large negative arguments,
17736              asinh() used to bail out because an argument to log()
17737              ended up being zero.  Ilya Zakharevich proposed using
17738              Taylor's series in such cases, which for such large
17739              arguments is a very good approximation.
17740      Branch: cfgperl
17741            ! lib/Math/Complex.pm t/lib/complex.t
17742 ____________________________________________________________________________
17743 [  5950] By: gsar                                  on 2000/04/25  19:13:12
17744         Log: reformat perldiag to avoid long lines
17745      Branch: perl
17746            ! pod/perldiag.pod
17747 ____________________________________________________________________________
17748 [  5949] By: gsar                                  on 2000/04/25  18:41:11
17749         Log: make perldoc use the pod2man from the same version (from
17750              M.J.T. Guy)
17751      Branch: perl
17752            ! utils/perldoc.PL
17753 ____________________________________________________________________________
17754 [  5948] By: gsar                                  on 2000/04/25  18:21:57
17755         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
17756              <kompas@kompas.usr.onet.pl>)
17757      Branch: perl
17758            ! lib/vars.pm
17759 ____________________________________________________________________________
17760 [  5947] By: gsar                                  on 2000/04/25  18:11:53
17761         Log: use &dl_error rather than &dl_load_file as the guard for calling
17762              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
17763              statically built perl)
17764      Branch: perl
17765            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17766 ____________________________________________________________________________
17767 [  5946] By: jhi                                   on 2000/04/25  17:37:54
17768         Log: Document that tr() is not tr(1).
17769      Branch: cfgperl
17770            ! pod/perlop.pod
17771 ____________________________________________________________________________
17772 [  5945] By: gsar                                  on 2000/04/25  16:34:33
17773         Log: make module name mandatory after -M switch; reorder perldiag
17774              alphabetically (from Mark-Jason Dominus)
17775      Branch: perl
17776            ! perl.c pod/perldiag.pod
17777 ____________________________________________________________________________
17778 [  5944] By: jhi                                   on 2000/04/25  01:15:18
17779         Log: On second thoughts frexp() does have two arguments.
17780      Branch: cfgperl
17781            ! perl.h
17782 ____________________________________________________________________________
17783 [  5943] By: jhi                                   on 2000/04/24  22:56:32
17784         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
17785              Now pp_ncmp() returns undef is either operand is a NaN.
17786      Branch: cfgperl
17787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17788            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
17789            ! vms/subconfigure.com vos/config.def vos/config.h
17790            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
17791            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17792            ! win32/config_H.vc
17793      Branch: metaconfig/U/perl
17794            + d_modfl.U
17795 ____________________________________________________________________________
17796 [  5942] By: jhi                                   on 2000/04/24  19:45:17
17797         Log: Regen Configure to match #5937.
17798      Branch: cfgperl
17799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17800            ! config_h.SH
17801      Branch: metaconfig
17802            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
17803 ____________________________________________________________________________
17804 [  5941] By: jhi                                   on 2000/04/24  19:24:11
17805         Log: Further Unicos fixes for Mark Lutz.
17806      Branch: cfgperl
17807            ! hints/unicos.sh pp_ctl.c
17808 ____________________________________________________________________________
17809 [  5940] By: jhi                                   on 2000/04/24  19:09:06
17810         Log: Various Unicos 10.0.0.6 fixes.
17811              
17812              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
17813              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
17814              Reply-To: tecmpl1@triton.ca.boeing.com 
17815              To: perl5-porters@perl.org 
17816              Date: Fri, 14 Apr 2000 20:21:00 GMT 
17817              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
17818      Branch: cfgperl
17819            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
17820 ____________________________________________________________________________
17821 [  5939] By: gsar                                  on 2000/04/24  19:01:24
17822         Log: more pod nits (from Larry Virden)
17823      Branch: perl
17824            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
17825            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
17826            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
17827 ____________________________________________________________________________
17828 [  5938] By: gsar                                  on 2000/04/24  18:54:01
17829         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
17830      Branch: perl
17831            ! ext/B/B/Deparse.pm
17832 ____________________________________________________________________________
17833 [  5937] By: jhi                                   on 2000/04/24  17:39:00
17834         Log: Integrate with Sarathy.
17835      Branch: cfgperl
17836           +> (branch 31 files)
17837           !> (integrate 73 files)
17838 ____________________________________________________________________________
17839 [  5936] By: gsar                                  on 2000/04/24  17:30:06
17840         Log: additional tests for change#5934 (from Paul Marquess, who also
17841              sent in the same fix)
17842      Branch: perl
17843            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
17844            ! t/pragma/warn/5nolint t/pragma/warn/6default
17845 ____________________________________________________________________________
17846 [  5935] By: jhi                                   on 2000/04/24  17:26:05
17847         Log: Do not assume sign propagation.
17848              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
17849              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
17850              To: payner@ncifcrf.gov, perl5-porters@perl.org 
17851              Date: Tue, 18 Apr 2000 18:24:49 +0100 
17852              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
17853      Branch: cfgperl
17854            ! t/op/bop.t t/op/misc.t
17855 ____________________________________________________________________________
17856 [  5934] By: gsar                                  on 2000/04/24  17:16:54
17857         Log: propagate lexical warnings from surrounding scope correctly
17858              within string eval()
17859      Branch: perl
17860            ! pp_ctl.c t/pragma/warn/pp_ctl
17861 ____________________________________________________________________________
17862 [  5933] By: jhi                                   on 2000/04/24  17:01:07
17863         Log: Flatten the cpp jungle doing the nosuid checking.
17864      Branch: cfgperl
17865            ! perl.c
17866 ____________________________________________________________________________
17867 [  5932] By: gsar                                  on 2000/04/24  09:08:14
17868         Log: add rsignal(), whichsig() and do_join() to public API list
17869              (mod_perl uses them to good advantage)
17870      Branch: perl
17871            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
17872 ____________________________________________________________________________
17873 [  5931] By: gsar                                  on 2000/04/24  09:01:40
17874         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
17875      Branch: perl
17876            ! pp_hot.c regexec.c t/op/pat.t
17877 ____________________________________________________________________________
17878 [  5930] By: gsar                                  on 2000/04/24  08:58:33
17879         Log: small os390 tweaks (from Peter Prymmer)
17880      Branch: perl
17881            ! config_h.SH makedepend.SH
17882 ____________________________________________________________________________
17883 [  5929] By: gsar                                  on 2000/04/24  08:55:25
17884         Log: pod nits
17885      Branch: perl
17886            ! pod/perlguts.pod
17887 ____________________________________________________________________________
17888 [  5928] By: gsar                                  on 2000/04/24  08:50:13
17889         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
17890      Branch: perl
17891            ! ext/IO/lib/IO/Poll.pm
17892 ____________________________________________________________________________
17893 [  5927] By: gsar                                  on 2000/04/24  08:43:24
17894         Log: arrange for next() to resume at the unstack op rather than the
17895              loop conditional, so that scope cleanup happens correctly
17896              (from Stephen McCamant)
17897      Branch: perl
17898            ! op.c pp_ctl.c t/op/misc.t
17899 ____________________________________________________________________________
17900 [  5926] By: gsar                                  on 2000/04/24  08:18:40
17901         Log: on windows, reserve 16M of stack rather than 128M (allows more
17902              threads to run concurrently)
17903      Branch: perl
17904            ! win32/Makefile win32/makefile.mk
17905 ____________________________________________________________________________
17906 [  5925] By: gsar                                  on 2000/04/24  08:13:52
17907         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
17908      Branch: perl
17909            ! toke.c
17910 ____________________________________________________________________________
17911 [  5924] By: gsar                                  on 2000/04/24  08:08:59
17912         Log: avoid using uninitialized memory in require version check
17913      Branch: perl
17914            ! pp_ctl.c universal.c
17915 ____________________________________________________________________________
17916 [  5923] By: gsar                                  on 2000/04/24  07:20:14
17917         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
17918      Branch: perl
17919            ! ext/IO/lib/IO/Poll.pm
17920 ____________________________________________________________________________
17921 [  5922] By: gsar                                  on 2000/04/24  07:08:42
17922         Log: commentary about IoTYPE() (from Nathan Torkington)
17923      Branch: perl
17924            ! sv.h
17925 ____________________________________________________________________________
17926 [  5921] By: gsar                                  on 2000/04/24  06:58:26
17927         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
17928              by fix
17929      Branch: perl
17930            ! sv.c t/lib/charnames.t t/pragma/utf8.t
17931 ____________________________________________________________________________
17932 [  5920] By: gsar                                  on 2000/04/24  06:37:59
17933         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
17934      Branch: perl
17935            ! doop.c t/op/ver.t
17936 ____________________________________________________________________________
17937 [  5919] By: gsar                                  on 2000/04/24  06:21:58
17938         Log: Configure might miss old directories when prefix must be
17939              expanded (from Robin Barker)
17940      Branch: metaconfig
17941            ! U/installdirs/inc_version_list.U
17942      Branch: perl
17943            ! Configure
17944 ____________________________________________________________________________
17945 [  5918] By: gsar                                  on 2000/04/24  06:16:11
17946         Log: VMS nits in glob() test (from Charles Lane)
17947      Branch: perl
17948            ! t/lib/glob-basic.t
17949 ____________________________________________________________________________
17950 [  5917] By: gsar                                  on 2000/04/24  06:11:56
17951         Log: various pod nits (from Larry Virden and others)
17952      Branch: perl
17953            ! README.amiga README.hpux README.machten README.os2
17954            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
17955            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
17956            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
17957            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
17958            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
17959            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
17960            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
17961            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
17962 ____________________________________________________________________________
17963 [  5916] By: gsar                                  on 2000/04/24  05:52:43
17964         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
17965              <wjones@tc.fluke.com>)
17966      Branch: perl
17967            ! t/lib/glob-basic.t
17968 ____________________________________________________________________________
17969 [  5915] By: gsar                                  on 2000/04/24  05:07:01
17970         Log: supported platforms mixed up
17971      Branch: perl
17972            ! pod/perl56delta.pod pod/perlport.pod
17973 ____________________________________________________________________________
17974 [  5914] By: gsar                                  on 2000/04/24  04:56:08
17975         Log: caller() wasn't returning the right number of elements for
17976              eval {...}
17977      Branch: perl
17978            ! pp_ctl.c t/pragma/warn/9enabled
17979 ____________________________________________________________________________
17980 [  5913] By: gsar                                  on 2000/04/24  04:35:41
17981         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
17982              Mark-Jason Dominus)
17983      Branch: perl
17984            ! pod/perlfunc.pod
17985 ____________________________________________________________________________
17986 [  5912] By: gsar                                  on 2000/04/24  04:17:15
17987         Log: fix totally broken caching in UNIVERSAL::isa() (from
17988              Nick Ing-Simmons)
17989      Branch: perl
17990            ! t/op/universal.t universal.c
17991 ____________________________________________________________________________
17992 [  5911] By: gsar                                  on 2000/04/24  03:39:47
17993         Log: add linebreak properties from unicode/LineBrk.txt (from
17994              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
17995      Branch: perl
17996            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17997            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
17998            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
17999            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
18000            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
18001            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
18002            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
18003            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
18004            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
18005            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
18006            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
18007            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
18008            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
18009            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
18010            + lib/unicode/Is/LbrkZW.pl
18011            ! lib/unicode/mktables.PL
18012 ____________________________________________________________________________
18013 [  5910] By: gsar                                  on 2000/04/24  03:23:10
18014         Log: typo in pod
18015      Branch: perl
18016            ! ext/Thread/Thread.pm
18017 ____________________________________________________________________________
18018 [  5909] By: gsar                                  on 2000/04/24  03:22:03
18019         Log: mode argument to do_binmode() should be file mode, not boolean
18020      Branch: perl
18021            ! pp_sys.c
18022 ____________________________________________________________________________
18023 [  5908] By: gsar                                  on 2000/04/16  16:51:08
18024         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
18025              always returns a valid GV even when the symbol is trapped by strictures
18026              (avoids coredumps)
18027              
18028              TODO: the C<package;> hack needs similar treatment
18029      Branch: perl
18030            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
18031            ! t/pragma/strict-vars
18032 ____________________________________________________________________________
18033 [  5907] By: jhi                                   on 2000/03/31  23:42:56
18034         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
18035              an assumption which #5905 demolished.
18036      Branch: cfgperl
18037            ! pp_sys.c
18038 ____________________________________________________________________________
18039 [  5906] By: jhi                                   on 2000/03/31  18:54:37
18040         Log: Typo in #5905.
18041      Branch: cfgperl
18042            ! t/op/64bitint.t
18043 ____________________________________________________________________________
18044 [  5905] By: jhi                                   on 2000/03/31  18:50:54
18045         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
18046              reported by Joseph N. Hall.  The bug was that even with use64bitint
18047              one had to use the prefixes q, L, or ll with printf/sprintf,
18048              contrary to the documentation and common sense.
18049      Branch: cfgperl
18050            ! sv.c t/op/64bitint.t
18051 ____________________________________________________________________________
18052 [  5904] By: gsar                                  on 2000/03/28  02:31:32
18053         Log: add Changes, perldelta.pod
18054      Branch: perl
18055            + Changes pod/perldelta.pod
18056 ____________________________________________________________________________
18057 [  5903] By: gsar                                  on 2000/03/28  02:03:55
18058         Log: rename Changes and perldelta.pod
18059      Branch: perl
18060           +> Changes5.6 pod/perl56delta.pod
18061            - Changes pod/perldelta.pod
18062            ! MANIFEST
18063 ____________________________________________________________________________
18064 [  5902] By: gsar                                  on 2000/03/28  01:59:14
18065         Log: create maint-5.6 branch
18066      Branch: maint-5.6/perl
18067           +> (branch 1611 files)
18068 ____________________________________________________________________________
18069 [  5901] By: jhi                                   on 2000/03/23  05:48:43
18070         Log: Integrate with Sarathy.
18071      Branch: cfgperl
18072           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
18073 ____________________________________________________________________________
18074 [  5900] By: gsar                                  on 2000/03/23  05:42:43
18075         Log: three guesses on what this is :-)
18076      Branch: perl
18077            ! Changes