Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [  9840] By: jhi                                   on 2001/04/25  19:56:51
35         Log: Yet another HP-UX hints version from Merijn.
36      Branch: perl
37            ! hints/hpux.sh
38 ____________________________________________________________________________
39 [  9839] By: jhi                                   on 2001/04/25  19:53:04
40         Log: abs_path() didn't terminate the filename correctly,
41              in DIRNAMLENless systems like HP-UX this would fail.
42      Branch: perl
43            ! ext/Cwd/Cwd.xs
44 ____________________________________________________________________________
45 [  9838] By: jhi                                   on 2001/04/25  16:37:26
46         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
47              From: Mike Guy <mjtg@cam.ac.uk>
48              Date: Wed, 25 Apr 2001 18:31:47 +0100
49              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
50      Branch: perl
51            ! op.c
52 ____________________________________________________________________________
53 [  9837] By: jhi                                   on 2001/04/25  16:21:53
54         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
55              From: Jon Eveland <jweveland@yahoo.com>
56              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
57              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
58      Branch: perl
59            ! lib/perl5db.pl
60 ____________________________________________________________________________
61 [  9836] By: jhi                                   on 2001/04/25  14:17:50
62         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
63              From: "Philip Newton" <pnewton@gmx.de>
64              Date: Wed, 25 Apr 2001 17:05:58 +0200
65              Message-ID: <3AE703F6.3234.1833C45@localhost>
66      Branch: perl
67            ! Porting/patching.pod
68 ____________________________________________________________________________
69 [  9835] By: jhi                                   on 2001/04/25  13:58:07
70         Log: It would seem that both ar and full_ar need to be overridden
71              for HP-UX to avoid the GNU ar.
72      Branch: perl
73            ! hints/hpux.sh
74 ____________________________________________________________________________
75 [  9834] By: jhi                                   on 2001/04/25  13:50:40
76         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
77              From: "Philip Newton" <pnewton@gmx.de>
78              Date: Wed, 25 Apr 2001 16:09:23 +0200
79              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
80              
81              Detypo.
82      Branch: perl
83            ! t/op/misc.t
84 ____________________________________________________________________________
85 [  9833] By: jhi                                   on 2001/04/25  12:36:11
86         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
87      Branch: perl
88            ! hints/hpux.sh
89 ____________________________________________________________________________
90 [  9832] By: jhi                                   on 2001/04/25  12:33:36
91         Log: New version of HP-UX hints from Merijn.
92      Branch: perl
93            ! hints/hpux.sh
94 ____________________________________________________________________________
95 [  9831] By: jhi                                   on 2001/04/25  03:39:45
96         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
97      Branch: perl
98            ! hints/hpux.sh
99 ____________________________________________________________________________
100 [  9830] By: jhi                                   on 2001/04/25  02:53:25
101         Log: The tzname[] bit is not needed by util.c -- and causes
102              heartburn in VMS (and it missing was probably the cause of
103              the Mac OS X trouble).  Ouch.
104      Branch: perl
105            ! ext/POSIX/POSIX.xs util.c
106 ____________________________________________________________________________
107 [  9829] By: jhi                                   on 2001/04/25  00:10:06
108         Log: Metaconfig unit change for #9828.
109      Branch: metaconfig
110            ! U/compline/ccflags.U
111 ____________________________________________________________________________
112 [  9828] By: jhi                                   on 2001/04/25  00:04:18
113         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
114              (which is actually the reason for the change, we need to pass
115              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
116              EP/IX, OS/2, and TitanOS, based on the hints files.
117      Branch: perl
118            ! Configure config_h.SH
119 ____________________________________________________________________________
120 [  9827] By: jhi                                   on 2001/04/24  23:49:20
121         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
122              the $cat must have an absolute path.
123      Branch: perl
124            ! makedepend.SH
125 ____________________________________________________________________________
126 [  9826] By: jhi                                   on 2001/04/24  23:40:53
127         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
128      Branch: perl
129            ! README.amiga
130 ____________________________________________________________________________
131 [  9825] By: jhi                                   on 2001/04/24  23:35:35
132         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
133              From: "Philip Newton" <pnewton@gmx.de>
134              Date: Tue, 24 Apr 2001 18:52:49 +0200
135              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
136      Branch: perl
137            ! x2p/find2perl.PL
138 ____________________________________________________________________________
139 [  9824] By: jhi                                   on 2001/04/24  23:33:07
140         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
141              Some gcc specifics dropped out due to extensive rewriting;
142              will be put back later as needed.
143      Branch: perl
144            ! hints/hpux.sh
145 ____________________________________________________________________________
146 [  9823] By: jhi                                   on 2001/04/24  23:27:57
147         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
148      Branch: perl
149            ! ext/POSIX/POSIX.xs
150 ____________________________________________________________________________
151 [  9822] By: jhi                                   on 2001/04/24  23:25:21
152         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
153              From: Tim Jenness <t.jenness@jach.hawaii.edu>
154              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
155              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
156      Branch: perl
157            ! ext/XS/Typemap/Typemap.xs
158 ____________________________________________________________________________
159 [  9821] By: jhi                                   on 2001/04/24  23:24:10
160         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
161              From: "Abigail" <abigail@foad.org>
162              Date: Tue, 24 Apr 2001 23:12:03 +0200
163              Message-ID: <20010424211203.7901.qmail@foad.org>
164      Branch: perl
165            ! pod/perlport.pod
166 ____________________________________________________________________________
167 [  9820] By: jhi                                   on 2001/04/24  23:23:15
168         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
169              From: Matt Sergeant <matt@sergeant.org>
170              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
171              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
172      Branch: perl
173            ! pod/perlfaq4.pod
174 ____________________________________________________________________________
175 [  9819] By: nick                                  on 2001/04/24  18:49:43
176         Log: Integrate mainline.
177      Branch: perlio
178           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
179           !> (integrate 37 files)
180 ____________________________________________________________________________
181 [  9818] By: jhi                                   on 2001/04/24  14:35:23
182         Log: Update Changes.
183      Branch: perl
184            ! Changes patchlevel.h
185 ____________________________________________________________________________
186 [  9817] By: jhi                                   on 2001/04/24  14:09:17
187         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
188              From: "Philip Newton" <pnewton@gmx.de>
189              Date: Tue, 24 Apr 2001 12:58:12 +0200
190              Message-ID: <3AE57864.8304.B77A0A@localhost> 
191              
192              plus add CPAN to the list of modules that have their own tests.
193      Branch: perl
194            ! t/lib/1_compile.t
195 ____________________________________________________________________________
196 [  9816] By: jhi                                   on 2001/04/24  14:07:03
197         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
198              From: Michael G Schwern <schwern@pobox.com>
199              Date: Sat, 21 Apr 2001 22:35:00 +0100
200              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
201      Branch: perl
202            ! t/lib/1_compile.t
203 ____________________________________________________________________________
204 [  9815] By: jhi                                   on 2001/04/24  13:54:32
205         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
206              From: Robin Houston <robin@kitsite.com>
207              Date: Tue, 24 Apr 2001 15:51:18 +0100
208              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
209      Branch: perl
210            ! ext/B/B/Deparse.pm
211 ____________________________________________________________________________
212 [  9814] By: jhi                                   on 2001/04/24  13:17:34
213         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
214              From: Bill Glicker <billg@burrelles.com>
215              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
216              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
217      Branch: perl
218            ! hints/svr5.sh
219 ____________________________________________________________________________
220 [  9813] By: jhi                                   on 2001/04/24  12:54:23
221         Log: Prevent path disclosure (probing for existence of filenames)
222              using suidperl; bug id 20010322.218.
223      Branch: perl
224            ! perl.c pod/perldiag.pod
225 ____________________________________________________________________________
226 [  9812] By: jhi                                   on 2001/04/24  12:08:36
227         Log: Retract #9811.
228      Branch: perl
229            ! ext/POSIX/POSIX.xs
230 ____________________________________________________________________________
231 [  9811] By: jhi                                   on 2001/04/24  11:57:35
232         Log: (Retracted by #9812.)
233      Branch: perl
234            ! ext/POSIX/POSIX.xs
235 ____________________________________________________________________________
236 [  9810] By: jhi                                   on 2001/04/24  03:32:35
237         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
238      Branch: perl
239            ! util.c
240 ____________________________________________________________________________
241 [  9809] By: jhi                                   on 2001/04/24  03:16:13
242         Log: The Math::BigFloat::import() was broken.
243              (Fixes bug id 20010422.002.)
244      Branch: perl
245            ! lib/Math/BigFloat.pm
246 ____________________________________________________________________________
247 [  9808] By: jhi                                   on 2001/04/24  01:11:40
248         Log: Additional dependencies; should help for parallel makes
249              not to fail on missing lib/lib.pm or lib/re.pm.
250      Branch: perl
251            ! Makefile.SH
252 ____________________________________________________________________________
253 [  9807] By: jhi                                   on 2001/04/24  00:57:01
254         Log: Update the test failure disclaimer.
255      Branch: perl
256            ! t/pragma/warn/pp_hot
257 ____________________________________________________________________________
258 [  9806] By: jhi                                   on 2001/04/24  00:54:04
259         Log: Add make target "install-all" which is alias for "install"
260              to cater for case-preserving filesystems like HFS+.
261      Branch: perl
262            ! INSTALL Makefile.SH
263 ____________________________________________________________________________
264 [  9805] By: jhi                                   on 2001/04/24  00:47:28
265         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
266              From: Peter Prymmer <pvhp@forte.com>
267              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
268              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
269              
270              (Ken William's message forwarded from macosx@perl.org)
271      Branch: perl
272            ! hints/darwin.sh
273 ____________________________________________________________________________
274 [  9804] By: jhi                                   on 2001/04/23  23:57:35
275         Log: Cut-and-pasto.
276      Branch: perl
277            ! perlio.c
278 ____________________________________________________________________________
279 [  9803] By: jhi                                   on 2001/04/23  23:52:25
280         Log: More PerlIO robustness.
281      Branch: perl
282            ! perlio.c
283 ____________________________________________________________________________
284 [  9802] By: jhi                                   on 2001/04/23  23:43:35
285         Log: Make the "STD* opened only for ..." errors more consistent.
286      Branch: perl
287            ! doio.c
288 ____________________________________________________________________________
289 [  9801] By: jhi                                   on 2001/04/23  23:34:26
290         Log: Test case for #9800.
291      Branch: perl
292            ! t/op/misc.t
293 ____________________________________________________________________________
294 [  9800] By: jhi                                   on 2001/04/23  23:14:43
295         Log: Avoid coredump on 'close STDERR; die' by making
296              the PerlIO calls more robust.  Also use SETERRNO()
297              instead of errno = to be more VMS-ready.
298      Branch: perl
299            ! perlio.c
300 ____________________________________________________________________________
301 [  9799] By: jhi                                   on 2001/04/23  21:41:10
302         Log: Subject: test for ID 20010423.002
303              From: Robin Houston <robin@kitsite.com>
304              Date: Mon, 23 Apr 2001 16:52:21 +0100
305              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
306      Branch: perl
307            ! t/op/avhv.t
308 ____________________________________________________________________________
309 [  9798] By: jhi                                   on 2001/04/23  21:40:07
310         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
311              From: David Dyck <dcd@tc.fluke.com>
312              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
313              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
314      Branch: perl
315            ! installperl
316 ____________________________________________________________________________
317 [  9797] By: jhi                                   on 2001/04/23  21:37:56
318         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
319              From: Benjamin Sugars <bsugars@canoe.ca>
320              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
321              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
322      Branch: perl
323            ! ext/Cwd/Cwd.xs lib/Cwd.pm
324 ____________________________________________________________________________
325 [  9796] By: jhi                                   on 2001/04/23  21:29:24
326         Log: Synchronize h2xs and pod2man some more on the documentation
327              templates they propose.
328      Branch: perl
329            ! pod/pod2man.PL utils/h2xs.PL
330 ____________________________________________________________________________
331 [  9795] By: jhi                                   on 2001/04/23  17:30:40
332         Log: Add one more naughty test for base64; make encoding logic cleaner.
333      Branch: perl
334            ! t/lib/mimeb64.t
335 ____________________________________________________________________________
336 [  9794] By: jhi                                   on 2001/04/23  13:51:32
337         Log: Update Changes.
338      Branch: perl
339            ! Changes patchlevel.h
340 ____________________________________________________________________________
341 [  9793] By: jhi                                   on 2001/04/23  13:44:18
342         Log: Duplicate lines.
343      Branch: perl
344            ! MANIFEST
345 ____________________________________________________________________________
346 [  9792] By: jhi                                   on 2001/04/23  13:39:13
347         Log: Subject: Re: PATCH 5.7.1
348              From: Mark-Jason Dominus <mjd@plover.com>
349              Date: Mon, 23 Apr 2001 10:30:21 -0400
350              Message-ID: <20010423143021.17335.qmail@plover.com>
351      Branch: perl
352            ! perl.h sv.c
353 ____________________________________________________________________________
354 [  9791] By: jhi                                   on 2001/04/23  13:32:40
355         Log: Add the CPAN.pm 1.59_54 tests.
356      Branch: perl
357            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
358            ! MANIFEST
359 ____________________________________________________________________________
360 [  9790] By: jhi                                   on 2001/04/23  13:21:55
361         Log: Subject: Deparse nit
362              From: Robin Houston <robin@kitsite.com>
363              Date: Mon, 23 Apr 2001 12:38:20 +0100
364              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
365      Branch: perl
366            ! ext/B/B/Deparse.pm
367 ____________________________________________________________________________
368 [  9789] By: jhi                                   on 2001/04/23  13:19:07
369         Log: Subject: [PATCH] bug 20010423.002
370              From: Robin Houston <robin@kitsite.com>
371              Date: Mon, 23 Apr 2001 13:12:30 +0100
372              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
373      Branch: perl
374            ! pp.c
375 ____________________________________________________________________________
376 [  9788] By: jhi                                   on 2001/04/23  13:02:49
377         Log: Subject: PATCH [5.7.1] hv.c unused #define
378              From: Mark-Jason Dominus <mjd@plover.com>
379              Date: Sun, 22 Apr 2001 14:17:49 -0400
380              Message-ID: <20010422181749.26976.qmail@plover.com>
381      Branch: perl
382            ! hv.c
383 ____________________________________________________________________________
384 [  9787] By: jhi                                   on 2001/04/23  13:02:02
385         Log: Subject: PATCH 5.7.1
386              From: Mark-Jason Dominus <mjd@plover.com>
387              Date: Sun, 22 Apr 2001 15:12:57 -0400
388              Message-ID: <20010422191258.6539.qmail@plover.com>
389              
390              plus Sarathy's STMT_START + STMT_END suggestion.
391      Branch: perl
392            ! perl.h
393 ____________________________________________________________________________
394 [  9786] By: jhi                                   on 2001/04/23  12:53:25
395         Log: Fix for
396              
397              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
398              From: dLux <dlux@spam.sch.bme.hu>
399              Date: Mon, 23 Apr 2001 01:25:26 +0200
400              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
401              
402              (SvGROW really does return a char *.)
403      Branch: perl
404            ! pod/perlapi.pod sv.h
405 ____________________________________________________________________________
406 [  9785] By: jhi                                   on 2001/04/23  04:34:04
407         Log: Time::Piece work continues.  $t->day removed since
408              I think it's too confusing.  Now has normal and
409              abbreviated length weekday names and month names,
410              the names change with _names(), not _list().
411              Now has strftime() in Perl, _strftime() is
412              the libc version (to which strftime() falls back
413              if it doesn't know the format.  To do: the reverse
414              of strftime, strptime(), and the localisation of both.
415      Branch: perl
416            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
417            ! t/lib/time-piece.t
418 ____________________________________________________________________________
419 [  9784] By: jhi                                   on 2001/04/23  02:41:46
420         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
421              From: andreas.koenig@anima.de (Andreas J. Koenig)
422              Date: 23 Apr 2001 05:20:55 +0200
423              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
424      Branch: perl
425            ! t/pragma/overload.t
426 ____________________________________________________________________________
427 [  9783] By: jhi                                   on 2001/04/22  23:32:42
428         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
429              From: Robin Houston <robin@kitsite.com>
430              Date: Mon, 23 Apr 2001 00:38:18 +0100
431              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
432      Branch: perl
433            ! ext/B/B/Deparse.pm
434 ____________________________________________________________________________
435 [  9782] By: jhi                                   on 2001/04/22  20:55:43
436         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
437              From: Simon Cozens <simon@netthink.co.uk>
438              Date: Sun, 22 Apr 2001 18:47:25 +0100
439              Message-ID: <20010422184725.A14411@netthink.co.uk>
440      Branch: perl
441            ! sv.c t/pragma/overload.t
442 ____________________________________________________________________________
443 [  9781] By: jhi                                   on 2001/04/22  20:52:13
444         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
445              From: Robin Houston <robin@kitsite.com>
446              Date: Sun, 22 Apr 2001 22:14:50 +0100
447              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
448      Branch: perl
449            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
450 ____________________________________________________________________________
451 [  9780] By: nick                                  on 2001/04/22  20:40:31
452         Log: Integrate mainline.
453      Branch: perlio
454           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
455           +> t/lib/b-stash.t
456           !> (integrate 38 files)
457 ____________________________________________________________________________
458 [  9779] By: jhi                                   on 2001/04/22  15:16:03
459         Log: Subject: IO::Socket::INET patch
460              From: andrew deryabin <djsf@technarchy.ru>
461              Date: Sat, 21 Apr 2001 17:46:52 +0400
462              Message-ID: <20010421174652.B1426@technarchy>
463      Branch: perl
464            ! ext/IO/lib/IO/Socket/INET.pm
465 ____________________________________________________________________________
466 [  9778] By: jhi                                   on 2001/04/22  15:14:33
467         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
468              From: Mark-Jason Dominus <mjd@plover.com>
469              Date: Sat, 21 Apr 2001 21:27:49 -0400
470              Message-ID: <20010422012749.27024.qmail@plover.com>
471      Branch: perl
472            ! regcomp.c
473 ____________________________________________________________________________
474 [  9777] By: jhi                                   on 2001/04/22  15:10:51
475         Log: Subject: Re: Regex debugger patch 
476              From: Mark-Jason Dominus <mjd@plover.com>
477              Date: Sat, 21 Apr 2001 21:48:51 -0400
478              Message-ID: <20010422014851.27165.qmail@plover.com>
479      Branch: perl
480            ! pod/perldebguts.pod
481 ____________________________________________________________________________
482 [  9776] By: jhi                                   on 2001/04/22  15:09:48
483         Log: Subject: Re: Regex debugger patch
484              From: Mark-Jason Dominus <mjd@plover.com>
485              Date: Sat, 21 Apr 2001 14:24:39 -0400
486              Message-ID: <20010421182439.16508.qmail@plover.com>
487              
488              Regex debugger backend.
489      Branch: perl
490            ! regcomp.c regexp.h
491 ____________________________________________________________________________
492 [  9775] By: jhi                                   on 2001/04/21  16:45:40
493         Log: Subject: [PATCH] Typo in utf8.h
494              From: Jesús Quiroga <jquiroga@pobox.com>
495              Date: Sat, 21 Apr 2001 19:25:33 +0200
496              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
497      Branch: perl
498            ! utf8.h
499 ____________________________________________________________________________
500 [  9774] By: jhi                                   on 2001/04/21  16:43:52
501         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
502              From: Joe Orton <jorton@redhat.com>
503              Date: Tue, 17 Apr 2001 15:50:43 +0100
504              Message-Id: <20010417155043.D19132@eu.c2.net>
505      Branch: perl
506            ! hints/svr5.sh
507 ____________________________________________________________________________
508 [  9773] By: jhi                                   on 2001/04/21  15:30:15
509         Log: Subject: Patch utils/h2xs.PL
510              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
511              Date: Sat, 21 Apr 2001 10:32:16 -0500
512              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
513              
514              Add MAILING list and LICENSE templates.
515      Branch: perl
516            ! utils/h2xs.PL
517 ____________________________________________________________________________
518 [  9772] By: jhi                                   on 2001/04/21  15:28:36
519         Log: Subject: perlfaq2.patch for 5.7.1
520              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
521              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
522              Date: Fri, 20 Apr 2001 16:42:19 -0500
523              
524              rm an extra tab, a blurb about the xx.cpan to clarify
525              which countries actually have that and dejanews is history
526              as well as most of that nonsensical entry.
527      Branch: perl
528            ! pod/perlfaq2.pod
529 ____________________________________________________________________________
530 [  9771] By: jhi                                   on 2001/04/21  15:27:17
531         Log: Subject: perlfaq1.patch for 5.7.1
532              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
533              Date: Fri, 20 Apr 2001 16:57:36 -0500
534              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
535              
536              Evil URLs must die. Especially when they are broken.
537      Branch: perl
538            ! pod/perlfaq1.pod
539 ____________________________________________________________________________
540 [  9770] By: jhi                                   on 2001/04/21  15:23:38
541         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
542              From: Michael G Schwern <schwern@pobox.com>
543              Date: Sat, 21 Apr 2001 16:11:12 +0100
544              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
545      Branch: perl
546            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
547            + t/lib/b-stash.t
548            ! MANIFEST ext/B/B.pm t/lib/b.t
549 ____________________________________________________________________________
550 [  9769] By: jhi                                   on 2001/04/21  15:03:32
551         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
552              From: Michael G Schwern <schwern@pobox.com>
553              Date: Sat, 21 Apr 2001 09:48:00 +0100
554              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
555      Branch: perl
556            ! utils/h2ph.PL
557 ____________________________________________________________________________
558 [  9768] By: jhi                                   on 2001/04/21  14:33:49
559         Log: PerlIO and Encode doc cleanup and tweaks.
560      Branch: perl
561            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
562            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
563 ____________________________________________________________________________
564 [  9767] By: jhi                                   on 2001/04/21  12:40:16
565         Log: Integrate perlio.
566      Branch: perl
567           !> doio.c
568 ____________________________________________________________________________
569 [  9766] By: nick                                  on 2001/04/20  18:28:35
570         Log: Avoid core dump on
571              open(STDOUT,">",\$foo);
572      Branch: perlio
573            ! doio.c
574 ____________________________________________________________________________
575 [  9765] By: jhi                                   on 2001/04/20  13:23:43
576         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
577              From: Robin Houston <robin@kitsite.com>
578              Date: Fri, 20 Apr 2001 14:29:22 +0100
579              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
580      Branch: perl
581            ! ext/B/B.pm ext/B/B/Deparse.pm
582 ____________________________________________________________________________
583 [  9764] By: jhi                                   on 2001/04/20  13:19:33
584         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
585              From: Peter Prymmer <pvhp@forte.com>
586              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
587              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
588      Branch: perl
589            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
590            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
591            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
592            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
593 ____________________________________________________________________________
594 [  9763] By: jhi                                   on 2001/04/20  12:36:39
595         Log: Subject: Re: A new PerlIO coredump
596              From: Nick Ing-Simmons <nik@tiuk.ti.com>
597              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
598              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
599      Branch: perl
600            ! doio.c
601 ____________________________________________________________________________
602 [  9762] By: jhi                                   on 2001/04/19  23:02:30
603         Log: Update Changes.
604      Branch: perl
605            ! Changes patchlevel.h
606 ____________________________________________________________________________
607 [  9761] By: jhi                                   on 2001/04/19  22:59:19
608         Log: More cleanup cleanup.
609      Branch: perl
610            ! Makefile.SH win32/Makefile win32/makefile.mk
611 ____________________________________________________________________________
612 [  9760] By: jhi                                   on 2001/04/19  22:50:31
613         Log: lib/Time is non-empty, let's not rmdir it.
614      Branch: perl
615            ! Makefile.SH
616 ____________________________________________________________________________
617 [  9759] By: jhi                                   on 2001/04/19  22:36:51
618         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
619              From: Robin Houston <robin@kitsite.com>
620              Date: Fri, 20 Apr 2001 00:18:53 +0100
621              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
622      Branch: perl
623            ! ext/B/B/Deparse.pm
624 ____________________________________________________________________________
625 [  9758] By: jhi                                   on 2001/04/19  22:36:00
626         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
627              From: Peter Prymmer <pvhp@forte.com>
628              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
629              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
630      Branch: perl
631            ! ext/Cwd/Cwd.xs
632 ____________________________________________________________________________
633 [  9757] By: nick                                  on 2001/04/19  18:53:54
634         Log: Blind (untested) integrate of mainline.
635      Branch: perlio
636           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
637           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
638           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
639           !> (integrate 53 files)
640 ____________________________________________________________________________
641 [  9756] By: jhi                                   on 2001/04/19  16:59:23
642         Log: Document and test Time::Piece.
643      Branch: perl
644            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
645            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
646 ____________________________________________________________________________
647 [  9755] By: jhi                                   on 2001/04/19  12:13:29
648         Log: A better fix for the \x{12345678} trouble from NI-S.
649      Branch: perl
650            ! utf8.c
651 ____________________________________________________________________________
652 [  9754] By: jhi                                   on 2001/04/19  11:56:07
653         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
654              From: Robin Houston <robin@kitsite.com>
655              Date: Wed, 18 Apr 2001 17:58:33 +0100
656              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
657      Branch: perl
658            ! ext/B/B/Deparse.pm op.c
659 ____________________________________________________________________________
660 [  9753] By: jhi                                   on 2001/04/19  04:21:52
661         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
662              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
663              Date: Thu, 19 Apr 2001 01:11:41 -0400
664              Message-ID: <20010419011141.A5798@cpan.org>
665      Branch: perl
666            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
667 ____________________________________________________________________________
668 [  9752] By: jhi                                   on 2001/04/19  02:41:10
669         Log: The new time utils need to be thread-aware, too.
670      Branch: perl
671            ! util.c
672 ____________________________________________________________________________
673 [  9751] By: jhi                                   on 2001/04/19  02:26:47
674         Log: Compilation nit noticed by AIX compiler.
675      Branch: perl
676            ! perlio.c
677 ____________________________________________________________________________
678 [  9750] By: jhi                                   on 2001/04/19  02:20:06
679         Log: The new time utils need to be public.
680      Branch: perl
681            ! embed.pl
682 ____________________________________________________________________________
683 [  9749] By: jhi                                   on 2001/04/19  01:42:39
684         Log: Regen toc.
685      Branch: perl
686            ! pod/perltoc.pod
687 ____________________________________________________________________________
688 [  9748] By: jhi                                   on 2001/04/19  01:41:10
689         Log: Add Time::Piece, a slight rewrite of Time::Object,
690              from Matt Sergeant.
691      Branch: perl
692            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
693            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
694            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
695            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
696            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
697            ! win32/makefile.mk
698 ____________________________________________________________________________
699 [  9747] By: jhi                                   on 2001/04/19  00:55:35
700         Log: The new metaconfig unit from strftime.
701      Branch: metaconfig/U/perl
702            + d_strftime.U
703 ____________________________________________________________________________
704 [  9746] By: jhi                                   on 2001/04/19  00:54:54
705         Log: Move the strftime() wrapper from POSIX.xs to util.c
706              as my_strftime(), requires HAS_STRFTIME.
707      Branch: perl
708            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
709            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
710            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
711            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
712            ! vos/config.ga.h win32/config.bc win32/config.gc
713            ! win32/config.vc
714 ____________________________________________________________________________
715 [  9745] By: jhi                                   on 2001/04/18  23:11:03
716         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
717              in preparation of Time::Piece.
718      Branch: perl
719            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
720 ____________________________________________________________________________
721 [  9744] By: jhi                                   on 2001/04/18  22:33:12
722         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
723              From: Peter Prymmer <pvhp@forte.com>
724              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
725              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
726      Branch: perl
727            ! t/lib/exporter.t
728 ____________________________________________________________________________
729 [  9743] By: jhi                                   on 2001/04/18  22:32:23
730         Log: Subject: Fwd: pod2html leaves cache files lying around?
731              From: Rajesh Vaidheeswarran <rv@gnu.org>
732              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
733              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
734      Branch: perl
735            ! lib/Pod/Html.pm
736 ____________________________________________________________________________
737 [  9742] By: jhi                                   on 2001/04/18  20:31:49
738         Log: Update Changes.
739      Branch: perl
740            ! Changes patchlevel.h
741 ____________________________________________________________________________
742 [  9741] By: jhi                                   on 2001/04/18  20:23:02
743         Log: Declare hints only if needed.
744      Branch: perl
745            ! ext/B/B/Deparse.pm
746 ____________________________________________________________________________
747 [  9740] By: jhi                                   on 2001/04/18  19:06:05
748         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
749              bug noticed by Robin Houston; basically the code of detecting
750              value wraparound was acting differently under different compilers
751              and platforms.  The workaround is to remove the overflow check
752              for now, a real fix would be to do the overflow (portably) right.
753      Branch: perl
754            ! t/op/pat.t utf8.c
755 ____________________________________________________________________________
756 [  9739] By: jhi                                   on 2001/04/18  19:01:23
757         Log: Subject: [PATCH B::Deparse] some pragma support
758              From: Robin Houston <robin@kitsite.com>
759              Date: Wed, 18 Apr 2001 19:32:12 +0100
760              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
761      Branch: perl
762            ! ext/B/B/Deparse.pm
763 ____________________________________________________________________________
764 [  9738] By: jhi                                   on 2001/04/18  15:16:37
765         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
766              From: Benjamin Sugars <bsugars@canoe.ca>
767              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
768              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
769      Branch: perl
770            ! t/op/glob.t
771 ____________________________________________________________________________
772 [  9737] By: jhi                                   on 2001/04/18  13:24:50
773         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
774              From: Tim Jenness <t.jenness@jach.hawaii.edu>
775              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
776              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
777      Branch: perl
778            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
779            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
780 ____________________________________________________________________________
781 [  9736] By: jhi                                   on 2001/04/18  04:15:14
782         Log: The #9735 also changes the subtest 12.
783      Branch: perl
784            ! t/lib/b.t
785 ____________________________________________________________________________
786 [  9735] By: jhi                                   on 2001/04/18  03:55:17
787         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
788              From: David Dyck <dcd@tc.fluke.com>
789              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
790              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
791      Branch: perl
792            ! ext/B/B/Deparse.pm
793 ____________________________________________________________________________
794 [  9734] By: jhi                                   on 2001/04/18  03:54:11
795         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
796              From: Gisle Aas <gisle@ActiveState.com>
797              Date: 17 Apr 2001 19:06:45 -0700
798              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
799      Branch: perl
800            ! pp_hot.c t/op/misc.t
801 ____________________________________________________________________________
802 [  9733] By: jhi                                   on 2001/04/17  22:25:22
803         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
804              From: "Abigail" <abigail@foad.org>
805              Date: Wed, 18 Apr 2001 01:17:46 +0200
806              Message-ID: <20010417231746.21657.qmail@foad.org>
807      Branch: perl
808            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
809 ____________________________________________________________________________
810 [  9732] By: jhi                                   on 2001/04/17  20:47:56
811         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
812              From: Robin Houston <robin@kitsite.com>
813              Date: Tue, 17 Apr 2001 22:37:42 +0100
814              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
815      Branch: perl
816            ! ext/B/B/Deparse.pm
817 ____________________________________________________________________________
818 [  9731] By: nick                                  on 2001/04/17  20:46:35
819         Log: Re-sync for t/lib/b.t fix
820      Branch: perlio
821           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
822 ____________________________________________________________________________
823 [  9730] By: jhi                                   on 2001/04/17  20:45:29
824         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
825              From: Robin Houston <robin@kitsite.com>
826              Date: Tue, 17 Apr 2001 22:29:36 +0100
827              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
828      Branch: perl
829            ! ext/B/B.xs ext/B/B/Deparse.pm
830 ____________________________________________________________________________
831 [  9729] By: jhi                                   on 2001/04/17  20:43:11
832         Log: Subject: Deparse - parenthesise args to undeclared subs
833              From: Robin Houston <robin@kitsite.com>
834              Date: Tue, 17 Apr 2001 21:31:05 +0100
835              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
836      Branch: perl
837            ! ext/B/B/Deparse.pm
838 ____________________________________________________________________________
839 [  9728] By: jhi                                   on 2001/04/17  18:57:30
840         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
841              From: Benjamin Sugars <ben.sugars@home.com>
842              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
843              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
844      Branch: perl
845            ! t/lib/cwd.t
846 ____________________________________________________________________________
847 [  9727] By: jhi                                   on 2001/04/17  18:20:20
848         Log: Subject: [PATCH B::Deparse] ambient pragmas
849              From: Robin Houston <robin@kitsite.com>
850              Date: Tue, 17 Apr 2001 20:01:59 +0100
851              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
852      Branch: perl
853            ! ext/B/B/Deparse.pm t/lib/b.t
854 ____________________________________________________________________________
855 [  9726] By: nick                                  on 2001/04/17  16:33:51
856         Log: Integrate mainline (t/lib/b.t fails test 2...)
857      Branch: perlio
858           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
859           +> ext/List/Util/README ext/List/Util/Util.xs
860           +> ext/List/Util/lib/List/Util.pm
861           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
862           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
863           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
864           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
865           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
866           !> (integrate 31 files)
867 ____________________________________________________________________________
868 [  9725] By: jhi                                   on 2001/04/17  12:14:24
869         Log: Subject: multiple B::* changes
870              From: Robin Houston <robin@kitsite.com>
871              Date: Thu, 12 Apr 2001 20:12:27 +0100
872              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
873      Branch: perl
874            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
875 ____________________________________________________________________________
876 [  9724] By: jhi                                   on 2001/04/17  11:59:05
877         Log: Thread-awareness from Doug MacEachern.
878      Branch: perl
879            ! ext/List/Util/Util.xs
880 ____________________________________________________________________________
881 [  9723] By: jhi                                   on 2001/04/17  11:57:41
882         Log: Make the test more portable.
883      Branch: perl
884            ! t/lib/cwd.t
885 ____________________________________________________________________________
886 [  9722] By: jhi                                   on 2001/04/17  11:53:50
887         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
888              From: Benjamin Sugars <ben.sugars@home.com>
889              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
890              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
891      Branch: perl
892            ! t/lib/cwd.t
893 ____________________________________________________________________________
894 [  9721] By: jhi                                   on 2001/04/17  11:52:17
895         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
896              From: Benjamin Sugars <bsugars@canoe.ca>
897              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
898              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
899      Branch: perl
900            ! op.c
901 ____________________________________________________________________________
902 [  9720] By: jhi                                   on 2001/04/17  11:35:42
903         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
904              From: Chris Nandor <pudge@pobox.com>
905              Date: Tue, 17 Apr 2001 00:30:49 -0400
906              Message-Id: <p05100207b701768712de@[10.0.1.177]>
907      Branch: perl
908            ! ext/File/Glob/bsd_glob.c gv.c
909 ____________________________________________________________________________
910 [  9719] By: jhi                                   on 2001/04/17  11:32:13
911         Log: Subject: [PATCH] Tweten->West
912              From: Casey West <casey@geeknest.com>
913              Date: Mon, 16 Apr 2001 12:11:22 -0400
914              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
915      Branch: perl
916            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
917            ! pod/perltie.pod
918 ____________________________________________________________________________
919 [  9718] By: jhi                                   on 2001/04/16  03:22:52
920         Log: Update Changes.
921      Branch: perl
922            ! Changes patchlevel.h
923 ____________________________________________________________________________
924 [  9717] By: jhi                                   on 2001/04/16  03:06:28
925         Log: Regen toc.
926      Branch: perl
927            ! pod/perltoc.pod
928 ____________________________________________________________________________
929 [  9716] By: jhi                                   on 2001/04/16  02:58:42
930         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
931              From: Prymmer/Kahn <pvhp@best.com>
932              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
933              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
934      Branch: perl
935            ! utf8.c
936 ____________________________________________________________________________
937 [  9715] By: jhi                                   on 2001/04/15  23:40:35
938         Log: Subject: Re: Net::Ping patch, adds stream protocol
939              From: bronson@rinspin.com (Scott Bronson)
940              Date: Tue, 10 Apr 2001 23:58:33 -0700
941              Message-ID: <20010410235833.N29719@rinspin.com>
942      Branch: perl
943            ! lib/Net/Ping.pm
944 ____________________________________________________________________________
945 [  9714] By: jhi                                   on 2001/04/15  23:31:46
946         Log: Printing out the ok messages helps successful testing.
947      Branch: perl
948            ! t/lib/time-hires.t
949 ____________________________________________________________________________
950 [  9713] By: jhi                                   on 2001/04/15  21:43:24
951         Log: Update Douglas Wegscheid's email.
952      Branch: perl
953            ! AUTHORS
954 ____________________________________________________________________________
955 [  9712] By: jhi                                   on 2001/04/15  21:40:41
956         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
957              From: Michael G Schwern <schwern@pobox.com>
958              Date: Sat, 14 Apr 2001 22:40:50 +0100
959              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
960      Branch: perl
961            + t/lib/exporter.t
962            ! MANIFEST lib/Exporter/Heavy.pm
963 ____________________________________________________________________________
964 [  9711] By: jhi                                   on 2001/04/15  21:39:21
965         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
966              From: Michael G Schwern <schwern@pobox.com>
967              Date: Sat, 14 Apr 2001 22:13:59 +0100
968              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
969      Branch: perl
970            ! t/op/loopctl.t
971 ____________________________________________________________________________
972 [  9710] By: jhi                                   on 2001/04/15  21:30:19
973         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
974              From: Michael G Schwern <schwern@pobox.com>
975              Date: Sat, 14 Apr 2001 22:05:32 +0100
976              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
977      Branch: perl
978            ! t/pragma/warnings.t
979 ____________________________________________________________________________
980 [  9709] By: jhi                                   on 2001/04/15  19:34:09
981         Log: Integrate changes #9706,9707 from maintperl into mainline.
982              
983              change#7210 broke .packlist generation
984              
985              ExtUtils::Installed doesn't quote regex metacharacters in paths
986              before using them in match; also make it work for dosish platforms
987      Branch: perl
988           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
989 ____________________________________________________________________________
990 [  9708] By: jhi                                   on 2001/04/15  19:31:01
991         Log: Test also the scalar aspect of getitimer().
992      Branch: perl
993            ! t/lib/time-hires.t
994 ____________________________________________________________________________
995 [  9707] By: gsar                                  on 2001/04/15  17:24:20
996         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
997              before using them in match; also make it work for dosish platforms
998      Branch: maint-5.6/perl
999            ! lib/ExtUtils/Installed.pm
1000 ____________________________________________________________________________
1001 [  9706] By: gsar                                  on 2001/04/15  17:21:59
1002         Log: change#7210 broke .packlist generation (listed only filename
1003              rather than fully qualified path name)
1004      Branch: maint-5.6/perl
1005            ! lib/ExtUtils/Install.pm
1006 ____________________________________________________________________________
1007 [  9705] By: jhi                                   on 2001/04/15  12:36:33
1008         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
1009      Branch: perl
1010            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
1011            ! t/lib/time-hires.t
1012 ____________________________________________________________________________
1013 [  9704] By: jhi                                   on 2001/04/15  10:49:08
1014         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
1015              From: Prymmer/Kahn <pvhp@best.com>
1016              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
1017              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
1018      Branch: perl
1019            ! lib/utf8.pm pod/perlebcdic.pod
1020 ____________________________________________________________________________
1021 [  9703] By: jhi                                   on 2001/04/15  02:26:26
1022         Log: I keep forgetting to sort MANIFEST.
1023      Branch: perl
1024            ! MANIFEST
1025 ____________________________________________________________________________
1026 [  9702] By: jhi                                   on 2001/04/15  02:07:47
1027         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
1028              Now we have blessed, reftype, tainted, first, reduce, ...
1029      Branch: perl
1030            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
1031            + ext/List/Util/README ext/List/Util/Util.xs
1032            + ext/List/Util/lib/List/Util.pm
1033            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
1034            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
1035            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
1036            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
1037            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
1038            ! MANIFEST
1039 ____________________________________________________________________________
1040 [  9701] By: jhi                                   on 2001/04/14  15:05:25
1041         Log: Subject: RE: dprofpp.pl updates 
1042              From: Carl Eklof <CEklof@endeca.com>
1043              Date: Thu, 12 Apr 2001 18:45:46 -0400
1044              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
1045      Branch: perl
1046            ! utils/dprofpp.PL
1047 ____________________________________________________________________________
1048 [  9700] By: jhi                                   on 2001/04/14  14:44:55
1049         Log: Do not just blindly add CR.
1050      Branch: perl
1051            ! Porting/makerel
1052 ____________________________________________________________________________
1053 [  9699] By: jhi                                   on 2001/04/13  13:17:01
1054         Log: Update Changes.
1055      Branch: perl
1056            ! Changes patchlevel.h
1057 ____________________________________________________________________________
1058 [  9698] By: jhi                                   on 2001/04/13  12:44:48
1059         Log: Integrate perlio.
1060      Branch: perl
1061           !> ext/PerlIO/Scalar/Scalar.xs
1062 ____________________________________________________________________________
1063 [  9697] By: jhi                                   on 2001/04/13  12:29:15
1064         Log: Add more debug output to the test.
1065      Branch: perl
1066            ! t/lib/cwd.t
1067 ____________________________________________________________________________
1068 [  9696] By: nick                                  on 2001/04/13  10:14:29
1069         Log: Fix core dump on binmode($fh,'Scalar')
1070      Branch: perlio
1071            ! ext/PerlIO/Scalar/Scalar.xs
1072 ____________________________________________________________________________
1073 [  9695] By: nick                                  on 2001/04/13  09:05:42
1074         Log: Integrate mainline
1075      Branch: perlio
1076           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1077           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1078           +> t/lib/time-hires.t
1079           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
1080           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
1081           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
1082           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
1083           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
1084           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
1085           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
1086 ____________________________________________________________________________
1087 [  9694] By: jhi                                   on 2001/04/12  22:23:35
1088         Log: Integrate change #9693 from maintperl into mainline.
1089              
1090              $VERSION and Version() on the same line provokes a warning from
1091              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
1092      Branch: perl
1093           !> lib/Devel/SelfStubber.pm
1094 ____________________________________________________________________________
1095 [  9693] By: gsar                                  on 2001/04/12  21:55:56
1096         Log: $VERSION and Version() on the same line provokes a warning from
1097              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
1098      Branch: maint-5.6/perl
1099            ! lib/Devel/SelfStubber.pm
1100 ____________________________________________________________________________
1101 [  9692] By: jhi                                   on 2001/04/12  13:54:00
1102         Log: This is at least 5.005.
1103      Branch: perl
1104            ! ext/Time/HiRes/HiRes.xs
1105 ____________________________________________________________________________
1106 [  9691] By: jhi                                   on 2001/04/12  13:37:20
1107         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
1108      Branch: perl
1109            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
1110            ! win32/Makefile win32/makefile.mk
1111 ____________________________________________________________________________
1112 [  9690] By: jhi                                   on 2001/04/12  01:34:46
1113         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
1114      Branch: perl
1115            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1116            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1117            + t/lib/time-hires.t
1118            ! MANIFEST
1119 ____________________________________________________________________________
1120 [  9689] By: jhi                                   on 2001/04/12  00:28:39
1121         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
1122              From: Gisle Aas <gisle@ActiveState.com>
1123              Date: 11 Apr 2001 16:36:11 -0700
1124              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
1125      Branch: perl
1126            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
1127 ____________________________________________________________________________
1128 [  9688] By: jhi                                   on 2001/04/12  00:27:39
1129         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
1130              From: Gisle Aas <gisle@ActiveState.com>
1131              Date: 11 Apr 2001 11:13:24 -0700
1132              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
1133      Branch: perl
1134            ! ext/MIME/Base64/Base64.xs
1135 ____________________________________________________________________________
1136 [  9687] By: jhi                                   on 2001/04/11  19:51:47
1137         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
1138      Branch: perl
1139            ! Todo-5.6
1140 ____________________________________________________________________________
1141 [  9686] By: jhi                                   on 2001/04/11  16:54:25
1142         Log: Subject: [PATCH opcode.pl] Documentation of table format
1143              From: Simon Cozens <simon@netthink.co.uk>
1144              Date: Wed, 11 Apr 2001 12:59:31 +0100
1145              Message-ID: <20010411125931.A25681@netthink.co.uk>
1146      Branch: perl
1147            ! opcode.pl
1148 ____________________________________________________________________________
1149 [  9685] By: jhi                                   on 2001/04/11  16:53:15
1150         Log: Subject: [PATCH] prototype("CORE::recv")
1151              From: Simon Cozens <simon@netthink.co.uk>
1152              Date: Wed, 11 Apr 2001 13:24:35 +0100
1153              Message-ID: <20010411132435.A26169@netthink.co.uk>
1154      Branch: perl
1155            ! pp.c t/comp/proto.t
1156 ____________________________________________________________________________
1157 [  9684] By: jhi                                   on 2001/04/11  16:47:13
1158         Log: FAQ (and AUTHORS) update from Dan Carson: the information
1159              was several years obsolete, Term::Readkey has been updated
1160              to have the functionality.
1161      Branch: perl
1162            ! AUTHORS pod/perlfaq5.pod
1163 ____________________________________________________________________________
1164 [  9683] By: jhi                                   on 2001/04/11  12:15:46
1165         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
1166              From: Calle Dybedahl <calle@lysator.liu.se>
1167              Date: 10 Apr 2001 16:44:16 +0200
1168              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
1169      Branch: perl
1170            ! ext/MIME/Base64/Base64.xs
1171 ____________________________________________________________________________
1172 [  9682] By: jhi                                   on 2001/04/11  12:12:26
1173         Log: A more minimal fix for 20010410.006 from Hugo.
1174      Branch: perl
1175            ! regexec.c
1176 ____________________________________________________________________________
1177 [  9681] By: jhi                                   on 2001/04/11  11:34:23
1178         Log: Integrate changes #9678,9679 from maintline into mainperl.
1179              
1180              addendum to change#9676
1181              
1182              up $File::Glob::VERSION; add a note pointing out the version of
1183              the OpenBSD glob bsd_glob.c resembles
1184      Branch: perl
1185           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1186           !> ext/File/Glob/bsd_glob.h
1187 ____________________________________________________________________________
1188 [  9680] By: jhi                                   on 2001/04/11  11:30:38
1189         Log: Bad test numbering in integrate in #9677.
1190              Fixes ID 20010411.001.
1191      Branch: perl
1192            ! t/op/pat.t
1193 ____________________________________________________________________________
1194 [  9679] By: gsar                                  on 2001/04/11  03:38:40
1195         Log: up $File::Glob::VERSION; add a note pointing out the version of
1196              the OpenBSD glob bsd_glob.c resembles
1197      Branch: maint-5.6/perl
1198            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1199            ! ext/File/Glob/bsd_glob.h
1200 ____________________________________________________________________________
1201 [  9678] By: gsar                                  on 2001/04/11  03:09:48
1202         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
1203              revision 1.8.10.1 found here:
1204              
1205              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
1206      Branch: maint-5.6/perl
1207            ! ext/File/Glob/bsd_glob.c
1208 ____________________________________________________________________________
1209 [  9677] By: jhi                                   on 2001/04/11  02:54:39
1210         Log: Integrate changes #9675,9676 from maintperl into mainline.
1211              
1212              fix for bug 20010410.006, undo change#7115
1213              
1214              port the OpenBSD glob() security patch
1215      Branch: perl
1216           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1217           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
1218           !> t/op/pat.t
1219 ____________________________________________________________________________
1220 [  9676] By: gsar                                  on 2001/04/11  02:19:02
1221         Log: port the glob() security patch found at:
1222              
1223              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
1224              
1225              CERT advisory for the issue is here:
1226              
1227              http://www.cert.org/advisories/CA-2001-07.html
1228              
1229              Note that the security scare is only relevant for those who are
1230              foolish enough to build suidperl (which is now officially discouraged)
1231      Branch: maint-5.6/perl
1232            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
1233            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
1234 ____________________________________________________________________________
1235 [  9675] By: gsar                                  on 2001/04/10  23:52:11
1236         Log: fix for bug 20010410.006
1237              
1238              undo change#7115 (came into maint-5.6 as change#8156)
1239              
1240              add tests to keep it from coming back
1241      Branch: maint-5.6/perl
1242            ! regexec.c t/op/pat.t
1243 ____________________________________________________________________________
1244 [  9674] By: nick                                  on 2001/04/10  20:39:31
1245         Log: Integrate mainline
1246      Branch: perlio
1247           +> Porting/testall.atom
1248           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
1249           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
1250           !> t/lib/lc-uk.t t/pod/find.t
1251 ____________________________________________________________________________
1252 [  9673] By: nick                                  on 2001/04/10  18:46:14
1253         Log: Integrate against change 9670 aka perl-5.7.1
1254      Branch: perlio
1255           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1256           !> (integrate 53 files)
1257 ____________________________________________________________________________
1258 [  9672] By: jhi                                   on 2001/04/10  13:45:01
1259         Log: Add a script for doing cumulative profile of the test suite.
1260              (Requires ATOM, that is, Tru64.)
1261      Branch: perl
1262            + Porting/testall.atom
1263            ! MANIFEST
1264 ____________________________________________________________________________
1265 [  9671] By: jhi                                   on 2001/04/10  12:38:53
1266         Log: Missing std block.
1267      Branch: perl
1268            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
1269            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
1270            ! t/pod/find.t
1271 ____________________________________________________________________________
1272 [  9670] By: jhi                                   on 2001/04/10  01:25:58
1273         Log: This is 5.7.1.
1274      Branch: perl
1275            ! patchlevel.h
1276 ____________________________________________________________________________
1277 [  9669] By: jhi                                   on 2001/04/10  01:09:14
1278         Log: Update Changes.
1279      Branch: perl
1280            ! Changes patchlevel.h
1281 ____________________________________________________________________________
1282 [  9668] By: jhi                                   on 2001/04/10  01:00:38
1283         Log: Regen toc.
1284      Branch: perl
1285            ! pod/perltoc.pod
1286 ____________________________________________________________________________
1287 [  9667] By: jhi                                   on 2001/04/10  00:52:16
1288         Log: Update perlhist.
1289      Branch: perl
1290            ! pod/perlhist.pod
1291 ____________________________________________________________________________
1292 [  9666] By: jhi                                   on 2001/04/09  23:38:59
1293         Log: Slight wording tweaks from Damian to #9658.
1294      Branch: perl
1295            ! pod/perlobj.pod
1296 ____________________________________________________________________________
1297 [  9665] By: jhi                                   on 2001/04/09  19:56:06
1298         Log: Subject: [PATCH perlutil.pod] Nit
1299              From: Simon Cozens <simon@netthink.co.uk>
1300              Date: Mon, 9 Apr 2001 20:29:44 +0100
1301              Message-ID: <20010409202944.A14796@the.earth.li>
1302      Branch: perl
1303            ! pod/perlutil.pod
1304 ____________________________________________________________________________
1305 [  9664] By: jhi                                   on 2001/04/09  19:54:42
1306         Log: Subject: Re: perl571delta.pod@9631
1307              From: Mike Guy <mjtg@cam.ac.uk>
1308              Date: Mon, 09 Apr 2001 18:09:14 +0100
1309              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
1310      Branch: perl
1311            ! pod/perl571delta.pod
1312 ____________________________________________________________________________
1313 [  9663] By: jhi                                   on 2001/04/09  13:43:35
1314         Log: Update Changes.
1315      Branch: perl
1316            ! Changes patchlevel.h
1317 ____________________________________________________________________________
1318 [  9662] By: jhi                                   on 2001/04/09  13:24:46
1319         Log: tweak tweak.
1320      Branch: perl
1321            ! AUTHORS pod/perl571delta.pod
1322 ____________________________________________________________________________
1323 [  9661] By: jhi                                   on 2001/04/09  13:15:13
1324         Log: Thinko in manual patch applying.
1325      Branch: perl
1326            ! sv.c
1327 ____________________________________________________________________________
1328 [  9660] By: jhi                                   on 2001/04/09  13:07:53
1329         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
1330              From: Robin Barker <rmb1@cise.npl.co.uk> 
1331              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
1332              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
1333              
1334              (This corrects the case where the "isn't numeric" string contains \0s
1335              and is longer than the temporary buffer, and contains \0 at the point
1336              the string would be truncated by "...".) 
1337      Branch: perl
1338            ! sv.c
1339 ____________________________________________________________________________
1340 [  9659] By: jhi                                   on 2001/04/09  12:57:41
1341         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
1342      Branch: perl
1343            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
1344            ! t/lib/cgi-function.t t/lib/cgi-html.t
1345 ____________________________________________________________________________
1346 [  9658] By: jhi                                   on 2001/04/09  12:48:47
1347         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
1348              From: Ilmari Karonen <iltzu@sci.fi>
1349              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
1350              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
1351              
1352              Rearrange and rewrite the Method Invocation section
1353              to explain the concepts in nicer order.
1354      Branch: perl
1355            ! pod/perlobj.pod
1356 ____________________________________________________________________________
1357 [  9657] By: jhi                                   on 2001/04/09  12:35:58
1358         Log: Upgrade to podlators 1.09, from Russ Allbery.
1359      Branch: perl
1360            ! lib/Pod/Man.pm lib/Pod/Text.pm
1361 ____________________________________________________________________________
1362 [  9656] By: jhi                                   on 2001/04/09  12:31:53
1363         Log: perl571delta.
1364      Branch: perl
1365            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
1366 ____________________________________________________________________________
1367 [  9655] By: jhi                                   on 2001/04/09  12:20:09
1368         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
1369              From: Prymmer/Kahn <pvhp@best.com>
1370              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
1371              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
1372      Branch: perl
1373            ! lib/utf8.pm pod/perlunicode.pod
1374 ____________________________________________________________________________
1375 [  9654] By: gsar                                  on 2001/04/09  03:38:33
1376         Log: here lies 5.6.1
1377      Branch: maint-5.6/perl
1378            ! Changes
1379 ____________________________________________________________________________
1380 [  9653] By: jhi                                   on 2001/04/09  03:25:24
1381         Log: Update perlhist.
1382      Branch: perl
1383            ! pod/perlhist.pod
1384 ____________________________________________________________________________
1385 [  9652] By: jhi                                   on 2001/04/09  03:18:49
1386         Log: perl571delta tweaking continues.
1387      Branch: perl
1388            ! pod/perl571delta.pod
1389 ____________________________________________________________________________
1390 [  9651] By: gsar                                  on 2001/04/09  03:11:19
1391         Log: update Changes, patchlevel.h &c.
1392      Branch: maint-5.6/perl
1393            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1394            ! pod/perltoc.pod
1395 ____________________________________________________________________________
1396 [  9650] By: jhi                                   on 2001/04/09  02:40:24
1397         Log: Integrate the perlfork half of #9513 from maintperl into mainline
1398              (the perlunicode half is obsolete)
1399      Branch: perl
1400            ! pod/perlfork.pod
1401 ____________________________________________________________________________
1402 [  9649] By: gsar                                  on 2001/04/09  02:35:43
1403         Log: tweak perldelta as suggested by Jarkko
1404      Branch: maint-5.6/perl
1405            ! pod/perldelta.pod
1406 ____________________________________________________________________________
1407 [  9648] By: jhi                                   on 2001/04/09  02:13:04
1408         Log: Integrate change #9646 from maintperl into mainline.
1409              
1410              add note about ithreads and Thread.pm
1411      Branch: perl
1412           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
1413 ____________________________________________________________________________
1414 [  9647] By: jhi                                   on 2001/04/09  02:10:18
1415         Log: Bad assumption that shortsize == 2.
1416      Branch: perl
1417            ! t/lib/xs-typemap.t
1418 ____________________________________________________________________________
1419 [  9646] By: gsar                                  on 2001/04/09  00:48:04
1420         Log: add note about ithreads and Thread.pm (too many people are
1421              confused by the fact that Thread.pm is built and installed
1422              under non-5005threads but doesn't work)
1423      Branch: maint-5.6/perl
1424            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
1425 ____________________________________________________________________________
1426 [  9645] By: gsar                                  on 2001/04/09  00:19:03
1427         Log: update perldelta.pod for changes in 5.6.1
1428      Branch: maint-5.6/perl
1429            ! Changes pod/perldelta.pod
1430 ____________________________________________________________________________
1431 [  9644] By: jhi                                   on 2001/04/08  20:37:00
1432         Log: Integrate change #9639 from maintperl into mainline:
1433              on windows, many of the README.* pods were being copied to
1434              the wrong location
1435      Branch: perl
1436           !> win32/Makefile win32/makefile.mk
1437 ____________________________________________________________________________
1438 [  9643] By: jhi                                   on 2001/04/08  20:07:11
1439         Log: Integrate change #9624 from maintperl into mainline:
1440              the pod tests were not okay.  (t/pod/find.t changes ignored)
1441      Branch: perl
1442           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
1443           !> t/pod/include.t t/pod/included.t t/pod/lref.t
1444           !> t/pod/multiline_items.t t/pod/nested_items.t
1445           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1446           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
1447 ____________________________________________________________________________
1448 [  9642] By: jhi                                   on 2001/04/08  19:57:17
1449         Log: Integrate change #9638 from maintperl into mainline:
1450              update to latest JPL from the anoncvs repository
1451      Branch: perl
1452           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1453           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1454           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1455 ____________________________________________________________________________
1456 [  9641] By: jhi                                   on 2001/04/08  19:53:30
1457         Log: perl571delta updates.
1458      Branch: perl
1459            ! lib/Filter/Simple.pm pod/perl571delta.pod
1460 ____________________________________________________________________________
1461 [  9640] By: gsar                                  on 2001/04/08  19:20:46
1462         Log: integrate change#9634 from mainline
1463              
1464              Fix the perlmodlib generation (didn't understand separate .pod
1465              files; didn't understand -- as the name-thing separator).
1466              Update the CPAN mirrors list.
1467      Branch: maint-5.6/perl
1468            ! pod/perlmodlib.pod
1469           !> pod/perlmodlib.PL
1470 ____________________________________________________________________________
1471 [  9639] By: gsar                                  on 2001/04/08  18:57:31
1472         Log: on windows, many of the README.* pods were being copied to the wrong
1473              location
1474      Branch: maint-5.6/perl
1475            ! win32/Makefile win32/makefile.mk
1476 ____________________________________________________________________________
1477 [  9638] By: gsar                                  on 2001/04/08  18:38:25
1478         Log: update to latest JPL from the anoncvs repository
1479      Branch: maint-5.6/perl
1480            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1481            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1482            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1483 ____________________________________________________________________________
1484 [  9637] By: jhi                                   on 2001/04/08  17:53:53
1485         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
1486      Branch: perl
1487            ! pod/perl571delta.pod
1488 ____________________________________________________________________________
1489 [  9636] By: jhi                                   on 2001/04/08  17:18:32
1490         Log: Regen toc.
1491      Branch: perl
1492            ! pod/perltoc.pod
1493 ____________________________________________________________________________
1494 [  9635] By: jhi                                   on 2001/04/08  17:16:33
1495         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
1496              From: "Craig A. Berry" <craigberry@mac.com>
1497              Date: Sun, 08 Apr 2001 12:30:16 -0500
1498              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
1499      Branch: perl
1500            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
1501 ____________________________________________________________________________
1502 [  9634] By: jhi                                   on 2001/04/08  17:09:19
1503         Log: Fix the perlmodlib generation (didn't understand separate .pod
1504              files; didn't understand -- as the name-thing separator).
1505              
1506              Update the CPAN mirrors list.
1507      Branch: perl
1508            ! pod/perlmodlib.PL pod/perlmodlib.pod
1509 ____________________________________________________________________________
1510 [  9633] By: jhi                                   on 2001/04/08  16:49:17
1511         Log: Sort MANIFEST.
1512      Branch: perl
1513            ! MANIFEST
1514 ____________________________________________________________________________
1515 [  9632] By: gsar                                  on 2001/04/08  16:36:06
1516         Log: add $Tie::RefHash::VERSION
1517      Branch: maint-5.6/perl
1518            ! lib/Tie/RefHash.pm
1519 ____________________________________________________________________________
1520 [  9631] By: jhi                                   on 2001/04/08  16:10:15
1521         Log: perl571delta updates based on p5p feedback; still needs
1522              lots of examples.
1523      Branch: perl
1524            ! pod/perl571delta.pod
1525 ____________________________________________________________________________
1526 [  9630] By: jhi                                   on 2001/04/08  15:59:13
1527         Log: Update the list of supported platforms to talk about 5.7.1
1528              (and 5.6.1)
1529      Branch: perl
1530            ! pod/perlport.pod
1531 ____________________________________________________________________________
1532 [  9629] By: jhi                                   on 2001/04/08  15:55:41
1533         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
1534              from maintperl into mainline: perlport updates.
1535      Branch: perl
1536            ! pod/perlport.pod
1537 ____________________________________________________________________________
1538 [  9628] By: jhi                                   on 2001/04/08  15:53:17
1539         Log: perlsolaris.pod copied to wrong directory.
1540      Branch: perl
1541            ! win32/makefile.mk
1542 ____________________________________________________________________________
1543 [  9627] By: jhi                                   on 2001/04/08  14:48:18
1544         Log: Subject: Typos in perl571delta.pod
1545              From: "Stephen P. Potter" <spp@spotter.yi.org>
1546              Date: Sat, 07 Apr 2001 20:37:05 -0400
1547              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
1548      Branch: perl
1549            ! pod/perl571delta.pod
1550 ____________________________________________________________________________
1551 [  9626] By: jhi                                   on 2001/04/08  14:39:04
1552         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
1553      Branch: perl
1554            ! gv.c
1555 ____________________________________________________________________________
1556 [  9625] By: nick                                  on 2001/04/08  10:14:23
1557         Log: Integrate mainline
1558      Branch: perlio
1559           +> pod/perl570delta.pod pod/perl571delta.pod
1560           !> (integrate 27 files)
1561 ____________________________________________________________________________
1562 [  9624] By: gsar                                  on 2001/04/08  06:08:17
1563         Log: test in t/pod/* were busted
1564              
1565              these tests are still not enabled in t/{harness,TEST}
1566      Branch: maint-5.6/perl
1567            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
1568            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
1569            ! t/pod/multiline_items.t t/pod/nested_items.t
1570            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1571            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
1572 ____________________________________________________________________________
1573 [  9623] By: gsar                                  on 2001/04/08  03:37:01
1574         Log: integrate change#9470 from mainline
1575              
1576              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
1577      Branch: maint-5.6/perl
1578           !> ext/Socket/Socket.xs
1579 ____________________________________________________________________________
1580 [  9622] By: jhi                                   on 2001/04/07  22:40:47
1581         Log: Update Changes.
1582      Branch: perl
1583            ! Changes patchlevel.h
1584 ____________________________________________________________________________
1585 [  9621] By: jhi                                   on 2001/04/07  22:34:16
1586         Log: Update AUTHORS.
1587      Branch: perl
1588            ! AUTHORS
1589 ____________________________________________________________________________
1590 [  9620] By: jhi                                   on 2001/04/07  22:12:47
1591         Log: Forgot to bump the number of tests in #9164.
1592      Branch: perl
1593            ! t/op/array.t
1594 ____________________________________________________________________________
1595 [  9619] By: jhi                                   on 2001/04/07  22:09:50
1596         Log: Bump patchlevel to 5.7.1.
1597      Branch: perl
1598            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1599            ! config_h.SH patchlevel.h
1600 ____________________________________________________________________________
1601 [  9618] By: jhi                                   on 2001/04/07  22:02:41
1602         Log: Populate perl571delta.
1603      Branch: perl
1604            ! pod/perl571delta.pod
1605 ____________________________________________________________________________
1606 [  9617] By: jhi                                   on 2001/04/07  22:01:23
1607         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
1608              to forget it later; do not change patchlevel.h yet or regenerate
1609              Configure yet.
1610      Branch: perl
1611            ! epoc/config.sh win32/Makefile win32/config_H.bc
1612            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1613 ____________________________________________________________________________
1614 [  9616] By: jhi                                   on 2001/04/07  17:46:33
1615         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
1616      Branch: perl
1617            ! pod/perl571delta.pod
1618 ____________________________________________________________________________
1619 [  9615] By: jhi                                   on 2001/04/07  17:33:21
1620         Log: Change the toc configuration.
1621      Branch: perl
1622            ! pod/buildtoc.PL pod/perl.pod
1623 ____________________________________________________________________________
1624 [  9614] By: jhi                                   on 2001/04/07  17:29:47
1625         Log: Subject: PATCH: $[
1626              From: Robin Houston <robin@kitsite.com>
1627              Date: Fri, 6 Apr 2001 18:10:14 +0100
1628              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
1629      Branch: perl
1630            ! op.c t/op/array.t
1631 ____________________________________________________________________________
1632 [  9613] By: jhi                                   on 2001/04/07  17:28:26
1633         Log: Subject: [PATCH perl@9424] isn't numeric warning
1634              From: Robin Barker <rmb1@cise.npl.co.uk>
1635              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
1636              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
1637      Branch: perl
1638            ! sv.c t/pragma/warn/sv
1639 ____________________________________________________________________________
1640 [  9612] By: jhi                                   on 2001/04/07  17:26:45
1641         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
1642              From: Mike Guy <mjtg@cam.ac.uk>
1643              Date: Fri, 06 Apr 2001 12:47:06 +0100
1644              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
1645      Branch: perl
1646            ! dump.c t/lib/peek.t
1647 ____________________________________________________________________________
1648 [  9611] By: jhi                                   on 2001/04/07  17:21:35
1649         Log: Create perl571delta and seed it off with the perldelta changes
1650              since 5.7.0; remove those changes from perldelta and rename it
1651              as perl570delta; recreate perldelta but leave it almost empty.
1652      Branch: perl
1653            + pod/perl570delta.pod pod/perl571delta.pod
1654            ! MANIFEST pod/perldelta.pod
1655 ____________________________________________________________________________
1656 [  9610] By: jhi                                   on 2001/04/07  16:56:32
1657         Log: Denit.
1658      Branch: perl
1659            ! pod/perldelta.pod
1660 ____________________________________________________________________________
1661 [  9609] By: jhi                                   on 2001/04/07  16:38:32
1662         Log: Retract #9523: needs more thought.
1663      Branch: perl
1664            ! Makefile.SH
1665 ____________________________________________________________________________
1666 [  9608] By: jhi                                   on 2001/04/07  14:59:20
1667         Log: atmark() code cleanaup.
1668      Branch: perl
1669            ! ext/IO/IO.xs
1670 ____________________________________________________________________________
1671 [  9607] By: jhi                                   on 2001/04/07  14:48:14
1672         Log: Integrate change #9605 from maintperl into mainline.
1673              
1674              can't optimize away scope entry if tr/// is present
1675      Branch: perl
1676           !> op.c t/op/tr.t
1677 ____________________________________________________________________________
1678 [  9606] By: jhi                                   on 2001/04/07  14:43:59
1679         Log: Integrate perlio.
1680      Branch: perl
1681           +> win32/FindExt.pm
1682           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
1683           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
1684 ____________________________________________________________________________
1685 [  9605] By: gsar                                  on 2001/04/07  11:52:40
1686         Log: can't optimize away scope entry if tr/// is present
1687      Branch: maint-5.6/perl
1688            ! op.c t/op/tr.t
1689 ____________________________________________________________________________
1690 [  9604] By: nick                                  on 2001/04/07  11:39:45
1691         Log: Split out extension finding code from buildext.pl into FindExt.pm
1692              Use it to get Config.pm's idea of available extensions in line
1693              with what is built.
1694      Branch: perlio
1695            + win32/FindExt.pm
1696            ! MANIFEST win32/buildext.pl win32/config_sh.PL
1697            ! win32/makefile.mk
1698 ____________________________________________________________________________
1699 [  9603] By: nick                                  on 2001/04/07  09:11:38
1700         Log: Cleanup correction for failed :Via() layer, also set an error code.
1701      Branch: perlio
1702            ! ext/PerlIO/Via/Via.xs
1703 ____________________________________________________________________________
1704 [  9602] By: nick                                  on 2001/04/07  08:38:04
1705         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
1706              style. So don't use binmode() on the handles so that Win32 etc. see
1707              same sequence and produce same digests.
1708      Branch: perlio
1709            ! t/lib/md5-file.t
1710 ____________________________________________________________________________
1711 [  9601] By: nick                                  on 2001/04/07  08:36:26
1712         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
1713              Else it complains and so crlf layer (say) does not get pushed.
1714      Branch: perlio
1715            ! perlio.c
1716 ____________________________________________________________________________
1717 [  9600] By: jhi                                   on 2001/04/06  23:00:09
1718         Log: Integrate change #9599 from perlio into mainline.
1719      Branch: perl
1720           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1721           !> win32/config_H.vc
1722 ____________________________________________________________________________
1723 [  9599] By: nick                                  on 2001/04/06  21:42:43
1724         Log: Quote $VERSION in Encode.pm.
1725              regen_config_h as requested.
1726      Branch: perlio
1727            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1728            ! win32/config_H.vc
1729 ____________________________________________________________________________
1730 [  9598] By: nick                                  on 2001/04/06  20:34:59
1731         Log: Integrate mainline
1732      Branch: perlio
1733           +> README.macos
1734           !> (integrate 39 files)
1735 ____________________________________________________________________________
1736 [  9597] By: gsar                                  on 2001/04/06  18:06:35
1737         Log: integrate change#9464 from mainline (addendum to change#8313)
1738              
1739              Subject: [PATCH @9452] Better peep()ing for foreach() loops
1740      Branch: maint-5.6/perl
1741           !> op.c
1742 ____________________________________________________________________________
1743 [  9596] By: jhi                                   on 2001/04/06  17:26:03
1744         Log: The d_casti32=undef is good for you even when not use64bitall.
1745      Branch: perl
1746            ! hints/hpux.sh
1747 ____________________________________________________________________________
1748 [  9595] By: gsar                                  on 2001/04/06  14:57:17
1749         Log: add a low-impact fix to accomodate darwin-ism
1750      Branch: maint-5.6/perl
1751            ! ext/Errno/Errno_pm.PL
1752 ____________________________________________________________________________
1753 [  9594] By: jhi                                   on 2001/04/06  14:55:14
1754         Log: Integrate changes #9528,9593 from mainline into maintperl;
1755              tweaking the editor/IDE/shell list.
1756      Branch: maint-5.6/perl
1757           !> pod/perlfaq3.pod
1758 ____________________________________________________________________________
1759 [  9593] By: jhi                                   on 2001/04/06  14:51:39
1760         Log: Make the editor/IDE/shell list a little bit airier.
1761      Branch: perl
1762            ! pod/perlfaq3.pod
1763 ____________________________________________________________________________
1764 [  9592] By: gsar                                  on 2001/04/06  14:45:18
1765         Log: integrate change#9477 from mainline (base.pm doc tweak)
1766              
1767              missing doc entry for fmod()
1768      Branch: maint-5.6/perl
1769            ! lib/Math/BigFloat.pm
1770           !> lib/base.pm
1771 ____________________________________________________________________________
1772 [  9591] By: jhi                                   on 2001/04/06  13:55:48
1773         Log: Regen toc.
1774      Branch: perl
1775            ! pod/perltoc.pod
1776 ____________________________________________________________________________
1777 [  9590] By: jhi                                   on 2001/04/06  13:54:52
1778         Log: Math::BigFloat patches from John Peacock.  The equivalent
1779              of #9586 from maintperl but reworked by John to work with
1780              the bleadperl.
1781      Branch: perl
1782            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1783 ____________________________________________________________________________
1784 [  9589] By: jhi                                   on 2001/04/06  13:42:23
1785         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
1786      Branch: perl
1787            ! ext/Digest/MD5/Makefile.PL
1788 ____________________________________________________________________________
1789 [  9588] By: jhi                                   on 2001/04/06  13:31:45
1790         Log: Integrate changes #9584,9587 from maintperl into mainline.
1791              
1792              keep eval"" CVs alive until the end of the statement in which
1793              they're called
1794              
1795              add README.macos (from Chris Nandor)
1796              
1797              tyop in change#9555
1798      Branch: perl
1799           +> README.macos
1800           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
1801           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
1802           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
1803           !> win32/makefile.mk
1804 ____________________________________________________________________________
1805 [  9587] By: gsar                                  on 2001/04/06  07:31:30
1806         Log: add README.macos (from Chris Nandor)
1807              
1808              tyop in change#9555
1809      Branch: maint-5.6/perl
1810            + README.macos
1811            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
1812            ! win32/Makefile win32/makefile.mk
1813 ____________________________________________________________________________
1814 [  9586] By: gsar                                  on 2001/04/06  07:08:54
1815         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
1816      Branch: maint-5.6/perl
1817            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1818 ____________________________________________________________________________
1819 [  9585] By: gsar                                  on 2001/04/06  06:58:44
1820         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
1821              from mainline
1822              
1823              Subject: [PATCH] Base64 update to perlfaq9.pod
1824              
1825              Subject: [PATCH AUTHORS] Housekeeping
1826              
1827              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1828              Mac OS X (Darwin) has extra pwent fields.
1829              
1830              Subject: [PATCH B::*] print control-character vars readably
1831              Needs EBCDICification.
1832              
1833              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1834              
1835              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1836              
1837              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1838              
1839              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1840              
1841              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1842              
1843              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1844              
1845              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1846              
1847              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1848              
1849              FreeBSD hints tweak from Anton Berezin.
1850              
1851              Subject: [PATCH foolperl & bleadperl] README.vms update
1852              
1853              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1854      Branch: maint-5.6/perl
1855           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
1856           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1857           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
1858 ____________________________________________________________________________
1859 [  9584] By: gsar                                  on 2001/04/06  04:09:00
1860         Log: keep eval"" CVs alive until the end of the statement in which
1861              they're called; this avoids a coredump ensuing from search for
1862              lexicals in code such as:
1863              
1864              sub bug {
1865              my $s = @_;
1866              eval q[sub { eval 'sub { &$s }' }];
1867              }
1868              bug("x")->()->();
1869              
1870              this code still doesn't work as intended (as it has remained
1871              since time immemorial), but it doesn't provoke a coredump anymore
1872      Branch: maint-5.6/perl
1873            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1874            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
1875 ____________________________________________________________________________
1876 [  9583] By: jhi                                   on 2001/04/05  23:52:51
1877         Log: Update Changes.
1878      Branch: perl
1879            ! Changes patchlevel.h
1880 ____________________________________________________________________________
1881 [  9582] By: jhi                                   on 2001/04/05  23:11:23
1882         Log: Slight doc tweak.
1883      Branch: perl
1884            ! pod/perlunicode.pod
1885 ____________________________________________________________________________
1886 [  9581] By: jhi                                   on 2001/04/05  23:04:11
1887         Log: Integrate perlio.
1888      Branch: perl
1889           !> pod/perlunicode.pod
1890 ____________________________________________________________________________
1891 [  9580] By: jhi                                   on 2001/04/05  23:03:29
1892         Log: Test for #9579.
1893      Branch: perl
1894            ! t/op/do.t
1895 ____________________________________________________________________________
1896 [  9579] By: jhi                                   on 2001/04/05  22:54:17
1897         Log: Subject: [PATCH] Propagate calling context for do '...'
1898              From: Gisle Aas <gisle@ActiveState.com>
1899              Date: 04 Apr 2001 20:17:29 -0700
1900              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
1901      Branch: perl
1902            ! pod/perlfunc.pod pp_ctl.c
1903 ____________________________________________________________________________
1904 [  9578] By: jhi                                   on 2001/04/05  22:52:51
1905         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1906              From: Peter Prymmer <pvhp@forte.com>
1907              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
1908              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
1909      Branch: perl
1910            ! README.vms
1911 ____________________________________________________________________________
1912 [  9577] By: jhi                                   on 2001/04/05  22:48:22
1913         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
1914              From: "Craig A. Berry" <craigberry@mac.com>
1915              Date: Thu, 5 Apr 2001 13:43:28 -0500
1916              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
1917      Branch: perl
1918            ! README.vms
1919 ____________________________________________________________________________
1920 [  9576] By: jhi                                   on 2001/04/05  22:31:38
1921         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
1922              From: Michael G Schwern <schwern@pobox.com>
1923              Date: Thu, 5 Apr 2001 21:53:21 +0100
1924              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
1925      Branch: perl
1926            ! lib/base.pm t/lib/fields.t
1927 ____________________________________________________________________________
1928 [  9575] By: jhi                                   on 2001/04/05  22:26:10
1929         Log: FreeBSD hints tweak from Anton Berezin.
1930      Branch: perl
1931            ! hints/freebsd.sh
1932 ____________________________________________________________________________
1933 [  9574] By: jhi                                   on 2001/04/05  22:24:03
1934         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1935              From: David Dyck <dcd@tc.fluke.com>
1936              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
1937              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
1938      Branch: perl
1939            ! t/op/oct.t
1940 ____________________________________________________________________________
1941 [  9573] By: jhi                                   on 2001/04/05  22:23:06
1942         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1943              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
1944              From: David Dyck <dcd@tc.fluke.com>
1945              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
1946      Branch: perl
1947            ! pp.c
1948 ____________________________________________________________________________
1949 [  9572] By: jhi                                   on 2001/04/05  22:14:47
1950         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1951              From: Robin Houston <robin@kitsite.com>
1952              Date: Thu, 5 Apr 2001 20:56:48 +0100
1953              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
1954      Branch: perl
1955            ! ext/B/B/Deparse.pm
1956 ____________________________________________________________________________
1957 [  9571] By: jhi                                   on 2001/04/05  22:12:53
1958         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1959              From: Robin Houston <robin@kitsite.com>
1960              Date: Thu, 5 Apr 2001 19:55:51 +0100
1961              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
1962      Branch: perl
1963            ! ext/B/B/Deparse.pm
1964 ____________________________________________________________________________
1965 [  9570] By: jhi                                   on 2001/04/05  22:11:06
1966         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1967              From: Robin Houston <robin@kitsite.com>
1968              Date: Thu, 5 Apr 2001 20:16:29 +0100
1969              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
1970      Branch: perl
1971            ! ext/B/B/Deparse.pm
1972 ____________________________________________________________________________
1973 [  9569] By: nick                                  on 2001/04/05  21:32:26
1974         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
1975      Branch: perlio
1976            ! pod/perlunicode.pod
1977 ____________________________________________________________________________
1978 [  9568] By: nick                                  on 2001/04/05  19:38:09
1979         Log: Integrate mainline
1980      Branch: perlio
1981           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
1982           !> (integrate 35 files)
1983 ____________________________________________________________________________
1984 [  9567] By: jhi                                   on 2001/04/05  18:31:45
1985         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1986              From: Robin Houston <robin@kitsite.com>
1987              Date: Thu, 5 Apr 2001 18:03:23 +0100
1988              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
1989      Branch: perl
1990            ! ext/B/B/Deparse.pm
1991 ____________________________________________________________________________
1992 [  9566] By: jhi                                   on 2001/04/05  18:29:35
1993         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1994              From: Robin Houston <robin@kitsite.com>
1995              Date: Thu, 5 Apr 2001 16:45:18 +0100
1996              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
1997      Branch: perl
1998            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1999 ____________________________________________________________________________
2000 [  9565] By: jhi                                   on 2001/04/05  18:24:23
2001         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
2002              From: Robin Houston <robin@kitsite.com>
2003              Date: Thu, 5 Apr 2001 14:50:09 +0100
2004              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
2005      Branch: perl
2006            ! ext/B/B/Deparse.pm
2007 ____________________________________________________________________________
2008 [  9564] By: jhi                                   on 2001/04/05  18:23:03
2009         Log: Subject: [PATCH B::*] print control-character vars readably
2010              From: Robin Houston <robin@kitsite.com>
2011              Date: Thu, 5 Apr 2001 14:27:38 +0100
2012              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
2013              
2014              Needs EBCDICification.
2015      Branch: perl
2016            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
2017            ! ext/B/B/Terse.pm
2018 ____________________________________________________________________________
2019 [  9563] By: jhi                                   on 2001/04/05  18:20:32
2020         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
2021              Date: Thu, 5 Apr 2001 13:21:42 -0400
2022              From: Paul Schinder <schinder@pobox.com>
2023              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
2024              
2025              Mac OS X (Darwin) has extra pwent fields.
2026      Branch: perl
2027            ! t/op/pwent.t
2028 ____________________________________________________________________________
2029 [  9562] By: jhi                                   on 2001/04/05  17:57:51
2030         Log: Regen toc.
2031      Branch: perl
2032            ! pod/perltoc.pod
2033 ____________________________________________________________________________
2034 [  9561] By: jhi                                   on 2001/04/05  17:47:33
2035         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
2036      Branch: metaconfig
2037            ! U/Glossary.patch
2038      Branch: metaconfig/U/perl
2039            + d_u32align.U
2040            ! d_cmsghdr_s.U d_msghdr_s.U
2041 ____________________________________________________________________________
2042 [  9560] By: jhi                                   on 2001/04/05  17:47:01
2043         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2044              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
2045              Introduce probes for struct msghdr, struct cmsghdr,
2046              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
2047              ualarm, usleep, for possible later extension work.
2048      Branch: perl
2049            + t/lib/md5-align.t
2050            ! Configure MANIFEST Porting/Glossary Porting/config.sh
2051            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2052            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
2053            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2054            ! vos/config.ga.h win32/config.bc win32/config.gc
2055            ! win32/config.vc
2056 ____________________________________________________________________________
2057 [  9559] By: jhi                                   on 2001/04/05  13:03:04
2058         Log: Be traditional in your cpp (for the Errno extension).
2059      Branch: perl
2060            ! hints/darwin.sh
2061 ____________________________________________________________________________
2062 [  9558] By: jhi                                   on 2001/04/05  13:00:05
2063         Log: Add $Config{cppflags} to the gcc incantation.
2064      Branch: perl
2065            ! ext/Errno/Errno_pm.PL
2066 ____________________________________________________________________________
2067 [  9557] By: jhi                                   on 2001/04/05  04:22:39
2068         Log: Introduce Sean Burke's Class::ISA 0.32.
2069      Branch: perl
2070            + lib/Class/ISA.pm t/lib/class-isa.t
2071            ! MANIFEST
2072 ____________________________________________________________________________
2073 [  9556] By: jhi                                   on 2001/04/05  04:09:50
2074         Log: Subject: [PATCH AUTHORS] Housekeeping
2075              From: Paul Johnson <paul@pjcj.net> 
2076              Date: Wed, 4 Apr 2001 22:45:47 +0200
2077              Message-ID: <20010404224547.D9548@pjcj.net>
2078      Branch: perl
2079            ! AUTHORS
2080 ____________________________________________________________________________
2081 [  9555] By: jhi                                   on 2001/04/05  04:06:33
2082         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
2083              From: Gisle Aas <gisle@ActiveState.com>
2084              Date: 04 Apr 2001 14:23:04 -0700
2085              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
2086      Branch: perl
2087            ! pod/perlfaq9.pod
2088 ____________________________________________________________________________
2089 [  9554] By: jhi                                   on 2001/04/05  04:05:49
2090         Log: Downgrade also the "Wide character" diagnostic.
2091      Branch: perl
2092            ! pod/perldiag.pod
2093 ____________________________________________________________________________
2094 [  9553] By: jhi                                   on 2001/04/05  04:00:33
2095         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
2096              maintperl into mainline.
2097              
2098              "double" should be "NV"; standard typemap is missing entry
2099              for NV
2100              
2101              s/djSP/dSP/
2102              
2103              Downgrade "Wide character in print" to a warning.
2104              
2105              B::Deparse fix for ${^FOO} and documentation for PVX() method
2106              (from Robin Houston)
2107              
2108              tr/// doesn't null-terminate the result in some situations
2109              (from Gisle Aas)
2110      Branch: perl
2111           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
2112           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
2113           !> t/io/utf8.t t/op/tr.t
2114 ____________________________________________________________________________
2115 [  9552] By: jhi                                   on 2001/04/05  03:52:50
2116         Log: Retract changes #9542 and #9538 (from maintperl, integrated
2117              at #9540), shouldn't be needed because of the perlio changes.
2118      Branch: perl
2119            ! util.c
2120 ____________________________________________________________________________
2121 [  9551] By: gsar                                  on 2001/04/05  00:18:34
2122         Log: tr/// doesn't null-terminate the result in some situations
2123              (from Gisle Aas)
2124      Branch: maint-5.6/perl
2125            ! doop.c t/op/tr.t
2126 ____________________________________________________________________________
2127 [  9550] By: gsar                                  on 2001/04/04  20:04:17
2128         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
2129              (from Robin Houston)
2130      Branch: maint-5.6/perl
2131            ! ext/B/B.pm ext/B/B/Deparse.pm
2132 ____________________________________________________________________________
2133 [  9549] By: nick                                  on 2001/04/04  18:56:15
2134         Log: Downgrade "Wide character in print" to a warning.
2135      Branch: perlio
2136            ! doio.c t/io/utf8.t
2137 ____________________________________________________________________________
2138 [  9548] By: gsar                                  on 2001/04/04  18:51:49
2139         Log: integrate changes#9460,9462,9482,9521,9522
2140              
2141              Subject: PATCH: B::Debug should show LOOP-specific fields
2142              
2143              Subject: B::Deparse precedence bug. (Patch included.)
2144              
2145              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2146              
2147              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
2148              
2149              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
2150      Branch: maint-5.6/perl
2151           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
2152           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
2153 ____________________________________________________________________________
2154 [  9547] By: gsar                                  on 2001/04/04  18:49:16
2155         Log: s/djSP/dSP/
2156      Branch: maint-5.6/perl
2157            ! ext/Thread/Thread.xs
2158 ____________________________________________________________________________
2159 [  9546] By: nick                                  on 2001/04/04  18:44:00
2160         Log: Integrate mainline.
2161      Branch: perlio
2162           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
2163           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
2164 ____________________________________________________________________________
2165 [  9545] By: gsar                                  on 2001/04/04  18:38:52
2166         Log: integrate change#8837 from mainline
2167              
2168              Subject: [patch] -Wall cleanup round 2
2169      Branch: maint-5.6/perl
2170           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2171           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
2172           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
2173           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
2174           !> ext/SDBM_File/SDBM_File.xs
2175 ____________________________________________________________________________
2176 [  9544] By: gsar                                  on 2001/04/04  17:49:57
2177         Log: "double" should be "NV"; standard typemap is missing entry
2178              for NV
2179      Branch: maint-5.6/perl
2180            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
2181 ____________________________________________________________________________
2182 [  9543] By: jhi                                   on 2001/04/04  14:13:18
2183         Log: Thou shalt not (just) match for English error messages.
2184      Branch: perl
2185            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
2186            ! os2/OS2/Process/Process.pm
2187 ____________________________________________________________________________
2188 [  9542] By: jhi                                   on 2001/04/04  13:20:39
2189         Log: Make the stdio tricks of fflush_all() to exist only if
2190              stdio is being used.
2191      Branch: perl
2192            ! util.c
2193 ____________________________________________________________________________
2194 [  9541] By: jhi                                   on 2001/04/04  04:20:24
2195         Log: Subject: Re: [PATCH] Lighten up glob
2196              From: Benjamin Sugars <bsugars@canoe.ca>
2197              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
2198              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
2199      Branch: perl
2200            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
2201            ! util.c
2202 ____________________________________________________________________________
2203 [  9540] By: jhi                                   on 2001/04/04  04:03:57
2204         Log: Integrate changes #9538,9539 from maintperl into mainline.
2205              
2206              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
2207              for use with _fwalk() (fix for change#7705)
2208              
2209              another tweak needed for SunOS 4.1.x build (from Mike Guy)
2210              (cp -f is not portable)
2211      Branch: perl
2212           !> Makefile.SH util.c
2213 ____________________________________________________________________________
2214 [  9539] By: gsar                                  on 2001/04/04  03:01:14
2215         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
2216      Branch: maint-5.6/perl
2217            ! Makefile.SH
2218 ____________________________________________________________________________
2219 [  9538] By: gsar                                  on 2001/04/04  01:00:38
2220         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
2221              for use with _fwalk() (fix for change#7705)
2222      Branch: maint-5.6/perl
2223            ! util.c
2224 ____________________________________________________________________________
2225 [  9537] By: nick                                  on 2001/04/03  19:24:55
2226         Log: Integrate mainline
2227      Branch: perlio
2228           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
2229           +> lib/unicode/PropList.html
2230            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
2231           !> (integrate 69 files)
2232 ____________________________________________________________________________
2233 [  9536] By: jhi                                   on 2001/04/03  18:02:31
2234         Log: Integrate change #9533 from maintperl into mainline.
2235              
2236              better fix for change#9517 to accomodate UNC paths like
2237              \\server\share\foo, and paths with trailing backslash
2238              like c:\this\
2239      Branch: perl
2240           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2241 ____________________________________________________________________________
2242 [  9535] By: jhi                                   on 2001/04/03  17:58:07
2243         Log: Change the push/unshift warning to be of class syntax, not misc.
2244      Branch: perl
2245            ! op.c pod/perldiag.pod t/pragma/warn/op
2246 ____________________________________________________________________________
2247 [  9534] By: jhi                                   on 2001/04/03  15:03:46
2248         Log: Change the push/unshift warning (#9532) to talk about "no values"
2249              instead of "no arguments".
2250      Branch: perl
2251            ! op.c pod/perldiag.pod t/pragma/warn/op
2252 ____________________________________________________________________________
2253 [  9533] By: gsar                                  on 2001/04/03  14:30:07
2254         Log: better fix for change#9517 to accomodate UNC paths like
2255              \\server\share\foo, and paths with trailing backslash
2256              like c:\this\
2257      Branch: maint-5.6/perl
2258            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2259 ____________________________________________________________________________
2260 [  9532] By: jhi                                   on 2001/04/03  13:11:46
2261         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
2262              From: Robin Houston <robin@kitsite.com>
2263              Date: Mon, 2 Apr 2001 15:03:29 +0100
2264              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
2265      Branch: perl
2266            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
2267 ____________________________________________________________________________
2268 [  9531] By: jhi                                   on 2001/04/03  13:06:34
2269         Log: Integrate change #9530 from maintperl into mainline.
2270              
2271              accomodate VMS "mailbox overflow" quirk in testsuite (from
2272              Craig Berry)
2273      Branch: perl
2274           !> t/lib/socket.t
2275 ____________________________________________________________________________
2276 [  9530] By: gsar                                  on 2001/04/03  04:56:41
2277         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
2278              Craig Berry)
2279      Branch: maint-5.6/perl
2280            ! t/lib/socket.t
2281 ____________________________________________________________________________
2282 [  9529] By: jhi                                   on 2001/04/03  02:34:34
2283         Log: Update Changes.
2284      Branch: perl
2285            ! Changes patchlevel.h
2286 ____________________________________________________________________________
2287 [  9528] By: jhi                                   on 2001/04/03  01:27:57
2288         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
2289              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
2290              To: perl5-porters@perl.org
2291              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
2292      Branch: perl
2293            ! pod/perlfaq3.pod
2294 ____________________________________________________________________________
2295 [  9527] By: jhi                                   on 2001/04/03  01:22:09
2296         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
2297              From: Peter Prymmer <pvhp@forte.com>
2298              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
2299              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
2300      Branch: perl
2301            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
2302 ____________________________________________________________________________
2303 [  9526] By: jhi                                   on 2001/04/03  01:18:25
2304         Log: The metaconfig unit changes for #9525.
2305      Branch: metaconfig
2306            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
2307      Branch: metaconfig/U/perl
2308            ! use64bits.U
2309 ____________________________________________________________________________
2310 [  9525] By: jhi                                   on 2001/04/03  01:17:30
2311         Log: Configure sanity checks:
2312              * if use64bitall is attempted but pointers are only 32-bit,
2313              'downgrade' to use64bitint
2314              * if use64bitint is attempted but there's no quad type,
2315              forget about use64bitint (well, the default for it is 'n',
2316              the user can still override this)
2317              * if pointers are 64 bits, do not try to use Perl's malloc
2318      Branch: perl
2319            ! Configure
2320 ____________________________________________________________________________
2321 [  9524] By: gsar                                  on 2001/04/03  01:09:12
2322         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
2323      Branch: maint-5.6/perl
2324            ! pp_sys.c
2325 ____________________________________________________________________________
2326 [  9523] By: jhi                                   on 2001/04/03  00:02:31
2327         Log: (Retracted by #9609)
2328              
2329              Make it harder for parallel makes to enter 'test' before
2330              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
2331              should be unhappy enough, but sometimes parallel makes seem
2332              to sneak past both in Tru64 and AIX.)
2333      Branch: perl
2334            ! Makefile.SH
2335 ____________________________________________________________________________
2336 [  9522] By: jhi                                   on 2001/04/02  22:35:31
2337         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
2338              Date: Mon, 2 Apr 2001 22:54:10 +0100
2339              From: Robin Houston <robin@kitsite.com>
2340              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
2341      Branch: perl
2342            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
2343 ____________________________________________________________________________
2344 [  9521] By: jhi                                   on 2001/04/02  22:32:23
2345         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
2346              From: Robin Houston <robin@kitsite.com>
2347              Date: Mon, 2 Apr 2001 20:24:03 +0100
2348              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
2349      Branch: perl
2350            ! ext/B/B/Concise.pm
2351 ____________________________________________________________________________
2352 [  9520] By: jhi                                   on 2001/04/02  22:30:43
2353         Log: Subject: [PATCH] REALLY pedantic hv.h nit
2354              From: Simon Cozens <simon@netthink.co.uk>
2355              Date: Mon, 2 Apr 2001 15:43:06 +0100
2356              Message-ID: <20010402154306.A21711@netthink.co.uk>
2357      Branch: perl
2358            ! hv.h
2359 ____________________________________________________________________________
2360 [  9519] By: jhi                                   on 2001/04/02  22:28:04
2361         Log: Based on
2362              
2363              Subject: [foolperl] EPOC fix
2364              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2365              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
2366              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
2367      Branch: perl
2368            ! pp_sys.c
2369 ____________________________________________________________________________
2370 [  9518] By: jhi                                   on 2001/04/02  22:22:34
2371         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
2372              
2373              README.win32 tweaks; add a note about alternative location for
2374              getting a gcc-2.95.2 that will build perl properly on windows
2375              
2376              add some notes about gutsy threading matters
2377              
2378              many of the utilities interpolate literal paths within doublequotes
2379              (fails on dosish platforms where path contains backslashes)
2380      Branch: perl
2381           !> README.win32 pod/perlguts.pod utils/perldoc.PL
2382           !> x2p/find2perl.PL x2p/s2p.PL
2383 ____________________________________________________________________________
2384 [  9517] By: gsar                                  on 2001/04/02  19:52:21
2385         Log: many of the utilities interpolate literal paths within doublequotes
2386              (fails on dosish platforms where path contains backslashes)
2387      Branch: maint-5.6/perl
2388            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2389 ____________________________________________________________________________
2390 [  9516] By: gsar                                  on 2001/04/02  05:49:37
2391         Log: a foolish release
2392      Branch: maint-5.6/perl
2393            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
2394            ! pod/perltoc.pod
2395 ____________________________________________________________________________
2396 [  9515] By: gsar                                  on 2001/04/02  05:04:29
2397         Log: add missing changelog summaries
2398      Branch: maint-5.6/perl
2399            ! Changes
2400 ____________________________________________________________________________
2401 [  9514] By: gsar                                  on 2001/04/02  04:07:13
2402         Log: add some notes about gutsy threading matters
2403      Branch: maint-5.6/perl
2404            ! pod/perlguts.pod
2405 ____________________________________________________________________________
2406 [  9513] By: gsar                                  on 2001/04/02  03:25:21
2407         Log: add more prominent caveat notices about experimental features
2408      Branch: maint-5.6/perl
2409            ! pod/perlfork.pod pod/perlunicode.pod
2410 ____________________________________________________________________________
2411 [  9512] By: gsar                                  on 2001/04/02  02:54:33
2412         Log: integrate changes#9479,9509 from mainline
2413              
2414              [PATCH] File::Glob stuff for Mac OS
2415              
2416              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
2417      Branch: maint-5.6/perl
2418           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2419           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2420           !> t/lib/glob-taint.t
2421 ____________________________________________________________________________
2422 [  9511] By: gsar                                  on 2001/04/02  02:38:24
2423         Log: README.win32 tweaks; add a note about alternative location for
2424              getting a gcc-2.95.2 that will build perl properly on windows
2425      Branch: maint-5.6/perl
2426            ! README.win32
2427 ____________________________________________________________________________
2428 [  9510] By: jhi                                   on 2001/04/01  20:45:10
2429         Log: An ambiguosity warning.
2430      Branch: perl
2431            ! t/lib/trig.t
2432 ____________________________________________________________________________
2433 [  9509] By: jhi                                   on 2001/04/01  19:53:47
2434         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
2435              From: Jonathan Stowe <gellyfish@gellyfish.com>
2436              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
2437              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
2438      Branch: perl
2439            ! ext/File/Glob/bsd_glob.c
2440 ____________________________________________________________________________
2441 [  9508] By: jhi                                   on 2001/04/01  19:35:03
2442         Log: Update Changes.
2443      Branch: perl
2444            ! Changes patchlevel.h
2445 ____________________________________________________________________________
2446 [  9507] By: jhi                                   on 2001/04/01  19:24:01
2447         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
2448              from mainline to maintperl: pod tweaks.
2449      Branch: maint-5.6/perl
2450           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
2451           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
2452           !> pod/perlvar.pod
2453 ____________________________________________________________________________
2454 [  9506] By: jhi                                   on 2001/04/01  19:11:53
2455         Log: Commit Sarathy to April release of 5.6.1 :-)
2456      Branch: perl
2457            ! pod/perlfaq1.pod
2458 ____________________________________________________________________________
2459 [  9505] By: jhi                                   on 2001/04/01  19:03:15
2460         Log: Subject: PATCH 5.6.0 (perldebug.pod)
2461              From: Mark-Jason Dominus <mjd@plover.com>
2462              Date: Sun, 01 Apr 2001 14:25:11 -0400
2463              Message-ID: <20010401182511.9247.qmail@plover.com>
2464      Branch: perl
2465            ! pod/perldebug.pod
2466 ____________________________________________________________________________
2467 [  9504] By: jhi                                   on 2001/04/01  18:43:09
2468         Log: Add great_circle_direction().
2469      Branch: perl
2470            ! lib/Math/Trig.pm t/lib/trig.t
2471 ____________________________________________________________________________
2472 [  9503] By: jhi                                   on 2001/04/01  17:29:12
2473         Log: Unicode ReadMe update for Unicode 3.1.
2474      Branch: perl
2475            ! lib/unicode/ReadMe.txt
2476 ____________________________________________________________________________
2477 [  9502] By: jhi                                   on 2001/04/01  17:18:40
2478         Log: Integrate change #9501 from maintperl into mainline.
2479              
2480              fix the perlembed notes on multiple interpreters
2481              
2482              fix ExtUtils::Embed to work passably on Windows
2483      Branch: perl
2484           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
2485 ____________________________________________________________________________
2486 [  9501] By: gsar                                  on 2001/04/01  07:21:57
2487         Log: fix the perlembed notes on multiple interpreters
2488              
2489              fix ExtUtils::Embed to work passably on Windows
2490      Branch: maint-5.6/perl
2491            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
2492 ____________________________________________________________________________
2493 [  9500] By: jhi                                   on 2001/04/01  05:58:23
2494         Log: Test for #9499.
2495      Branch: perl
2496            ! t/op/tr.t
2497 ____________________________________________________________________________
2498 [  9499] By: jhi                                   on 2001/04/01  05:55:46
2499         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
2500      Branch: perl
2501            ! embed.h embed.pl op.c proto.h
2502 ____________________________________________________________________________
2503 [  9498] By: jhi                                   on 2001/04/01  05:44:34
2504         Log: Protect the workaround hunk more.
2505      Branch: perl
2506            ! toke.c
2507 ____________________________________________________________________________
2508 [  9497] By: jhi                                   on 2001/04/01  00:24:25
2509         Log: Integrate changes #9493,9494,9495,9496 from maintperl
2510              into mainline.
2511              
2512              fix a broken workaround for Borland compiler in change#4739
2513              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
2514              
2515              nits spotted by Borland compiler
2516              
2517              avoid redefinition warnings under Borland 5.02
2518              
2519              various nits identified by the Borland 5.5 compiler; remove suppression
2520              of a few warnings
2521      Branch: perl
2522           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
2523           !> win32/win32.h
2524 ____________________________________________________________________________
2525 [  9496] By: gsar                                  on 2001/03/31  23:22:28
2526         Log: various nits identified by the Borland 5.5 compiler; remove suppression
2527              of a few warnings
2528      Branch: maint-5.6/perl
2529            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
2530 ____________________________________________________________________________
2531 [  9495] By: gsar                                  on 2001/03/31  21:03:08
2532         Log: avoid redefinition warnings under Borland 5.02
2533      Branch: maint-5.6/perl
2534            ! win32/makefile.mk
2535 ____________________________________________________________________________
2536 [  9494] By: gsar                                  on 2001/03/31  20:18:59
2537         Log: nits spotted by Borland compiler
2538      Branch: maint-5.6/perl
2539            ! utf8.h win32/win32.h
2540 ____________________________________________________________________________
2541 [  9493] By: gsar                                  on 2001/03/31  20:18:05
2542         Log: fix a broken workaround for Borland compiler in change#4739
2543              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
2544      Branch: maint-5.6/perl
2545            ! toke.c
2546 ____________________________________________________________________________
2547 [  9492] By: jhi                                   on 2001/03/31  18:36:24
2548         Log: Integrate change #9491 from maintperl into mainline.
2549              
2550              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
2551              directory is relative (need to fetch the full path name *before*
2552              the chdir!)
2553      Branch: perl
2554           !> lib/Cwd.pm
2555 ____________________________________________________________________________
2556 [  9491] By: gsar                                  on 2001/03/31  17:01:56
2557         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
2558              directory is relative (need to fetch the full path name *before*
2559              the chdir!)
2560              
2561              this is a followup patch for change#6749
2562      Branch: maint-5.6/perl
2563            ! lib/Cwd.pm
2564 ____________________________________________________________________________
2565 [  9490] By: jhi                                   on 2001/03/31  15:50:18
2566         Log: Subject: Re: [PATCH] av.h cosmetics
2567              From: Simon Cozens <simon@netthink.co.uk>
2568              Date: Sat, 31 Mar 2001 13:09:59 +0100
2569              Message-ID: <20010331130959.A22000@netthink.co.uk>
2570              
2571              Document AvALLOC.
2572      Branch: perl
2573            ! pod/perlguts.pod
2574 ____________________________________________________________________________
2575 [  9489] By: jhi                                   on 2001/03/31  15:48:44
2576         Log: Subject: [PATCH] Re: Math::Big* v1.21
2577              From: Tels <perl_dummy@bloodgate.com>
2578              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
2579              Message-Id: <200103311125.GAA377738@www08.hway.net>
2580      Branch: perl
2581            ! pod/perlop.pod
2582 ____________________________________________________________________________
2583 [  9488] By: jhi                                   on 2001/03/31  03:39:51
2584         Log: Debug output tweak.
2585      Branch: perl
2586            ! t/lib/cwd.t
2587 ____________________________________________________________________________
2588 [  9487] By: jhi                                   on 2001/03/31  03:33:02
2589         Log: OverVMSification.
2590      Branch: perl
2591            ! t/lib/cwd.t
2592 ____________________________________________________________________________
2593 [  9486] By: jhi                                   on 2001/03/31  03:01:40
2594         Log: Missed MANIFESTations in #9483.
2595      Branch: perl
2596            ! MANIFEST
2597 ____________________________________________________________________________
2598 [  9485] By: jhi                                   on 2001/03/31  02:58:17
2599         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
2600              From: Peter Prymmer <pvhp@forte.com>
2601              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
2602              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
2603      Branch: perl
2604            ! regexec.c t/lib/cwd.t
2605 ____________________________________________________________________________
2606 [  9484] By: jhi                                   on 2001/03/31  01:04:41
2607         Log: Obsolete file (see #3938)
2608      Branch: perl
2609            - lib/unicode/README.Ethiopic
2610            ! MANIFEST
2611 ____________________________________________________________________________
2612 [  9483] By: jhi                                   on 2001/03/31  00:52:42
2613         Log: Update to Unicode 3.1.
2614              (Rename Names.txt to NamesList.txt.)
2615      Branch: perl
2616            + lib/unicode/NamesList.txt lib/unicode/PropList.html
2617            - lib/unicode/Names.txt
2618            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
2619            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
2620            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
2621            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
2622            ! lib/unicode/UCD.html lib/unicode/Unicode.html
2623            ! lib/unicode/rename lib/unicode/version
2624 ____________________________________________________________________________
2625 [  9482] By: jhi                                   on 2001/03/30  23:33:44
2626         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2627              From: Robin Houston <robin@kitsite.com>
2628              Date: Fri, 30 Mar 2001 20:07:22 +0100
2629              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
2630      Branch: perl
2631            ! ext/B/B/Deparse.pm
2632 ____________________________________________________________________________
2633 [  9481] By: jhi                                   on 2001/03/30  23:20:25
2634         Log: Subject: Re: [PATCH] CwdXS, Take 2
2635              From: Benjamin Sugars <bsugars@canoe.ca>
2636              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
2637              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
2638      Branch: perl
2639            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
2640            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
2641 ____________________________________________________________________________
2642 [  9480] By: jhi                                   on 2001/03/30  22:52:38
2643         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
2644              From: David Dyck <dcd@tc.fluke.com>
2645              Date: Fri, 30 Mar 2001 14:44:13 -0800
2646              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
2647              
2648              The t/rantests flags file creation was accidentally
2649              removed by #9217.
2650      Branch: perl
2651            ! Makefile.SH
2652 ____________________________________________________________________________
2653 [  9479] By: jhi                                   on 2001/03/30  22:45:45
2654         Log: Subject: [PATCH] File::Glob stuff for Mac OS
2655              From: Chris Nandor <pudge@pobox.com>
2656              Date: Fri, 30 Mar 2001 16:51:00 -0500
2657              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
2658      Branch: perl
2659            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2660            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2661            ! t/lib/glob-taint.t
2662 ____________________________________________________________________________
2663 [  9478] By: jhi                                   on 2001/03/30  22:43:12
2664         Log: Subject: fix for win32/buildext.pl
2665              From: "Vadim Konovalov" <watman@inbox.ru>
2666              Date: Sat, 31 Mar 2001 00:50:36 +0400
2667              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
2668      Branch: perl
2669            ! win32/buildext.pl
2670 ____________________________________________________________________________
2671 [  9477] By: jhi                                   on 2001/03/30  22:41:16
2672         Log: Subject: small base.pm doc patch
2673              From: Leon Brocard <acme@astray.com>
2674              Date: Fri, 30 Mar 2001 21:49:57 +0100
2675              Message-ID: <20010330214957.B8733@ns0.astray.com>
2676      Branch: perl
2677            ! lib/base.pm
2678 ____________________________________________________________________________
2679 [  9476] By: jhi                                   on 2001/03/30  18:16:57
2680         Log: Subject: [PATCH] av.h cosmetics
2681              From: Simon Cozens <simon@netthink.co.uk>
2682              Date: Fri, 30 Mar 2001 18:12:28 +0100
2683              Message-ID: <20010330181228.A9319@netthink.co.uk>
2684      Branch: perl
2685            ! av.h
2686 ____________________________________________________________________________
2687 [  9475] By: jhi                                   on 2001/03/30  18:15:50
2688         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
2689              From: "Philip Newton" <pnewton@gmx.de>
2690              Date: Fri, 30 Mar 2001 19:06:57 +0200
2691              Message-ID: <3AC4D951.14815.1AC7068@localhost>
2692      Branch: perl
2693            ! pod/perlhack.pod
2694 ____________________________________________________________________________
2695 [  9474] By: jhi                                   on 2001/03/30  18:14:02
2696         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
2697              From: Benjamin Sugars <bsugars@canoe.ca>
2698              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
2699              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
2700      Branch: perl
2701            ! t/lib/glob-basic.t
2702 ____________________________________________________________________________
2703 [  9473] By: jhi                                   on 2001/03/30  16:09:24
2704         Log: Update Changes.
2705      Branch: perl
2706            ! Changes patchlevel.h
2707 ____________________________________________________________________________
2708 [  9472] By: jhi                                   on 2001/03/30  15:16:08
2709         Log: Integrate perlio.
2710      Branch: perl
2711           !> t/lib/cwd.t t/lib/glob-basic.t
2712 ____________________________________________________________________________
2713 [  9471] By: nick                                  on 2001/03/30  14:47:10
2714         Log: Should be (^O eq 'MSWin32') not 'Win32'
2715              Fail #12 seems real - chdir is in wrong dir.
2716      Branch: perlio
2717            ! t/lib/cwd.t
2718 ____________________________________________________________________________
2719 [  9470] By: jhi                                   on 2001/03/30  14:41:11
2720         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
2721              From: Radu Greab <radu@netsoft.ro>
2722              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
2723              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
2724              
2725              Replace #9352.
2726      Branch: perl
2727            ! ext/Socket/Socket.xs pp_sys.c
2728 ____________________________________________________________________________
2729 [  9469] By: jhi                                   on 2001/03/30  14:37:51
2730         Log: Subject: PATCH pod/perldiag.pod
2731              From: Robin Houston <robin@kitsite.com>
2732              Date: Fri, 30 Mar 2001 14:10:36 +0100
2733              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
2734      Branch: perl
2735            ! pod/perldiag.pod t/lib/glob-basic.t
2736 ____________________________________________________________________________
2737 [  9468] By: jhi                                   on 2001/03/30  14:36:36
2738         Log: Subject: Better diagnostic in io/fs.t
2739              From: andreas.koenig@anima.de (Andreas J. Koenig)
2740              Date: 30 Mar 2001 10:11:43 +0200
2741              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
2742      Branch: perl
2743            ! t/io/fs.t
2744 ____________________________________________________________________________
2745 [  9467] By: nick                                  on 2001/03/30  14:25:43
2746         Log: Skip order test of glob if case-ignoring system cannot 
2747              create a.test and A.test
2748      Branch: perlio
2749            ! t/lib/glob-basic.t
2750 ____________________________________________________________________________
2751 [  9466] By: nick                                  on 2001/03/30  13:03:12
2752         Log: Integrate mainline.
2753      Branch: perlio
2754            - ext/re/hints/aix.pl
2755           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
2756           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
2757           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
2758           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
2759 ____________________________________________________________________________
2760 [  9465] By: jhi                                   on 2001/03/30  03:53:37
2761         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
2762              the tests sometimes hang, sometimes not.)
2763      Branch: perl
2764            ! t/lib/io_multihomed.t t/lib/io_sock.t
2765 ____________________________________________________________________________
2766 [  9464] By: jhi                                   on 2001/03/30  02:56:04
2767         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
2768              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2769              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
2770              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
2771      Branch: perl
2772            ! op.c
2773 ____________________________________________________________________________
2774 [  9463] By: jhi                                   on 2001/03/30  02:34:48
2775         Log: Test for #9462.
2776      Branch: perl
2777            ! t/lib/b.t
2778 ____________________________________________________________________________
2779 [  9462] By: jhi                                   on 2001/03/30  02:29:37
2780         Log: Subject: B::Deparse precedence bug. (Patch included.)
2781              From: Jeremy Madea <jmadea@inktomi.com>
2782              Date: Thu, 29 Mar 2001 12:05:02 -0800
2783              Message-ID: <20010329120502.A24881@dr.inktomi.com>
2784      Branch: perl
2785            ! ext/B/B/Deparse.pm
2786 ____________________________________________________________________________
2787 [  9461] By: jhi                                   on 2001/03/30  02:18:41
2788         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2789              From: Peter Prymmer <pvhp@forte.com>
2790              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
2791              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
2792      Branch: perl
2793            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
2794            ! t/lib/md5-file.t
2795 ____________________________________________________________________________
2796 [  9460] By: jhi                                   on 2001/03/30  02:17:07
2797         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
2798              From: Robin Houston <robin@kitsite.com>
2799              Date: Thu, 29 Mar 2001 20:47:56 +0100
2800              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
2801      Branch: perl
2802            ! ext/B/B/Debug.pm
2803 ____________________________________________________________________________
2804 [  9459] By: jhi                                   on 2001/03/30  02:16:05
2805         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
2806              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2807              Date: Wed, 28 Mar 2001 18:02:20 -0600
2808              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
2809      Branch: perl
2810            ! lib/ExtUtils/MM_VMS.pm
2811 ____________________________________________________________________________
2812 [  9458] By: jhi                                   on 2001/03/30  02:07:58
2813         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
2814              From: "Joshua E. Rodd" <jrodd@pbs.org>
2815              Date: Wed, 28 Mar 2001 17:29:12 -0500
2816              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
2817      Branch: perl
2818            ! pod/perlop.pod
2819 ____________________________________________________________________________
2820 [  9457] By: jhi                                   on 2001/03/30  02:04:33
2821         Log: Subject: ext/re/aix.pl can go
2822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2823              Date: Thu, 29 Mar 2001 12:03:28 +0200
2824              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
2825      Branch: perl
2826            - ext/re/hints/aix.pl
2827            ! MANIFEST
2828 ____________________________________________________________________________
2829 [  9456] By: jhi                                   on 2001/03/30  02:03:32
2830         Log: Integrate perlio.
2831      Branch: perl
2832           !> ext/Encode/Encode.xs installperl
2833 ____________________________________________________________________________
2834 [  9455] By: nick                                  on 2001/03/29  21:11:46
2835         Log: DLL name has changed so installperl needs to know
2836              (Why isn't it working it out or passed it?)
2837      Branch: perlio
2838            ! installperl
2839 ____________________________________________________________________________
2840 [  9454] By: nick                                  on 2001/03/29  20:56:12
2841         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
2842              and we don't get undef warnings.
2843      Branch: perlio
2844            ! ext/Encode/Encode.xs
2845 ____________________________________________________________________________
2846 [  9453] By: nick                                  on 2001/03/29  17:58:48
2847         Log: Integrate mainline
2848      Branch: perlio
2849           !> Changes patchlevel.h
2850 ____________________________________________________________________________
2851 [  9452] By: jhi                                   on 2001/03/29  16:44:55
2852         Log: Update Changes.
2853      Branch: perl
2854            ! Changes patchlevel.h
2855 ____________________________________________________________________________
2856 [  9451] By: nick                                  on 2001/03/29  16:31:38
2857         Log: Integrate mainline
2858      Branch: perlio
2859           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
2860           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
2861           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
2862           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
2863           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
2864 ____________________________________________________________________________
2865 [  9450] By: jhi                                   on 2001/03/29  16:29:17
2866         Log: Integrate perlio.
2867      Branch: perl
2868           !> win32/buildext.pl
2869 ____________________________________________________________________________
2870 [  9449] By: jhi                                   on 2001/03/29  15:50:01
2871         Log: Update Changes.
2872      Branch: perl
2873            ! Changes patchlevel.h
2874 ____________________________________________________________________________
2875 [  9448] By: nick                                  on 2001/03/29  15:47:15
2876         Log: Make sure buildext.pl finds Errno.pm
2877      Branch: perlio
2878            ! win32/buildext.pl
2879 ____________________________________________________________________________
2880 [  9447] By: jhi                                   on 2001/03/29  15:39:34
2881         Log: Integrate perlio.
2882      Branch: perl
2883           !> win32/makefile.mk
2884 ____________________________________________________________________________
2885 [  9446] By: nick                                  on 2001/03/29  15:30:03
2886         Log: Integrate win32/makefile.mk with mainline.
2887      Branch: perlio
2888           !> win32/makefile.mk
2889 ____________________________________________________________________________
2890 [  9445] By: nick                                  on 2001/03/29  15:27:32
2891         Log: Fix breakage ... 
2892      Branch: perlio
2893            ! win32/makefile.mk
2894 ____________________________________________________________________________
2895 [  9444] By: jhi                                   on 2001/03/29  15:03:08
2896         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2897              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2898              Date: Thu, 29 Mar 2001 10:32:59 +0400
2899              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
2900      Branch: perl
2901            ! win32/makefile.mk
2902 ____________________________________________________________________________
2903 [  9443] By: jhi                                   on 2001/03/29  15:02:12
2904         Log: Integrate perlio.
2905      Branch: perl
2906           +> win32/buildext.pl
2907           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
2908           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
2909 ____________________________________________________________________________
2910 [  9442] By: nick                                  on 2001/03/29  14:59:11
2911         Log: Work in progress - determine win32 extensions to build via script.
2912      Branch: perlio
2913            + win32/buildext.pl
2914            ! MANIFEST win32/makefile.mk
2915 ____________________________________________________________________________
2916 [  9441] By: jhi                                   on 2001/03/29  14:51:47
2917         Log: Reintroduce the use of external pwd.
2918      Branch: perl
2919            ! t/lib/cwd.t
2920 ____________________________________________________________________________
2921 [  9440] By: jhi                                   on 2001/03/29  14:42:58
2922         Log: use warnings instead of -w.
2923      Branch: perl
2924            ! utils/h2xs.PL
2925 ____________________________________________________________________________
2926 [  9439] By: jhi                                   on 2001/03/29  14:41:52
2927         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
2928              From: Jonathan Stowe <gellyfish@gellyfish.com>
2929              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
2930              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
2931      Branch: perl
2932            ! utils/h2xs.PL
2933 ____________________________________________________________________________
2934 [  9438] By: jhi                                   on 2001/03/29  14:39:38
2935         Log: Subject: [PATCH perl@9424] minor pod nits
2936              From: Robin Barker <rmb1@cise.npl.co.uk>
2937              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
2938              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
2939      Branch: perl
2940            ! pod/perlhack.pod pod/perliol.pod
2941 ____________________________________________________________________________
2942 [  9437] By: jhi                                   on 2001/03/29  14:29:16
2943         Log: Subject: [PATCH perl@9424] typemap cast warning
2944              From: Robin Barker <rmb1@cise.npl.co.uk>
2945              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
2946              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
2947      Branch: perl
2948            ! lib/ExtUtils/typemap
2949 ____________________________________________________________________________
2950 [  9436] By: jhi                                   on 2001/03/29  14:26:03
2951         Log: Subject: [PATCH perl@9424] printf warning
2952              From: Robin Barker <rmb1@cise.npl.co.uk>
2953              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
2954              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
2955      Branch: perl
2956            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
2957            ! ext/Storable/Storable.xs toke.c
2958 ____________________________________________________________________________
2959 [  9435] By: nick                                  on 2001/03/29  14:23:31
2960         Log: Win32 has name conflict with ERROR
2961      Branch: perlio
2962            ! ext/PerlIO/Via/Via.xs
2963 ____________________________________________________________________________
2964 [  9434] By: jhi                                   on 2001/03/29  14:17:48
2965         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2966              From: Peter Prymmer <pvhp@forte.com>
2967              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
2968              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
2969      Branch: perl
2970            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
2971 ____________________________________________________________________________
2972 [  9433] By: jhi                                   on 2001/03/29  13:52:44
2973         Log: test-prep target was missing.
2974      Branch: perl
2975            ! Makefile.SH
2976 ____________________________________________________________________________
2977 [  9432] By: nick                                  on 2001/03/29  12:40:03
2978         Log: Make as-shipped compiler default to MSVC6 
2979      Branch: perlio
2980            ! win32/makefile.mk
2981 ____________________________________________________________________________
2982 [  9431] By: nick                                  on 2001/03/29  12:12:16
2983         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
2984              akin to PerlIO::Scalar.
2985      Branch: perlio
2986            ! perlio.c perlio.h
2987 ____________________________________________________________________________
2988 [  9430] By: nick                                  on 2001/03/29  10:56:35
2989         Log: Integrate mainline.
2990      Branch: perlio
2991           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2992           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2993           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2994           !> win32/makefile.mk win32/win32sck.c
2995 ____________________________________________________________________________
2996 [  9429] By: nick                                  on 2001/03/29  09:03:43
2997         Log: Noticed that two tests were skipped as perlio:: package
2998              isn't there any more. Changed the skip condition.
2999              Avoid core-dump if sv_utf8_upgrade() called on something
3000              that does not become SvPOK after SvPV() (e.g. a ref).
3001      Branch: perlio
3002            ! sv.c t/io/utf8.t t/lib/io_scalar.t
3003 ____________________________________________________________________________
3004 [  9428] By: jhi                                   on 2001/03/29  01:31:47
3005         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
3006              From: Benjamin Sugars <bsugars@canoe.ca> 
3007              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
3008              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
3009      Branch: perl
3010            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
3011            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
3012            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
3013 ____________________________________________________________________________
3014 [  9427] By: jhi                                   on 2001/03/29  00:49:30
3015         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
3016              From: "Vadim Konovalov" <watman@inbox.ru>
3017              Date: Thu, 29 Mar 2001 01:50:12 +0400
3018              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
3019      Branch: perl
3020            ! win32/makefile.mk win32/win32sck.c
3021 ____________________________________________________________________________
3022 [  9426] By: gsar                                  on 2001/03/29  00:28:04
3023         Log: dmake can only handle == and != in comparisons; support building
3024              with Borland's VCL libraries (from Vadim Konovalov)
3025      Branch: maint-5.6/perl
3026            ! win32/makefile.mk
3027 ____________________________________________________________________________
3028 [  9425] By: nick                                  on 2001/03/28  19:29:56
3029         Log: Integrate (@snapshot)
3030      Branch: perlio
3031           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
3032 ____________________________________________________________________________
3033 [  9424] By: jhi                                   on 2001/03/28  19:03:16
3034         Log: Update Changes.
3035      Branch: perl
3036            ! Changes patchlevel.h
3037 ____________________________________________________________________________
3038 [  9423] By: jhi                                   on 2001/03/28  18:52:09
3039         Log: Rmdir lib/XS on cleanup.
3040      Branch: perl
3041            ! Makefile.SH
3042 ____________________________________________________________________________
3043 [  9422] By: jhi                                   on 2001/03/28  18:49:34
3044         Log: Integrate perlio.
3045      Branch: perl
3046           !> t/op/utf8decode.t
3047 ____________________________________________________________________________
3048 [  9421] By: nick                                  on 2001/03/28  18:46:44
3049         Log: Loose duplicate chunk.
3050      Branch: perlio
3051            ! t/op/utf8decode.t
3052 ____________________________________________________________________________
3053 [  9420] By: nick                                  on 2001/03/28  18:44:11
3054         Log: Integrate mainline.
3055      Branch: perlio
3056           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
3057           !> vms/vmsish.h
3058 ____________________________________________________________________________
3059 [  9419] By: jhi                                   on 2001/03/28  18:42:05
3060         Log: Can't trust external pwds
3061              (either shell builtins or external programs)
3062      Branch: perl
3063            ! t/lib/cwd.t
3064 ____________________________________________________________________________
3065 [  9418] By: jhi                                   on 2001/03/28  18:34:05
3066         Log: Integrate perlio.
3067      Branch: perl
3068            - lib/perlio.pm
3069           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3070           !> t/op/utf8decode.t
3071 ____________________________________________________________________________
3072 [  9417] By: nick                                  on 2001/03/28  18:24:02
3073         Log: PerlIO.pm / perlio.pm conflict.
3074              Update some pods.
3075              Make t/op/utf8decode.t a text file.
3076      Branch: perlio
3077            - lib/perlio.pm
3078            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
3079            ! t/op/utf8decode.t
3080 ____________________________________________________________________________
3081 [  9416] By: jhi                                   on 2001/03/28  18:06:07
3082         Log: Integrate change #9409 from mainline to maintperl.
3083              
3084              Yet another tweak on AIX dynaloading.
3085      Branch: maint-5.6/perl
3086           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3087 ____________________________________________________________________________
3088 [  9415] By: gsar                                  on 2001/03/28  17:13:01
3089         Log: integrate changes#9377,9385,9401 from mainline
3090              
3091              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
3092              
3093              If directory entries compare equal case-insensitively,
3094              retry case-sensitively.
3095              
3096              Subject: [PATCH] B::Terse and warnings
3097      Branch: maint-5.6/perl
3098           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
3099           !> t/pragma/warn/perl
3100 ____________________________________________________________________________
3101 [  9414] By: jhi                                   on 2001/03/28  17:11:12
3102         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
3103              From: "Craig A. Berry" <craigberry@mac.com>
3104              Date: Wed, 28 Mar 2001 10:55:20 -0600
3105              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
3106      Branch: perl
3107            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
3108 ____________________________________________________________________________
3109 [  9413] By: jhi                                   on 2001/03/28  17:03:12
3110         Log: Dup hunk.
3111      Branch: perl
3112            ! t/op/utf8decode.t
3113 ____________________________________________________________________________
3114 [  9412] By: jhi                                   on 2001/03/28  17:02:36
3115         Log: Forced integrate from perlio.
3116      Branch: perl
3117           !> t/op/utf8decode.t
3118 ____________________________________________________________________________
3119 [  9411] By: nick                                  on 2001/03/28  16:50:03
3120         Log: Integrate mainline.
3121      Branch: perlio
3122           +> t/lib/cwd.t
3123           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3124           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
3125           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
3126           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
3127           !> t/pragma/warn/perl
3128 ____________________________________________________________________________
3129 [  9410] By: jhi                                   on 2001/03/28  16:44:23
3130         Log: Subject: Re: [PATCH] 9403 cannot be tested
3131              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3132              Date: Wed, 28 Mar 2001 18:33:56 +0200
3133              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
3134      Branch: perl
3135            ! makedef.pl
3136 ____________________________________________________________________________
3137 [  9409] By: jhi                                   on 2001/03/28  16:12:45
3138         Log: Yet another tweak on AIX dynaloading.
3139      Branch: perl
3140            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3141 ____________________________________________________________________________
3142 [  9408] By: jhi                                   on 2001/03/28  15:52:55
3143         Log: Subject: [PATCH] 9403 cannot be tested
3144              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3145              Date: Wed, 28 Mar 2001 17:23:00 +0200
3146              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
3147              
3148              A missing symbol.
3149      Branch: perl
3150            ! makedef.pl
3151 ____________________________________________________________________________
3152 [  9407] By: jhi                                   on 2001/03/28  15:47:43
3153         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
3154      Branch: perl
3155            ! t/op/utf8decode.t
3156           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
3157           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
3158 ____________________________________________________________________________
3159 [  9406] By: jhi                                   on 2001/03/28  15:37:08
3160         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
3161              From: Benjamin Sugars <bsugars@canoe.ca> 
3162              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
3163              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
3164      Branch: perl
3165            + t/lib/cwd.t
3166            ! MANIFEST
3167 ____________________________________________________________________________
3168 [  9405] By: jhi                                   on 2001/03/28  15:13:18
3169         Log: pp_ne() needs a CORRECT boolean.
3170      Branch: perl
3171            ! pp.c
3172 ____________________________________________________________________________
3173 [  9404] By: jhi                                   on 2001/03/28  15:09:23
3174         Log: pp_ne() needs a boolean, not an integer.
3175      Branch: perl
3176            ! pp.c
3177 ____________________________________________________________________________
3178 [  9403] By: jhi                                   on 2001/03/28  14:47:43
3179         Log: (Retracted by #9404.)
3180      Branch: perl
3181            ! pp.c
3182 ____________________________________________________________________________
3183 [  9402] By: jhi                                   on 2001/03/28  14:43:59
3184         Log: Subject: Re: [PATCH] Typemap testing
3185              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
3186              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
3187              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
3188      Branch: perl
3189            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3190            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
3191 ____________________________________________________________________________
3192 [  9401] By: jhi                                   on 2001/03/28  14:42:14
3193         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
3194              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
3195              Date: Sun, 25 Mar 2001 21:59:15 +0100
3196              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
3197              
3198              A variable will be checked for the "use once" warnings if:
3199              
3200              1. It is in the scope of a use warnings 'once'
3201              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
3202              
3203              Otherwise it won't be checked at all.
3204              
3205              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
3206              
3207              The enclosed patch partially fixes this issue. What I didn't
3208              get to work was the case where the "used once" warning is enabled
3209              in any file other than the main file.
3210      Branch: perl
3211            ! gv.c t/pragma/warn/perl
3212 ____________________________________________________________________________
3213 [  9400] By: nick                                  on 2001/03/28  14:38:24
3214         Log: More EBCDIC tweaks:
3215              - one more swash issue &~(0xA0-1) did not do the right thing,
3216              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
3217              - add "use re 'asciirange'" to make [!-~] etc. work
3218              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
3219              - Choose a key for t/op/each.t test which gets encoded.
3220              - Skip utf8decode if this is UTF-EBCDIC.
3221      Branch: perlio
3222            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
3223            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
3224 ____________________________________________________________________________
3225 [  9399] By: jhi                                   on 2001/03/28  14:21:00
3226         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
3227              Andreas Schwab.
3228      Branch: perl
3229            ! pp.c
3230 ____________________________________________________________________________
3231 [  9398] By: jhi                                   on 2001/03/28  00:55:56
3232         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
3233              From: David Dyck <dcd@tc.fluke.com>
3234              Date: Tue, 27 Mar 2001 15:16:24 -0800
3235              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
3236      Branch: perl
3237            ! ext/IO/lib/IO/Socket.pm
3238 ____________________________________________________________________________
3239 [  9397] By: jhi                                   on 2001/03/27  21:52:49
3240         Log: Integrate perlio.
3241      Branch: perl
3242           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
3243           +> ext/PerlIO/Via/Via.xs
3244           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
3245 ____________________________________________________________________________
3246 [  9396] By: nick                                  on 2001/03/27  21:45:13
3247         Log: Integrate mainline.
3248      Branch: perlio
3249           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
3250           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
3251 ____________________________________________________________________________
3252 [  9395] By: nick                                  on 2001/03/27  21:18:58
3253         Log: Outline docs for PerlIO and PerlIO::Scalar
3254      Branch: perlio
3255            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
3256 ____________________________________________________________________________
3257 [  9394] By: nick                                  on 2001/03/27  20:50:13
3258         Log: PerlIO::Via layer (alpha-ish).
3259      Branch: perlio
3260            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
3261            + ext/PerlIO/Via/Via.xs
3262            ! MANIFEST
3263 ____________________________________________________________________________
3264 [  9393] By: jhi                                   on 2001/03/27  20:49:55
3265         Log: Retract #9329 now that 9390 should take care of the matter.
3266      Branch: perl
3267            ! utils/h2xs.PL
3268 ____________________________________________________________________________
3269 [  9390] By: jhi                                   on 2001/03/27  20:47:50
3270         Log: Subject: Autoloading Errno.pm when %! is encountered
3271              From: Robin Houston <robin@kitsite.com>
3272              Date: Tue, 27 Mar 2001 20:57:11 +0100
3273              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
3274      Branch: perl
3275            ! embed.h embed.pl gv.c proto.h t/op/magic.t
3276 ____________________________________________________________________________
3277 [  9389] By: jhi                                   on 2001/03/27  20:24:31
3278         Log: Integrate perlio.
3279      Branch: perl
3280           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
3281           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
3282           !> utf8.c
3283 ____________________________________________________________________________
3284 [  9388] By: jhi                                   on 2001/03/27  20:21:38
3285         Log: Better have a three-element array if one is going to assign
3286              to the third element of that array. (from Tim Jenness)
3287      Branch: perl
3288            ! ext/XS/Typemap/Typemap.xs
3289 ____________________________________________________________________________
3290 [  9387] By: nick                                  on 2001/03/27  20:15:43
3291         Log: Integrate mainline.
3292      Branch: perlio
3293           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
3294           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3295           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
3296           +> t/lib/xs-typemap.t
3297           !> (integrate 34 files)
3298 ____________________________________________________________________________
3299 [  9386] By: jhi                                   on 2001/03/27  20:04:18
3300         Log: Subject: Re: perl@9359 breaks HTML::Parser
3301              From: Gisle Aas <gisle@ActiveState.com>
3302              Date: 27 Mar 2001 11:30:24 -0800
3303              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
3304              
3305              Clarify the UTF-8 issues of the API docs.
3306              (Slightly reworded and expanded.)
3307      Branch: perl
3308            ! pod/perlapi.pod sv.c sv.h
3309 ____________________________________________________________________________
3310 [  9385] By: jhi                                   on 2001/03/27  19:44:25
3311         Log: If directory entries compare equal case-insensitively,
3312              retry case-sensitively.
3313      Branch: perl
3314            ! ext/File/Glob/bsd_glob.c
3315 ____________________________________________________________________________
3316 [  9384] By: nick                                  on 2001/03/27  19:38:50
3317         Log: Various EBCDIC fixes:
3318              - major revelation that swash code is encoding aware,
3319              (or thought it was) - now it is ;-)
3320              - With that out of the way fix a slab of tr/// cases.
3321              - Fix Encode 'Unicode' to be true Unicode so tests pass.
3322              - As anticipated Base64.xs needed tweaks.
3323              - Until tr/// works right avoid old_encode64 in MIME tests.
3324      Branch: perlio
3325            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
3326            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
3327 ____________________________________________________________________________
3328 [  9383] By: jhi                                   on 2001/03/27  18:34:41
3329         Log: Add the std test suite BEGIN block.
3330      Branch: perl
3331            ! t/lib/xs-typemap.t
3332 ____________________________________________________________________________
3333 [  9382] By: jhi                                   on 2001/03/27  15:16:07
3334         Log: Add debugging output to the test.
3335      Branch: perl
3336            ! t/lib/glob-basic.t
3337 ____________________________________________________________________________
3338 [  9381] By: jhi                                   on 2001/03/27  15:08:10
3339         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
3340      Branch: perl
3341            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
3342            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3343            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
3344            + t/lib/xs-typemap.t
3345            ! MANIFEST
3346 ____________________________________________________________________________
3347 [  9380] By: jhi                                   on 2001/03/27  14:48:34
3348         Log: Subject: [PATCH] Typemap testing
3349              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
3350              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
3351              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
3352              
3353              (The first part of the patch.)
3354      Branch: perl
3355            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3356 ____________________________________________________________________________
3357 [  9379] By: jhi                                   on 2001/03/27  14:44:56
3358         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
3359              From: Benjamin Sugars <bsugars@canoe.ca> 
3360              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
3361              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
3362      Branch: perl
3363            ! t/lib/glob-basic.t
3364 ____________________________________________________________________________
3365 [  9378] By: jhi                                   on 2001/03/27  14:42:30
3366         Log: Subject: [PATCH] perlvar nit
3367              From: Simon Cozens <simon@netthink.co.uk>
3368              Date: Tue, 27 Mar 2001 01:12:01 +0100
3369              Message-ID: <20010327011201.A19179@netthink.co.uk>
3370      Branch: perl
3371            ! pod/perlvar.pod
3372 ____________________________________________________________________________
3373 [  9377] By: jhi                                   on 2001/03/27  14:36:26
3374         Log: Subject: [PATCH] B::Terse and warnings
3375              From: Benjamin Sugars <ben.sugars@home.com>
3376              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
3377              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
3378      Branch: perl
3379            ! ext/B/B.pm ext/B/B/Terse.pm
3380 ____________________________________________________________________________
3381 [  9376] By: jhi                                   on 2001/03/27  14:31:31
3382         Log: Document sockatmark() some.
3383      Branch: perl
3384            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
3385            ! pod/perltoc.pod
3386 ____________________________________________________________________________
3387 [  9375] By: jhi                                   on 2001/03/27  14:00:24
3388         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
3389              noted by Gisle and fixed by NI-S.
3390      Branch: perl
3391            ! sv.c
3392 ____________________________________________________________________________
3393 [  9374] By: jhi                                   on 2001/03/27  05:50:01
3394         Log: Regen toc.
3395      Branch: perl
3396            ! pod/perltoc.pod
3397 ____________________________________________________________________________
3398 [  9373] By: jhi                                   on 2001/03/27  05:43:51
3399         Log: Pixie documenting.
3400      Branch: perl
3401            ! Makefile.SH pod/perlhack.pod
3402 ____________________________________________________________________________
3403 [  9372] By: jhi                                   on 2001/03/27  05:29:34
3404         Log: Metaconfig unit changes for #9371.
3405      Branch: metaconfig
3406            ! U/modified/myhostname.U
3407      Branch: metaconfig/U/perl
3408            + d_sockatmark.U
3409            ! gccvers.U
3410 ____________________________________________________________________________
3411 [  9371] By: jhi                                   on 2001/03/27  05:29:07
3412         Log: Add sockatmark() probing.
3413      Branch: perl
3414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3415            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3416            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3417            ! vos/config.ga.h win32/config.bc win32/config.gc
3418            ! win32/config.vc
3419 ____________________________________________________________________________
3420 [  9370] By: jhi                                   on 2001/03/26  22:01:18
3421         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
3422              Really need to benchmark this.
3423      Branch: perl
3424            ! pp.c
3425 ____________________________________________________________________________
3426 [  9369] By: nick                                  on 2001/03/26  21:59:30
3427         Log: Integrate mainline.
3428      Branch: perlio
3429            ! ext/MIME/Base64/QuotedPrint.pm
3430           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3431           !> patchlevel.h pod/perlhack.pod pp_sys.c
3432 ____________________________________________________________________________
3433 [  9368] By: jhi                                   on 2001/03/26  21:47:03
3434         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
3435              
3436              TODO1: perlbench.
3437              TODO2: le, lt, ge, gt?  Yech.
3438      Branch: perl
3439            ! pp.c
3440 ____________________________________________________________________________
3441 [  9367] By: jhi                                   on 2001/03/26  21:34:57
3442         Log: Too much cut-and-paste in #9363.
3443      Branch: perl
3444            ! pp_sys.c
3445 ____________________________________________________________________________
3446 [  9366] By: jhi                                   on 2001/03/26  21:20:53
3447         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
3448              From: Andreas Schwab <schwab@suse.de>
3449              Date: 26 Mar 2001 17:29:04 +0200
3450              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
3451              
3452              (The patch for 5.6.0 or so, this is a guess for bleadperl)
3453      Branch: perl
3454            ! pp_hot.c
3455 ____________________________________________________________________________
3456 [  9365] By: jhi                                   on 2001/03/26  21:07:54
3457         Log: Integrate perlio.
3458      Branch: perl
3459           !> perlio.c
3460 ____________________________________________________________________________
3461 [  9364] By: nick                                  on 2001/03/26  20:30:48
3462         Log: REFCNT botch in layer name cache hash.
3463      Branch: perlio
3464            ! perlio.c
3465 ____________________________________________________________________________
3466 [  9363] By: jhi                                   on 2001/03/26  18:44:32
3467         Log: Subject: [PATCH] socket() leaks file descriptors
3468              From: Benjamin Sugars <bsugars@canoe.ca>
3469              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
3470              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
3471              
3472              Also sockpair() fixed similarly.
3473      Branch: perl
3474            ! pp_sys.c
3475 ____________________________________________________________________________
3476 [  9362] By: jhi                                   on 2001/03/26  18:37:52
3477         Log: Integrate perlio.
3478      Branch: perl
3479           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
3480 ____________________________________________________________________________
3481 [  9361] By: nick                                  on 2001/03/26  17:32:06
3482         Log: Implement flush of linebuffered streams on read of a tty.
3483      Branch: perlio
3484            ! perlio.c perliol.h
3485 ____________________________________________________________________________
3486 [  9360] By: nick                                  on 2001/03/26  17:12:32
3487         Log: Memory tweaks and notes for OEMVS.
3488      Branch: perlio
3489            ! README.os390 miniperlmain.c t/op/pat.t
3490 ____________________________________________________________________________
3491 [  9359] By: jhi                                   on 2001/03/26  02:12:54
3492         Log: Update Changes.
3493      Branch: perl
3494            ! Changes patchlevel.h
3495 ____________________________________________________________________________
3496 [  9358] By: jhi                                   on 2001/03/26  02:05:32
3497         Log: Document the most common pixie options.
3498      Branch: perl
3499            ! pod/perlhack.pod
3500 ____________________________________________________________________________
3501 [  9357] By: jhi                                   on 2001/03/26  01:25:28
3502         Log: For perl.pixie check *before* compiling that optimize is -g,
3503              as for perl.third.
3504      Branch: perl
3505            ! Makefile.SH
3506 ____________________________________________________________________________
3507 [  9356] By: jhi                                   on 2001/03/26  01:13:41
3508         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
3509      Branch: perl
3510            ! Makefile.SH
3511 ____________________________________________________________________________
3512 [  9355] By: jhi                                   on 2001/03/26  01:11:19
3513         Log: Remove t/perl.third.
3514      Branch: perl
3515            ! Makefile.SH
3516 ____________________________________________________________________________
3517 [  9354] By: jhi                                   on 2001/03/26  00:23:38
3518         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
3519              IO::Sockatmark().
3520      Branch: perl
3521            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3522 ____________________________________________________________________________
3523 [  9353] By: jhi                                   on 2001/03/25  22:25:04
3524         Log: Integrate perlio.
3525      Branch: perl
3526           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3527           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
3528           !> pp_hot.c win32/makefile.mk
3529 ____________________________________________________________________________
3530 [  9352] By: jhi                                   on 2001/03/25  22:21:41
3531         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
3532              From: Radu Greab <radu@netsoft.ro>
3533              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
3534              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
3535      Branch: perl
3536            ! pp_sys.c
3537 ____________________________________________________________________________
3538 [  9351] By: nick                                  on 2001/03/25  22:15:02
3539         Log: Fix readline in list mode to tell rest of world that it has
3540              things on the stack. Otherwise if perl code gets invoked
3541              underneath it it scribbles over results-so-far.
3542              (Why TIEHANDLE has not tripped on this is a mystery.)
3543      Branch: perlio
3544            ! pp_hot.c
3545 ____________________________________________________________________________
3546 [  9350] By: nick                                  on 2001/03/25  22:10:13
3547         Log: win32/makefile.mk typos
3548      Branch: perlio
3549            ! win32/makefile.mk
3550 ____________________________________________________________________________
3551 [  9349] By: nick                                  on 2001/03/25  21:31:14
3552         Log: Integrate now-non-binary file.
3553      Branch: perlio
3554           !> t/lib/mimeqp.t
3555 ____________________________________________________________________________
3556 [  9348] By: nick                                  on 2001/03/25  21:27:24
3557         Log: Make it text
3558      Branch: perlio
3559            ! t/lib/mimeqp.t
3560 ____________________________________________________________________________
3561 [  9347] By: nick                                  on 2001/03/25  21:25:37
3562         Log: Integrate mainline.
3563      Branch: perlio
3564           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3565           !> lib/Term/ReadLine.pm t/lib/md5-file.t
3566 ____________________________________________________________________________
3567 [  9346] By: nick                                  on 2001/03/25  20:58:15
3568         Log: Add destruct time hook to PerlIO (for work-in-process implementing
3569              layers in perl code. In such cases layers need to be popped before
3570              we loose the ability to run perl code.)
3571              Also back-out "PerlIO::object" hook - it isn't going to work like that...
3572      Branch: perlio
3573            ! perl.c perlio.c perlio.h perliol.h
3574 ____________________________________________________________________________
3575 [  9345] By: nick                                  on 2001/03/25  20:49:11
3576         Log: Avoid at leasy one of undefined warnings in Encode.
3577      Branch: perlio
3578            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3579 ____________________________________________________________________________
3580 [  9344] By: jhi                                   on 2001/03/25  20:37:43
3581         Log: A workaround for using Term::ReadLine in emacs minibuffer
3582              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
3583              additional tweaks from Ilya Zakharevich.
3584      Branch: perl
3585            ! lib/Term/ReadLine.pm
3586 ____________________________________________________________________________
3587 [  9343] By: nick                                  on 2001/03/25  20:21:14
3588         Log: Missing return value.
3589      Branch: perlio
3590            ! ext/PerlIO/Scalar/Scalar.xs
3591 ____________________________________________________________________________
3592 [  9342] By: jhi                                   on 2001/03/25  16:21:00
3593         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
3594              to equal the CPAN versions since no code changes have been made.
3595      Branch: perl
3596            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3597            ! t/lib/md5-file.t
3598 ____________________________________________________________________________
3599 [  9341] By: jhi                                   on 2001/03/25  16:01:48
3600         Log: Escape 8-bit characters.
3601      Branch: perl
3602            ! t/lib/mimeqp.t
3603 ____________________________________________________________________________
3604 [  9340] By: gsar                                  on 2001/03/25  15:50:53
3605         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
3606              chars)
3607      Branch: perl
3608            + t/lib/mimeqp.t
3609 ____________________________________________________________________________
3610 [  9339] By: gsar                                  on 2001/03/25  15:48:50
3611         Log: delete mimeqp.t for later with text mode set
3612      Branch: perl
3613            - t/lib/mimeqp.t
3614 ____________________________________________________________________________
3615 [  9338] By: nick                                  on 2001/03/25  09:01:57
3616         Log: Integrate mainline.
3617      Branch: perlio
3618           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3619           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3620           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3621           +> t/lib/mimeb64u.t t/lib/mimeqp.t
3622           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
3623           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
3624           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3625 ____________________________________________________________________________
3626 [  9337] By: jhi                                   on 2001/03/25  04:23:24
3627         Log: Add MIME::Base64 here and there.  Again, a lot of
3628              optimism is in the air.
3629      Branch: perl
3630            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3631            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
3632 ____________________________________________________________________________
3633 [  9336] By: jhi                                   on 2001/03/25  04:12:43
3634         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
3635              this by ear as I do not do Win32 programming.)
3636      Branch: perl
3637            ! win32/Makefile win32/makefile.mk
3638 ____________________________________________________________________________
3639 [  9335] By: jhi                                   on 2001/03/25  04:03:50
3640         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
3641      Branch: perl
3642            ! t/lib/md5-file.t
3643 ____________________________________________________________________________
3644 [  9334] By: jhi                                   on 2001/03/25  03:58:53
3645         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
3646      Branch: perl
3647            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3648            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3649            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3650            + t/lib/mimeb64u.t t/lib/mimeqp.t
3651            ! MANIFEST
3652 ____________________________________________________________________________
3653 [  9333] By: jhi                                   on 2001/03/24  20:14:37
3654         Log: Integrate perlio.
3655      Branch: perl
3656           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
3657 ____________________________________________________________________________
3658 [  9332] By: nick                                  on 2001/03/24  19:40:34
3659         Log: Fix un-init variable leading to spurious "Out of Memory!"
3660      Branch: perlio
3661            ! doio.c
3662 ____________________________________________________________________________
3663 [  9331] By: nick                                  on 2001/03/24  19:09:59
3664         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
3665              and update layers internals doc.
3666      Branch: perlio
3667            ! pod/perlfunc.pod pod/perliol.pod
3668 ____________________________________________________________________________
3669 [  9330] By: jhi                                   on 2001/03/24  18:42:11
3670         Log: The length might be uninitialized garbage if the *svp is the undef.
3671      Branch: perl
3672            ! doio.c
3673 ____________________________________________________________________________
3674 [  9329] By: jhi                                   on 2001/03/24  18:26:57
3675         Log: (Retracted by #9393)
3676
3677              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
3678              From: Simon Cozens <simon@netthink.co.uk>
3679              Date: Sat, 24 Mar 2001 17:13:17 +0000
3680              Message-ID: <20010324171317.A13406@netthink.co.uk>
3681      Branch: perl
3682            ! utils/h2xs.PL
3683 ____________________________________________________________________________
3684 [  9328] By: nick                                  on 2001/03/24  17:22:02
3685         Log: Integrate mainline.
3686      Branch: perlio
3687           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
3688           !> lib/unicode/version
3689 ____________________________________________________________________________
3690 [  9327] By: nick                                  on 2001/03/24  17:16:02
3691         Log: Integrate mainline.
3692      Branch: perlio
3693           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3694           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3695           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3696           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3697           +> t/lib/md5-file.t
3698           !> MANIFEST Makefile.SH configure.com djgpp/config.over
3699           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
3700           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
3701           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
3702           !> win32/makefile.mk
3703 ____________________________________________________________________________
3704 [  9326] By: jhi                                   on 2001/03/24  17:00:42
3705         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
3706      Branch: perl
3707            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
3708            ! lib/unicode/version
3709 ____________________________________________________________________________
3710 [  9325] By: jhi                                   on 2001/03/24  16:22:33
3711         Log: Subject: Re: B::Deparse bug (5.6.0)
3712              From: Robin Houston <robin@kitsite.com>
3713              Date: Sat, 24 Mar 2001 14:33:09 +0000
3714              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
3715      Branch: perl
3716            ! op.c pp.c t/lib/b.t t/op/repeat.t
3717 ____________________________________________________________________________
3718 [  9324] By: jhi                                   on 2001/03/24  16:21:56
3719         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
3720              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
3721              these additions may be too optimistic.
3722      Branch: perl
3723            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3724            ! hints/uwin.sh hints/vmesa.sh
3725 ____________________________________________________________________________
3726 [  9323] By: jhi                                   on 2001/03/24  16:06:01
3727         Log: Integrate perlio.
3728      Branch: perl
3729           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3730           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3731            ! Makefile.SH
3732           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
3733           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
3734           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
3735           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3736           !> win32/makefile.mk win32/perlhost.h win32/win32.c
3737           !> win32/win32iop.h
3738 ____________________________________________________________________________
3739 [  9322] By: nick                                  on 2001/03/24  14:39:12
3740         Log: Routine Win32 regen_config_h - no real changes.
3741      Branch: perlio
3742            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3743 ____________________________________________________________________________
3744 [  9321] By: nick                                  on 2001/03/24  14:31:49
3745         Log: PerlIO fixups for Win32:
3746              - provide win33_popenlist() - non-functional as yet.
3747              - avoid need for aTHX in PerlIO_debug calls - even if not 
3748              enabled args are still evaluated so Win32 has trouble during fork().
3749              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
3750              - Fixup makedef.pl for latest set of symbols.
3751      Branch: perlio
3752            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
3753            ! win32/perlhost.h win32/win32.c win32/win32iop.h
3754 ____________________________________________________________________________
3755 [  9320] By: nick                                  on 2001/03/24  14:26:58
3756         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
3757              was gibberish - broke it on WIn32 at least.
3758      Branch: perlio
3759            ! ext/POSIX/POSIX.xs
3760 ____________________________________________________________________________
3761 [  9319] By: nick                                  on 2001/03/24  11:29:41
3762         Log: Generated files.
3763      Branch: perlio
3764            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3765 ____________________________________________________________________________
3766 [  9318] By: nick                                  on 2001/03/24  10:29:37
3767         Log: Implement:
3768              1.  open($fh,"+<",undef);  # add test to t/io/open.t
3769              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
3770      Branch: perlio
3771            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3772            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3773            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
3774            ! t/io/open.t t/io/utf8.t
3775 ____________________________________________________________________________
3776 [  9317] By: jhi                                   on 2001/03/23  23:41:25
3777         Log: AIX does seems to have optimization problems with its C compilers.
3778      Branch: perl
3779            ! hints/aix.sh
3780 ____________________________________________________________________________
3781 [  9316] By: jhi                                   on 2001/03/23  23:40:46
3782         Log: Integrate perlio.
3783      Branch: perl
3784           +> lib/PerlIO.pm
3785           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
3786           !> perliol.h
3787 ____________________________________________________________________________
3788 [  9315] By: jhi                                   on 2001/03/23  22:16:30
3789         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
3790      Branch: perl
3791            ! t/lib/md5-file.t
3792 ____________________________________________________________________________
3793 [  9314] By: nick                                  on 2001/03/23  20:49:02
3794         Log: Perlio internals re-organized.
3795              - open process creates AV of layer/arg pairs
3796              (appends layers from open() or open.pm to default list).
3797              - push arg is now an SV.
3798              - layer ->Open get passed the AV
3799              - open is no longer mandatory method.
3800              - topmost layer that has ->Open method does the open
3801              - any layers above are pushed once that returns.
3802              - vtable re-ordered so dummy layers need only provide push/pop methods.
3803      Branch: perlio
3804            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3805 ____________________________________________________________________________
3806 [  9313] By: nick                                  on 2001/03/23  16:27:41
3807         Log: Check in a stable (working) version before next round of tweaks.
3808              Changes include:
3809              - Move default layers code out of doio.c and into perlio.c
3810              - Single routine for parsing layer specification strings.
3811              - Skeleton support for demand loading of layers
3812              - Core-dump avoidance if PERLIO environment specifies loadable layer
3813              (does not _work_ as need IO to load and need load to do IO ...)
3814      Branch: perlio
3815            + lib/PerlIO.pm
3816            ! MANIFEST doio.c perlio.c
3817 ____________________________________________________________________________
3818 [  9312] By: gsar                                  on 2001/03/23  16:25:25
3819         Log: add execute bit to files with shebang lines in the repository;
3820              avoid clobbering execute bit in Porting/makerel 
3821      Branch: maint-5.6/perl
3822            ! (edit 144 files)
3823 ____________________________________________________________________________
3824 [  9311] By: jhi                                   on 2001/03/23  14:25:35
3825         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
3826      Branch: perl
3827            ! MANIFEST
3828 ____________________________________________________________________________
3829 [  9310] By: jhi                                   on 2001/03/23  13:45:04
3830         Log: Subject: [PATCH] Net::Ping
3831              From: Colin McMillen <mcmi0037@tc.umn.edu>
3832              Date: Thu, 22 Mar 2001 19:30:31 -0600
3833              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
3834      Branch: perl
3835            ! lib/Net/Ping.pm
3836 ____________________________________________________________________________
3837 [  9309] By: jhi                                   on 2001/03/23  13:39:13
3838         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
3839      Branch: perl
3840            ! t/lib/md5-aaa.t t/lib/md5-file.t
3841 ____________________________________________________________________________
3842 [  9308] By: jhi                                   on 2001/03/23  13:20:34
3843         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
3844              - bump the version to 2.14
3845              - drop the base64 tests since they require MIME::Base64
3846              - drop the rfc1321.txt
3847              - drop the hints/dec_osf.pl since it's only needed for
3848              pre-5.005_03 Perls
3849              Todo:
3850              - the U32 alignment testing is now removed; it needs to
3851              be reintroduced as as a Config variable (meaning also
3852              as a Configure test)
3853              - get the new EBCDIC md5sum for MD5.pm
3854              - test in Win32 to see how badly I botched the makefiles
3855      Branch: perl
3856            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3857            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3858            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3859            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3860            + t/lib/md5-file.t
3861            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
3862            ! win32/Makefile win32/makefile.mk
3863 ____________________________________________________________________________
3864 [  9307] By: jhi                                   on 2001/03/23  12:56:14
3865         Log: Integrate change #9306 from maintperl into mainline,
3866              AIX dynaloader for AIXes without <load.h>.
3867      Branch: perl
3868           !> ext/DynaLoader/hints/aix.pl
3869 ____________________________________________________________________________
3870 [  9306] By: jhi                                   on 2001/03/23  12:51:36
3871         Log: There are AIXes without /usr/include/load.h,
3872              patch from H.Merijn Brand.
3873      Branch: maint-5.6/perl
3874            ! ext/DynaLoader/hints/aix.pl
3875 ____________________________________________________________________________
3876 [  9305] By: nick                                  on 2001/03/23  11:00:42
3877         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
3878      Branch: perlio
3879            ! ext/Encode/Encode.xs perlio.c perlio.h
3880 ____________________________________________________________________________
3881 [  9304] By: nick                                  on 2001/03/23  10:20:46
3882         Log: Render -Duseperlio functional again.
3883              - this is "quick fix" which calls PerlIO_apply_layers after opening,
3884              which is what old scheme did. New scheme needs to change that
3885              to make open(...,\$scalar) etc. work but this will do for now.
3886      Branch: perlio
3887            ! perlio.c
3888 ____________________________________________________________________________
3889 [  9303] By: nick                                  on 2001/03/23  09:53:20
3890         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
3891              -Uuseperlio now works again.
3892              -Duseperlio is still poorly. Don't merge yet...
3893      Branch: perlio
3894            ! doio.c perlio.h
3895 ____________________________________________________________________________
3896 [  9302] By: nick                                  on 2001/03/22  22:26:51
3897         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
3898              type code.
3899              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
3900              is its main caller. In particular now has access to "extra" args, and
3901              can tell when an open handle is "reopened" (or duped?).
3902              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
3903              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
3904              PerlIO_open() et. al. (i.e. other way round).
3905              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
3906              with args close to PerlIO_openn().
3907      Branch: perlio
3908            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3909 ____________________________________________________________________________
3910 [  9301] By: jhi                                   on 2001/03/22  20:58:04
3911         Log: Integrate perlio.
3912      Branch: perl
3913           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
3914           !> t/io/open.t util.c
3915 ____________________________________________________________________________
3916 [  9300] By: nick                                  on 2001/03/22  17:36:32
3917         Log: Don't include $@ in not ok message.
3918      Branch: perlio
3919            ! t/io/open.t
3920 ____________________________________________________________________________
3921 [  9299] By: gsar                                  on 2001/03/22  16:53:45
3922         Log: back out changes#7532,7521 for now (appears to have problems
3923              on IRIX)
3924      Branch: maint-5.6/perl
3925            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3926            ! ext/POSIX/typemap pod/perlvar.pod
3927 ____________________________________________________________________________
3928 [  9298] By: nick                                  on 2001/03/22  14:35:46
3929         Log: Give a meaning to '&' in n-arg open case:
3930              open($fh,"<&",$scalar);
3931              $scalar can be:
3932              - an integer which does "fdopen"
3933              open($fh,"<&",2); # like open($fh,"<&2")
3934              - something that will yield a file handle via sv_2io()
3935              useful for dup'ing anonymous handles.
3936              e.g.:
3937              open(my $fh,"<&",\*STDIN);
3938              open(my $dup,"<&",$fh);
3939      Branch: perlio
3940            ! doio.c t/io/open.t
3941 ____________________________________________________________________________
3942 [  9297] By: nick                                  on 2001/03/22  13:34:35
3943         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
3944      Branch: perlio
3945            ! util.c
3946 ____________________________________________________________________________
3947 [  9296] By: nick                                  on 2001/03/22  12:51:20
3948         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
3949      Branch: perlio
3950            ! perl.c
3951 ____________________________________________________________________________
3952 [  9295] By: nick                                  on 2001/03/22  11:59:44
3953         Log: If stdin, stdout or stderr get opened in unexpected read/write state
3954              then warn at time of open not at time of use.
3955      Branch: perlio
3956            ! doio.c pp_hot.c pp_sys.c
3957 ____________________________________________________________________________
3958 [  9294] By: nick                                  on 2001/03/22  10:54:35
3959         Log: Die on n-arg open(...,"",xxx,yyy,...)
3960              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
3961              - die on read/write cases so we can decide what it means later.
3962      Branch: perlio
3963            ! doio.c embed.pl iperlsys.h util.c
3964 ____________________________________________________________________________
3965 [  9293] By: nick                                  on 2001/03/22  09:02:45
3966         Log: perlio tweaks (reported by Nick Clark)
3967              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
3968              error check in Pendinf_read().
3969      Branch: perlio
3970            ! perlio.c
3971 ____________________________________________________________________________
3972 [  9292] By: gsar                                  on 2001/03/22  07:12:00
3973         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
3974              fixes)
3975      Branch: maint-5.6/perl
3976           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
3977 ____________________________________________________________________________
3978 [  9291] By: jhi                                   on 2001/03/22  06:06:44
3979         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
3980      Branch: perl
3981            ! t/op/re_tests
3982 ____________________________________________________________________________
3983 [  9290] By: jhi                                   on 2001/03/22  05:57:01
3984         Log: Move MacOS Classic higher in the list of supported platforms.
3985      Branch: maint-5.6/perl
3986            ! pod/perlport.pod
3987 ____________________________________________________________________________
3988 [  9289] By: gsar                                  on 2001/03/22  05:35:04
3989         Log: revert part of change#6438 for compatibility (av_reify()
3990              appears to be needed to implement av_splice()ish things
3991              in XS)
3992      Branch: maint-5.6/perl
3993            ! embed.pl global.sym objXSUB.h perlapi.c
3994 ____________________________________________________________________________
3995 [  9288] By: gsar                                  on 2001/03/22  03:09:19
3996         Log: update copyright year
3997      Branch: maint-5.6/perl
3998            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3999            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
4000            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
4001            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
4002            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
4003            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
4004            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
4005            ! x2p/walk.c
4006 ____________________________________________________________________________
4007 [  9287] By: jhi                                   on 2001/03/21  20:30:54
4008         Log: Integrate perlio.
4009      Branch: perl
4010           !> ext/Data/Dumper/Dumper.xs
4011 ____________________________________________________________________________
4012 [  9286] By: gsar                                  on 2001/03/21  19:49:54
4013         Log: makefile.mk tweak
4014      Branch: maint-5.6/perl
4015            ! win32/Makefile win32/makefile.mk
4016 ____________________________________________________________________________
4017 [  9285] By: nick                                  on 2001/03/21  19:07:13
4018         Log: Multiplicity fix for Dumper.
4019      Branch: perlio
4020            ! ext/Data/Dumper/Dumper.xs
4021 ____________________________________________________________________________
4022 [  9284] By: nick                                  on 2001/03/21  19:01:07
4023         Log: Integrate mainline - (does not build xTHX issue in Dumper).
4024      Branch: perlio
4025           !> (integrate 27 files)
4026 ____________________________________________________________________________
4027 [  9283] By: jhi                                   on 2001/03/21  17:17:35
4028         Log: Integrate change #9282 from mainline into maintperl,
4029              4-arg UTF-8 substr().
4030      Branch: maint-5.6/perl
4031           !> pp.c
4032 ____________________________________________________________________________
4033 [  9282] By: jhi                                   on 2001/03/21  17:15:43
4034         Log: The #9270 would have leaked a scalar if pp_substr()
4035              returned early.
4036      Branch: perl
4037            ! pp.c
4038 ____________________________________________________________________________
4039 [  9281] By: gsar                                  on 2001/03/21  17:03:14
4040         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
4041      Branch: maint-5.6/perl
4042            ! win32/makefile.mk
4043 ____________________________________________________________________________
4044 [  9280] By: gsar                                  on 2001/03/21  17:01:20
4045         Log: some tweaks to change#9278 (fork() emulation should be enabled
4046              by setting BUILD_FLAVOR instead of changing the defaults)
4047      Branch: maint-5.6/perl
4048            ! win32/makefile.mk
4049 ____________________________________________________________________________
4050 [  9279] By: gsar                                  on 2001/03/21  16:47:19
4051         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
4052      Branch: maint-5.6/perl
4053            ! ext/File/Glob/Glob.pm
4054           !> lib/Cwd.pm
4055 ____________________________________________________________________________
4056 [  9278] By: jhi                                   on 2001/03/21  14:35:10
4057         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
4058              From: "Vadim Konovalov" <watman@inbox.ru>
4059              Date: Wed, 21 Mar 2001 01:53:51 +0300
4060              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
4061      Branch: maint-5.6/perl
4062            ! win32/makefile.mk win32/win32sck.c
4063 ____________________________________________________________________________
4064 [  9277] By: jhi                                   on 2001/03/21  13:58:28
4065         Log: Integrate change #9270 from mainline to maintperl:
4066              continued 4-arg UTF-8 substr() fixing.
4067      Branch: maint-5.6/perl
4068           !> pp.c t/op/substr.t
4069 ____________________________________________________________________________
4070 [  9276] By: jhi                                   on 2001/03/21  13:33:00
4071         Log: More pixie cleaning.
4072      Branch: perl
4073            ! Makefile.SH
4074 ____________________________________________________________________________
4075 [  9275] By: jhi                                   on 2001/03/21  03:54:17
4076         Log: Update Changes.
4077      Branch: perl
4078            ! Changes patchlevel.h
4079 ____________________________________________________________________________
4080 [  9274] By: jhi                                   on 2001/03/21  03:48:24
4081         Log: First stab at making Data::Dumper to grok Unicode.
4082              
4083              TODO: tests, EBCDICify.
4084      Branch: perl
4085            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
4086 ____________________________________________________________________________
4087 [  9273] By: jhi                                   on 2001/03/21  02:23:00
4088         Log: Fix for
4089              
4090              Subject: Memory leak in unquoted print   
4091              From: Benjamin Sugars <bsugars@canoe.ca> 
4092              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
4093              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
4094      Branch: perl
4095            ! perlio.c
4096 ____________________________________________________________________________
4097 [  9272] By: jhi                                   on 2001/03/21  01:33:17
4098         Log: Subject: Re: [PATCH] POSIX::getcwd()
4099              From: Benjamin Sugars <bsugars@canoe.ca> 
4100              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
4101              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
4102      Branch: perl
4103            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
4104 ____________________________________________________________________________
4105 [  9271] By: jhi                                   on 2001/03/21  01:22:52
4106         Log: Subject: [PATCH] Cwd.pm docs
4107              From: Benjamin Sugars <bsugars@canoe.ca>
4108              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
4109              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
4110      Branch: perl
4111            ! lib/Cwd.pm
4112 ____________________________________________________________________________
4113 [  9270] By: jhi                                   on 2001/03/21  01:16:29
4114         Log: Continue 4-arg substr() UTF-8 fixage.
4115      Branch: perl
4116            ! pp.c t/op/substr.t
4117 ____________________________________________________________________________
4118 [  9269] By: jhi                                   on 2001/03/21  00:46:14
4119         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
4120              
4121              revert the leak fix in change#9142 (problem needs a more experimental
4122              fix unsuitable for 5.6.1)
4123              
4124              do alphabetical sorting by default (for csh compatibility)
4125              
4126              cut-n-paste goof in change#9264
4127              
4128              VMS piping fixes (from Charles Lane)
4129      Branch: perl
4130           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4131           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
4132           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
4133 ____________________________________________________________________________
4134 [  9268] By: jhi                                   on 2001/03/21  00:37:04
4135         Log: Integrate perlio.
4136      Branch: perl
4137           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
4138           !> utf8.c utf8.h utfebcdic.h
4139 ____________________________________________________________________________
4140 [  9267] By: nick                                  on 2001/03/20  20:04:39
4141         Log: More EBCDIC stuff:
4142              - Loose the extra level of function on ASCII.
4143              - spotted a chr(0) issue in sv.c
4144              - re-work of UTF-X tr/// ranges to work in Unicode
4145              space. Still issues with the "0xff is illegal UTF-8" hack.
4146              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
4147              (why do it once when you can do it all over the place :-(
4148              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
4149              need utf8.pm for swashes.
4150              - Simplified and commented scan_const() in toke.c
4151              Still something wrong regexp and tr (swashes?).
4152      Branch: perlio
4153            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
4154            ! utf8.c utf8.h utfebcdic.h
4155 ____________________________________________________________________________
4156 [  9266] By: gsar                                  on 2001/03/20  19:16:43
4157         Log: VMS piping fixes (from Charles Lane)
4158      Branch: maint-5.6/perl
4159            ! vms/vms.c vms/vmspipe.com
4160 ____________________________________________________________________________
4161 [  9265] By: gsar                                  on 2001/03/20  17:53:52
4162         Log: cut-n-paste goof in change#9264
4163      Branch: maint-5.6/perl
4164            ! ext/File/Glob/Glob.xs
4165 ____________________________________________________________________________
4166 [  9264] By: gsar                                  on 2001/03/20  17:43:47
4167         Log: do alphabetical sorting by default (for csh compatibility);
4168              bsd_glob() does ASCII sort by default as usual, unless
4169              GLOB_ALPHASORT was specified
4170      Branch: maint-5.6/perl
4171            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
4172            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
4173            ! ext/File/Glob/bsd_glob.h
4174 ____________________________________________________________________________
4175 [  9263] By: gsar                                  on 2001/03/20  16:40:08
4176         Log: integrate change#9255 from mainline (unicode fix)
4177              
4178              substr($bytestr, i, n, $charstr)
4179      Branch: maint-5.6/perl
4180           !> Todo-5.6 pp.c t/op/substr.t
4181 ____________________________________________________________________________
4182 [  9262] By: gsar                                  on 2001/03/20  15:57:41
4183         Log: revert the leak fix in change#9142 (problem needs a more experimental
4184              fix unsuitable for 5.6.1)
4185      Branch: maint-5.6/perl
4186            ! scope.c
4187 ____________________________________________________________________________
4188 [  9261] By: jhi                                   on 2001/03/20  14:26:25
4189         Log: Integrate changes #9259,9260 from maintperl into mainline.
4190              
4191              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
4192              
4193              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
4194      Branch: perl
4195           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
4196 ____________________________________________________________________________
4197 [  9260] By: jhi                                   on 2001/03/20  14:05:46
4198         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
4199              From: Robin Barker <rmb1@cise.npl.co.uk>
4200              Date: Tue, 20 Mar 2001 10:12:04 GMT
4201              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
4202      Branch: maint-5.6/perl
4203            ! run.c
4204 ____________________________________________________________________________
4205 [  9259] By: jhi                                   on 2001/03/20  14:04:39
4206         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
4207              From: Chris Nandor <pudge@pobox.com>
4208              Date: Tue, 20 Mar 2001 00:40:56 -0500
4209              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
4210      Branch: maint-5.6/perl
4211            ! ext/POSIX/POSIX.xs lib/File/Path.pm
4212 ____________________________________________________________________________
4213 [  9258] By: jhi                                   on 2001/03/20  05:09:34
4214         Log: Update Changes.
4215      Branch: perl
4216            ! Changes patchlevel.h
4217 ____________________________________________________________________________
4218 [  9257] By: jhi                                   on 2001/03/20  05:04:25
4219         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
4220      Branch: perl
4221            ! t/op/tr.t
4222 ____________________________________________________________________________
4223 [  9256] By: jhi                                   on 2001/03/20  04:43:12
4224         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
4225              From: Peter Prymmer <pvhp@forte.com>
4226              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
4227              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
4228      Branch: maint-5.6/perl
4229            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
4230 ____________________________________________________________________________
4231 [  9255] By: jhi                                   on 2001/03/19  23:17:17
4232         Log: substr($bytestr, i, n, $charstr)
4233
4234              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
4235      Branch: perl
4236            ! Todo-5.6 pp.c t/op/substr.t
4237 ____________________________________________________________________________
4238 [  9254] By: jhi                                   on 2001/03/19  22:25:09
4239         Log: Rearrange the make test target prerequisites so that
4240              in a parallel make 'all' is finished before 'test'.
4241      Branch: perl
4242            ! Makefile.SH
4243 ____________________________________________________________________________
4244 [  9253] By: jhi                                   on 2001/03/19  21:48:07
4245         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
4246              From: Robin Houston <robin@kitsite.com>
4247              Date: Mon, 19 Mar 2001 15:48:41 +0000
4248              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
4249      Branch: perl
4250            ! pp_ctl.c
4251 ____________________________________________________________________________
4252 [  9252] By: jhi                                   on 2001/03/19  21:42:27
4253         Log: Integrate perlio.
4254      Branch: perl
4255           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
4256           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
4257           !> utfebcdic.h vms/perly_c.vms
4258 ____________________________________________________________________________
4259 [  9251] By: jhi                                   on 2001/03/19  21:31:28
4260         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
4261              
4262              Dynaloading in 64-bit AIX with vac.
4263      Branch: perl
4264           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4265           !> hints/aix.sh
4266 ____________________________________________________________________________
4267 [  9250] By: jhi                                   on 2001/03/19  21:18:00
4268         Log: A more robust solution for the 64bitall AIX dynaloading
4269              problem, from Jens-Uwe Mager.
4270      Branch: maint-5.6/perl
4271            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
4272 ____________________________________________________________________________
4273 [  9249] By: nick                                  on 2001/03/19  20:59:37
4274         Log: Integrate mainline.
4275      Branch: perlio
4276           !> (integrate 42 files)
4277 ____________________________________________________________________________
4278 [  9248] By: nick                                  on 2001/03/19  20:22:07
4279         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
4280              (Building on OS390 uses native YACC and YYDEBUG has other
4281              side effects.)
4282      Branch: perlio
4283            ! perly.c perly.y vms/perly_c.vms
4284 ____________________________________________________________________________
4285 [  9247] By: jhi                                   on 2001/03/19  19:59:53
4286         Log: 64-bit AIX dynaloading problem (see #9244) idea
4287              from Jens-Uwe Mager.
4288      Branch: maint-5.6/perl
4289            ! ext/DynaLoader/dl_aix.xs
4290 ____________________________________________________________________________
4291 [  9246] By: nick                                  on 2001/03/19  19:27:57
4292         Log: More EBCDIC fixes.
4293      Branch: perlio
4294            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
4295            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
4296 ____________________________________________________________________________
4297 [  9245] By: jhi                                   on 2001/03/19  19:05:19
4298         Log: Integrate change #9243 from mainline into maintperl.
4299              
4300              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
4301      Branch: maint-5.6/perl
4302           !> README.vmesa
4303 ____________________________________________________________________________
4304 [  9244] By: jhi                                   on 2001/03/19  19:03:15
4305         Log: Get 64bitall AIX building, but still does not test okay:
4306              dynaloading anything fails, for example for op/defins:
4307              Can't load '../lib/auto/File/Glob/Glob.so' for module File::Glob: loadbind: A system call received a parameter that is not valid. at ../lib/XSLoader.pm line 75. at ../lib/File/Glob.pm line 99
4308              (update: fixed by #9247,9250)
4309      Branch: maint-5.6/perl
4310            ! hints/aix.sh
4311 ____________________________________________________________________________
4312 [  9243] By: jhi                                   on 2001/03/19  19:00:16
4313         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
4314              From: Robin Barker <rmb1@cise.npl.co.uk>
4315              Date: Mon, 19 Mar 2001 18:01:57 GMT
4316              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
4317      Branch: perl
4318            ! README.vmesa
4319 ____________________________________________________________________________
4320 [  9242] By: jhi                                   on 2001/03/19  18:58:43
4321         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
4322              
4323              TODO: tests.
4324      Branch: perl
4325            ! doop.c op.c
4326 ____________________________________________________________________________
4327 [  9241] By: gsar                                  on 2001/03/19  17:34:46
4328         Log: VMSify tests (from Charles Lane)
4329      Branch: maint-5.6/perl
4330            ! t/lib/filehand.t t/lib/texttabs.t
4331 ____________________________________________________________________________
4332 [  9240] By: jhi                                   on 2001/03/19  14:24:26
4333         Log: Integrate change #9233 from maintperl into mainline.
4334              
4335              some refcounts were incorrect in perl_clone()
4336      Branch: perl
4337           !> sv.c
4338 ____________________________________________________________________________
4339 [  9239] By: gsar                                  on 2001/03/19  09:23:17
4340         Log: this is 5.6.1-trial3
4341      Branch: maint-5.6/perl
4342            ! Changes
4343 ____________________________________________________________________________
4344 [  9238] By: gsar                                  on 2001/03/19  08:47:04
4345         Log: some new symbols are only available under ithreads
4346      Branch: maint-5.6/perl
4347            ! makedef.pl
4348 ____________________________________________________________________________
4349 [  9237] By: gsar                                  on 2001/03/19  08:42:28
4350         Log: update patchlevel.h, Changes, &c.
4351      Branch: maint-5.6/perl
4352            ! Changes patchlevel.h pod/perlhist.pod
4353           !> AUTHORS
4354 ____________________________________________________________________________
4355 [  9236] By: gsar                                  on 2001/03/19  08:17:49
4356         Log: integrate changes#8068,8717 from mainline
4357              
4358              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
4359              
4360              [PATCH CPAN 1.59_51] warning message (not!)
4361      Branch: maint-5.6/perl
4362           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
4363           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
4364           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
4365           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
4366           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
4367 ____________________________________________________________________________
4368 [  9235] By: gsar                                  on 2001/03/19  08:07:09
4369         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
4370              
4371              [PATCH] Add missing CV flags to dump.c
4372              
4373              Re: [patch] Re: PL_ptr_table
4374              
4375              Fixup non-ithread build after 8713
4376              
4377              Generated files form 8713 etc.
4378              
4379              Correct the correction :-(
4380              
4381              Documenting coderef @INC (Re: CPAN "make this script work" feature)
4382              
4383              Subject: Re: sync sync sync: have I missed any patches?
4384              Replace djSP with dSP.
4385      Branch: maint-5.6/perl
4386           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
4387           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
4388           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
4389           !> sv.c sv.h win32/perlhost.h
4390 ____________________________________________________________________________
4391 [  9234] By: gsar                                  on 2001/03/19  07:22:05
4392         Log: revert the change#9090 integrate for now (change looks somewhat
4393              incomplete in that [ha]v_exists() need something similar; lacks
4394              tests; &c.)
4395      Branch: maint-5.6/perl
4396            ! hv.c
4397 ____________________________________________________________________________
4398 [  9233] By: gsar                                  on 2001/03/19  07:10:01
4399         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
4400              destruction when there are unreferenced scalars (SvREFCNT==0)
4401      Branch: maint-5.6/perl
4402            ! sv.c
4403 ____________________________________________________________________________
4404 [  9232] By: jhi                                   on 2001/03/19  05:11:02
4405         Log: Regen api and toc.
4406      Branch: maint-5.6/perl
4407            ! pod/perlapi.pod pod/perltoc.pod
4408 ____________________________________________________________________________
4409 [  9231] By: jhi                                   on 2001/03/19  04:06:03
4410         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
4411              add a lost line in pp.c:pp_chop(), update to new op/chop.
4412              
4413              Clarify the description differentiating for and while; inspired by
4414              
4415              Subject: [ID 20010306.004] || != named unary operator
4416              
4417              The $Is_MacOS needs to be declared.
4418      Branch: maint-5.6/perl
4419            ! pp.c t/op/chop.t
4420           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
4421 ____________________________________________________________________________
4422 [  9230] By: jhi                                   on 2001/03/19  03:48:16
4423         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
4424              9079,9083,9089,9090,9091 from mainline to maintperl.
4425              
4426              Quieten some noise in Win32 builds
4427              
4428              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
4429              
4430              The perlretut was still talking about the old \p and \P
4431              definitions.
4432              
4433              More tweakage on the Unicode character class descriptions.
4434              
4435              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
4436              
4437              Subject: 'no *POSIX' Patch speeding up make on BS2000 
4438              
4439              Subject: [PATCH] perldata.pod here-doc docs
4440              
4441              Add /sbin and /usr/sbin to the list of directories scanned
4442              for setuid programs.  Takes care of bug id 20010309.003.
4443              
4444              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
4445              
4446              In op/stat #35 better to scan all the potential directories
4447              for setuids, not just the first one.
4448      Branch: maint-5.6/perl
4449            ! Makefile.SH
4450           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
4451           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
4452           !> t/op/stat.t toke.c win32/win32.h
4453 ____________________________________________________________________________
4454 [  9229] By: jhi                                   on 2001/03/19  02:31:50
4455         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
4456              From: Chris Nandor <pudge@pobox.com>
4457              Date: Sat, 10 Mar 2001 14:22:19 -0500
4458              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
4459      Branch: maint-5.6/perl
4460            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4461            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
4462            ! t/lib/b.t t/lib/errno.t
4463 ____________________________________________________________________________
4464 [  9228] By: jhi                                   on 2001/03/19  02:29:59
4465         Log: Integrate changes #9113,9122 from mainline into maintperl.
4466              
4467              Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
4468      Branch: maint-5.6/perl
4469           !> Configure README.os390 hints/os390.sh
4470 ____________________________________________________________________________
4471 [  9227] By: jhi                                   on 2001/03/19  02:22:35
4472         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
4473              into maintperl.
4474              
4475              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
4476              
4477              Forgot to check-in the larger part of #9120, duh.
4478              
4479              Subject: Another patch for integer.pm POD 
4480              
4481              h2ph strictness and cleanliness from Kurt Starsinic.
4482              
4483              Borland filename case problem.
4484              
4485              h2ph strictness and cleanliness from Kurt Starsinic.
4486              
4487              Subject: [PATCH] the uncontroversial doc patches
4488      Branch: maint-5.6/perl
4489           +> win32/sncfnmcs.pl
4490           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
4491           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
4492           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
4493           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
4494           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
4495           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
4496           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
4497 ____________________________________________________________________________
4498 [  9226] By: jhi                                   on 2001/03/19  02:10:21
4499         Log: Integrate changes #9207,9214 from mainline into maintperl.
4500              
4501              podchecker relaxations: =over has an *optional* number after it,
4502              and whitespace in L<> is okay.
4503      Branch: maint-5.6/perl
4504           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
4505           !> t/pod/poderrs.xr
4506 ____________________________________________________________________________
4507 [  9225] By: jhi                                   on 2001/03/19  02:07:38
4508         Log: Integrate change #9219 from maintperl into mainline.
4509              
4510              remove duplicated tests
4511      Branch: perl
4512           !> t/op/re_tests
4513 ____________________________________________________________________________
4514 [  9224] By: jhi                                   on 2001/03/19  02:06:11
4515         Log: Integrate change #9223 from mainline to maintperl.
4516              
4517              Document -Dmksymlinks.
4518      Branch: maint-5.6/perl
4519           !> INSTALL
4520 ____________________________________________________________________________
4521 [  9223] By: jhi                                   on 2001/03/19  02:01:25
4522         Log: Document -Dmksymlinks.
4523      Branch: perl
4524            ! INSTALL
4525 ____________________________________________________________________________
4526 [  9222] By: jhi                                   on 2001/03/19  01:15:35
4527         Log: The -Dmksymlinks wasn't working for maintperl.
4528      Branch: maint-5.6/perl
4529            ! Configure
4530 ____________________________________________________________________________
4531 [  9221] By: jhi                                   on 2001/03/19  00:49:43
4532         Log: Cleanup pixie residue.
4533      Branch: perl
4534            ! Makefile.SH
4535 ____________________________________________________________________________
4536 [  9220] By: jhi                                   on 2001/03/19  00:44:47
4537         Log: Document the use of pixie/prof; create make targets for it.
4538              
4539              TODO: make t/TEST pixie-aware.
4540      Branch: perl
4541            ! Makefile.SH pod/perlhack.pod
4542 ____________________________________________________________________________
4543 [  9219] By: gsar                                  on 2001/03/19  00:16:55
4544         Log: remove duplicated tests
4545      Branch: maint-5.6/perl
4546            ! t/op/re_tests
4547 ____________________________________________________________________________
4548 [  9218] By: jhi                                   on 2001/03/18  23:59:31
4549         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
4550      Branch: perl
4551            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
4552 ____________________________________________________________________________
4553 [  9217] By: jhi                                   on 2001/03/18  23:25:20
4554         Log: Rewrite the tests section of Makefile to be less redundant
4555              and to allow for more flexible test targets, many recursive
4556              make calls introduced.
4557      Branch: perl
4558            ! Makefile.SH
4559 ____________________________________________________________________________
4560 [  9216] By: jhi                                   on 2001/03/18  22:30:04
4561         Log: Document the use of Third Degree (sparsely).
4562      Branch: perl
4563            ! pod/perlhack.pod t/TEST
4564 ____________________________________________________________________________
4565 [  9215] By: jhi                                   on 2001/03/18  22:10:30
4566         Log: Make targets for testing with Third Degree.
4567      Branch: perl
4568            ! Makefile.SH
4569 ____________________________________________________________________________
4570 [  9214] By: jhi                                   on 2001/03/18  21:08:53
4571         Log: The podchecker relaxations need to mirrored also at the tests.
4572      Branch: perl
4573            ! t/pod/poderrs.xr
4574 ____________________________________________________________________________
4575 [  9213] By: jhi                                   on 2001/03/18  20:56:21
4576         Log: Update Changes.
4577      Branch: perl
4578            ! Changes patchlevel.h
4579 ____________________________________________________________________________
4580 [  9212] By: jhi                                   on 2001/03/18  20:36:59
4581         Log: Looking for config.sh in parent directories isn't
4582              very useful for the toplevel Makefile.
4583      Branch: perl
4584            ! Makefile.SH
4585 ____________________________________________________________________________
4586 [  9211] By: jhi                                   on 2001/03/18  20:33:37
4587         Log: On "make clean" take care of Third Degree droppings.
4588      Branch: perl
4589            ! Makefile.SH
4590 ____________________________________________________________________________
4591 [  9210] By: jhi                                   on 2001/03/18  20:21:34
4592         Log: Add a hook for running the tests under the Third Degree
4593              debugging tool (set $ENV{PERL_3LOG} to non-zero)
4594              
4595              TODO: Document the use of Third Degree.
4596      Branch: perl
4597            ! t/TEST
4598 ____________________________________________________________________________
4599 [  9209] By: jhi                                   on 2001/03/18  20:19:07
4600         Log: Regen toc and api pods.
4601      Branch: perl
4602            ! pod/perlapi.pod pod/perltoc.pod
4603 ____________________________________________________________________________
4604 [  9208] By: jhi                                   on 2001/03/18  20:12:12
4605         Log: Integrate changes #8128,9132 from mainline into maintperl,
4606              Tie::SubstrHash fixes.
4607      Branch: maint-5.6/perl
4608           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
4609 ____________________________________________________________________________
4610 [  9207] By: jhi                                   on 2001/03/18  20:07:43
4611         Log: podchecker relaxations from Michael Stevens.
4612      Branch: perl
4613            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
4614 ____________________________________________________________________________
4615 [  9206] By: jhi                                   on 2001/03/18  20:04:24
4616         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
4617      Branch: perl
4618            ! lib/Locale/Constants.pm lib/Locale/Country.pm
4619            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
4620            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
4621 ____________________________________________________________________________
4622 [  9205] By: jhi                                   on 2001/03/18  19:54:45
4623         Log: Integrate changes #9161,9162 from maintperl to mainline.
4624              
4625              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4626              results
4627      Branch: perl
4628           !> t/op/magic.t
4629 ____________________________________________________________________________
4630 [  9204] By: jhi                                   on 2001/03/18  19:37:46
4631         Log: Make perl.third checks more understandable to the builder.
4632      Branch: perl
4633            ! Makefile.SH
4634 ____________________________________________________________________________
4635 [  9203] By: jhi                                   on 2001/03/18  19:20:54
4636         Log: Re-integrate #9138 from maintperl to mainline,
4637              the squelching of the unneeded "Scalars leaked" messages.
4638      Branch: perl
4639           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4640           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4641           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4642 ____________________________________________________________________________
4643 [  9202] By: jhi                                   on 2001/03/18  18:48:36
4644         Log: More robust and more paranoid perl.third target.
4645      Branch: perl
4646            ! Makefile.SH
4647 ____________________________________________________________________________
4648 [  9201] By: jhi                                   on 2001/03/18  18:39:21
4649         Log: Integrate change #9197 from maintperl to mainline.
4650              
4651              more thorough cleaning of arenas.
4652      Branch: perl
4653           !> embed.pl perl.c proto.h sv.c t/op/sort.t
4654 ____________________________________________________________________________
4655 [  9200] By: jhi                                   on 2001/03/18  18:25:17
4656         Log: Integrate perlio.
4657      Branch: perl
4658           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
4659           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
4660           !> t/lib/encode.t toke.c universal.c utf8.c
4661 ____________________________________________________________________________
4662 [  9199] By: nick                                  on 2001/03/18  15:23:51
4663         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
4664              is the sense of the test being done. Avoid some magical 127 and 128 values
4665              by using macros.
4666      Branch: perlio
4667            ! doop.c pp_ctl.c sv.c toke.c
4668 ____________________________________________________________________________
4669 [  9198] By: nick                                  on 2001/03/18  14:18:12
4670         Log: UTF-X encoding invariance for Encode:
4671              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
4672              - move the XS code for those to universal.c (so in miniperl)
4673              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
4674              - change ext/Encode/compile to use above.
4675              - Fix t/lib/encode.t for above
4676              - Teach t/lib/b.t to expect -uutf8
4677              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
4678              utf8.pm is needed.
4679      Branch: perlio
4680            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4681            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
4682 ____________________________________________________________________________
4683 [  9197] By: gsar                                  on 2001/03/18  12:15:57
4684         Log: more thorough cleaning of arenas--keep going until no more
4685              SvREFCNT_dec()s occur (this fixes the problem that causes the
4686              pesky "Scalars leaked" warnings)
4687      Branch: maint-5.6/perl
4688            ! embed.pl perl.c proto.h sv.c t/op/sort.t
4689 ____________________________________________________________________________
4690 [  9196] By: nick                                  on 2001/03/18  10:57:29
4691         Log: Fix pragma/utf8.t # 15
4692              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
4693              are SvUTF8 as well.
4694      Branch: perlio
4695            ! toke.c
4696 ____________________________________________________________________________
4697 [  9195] By: nick                                  on 2001/03/18  09:27:06
4698         Log: Integrate mainline
4699      Branch: perlio
4700           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
4701           !> t/op/pat.t
4702 ____________________________________________________________________________
4703 [  9194] By: jhi                                   on 2001/03/18  05:29:59
4704         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
4705              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
4706      Branch: perl
4707            ! op.c op.h t/op/misc.t t/op/pat.t
4708 ____________________________________________________________________________
4709 [  9193] By: jhi                                   on 2001/03/18  05:15:06
4710         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
4711      Branch: perl
4712            ! mg.c t/op/pat.t
4713 ____________________________________________________________________________
4714 [  9192] By: jhi                                   on 2001/03/18  04:22:43
4715         Log: tr/// UTF-8 patches from Inaba Hiroto.
4716      Branch: perl
4717            ! doop.c op.c
4718 ____________________________________________________________________________
4719 [  9191] By: jhi                                   on 2001/03/18  04:21:17
4720         Log: Integrate perlio.
4721      Branch: perl
4722           !> utf8.c utfebcdic.h
4723 ____________________________________________________________________________
4724 [  9190] By: nick                                  on 2001/03/17  20:32:01
4725         Log: Correct #if EBCDIC side typos.
4726              Builds and passes many tests on OS390.
4727      Branch: perlio
4728            ! utf8.c utfebcdic.h
4729 ____________________________________________________________________________
4730 [  9189] By: jhi                                   on 2001/03/17  18:55:49
4731         Log: Add prerequisites for the perl.third target.
4732      Branch: perl
4733            ! Makefile.SH
4734 ____________________________________________________________________________
4735 [  9188] By: jhi                                   on 2001/03/17  18:46:00
4736         Log: Integrate perlio.
4737      Branch: perl
4738           +> utfebcdic.h
4739           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
4740 ____________________________________________________________________________
4741 [  9187] By: jhi                                   on 2001/03/17  18:38:47
4742         Log: Add a make rule for perl.third (the Third Degree memory debugging
4743              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
4744      Branch: perl
4745            ! Makefile.SH
4746 ____________________________________________________________________________
4747 [  9186] By: nick                                  on 2001/03/17  18:34:48
4748         Log: MANIFEST addition :-(
4749      Branch: perlio
4750            ! MANIFEST
4751 ____________________________________________________________________________
4752 [  9185] By: nick                                  on 2001/03/17  18:29:50
4753         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
4754              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
4755              a superset of ASCII are invariant under the encoding. This is EBCDIC
4756              friendly as an encoded string can be looked at as being EBCDIC by lexer
4757              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
4758              ASCII on ASCII machines.
4759              
4760              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
4761              seperate.
4762              - Add some more macros to comprehend different shift amounts and
4763              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
4764              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
4765              and conditionaly #include it.
4766              
4767              EBCDIC build as yet untested.  ASCII still fails the one test.
4768      Branch: perlio
4769            + utfebcdic.h
4770            ! utf8.c utf8.h
4771 ____________________________________________________________________________
4772 [  9184] By: nick                                  on 2001/03/17  17:44:16
4773         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
4774      Branch: perlio
4775            ! doop.c perl.h pp.c utf8.h
4776 ____________________________________________________________________________
4777 [  9183] By: jhi                                   on 2001/03/17  15:55:42
4778         Log: Integrate perlio.
4779      Branch: perl
4780            ! MANIFEST
4781           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
4782 ____________________________________________________________________________
4783 [  9182] By: nick                                  on 2001/03/17  09:16:06
4784         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
4785      Branch: perlio
4786            ! t/op/pat.t
4787 ____________________________________________________________________________
4788 [  9181] By: nick                                  on 2001/03/17  09:15:11
4789         Log: Integrate mainline.
4790      Branch: perlio
4791           +> lib/Locale/Constants.pm lib/Locale/Country.pm
4792           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4793           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4794           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
4795           !> (integrate 83 files)
4796 ____________________________________________________________________________
4797 [  9180] By: nick                                  on 2001/03/16  17:23:21
4798         Log: EBCDIC Fixes.
4799      Branch: perlio
4800            ! perl.h sv.c toke.c utf8.c utf8.h
4801 ____________________________________________________________________________
4802 [  9179] By: jhi                                   on 2001/03/16  14:10:12
4803         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
4804              a change needed to work around an AIX compiler bug.
4805      Branch: perl
4806            ! ext/Storable/Storable.xs
4807 ____________________________________________________________________________
4808 [  9178] By: jhi                                   on 2001/03/16  03:19:59
4809         Log: With Damian's approval synchronize damian's modules'
4810              licensing with Perl's standard module licensing.
4811      Branch: perl
4812            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
4813 ____________________________________________________________________________
4814 [  9177] By: jhi                                   on 2001/03/16  03:15:34
4815         Log: Make the Filter::Util:Call files have their own copies
4816              of the Perl standard module licensing, from Paul Marquess.
4817      Branch: perl
4818            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4819 ____________________________________________________________________________
4820 [  9176] By: jhi                                   on 2001/03/16  02:56:04
4821         Log: Subject: [PATCH] more pod patches
4822              From: Michael Stevens <michael@etla.org>
4823              Date: Thu, 15 Mar 2001 21:25:18 +0000
4824              Message-ID: <20010315212518.A18870@firedrake.org>
4825      Branch: perl
4826            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
4827            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
4828            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
4829            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4830            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4831            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
4832            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
4833            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
4834            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
4835            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
4836            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
4837            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
4838            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
4839            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
4840            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4841            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
4842            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
4843            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
4844            ! lib/Locale/Country.pm lib/Locale/Language.pm
4845            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
4846            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4847            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
4848            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
4849            ! os2/OS2/Process/Process.pm
4850 ____________________________________________________________________________
4851 [  9175] By: jhi                                   on 2001/03/16  02:53:32
4852         Log: Subject: [PATCH] the uncontroversial doc patches
4853              From: Michael Stevens <michael@etla.org>
4854              Date: Thu, 15 Mar 2001 20:01:12 +0000
4855              Message-ID: <20010315200112.A7636@firedrake.org>
4856      Branch: perl
4857            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
4858            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
4859            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
4860            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
4861            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
4862 ____________________________________________________________________________
4863 [  9174] By: jhi                                   on 2001/03/16  02:50:49
4864         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
4865              From: Paul Lindner <lindner@inuus.com>
4866              Date: Fri, 16 Mar 2001 11:28:03 -0800
4867              Message-ID: <20010316112803.A7577@inuus.com>
4868      Branch: perl
4869            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4870 ____________________________________________________________________________
4871 [  9173] By: nick                                  on 2001/03/15  20:21:03
4872         Log: 1st day's EBCDIC fixes:
4873              - toke.c's parsing of strings needed attention
4874              needed to conditionally e2a if string was already UTF-8
4875              - e2a/a2e tables where wrong way round.
4876              - new macros in utf8.h
4877      Branch: perlio
4878            ! perl.h toke.c utf8.h
4879 ____________________________________________________________________________
4880 [  9172] By: jhi                                   on 2001/03/15  15:17:17
4881         Log: Update Changes.
4882      Branch: perl
4883            ! Changes patchlevel.h
4884 ____________________________________________________________________________
4885 [  9171] By: jhi                                   on 2001/03/15  15:09:32
4886         Log: Subject: Re: Another Borland C++ problem.
4887              From: "Vadim Konovalov" <watman@inbox.ru>
4888              Date: Sat, 10 Mar 2001 19:26:07 +0300
4889              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
4890              
4891              Borland filename case problem.
4892      Branch: perl
4893            + win32/sncfnmcs.pl
4894            ! MANIFEST README.win32
4895 ____________________________________________________________________________
4896 [  9170] By: jhi                                   on 2001/03/15  14:54:23
4897         Log: Add Locale::Codes 1.06, from Neil Bowers.
4898      Branch: perl
4899            + lib/Locale/Constants.pm lib/Locale/Country.pm
4900            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4901            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4902            + t/lib/lc-language.t t/lib/lc-uk.t
4903            ! MANIFEST
4904 ____________________________________________________________________________
4905 [  9169] By: jhi                                   on 2001/03/15  14:19:01
4906         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
4907      Branch: perl
4908            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4909            ! ext/Storable/Storable.xs
4910 ____________________________________________________________________________
4911 [  9168] By: jhi                                   on 2001/03/15  14:13:22
4912         Log: Integrate changes #9120,9167 from mainline to maintperl.
4913              
4914              Subject: [PATCH 5.6.1] OS/2 docs
4915              
4916              Subject: [PATCH 5.6.1] perldoc
4917      Branch: maint-5.6/perl
4918           !> os2/Changes utils/perldoc.PL
4919 ____________________________________________________________________________
4920 [  9167] By: jhi                                   on 2001/03/15  14:07:42
4921         Log: Subject: [PATCH 5.6.1] perldoc
4922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4923              Date: Wed, 14 Mar 2001 23:46:52 -0500
4924              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
4925      Branch: perl
4926            ! utils/perldoc.PL
4927 ____________________________________________________________________________
4928 [  9166] By: jhi                                   on 2001/03/15  13:53:15
4929         Log: sigaction test condition tweakage.
4930      Branch: perl
4931            ! t/lib/sigaction.t
4932 ____________________________________________________________________________
4933 [  9165] By: alanbur                               on 2001/03/15  03:49:17
4934         Log: Resynchronised with parent
4935      Branch: maint-5.6/pureperl
4936           +> os2/os2add.sym t/op/anonsub.t
4937           !> (integrate 72 files)
4938 ____________________________________________________________________________
4939 [  9164] By: jhi                                   on 2001/03/15  01:05:01
4940         Log: Avoid stomping off the beginning of an array in tr///.
4941      Branch: perl
4942            ! op.c
4943 ____________________________________________________________________________
4944 [  9163] By: jhi                                   on 2001/03/15  00:58:57
4945         Log: h2ph strictness and cleanliness from Kurt Starsinic.
4946      Branch: perl
4947            ! utils/h2ph.PL
4948 ____________________________________________________________________________
4949 [  9162] By: gsar                                  on 2001/03/15  00:56:53
4950         Log: avoid warnings
4951      Branch: maint-5.6/perl
4952            ! t/op/magic.t
4953 ____________________________________________________________________________
4954 [  9161] By: gsar                                  on 2001/03/15  00:52:09
4955         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4956              results
4957      Branch: maint-5.6/perl
4958            ! t/op/magic.t
4959 ____________________________________________________________________________
4960 [  9160] By: jhi                                   on 2001/03/14  22:02:10
4961         Log: Do not use the Perl malloc in IRIX, suggested by
4962              Helmus Jarausch.
4963      Branch: perl
4964            ! hints/irix_6.sh
4965 ____________________________________________________________________________
4966 [  9159] By: nick                                  on 2001/03/14  21:45:59
4967         Log: Integrate mainline
4968      Branch: perlio
4969           +> t/op/loopctl.t
4970           !> (integrate 41 files)
4971 ____________________________________________________________________________
4972 [  9158] By: jhi                                   on 2001/03/14  21:10:09
4973         Log: The Day of the Retractions continues: the #9138
4974              (integrated in #9144) doesn't work well in mainline.
4975      Branch: perl
4976            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4977            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4978            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4979 ____________________________________________________________________________
4980 [  9157] By: jhi                                   on 2001/03/14  20:58:12
4981         Log: The #9145 CANNOT be enabled: the clear_pmop code still
4982              dumps core all over in Tru64.
4983      Branch: perl
4984            ! op.c op.h t/op/pat.t
4985 ____________________________________________________________________________
4986 [  9156] By: jhi                                   on 2001/03/14  20:48:06
4987         Log: Integrate change #9154 from maintperl to mainline.
4988              
4989              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4990              (caused Storable 1.0.10 to break on windows)
4991      Branch: perl
4992           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4993           !> perlapi.c proto.h
4994 ____________________________________________________________________________
4995 [  9155] By: jhi                                   on 2001/03/14  20:23:53
4996         Log: Retract #9136: breaks threading (and binary compatibility).
4997      Branch: perl
4998            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4999 ____________________________________________________________________________
5000 [  9154] By: gsar                                  on 2001/03/14  17:48:18
5001         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
5002              (caused Storable 1.0.10 to break on windows)
5003      Branch: maint-5.6/perl
5004            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
5005            ! perlapi.c proto.h
5006 ____________________________________________________________________________
5007 [  9153] By: jhi                                   on 2001/03/14  13:35:21
5008         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
5009      Branch: perl
5010            ! t/lib/sigaction.t
5011 ____________________________________________________________________________
5012 [  9152] By: gsar                                  on 2001/03/14  07:29:40
5013         Log: back out changes#9012,9010,9009 and parts of change#9016
5014              (causes ABRs under purify, and some prerequisites don't
5015              seem to be there in 5.6.x)
5016      Branch: maint-5.6/perl
5017            ! doop.c op.c t/op/tr.t toke.c
5018 ____________________________________________________________________________
5019 [  9151] By: gsar                                  on 2001/03/14  07:01:29
5020         Log: reenable change#9145 (the test was busted due to a missing
5021              C<print "ok 27\n">)
5022      Branch: perl
5023            ! op.c op.h t/op/pat.t
5024 ____________________________________________________________________________
5025 [  9150] By: jhi                                   on 2001/03/14  06:38:36
5026         Log: Retract #9145.
5027      Branch: perl
5028            ! op.c op.h t/op/pat.t
5029 ____________________________________________________________________________
5030 [  9149] By: jhi                                   on 2001/03/14  06:14:56
5031         Log: Retract #9143.
5032      Branch: perl
5033            ! op.c
5034 ____________________________________________________________________________
5035 [  9148] By: gsar                                  on 2001/03/14  06:13:02
5036         Log: Uninitialized Memory Read in regexec.c
5037      Branch: perl
5038            ! regexec.c
5039 ____________________________________________________________________________
5040 [  9147] By: jhi                                   on 2001/03/14  04:59:54
5041         Log: Subject: PATCH: make goto work in nested eval ""
5042              From: Robin Houston <robin@kitsite.com>
5043              Date: Wed, 14 Mar 2001 04:16:10 +0000
5044              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
5045      Branch: perl
5046            ! pp_ctl.c t/op/goto.t
5047 ____________________________________________________________________________
5048 [  9146] By: jhi                                   on 2001/03/14  04:42:54
5049         Log: Preserve the #ifdef PERL_CORE in perly.h.
5050      Branch: perl
5051            ! perly.fixer
5052 ____________________________________________________________________________
5053 [  9145] By: jhi                                   on 2001/03/14  03:57:41
5054         Log: (Retracted by #9150.)
5055      Branch: perl
5056            ! op.c op.h t/op/pat.t
5057 ____________________________________________________________________________
5058 [  9144] By: jhi                                   on 2001/03/14  03:50:38
5059         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
5060              
5061              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
5062              
5063              remove squelch controls for "Scalars leaked" messages in most places
5064              (these are now cured)
5065              
5066              fix another memory leak reported by purify (tie callbacks that
5067              croak can leak when wiping out magic)
5068      Branch: perl
5069           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
5070           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
5071           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
5072           !> t/pragma/warnings.t
5073 ____________________________________________________________________________
5074 [  9143] By: jhi                                   on 2001/03/14  03:37:53
5075         Log: (Retracted by #9149.)
5076      Branch: perl
5077            ! op.c
5078 ____________________________________________________________________________
5079 [  9142] By: gsar                                  on 2001/03/14  03:20:48
5080         Log: fix another memory leak reported by purify (tie callbacks that
5081              croak can leak when wiping out magic)
5082      Branch: maint-5.6/perl
5083            ! scope.c
5084 ____________________________________________________________________________
5085 [  9141] By: jhi                                   on 2001/03/14  02:55:00
5086         Log: Subject: PATCH for [ID 20010305.003]
5087              From: Robin Houston <robin@kitsite.com>
5088              Date: Wed, 14 Mar 2001 02:45:51 +0000
5089              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
5090      Branch: perl
5091            ! pp_ctl.c t/op/eval.t
5092 ____________________________________________________________________________
5093 [  9140] By: jhi                                   on 2001/03/14  02:41:54
5094         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
5095              Date: Wed, 14 Mar 2001 01:52:51 +0000
5096              From: Robin Houston <robin@kitsite.com>
5097              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
5098              
5099              Fix for 2000313.004.
5100      Branch: perl
5101            ! pp_ctl.c t/op/goto.t
5102 ____________________________________________________________________________
5103 [  9139] By: jhi                                   on 2001/03/14  02:40:50
5104         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
5105              From: Robin Houston <robin@kitsite.com>
5106              Date: Wed, 14 Mar 2001 00:43:45 +0000
5107              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
5108      Branch: perl
5109            + t/op/loopctl.t
5110            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
5111            ! vms/perly_c.vms
5112 ____________________________________________________________________________
5113 [  9138] By: gsar                                  on 2001/03/14  01:18:00
5114         Log: remove squelch controls for "Scalars leaked" messages in most places
5115              (these are now cured)
5116      Branch: maint-5.6/perl
5117            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
5118            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
5119            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
5120 ____________________________________________________________________________
5121 [  9137] By: gsar                                  on 2001/03/14  00:57:04
5122         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
5123      Branch: maint-5.6/perl
5124            ! regcomp.c
5125 ____________________________________________________________________________
5126 [  9136] By: jhi                                   on 2001/03/13  23:12:24
5127         Log: (Retracted by #9155)
5128              
5129              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
5130              From: Jens-Uwe Mager <jum@helios.de>
5131              Date: Wed, 21 Feb 2001 21:32:04 +0100
5132              Message-ID: <20010221213203.A18340@ans.helios.de>
5133      Branch: perl
5134            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
5135 ____________________________________________________________________________
5136 [  9135] By: jhi                                   on 2001/03/13  22:50:05
5137         Log: Integrate perlio.
5138      Branch: perl
5139           !> pp.c
5140 ____________________________________________________________________________
5141 [  9134] By: jhi                                   on 2001/03/13  22:49:05
5142         Log: Integrate change #9131 from maintperl into mainline.
5143              
5144              make the error text look more consistent in hints/hpux.sh
5145      Branch: perl
5146           !> hints/hpux.sh
5147 ____________________________________________________________________________
5148 [  9133] By: gsar                                  on 2001/03/13  22:46:20
5149         Log: integrate change#9067 from mainline
5150              
5151              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
5152      Branch: maint-5.6/perl
5153           !> lib/ExtUtils/MM_Unix.pm
5154 ____________________________________________________________________________
5155 [  9132] By: jhi                                   on 2001/03/13  22:41:21
5156         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
5157              From: "John P. Linderman" <jpl@research.att.com>
5158              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
5159              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
5160              
5161              A more correct prime finder.
5162      Branch: perl
5163            ! lib/Tie/SubstrHash.pm
5164 ____________________________________________________________________________
5165 [  9131] By: gsar                                  on 2001/03/13  22:30:42
5166         Log: make the error text look more consistent in hints/hpux.sh
5167      Branch: maint-5.6/perl
5168            ! hints/hpux.sh
5169 ____________________________________________________________________________
5170 [  9130] By: jhi                                   on 2001/03/13  22:23:44
5171         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
5172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5173              Date: Tue, 13 Mar 2001 18:41:26 +0100
5174              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
5175              
5176              If the test is run non-interactively the default handler
5177              is different.
5178      Branch: perl
5179            ! t/lib/sigaction.t
5180 ____________________________________________________________________________
5181 [  9129] By: jhi                                   on 2001/03/13  22:20:21
5182         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
5183              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5184              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
5185              Date:     Tue, 13 Mar 2001 16:44:32 EST
5186      Branch: perl
5187            ! t/lib/1_compile.t
5188 ____________________________________________________________________________
5189 [  9128] By: jhi                                   on 2001/03/13  22:18:34
5190         Log: Subject: Another patch for integer.pm POD 
5191              From: "John L. Allen" <allen@grumman.com>
5192              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
5193              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
5194      Branch: perl
5195            ! lib/integer.pm
5196 ____________________________________________________________________________
5197 [  9127] By: nick                                  on 2001/03/13  21:26:30
5198         Log: Integrate mainline.
5199      Branch: perlio
5200           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
5201           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
5202           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
5203           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
5204           !> Changes Configure MANIFEST README.os2 README.os390
5205           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
5206           !> os2/Changes patchlevel.h win32/perlhost.h
5207 ____________________________________________________________________________
5208 [  9126] By: nick                                  on 2001/03/13  20:39:51
5209         Log: #ifdef'ed out code to make packed side of pack/unpack
5210              octets. (i.e. pack('U') => encode_utf8).
5211      Branch: perlio
5212            ! pp.c
5213 ____________________________________________________________________________
5214 [  9125] By: jhi                                   on 2001/03/13  15:07:16
5215         Log: Update Changes.
5216      Branch: perl
5217            ! Changes patchlevel.h
5218 ____________________________________________________________________________
5219 [  9124] By: jhi                                   on 2001/03/13  14:22:45
5220         Log: Workaround for the buggy ("internal compiler error")
5221              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
5222              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
5223              of Andreas König.
5224      Branch: perl
5225            ! ext/re/Makefile.PL hints/aix.sh
5226 ____________________________________________________________________________
5227 [  9123] By: jhi                                   on 2001/03/13  03:24:34
5228         Log: Typo in #9114.
5229      Branch: metaconfig
5230            ! U/modified/myhostname.U
5231 ____________________________________________________________________________
5232 [  9122] By: jhi                                   on 2001/03/13  03:24:06
5233         Log: Typo in #9113.
5234      Branch: perl
5235            ! Configure
5236 ____________________________________________________________________________
5237 [  9121] By: jhi                                   on 2001/03/13  01:53:05
5238         Log: Forgot to check-in the larger part of #9120, duh.
5239      Branch: perl
5240            ! README.os2
5241 ____________________________________________________________________________
5242 [  9120] By: jhi                                   on 2001/03/13  01:51:31
5243         Log: Subject: [PATCH 5.6.1] OS/2 docs
5244              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5245              Date: Mon, 12 Mar 2001 03:27:32 -0500
5246              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
5247      Branch: perl
5248            ! os2/Changes
5249 ____________________________________________________________________________
5250 [  9119] By: jhi                                   on 2001/03/13  01:49:41
5251         Log: Integrate change #9116 from maintperl into mainline.
5252              
5253              Win32::GetCwd() returns C: instead of C:\ in the root directory
5254              under ithreads
5255      Branch: perl
5256           !> win32/perlhost.h
5257 ____________________________________________________________________________
5258 [  9118] By: jhi                                   on 2001/03/13  01:13:39
5259         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
5260      Branch: perl
5261            + lib/Switch.pm t/lib/switch.t
5262            ! MANIFEST
5263 ____________________________________________________________________________
5264 [  9117] By: jhi                                   on 2001/03/13  01:03:17
5265         Log: Add Text::Balanced 1.83.
5266      Branch: perl
5267            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
5268            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
5269            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
5270            + t/lib/tb-xvari.t
5271            ! MANIFEST
5272 ____________________________________________________________________________
5273 [  9116] By: gsar                                  on 2001/03/13  00:55:53
5274         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
5275              under ithreads
5276      Branch: maint-5.6/perl
5277            ! win32/perlhost.h
5278 ____________________________________________________________________________
5279 [  9115] By: jhi                                   on 2001/03/13  00:54:09
5280         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
5281              From: "John L. Allen" <allen@grumman.com>
5282              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
5283              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
5284              
5285              use integer document clarification.
5286      Branch: perl
5287            ! lib/integer.pm
5288 ____________________________________________________________________________
5289 [  9114] By: jhi                                   on 2001/03/13  00:38:54
5290         Log: Metaconfig unit change for #9113.
5291      Branch: metaconfig
5292            ! U/modified/myhostname.U
5293 ____________________________________________________________________________
5294 [  9113] By: jhi                                   on 2001/03/13  00:38:35
5295         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
5296              From: Peter Prymmer <pvhp@forte.com>
5297              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
5298              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
5299      Branch: perl
5300            ! Configure README.os390 hints/os390.sh
5301 ____________________________________________________________________________
5302 [  9112] By: jhi                                   on 2001/03/13  00:29:00
5303         Log: Integrate perlio.
5304      Branch: perl
5305           !> sv.c utf8.h
5306 ____________________________________________________________________________
5307 [  9111] By: nick                                  on 2001/03/12  21:16:33
5308         Log: Integrate mainline.
5309      Branch: perlio
5310           +> t/op/anonsub.t
5311           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
5312           !> proto.h sv.c
5313 ____________________________________________________________________________
5314 [  9110] By: nick                                  on 2001/03/12  21:00:13
5315         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
5316      Branch: perlio
5317            ! sv.c utf8.h
5318 ____________________________________________________________________________
5319 [  9109] By: jhi                                   on 2001/03/12  16:04:47
5320         Log: Integrate change #9108 from maintperl to mainline.
5321              
5322              fix memory leak in C<sub X { sub {} }> arising from a refcount
5323              loop between the outer sub and the inner prototype anonsub
5324              
5325              this also enables closures returned by subroutines that
5326              subsequently get redefined to work without generating coredumps :)
5327              
5328              completely removed the free_closures() hack--it shouldn't be
5329              needed anymore
5330      Branch: perl
5331           +> t/op/anonsub.t
5332           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
5333           !> proto.h sv.c
5334 ____________________________________________________________________________
5335 [  9108] By: gsar                                  on 2001/03/12  10:21:31
5336         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
5337              loop between the outer sub and the inner prototype anonsub
5338              
5339              this also enables closures returned by subroutines that
5340              subsequently get redefined to work without generating coredumps :)
5341              
5342              completely removed the free_closures() hack--it shouldn't be
5343              needed anymore
5344      Branch: maint-5.6/perl
5345            + t/op/anonsub.t
5346            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
5347            ! proto.h sv.c
5348 ____________________________________________________________________________
5349 [  9107] By: jhi                                   on 2001/03/12  05:15:31
5350         Log: Integrate perlio.
5351      Branch: perl
5352           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
5353 ____________________________________________________________________________
5354 [  9106] By: nick                                  on 2001/03/11  20:10:12
5355         Log: regcomp.c is working in native space, not Unicode space (if different)
5356              as it is doing compare against 'W' in \W etc.
5357      Branch: perlio
5358            ! regcomp.c
5359 ____________________________________________________________________________
5360 [  9105] By: nick                                  on 2001/03/11  19:39:34
5361         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
5362              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
5363      Branch: perlio
5364            ! regcomp.c toke.c utf8.c
5365 ____________________________________________________________________________
5366 [  9104] By: nick                                  on 2001/03/11  18:15:44
5367         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
5368      Branch: perlio
5369            ! sv.c
5370 ____________________________________________________________________________
5371 [  9103] By: nick                                  on 2001/03/11  18:03:28
5372         Log: Integrate mainline (for regexp stuff).
5373      Branch: perlio
5374           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
5375           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
5376           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
5377           !> t/lib/errno.t t/op/pat.t
5378 ____________________________________________________________________________
5379 [  9102] By: nick                                  on 2001/03/11  17:44:20
5380         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
5381              - exclude layer syms in makedef.pl for sfio
5382              - also inhibit Encode from trying to build ":encode()" layer.
5383      Branch: perlio
5384            ! ext/Encode/Encode.xs makedef.pl
5385 ____________________________________________________________________________
5386 [  9101] By: jhi                                   on 2001/03/10  22:38:13
5387         Log: The $Is_MacOS needs to be declared.
5388      Branch: perl
5389            ! lib/ExtUtils/Manifest.pm
5390 ____________________________________________________________________________
5391 [  9100] By: jhi                                   on 2001/03/10  22:14:29
5392         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
5393              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
5394              pollute the symbolspace if using sfio.
5395      Branch: perl
5396            ! ext/Encode/Encode.xs
5397 ____________________________________________________________________________
5398 [  9099] By: jhi                                   on 2001/03/10  21:58:48
5399         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
5400              Date: Sat, 10 Mar 2001 14:23:55 -0500
5401              From: Chris Nandor <pudge@pobox.com>
5402              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
5403      Branch: perl
5404            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
5405            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
5406            ! t/lib/errno.t
5407 ____________________________________________________________________________
5408 [  9098] By: jhi                                   on 2001/03/10  21:38:30
5409         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
5410      Branch: perl
5411            ! regcomp.c regexec.c t/op/pat.t
5412 ____________________________________________________________________________
5413 [  9097] By: jhi                                   on 2001/03/10  14:38:07
5414         Log: Integrate perlio.
5415      Branch: perl
5416           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
5417           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
5418           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
5419 ____________________________________________________________________________
5420 [  9096] By: nick                                  on 2001/03/10  11:55:43
5421         Log: EBCDIC sanity - phase I
5422              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
5423              - use utf8n_xxxx (c.f. pvn) for forms which take length.
5424              - back out vN.N and $^V exceptions to e2a/a2e
5425              - make "locale" isxxx macros be uvchr (may be redundant?)
5426              
5427              Not clear yet that toUPPER_uni et. al. return being handled correctly.
5428              The tr// and rexexp stuff still needs an audit, assumption is they are working
5429              in Unicode space.
5430              
5431              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
5432      Branch: perlio
5433            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
5434            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
5435            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
5436 ____________________________________________________________________________
5437 [  9095] By: jhi                                   on 2001/03/09  22:10:01
5438         Log: Integrate perlio.
5439      Branch: perl
5440           !> dump.c
5441 ____________________________________________________________________________
5442 [  9094] By: nick                                  on 2001/03/09  17:36:38
5443         Log: Builds an passes all tests after integrate and this tweak.
5444      Branch: perlio
5445            ! dump.c
5446 ____________________________________________________________________________
5447 [  9093] By: nick                                  on 2001/03/09  17:16:03
5448         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
5449      Branch: perlio
5450           +> lib/unicode/Scripts.txt t/lib/sigaction.t
5451           !> (integrate 79 files)
5452 ____________________________________________________________________________
5453 [  9092] By: jhi                                   on 2001/03/09  15:28:26
5454         Log: Update Changes.
5455      Branch: perl
5456            ! Changes patchlevel.h
5457 ____________________________________________________________________________
5458 [  9091] By: jhi                                   on 2001/03/09  15:25:05
5459         Log: In op/stat #35 better to scan all the potential directories
5460              for setuids, not just the first one.
5461      Branch: perl
5462            ! t/op/stat.t
5463 ____________________________________________________________________________
5464 [  9090] By: jhi                                   on 2001/03/09  15:01:27
5465         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
5466              From: rspier@pobox.com (Robert Spier)
5467              Date: Fri, 9 Mar 2001 03:30:20 -0500
5468              Message-ID: <15016.38044.381174.160189@rls.cx>
5469              
5470              EXISTS() returning undef mistakenly triggered a FETCH().
5471      Branch: perl
5472            ! hv.c
5473 ____________________________________________________________________________
5474 [  9089] By: jhi                                   on 2001/03/09  14:59:02
5475         Log: Add /sbin and /usr/sbin to the list of directories scanned
5476              for setuid programs.  Takes care of bug id 20010309.003.
5477      Branch: perl
5478            ! t/op/stat.t
5479 ____________________________________________________________________________
5480 [  9088] By: jhi                                   on 2001/03/09  14:48:32
5481         Log: Regen perlapi, perltoc.
5482      Branch: perl
5483            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
5484 ____________________________________________________________________________
5485 [  9087] By: jhi                                   on 2001/03/09  14:38:56
5486         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
5487              From: David Mitchell <davem@fdgroup.co.uk>
5488              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
5489              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
5490      Branch: perl
5491            ! dump.c perl.c perl.h pod/perlrun.pod
5492 ____________________________________________________________________________
5493 [  9086] By: jhi                                   on 2001/03/09  01:47:16
5494         Log: A modified version of
5495              
5496              Subject: [ID 20010307.005] POSIX::sigaction has various problems
5497              From: anders@broadcom.com
5498              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
5499              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
5500              
5501              Currently the sigaction.t test #6 fails (and is fudged to look
5502              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
5503              This may well be a genuine bug in Linux sigaction() (since at
5504              least Tru64, Solaris, and HP-UX disagree with Linux).
5505              Anyone with POSIX / SUSv2 tome handy?  The problem is that
5506              the flags of the oldaction don't match with the flags in
5507              the previously installed disposition.
5508      Branch: perl
5509            + t/lib/sigaction.t
5510            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5511 ____________________________________________________________________________
5512 [  9085] By: jhi                                   on 2001/03/09  01:30:13
5513         Log: Subject: Re: mission impossible for the day
5514              From: Alex Gough <alex@rcon.org>
5515              Date: Thu, 08 Mar 2001 17:18:19 +0000
5516              Message-ID: <3AA7BEDB.8070409@rcon.org>
5517              
5518              If references (are overloaded) and can be directly stringified,
5519              show that instead of "stringified".
5520              
5521              (The problem, infinite mutual recursion caused by overloaded bool
5522              in Switch.pm, tracked by David Mitchell)
5523      Branch: perl
5524            ! lib/Carp/Heavy.pm
5525 ____________________________________________________________________________
5526 [  9084] By: jhi                                   on 2001/03/09  01:20:39
5527         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
5528              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
5529              From: David Mitchell <davem@fdgroup.co.uk>
5530              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
5531      Branch: perl
5532            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
5533            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
5534 ____________________________________________________________________________
5535 [  9083] By: jhi                                   on 2001/03/09  01:16:51
5536         Log: Subject: [PATCH] perldata.pod here-doc docs
5537              From: Jeff Pinyan <jeffp@crusoe.net>
5538              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
5539              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
5540      Branch: perl
5541            ! pod/perldata.pod
5542 ____________________________________________________________________________
5543 [  9082] By: jhi                                   on 2001/03/09  01:01:27
5544         Log: Subject: Re: Unicode/EBCDIC
5545              From: Peter Prymmer <pvhp@forte.com>
5546              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
5547              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
5548      Branch: perl
5549            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
5550 ____________________________________________________________________________
5551 [  9081] By: jhi                                   on 2001/03/08  13:41:30
5552         Log: Subject: Ooops, wrong 'no *POSIX' Patch
5553              From: Dorner Thomas <Thomas.Dorner@start.de>
5554              Date: Thu, 8 Mar 2001 08:43:28 +0100
5555              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
5556      Branch: perl
5557            ! hints/posix-bc.sh
5558 ____________________________________________________________________________
5559 [  9080] By: jhi                                   on 2001/03/08  13:11:42
5560         Log: It's Scripts.txt, not Script.txt.
5561      Branch: perl
5562            ! MANIFEST
5563 ____________________________________________________________________________
5564 [  9079] By: jhi                                   on 2001/03/08  12:59:05
5565         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
5566              From: Dorner Thomas <Thomas.Dorner@start.de>
5567              Date: Wed, 7 Mar 2001 14:13:31 +0100
5568              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
5569      Branch: perl
5570            ! makedepend.SH
5571 ____________________________________________________________________________
5572 [  9078] By: jhi                                   on 2001/03/08  12:57:43
5573         Log: Retract #9069, wrong patch.
5574      Branch: perl
5575            ! Makefile.SH
5576 ____________________________________________________________________________
5577 [  9077] By: jhi                                   on 2001/03/08  01:06:13
5578         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
5579      Branch: perl
5580            + lib/unicode/Scripts.txt
5581            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
5582            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
5583            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
5584            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
5585            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
5586            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
5587            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
5588            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
5589            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
5590            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
5591            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
5592            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
5593            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
5594            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
5595            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
5596            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
5597            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
5598            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
5599            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
5600            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
5601            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
5602            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
5603            ! lib/unicode/version
5604 ____________________________________________________________________________
5605 [  9076] By: jhi                                   on 2001/03/07  22:59:39
5606         Log: Integrate change #7784 from mainline into maintperl.
5607              
5608              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
5609      Branch: maint-5.6/perl
5610           !> pp_ctl.c t/op/pat.t
5611 ____________________________________________________________________________
5612 [  9075] By: jhi                                   on 2001/03/07  22:05:11
5613         Log: More UTF-8 test tweaks.
5614      Branch: perl
5615            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
5616 ____________________________________________________________________________
5617 [  9074] By: nick                                  on 2001/03/07  21:39:29
5618         Log: Integrate mainline.
5619      Branch: perlio
5620           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
5621           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
5622           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
5623           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
5624           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
5625 ____________________________________________________________________________
5626 [  9073] By: jhi                                   on 2001/03/07  16:37:09
5627         Log: Update Changes.
5628      Branch: perl
5629            ! Changes patchlevel.h
5630 ____________________________________________________________________________
5631 [  9072] By: jhi                                   on 2001/03/07  16:32:30
5632         Log: Subject: [ID 20010306.004] || != named unary operator
5633              From: abela@geneanet.org
5634              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
5635              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
5636      Branch: perl
5637            ! pod/perlop.pod
5638 ____________________________________________________________________________
5639 [  9071] By: jhi                                   on 2001/03/07  15:14:11
5640         Log: Subject: downgrading to bytes for common functions
5641              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
5642              Date: Wed, 7 Mar 2001 02:36:55 -0500
5643              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
5644      Branch: perl
5645            ! pp_sys.c
5646 ____________________________________________________________________________
5647 [  9070] By: jhi                                   on 2001/03/07  15:04:58
5648         Log: Clarify the description differentiating for and while; inspired by
5649              
5650              Subject: [ID 20010306.002] for/while difference in for definition
5651              From: abela@geneanet.org
5652              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
5653              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
5654      Branch: perl
5655            ! pod/perlsyn.pod
5656 ____________________________________________________________________________
5657 [  9069] By: jhi                                   on 2001/03/07  14:55:30
5658         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
5659              From: Dorner Thomas <Thomas.Dorner@start.de>
5660              Date: Wed, 7 Mar 2001 14:13:31 +0100
5661              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
5662      Branch: perl
5663            ! Makefile.SH
5664 ____________________________________________________________________________
5665 [  9068] By: jhi                                   on 2001/03/07  14:51:17
5666         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
5667              From: Radu Greab <radu@netsoft.ro>
5668              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
5669              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
5670      Branch: perl
5671            ! pp.c t/op/chop.t
5672 ____________________________________________________________________________
5673 [  9067] By: jhi                                   on 2001/03/07  14:48:57
5674         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
5675              From: Simon Cozens <simon@netthink.co.uk>
5676              Date: Wed, 7 Mar 2001 13:59:28 +0000
5677              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
5678              
5679              In order to allow MakeMaker to build correct Makefiles,
5680              you need to change the order of the arguments in MM_Unix.pm
5681              as well. (Unless you have C89_CCMODE set, but we're trying
5682              to be POSIXly correct)
5683              
5684              Thanks to Merijn Broeren for tracking this down.
5685      Branch: perl
5686            ! lib/ExtUtils/MM_Unix.pm
5687 ____________________________________________________________________________
5688 [  9066] By: jhi                                   on 2001/03/07  14:30:02
5689         Log: Floating point too messy.
5690      Branch: perl
5691            ! t/camel-III/vstring.t
5692 ____________________________________________________________________________
5693 [  9065] By: jhi                                   on 2001/03/07  14:17:44
5694         Log: Integrate change #9064 from maintperl into mainline.
5695              
5696              fix memory leak in pack("Bb",...)
5697      Branch: perl
5698           !> perl.c
5699 ____________________________________________________________________________
5700 [  9064] By: gsar                                  on 2001/03/07  06:29:24
5701         Log: fix memory leak in pack("Bb",...)
5702      Branch: maint-5.6/perl
5703            ! perl.c
5704 ____________________________________________________________________________
5705 [  9063] By: jhi                                   on 2001/03/07  00:55:04
5706         Log: Major utf8 test reorganisation and rewrite.
5707              Hopefully no tests were lost in the shuffle.
5708              (The beginning of pragma/utf8 was lost intentionally,
5709              the tests were rather bogus and incomplete.)
5710      Branch: perl
5711            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
5712            ! t/pragma/utf8.t
5713 ____________________________________________________________________________
5714 [  9062] By: jhi                                   on 2001/03/07  00:41:16
5715         Log: More tweakage on the Unicode character class descriptions.
5716      Branch: perl
5717            ! lib/unicode/mktables.PL pod/perlretut.pod
5718 ____________________________________________________________________________
5719 [  9061] By: jhi                                   on 2001/03/06  23:12:38
5720         Log: The perlretut was still talking about the old \p and \P
5721              definitions.
5722      Branch: perl
5723            ! pod/perlretut.pod
5724 ____________________________________________________________________________
5725 [  9060] By: nick                                  on 2001/03/06  20:52:37
5726         Log: Integrate mainline (make test works again now).
5727      Branch: perlio
5728           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
5729 ____________________________________________________________________________
5730 [  9059] By: jhi                                   on 2001/03/06  15:36:14
5731         Log: 0.999... does equal 1.0, doesn't it?
5732      Branch: perl
5733            ! t/camel-III/vstring.t
5734 ____________________________________________________________________________
5735 [  9058] By: jhi                                   on 2001/03/06  15:34:00
5736         Log: Make /x{abcd}/ to work without use utf8.
5737      Branch: perl
5738            ! regcomp.c
5739 ____________________________________________________________________________
5740 [  9057] By: jhi                                   on 2001/03/06  03:02:36
5741         Log: Easier to outcomment all the three reset() tests for now.
5742      Branch: perl
5743            ! t/op/pat.t
5744 ____________________________________________________________________________
5745 [  9056] By: jhi                                   on 2001/03/06  02:30:02
5746         Log: Comment out the deadly reset; until the 20010301.005
5747              is finally fixed.
5748      Branch: perl
5749            ! t/op/pat.t
5750 ____________________________________________________________________________
5751 [  9055] By: jhi                                   on 2001/03/06  02:21:26
5752         Log: Integrate the change #9054 from mainline:
5753              retract the PMOP cleanup patch pending further investigation.
5754      Branch: maint-5.6/perl
5755           !> op.c op.h
5756 ____________________________________________________________________________
5757 [  9054] By: jhi                                   on 2001/03/06  02:19:57
5758         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
5759              with oddly familiar stack traces.
5760      Branch: perl
5761            ! op.c op.h
5762 ____________________________________________________________________________
5763 [  9053] By: jhi                                   on 2001/03/05  23:20:28
5764         Log: Integrate perlio.
5765      Branch: perl
5766           +> ext/Encode/Encode/koi8-r.ucm
5767           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5768           !> makedef.pl
5769 ____________________________________________________________________________
5770 [  9052] By: nick                                  on 2001/03/05  23:08:17
5771         Log: skipping USE_PERLIO symbols correction.
5772      Branch: perlio
5773            ! makedef.pl
5774 ____________________________________________________________________________
5775 [  9051] By: nick                                  on 2001/03/05  22:35:07
5776         Log: More Encode alias tidying.
5777      Branch: perlio
5778            + ext/Encode/Encode/koi8-r.ucm
5779            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5780 ____________________________________________________________________________
5781 [  9050] By: jhi                                   on 2001/03/05  21:44:29
5782         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
5783              Sarathy's fix for ID 20010301.005.
5784      Branch: maint-5.6/perl
5785           !> op.c op.h
5786 ____________________________________________________________________________
5787 [  9049] By: nick                                  on 2001/03/05  19:54:04
5788         Log: Integrate Jarkko's Encode.pm tweak.
5789      Branch: perlio
5790           !> ext/Encode/Encode.pm
5791 ____________________________________________________________________________
5792 [  9048] By: nick                                  on 2001/03/05  19:47:57
5793         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
5794      Branch: perlio
5795           +> os2/os2add.sym
5796           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
5797           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
5798           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5799           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
5800           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
5801 ____________________________________________________________________________
5802 [  9047] By: jhi                                   on 2001/03/05  19:25:26
5803         Log: Regen perlapi.
5804      Branch: perl
5805            ! pod/perlapi.pod
5806 ____________________________________________________________________________
5807 [  9046] By: jhi                                   on 2001/03/05  19:12:14
5808         Log: Integrate perlio.
5809      Branch: perl
5810           +> t/camel-III/vstring.t
5811           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
5812 ____________________________________________________________________________
5813 [  9045] By: jhi                                   on 2001/03/05  19:10:36
5814         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
5815      Branch: perl
5816            ! ext/Encode/Encode.pm
5817 ____________________________________________________________________________
5818 [  9044] By: jhi                                   on 2001/03/05  18:49:12
5819         Log: Forgot the other half of the PMOP patch (#9033).
5820      Branch: perl
5821            ! op.h
5822 ____________________________________________________________________________
5823 [  9043] By: nick                                  on 2001/03/05  18:14:47
5824         Log: Update MANIFEST for new test.
5825      Branch: perlio
5826            ! MANIFEST
5827 ____________________________________________________________________________
5828 [  9042] By: nick                                  on 2001/03/05  18:12:41
5829         Log: Some tests for Camel 3rd edition features.
5830              Make gethostbyaddr() test in above work.
5831      Branch: perlio
5832            + t/camel-III/vstring.t
5833            ! pp.h pp_sys.c t/TEST t/harness
5834 ____________________________________________________________________________
5835 [  9041] By: jhi                                   on 2001/03/05  17:41:48
5836         Log: Add more ISO 8859 encoding aliases.
5837      Branch: perl
5838            ! ext/Encode/Encode.pm
5839 ____________________________________________________________________________
5840 [  9040] By: jhi                                   on 2001/03/05  17:30:43
5841         Log: Integrate perlio.
5842      Branch: perl
5843           !> MANIFEST sv.c
5844 ____________________________________________________________________________
5845 [  9039] By: nick                                  on 2001/03/05  17:11:36
5846         Log: Missed added file.
5847      Branch: perlio
5848            ! MANIFEST
5849 ____________________________________________________________________________
5850 [  9038] By: jhi                                   on 2001/03/05  15:58:01
5851         Log: Add tr tests for EBCDIC, from Karsten Sperling.
5852      Branch: perl
5853            ! t/op/tr.t
5854 ____________________________________________________________________________
5855 [  9037] By: nick                                  on 2001/03/05  15:56:35
5856         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
5857              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
5858              
5859              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
5860              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
5861              - uses SvPV() rather than sv_2pv() in case it isn't a string.
5862      Branch: perlio
5863            ! sv.c
5864 ____________________________________________________________________________
5865 [  9036] By: jhi                                   on 2001/03/05  15:49:15
5866         Log: Add matching tests currently failing in EBCDIC,
5867              suggested by Karsten Sperling.
5868      Branch: perl
5869            ! t/op/pat.t
5870 ____________________________________________________________________________
5871 [  9035] By: jhi                                   on 2001/03/05  15:36:55
5872         Log: The #9034 needs a MANIFESTation.
5873      Branch: perl
5874            ! MANIFEST
5875 ____________________________________________________________________________
5876 [  9034] By: jhi                                   on 2001/03/05  15:35:14
5877         Log: Integrate perlio.
5878      Branch: perl
5879           +> ext/Encode/Encode/Tcl.pm
5880           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5881           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5882           !> ext/Encode/Encode/iso8859-1.ucm
5883           !> ext/Encode/Encode/iso8859-10.ucm
5884           !> ext/Encode/Encode/iso8859-13.ucm
5885           !> ext/Encode/Encode/iso8859-14.ucm
5886           !> ext/Encode/Encode/iso8859-15.ucm
5887           !> ext/Encode/Encode/iso8859-16.ucm
5888           !> ext/Encode/Encode/iso8859-2.ucm
5889           !> ext/Encode/Encode/iso8859-3.ucm
5890           !> ext/Encode/Encode/iso8859-4.ucm
5891           !> ext/Encode/Encode/iso8859-5.ucm
5892           !> ext/Encode/Encode/iso8859-6.ucm
5893           !> ext/Encode/Encode/iso8859-7.ucm
5894           !> ext/Encode/Encode/iso8859-8.ucm
5895           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5896           !> t/lib/encode.t
5897 ____________________________________________________________________________
5898 [  9033] By: jhi                                   on 2001/03/05  15:33:18
5899         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
5900              From: Gurusamy Sarathy <gsar@ActiveState.com>
5901              Date: Sun, 04 Mar 2001 22:33:15 -0800
5902              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
5903              
5904              PMOPs need to remember their own stash so that they can
5905              gracefully remove themselves from their linked list.
5906      Branch: perl
5907            ! op.c
5908 ____________________________________________________________________________
5909 [  9032] By: nick                                  on 2001/03/05  14:51:50
5910         Log: Encode implementation "completion"
5911              Implement and document define_encoding()
5912              Implement and document encoding aliases including define_alias()
5913              Make Encode::XS use define_encoding() rather than back-door.
5914              Move run-time *.enc to separate Encode::Tcl module.
5915              Make 'compile' honour <codeset_name>
5916              Change canonical names of to iso-8859-* and US-ascii.
5917      Branch: perlio
5918            + ext/Encode/Encode/Tcl.pm
5919            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5920            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5921            ! ext/Encode/Encode/iso8859-1.ucm
5922            ! ext/Encode/Encode/iso8859-10.ucm
5923            ! ext/Encode/Encode/iso8859-13.ucm
5924            ! ext/Encode/Encode/iso8859-14.ucm
5925            ! ext/Encode/Encode/iso8859-15.ucm
5926            ! ext/Encode/Encode/iso8859-16.ucm
5927            ! ext/Encode/Encode/iso8859-2.ucm
5928            ! ext/Encode/Encode/iso8859-3.ucm
5929            ! ext/Encode/Encode/iso8859-4.ucm
5930            ! ext/Encode/Encode/iso8859-5.ucm
5931            ! ext/Encode/Encode/iso8859-6.ucm
5932            ! ext/Encode/Encode/iso8859-7.ucm
5933            ! ext/Encode/Encode/iso8859-8.ucm
5934            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5935            ! t/lib/encode.t
5936 ____________________________________________________________________________
5937 [  9031] By: jhi                                   on 2001/03/05  13:51:17
5938         Log: Integrate change #9030 from maintperl into mainline.
5939              
5940              Subject: [PATCH 5.6.1] OS/2 cleanup
5941      Branch: perl
5942           +> os2/os2add.sym
5943           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5944           !> makedef.pl os2/Changes os2/Makefile.SHs
5945           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5946           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5947           !> os2/os2.sym os2/os2ish.h
5948 ____________________________________________________________________________
5949 [  9030] By: jhi                                   on 2001/03/05  13:46:49
5950         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
5951              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5952              Date: Mon, 5 Mar 2001 02:29:44 -0500
5953              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
5954      Branch: maint-5.6/perl
5955            + os2/os2add.sym
5956            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5957            ! makedef.pl os2/Changes os2/Makefile.SHs
5958            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5959            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5960            ! os2/os2.sym os2/os2ish.h
5961 ____________________________________________________________________________
5962 [  9029] By: jhi                                   on 2001/03/05  13:40:35
5963         Log: Integrate change #9028 from maintperl into mainline.
5964              
5965              various nits in MM_Unix.pm found by disabling SelfLoader
5966      Branch: perl
5967           !> lib/ExtUtils/MM_Unix.pm
5968 ____________________________________________________________________________
5969 [  9028] By: gsar                                  on 2001/03/05  09:58:38
5970         Log: various nits in MM_Unix.pm found by disabling SelfLoader
5971      Branch: maint-5.6/perl
5972            ! lib/ExtUtils/MM_Unix.pm
5973 ____________________________________________________________________________
5974 [  9027] By: nick                                  on 2001/03/05  08:35:22
5975         Log: Integrate mainline
5976      Branch: perlio
5977           !> (integrate 28 files)
5978 ____________________________________________________________________________
5979 [  9026] By: jhi                                   on 2001/03/05  02:14:59
5980         Log: Integrate change #9025 from mainline to maintperl,
5981              retract \N{U+HHHH}.
5982      Branch: maint-5.6/perl
5983           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5984           !> t/lib/charnames.t toke.c
5985 ____________________________________________________________________________
5986 [  9025] By: jhi                                   on 2001/03/05  02:13:09
5987         Log: Retracting \N{U+HHHH}.
5988      Branch: perl
5989            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5990            ! t/lib/charnames.t toke.c
5991 ____________________________________________________________________________
5992 [  9024] By: jhi                                   on 2001/03/04  20:51:07
5993         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
5994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5995              Date: Fri, 02 Mar 2001 18:25:26 +0100
5996              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
5997              
5998              Casting problem.
5999      Branch: perl
6000            ! ext/Storable/Storable.xs
6001 ____________________________________________________________________________
6002 [  9023] By: jhi                                   on 2001/03/04  19:46:45
6003         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
6004              From: nick@talking.bollo.cx
6005              Date: Sat, 03 Mar 2001 21:41:33 +0000
6006              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
6007              
6008              Revert the workaround.
6009      Branch: perl
6010            ! perlio.c
6011 ____________________________________________________________________________
6012 [  9022] By: jhi                                   on 2001/03/04  19:36:28
6013         Log: Update Changes.
6014      Branch: perl
6015            ! Changes patchlevel.h
6016 ____________________________________________________________________________
6017 [  9021] By: jhi                                   on 2001/03/04  18:41:00
6018         Log: makedef.pl updates suggested by Chris Nandor; double-checking
6019              the changes in AIX, OS/2 Win32 would be nice.
6020      Branch: perl
6021            ! makedef.pl
6022 ____________________________________________________________________________
6023 [  9020] By: jhi                                   on 2001/03/04  18:23:58
6024         Log: Integrate change #9012 from maintperl into mainline,
6025              quench a compiler warning.
6026      Branch: perl
6027           !> toke.c
6028 ____________________________________________________________________________
6029 [  9019] By: jhi                                   on 2001/03/04  18:18:43
6030         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
6031              
6032              \N{U+HHHH} fix.
6033              
6034              pattern in G_ARRAY context
6035      Branch: maint-5.6/perl
6036           !> pp_hot.c t/op/pat.t toke.c
6037 ____________________________________________________________________________
6038 [  9018] By: jhi                                   on 2001/03/04  18:07:48
6039         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
6040              From: Jeff Pinyan <jeffp@crusoe.net>
6041              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
6042              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
6043      Branch: perl
6044            ! pp_hot.c t/op/pat.t
6045 ____________________________________________________________________________
6046 [  9017] By: jhi                                   on 2001/03/04  18:06:21
6047         Log: I thought I tested the #9014.
6048      Branch: perl
6049            ! toke.c
6050 ____________________________________________________________________________
6051 [  9016] By: jhi                                   on 2001/03/04  17:41:22
6052         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
6053              
6054              Tweak the get*ent() OS/2 prototypes.
6055              
6056              Add the \N{U+HHHH} syntax.
6057              
6058              More tr/// UTF-8 fixes from Inaba Hiroto.
6059      Branch: maint-5.6/perl
6060           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
6061           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
6062 ____________________________________________________________________________
6063 [  9015] By: jhi                                   on 2001/03/04  17:36:04
6064         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
6065      Branch: perl
6066            ! doop.c t/op/tr.t
6067 ____________________________________________________________________________
6068 [  9014] By: jhi                                   on 2001/03/04  17:24:49
6069         Log: Add the \N{U+HHHH} syntax.
6070      Branch: perl
6071            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
6072            ! t/lib/charnames.t toke.c
6073 ____________________________________________________________________________
6074 [  9013] By: jhi                                   on 2001/03/04  17:20:45
6075         Log: Tweak the get*ent() OS/2 prototypes.
6076      Branch: perl
6077            ! os2/os2.c
6078 ____________________________________________________________________________
6079 [  9012] By: gsar                                  on 2001/03/04  06:26:14
6080         Log: avoid warning (nit in change#9009)
6081      Branch: maint-5.6/perl
6082            ! toke.c
6083 ____________________________________________________________________________
6084 [  9011] By: gsar                                  on 2001/03/04  06:15:24
6085         Log: lib/charnames.t fails in 5.6.x because of older Unicode
6086              data
6087              
6088              TODO: need to revisit this after updating lib/unicode/...
6089      Branch: maint-5.6/perl
6090            ! t/lib/charnames.t
6091 ____________________________________________________________________________
6092 [  9010] By: gsar                                  on 2001/03/04  06:08:36
6093         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
6094      Branch: maint-5.6/perl
6095            ! toke.c
6096 ____________________________________________________________________________
6097 [  9009] By: jhi                                   on 2001/03/03  19:27:20
6098         Log: Integrate change #9008 from mainline to maintperl,
6099              UTF-8 tr/// fixes from Inaba Hiroto.
6100      Branch: maint-5.6/perl
6101           !> doop.c op.c t/op/tr.t toke.c
6102 ____________________________________________________________________________
6103 [  9008] By: jhi                                   on 2001/03/03  19:19:42
6104         Log: UTF8 tr/// fixes from Inaba Hiroto.
6105      Branch: perl
6106            ! doop.c op.c t/op/tr.t toke.c
6107 ____________________________________________________________________________
6108 [  9007] By: jhi                                   on 2001/03/03  19:00:30
6109         Log: Integrate change #9006 from maintperl to mainline,
6110              more robust quest for the infinite.
6111      Branch: perl
6112           !> lib/Math/Complex.pm
6113 ____________________________________________________________________________
6114 [  9006] By: jhi                                   on 2001/03/03  18:58:06
6115         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
6116              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6117              Date: Sat, 3 Mar 2001 12:51:50 -0500
6118              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
6119              
6120              Be more robust in our quest for the infinite.
6121      Branch: maint-5.6/perl
6122            ! lib/Math/Complex.pm
6123 ____________________________________________________________________________
6124 [  9005] By: jhi                                   on 2001/03/03  17:55:50
6125         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
6126      Branch: maint-5.6/perl
6127            ! doio.c
6128 ____________________________________________________________________________
6129 [  9004] By: jhi                                   on 2001/03/03  17:40:14
6130         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
6131              so that picky compilers like IRIX won't get huffy about
6132              "statements without effect" (like 1;).
6133      Branch: perl
6134            ! toke.c
6135 ____________________________________________________________________________
6136 [  9003] By: jhi                                   on 2001/03/03  17:15:52
6137         Log: Integrate change #9002 from mainline to maintperl.
6138              
6139              Subject: [perl-5.6.x, perl-current] accept for EPOC
6140      Branch: maint-5.6/perl
6141           !> pp_sys.c
6142 ____________________________________________________________________________
6143 [  9002] By: jhi                                   on 2001/03/03  17:14:30
6144         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
6145              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6146              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
6147              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
6148      Branch: perl
6149            ! pp_sys.c
6150 ____________________________________________________________________________
6151 [  9001] By: jhi                                   on 2001/03/03  17:13:13
6152         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
6153              From: "Craig A. Berry" <craigberry@mac.com>
6154              Date: Fri, 02 Mar 2001 17:44:40 -0600
6155              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
6156      Branch: perl
6157            ! t/pod/find.t
6158 ____________________________________________________________________________
6159 [  9000] By: jhi                                   on 2001/03/03  17:11:55
6160         Log: Integrate changes #8997,8999 from maintperl.
6161              
6162              Subject: [PATCH 5.6.1] compiling on OS/2
6163              (Better error message from hints/os2.sh)
6164              
6165              Subject: [PATCH 5.6.1] syslog.t
6166      Branch: perl
6167           !> hints/os2.sh t/lib/syslog.t
6168 ____________________________________________________________________________
6169 [  8999] By: jhi                                   on 2001/03/03  17:09:28
6170         Log: Subject: [PATCH 5.6.1] syslog.t
6171              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6172              Date: Sat, 3 Mar 2001 02:11:17 -0500
6173              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
6174      Branch: maint-5.6/perl
6175            ! t/lib/syslog.t
6176 ____________________________________________________________________________
6177 [  8998] By: jhi                                   on 2001/03/03  17:07:50
6178         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
6179              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6180              Date: Sat, 3 Mar 2001 01:53:52 -0500
6181              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
6182      Branch: maint-5.6/perl
6183            ! opcode.pl os2/os2.c
6184 ____________________________________________________________________________
6185 [  8997] By: jhi                                   on 2001/03/03  17:03:30
6186         Log: Subject: [PATCH 5.6.1] compiling on OS/2
6187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6188              Date: Sat, 3 Mar 2001 01:59:59 -0500
6189              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
6190      Branch: maint-5.6/perl
6191            ! hints/os2.sh
6192 ____________________________________________________________________________
6193 [  8996] By: jhi                                   on 2001/03/03  00:55:58
6194         Log: Regen files for mainline.
6195      Branch: perl
6196            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6197            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
6198 ____________________________________________________________________________
6199 [  8995] By: jhi                                   on 2001/03/03  00:35:22
6200         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
6201              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
6202              to maintperl.
6203              
6204              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
6205              
6206              Add Configure option -Dmksymlinks which will create a symlink
6207              forest if the current/build differs from the source directory.
6208              (8218,8220,8221,8317,8318,8971)
6209              
6210              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
6211              (Document APPLLIB_EXP in INSTALL.)
6212              
6213              If running byacc write-enable also perly.h.
6214              
6215              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
6216              
6217              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
6218              
6219              Sanity check for conflicting thread flavours.
6220              
6221              Fix the sys/fcntl.h problem reported by Peter Prymmer.
6222              
6223              Add few CPUs/architectures to the Cppsym scan,
6224              add -perlio to archname if so selected (modified 8890)
6225              
6226              Be more helpful for devel builders, suggested by John L. Allen.
6227              (admittedly pointless change for maintperl, but the usedevel
6228              code is there already)
6229      Branch: maint-5.6/perl
6230           !> Configure INSTALL Makefile.SH Porting/Glossary
6231           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
6232           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
6233           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
6234           !> win32/config.bc win32/config.gc win32/config.vc
6235 ____________________________________________________________________________
6236 [  8994] By: jhi                                   on 2001/03/02  23:31:41
6237         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
6238      Branch: metaconfig/U/perl
6239            ! gccvers.U
6240 ____________________________________________________________________________
6241 [  8993] By: jhi                                   on 2001/03/02  23:22:12
6242         Log: Regenerate various files for maint.
6243      Branch: maint-5.6/perl
6244            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
6245            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
6246 ____________________________________________________________________________
6247 [  8992] By: alanbur                               on 2001/03/02  22:48:34
6248         Log: Resync wuth parent
6249      Branch: maint-5.6/pureperl
6250           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
6251           !> (integrate 60 files)
6252 ____________________________________________________________________________
6253 [  8991] By: jhi                                   on 2001/03/02  21:00:08
6254         Log: Retract the #8742 part of #8986, backward compat.
6255      Branch: maint-5.6/perl
6256            ! embed.pl
6257 ____________________________________________________________________________
6258 [  8990] By: jhi                                   on 2001/03/02  20:40:07
6259         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
6260      Branch: maint-5.6/perl
6261            ! hv.c
6262 ____________________________________________________________________________
6263 [  8989] By: jhi                                   on 2001/03/02  19:59:56
6264         Log: Update Changes.
6265      Branch: perl
6266            ! Changes patchlevel.h
6267 ____________________________________________________________________________
6268 [  8988] By: jhi                                   on 2001/03/02  19:57:08
6269         Log: Integrate perlio.
6270      Branch: perl
6271           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
6272           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6273           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
6274           !> ext/Encode/Encode/iso8859-10.ucm
6275           !> ext/Encode/Encode/iso8859-13.ucm
6276           !> ext/Encode/Encode/iso8859-14.ucm
6277           !> ext/Encode/Encode/iso8859-15.ucm
6278           !> ext/Encode/Encode/iso8859-16.ucm
6279           !> ext/Encode/Encode/iso8859-2.ucm
6280           !> ext/Encode/Encode/iso8859-3.ucm
6281           !> ext/Encode/Encode/iso8859-4.ucm
6282           !> ext/Encode/Encode/iso8859-5.ucm
6283           !> ext/Encode/Encode/iso8859-6.ucm
6284           !> ext/Encode/Encode/iso8859-7.ucm
6285           !> ext/Encode/Encode/iso8859-8.ucm
6286           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
6287           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
6288 ____________________________________________________________________________
6289 [  8987] By: jhi                                   on 2001/03/02  19:43:40
6290         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
6291              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
6292              8950,8952,8955 from mainline to maintperl.
6293              
6294              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
6295              
6296              Put to rest the 20010205.001, the email address checking (not) regex.
6297              
6298              fork() not everywhere, cleanup temp files.
6299              
6300              The #8843 wasn't quite right: %Config needs to imported.
6301              
6302              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
6303              (#8849: the glob-basic hunk needed massaging as it depended
6304              on Schwern's large-scale (unintegrated) patches)
6305              
6306              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
6307              
6308              Upgrade to CGI.pm 2.752, from Lincoln Stein.
6309              (Note: there were some conflicts due to EBCDIC and EPOC
6310              patches, in general I preferred the repository code.)
6311              (When 2.753 comes out, we need to synchronize.)
6312              
6313              Subject: [PATCH] fix for charnames above FFFF
6314              
6315              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
6316              
6317              If no sfio, no -lsfio.
6318              
6319              Run run/*.t also in minitest.
6320              
6321              Subject:  [PATCH perl 5.7.0] malloc message address offset
6322              
6323              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
6324              
6325              Subject: fix for parameter -Dm (for perl@8867)
6326              
6327              Subject: [PATCH: perl@8892] was Re: hashing order difference?
6328              (make the test more portable)
6329              
6330              Subject: Re: [PATCH] fix for charnames above FFFF
6331              
6332              Subject: Re: I'm losing the war...
6333              (hv_store() not working correctly in ENV_IS_CASELESS case.)
6334              
6335              Subject: Modified README.bs2000 
6336              
6337              Subject: [PATCH: perl@8935] -Dt padsv($var)
6338              
6339              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
6340              
6341              Subject: PATCH: extra tests to check on negative float to unsigned cast
6342              
6343              Subject: [PATCH] XPUSH[insp] was Re: progress
6344              
6345              Subject: Re: Compile with perlcc..
6346      Branch: maint-5.6/perl
6347           !> (integrate 36 files)
6348 ____________________________________________________________________________
6349 [  8986] By: jhi                                   on 2001/03/02  18:51:25
6350         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
6351              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
6352              to maintperl.
6353              
6354              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
6355              
6356              Subject: [DOC PATCH] overload.pm nits
6357              
6358              Add header for LIB$ prototypes (C. Berry)
6359              
6360              Convert fwrite()s to sockets to write()s, since some socket stacks
6361              don't take kindly to stdio.
6362              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
6363              (for often optional LNMs)
6364              Correct a few typos
6365              (C. Bailey)
6366              
6367              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
6368              
6369              De-cut-and-pasto.
6370              
6371              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
6372              
6373              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
6374              
6375              Upgrade to CPAN 1.59_54, from Andreas König.
6376              
6377              Bogus shebang.
6378              
6379              Subject: [PATCH] Document makepatch in Porting/patching
6380              
6381              UTF-8 documentation.
6382              
6383              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
6384              
6385              Sort the MANIFEST.
6386              
6387              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
6388              
6389              Subject: [PATCH @8807] toke.c cleanup: scan_str()
6390              
6391              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
6392              
6393              Add run/*.t to testables.
6394              
6395              TODO: integrate #8784.
6396      Branch: maint-5.6/perl
6397           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
6398           !> (integrate 28 files)
6399 ____________________________________________________________________________
6400 [  8985] By: nick                                  on 2001/03/02  18:15:45
6401         Log: Integrate mainline
6402      Branch: perlio
6403           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
6404           !> vms/vms.c
6405 ____________________________________________________________________________
6406 [  8984] By: jhi                                   on 2001/03/02  16:00:17
6407         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
6408              
6409              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
6410              5.004_05, and mention the suidperl August 2000 security problem.
6411              (#8978,#8981)
6412              
6413              Subject: [ID 20010301.004] Technically speaking in perldata
6414              
6415              Subject: [PATCH] File::Copy for bleadperl, maintperl
6416              
6417              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
6418              
6419              (The #8982, fix for 20010221.005 and 20010221.008,
6420              would be nice too but it didn't integrate cleanly.)
6421      Branch: maint-5.6/perl
6422           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
6423 ____________________________________________________________________________
6424 [  8983] By: jhi                                   on 2001/03/02  15:51:16
6425         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
6426              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6427              Date:     Thu, 1 Mar 2001 15:54:09 EST
6428              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
6429      Branch: perl
6430            ! vms/vms.c
6431 ____________________________________________________________________________
6432 [  8982] By: jhi                                   on 2001/03/02  15:43:31
6433         Log: Subject: Re: sync sync sync: have I missed any patches?
6434              From: Radu Greab <radu@netsoft.ro> 
6435              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
6436              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
6437              
6438              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
6439              was checking argv[0] regardless of whether a different pathname
6440              will actually be executed."  Test case not supplied because 
6441              drafting that, ironically enough, revealed another bug
6442              (or a feature).
6443      Branch: perl
6444            ! doio.c
6445 ____________________________________________________________________________
6446 [  8981] By: jhi                                   on 2001/03/02  15:28:03
6447         Log: Misdate in #8978.
6448      Branch: perl
6449            ! pod/perlfaq1.pod
6450 ____________________________________________________________________________
6451 [  8980] By: jhi                                   on 2001/03/02  15:24:20
6452         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
6453              From: Chris Nandor <pudge@pobox.com>
6454              Date: Wed, 28 Feb 2001 22:10:15 -0500
6455              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
6456      Branch: perl
6457            ! lib/File/Copy.pm
6458 ____________________________________________________________________________
6459 [  8979] By: jhi                                   on 2001/03/02  15:17:16
6460         Log: Subject: [ID 20010301.004] Technically speaking in perldata
6461              From: abela@geneanet.org
6462              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
6463              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
6464      Branch: perl
6465            ! pod/perldata.pod
6466 ____________________________________________________________________________
6467 [  8978] By: jhi                                   on 2001/03/02  15:15:27
6468         Log: Subject: [ID 20010301.003] ref to 5.004
6469              From: abela@geneanet.org
6470              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
6471              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
6472              
6473              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
6474              and mention the suidperl August 2000 security problem.
6475      Branch: perl
6476            ! pod/perlfaq1.pod
6477 ____________________________________________________________________________
6478 [  8977] By: alanbur                               on 2001/03/02  14:17:45
6479         Log: Resynchronised with parent
6480      Branch: maint-5.6/pureperl
6481           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
6482           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
6483           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
6484           !> vms/descrip_mms.template win32/win32.c win32/win32.h
6485           !> win32/win32iop.h
6486 ____________________________________________________________________________
6487 [  8976] By: nick                                  on 2001/03/01  23:25:30
6488         Log: Integrate mainline.
6489      Branch: perlio
6490            - t/op/qu.t
6491           !> (integrate 55 files)
6492 ____________________________________________________________________________
6493 [  8975] By: jhi                                   on 2001/03/01  16:51:34
6494         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
6495      Branch: perl
6496           !> toke.c
6497 ____________________________________________________________________________
6498 [  8974] By: gsar                                  on 2001/03/01  16:28:21
6499         Log: fix for bugid 20010226.008
6500              
6501              the problem was that some of the pointers (PL_last_lop and
6502              PL_last_uni specifically) into the lex buffers weren't correctly
6503              being invalidated when the buffer changed; this would leave the
6504              pointers pointing at an arbitrary location in the buffer if
6505              the buffer didn't need to be reallocated, or point into freed
6506              memory if the buffer had to be realloced
6507              
6508              TODO item for bugdb maintainers: check other seemingly random
6509              parser-related bugs--they might be cured by this
6510      Branch: maint-5.6/perl
6511            ! toke.c
6512 ____________________________________________________________________________
6513 [  8973] By: jhi                                   on 2001/03/01  02:23:25
6514         Log: Retract #8970 because of a completely mysterious core dump:
6515              adding the tests 241..244 causes op/pat dump core at test #25.
6516              The test needs a lot of whittling down before the bug can be solved.
6517      Branch: perl
6518            ! t/op/pat.t
6519 ____________________________________________________________________________
6520 [  8972] By: jhi                                   on 2001/03/01  01:58:38
6521         Log: Regen perlapi.
6522      Branch: perl
6523            ! pod/perlapi.pod
6524 ____________________________________________________________________________
6525 [  8971] By: jhi                                   on 2001/03/01  01:34:09
6526         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
6527              From: Nicholas Clark <nick@ccl4.org>
6528              Date: Wed, 28 Feb 2001 23:28:49 +0000
6529              Message-ID: <20010228232849.A55187@plum.flirble.org>
6530              
6531              Allow a completely write protected source code tree
6532              when using the Configure -Dmksymlinks.
6533      Branch: perl
6534            ! embed.pl warnings.pl
6535 ____________________________________________________________________________
6536 [  8970] By: jhi                                   on 2001/03/01  01:32:04
6537         Log: Add back the EBCDIC character range tests (for matching).
6538      Branch: perl
6539            ! t/op/pat.t
6540 ____________________________________________________________________________
6541 [  8969] By: nick                                  on 2001/02/28  18:18:01
6542         Log: Add charname comments to .ucm files writen by 'compile',
6543              also order charmaps in those files by source encoding.
6544              regenerate distrubuted .ucm files
6545      Branch: perlio
6546            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
6547            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6548            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
6549            ! ext/Encode/Encode/iso8859-10.ucm
6550            ! ext/Encode/Encode/iso8859-13.ucm
6551            ! ext/Encode/Encode/iso8859-14.ucm
6552            ! ext/Encode/Encode/iso8859-15.ucm
6553            ! ext/Encode/Encode/iso8859-16.ucm
6554            ! ext/Encode/Encode/iso8859-2.ucm
6555            ! ext/Encode/Encode/iso8859-3.ucm
6556            ! ext/Encode/Encode/iso8859-4.ucm
6557            ! ext/Encode/Encode/iso8859-5.ucm
6558            ! ext/Encode/Encode/iso8859-6.ucm
6559            ! ext/Encode/Encode/iso8859-7.ucm
6560            ! ext/Encode/Encode/iso8859-8.ucm
6561            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
6562            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
6563 ____________________________________________________________________________
6564 [  8968] By: jhi                                   on 2001/02/28  16:26:37
6565         Log: Expand usemorebits early if d_casti32 needs to be undefined.
6566      Branch: perl
6567            ! hints/hpux.sh hints/irix_6.sh
6568 ____________________________________________________________________________
6569 [  8967] By: jhi                                   on 2001/02/28  16:22:26
6570         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
6571              retract toke.c/qu parts of #8583, retract #8485, retract
6572              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
6573              op/length.t, and MANIFEST, and delete t/op/qu.t.
6574      Branch: perl
6575            - t/op/qu.t
6576            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
6577            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
6578            ! t/op/length.t toke.c
6579 ____________________________________________________________________________
6580 [  8966] By: jhi                                   on 2001/02/28  15:00:27
6581         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
6582              by not changing from pre-Unicode days into being Unicode-aware.
6583              Sniff.
6584      Branch: perl
6585            ! pp.c t/op/pack.t t/op/qu.t
6586 ____________________________________________________________________________
6587 [  8965] By: jhi                                   on 2001/02/28  14:37:55
6588         Log: Subject: Re: Errors in core PODs
6589              From: Michael Stevens <michael@etla.org> 
6590              Date: Fri, 23 Feb 2001 15:47:56 +0000
6591              Message-ID: <20010223154756.A7723@firedrake.org> 
6592      Branch: perl
6593            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
6594            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
6595            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
6596            ! x2p/a2p.pod
6597 ____________________________________________________________________________
6598 [  8964] By: jhi                                   on 2001/02/28  14:35:35
6599         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
6600              (The #8961 was too bold.)
6601      Branch: perl
6602            ! hints/hpux.sh hints/irix_6.sh
6603 ____________________________________________________________________________
6604 [  8963] By: jhi                                   on 2001/02/28  14:33:39
6605         Log: Subject: Re: sync sync sync: have I missed any patches?
6606              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6607              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
6608              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
6609              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
6610              
6611              Replace djSP with dSP.
6612      Branch: perl
6613            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
6614            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
6615            ! win32/perlhost.h
6616 ____________________________________________________________________________
6617 [  8962] By: jhi                                   on 2001/02/27  23:21:14
6618         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
6619      Branch: perl
6620            ! lib/Filter/Simple.pm
6621 ____________________________________________________________________________
6622 [  8961] By: jhi                                   on 2001/02/27  22:55:26
6623         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
6624              and this would be it.
6625      Branch: perl
6626            ! hints/hpux.sh hints/irix_6.sh
6627 ____________________________________________________________________________
6628 [  8960] By: jhi                                   on 2001/02/27  22:51:33
6629         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
6630              From: "Craig A. Berry" <craigberry@mac.com>
6631              Date: Tue, 27 Feb 2001 16:11:44 -0600
6632              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
6633      Branch: maint-5.6/perl
6634            ! configure.com vms/descrip_mms.template
6635 ____________________________________________________________________________
6636 [  8959] By: jhi                                   on 2001/02/27  22:47:23
6637         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
6638              From: "Craig A. Berry" <craigberry@mac.com>
6639              Date: Tue, 27 Feb 2001 16:11:44 -0600
6640              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
6641      Branch: perl
6642            ! configure.com vms/descrip_mms.template
6643 ____________________________________________________________________________
6644 [  8958] By: jhi                                   on 2001/02/27  15:16:42
6645         Log: Update Changes.
6646      Branch: perl
6647            ! Changes patchlevel.h
6648 ____________________________________________________________________________
6649 [  8957] By: jhi                                   on 2001/02/27  06:15:07
6650         Log: Subject: [5.6.x] EPOC additions
6651              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6652              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
6653              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
6654      Branch: maint-5.6/perl
6655            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
6656 ____________________________________________________________________________
6657 [  8956] By: jhi                                   on 2001/02/27  06:12:11
6658         Log: Subject: [perl-current] EPOC 
6659              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6660              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
6661              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
6662      Branch: perl
6663            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
6664            ! epoc/epocish.c epoc/epocish.h pp_sys.c
6665 ____________________________________________________________________________
6666 [  8955] By: jhi                                   on 2001/02/27  05:59:50
6667         Log: Subject: Re: Compile with perlcc..
6668              From: Edward Peschko <edwardp@excitehome.net>
6669              Date: Mon, 26 Feb 2001 18:51:58 -0800
6670              Message-ID: <20010226185158.A9871@excitehome.net>
6671              
6672              plus add a simple usage message if no arguments given.
6673      Branch: perl
6674            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
6675            ! utils/Makefile utils/perlcc.PL win32/pod.mak
6676 ____________________________________________________________________________
6677 [  8954] By: nick                                  on 2001/02/26  21:02:59
6678         Log: Integrate mainline
6679      Branch: perlio
6680           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
6681           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
6682           !> t/op/sprintf.t
6683 ____________________________________________________________________________
6684 [  8953] By: jhi                                   on 2001/02/26  14:43:54
6685         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
6686              From: Nicholas Clark <nick@ccl4.org>
6687              Date: Mon, 26 Feb 2001 00:42:07 +0000
6688              Message-ID: <20010226004207.F23333@plum.flirble.org>
6689      Branch: perl
6690            ! pp_ctl.c
6691 ____________________________________________________________________________
6692 [  8952] By: jhi                                   on 2001/02/26  14:42:13
6693         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
6694              From: Simon Cozens <simon@netthink.co.uk>
6695              Date: Mon, 26 Feb 2001 12:23:48 +0000
6696              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
6697      Branch: perl
6698            ! pod/perlguts.pod
6699 ____________________________________________________________________________
6700 [  8951] By: jhi                                   on 2001/02/26  14:39:15
6701         Log: Subject: [PATCH] perlio - unknown layer
6702              From: Nicholas Clark <nick@ccl4.org>
6703              Date: Mon, 26 Feb 2001 00:27:19 +0000
6704              Message-ID: <20010226002719.E23333@plum.flirble.org>
6705      Branch: perl
6706            ! perlio.c
6707 ____________________________________________________________________________
6708 [  8950] By: jhi                                   on 2001/02/26  14:38:04
6709         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
6710              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
6711              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
6712              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
6713      Branch: perl
6714            ! t/op/bop.t
6715 ____________________________________________________________________________
6716 [  8949] By: jhi                                   on 2001/02/26  14:37:07
6717         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
6718              From: Peter Prymmer <pvhp@forte.com>
6719              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
6720              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
6721      Branch: perl
6722            ! lib/Test.pm
6723 ____________________________________________________________________________
6724 [  8948] By: jhi                                   on 2001/02/26  14:35:53
6725         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
6726              From: Radu Greab <radu@netsoft.ro>
6727              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
6728              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
6729      Branch: perl
6730            ! pod/perlop.pod
6731 ____________________________________________________________________________
6732 [  8947] By: jhi                                   on 2001/02/26  14:34:46
6733         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
6734              From: David Mitchell <davem@fdgroup.co.uk>
6735              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
6736              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
6737      Branch: perl
6738            ! run.c
6739 ____________________________________________________________________________
6740 [  8946] By: jhi                                   on 2001/02/26  14:32:37
6741         Log: Subject: Modified README.bs2000 
6742              From: Dorner Thomas <Thomas.Dorner@start.de>
6743              Date: Mon, 26 Feb 2001 09:22:17 +0100
6744              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
6745      Branch: perl
6746            ! README.bs2000
6747 ____________________________________________________________________________
6748 [  8945] By: jhi                                   on 2001/02/26  14:19:53
6749         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
6750              to maintperl, listing the known failures on the tests 129 and 130.
6751      Branch: maint-5.6/perl
6752           !> t/op/sprintf.t
6753 ____________________________________________________________________________
6754 [  8944] By: jhi                                   on 2001/02/26  14:14:15
6755         Log: Add more known sprintf failures.
6756      Branch: perl
6757            ! t/op/sprintf.t
6758 ____________________________________________________________________________
6759 [  8943] By: jhi                                   on 2001/02/26  13:56:22
6760         Log: perlglob.exe needs to be found in Win32, patch from
6761              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
6762              which needs external glob at mini-perl time."
6763      Branch: perl
6764            ! ext/Encode/compile
6765 ____________________________________________________________________________
6766 [  8942] By: jhi                                   on 2001/02/26  13:52:19
6767         Log: A missing dTHX from Vadim Konovalov.
6768      Branch: perl
6769            ! perlio.c
6770 ____________________________________________________________________________
6771 [  8941] By: jhi                                   on 2001/02/26  13:37:05
6772         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
6773      Branch: perl
6774            ! op.c
6775 ____________________________________________________________________________
6776 [  8940] By: jhi                                   on 2001/02/26  13:35:40
6777         Log: Integrate perlio.
6778      Branch: perl
6779           !> ext/Encode/Encode.pm
6780 ____________________________________________________________________________
6781 [  8939] By: nick                                  on 2001/02/25  23:47:09
6782         Log: Integrate mainline.
6783      Branch: perlio
6784           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
6785           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
6786 ____________________________________________________________________________
6787 [  8938] By: nick                                  on 2001/02/25  19:36:28
6788         Log: Encode implementations docs.
6789      Branch: perlio
6790            ! ext/Encode/Encode.pm
6791 ____________________________________________________________________________
6792 [  8937] By: jhi                                   on 2001/02/25  19:26:16
6793         Log: Script wasn't aligned with reality.
6794      Branch: perl
6795            ! t/pod/find.t
6796 ____________________________________________________________________________
6797 [  8936] By: jhi                                   on 2001/02/25  18:54:55
6798         Log: Update Changes.
6799      Branch: perl
6800            ! Changes patchlevel.h
6801 ____________________________________________________________________________
6802 [  8935] By: jhi                                   on 2001/02/25  18:46:36
6803         Log: Retract #8929,8930,8932,8933 for now.
6804      Branch: perl
6805            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
6806 ____________________________________________________________________________
6807 [  8934] By: jhi                                   on 2001/02/25  17:34:35
6808         Log: Integrate perlio.
6809      Branch: perl
6810           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6811           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
6812           !> t/lib/encode.t
6813 ____________________________________________________________________________
6814 [  8933] By: jhi                                   on 2001/02/25  17:33:12
6815         Log: (Retracted by #8395.)
6816              
6817              Slight tweaks in scan_const(), not fixes yet, it seems like
6818              lots of work remains to be done...
6819      Branch: perl
6820            ! toke.c
6821 ____________________________________________________________________________
6822 [  8932] By: jhi                                   on 2001/02/25  17:27:11
6823         Log: (Retracted by #8395.)
6824              
6825              Missing from #8930.
6826      Branch: perl
6827            ! perl.h
6828 ____________________________________________________________________________
6829 [  8931] By: jhi                                   on 2001/02/25  17:26:19
6830         Log: A comment tweak.
6831      Branch: perl
6832            ! utf8.c
6833 ____________________________________________________________________________
6834 [  8930] By: jhi                                   on 2001/02/25  17:25:47
6835         Log: (Retracted by #8395.)
6836              
6837              Attempt to fix the EBCDIC character range problwm with //.
6838      Branch: perl
6839            ! regcomp.c
6840 ____________________________________________________________________________
6841 [  8929] By: jhi                                   on 2001/02/25  17:23:45
6842         Log: (Retracted by #8395.)
6843              
6844              Expand the EBCDIC character range tests, and add few nasty
6845              tr tests from Karsten Sperling.
6846      Branch: perl
6847            ! t/op/pat.t t/op/tr.t
6848 ____________________________________________________________________________
6849 [  8928] By: jhi                                   on 2001/02/25  17:18:49
6850         Log: Missing check-in.
6851      Branch: perl
6852            ! lib/Pod/Find.pm
6853 ____________________________________________________________________________
6854 [  8927] By: nick                                  on 2001/02/25  11:30:22
6855         Log: Change method names in Encode implementation classes to something
6856              less confusing (preparing to "go public").
6857      Branch: perlio
6858            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
6859 ____________________________________________________________________________
6860 [  8926] By: nick                                  on 2001/02/25  10:53:24
6861         Log: GCC __atribute__ / printf fix
6862      Branch: perlio
6863            ! perl.h
6864 ____________________________________________________________________________
6865 [  8925] By: nick                                  on 2001/02/25  10:52:25
6866         Log: Checked in the wrong one ...
6867      Branch: perlio
6868            ! ext/Encode/Encode.pm
6869 ____________________________________________________________________________
6870 [  8924] By: nick                                  on 2001/02/24  18:46:51
6871         Log: Integrate mainline - to see what Jarkko has in ...
6872      Branch: perlio
6873           +> t/pod/testpods/lib/Pod/Stuff.pm
6874           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
6875 ____________________________________________________________________________
6876 [  8923] By: nick                                  on 2001/02/24  17:05:23
6877         Log: Encode API documentation nd tidy up.
6878              Minor additions to test.
6879              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
6880              Adds STRLEN to standard typemap.
6881      Branch: perlio
6882            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6883            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
6884 ____________________________________________________________________________
6885 [  8922] By: jhi                                   on 2001/02/24  16:38:12
6886         Log: Add a test for the "character range should match in EBCDIC
6887              if specified using explicit numerics" bug found by Karsten
6888              Sperling.
6889      Branch: perl
6890            ! t/op/pat.t
6891 ____________________________________________________________________________
6892 [  8921] By: jhi                                   on 2001/02/24  16:30:16
6893         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
6894              From: schwern@pobox.com
6895              Date: Fri, 23 Feb 2001 03:21:37 -0500
6896              Message-ID: <20010223032137.A26022@magnonel.guild.net>
6897              
6898              plus Charles Lane's fixes, plus tweaks.
6899      Branch: perl
6900            + t/pod/testpods/lib/Pod/Stuff.pm
6901            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
6902 ____________________________________________________________________________
6903 [  8920] By: nick                                  on 2001/02/24  10:30:11
6904         Log: Integrate mainline
6905      Branch: perlio
6906           !> (integrate 33 files)
6907 ____________________________________________________________________________
6908 [  8919] By: jhi                                   on 2001/02/24  00:23:35
6909         Log: Subject: Re: I'm losing the war...
6910              From: "Vadim Konovalov" <watman@inbox.ru>
6911              Date: Sat, 24 Feb 2001 00:10:14 +0300
6912              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
6913              
6914              hv_store() not working correctly in ENV_IS_CASELESS case.
6915      Branch: perl
6916            ! hv.c
6917 ____________________________________________________________________________
6918 [  8918] By: jhi                                   on 2001/02/24  00:20:09
6919         Log: Subject: Re: [PATCH] fix for charnames above FFFF
6920              From: andreas.koenig@anima.de (Andreas J. Koenig)
6921              Date: 23 Feb 2001 02:39:03 +0100
6922              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
6923              
6924              A further efficiency tweak.
6925      Branch: perl
6926            ! lib/charnames.pm
6927 ____________________________________________________________________________
6928 [  8917] By: jhi                                   on 2001/02/23  20:27:51
6929         Log: Integrate change #8916 from mainline,
6930              do away with USE_WIN32_RTL_ENV.
6931      Branch: maint-5.6/perl
6932           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6933 ____________________________________________________________________________
6934 [  8916] By: jhi                                   on 2001/02/23  20:02:25
6935         Log: Abolish USE_WIN32_RTL_ENV.
6936      Branch: perl
6937            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6938 ____________________________________________________________________________
6939 [  8915] By: jhi                                   on 2001/02/23  19:36:00
6940         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
6941              later protected by some #define.
6942      Branch: perl
6943            ! gv.c
6944 ____________________________________________________________________________
6945 [  8914] By: jhi                                   on 2001/02/23  19:31:38
6946         Log: Retract #8902 for now, requested by Charles Lane, the correct
6947              fix will be something else.
6948      Branch: perl
6949            ! op.c
6950 ____________________________________________________________________________
6951 [  8913] By: jhi                                   on 2001/02/23  19:11:36
6952         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
6953              From: Peter Prymmer <pvhp@forte.com>
6954              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
6955              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
6956      Branch: perl
6957            ! t/op/lex_assign.t
6958 ____________________________________________________________________________
6959 [  8912] By: jhi                                   on 2001/02/23  18:38:20
6960         Log: Subject: [patch] perlio + useithreads
6961              From: Doug MacEachern <dougm@covalent.net>
6962              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
6963              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
6964              
6965              Gets things running but not complete.
6966      Branch: perl
6967            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
6968 ____________________________________________________________________________
6969 [  8911] By: jhi                                   on 2001/02/23  04:20:02
6970         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
6971              
6972              Duplicated environment freeing, File::Temp 0.12,
6973              op/append portability (EBCDIC) tweak.
6974      Branch: maint-5.6/perl
6975           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6976           !> t/op/append.t
6977 ____________________________________________________________________________
6978 [  8910] By: jhi                                   on 2001/02/23  02:07:33
6979         Log: Integrate change #8909 from mainline, a better Borland
6980              putenv() workaround.
6981      Branch: maint-5.6/perl
6982           !> perl.c
6983 ____________________________________________________________________________
6984 [  8909] By: jhi                                   on 2001/02/23  02:05:46
6985         Log: A better workaround for Borland putenv() brokenness from Sarathy.
6986      Branch: perl
6987            ! perl.c
6988 ____________________________________________________________________________
6989 [  8908] By: jhi                                   on 2001/02/23  02:04:14
6990         Log: Subject: fix for parameter -Dm (for perl@8867)
6991              From: "Vadim Konovalov" <watman@inbox.ru>
6992              Date: Thu, 22 Feb 2001 17:30:12 +0300
6993              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
6994      Branch: perl
6995            ! perl.h
6996 ____________________________________________________________________________
6997 [  8907] By: jhi                                   on 2001/02/23  01:58:20
6998         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
6999              From: Peter Prymmer <pvhp@forte.com>
7000              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
7001              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
7002      Branch: perl
7003            ! t/op/append.t
7004 ____________________________________________________________________________
7005 [  8906] By: jhi                                   on 2001/02/23  01:48:34
7006         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
7007      Branch: perl
7008            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7009 ____________________________________________________________________________
7010 [  8905] By: jhi                                   on 2001/02/23  01:43:30
7011         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
7012              From: Peter Prymmer <pvhp@forte.com>
7013              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
7014              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
7015      Branch: perl
7016            ! t/lib/st-06compat.t
7017 ____________________________________________________________________________
7018 [  8904] By: jhi                                   on 2001/02/23  01:42:39
7019         Log: Metaconfig unit change for #8903.
7020      Branch: metaconfig/U/perl
7021            ! Devel.U
7022 ____________________________________________________________________________
7023 [  8903] By: jhi                                   on 2001/02/23  01:42:12
7024         Log: Be more helpful for devel builders, suggested by John L. Allen.
7025      Branch: perl
7026            ! Configure
7027 ____________________________________________________________________________
7028 [  8902] By: jhi                                   on 2001/02/23  01:37:41
7029         Log: (Retracted by #8914)
7030              (Wrongly, reinstated by #8941)             
7031
7032              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
7033              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7034              Date:     Thu, 22 Feb 2001 09:43:57 EST
7035              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
7036      Branch: perl
7037            ! op.c
7038 ____________________________________________________________________________
7039 [  8901] By: jhi                                   on 2001/02/23  01:20:32
7040         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
7041              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7042              Date:     Thu, 22 Feb 2001 08:01:35 EST
7043              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
7044      Branch: perl
7045            ! malloc.c
7046 ____________________________________________________________________________
7047 [  8900] By: jhi                                   on 2001/02/23  01:18:02
7048         Log: Integrate changes #8898,8899 from mainline, environ handling.
7049      Branch: maint-5.6/perl
7050           !> perl.c
7051 ____________________________________________________________________________
7052 [  8899] By: jhi                                   on 2001/02/23  01:16:25
7053         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
7054              putenv() is not to be relied on, they are either broken or leaky
7055              or both.)
7056      Branch: perl
7057            ! perl.c
7058 ____________________________________________________________________________
7059 [  8898] By: jhi                                   on 2001/02/22  23:36:59
7060         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
7061              and safesysfree() must be used.
7062      Branch: perl
7063            ! perl.c
7064 ____________________________________________________________________________
7065 [  8897] By: jhi                                   on 2001/02/22  23:25:45
7066         Log: With environ one must use safesysmalloc()/safesysfree().
7067      Branch: perl
7068            ! perl.c
7069 ____________________________________________________________________________
7070 [  8896] By: jhi                                   on 2001/02/22  22:13:18
7071         Log: If we have a duplicated environment free it
7072              if PERL_DESTRUCT_LEVEL.
7073      Branch: perl
7074            ! perl.c
7075 ____________________________________________________________________________
7076 [  8895] By: alanbur                               on 2001/02/22  19:31:57
7077         Log: Synchronised with parent
7078      Branch: maint-5.6/pureperl
7079           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
7080 ____________________________________________________________________________
7081 [  8894] By: gsar                                  on 2001/02/22  19:06:18
7082         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
7083              
7084              fix memory leak in method call optimization (change#3768);
7085              made C<eval "$x->foo()"> leak
7086              
7087              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
7088      Branch: maint-5.6/perl
7089           !> op.c
7090 ____________________________________________________________________________
7091 [  8893] By: jhi                                   on 2001/02/22  18:35:27
7092         Log: (Retracted by #8915.)
7093              
7094              Third Degree finding:
7095              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
7096      Branch: perl
7097            ! gv.c
7098 ____________________________________________________________________________
7099 [  8892] By: jhi                                   on 2001/02/22  14:28:32
7100         Log: Update Changes.
7101      Branch: perl
7102            ! Changes patchlevel.h
7103 ____________________________________________________________________________
7104 [  8891] By: jhi                                   on 2001/02/22  13:22:45
7105         Log: Metaconfig unit changes for #8890.
7106      Branch: metaconfig
7107            ! U/modified/Cppsym.U U/threads/archname.U
7108 ____________________________________________________________________________
7109 [  8890] By: jhi                                   on 2001/02/22  13:22:12
7110         Log: Add -stdio to the archname if no perlio selected,
7111              no -perlio added since that is now the default.
7112              
7113              Add few CPUs/architectures to the Cppsym scan.
7114      Branch: perl
7115            ! Configure config_h.SH
7116 ____________________________________________________________________________
7117 [  8889] By: jhi                                   on 2001/02/22  13:05:59
7118         Log: Metaconfig unit change for #8888.
7119      Branch: metaconfig/U/perl
7120            ! useperlio.U
7121 ____________________________________________________________________________
7122 [  8888] By: jhi                                   on 2001/02/22  13:05:28
7123         Log: *drum roll*  Make perlio the default.
7124      Branch: perl
7125            ! Configure config_h.SH
7126 ____________________________________________________________________________
7127 [  8887] By: jhi                                   on 2001/02/22  12:50:52
7128         Log: Integrate change #8665 from maintperl to mainline,
7129              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
7130      Branch: perl
7131           !> ext/POSIX/POSIX.xs
7132 ____________________________________________________________________________
7133 [  8886] By: jhi                                   on 2001/02/22  12:49:24
7134         Log: Integrate changes #8883,8884 from mainline to maintperl.
7135              
7136              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
7137              Subject: Re: File::Temp::_gettemp warning
7138      Branch: maint-5.6/perl
7139           !> embed.h embed.pl lib/File/Temp.pm
7140 ____________________________________________________________________________
7141 [  8885] By: jhi                                   on 2001/02/22  12:43:59
7142         Log: Based on
7143              
7144              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
7145              From: schwab@suse.de
7146              Date: Thu, 22 Feb 2001 13:08:09 +0100
7147              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
7148              
7149              but the fix done slightly differently because the other
7150              half was already done in #8664.
7151      Branch: maint-5.6/perl
7152            ! ext/POSIX/POSIX.xs
7153 ____________________________________________________________________________
7154 [  8884] By: jhi                                   on 2001/02/22  12:37:15
7155         Log: Subject: Re: File::Temp::_gettemp warning
7156              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7157              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
7158              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
7159              
7160              This patch to File::Temp does two things:
7161              
7162              1. Fixes the problem with CGI::Carp when determining
7163              the Fcntl constants
7164              
7165              2. Removes most of the carps and consolidates them so that all the
7166              reasons are included in a single die that is caught by the test. This
7167              means that the correct skipping behaviour is displayed by the test.
7168      Branch: perl
7169            ! lib/File/Temp.pm
7170 ____________________________________________________________________________
7171 [  8883] By: jhi                                   on 2001/02/22  12:29:19
7172         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
7173              From: Peter Prymmer <pvhp@forte.com>
7174              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
7175              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
7176      Branch: perl
7177            ! embed.h embed.pl
7178 ____________________________________________________________________________
7179 [  8882] By: jhi                                   on 2001/02/21  19:41:33
7180         Log: Integrate change #8881 from mainlin to maintperl.
7181              
7182              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
7183      Branch: maint-5.6/perl
7184           !> op.c
7185 ____________________________________________________________________________
7186 [  8881] By: jhi                                   on 2001/02/21  19:38:57
7187         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
7188              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7189              Date:     Wed, 21 Feb 2001 13:08:03 EST
7190              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
7191      Branch: perl
7192            ! op.c
7193 ____________________________________________________________________________
7194 [  8880] By: jhi                                   on 2001/02/21  19:34:34
7195         Log: Retract #8875, cannot let go of the old semantics of unpack U
7196              without rethinking utf8decode.t.
7197      Branch: perl
7198            ! pp.c t/op/pack.t
7199 ____________________________________________________________________________
7200 [  8879] By: jhi                                   on 2001/02/21  19:08:02
7201         Log: Run run/*.t also in minitest.
7202      Branch: perl
7203            ! Makefile.SH
7204 ____________________________________________________________________________
7205 [  8878] By: nick                                  on 2001/02/21  18:55:37
7206         Log: Integrate mainline
7207      Branch: perlio
7208           !> (integrate 76 files)
7209 ____________________________________________________________________________
7210 [  8877] By: jhi                                   on 2001/02/21  15:09:33
7211         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
7212      Branch: metaconfig
7213            ! U/compline/nblock_io.U
7214      Branch: perl
7215            ! Configure config_h.SH
7216 ____________________________________________________________________________
7217 [  8876] By: jhi                                   on 2001/02/21  14:54:45
7218         Log: If no sfio, no -lsfio.
7219      Branch: metaconfig/U/perl
7220            ! d_sfio.U
7221      Branch: perl
7222            ! Configure config_h.SH
7223 ____________________________________________________________________________
7224 [  8875] By: jhi                                   on 2001/02/21  14:54:00
7225         Log: Make unpack C and unpack C truly equivalent.
7226      Branch: perl
7227            ! pp.c t/op/pack.t
7228 ____________________________________________________________________________
7229 [  8874] By: jhi                                   on 2001/02/21  14:26:02
7230         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
7231              From: Peter Prymmer <pvhp@forte.com>
7232              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
7233              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
7234      Branch: perl
7235            ! pod/perlport.pod
7236 ____________________________________________________________________________
7237 [  8873] By: jhi                                   on 2001/02/21  14:24:31
7238         Log: Subject: [PATCH] fix for charnames above FFFF
7239              From: andreas.koenig@anima.de (Andreas J. Koenig)
7240              Date: 21 Feb 2001 07:05:45 +0100
7241              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
7242      Branch: perl
7243            ! lib/charnames.pm t/lib/charnames.t
7244 ____________________________________________________________________________
7245 [  8872] By: jhi                                   on 2001/02/21  14:15:25
7246         Log: Integrate change #8868 from pureperl to mainline.
7247              
7248              Fixed reference count loop caused by sv_magic.
7249      Branch: perl
7250           !> sv.c
7251 ____________________________________________________________________________
7252 [  8871] By: jhi                                   on 2001/02/21  14:07:29
7253         Log: Integrate change #8868 from pureperl to maintperl.
7254              
7255              Fixed reference count loop caused by sv_magic.
7256      Branch: maint-5.6/perl
7257           !> sv.c
7258 ____________________________________________________________________________
7259 [  8870] By: jhi                                   on 2001/02/21  14:04:41
7260         Log: Put back the #8840, it was innocent.
7261      Branch: perl
7262            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7263            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
7264 ____________________________________________________________________________
7265 [  8869] By: jhi                                   on 2001/02/21  14:00:03
7266         Log: unpack("C", ...) was left slightly unfinished by #8865.
7267      Branch: perl
7268            ! pp.c t/op/pack.t
7269 ____________________________________________________________________________
7270 [  8868] By: alanbur                               on 2001/02/21  01:33:45
7271         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
7272              from gv_fetchpv to create single-character magic variables (e.g. $!),
7273              and it is passed a sv and the gv that contains the sv as the mg_obj
7274              value.  When sv_magic stores the mg_obj pointer it increments the gv
7275              refcount, thus causing a sv-gv pair that can't be freed.  There is
7276              already a check for sv == obj which is used to prevent such reference
7277              loops.  This change extends the check to cover the case described above.
7278      Branch: maint-5.6/pureperl
7279            ! sv.c
7280 ____________________________________________________________________________
7281 [  8867] By: jhi                                   on 2001/02/21  00:52:39
7282         Log: Update Changes.
7283      Branch: perl
7284            ! Changes patchlevel.h
7285 ____________________________________________________________________________
7286 [  8866] By: jhi                                   on 2001/02/21  00:34:20
7287         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
7288              (Note: there were some conflicts due to EBCDIC and EPOC
7289              patches, in general I preferred the repository code.)
7290              (When 2.753 comes out, we need to synchronize.)
7291      Branch: perl
7292            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
7293            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
7294            ! t/lib/cgi-html.t
7295 ____________________________________________________________________________
7296 [  8865] By: jhi                                   on 2001/02/21  00:24:22
7297         Log: Make pack("C", 0x100) to create Unicode, unless under the
7298              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
7299              will understand Unicode, unless you under know what.
7300      Branch: perl
7301            ! pp.c t/op/pack.t t/op/qu.t
7302 ____________________________________________________________________________
7303 [  8864] By: alanbur                               on 2001/02/20  22:35:34
7304         Log: Resynchronised with parent
7305      Branch: maint-5.6/pureperl
7306           !> README.win32 ext/GDBM_File/GDBM_File.pm
7307           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7308           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
7309           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7310           !> t/lib/sdbm.t util.c
7311 ____________________________________________________________________________
7312 [  8863] By: jhi                                   on 2001/02/20  20:55:11
7313         Log: Integrate change #8860,8861 from mainline into maintperl.
7314              
7315              "pseudo-literal j"
7316              
7317              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
7318      Branch: maint-5.6/perl
7319           !> lib/Test.pm pod/perlop.pod
7320 ____________________________________________________________________________
7321 [  8862] By: jhi                                   on 2001/02/20  20:30:07
7322         Log: Don't do casting between pointers pointing to differently sized
7323              integers.
7324      Branch: perl
7325            ! hv.c sv.c
7326 ____________________________________________________________________________
7327 [  8861] By: jhi                                   on 2001/02/20  19:53:44
7328         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
7329              From: Peter Prymmer <pvhp@forte.com>
7330              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
7331              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
7332      Branch: perl
7333            ! lib/Test.pm
7334 ____________________________________________________________________________
7335 [  8860] By: jhi                                   on 2001/02/20  19:48:02
7336         Log: "pseudo-literal j", a documentation glitch reported to Debian.
7337              The text recovered from Perl 5.005_03, and pseudo-literal replaced
7338              by "backtick string".
7339      Branch: perl
7340            ! pod/perlop.pod
7341 ____________________________________________________________________________
7342 [  8859] By: jhi                                   on 2001/02/20  19:15:46
7343         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
7344              from Chris Nandor.
7345      Branch: perl
7346            ! makedef.pl
7347 ____________________________________________________________________________
7348 [  8858] By: jhi                                   on 2001/02/20  17:36:53
7349         Log: Integrate pureperl changes #8844,8845,8850 to mainline
7350              (via maintperl #8855).
7351              
7352              Fixed %^H scoping bug
7353              
7354              Removed GV <-> CV refcount loop
7355              
7356              Removed %ENV refcount loop
7357      Branch: perl
7358           !> gv.c op.c perl.c pp.c scope.c
7359 ____________________________________________________________________________
7360 [  8857] By: jhi                                   on 2001/02/20  17:34:32
7361         Log: Integrate changes #8853,8854 from maintperl to mainline.
7362              
7363              EBDIC fixes, README.win32 Borland update.
7364      Branch: perl
7365           !> README.win32 handy.h util.c
7366 ____________________________________________________________________________
7367 [  8856] By: jhi                                   on 2001/02/20  17:33:16
7368         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
7369      Branch: maint-5.6/perl
7370           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
7371           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
7372           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
7373 ____________________________________________________________________________
7374 [  8855] By: jhi                                   on 2001/02/20  17:32:13
7375         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
7376              
7377              Fixed %^H scoping bug
7378              
7379              Removed GV <-> CV refcount loop
7380              
7381              Removed %ENV refcount loop
7382      Branch: maint-5.6/perl
7383           !> gv.c op.c perl.c pp.c scope.c
7384 ____________________________________________________________________________
7385 [  8854] By: jhi                                   on 2001/02/20  17:25:06
7386         Log: Subject: Addition to readme.win32 for Borland C++ compilers
7387              Date: Tue, 20 Feb 2001 02:15:25 +0300
7388              From: "Vadim Konovalov" <watman@inbox.ru>
7389              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
7390              
7391              Document Borland compiler misbehaviour.
7392      Branch: maint-5.6/perl
7393            ! README.win32
7394 ____________________________________________________________________________
7395 [  8853] By: jhi                                   on 2001/02/20  17:22:25
7396         Log: The assimilation of ebcdic.c didn't quite work at the first try,
7397              patches from Thomas Dorner.
7398      Branch: maint-5.6/perl
7399            ! handy.h util.c
7400 ____________________________________________________________________________
7401 [  8852] By: jhi                                   on 2001/02/20  17:20:15
7402         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
7403              From: Chris Nandor <pudge@pobox.com>
7404              Date: Tue, 20 Feb 2001 08:32:45 -0500
7405              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
7406      Branch: maint-5.6/perl
7407            ! makedef.pl mg.c
7408 ____________________________________________________________________________
7409 [  8851] By: jhi                                   on 2001/02/20  17:15:52
7410         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
7411      Branch: perl
7412            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
7413            ! t/lib/filter-util.t
7414 ____________________________________________________________________________
7415 [  8850] By: alanbur                               on 2001/02/20  17:12:40
7416         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
7417              and the magic pointer points back to the GV that contains the
7418              %ENV hash.  This creates a refcount loop that prevents members
7419              of %ENV from being freed correctly.  This change removes the
7420              refcount loop - the magic pointer was never used anyway, the
7421              only use of the magic was to check the type ('E') so that the
7422              appropriate environment manipulation code is called when %ENV
7423              is modified.
7424      Branch: maint-5.6/pureperl
7425            ! perl.c
7426 ____________________________________________________________________________
7427 [  8849] By: jhi                                   on 2001/02/20  17:12:20
7428         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
7429              From: "Craig A. Berry" <craigberry@mac.com>
7430              Date: Mon, 19 Feb 2001 23:36:12 -0600
7431              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
7432              
7433              Case-forgiving systems match TestInit.pm with TES*.
7434      Branch: perl
7435            ! t/lib/glob-basic.t
7436 ____________________________________________________________________________
7437 [  8848] By: jhi                                   on 2001/02/20  17:10:02
7438         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
7439      Branch: perl
7440            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
7441            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
7442            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
7443 ____________________________________________________________________________
7444 [  8847] By: jhi                                   on 2001/02/20  15:34:41
7445         Log: The #8843 wasn't quite right: %Config needs to imported.
7446      Branch: perl
7447            ! t/run/runenv.t
7448 ____________________________________________________________________________
7449 [  8846] By: jhi                                   on 2001/02/20  15:31:50
7450         Log: Retract the #8838 and #8840 for now because of
7451              the DB_File tie problem.
7452      Branch: perl
7453            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
7454            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
7455            ! proto.h sv.c
7456 ____________________________________________________________________________
7457 [  8845] By: alanbur                               on 2001/02/20  14:25:41
7458         Log: Removed GV <-> CV refcount loop
7459              CvGV(mycv) points to the parent GV of the CV, and was previously
7460              refcounted.  The pointer remains, but the refcounting has been removed
7461              as it causes a refcount loop between the CV and GV that means the CV
7462              can't ever be deleted.
7463      Branch: maint-5.6/pureperl
7464            ! gv.c op.c pp.c
7465 ____________________________________________________________________________
7466 [  8844] By: alanbur                               on 2001/02/20  14:23:13
7467         Log: Fixed %^H scoping bug
7468      Branch: maint-5.6/pureperl
7469            ! scope.c
7470 ____________________________________________________________________________
7471 [  8843] By: jhi                                   on 2001/02/19  13:38:08
7472         Log: fork() not everywhere, cleanup temp files.
7473      Branch: perl
7474            ! t/run/runenv.t
7475 ____________________________________________________________________________
7476 [  8842] By: alanbur                               on 2001/02/19  12:42:07
7477         Log: Resynchronised with parent
7478      Branch: maint-5.6/pureperl
7479           !> pod/perlfaq4.pod sv.c utf8.c
7480 ____________________________________________________________________________
7481 [  8841] By: jhi                                   on 2001/02/19  03:35:51
7482         Log: Update Changes.
7483      Branch: perl
7484            ! Changes patchlevel.h
7485 ____________________________________________________________________________
7486 [  8840] By: jhi                                   on 2001/02/19  00:23:41
7487         Log: Subject: [patch] add sv_setref_uv
7488              From: Doug MacEachern <dougm@covalent.net>
7489              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
7490              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
7491      Branch: perl
7492            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7493            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
7494 ____________________________________________________________________________
7495 [  8839] By: jhi                                   on 2001/02/19  00:01:38
7496         Log: Put to rest the 20010205.001, the email address checking (not) regex.
7497      Branch: perl
7498            ! pod/perlfaq9.pod
7499 ____________________________________________________________________________
7500 [  8838] By: jhi                                   on 2001/02/18  22:17:54
7501         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
7502              From: Doug MacEachern <dougm@covalent.net>
7503              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
7504              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
7505      Branch: perl
7506            ! lib/ExtUtils/xsubpp
7507 ____________________________________________________________________________
7508 [  8837] By: jhi                                   on 2001/02/18  22:16:50
7509         Log: Subject: [patch] -Wall cleanup round 2
7510              From: Doug MacEachern <dougm@covalent.net>
7511              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
7512              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
7513      Branch: perl
7514            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7515            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
7516            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
7517            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
7518            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7519            ! ext/SDBM_File/SDBM_File.xs
7520 ____________________________________________________________________________
7521 [  8836] By: jhi                                   on 2001/02/18  22:11:20
7522         Log: Misapplied regex optimizations when \C is present.
7523              Fixes 20001230.002.
7524              
7525              What still remains broken is that the submatches that
7526              have \C in them get their UTF8 flag on because their
7527              parent SV has it on.  This will result in malformed
7528              UTF8 if a \C happened to match a non-ASCII byte.
7529      Branch: perl
7530            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
7531            ! t/pragma/utf8.t
7532 ____________________________________________________________________________
7533 [  8835] By: jhi                                   on 2001/02/18  20:12:02
7534         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
7535              
7536              The hash key got wrongly UTF8fied.
7537      Branch: perl
7538            ! pod/perlapi.pod toke.c utf8.c
7539 ____________________________________________________________________________
7540 [  8834] By: jhi                                   on 2001/02/18  19:44:25
7541         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
7542              don't warn on magical or overloaded things.
7543      Branch: perl
7544            ! pp_hot.c
7545 ____________________________________________________________________________
7546 [  8833] By: nick                                  on 2001/02/18  19:31:22
7547         Log: Integrate mainline
7548      Branch: perlio
7549           +> t/TestInit.pm t/run/runenv.t
7550            - t/UTEST
7551           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
7552           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7553           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
7554           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
7555           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
7556           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
7557           !> utf8.c
7558 ____________________________________________________________________________
7559 [  8832] By: jhi                                   on 2001/02/18  19:21:18
7560         Log: Integrate perlio.
7561      Branch: perl
7562           !> perlio.c pod/perldiag.pod
7563 ____________________________________________________________________________
7564 [  8831] By: jhi                                   on 2001/02/18  19:14:20
7565         Log: Integrate change #8827 from mainline.
7566              
7567              UTF8 tweaks.
7568      Branch: maint-5.6/perl
7569           !> sv.c utf8.c
7570 ____________________________________________________________________________
7571 [  8830] By: nick                                  on 2001/02/18  19:10:34
7572         Log: Apply the spirit of patch from Nick Clark:
7573              Subject: [PATCH] Re: extensions that provide layers
7574              From: Nicholas Clark <nick@ccl4.org>
7575              Date: Mon, 12 Feb 2001 16:43:51 +0000
7576              Message-Id: <20010212164350.Q3652@plum.flirble.org>
7577      Branch: perlio
7578            ! perlio.c pod/perldiag.pod
7579 ____________________________________________________________________________
7580 [  8829] By: jhi                                   on 2001/02/18  19:03:25
7581         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
7582              From: schwern@pobox.com 
7583              Date: Sun, 18 Feb 2001 13:44:35 -0500
7584              Message-ID: <20010218134435.A17544@magnonel.guild.net>
7585              
7586              Applied, but as t/TestInit.pm.
7587      Branch: perl
7588            + t/TestInit.pm
7589            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
7590            ! t/op/subst_wamp.t
7591 ____________________________________________________________________________
7592 [  8828] By: jhi                                   on 2001/02/18  18:43:52
7593         Log: Integrate perlio.
7594      Branch: perl
7595           !> perlio.c
7596 ____________________________________________________________________________
7597 [  8827] By: jhi                                   on 2001/02/18  18:41:33
7598         Log: UTF-8 tweaks.
7599      Branch: perl
7600            ! sv.c utf8.c
7601 ____________________________________________________________________________
7602 [  8826] By: nick                                  on 2001/02/18  17:40:59
7603         Log: Fix [ID 20010217.002]
7604              open FOO, "<:raw:perlio", ...
7605              :raw now inserts default base layer below itself.
7606              Also
7607              open FOO, "<:unix", ...
7608              works as well - but leaves buffer layer on stack under the unix layer.
7609      Branch: perlio
7610            ! perlio.c
7611 ____________________________________________________________________________
7612 [  8825] By: jhi                                   on 2001/02/18  17:15:39
7613         Log: Integrate perlio.
7614      Branch: perl
7615           !> perlio.c perliol.h
7616 ____________________________________________________________________________
7617 [  8824] By: jhi                                   on 2001/02/18  17:10:53
7618         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
7619              From: schwern@pobox.com
7620              Date: Sun, 18 Feb 2001 01:48:50 -0500
7621              Message-ID: <20010218014850.C19957@magnonel.guild.net>
7622      Branch: perl
7623            ! lib/Test/Harness.pm t/TEST t/op/chop.t
7624 ____________________________________________________________________________
7625 [  8823] By: jhi                                   on 2001/02/18  17:01:06
7626         Log: Add run/*.t to testables.
7627      Branch: perl
7628            ! t/TEST
7629 ____________________________________________________________________________
7630 [  8822] By: jhi                                   on 2001/02/18  16:58:58
7631         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
7632              From: schwern@pobox.com
7633              Date: Sun, 18 Feb 2001 01:11:35 -0500
7634              Message-ID: <20010218011135.A19957@magnonel.guild.net>
7635              
7636              Revive mjd's and Simon's PERL5OPT fix.
7637      Branch: perl
7638            + t/run/runenv.t
7639            ! MANIFEST perl.c
7640 ____________________________________________________________________________
7641 [  8821] By: jhi                                   on 2001/02/18  16:53:46
7642         Log: Subject: Re: Why t/TEST and not Test::Harness?
7643              From: schwern@pobox.com
7644              Date: Sat, 17 Feb 2001 22:44:44 -0500
7645              Message-ID: <20010217224444.A6679@magnonel.guild.net>
7646              
7647              Replace UTEST with TEST -utf8.
7648      Branch: perl
7649            - t/UTEST
7650            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
7651            ! t/lib/glob-basic.t
7652 ____________________________________________________________________________
7653 [  8820] By: nick                                  on 2001/02/18  13:06:16
7654         Log: Clean up a few core dumps when layers are used in unexpected ways.
7655              (Still not "right"...)
7656      Branch: perlio
7657            ! perlio.c perliol.h
7658 ____________________________________________________________________________
7659 [  8819] By: jhi                                   on 2001/02/18  02:25:55
7660         Log: Integrate change #8818 from maintperl, a FAQ nit.
7661      Branch: perl
7662           !> pod/perlfaq4.pod
7663 ____________________________________________________________________________
7664 [  8818] By: jhi                                   on 2001/02/18  02:24:50
7665         Log: FAQ nit from Chris Fedde.
7666      Branch: maint-5.6/perl
7667            ! pod/perlfaq4.pod
7668 ____________________________________________________________________________
7669 [  8817] By: nick                                  on 2001/02/17  18:20:14
7670         Log: Integrate mainline
7671      Branch: perlio
7672           +> lib/unicode/UCD.html lib/unicode/Unicode.html
7673           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
7674           +> pod/perlclib.pod
7675            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7676            - lib/unicode/Unicode.301
7677           !> (integrate 324 files)
7678 ____________________________________________________________________________
7679 [  8816] By: jhi                                   on 2001/02/17  16:56:58
7680         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
7681      Branch: perl
7682            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7683            ! ext/Storable/Storable.xs t/lib/st-06compat.t
7684            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
7685 ____________________________________________________________________________
7686 [  8815] By: jhi                                   on 2001/02/17  16:40:07
7687         Log: Subject: [patch] -Wall
7688              From: Doug MacEachern <dougm@covalent.net>
7689              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
7690              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
7691      Branch: perl
7692            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
7693            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
7694 ____________________________________________________________________________
7695 [  8814] By: jhi                                   on 2001/02/16  19:27:18
7696         Log: Document qu better.
7697      Branch: perl
7698            ! pod/perlop.pod
7699 ____________________________________________________________________________
7700 [  8813] By: jhi                                   on 2001/02/15  13:54:37
7701         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
7702              From: Hugo <hv@crypt.compulink.co.uk>
7703              Date: Thu, 15 Feb 2001 13:39:49 +0000
7704              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
7705      Branch: perl
7706            ! toke.c
7707 ____________________________________________________________________________
7708 [  8812] By: alanbur                               on 2001/02/15  13:52:16
7709         Log: Resynchronised with parent
7710      Branch: maint-5.6/pureperl
7711            - ebcdic.c
7712           !> (integrate 36 files)
7713 ____________________________________________________________________________
7714 [  8811] By: jhi                                   on 2001/02/15  13:51:16
7715         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
7716              
7717              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
7718              From: Jan Dubois <JanD@ActiveState.com>
7719              Date: Wed, 31 Jan 2001 21:17:03 -0800
7720              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
7721              
7722              tweak change#8659 to keep it simple
7723              
7724              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7725              From: Russ Allbery <rra@stanford.edu>
7726              Date: 14 Feb 2001 10:15:41 -0800
7727              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7728              
7729              (8809 empty)
7730
7731              Upgrade to podlators 1.08, from Russ Allbery.
7732      Branch: perl
7733           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
7734           !> utils/perldoc.PL
7735 ____________________________________________________________________________
7736 [  8810] By: jhi                                   on 2001/02/15  13:35:08
7737         Log: Upgrade to podlators 1.08, from Russ Allbery.
7738      Branch: maint-5.6/perl
7739            ! lib/Pod/Man.pm lib/Pod/Text.pm
7740 ____________________________________________________________________________
7741 [  8809] By: jhi                                   on 2001/02/15  13:26:38
7742         Log: (accidentally empty check-in)
7743      Branch: maint-5.6/perl
7744            ! lib/Test/Harness.pm
7745 ____________________________________________________________________________
7746 [  8808] By: jhi                                   on 2001/02/15  13:23:47
7747         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7748              From: Russ Allbery <rra@stanford.edu>
7749              Date: 14 Feb 2001 10:15:41 -0800
7750              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7751              
7752              perldoc was hardcoding $Config{installscript}, which breaks
7753              when install* isn't where Perl ends up (such as with AFS).
7754              
7755              Use $Config{scriptdir} instead.
7756      Branch: maint-5.6/perl
7757            ! utils/perldoc.PL
7758 ____________________________________________________________________________
7759 [  8807] By: jhi                                   on 2001/02/14  14:37:27
7760         Log: Update Changes.
7761      Branch: perl
7762            ! Changes patchlevel.h
7763 ____________________________________________________________________________
7764 [  8806] By: jhi                                   on 2001/02/14  14:25:31
7765         Log: Integrate changes #8803,8804,8805 from mainline.
7766              
7767              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7768              
7769              Don't skip too much of the locale error message if no environ array,
7770              from Chris Nandor.
7771              
7772              More MacOS Classic fixes from Chris Nandor.
7773      Branch: maint-5.6/perl
7774           !> doop.c lib/Cwd.pm perl.c perl.h util.c
7775 ____________________________________________________________________________
7776 [  8805] By: jhi                                   on 2001/02/14  03:29:01
7777         Log: More MacOS Classic fixes from Chris Nandor.
7778      Branch: perl
7779            ! doop.c lib/Cwd.pm
7780 ____________________________________________________________________________
7781 [  8804] By: jhi                                   on 2001/02/14  03:18:35
7782         Log: Don't skip too much of the locale error message if no environ array,
7783              from Chris Nandor.
7784      Branch: perl
7785            ! util.c
7786 ____________________________________________________________________________
7787 [  8803] By: jhi                                   on 2001/02/14  03:14:14
7788         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7789      Branch: perl
7790            ! perl.c perl.h
7791 ____________________________________________________________________________
7792 [  8802] By: jhi                                   on 2001/02/13  18:31:33
7793         Log: AUTHORS update.
7794      Branch: perl
7795            ! AUTHORS
7796 ____________________________________________________________________________
7797 [  8801] By: jhi                                   on 2001/02/13  17:55:19
7798         Log: Integrate change #8792 from mainline.
7799              
7800              Subject: buncha MacPerl patches for bleadperl
7801              From: Chris Nandor <pudge@pobox.com>
7802              Date: Tue, 13 Feb 2001 00:02:43 -0500
7803              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7804      Branch: maint-5.6/perl
7805           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7806           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7807           !> t/lib/basename.t toke.c util.h
7808 ____________________________________________________________________________
7809 [  8800] By: jhi                                   on 2001/02/13  17:46:43
7810         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
7811              to be forced to Off_t.
7812              
7813              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
7814              From: nick@ccl4.org
7815              Date: Thu, 1 Feb 2001 12:01:04 +0000
7816              Message-Id: <20010201120103.E11401@plum.flirble.org>
7817      Branch: maint-5.6/perl
7818            ! iperlsys.h perlio.c
7819 ____________________________________________________________________________
7820 [  8799] By: jhi                                   on 2001/02/13  16:52:51
7821         Log: Duplex duplex hunk hunk.
7822      Branch: maint-5.6/perl
7823            ! Makefile.SH
7824 ____________________________________________________________________________
7825 [  8797] By: jhi                                   on 2001/02/13  14:52:04
7826         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
7827              From: "Craig A. Berry" <craigberry@mac.com>
7828              Date: Mon, 12 Feb 2001 11:05:25 -0600
7829              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
7830      Branch: perl
7831            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
7832 ____________________________________________________________________________
7833 [  8796] By: jhi                                   on 2001/02/13  14:36:47
7834         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
7835              From: simon.cozens@pembroke.oxford.ac.uk 
7836              Date: Sat, 10 Feb 2001 17:57:02 +0000
7837              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
7838              
7839              Now it does include.
7840      Branch: perl
7841            ! pod/perldiag.pod
7842 ____________________________________________________________________________
7843 [  8795] By: jhi                                   on 2001/02/13  14:30:11
7844         Log: Sort the MANIFEST.
7845      Branch: perl
7846            ! MANIFEST
7847 ____________________________________________________________________________
7848 [  8794] By: jhi                                   on 2001/02/13  14:26:51
7849         Log: Integrate change #8793 from mainline, FAQ updates.
7850      Branch: maint-5.6/perl
7851           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7852 ____________________________________________________________________________
7853 [  8793] By: jhi                                   on 2001/02/13  14:25:13
7854         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
7855      Branch: perl
7856            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7857 ____________________________________________________________________________
7858 [  8792] By: jhi                                   on 2001/02/13  14:22:50
7859         Log: Subject: buncha MacPerl patches for bleadperl
7860              From: Chris Nandor <pudge@pobox.com>
7861              Date: Tue, 13 Feb 2001 00:02:43 -0500
7862              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7863      Branch: perl
7864            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7865            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7866            ! t/lib/basename.t toke.c util.h
7867 ____________________________________________________________________________
7868 [  8791] By: jhi                                   on 2001/02/13  14:10:39
7869         Log: Integrate change #8790 from mainline.
7870              
7871              environ array wrongly assumed in Perl_init_i18nl10n(),
7872      Branch: maint-5.6/perl
7873           !> util.c
7874 ____________________________________________________________________________
7875 [  8790] By: jhi                                   on 2001/02/13  14:06:15
7876         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
7877              noticed by Chris Nandor in MacOS Classic.
7878      Branch: perl
7879            ! util.c
7880 ____________________________________________________________________________
7881 [  8789] By: jhi                                   on 2001/02/13  13:58:07
7882         Log: Integrate changes #8373,8487,8544,8783 from mainline.
7883              
7884              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
7885              hints files, the dynaloading, assimilate ebcdic into util.c.
7886      Branch: maint-5.6/perl
7887            - ebcdic.c
7888            ! MANIFEST hints/posix-bc.sh
7889           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
7890           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
7891           !> perlapi.c proto.h util.c
7892 ____________________________________________________________________________
7893 [  8788] By: alanbur                               on 2001/02/13  10:33:13
7894         Log: Integrated changes from maint-5.6
7895      Branch: maint-5.6/pureperl
7896           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
7897           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
7898           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7899           !> vos/config.ga.h vos/configure_perl.cm
7900 ____________________________________________________________________________
7901 [  8787] By: jhi                                   on 2001/02/13  05:56:36
7902         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
7903      Branch: perl
7904           !> Makefile.SH
7905 ____________________________________________________________________________
7906 [  8786] By: jhi                                   on 2001/02/13  05:54:34
7907         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
7908              From: Dorner Thomas <Thomas.Dorner@start.de>
7909              Date: Mon, 12 Feb 2001 15:06:26 +0100
7910              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
7911      Branch: maint-5.6/perl
7912            ! Makefile.SH
7913 ____________________________________________________________________________
7914 [  8785] By: jhi                                   on 2001/02/13  05:29:04
7915         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
7916      Branch: perl
7917           !> hints/openbsd.sh
7918 ____________________________________________________________________________
7919 [  8784] By: jhi                                   on 2001/02/13  02:25:24
7920         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
7921              From: Peter Prymmer <pvhp@forte.com>
7922              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
7923              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
7924      Branch: perl
7925            ! pod/perlclib.pod
7926 ____________________________________________________________________________
7927 [  8783] By: jhi                                   on 2001/02/13  02:22:36
7928         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
7929      Branch: perl
7930            - ebcdic.c
7931            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
7932            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
7933            ! util.c
7934 ____________________________________________________________________________
7935 [  8782] By: jhi                                   on 2001/02/13  02:00:07
7936         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
7937      Branch: maint-5.6/perl
7938            ! pod/perlport.pod
7939 ____________________________________________________________________________
7940 [  8781] By: jhi                                   on 2001/02/13  01:58:44
7941         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
7942      Branch: maint-5.6/perl
7943            ! hints/openbsd.sh
7944 ____________________________________________________________________________
7945 [  8780] By: jhi                                   on 2001/02/13  01:57:33
7946         Log: Synchronize the regexp tests between maintperl and mainline.
7947      Branch: maint-5.6/perl
7948           !> t/op/re_tests
7949 ____________________________________________________________________________
7950 [  8779] By: jhi                                   on 2001/02/13  01:49:35
7951         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7952              From: Hugo <hv@crypt.compulink.co.uk>
7953              Date: Tue, 13 Feb 2001 00:11:11 +0000
7954              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7955      Branch: perl
7956            ! regcomp.c t/op/re_tests
7957 ____________________________________________________________________________
7958 [  8778] By: jhi                                   on 2001/02/13  00:23:10
7959         Log: Comments do not nest.
7960      Branch: perl
7961            ! perl.h
7962 ____________________________________________________________________________
7963 [  8777] By: jhi                                   on 2001/02/13  00:17:54
7964         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7965              From: Hugo <hv@crypt.compulink.co.uk>
7966              Date: Tue, 13 Feb 2001 00:11:11 +0000
7967              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7968      Branch: maint-5.6/perl
7969            ! regcomp.c t/op/re_tests
7970 ____________________________________________________________________________
7971 [  8776] By: jhi                                   on 2001/02/12  23:25:52
7972         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
7973      Branch: maint-5.6/perl
7974            ! pod/perlport.pod
7975 ____________________________________________________________________________
7976 [  8775] By: jhi                                   on 2001/02/12  23:04:28
7977         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
7978      Branch: maint-5.6/perl
7979            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
7980            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7981            ! vos/configure_perl.cm
7982 ____________________________________________________________________________
7983 [  8774] By: jhi                                   on 2001/02/12  22:59:11
7984         Log: Subject: Re: [patch] context for 'U' magic functions
7985              From: Doug MacEachern <dougm@covalent.net>
7986              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
7987              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
7988              
7989              plus the suggestion by Nick Ing-Simmons to name the macro
7990              as PERL_MG_UFUNC to avoid namespace pollution, plus add
7991              the advice by Doug for XS writers to perl.h
7992      Branch: perl
7993            ! mg.c perl.h
7994 ____________________________________________________________________________
7995 [  8773] By: jhi                                   on 2001/02/11  20:14:12
7996         Log: Update Changes.
7997      Branch: perl
7998            ! Changes patchlevel.h
7999 ____________________________________________________________________________
8000 [  8772] By: jhi                                   on 2001/02/11  18:47:52
8001         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
8002              From: Simon Cozens <simon@cozens.net>
8003              Date: Wed, 31 Jan 2001 16:31:43 +0000
8004              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
8005      Branch: perl
8006            + pod/perlclib.pod
8007            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
8008            ! pod/perltoc.pod
8009 ____________________________________________________________________________
8010 [  8771] By: jhi                                   on 2001/02/11  18:36:48
8011         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
8012              
8013              Blocks-4d3.beta.txt
8014              CaseFolding-3d4.beta.txt
8015              CompositionExclusions-3d6.beta.txt
8016              EastAsianWidth-4d4.beta.txt
8017              LineBreak-6d3.beta.txt
8018              NamesList-3.1.0d1.beta.txt
8019              PropList-3.1.0d4.beta.txt
8020              SpecialCasing-4d1.beta.txt
8021              UnicodeData-3.1.0d6.beta.txt
8022      Branch: perl
8023            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
8024           +> lib/unicode/UCD.html lib/unicode/Unicode.html
8025            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8026            - lib/unicode/Unicode.301
8027            ! (edit 257 files)
8028 ____________________________________________________________________________
8029 [  8770] By: jhi                                   on 2001/02/11  17:26:22
8030         Log: UTF-8 documentation.
8031      Branch: perl
8032            ! utf8.h
8033 ____________________________________________________________________________
8034 [  8769] By: jhi                                   on 2001/02/11  17:12:49
8035         Log: Retract #8762.
8036      Branch: perl
8037            ! regexec.c
8038 ____________________________________________________________________________
8039 [  8768] By: jhi                                   on 2001/02/11  16:54:45
8040         Log: Subject: [PATCH] Test::Harness
8041              From: andreas.koenig@anima.de (Andreas J. Koenig)
8042              Date: 11 Feb 2001 14:37:00 +0100
8043              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
8044      Branch: perl
8045            ! lib/Test/Harness.pm
8046 ____________________________________________________________________________
8047 [  8767] By: jhi                                   on 2001/02/11  16:53:52
8048         Log: Subject: [PATCH] Document makepatch in Porting/patching
8049              From: andreas.koenig@anima.de (Andreas J. Koenig)
8050              Date: 11 Feb 2001 16:46:28 +0100
8051              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
8052      Branch: perl
8053            ! Porting/patching.pod
8054 ____________________________________________________________________________
8055 [  8766] By: jhi                                   on 2001/02/11  06:30:23
8056         Log: Subject: Re: [patch] GvSHARED
8057              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
8058              From: Doug MacEachern <dougm@covalent.net>
8059              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
8060              
8061              Subject: Re: [patch] GvSHARED
8062              From: Doug MacEachern <dougm@covalent.net>
8063              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
8064              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
8065              
8066              Subject: [patch] attributes.pm support for `shared'
8067              From: Doug MacEachern <dougm@covalent.net>
8068              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
8069              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
8070              
8071              our() attributes were ignored, our :shared pieces missing,
8072              allow attributes.pm to turn on shared.
8073      Branch: perl
8074            ! op.c t/op/attrs.t toke.c xsutils.c
8075 ____________________________________________________________________________
8076 [  8765] By: alanbur                               on 2001/02/10  23:11:19
8077         Log: Resync with parent (hopefully sucessfully this time)
8078      Branch: maint-5.6/pureperl
8079           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
8080           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
8081           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8082           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
8083           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
8084           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
8085           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
8086 ____________________________________________________________________________
8087 [  8764] By: jhi                                   on 2001/02/10  22:54:38
8088         Log: Make TEST and UTEST more verbose in case something goes
8089              wrong in running/compiling a script, suggested by Doug
8090              MacEachern.
8091      Branch: perl
8092            ! t/TEST t/UTEST
8093 ____________________________________________________________________________
8094 [  8763] By: jhi                                   on 2001/02/10  22:11:34
8095         Log: Bogus shebang.
8096      Branch: perl
8097            ! t/lib/texttabs.t
8098 ____________________________________________________________________________
8099 [  8762] By: jhi                                   on 2001/02/10  21:56:02
8100         Log: (Retracted by #8769)
8101      Branch: perl
8102            ! regexec.c
8103 ____________________________________________________________________________
8104 [  8761] By: jhi                                   on 2001/02/10  21:26:15
8105         Log: Subject: Re: [patch] GvSHARED 
8106              From: Doug MacEachern <dougm@covalent.net>
8107              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
8108              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
8109              
8110              our @EXPORT : shared = (...);
8111      Branch: perl
8112            ! toke.c
8113 ____________________________________________________________________________
8114 [  8760] By: jhi                                   on 2001/02/10  21:25:07
8115         Log: Subject: [patch] GvSHARED
8116              From: Doug MacEachern <dougm@covalent.net>
8117              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
8118              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
8119      Branch: perl
8120            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
8121 ____________________________________________________________________________
8122 [  8759] By: alanbur                               on 2001/02/10  21:24:27
8123         Log: Backed out mismerge.
8124      Branch: maint-5.6/pureperl
8125            ! MANIFEST README.hpux README.vmesa gv.c installhtml
8126            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
8127            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8128            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
8129            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
8130            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
8131            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
8132 ____________________________________________________________________________
8133 [  8758] By: jhi                                   on 2001/02/10  18:01:17
8134         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
8135              
8136              Fixed UMRs and leak in Perl_pmtrans()
8137              
8138              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
8139              associated UTFied tr/// code.  Also fixed scoping leak of
8140              PL_reg_start_tmp.
8141              
8142              newATTRSUB leaks when an attempt to redefine the active sort sub is
8143              made.
8144      Branch: maint-5.6/perl
8145           !> op.c regcomp.c
8146 ____________________________________________________________________________
8147 [  8757] By: alanbur                               on 2001/02/10  17:56:46
8148         Log: Resynchronised with parent
8149      Branch: maint-5.6/pureperl
8150           +> README.bs2000
8151            - README.posix-bc
8152            ! gv.c perl.c sv.c
8153           !> MANIFEST README.hpux README.vmesa installhtml
8154           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
8155           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8156           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
8157           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
8158           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
8159           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
8160 ____________________________________________________________________________
8161 [  8756] By: alanbur                               on 2001/02/10  17:51:15
8162         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
8163              made.
8164      Branch: maint-5.6/pureperl
8165            ! op.c
8166 ____________________________________________________________________________
8167 [  8755] By: jhi                                   on 2001/02/09  22:41:35
8168         Log: Upgrade to CPAN 1.59_54, from Andreas König.
8169      Branch: perl
8170            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
8171 ____________________________________________________________________________
8172 [  8754] By: jhi                                   on 2001/02/09  22:29:20
8173         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
8174              
8175              Didn't upgrade the fill.t since it has a dependency to File::Slurp
8176              purely for debugging purposes, the actual test hasn't changed.
8177      Branch: perl
8178            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
8179            ! t/lib/textwrap.t
8180 ____________________________________________________________________________
8181 [  8753] By: jhi                                   on 2001/02/09  20:17:50
8182         Log: Integrate change #8682 from maintperl.
8183              
8184              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
8185              to work correctly.
8186      Branch: perl
8187           !> hints/irix_6.sh
8188 ____________________________________________________________________________
8189 [  8752] By: jhi                                   on 2001/02/09  20:00:46
8190         Log: Update Changes.
8191      Branch: perl
8192            ! Changes patchlevel.h
8193 ____________________________________________________________________________
8194 [  8751] By: nick                                  on 2001/02/09  19:48:37
8195         Log: Integrate mainline
8196      Branch: perlio
8197           +> README.bs2000 t/lib/cgi-esc.t
8198            - README.posix-bc
8199           !> (integrate 53 files)
8200 ____________________________________________________________________________
8201 [  8750] By: nick                                  on 2001/02/09  19:25:16
8202         Log: Subject: RE: Biannual Competition to Improve Hashing Function
8203              From: Fisher Mark <fisherm@tce.com>
8204              Date: Thu, 8 Feb 2001 10:44:00 -0500
8205              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
8206              Date: Thu, 8 Feb 2001 15:02:47 -0500
8207              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
8208      Branch: perl
8209            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
8210 ____________________________________________________________________________
8211 [  8749] By: jhi                                   on 2001/02/09  19:02:35
8212         Log: Forgotten fragment.
8213      Branch: perl
8214            ! pod/perlapi.pod
8215 ____________________________________________________________________________
8216 [  8748] By: jhi                                   on 2001/02/09  18:31:34
8217         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
8218              plus manual tweakage.
8219              
8220              Sync the perlfaq2 between mainline and maintperl.
8221      Branch: maint-5.6/perl
8222            ! pod/perlfaq2.pod
8223      Branch: perl
8224           !> pod/perlfaq2.pod
8225 ____________________________________________________________________________
8226 [  8747] By: jhi                                   on 2001/02/09  18:12:04
8227         Log: Subject: versiononly and installperl
8228              From: abigail@foad.org
8229              Date: Wed, 7 Feb 2001 22:43:12 +0100
8230              Message-ID: <20010207214312.7045.qmail@foad.org>    
8231              
8232              Add +v flag to force a normal install of the perl binary
8233              and the utilities.
8234              
8235              Subject: [PATCH] installperl
8236              From: Nicholas Clark <nick@ccl4.org>
8237              Date: Fri, 9 Feb 2001 16:28:57 +0000
8238              Message-ID: <20010209162857.B10931@plum.flirble.org>
8239              
8240              Add -A flag which also hardlinks the binary with
8241              the full architecture name.
8242      Branch: perl
8243            ! installperl
8244 ____________________________________________________________________________
8245 [  8746] By: jhi                                   on 2001/02/09  18:03:43
8246         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
8247              
8248              Subject: perlfaq2, re: perlmongers
8249              
8250              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
8251              
8252              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
8253              
8254              Subject: [ID 20010205.001] typo in perlfaq9
8255              
8256              Subject: [ID 20010208.002] unordered explanation in perlcall
8257      Branch: maint-5.6/perl
8258           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
8259           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
8260           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
8261 ____________________________________________________________________________
8262 [  8745] By: jhi                                   on 2001/02/09  17:59:09
8263         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
8264              From: abela@geneanet.org
8265              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
8266              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
8267      Branch: perl
8268            ! pod/perlcall.pod
8269 ____________________________________________________________________________
8270 [  8744] By: jhi                                   on 2001/02/09  17:48:16
8271         Log: Subject: [ID 20010205.001] typo in perlfaq9
8272              From: eserte@vran.herceg.de
8273              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
8274              Message-Id: <200102042244.XAA21926@vran.herceg.de>
8275      Branch: perl
8276            ! pod/perlfaq9.pod
8277 ____________________________________________________________________________
8278 [  8743] By: jhi                                   on 2001/02/09  17:25:12
8279         Log: Integrate change #8695 from maintperl.
8280              
8281              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
8282      Branch: perl
8283           !> thread.h
8284 ____________________________________________________________________________
8285 [  8742] By: jhi                                   on 2001/02/09  17:21:22
8286         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
8287              From: Andy Dougherty <doughera@lafayette.edu>
8288              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
8289              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
8290      Branch: perl
8291            ! embed.pl
8292 ____________________________________________________________________________
8293 [  8741] By: jhi                                   on 2001/02/09  17:05:19
8294         Log: Integrate changes #8738,8739,8740 from maintperl.
8295              
8296              Html files will be installed in a more logical and easier to
8297              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
8298              
8299              Html files will be generated with a header to make them look
8300              a little less bare.
8301              
8302              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
8303      Branch: perl
8304           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
8305 ____________________________________________________________________________
8306 [  8740] By: jhi                                   on 2001/02/09  17:03:46
8307         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
8308              From: "Brendan O'Dea" <bod@compusol.com.au>
8309              Date: Sun, 4 Feb 2001 11:17:56 +1100
8310              Message-ID: <20010204111756.A16301@compusol.com.au>
8311      Branch: maint-5.6/perl
8312            ! pod/perlfaq3.pod
8313 ____________________________________________________________________________
8314 [  8739] By: jhi                                   on 2001/02/09  17:01:59
8315         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
8316              From: "Indy Singh" <indy@nusphere.com>
8317              Date: Fri, 2 Feb 2001 15:09:59 -0500
8318              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
8319              
8320              Html files will be generated with a header to make them look
8321              a little less bare.
8322      Branch: maint-5.6/perl
8323            ! installhtml
8324 ____________________________________________________________________________
8325 [  8738] By: jhi                                   on 2001/02/09  16:58:48
8326         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
8327              From: "Indy Singh" <indy@nusphere.com>
8328              Date: Fri, 2 Feb 2001 15:08:23 -0500
8329              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
8330              
8331              Html files will be installed in a more logical and easier to
8332              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
8333      Branch: maint-5.6/perl
8334            ! win32/Makefile win32/makefile.mk
8335 ____________________________________________________________________________
8336 [  8737] By: jhi                                   on 2001/02/09  16:46:54
8337         Log: Integrate changes #8687,8736 from maintperl.
8338              
8339              HP-UX thread patches from Merijn H. Brand.
8340              
8341              Latin nit from Philip Newton.
8342      Branch: perl
8343           !> README.hpux hints/hpux.sh
8344 ____________________________________________________________________________
8345 [  8736] By: jhi                                   on 2001/02/09  16:42:31
8346         Log: Latin nit from Philip Newton.
8347      Branch: maint-5.6/perl
8348            ! README.hpux
8349 ____________________________________________________________________________
8350 [  8735] By: jhi                                   on 2001/02/09  16:24:03
8351         Log: Integrate changes #8704,8710 from pureperl.
8352              
8353              Fixed UMRs and leak in Perl_pmtrans()
8354              
8355              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
8356              associated UTFied tr/// code.  Also fixed scoping leak of
8357              PL_reg_start_tmp.
8358      Branch: perl
8359           !> op.c regcomp.c
8360 ____________________________________________________________________________
8361 [  8734] By: jhi                                   on 2001/02/09  15:40:21
8362         Log: Integrate change #8733 from maintperl.
8363              
8364              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
8365      Branch: perl
8366           !> pod/perlre.pod
8367 ____________________________________________________________________________
8368 [  8733] By: jhi                                   on 2001/02/09  15:35:47
8369         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
8370              From: Prymmer/Kahn <pvhp@best.com>
8371              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
8372              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
8373      Branch: maint-5.6/perl
8374            ! pod/perlre.pod
8375 ____________________________________________________________________________
8376 [  8732] By: jhi                                   on 2001/02/09  15:26:17
8377         Log: Rename README.posix-bc to README.bs2000 (to avoid the
8378              confusion of a "perlposix-bc.pod"), add a few missing
8379              arch pods, regen toc.
8380      Branch: maint-5.6/perl
8381           +> README.bs2000
8382            - README.posix-bc
8383            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8384            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8385 ____________________________________________________________________________
8386 [  8731] By: jhi                                   on 2001/02/09  15:23:39
8387         Log: De-cut-and-pasto.
8388      Branch: perl
8389            ! pod/perl.pod
8390 ____________________________________________________________________________
8391 [  8730] By: jhi                                   on 2001/02/09  15:11:13
8392         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
8393              when people think that perlposix-bc.pod tells anything about
8394              Perl and POSIX.  Regen toc.
8395      Branch: perl
8396           +> README.bs2000
8397            - README.posix-bc
8398            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8399            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8400 ____________________________________________________________________________
8401 [  8729] By: jhi                                   on 2001/02/09  14:52:28
8402         Log: The README.vmesa part of #8712 from maintperl.
8403      Branch: perl
8404            ! README.vmesa
8405 ____________________________________________________________________________
8406 [  8728] By: jhi                                   on 2001/02/09  14:46:06
8407         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
8408              From: Peter Prymmer <pvhp@forte.com>
8409              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
8410              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
8411      Branch: maint-5.6/perl
8412            ! README.vmesa win32/Makefile win32/makefile.mk
8413 ____________________________________________________________________________
8414 [  8727] By: jhi                                   on 2001/02/09  14:33:25
8415         Log: Integrate change #8712 from mainline.
8416              
8417              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
8418      Branch: maint-5.6/perl
8419           !> lib/Pod/Find.pm
8420 ____________________________________________________________________________
8421 [  8726] By: jhi                                   on 2001/02/09  14:30:28
8422         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
8423              From: Peter Prymmer <pvhp@forte.com>
8424              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
8425              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
8426      Branch: perl
8427            + t/lib/cgi-esc.t
8428            ! MANIFEST lib/CGI/Util.pm
8429 ____________________________________________________________________________
8430 [  8725] By: jhi                                   on 2001/02/09  04:56:47
8431         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
8432      Branch: maint-5.6/perl
8433            ! pod/perlport.pod
8434 ____________________________________________________________________________
8435 [  8724] By: jhi                                   on 2001/02/09  04:40:59
8436         Log: Integrate changes 7819,7820 from vmsperl into mainline.
8437              
8438              Add header for LIB$ prototypes (C. Berry)
8439              
8440              Convert fwrite()s to sockets to write()s, since some socket stacks
8441              don't take kindly to stdio.
8442              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8443              (for often optional LNMs)
8444              Correct a few typos
8445              (C. Bailey)
8446      Branch: perl
8447           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
8448 ____________________________________________________________________________
8449 [  8723] By: jhi                                   on 2001/02/09  03:29:29
8450         Log: Integrate change #8722 from mainline.
8451              
8452              The Im() function wasn't returning zero for non-Math::Complex
8453              arguments.  The bug reported by John Gamble.
8454      Branch: maint-5.6/perl
8455           !> lib/Math/Complex.pm
8456 ____________________________________________________________________________
8457 [  8722] By: jhi                                   on 2001/02/09  03:28:33
8458         Log: The Im() function wasn't returning zero for non-Math::Complex
8459              arguments.  The bug reported by John Gamble.
8460      Branch: perl
8461            ! lib/Math/Complex.pm
8462 ____________________________________________________________________________
8463 [  8721] By: nick                                  on 2001/02/08  22:11:35
8464         Log: Correct the correction :-(
8465      Branch: perl
8466            ! perl.c
8467 ____________________________________________________________________________
8468 [  8720] By: bailey                                on 2001/02/08  20:59:22
8469         Log: Convert frwite()s to sockets to write()s, since some socket stacks
8470              don't take kindly to stdio.
8471              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8472              (for often optional LNMs)
8473              Correct a few typos
8474              (C. Bailey)
8475      Branch: vmsperl
8476            ! vms/vms.c vms/vmsish.h
8477 ____________________________________________________________________________
8478 [  8719] By: bailey                                on 2001/02/08  20:51:02
8479         Log: Add header for LIB$ prototypes (C. Berry)
8480      Branch: vmsperl
8481            ! ext/Devel/DProf/DProf.xs
8482 ____________________________________________________________________________
8483 [  8718] By: bailey                                on 2001/02/08  20:49:00
8484         Log: SYN SYN
8485      Branch: vmsperl
8486           +> pod/perliol.pod t/lib/sample-tests/bailout
8487           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
8488           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
8489           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
8490           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
8491           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
8492           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
8493            - lib/unicode/Is/DCinital.pl
8494           !> (integrate 101 files)
8495 ____________________________________________________________________________
8496 [  8717] By: nick                                  on 2001/02/08  19:38:48
8497         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
8498              From: Robin Barker <rmb1@cise.npl.co.uk>
8499              Date: Thu, 8 Feb 2001 14:38:07 GMT
8500              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
8501      Branch: perl
8502            ! lib/CPAN.pm
8503 ____________________________________________________________________________
8504 [  8716] By: nick                                  on 2001/02/08  19:29:07
8505         Log: Generated files form 8713 etc.
8506      Branch: perl
8507            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8508 ____________________________________________________________________________
8509 [  8715] By: nick                                  on 2001/02/08  19:26:08
8510         Log: Fixup non-ithread build after 8713
8511      Branch: perl
8512            ! perl.c
8513 ____________________________________________________________________________
8514 [  8714] By: nick                                  on 2001/02/08  19:17:45
8515         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
8516              From: nick@ccl4.org
8517              Date: Wed, 7 Feb 2001 00:27:47 +0000
8518              Message-Id: <20010207002747.B63724@plum.flirble.org>
8519      Branch: perl
8520            ! sv.c toke.c
8521 ____________________________________________________________________________
8522 [  8713] By: nick                                  on 2001/02/08  19:15:58
8523         Log: Subject: Re: [patch] Re: PL_ptr_table
8524              From: Doug Maceachern <dougm@covalent.net>
8525              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
8526              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
8527      Branch: perl
8528            ! embed.pl perl.c sv.c sv.h
8529 ____________________________________________________________________________
8530 [  8712] By: nick                                  on 2001/02/08  19:12:47
8531         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
8532              From: Peter Prymmer <pvhp@forte.com>
8533              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
8534              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
8535      Branch: perl
8536            ! lib/Pod/Find.pm
8537 ____________________________________________________________________________
8538 [  8711] By: nick                                  on 2001/02/07  21:06:11
8539         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
8540              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
8541              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8542              Date: Tue, 06 Feb 2001 23:37:01 +0000
8543              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
8544      Branch: perl
8545            ! regcomp.c
8546 ____________________________________________________________________________
8547 [  8710] By: alanbur                               on 2001/02/07  00:22:04
8548         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
8549              associated UTFied tr/// code.  Also fixed scoping leak of
8550              PL_reg_start_tmp.
8551      Branch: maint-5.6/pureperl
8552            ! op.c regcomp.c
8553 ____________________________________________________________________________
8554 [  8709] By: nick                                  on 2001/02/06  21:16:49
8555         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
8556              From: Michael G Schwern <schwern@pobox.com>
8557              Date: Sun, 4 Feb 2001 19:47:14 -0500
8558              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
8559      Branch: perl
8560            ! pod/perlapi.pod pod/perlmodlib.PL
8561 ____________________________________________________________________________
8562 [  8708] By: nick                                  on 2001/02/06  20:41:20
8563         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
8564              From: Michael G Schwern <schwern@pobox.com>
8565              Date: Sun, 4 Feb 2001 21:17:49 -0500
8566              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
8567      Branch: perl
8568            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
8569            ! pod/perltootc.pod
8570 ____________________________________________________________________________
8571 [  8707] By: nick                                  on 2001/02/06  20:29:11
8572         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
8573              From: Michael G Schwern <schwern@pobox.com>
8574              Date: Tue, 6 Feb 2001 05:54:30 -0500
8575              Message-Id: <20010206055430.A951@blackrider.aocn.com>
8576      Branch: perl
8577            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
8578 ____________________________________________________________________________
8579 [  8706] By: nick                                  on 2001/02/06  20:21:40
8580         Log: Subject: RE: some win32 fixes
8581              Date: Tue, 6 Feb 2001 09:23:20 +0300
8582              From: Vadim Konovalov <vkonovalov@lucent.com>
8583              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
8584      Branch: perl
8585            ! toke.c win32/Makefile win32/config.bc win32/config.gc
8586            ! win32/config.vc win32/config_H.bc win32/makefile.mk
8587 ____________________________________________________________________________
8588 [  8705] By: alanbur                               on 2001/02/06  15:00:03
8589         Log: Synchronised with parent
8590      Branch: maint-5.6/pureperl
8591            ! regexec.c
8592           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
8593           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
8594 ____________________________________________________________________________
8595 [  8704] By: alanbur                               on 2001/02/06  14:55:24
8596         Log: Fixed UMRs and leak in Perl_pmtrans()
8597      Branch: maint-5.6/pureperl
8598            ! op.c
8599 ____________________________________________________________________________
8600 [  8703] By: gsar                                  on 2001/02/06  02:29:37
8601         Log: $(MAKE) distclean doesn't clean up properly on windows
8602      Branch: maint-5.6/perl
8603            ! win32/Makefile win32/makefile.mk
8604 ____________________________________________________________________________
8605 [  8702] By: gsar                                  on 2001/02/06  01:00:46
8606         Log: tweak change#8659 to keep it simple
8607      Branch: maint-5.6/perl
8608            ! utils/perldoc.PL
8609 ____________________________________________________________________________
8610 [  8701] By: gsar                                  on 2001/02/05  22:45:41
8611         Log: change#8693 was missing testsuite changes
8612      Branch: maint-5.6/perl
8613           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
8614 ____________________________________________________________________________
8615 [  8700] By: nick                                  on 2001/02/05  20:32:52
8616         Log: Integrate mainline
8617      Branch: perlio
8618           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
8619           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
8620           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
8621           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
8622           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
8623           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
8624           +> t/lib/test-harness.t
8625           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
8626           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
8627           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
8628           !> pod/perlutil.pod t/TEST utils/h2xs.PL
8629 ____________________________________________________________________________
8630 [  8699] By: nick                                  on 2001/02/05  19:41:07
8631         Log: Subject: perlfaq2, re: perlmongers
8632              From: David H. Adler <dha@panix.com>
8633              Date: Sun, 4 Feb 2001 23:48:23 -0500
8634              Message-Id: <20010204234823.A13429@panix.com>
8635      Branch: perl
8636            ! pod/perlfaq2.pod
8637 ____________________________________________________________________________
8638 [  8698] By: nick                                  on 2001/02/05  19:39:31
8639         Log: Missed file f#rom the testharness mess.
8640      Branch: perl
8641            + t/lib/test-harness.t
8642 ____________________________________________________________________________
8643 [  8697] By: nick                                  on 2001/02/05  19:37:21
8644         Log: Subject: [DOC PATCH] overload.pm nits
8645              From: John Tobey <jtobey@john-edwin-tobey.org>
8646              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
8647              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
8648      Branch: perl
8649            ! lib/overload.pm
8650 ____________________________________________________________________________
8651 [  8696] By: alanbur                               on 2001/02/05  11:56:00
8652         Log: Sync with parent
8653      Branch: maint-5.6/pureperl
8654           !> thread.h
8655 ____________________________________________________________________________
8656 [  8695] By: gsar                                  on 2001/02/05  03:27:34
8657         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
8658      Branch: maint-5.6/perl
8659            ! thread.h
8660 ____________________________________________________________________________
8661 [  8694] By: alanbur                               on 2001/02/05  00:07:47
8662         Log: Initial branch creation from //depot/maint-5.6/perl
8663      Branch: maint-5.6/pureperl
8664           +> (branch 1719 files)
8665 ____________________________________________________________________________
8666 [  8693] By: gsar                                  on 2001/02/04  22:38:49
8667         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
8668              changes)
8669      Branch: maint-5.6/perl
8670           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8671           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8672           !> ext/DB_File/version.c
8673 ____________________________________________________________________________
8674 [  8692] By: nick                                  on 2001/02/04  18:15:57
8675         Log: The missed t/TEST part of the grand testharness upgrade.
8676      Branch: perl
8677            ! t/TEST
8678 ____________________________________________________________________________
8679 [  8691] By: nick                                  on 2001/02/04  18:05:17
8680         Log: New improved test harness
8681              Subject: Re: [PATCH Test::Harness] Third time's a charm?
8682              From: Michael G Schwern <schwern@pobox.com>
8683              Date: Sun, 4 Feb 2001 08:01:20 -0500
8684              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
8685      Branch: perl
8686            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
8687            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
8688            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
8689            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
8690            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
8691            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
8692            ! MANIFEST lib/Test/Harness.pm
8693 ____________________________________________________________________________
8694 [  8690] By: nick                                  on 2001/02/04  17:57:51
8695         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
8696              From: Jonathan Stowe <gellyfish@gellyfish.com>
8697              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
8698              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
8699      Branch: perl
8700            ! utils/h2xs.PL
8701 ____________________________________________________________________________
8702 [  8689] By: nick                                  on 2001/02/04  17:55:24
8703         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
8704              From: Michael G Schwern <schwern@pobox.com>
8705              Date: Sat, 3 Feb 2001 22:46:38 -0500
8706              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
8707      Branch: perl
8708            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
8709            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
8710 ____________________________________________________________________________
8711 [  8688] By: nick                                  on 2001/02/04  17:43:55
8712         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
8713              length byfailing to spot lack of closing )
8714              From: nick@talking.bollo.cx
8715              Date: Sat, 03 Feb 2001 23:53:16 +0000
8716              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
8717      Branch: perl
8718            ! perlio.c pod/perldiag.pod
8719 ____________________________________________________________________________
8720 [  8687] By: jhi                                   on 2001/02/03  17:11:42
8721         Log: HP-UX thread patches from Merijn H. Brand.
8722      Branch: maint-5.6/perl
8723            ! README.hpux hints/hpux.sh
8724 ____________________________________________________________________________
8725 [  8686] By: jhi                                   on 2001/02/03  16:40:12
8726         Log: Metaconfig changes for #8685.
8727      Branch: metaconfig
8728            ! U/installdirs/instubperl.U
8729      Branch: metaconfig/U/perl
8730            ! Devel.U versiononly.U
8731 ____________________________________________________________________________
8732 [  8685] By: jhi                                   on 2001/02/03  16:39:49
8733         Log: For -Dusedevel builds turn off installusrbinperl and turn on
8734              versiononly, a combined idea of Richard Soderberg and Merijn
8735              H. Brand.  You can still override both of these from the command
8736              line if you need to, -Dinstallusrbinperl and -Uversiononly.
8737      Branch: perl
8738            ! Configure
8739 ____________________________________________________________________________
8740 [  8684] By: jhi                                   on 2001/02/03  16:16:34
8741         Log: Metaconfig unit fix for #8683.
8742      Branch: metaconfig
8743            ! U/compline/nblock_io.U
8744 ____________________________________________________________________________
8745 [  8683] By: jhi                                   on 2001/02/03  16:16:12
8746         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
8747              reported by Peter Prymmer for 5.6-TRIAL1.
8748      Branch: perl
8749            ! Configure
8750 ____________________________________________________________________________
8751 [  8682] By: jhi                                   on 2001/02/03  05:52:11
8752         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
8753              to work correctly.
8754      Branch: maint-5.6/perl
8755            ! hints/irix_6.sh
8756 ____________________________________________________________________________
8757 [  8681] By: jhi                                   on 2001/02/03  05:47:33
8758         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
8759      Branch: maint-5.6/perl
8760            ! pod/perlport.pod
8761 ____________________________________________________________________________
8762 [  8680] By: jhi                                   on 2001/02/02  21:39:49
8763         Log: perlport update from Peter Prymmer.
8764      Branch: maint-5.6/perl
8765            ! pod/perlport.pod
8766 ____________________________________________________________________________
8767 [  8679] By: nick                                  on 2001/02/02  20:50:48
8768         Log: Integrate mainline
8769      Branch: perlio
8770           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8771           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
8772           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8773 ____________________________________________________________________________
8774 [  8678] By: gsar                                  on 2001/02/02  16:02:12
8775         Log: note about bincompat, slightly modified (from Lupe Christoph)
8776      Branch: maint-5.6/perl
8777            ! README.solaris
8778 ____________________________________________________________________________
8779 [  8677] By: jhi                                   on 2001/02/02  15:46:20
8780         Log: Supported platforms updates.
8781      Branch: maint-5.6/perl
8782            ! pod/perlport.pod
8783 ____________________________________________________________________________
8784 [  8676] By: jhi                                   on 2001/02/02  03:41:26
8785         Log: A couple more perlfaq2 tweaks.
8786      Branch: maint-5.6/perl
8787            ! pod/perlfaq2.pod
8788 ____________________________________________________________________________
8789 [  8675] By: jhi                                   on 2001/02/02  03:17:44
8790         Log: Misedit in #8661.
8791      Branch: maint-5.6/perl
8792            ! Configure
8793 ____________________________________________________________________________
8794 [  8674] By: jhi                                   on 2001/02/02  03:14:38
8795         Log: Damien again.
8796      Branch: maint-5.6/perl
8797            ! pod/perlfaq2.pod
8798 ____________________________________________________________________________
8799 [  8673] By: jhi                                   on 2001/02/02  03:12:40
8800         Log: perlfaq update from Elaine Ashton.
8801      Branch: maint-5.6/perl
8802            ! pod/perlfaq2.pod
8803 ____________________________________________________________________________
8804 [  8672] By: jhi                                   on 2001/02/02  03:07:08
8805         Log: UTF-8 s/// patch from Inaba Hiroto.
8806      Branch: maint-5.6/perl
8807            ! pp_ctl.c pp_hot.c
8808 ____________________________________________________________________________
8809 [  8671] By: jhi                                   on 2001/02/01  22:34:31
8810         Log: Update Changes.
8811      Branch: perl
8812            ! Changes patchlevel.h
8813 ____________________________________________________________________________
8814 [  8670] By: jhi                                   on 2001/02/01  22:15:29
8815         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
8816              from maintperl.
8817              
8818              Upgrade to Getopt::Long 2.25, from Johan Vromans.
8819              
8820              more files need to be writable in the source distribution
8821              
8822              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8823              
8824              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8825              
8826              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8827              
8828              Allow the float to be fuzzier.
8829              
8830              need to use INT2PTR instead of a straight cast or ia64 fails
8831              
8832              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8833              
8834              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8835      Branch: perl
8836           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8837           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
8838           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8839 ____________________________________________________________________________
8840 [  8669] By: jhi                                   on 2001/02/01  21:57:02
8841         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8842              From: Robin Barker <rmb1@cise.npl.co.uk>
8843              Date: Thu, 1 Feb 2001 16:59:05 GMT
8844              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
8845      Branch: maint-5.6/perl
8846            ! pod/perlmodlib.PL
8847 ____________________________________________________________________________
8848 [  8668] By: nick                                  on 2001/02/01  19:41:40
8849         Log: Integrate mainline
8850      Branch: perlio
8851           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
8852           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
8853           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
8854 ____________________________________________________________________________
8855 [  8667] By: gsar                                  on 2001/02/01  16:59:11
8856         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8857      Branch: maint-5.6/perl
8858            ! embed.pl embedvar.h
8859 ____________________________________________________________________________
8860 [  8666] By: gsar                                  on 2001/02/01  16:34:51
8861         Log: add missing entries to win32/config.?c
8862      Branch: maint-5.6/perl
8863            ! win32/config.bc win32/config.gc win32/config.vc
8864            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8865 ____________________________________________________________________________
8866 [  8665] By: jhi                                   on 2001/02/01  14:58:51
8867         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8868              From: "Stephen P. Potter" <spp@spotter.yi.org>
8869              Date: Thu, 01 Feb 2001 10:45:46 -0500
8870              Message-Id: <200102011545.KAA31479@spotter.yi.org>
8871      Branch: maint-5.6/perl
8872            ! pod/perlfunc.pod
8873 ____________________________________________________________________________
8874 [  8664] By: gsar                                  on 2001/02/01  14:52:37
8875         Log: need to use INT2PTR instead of a straight cast or ia64 fails
8876              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
8877      Branch: maint-5.6/perl
8878            ! ext/POSIX/POSIX.xs
8879 ____________________________________________________________________________
8880 [  8663] By: jhi                                   on 2001/02/01  14:09:13
8881         Log: Allow the float to be fuzzier.
8882      Branch: maint-5.6/perl
8883            ! t/lib/peek.t
8884 ____________________________________________________________________________
8885 [  8662] By: jhi                                   on 2001/02/01  13:59:00
8886         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8887              From: Robin Barker <rmb1@cise.npl.co.uk>
8888              Date: Thu, 1 Feb 2001 13:05:39 GMT
8889              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
8890      Branch: maint-5.6/perl
8891            ! pod/perlmodlib.pod
8892 ____________________________________________________________________________
8893 [  8661] By: jhi                                   on 2001/02/01  13:57:38
8894         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
8895              Date: Thu, 01 Feb 2001 14:15:41 +0100
8896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8897              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
8898              
8899              Have the $ccflags in the gcc version test (strange, this change
8900              is claimed to be have been integrated already)
8901      Branch: maint-5.6/perl
8902            ! Configure
8903 ____________________________________________________________________________
8904 [  8660] By: jhi                                   on 2001/02/01  13:44:10
8905         Log: Integrate changes #7950,7964,7962 from mainline.
8906              
8907              Find the stdchar signedness using cpp, should fix some of
8908              the Solaris compiler warnings reported by Alan Burlison.
8909      Branch: maint-5.6/perl
8910           !> Configure config_h.SH
8911 ____________________________________________________________________________
8912 [  8659] By: jhi                                   on 2001/02/01  05:35:32
8913         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
8914              From: Jan Dubois <JanD@ActiveState.com>
8915              Date: Wed, 31 Jan 2001 21:17:03 -0800
8916              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
8917      Branch: maint-5.6/perl
8918            ! utils/perldoc.PL
8919 ____________________________________________________________________________
8920 [  8658] By: jhi                                   on 2001/02/01  04:33:17
8921         Log: Integrate the README.os390 and README.posix-bc parts of mainline
8922              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
8923              installperl parts were taken care of by #8657.)
8924      Branch: maint-5.6/perl
8925           !> README.os390 README.posix-bc
8926 ____________________________________________________________________________
8927 [  8657] By: jhi                                   on 2001/02/01  04:29:21
8928         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8929              From: Peter Prymmer <pvhp@forte.com>
8930              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
8931              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
8932      Branch: maint-5.6/perl
8933            + ext/DynaLoader/dl_dllload.xs
8934            ! MANIFEST Makefile.SH hints/os390.sh installperl
8935 ____________________________________________________________________________
8936 [  8656] By: jhi                                   on 2001/02/01  04:25:45
8937         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
8938              From: Peter Prymmer <pvhp@forte.com>
8939              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
8940              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
8941      Branch: maint-5.6/perl
8942            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
8943 ____________________________________________________________________________
8944 [  8655] By: jhi                                   on 2001/02/01  04:14:47
8945         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
8946              From: troc@netrus.net
8947              Date: Wed, 31 Jan 2001 22:31:26 -0500
8948              Message-Id: <200102010331.WAA117.85@rocco.homenet>
8949      Branch: maint-5.6/perl
8950            ! os2/os2.c
8951 ____________________________________________________________________________
8952 [  8654] By: jhi                                   on 2001/02/01  04:12:52
8953         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8954              as reported by Alan Burlison.
8955      Branch: maint-5.6/perl
8956            ! pp.h
8957 ____________________________________________________________________________
8958 [  8653] By: jhi                                   on 2001/02/01  04:05:12
8959         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
8960              From: dsugalski@northernlight.com
8961              Date: Wed, 31 Jan 2001 18:54:11 -0500
8962              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
8963      Branch: maint-5.6/perl
8964            ! configure.com
8965 ____________________________________________________________________________
8966 [  8652] By: jhi                                   on 2001/02/01  04:03:11
8967         Log: Misplaced #endif.
8968              
8969              Subject: [perl-5-6-1-trial2] patches for EPOC
8970              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8971              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8972              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8973      Branch: maint-5.6/perl
8974            ! epoc/epocish.c
8975 ____________________________________________________________________________
8976 [  8651] By: jhi                                   on 2001/02/01  04:00:25
8977         Log: Integrate changes #8647,8648,8650 from mainline.
8978              
8979              Macrofy a magic UTF-8 test.
8980              
8981              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
8982              
8983              Watch out for cross compiling for EPOC (usually done on linux).
8984      Branch: maint-5.6/perl
8985           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
8986 ____________________________________________________________________________
8987 [  8650] By: jhi                                   on 2001/02/01  03:56:20
8988         Log: Watch out for cross compiling for EPOC (usually done on linux)
8989              
8990              Subject: [perl-5-6-1-trial2] patches for EPOC
8991              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8992              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8993              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8994      Branch: perl
8995            ! ext/Errno/Errno_pm.PL
8996 ____________________________________________________________________________
8997 [  8649] By: gsar                                  on 2001/02/01  00:46:00
8998         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8999      Branch: maint-5.6/perl
9000            ! sv.c
9001 ____________________________________________________________________________
9002 [  8648] By: jhi                                   on 2001/01/31  23:35:36
9003         Log: All the uses of PL_numeric_radix must be protected by
9004              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
9005              
9006              Subject: [perl-5-6-1-trial2] patches for EPOC
9007              From: Olaf Flebbe <O.Flebbe@science-computing.de>
9008              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
9009              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
9010      Branch: perl
9011            ! sv.c
9012 ____________________________________________________________________________
9013 [  8647] By: jhi                                   on 2001/01/31  22:56:16
9014         Log: Macrofy a magic UTF-8 test.
9015      Branch: perl
9016            ! utf8.c utf8.h
9017 ____________________________________________________________________________
9018 [  8646] By: gsar                                  on 2001/01/31  15:55:12
9019         Log: update Changes
9020      Branch: maint-5.6/perl
9021            ! Changes
9022 ____________________________________________________________________________
9023 [  8645] By: gsar                                  on 2001/01/31  15:10:14
9024         Log: Configure tweak suggested by Peter Prymmer
9025      Branch: maint-5.6/perl
9026            ! Configure
9027 ____________________________________________________________________________
9028 [  8644] By: gsar                                  on 2001/01/31  15:06:32
9029         Log: more files need to be writable in the source distribution
9030      Branch: maint-5.6/perl
9031            ! Porting/makerel
9032 ____________________________________________________________________________
9033 [  8643] By: jhi                                   on 2001/01/31  14:59:46
9034         Log: Integrate changes #8258,8278,8279 from mainline.
9035              
9036              Make the large file tests more robust/talkative.
9037      Branch: maint-5.6/perl
9038           !> t/lib/syslfs.t t/op/lfs.t
9039 ____________________________________________________________________________
9040 [  8642] By: gsar                                  on 2001/01/31  14:53:48
9041         Log: integrate changes#8311,8334 from mainline
9042              
9043              Add a new MakeMaker variable PM_FILTER that defines a Unix
9044              filter to be run on each .pm during the pm_to_blib() phase,
9045              a fixed version of
9046              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
9047              
9048              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
9049              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
9050              accurate reading of the "atime".  
9051      Branch: maint-5.6/perl
9052           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
9053           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
9054           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
9055 ____________________________________________________________________________
9056 [  8641] By: jhi                                   on 2001/01/31  14:46:37
9057         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
9058      Branch: maint-5.6/perl
9059            ! lib/Getopt/Long.pm
9060 ____________________________________________________________________________
9061 [  8640] By: gsar                                  on 2001/01/31  14:40:24
9062         Log: make regen_all
9063      Branch: maint-5.6/perl
9064            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
9065 ____________________________________________________________________________
9066 [  8639] By: gsar                                  on 2001/01/31  14:37:25
9067         Log: refresh windows config files
9068      Branch: maint-5.6/perl
9069            ! win32/Makefile win32/config_H.bc win32/config_H.gc
9070            ! win32/config_H.vc win32/makefile.mk
9071 ____________________________________________________________________________
9072 [  8638] By: gsar                                  on 2001/01/31  14:28:10
9073         Log: makefile tweaks for windows: introduce a bulk-switch to enable
9074              same options as ActivePerl; sync changes with makefile.mk
9075      Branch: maint-5.6/perl
9076            ! win32/Makefile win32/makefile.mk
9077 ____________________________________________________________________________
9078 [  8637] By: jhi                                   on 2001/01/31  04:41:30
9079         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
9080              From: Nicholas Clark <nick@ccl4.org>
9081              Date: Tue, 30 Jan 2001 19:51:05 +0000
9082              Message-ID: <20010130195105.R76607@plum.flirble.org> 
9083              
9084              op/inc cure.
9085      Branch: perl
9086            ! pp.c pp.h pp_hot.c t/op/arith.t
9087 ____________________________________________________________________________
9088 [  8636] By: jhi                                   on 2001/01/31  02:38:32
9089         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
9090              no perlio],8257,8380,8479,8515 from mainline.
9091              
9092              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
9093              
9094              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
9095              Subject: [PATCH perl@8133] fix-up for VMS extensions
9096              
9097              In VMS embedded perls couldn't access the statically built Socket.
9098              
9099              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
9100              
9101              Further VMS piping fixes from Charles Lane.
9102              
9103              Subject:  [PATCH] make t/op/misc.t work on VMS
9104              
9105              Add tracing for debugging extensions builds in VMS.
9106              
9107              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
9108      Branch: maint-5.6/perl
9109           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
9110           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
9111           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
9112 ____________________________________________________________________________
9113 [  8635] By: jhi                                   on 2001/01/31  01:46:41
9114         Log: Integrate change #7732 from mainline.
9115              
9116              Sparc 64-bit pack() fix from Jens Hamisch.
9117      Branch: maint-5.6/perl
9118           !> pp.c
9119 ____________________________________________________________________________
9120 [  8634] By: jhi                                   on 2001/01/31  01:41:16
9121         Log: One spot missing from #8626.
9122      Branch: maint-5.6/perl
9123            ! sv.c
9124 ____________________________________________________________________________
9125 [  8633] By: jhi                                   on 2001/01/31  00:49:17
9126         Log: Integrate change #7495 from mainline.
9127              
9128              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
9129      Branch: maint-5.6/perl
9130           !> MANIFEST ext/re/Makefile.PL
9131 ____________________________________________________________________________
9132 [  8632] By: jhi                                   on 2001/01/30  23:38:49
9133         Log: Integrate change #8396 from mainline.
9134              
9135              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
9136              better multicast support (resend)
9137      Branch: maint-5.6/perl
9138           !> ext/Socket/Socket.pm
9139 ____________________________________________________________________________
9140 [  8631] By: jhi                                   on 2001/01/30  23:28:03
9141         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
9142              
9143              More AIX lore. (7514, ext/re/hints/aix.pl)
9144              
9145              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
9146              
9147              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
9148              
9149              Subject: [ID 20001214.002] Net::Ping patch
9150              
9151              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
9152              
9153              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
9154              
9155              Add ReuseAddr as a (preferred) alias for Reuse as we now
9156              also have ReusePort.
9157              
9158              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
9159      Branch: maint-5.6/perl
9160           +> ext/re/hints/aix.pl
9161           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
9162           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
9163 ____________________________________________________________________________
9164 [  8630] By: jhi                                   on 2001/01/30  23:03:59
9165         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
9166              
9167              read() documentation tweak for 20001121.004.
9168              
9169              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
9170      Branch: maint-5.6/perl
9171           !> pod/perlfunc.pod pod/perlre.pod
9172 ____________________________________________________________________________
9173 [  8629] By: jhi                                   on 2001/01/30  22:41:57
9174         Log: Integrate change #8098 from mainline.
9175              
9176              fastgetcwd is defined using a glob alias on a $^O dependent basis
9177              and there was no default assignment or perl subroutine.
9178      Branch: maint-5.6/perl
9179           !> lib/Cwd.pm
9180 ____________________________________________________________________________
9181 [  8628] By: jhi                                   on 2001/01/30  21:58:52
9182         Log: Integrate change #7866 from mainline.
9183              
9184              File::Temp 0.11.
9185      Branch: maint-5.6/perl
9186           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
9187 ____________________________________________________________________________
9188 [  8627] By: jhi                                   on 2001/01/30  21:39:44
9189         Log: Integrate changes #8075,8086,8228 from mainline.  
9190              
9191              Darwin is not Windows. (8075,8086)
9192              
9193              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
9194      Branch: maint-5.6/perl
9195           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
9196           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
9197           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
9198           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
9199 ____________________________________________________________________________
9200 [  8626] By: jhi                                   on 2001/01/30  21:22:11
9201         Log: Integrate with tweakery the change #8625 from mainline,
9202              the multibyte decimal separator fix ("fa_IR locale failure").
9203      Branch: maint-5.6/perl
9204            ! embedvar.h perlapi.h
9205           !> intrpvar.h perl.c perl.h sv.c util.c
9206 ____________________________________________________________________________
9207 [  8625] By: jhi                                   on 2001/01/30  20:26:33
9208         Log: Fix for the fa_IR locale failure.  The reason for the failure
9209              was that Perl was assuming the decimal separator aka the radix
9210              separator is one character.  The Farsi-Iranian locale crushed
9211              that bad assumption since there the separator is 'Momayyez',
9212              glyphwise looking somewhat like a slash, and in Unicode UTF-8
9213              encoded in two bytes, 0xd9 0xab.
9214      Branch: perl
9215            ! intrpvar.h perl.c perl.h sv.c util.c
9216 ____________________________________________________________________________
9217 [  8624] By: gsar                                  on 2001/01/30  20:17:03
9218         Log: regen_headers
9219      Branch: maint-5.6/perl
9220            ! Makefile.SH pod/perlintern.pod
9221 ____________________________________________________________________________
9222 [  8623] By: gsar                                  on 2001/01/30  19:42:34
9223         Log: backout change#7431 and its dependents (causes spurious rebuilds
9224              of autogenerated files)
9225              
9226              fix benign b.t failure
9227      Branch: maint-5.6/perl
9228            ! Makefile.SH t/lib/b.t
9229 ____________________________________________________________________________
9230 [  8622] By: jhi                                   on 2001/01/30  19:41:41
9231         Log: Microperl sync.
9232      Branch: perl
9233            ! mg.c perl.h
9234 ____________________________________________________________________________
9235 [  8621] By: gsar                                  on 2001/01/30  19:24:47
9236         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
9237              from mainline
9238              
9239              Subject: podlators 1.06 released
9240              
9241              Subject: [PATCH @8436] Eliminate op_children
9242              
9243              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
9244              
9245              (Replaced by #8448)  More op_children traces (cleanup of #8442).
9246              
9247              Subject: [PATCH #3 @8436] Re: Eliminate op_children
9248              Replace #8444 and #8445.
9249              
9250              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
9251              at the setting of the ofs_sv in new_struct_thread() as the
9252              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
9253              uninitialized fields are, uh, initialized with),
9254              SvREFCNT_inc()ing that invited a core dump.
9255              
9256              podlators 1.07, from Russ Allbery.
9257              
9258              Subject: [PATCH] regcomp.c old feature removal
9259              From: mjd@plover.com
9260              Date: 16 Jan 2001 14:43:18 -0000 
9261              Message-ID: <20010116144318.7140.qmail@plover.com> 
9262      Branch: maint-5.6/perl
9263           +> lib/Pod/Text/Overstrike.pm
9264           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
9265           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
9266           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
9267           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
9268           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
9269           !> util.c
9270 ____________________________________________________________________________
9271 [  8620] By: gsar                                  on 2001/01/30  18:48:32
9272         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
9273              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
9274              now fails one test)
9275              
9276              Subject: [PATCH] lvalue AUTOLOAD. No, really.
9277              
9278              Subject: [PATCH] Interesting syntax idea
9279              Make opens + bareword assigns do typeglob assigns.
9280              
9281              Tests for #8254.
9282              
9283              Subject: [PATCH @8269] Continue blocks and B::Deparse
9284              Make the peephole optimizer to bypass more null ops and
9285              and rewrite the deparse handling of continue blocks.
9286              
9287              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
9288              Doc tweak on #8313.
9289              
9290              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
9291              
9292              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
9293              
9294              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
9295              
9296              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
9297              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
9298              according to the platform.
9299              
9300              Subject: [PATCH @8404] Consolidated lvalue sub changes
9301              
9302              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
9303              
9304              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
9305              
9306              Subject: B::Concise -- an improved replacement for B::Terse 
9307              
9308              The B::Terse drop-in replacement wasn't quite drop-in.
9309              
9310              The LVRET macro needed an aTHX.
9311              
9312              Use the /^Perl_/-less form of is_lvalue_sub().
9313              
9314              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
9315      Branch: maint-5.6/perl
9316           +> ext/B/B/Concise.pm
9317           !> (integrate 27 files)
9318 ____________________________________________________________________________
9319 [  8619] By: nick                                  on 2001/01/30  18:40:28
9320         Log: Integrate mainline
9321      Branch: perlio
9322           !> (integrate 40 files)
9323 ____________________________________________________________________________
9324 [  8618] By: jhi                                   on 2001/01/30  18:37:18
9325         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
9326              Date: Mon, 29 Jan 2001 22:51:29 -0600
9327              From: "Craig A. Berry" <craigberry@mac.com>
9328              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
9329      Branch: perl
9330            ! vms/test.com
9331 ____________________________________________________________________________
9332 [  8617] By: jhi                                   on 2001/01/30  18:34:53
9333         Log: Subject: [PATCH] Add missing CV flags to dump.c
9334              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9335              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
9336              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
9337      Branch: perl
9338            ! dump.c
9339 ____________________________________________________________________________
9340 [  8616] By: jhi                                   on 2001/01/30  18:20:58
9341         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
9342              part isn't applicable to maintperl.
9343              
9344              UTF-8 nit from Inaba Hiroto.
9345      Branch: maint-5.6/perl
9346           !> pod/perlapi.pod utf8.c
9347 ____________________________________________________________________________
9348 [  8615] By: jhi                                   on 2001/01/30  18:18:51
9349         Log: UTF-8 nit from Inaba Hiroto.
9350      Branch: perl
9351            ! pod/perlapi.pod t/op/each.t utf8.c
9352 ____________________________________________________________________________
9353 [  8614] By: jhi                                   on 2001/01/30  18:13:38
9354         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
9355              
9356              perl's internal variables are not for public consumption,
9357              move their docs from perlapi.pod to perlintern.pod
9358              
9359              support for -Dusethreads build under HP-UX 10.20 and DCE threads
9360              library (11.0 and later have pthreads but 10.x don't)
9361              
9362              avoid uninitialized value warnings
9363              
9364              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
9365              gets weird results)
9366              
9367              perldoc nit on windows
9368              
9369              make it possible to run the tests outside the source tree
9370              (there's still a dependency on ../lib being the library
9371              location)
9372      Branch: perl
9373           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
9374           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
9375           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
9376           !> win32/bin/search.pl win32/vdir.h
9377 ____________________________________________________________________________
9378 [  8613] By: gsar                                  on 2001/01/30  16:39:59
9379         Log: make it possible to run the tests outside the source tree
9380              (there's still a dependency on ../lib being the library
9381              location)
9382      Branch: maint-5.6/perl
9383            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
9384 ____________________________________________________________________________
9385 [  8612] By: gsar                                  on 2001/01/30  16:31:12
9386         Log: perldoc nit on windows
9387      Branch: maint-5.6/perl
9388            ! utils/perldoc.PL
9389 ____________________________________________________________________________
9390 [  8611] By: gsar                                  on 2001/01/30  16:22:54
9391         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
9392              gets weird results)
9393      Branch: maint-5.6/perl
9394            ! win32/vdir.h
9395 ____________________________________________________________________________
9396 [  8610] By: gsar                                  on 2001/01/30  16:12:45
9397         Log: avoid uninitialized value warnings
9398      Branch: maint-5.6/perl
9399            ! win32/bin/search.pl
9400 ____________________________________________________________________________
9401 [  8609] By: gsar                                  on 2001/01/30  16:08:01
9402         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
9403              library (11.0 and later have pthreads but 10.x don't)
9404      Branch: maint-5.6/perl
9405            ! hints/hpux.sh thread.h
9406 ____________________________________________________________________________
9407 [  8608] By: gsar                                  on 2001/01/30  15:48:55
9408         Log: perl's internal variables are not for public consumption,
9409              move their docs from perlapi.pod to perlintern.pod
9410      Branch: maint-5.6/perl
9411            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
9412            ! thrdvar.h
9413 ____________________________________________________________________________
9414 [  8607] By: gsar                                  on 2001/01/30  15:44:27
9415         Log: mistakenly branched perl56delta.pod, revert
9416      Branch: maint-5.6/perl
9417            - pod/perl56delta.pod
9418           !> pod/perldelta.pod
9419 ____________________________________________________________________________
9420 [  8606] By: gsar                                  on 2001/01/30  14:20:24
9421         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
9422              dTHR which has been a noop for a while now, except for the
9423              compatibility definition in thread.h)
9424      Branch: maint-5.6/perl
9425           !> (integrate 45 files)
9426 ____________________________________________________________________________
9427 [  8605] By: jhi                                   on 2001/01/30  05:43:58
9428         Log: Mark the UTF-8 APIs as experimental.
9429      Branch: maint-5.6/perl
9430            ! embed.pl pod/perlapi.pod
9431 ____________________________________________________________________________
9432 [  8604] By: jhi                                   on 2001/01/30  05:38:40
9433         Log: Nits from earlier integrates.
9434      Branch: maint-5.6/perl
9435            ! lib/Carp/Heavy.pm
9436           !> sv.c
9437 ____________________________________________________________________________
9438 [  8603] By: jhi                                   on 2001/01/30  05:27:26
9439         Log: Regenerate Porting files.
9440      Branch: maint-5.6/perl
9441            ! Porting/Glossary Porting/config.sh Porting/config_H
9442 ____________________________________________________________________________
9443 [  8602] By: jhi                                   on 2001/01/30  05:14:59
9444         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
9445              8310,8339,8447,8492,8493,8505,8525: documentation changes.
9446              
9447              Subject: Re: perlfaq style changes
9448              
9449              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
9450              
9451              Subject: [PATCH] docs on NaN
9452              
9453              Subject: [patch] perlfaq7
9454              
9455              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
9456              
9457              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
9458              
9459              Subject: [PATCH] open() example in perlfunc.pod
9460              
9461              Podify README.mpeix (a new version from the web)
9462              
9463              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
9464              
9465              Subject: [PATCH] format and rewording in perlfaq.pod
9466              
9467              Subject: [PATCH] API Variable documentation   
9468              
9469              Memory management calls documentation.
9470              
9471              Subject: [PATCH: perl@8482] README.vms URL updates
9472              
9473              Subject: Minor typos in perlfaq2.pod
9474              
9475              Subject: [PATCH] pod/perlvar.pod
9476      Branch: maint-5.6/perl
9477           +> pod/perl56delta.pod
9478            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9479           !> README.amiga README.epoc README.mpeix README.vms
9480           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
9481           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
9482           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
9483           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
9484           !> pod/perlvar.pod thrdvar.h
9485 ____________________________________________________________________________
9486 [  8601] By: jhi                                   on 2001/01/30  04:38:35
9487         Log: Integrate changes #8036,8096,8253 from mainline:
9488              hints changes.
9489              
9490              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
9491              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
9492              
9493              Output the (apparent) version of gcc in Tru64.
9494      Branch: maint-5.6/perl
9495           +> ext/POSIX/hints/svr4.pl
9496           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
9497           !> hints/svr4.sh t/lib/bigfltpm.t
9498 ____________________________________________________________________________
9499 [  8600] By: jhi                                   on 2001/01/30  04:04:01
9500         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
9501              locale fixes.
9502              
9503              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
9504              
9505              Debian allows /usr/bin/locale to exist without any locales. (7868)
9506              
9507              Allow the locale test needing POSIX and the taint test
9508              needing IPC::SysV to run under 'minitest' (basically,
9509              bail out if loading the extension fails). (8384)
9510              
9511              Cleanup the locale.t output  (8480)
9512      Branch: maint-5.6/perl
9513           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
9514           !> t/pragma/locale.t
9515 ____________________________________________________________________________
9516 [  8599] By: jhi                                   on 2001/01/30  03:51:04
9517         Log: Missing generated files from #8598.
9518      Branch: maint-5.6/perl
9519            ! embed.h global.sym objXSUB.h perlapi.c proto.h
9520 ____________________________________________________________________________
9521 [  8598] By: jhi                                   on 2001/01/30  03:41:54
9522         Log: Integrate change #8555 from mainline, manually integrate parts
9523              of changes 8452 and 8583.
9524              
9525              Subject: [PATCH] utf8.c documentation (8452)
9526              
9527              No point in checking the length if the pointer is bogus. (8555)
9528              
9529              Introduce bytes_from_utf8() and implement sv_eq() using it,
9530              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
9531              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
9532              was malformed. (8583)
9533      Branch: maint-5.6/perl
9534            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
9535           !> pod/perlapi.pod sv.c utf8.c
9536 ____________________________________________________________________________
9537 [  8597] By: gsar                                  on 2001/01/30  02:37:26
9538         Log: get PERL_OBJECT build going again on windows
9539      Branch: maint-5.6/perl
9540            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9541            ! pod/perlapi.pod proto.h sv.c
9542 ____________________________________________________________________________
9543 [  8596] By: jhi                                   on 2001/01/30  02:16:17
9544         Log: Signedness nit.
9545      Branch: perl
9546            ! sv.c
9547 ____________________________________________________________________________
9548 [  8595] By: jhi                                   on 2001/01/30  02:11:07
9549         Log: EBCDIC patch for Storable, from Peter Prymmer.
9550      Branch: perl
9551            ! t/lib/st-06compat.t
9552 ____________________________________________________________________________
9553 [  8594] By: jhi                                   on 2001/01/30  01:04:48
9554         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
9555              From: Peter Prymmer <pvhp@forte.com>
9556              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
9557              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
9558      Branch: perl
9559            ! t/lib/b.t
9560 ____________________________________________________________________________
9561 [  8593] By: jhi                                   on 2001/01/30  00:56:47
9562         Log: Subject: [PATCH: perl@8585] pod problems in io
9563              From: Peter Prymmer <pvhp@forte.com>
9564              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
9565              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
9566      Branch: perl
9567            ! pod/perlapio.pod pod/perliol.pod
9568 ____________________________________________________________________________
9569 [  8592] By: jhi                                   on 2001/01/30  00:48:20
9570         Log: Integrate perlio.
9571      Branch: perl
9572           !> pod/perlapio.pod pod/perliol.pod
9573 ____________________________________________________________________________
9574 [  8591] By: nick                                  on 2001/01/29  22:02:28
9575         Log: GNU 'merge' Simon's copy of perliol.pod with version
9576              patched by Craig's patch.
9577      Branch: perlio
9578            ! pod/perliol.pod
9579 ____________________________________________________________________________
9580 [  8590] By: nick                                  on 2001/01/29  21:55:10
9581         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
9582      Branch: perlio
9583            ! pod/perlapio.pod pod/perliol.pod
9584 ____________________________________________________________________________
9585 [  8589] By: jhi                                   on 2001/01/29  15:35:33
9586         Log: Integrate change #8586 from maint-5.6/perl.
9587              
9588              make the BOM detection code not call tell() until it has to
9589              (meant to fix esoteric compatibility issues where PL_rsfp
9590              is overridden)
9591      Branch: perl
9592           !> toke.c
9593 ____________________________________________________________________________
9594 [  8588] By: jhi                                   on 2001/01/29  15:29:11
9595         Log: Subject: MAking Solaris malloc() the default
9596              From: Lupe Christoph <lupe@lupe-christoph.de>
9597              Date: Mon, 29 Jan 2001 12:59:36 +0100
9598              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
9599              
9600              The README.solaris part slightly tweaked.
9601      Branch: perl
9602            ! README.solaris hints/solaris_2.sh
9603 ____________________________________________________________________________
9604 [  8587] By: jhi                                   on 2001/01/29  15:17:34
9605         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
9606              From: root@ak-75.mind.de
9607              Date: Sun, 28 Jan 2001 20:32:29 +0100
9608              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
9609      Branch: perl
9610            ! pod/perlre.pod
9611 ____________________________________________________________________________
9612 [  8586] By: gsar                                  on 2001/01/29  13:43:44
9613         Log: make the BOM detection code not call tell() until it has to
9614              (meant to fix esoteric compatibility issues where PL_rsfp
9615              is overridden)
9616      Branch: maint-5.6/perl
9617            ! toke.c
9618 ____________________________________________________________________________
9619 [  8585] By: jhi                                   on 2001/01/28  20:05:45
9620         Log: Update Changes.
9621      Branch: perl
9622            ! Changes patchlevel.h
9623 ____________________________________________________________________________
9624 [  8584] By: jhi                                   on 2001/01/28  19:30:02
9625         Log: Integrate perlio.
9626      Branch: perl
9627           +> pod/perliol.pod
9628           !> MANIFEST pod/perlapio.pod
9629 ____________________________________________________________________________
9630 [  8583] By: jhi                                   on 2001/01/28  19:28:40
9631         Log: Patch from Inaba Hiroto:
9632              - canonical UTF-8 hash keys: if a key string for a hash is
9633              UTF8-on, try downgrade the string and use it if
9634              unicode::distinct is not in effect.
9635              For the task, I added a function bytes_from_utf8() to utf8.c.
9636              It might resemble utf8_to_bytes() but it is not convenient
9637              to the task.
9638              Made a test for it and added to t/op/each.t
9639              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
9640              the mortal copy of the argument SV.
9641              And changed t/io/utf8.t test 18 which expects print() to
9642              upgrade its argument.
9643              - re-implement sv_eq with bytes_from_utf8()
9644              - some bug fixes
9645              - tr/// does not handle UTF8 range (\x{}-\x{})
9646              - \ before raw UTF8 character produced
9647              "Malformed UTF-8 character" warning.
9648              - "\x{100}\N{CENT SIGN}" is Malformed.
9649              Added tests for these 3.
9650              - and one silly bug (by me) with qu operator.
9651      Branch: perl
9652            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
9653            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
9654            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
9655 ____________________________________________________________________________
9656 [  8582] By: nick                                  on 2001/01/28  19:25:04
9657         Log: Add pod/perliol.pod to MANIFEST :-(
9658      Branch: perlio
9659            ! MANIFEST
9660 ____________________________________________________________________________
9661 [  8581] By: nick                                  on 2001/01/28  19:22:40
9662         Log: PerlIO documentation. Proofing and sub-editing requested.
9663      Branch: perlio
9664            + pod/perliol.pod
9665            ! pod/perlapio.pod
9666 ____________________________________________________________________________
9667 [  8580] By: jhi                                   on 2001/01/28  05:16:25
9668         Log: Revert the change to sv_2pv() done by #8054: Someone who
9669              did SvNV_set() on a scalar that also happened to be POK,
9670              followed by sv_2pv() won't get the right coercion anymore.
9671              [Sarathy]
9672      Branch: maint-5.6/perl
9673            ! sv.c
9674 ____________________________________________________________________________
9675 [  8579] By: jhi                                   on 2001/01/28  05:15:04
9676         Log: Remove the #8084 effect: do not allow -Q to be interpreted
9677              as -&Q(), this is too much wiggle room.
9678      Branch: maint-5.6/perl
9679            ! toke.c
9680 ____________________________________________________________________________
9681 [  8578] By: jhi                                   on 2001/01/28  05:12:45
9682         Log: Needed bits of #8439 (should have been in #8576),
9683              mainly for lval substr().
9684      Branch: maint-5.6/perl
9685            ! mg.c pp.c pp_hot.c
9686 ____________________________________________________________________________
9687 [  8577] By: jhi                                   on 2001/01/28  05:02:46
9688         Log: A missing check-in.
9689      Branch: maint-5.6/perl
9690            ! utf8.c
9691 ____________________________________________________________________________
9692 [  8576] By: jhi                                   on 2001/01/28  04:26:18
9693         Log: Integrate changes #8425,8436,8439,8517 from mainline.
9694              The 8439 was not truly integrated because it had too many
9695              dependencies on the development branch and because it introduced
9696              concepts too bold for a maintenance branch (such as the qu operator).
9697              
9698              Subject: [PATCH perl@8342] -Wformat
9699              
9700              Tighten some of the UTF-8 tests a bit.
9701              
9702              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
9703              - The substr lval was still not okay.
9704              - Now pp_stringify and sv_setsv copies source's UTF8 flag
9705              even if IN_BYTE.  pp_stringify is called from fold_constants
9706              at optimization phase and "\x{100}" was made SvUTF8_off under
9707              use bytes (the bytes pragma is for "byte semantics" and not
9708              for "do not produce UTF8 data")
9709      Branch: maint-5.6/perl
9710            ! t/lib/charnames.t t/op/substr.t toke.c
9711           !> sv.c t/pragma/utf8.t
9712 ____________________________________________________________________________
9713 [  8575] By: jhi                                   on 2001/01/28  04:01:51
9714         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
9715              
9716              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
9717              
9718              Subject: [ID 20001230.003] UTF-8 tr still hurts
9719              
9720              Test cases for #8385 (from Simon's "torture.pl")
9721              
9722              Start fixing UTF-8 lval substr() (8405)
9723      Branch: maint-5.6/perl
9724           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
9725           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
9726 ____________________________________________________________________________
9727 [  8574] By: jhi                                   on 2001/01/28  03:09:06
9728         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
9729              from mainline.
9730              
9731              UTF-8 cleanup.
9732              
9733              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
9734              
9735              "\x{FF}\xFF" was broken.
9736              
9737              Tests for #8329 and #8330.
9738              
9739              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
9740              
9741              IRIX compiler noticed that the bof initialization might be
9742              bypassed by control flow.
9743              
9744              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
9745      Branch: maint-5.6/perl
9746           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9747           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
9748 ____________________________________________________________________________
9749 [  8573] By: jhi                                   on 2001/01/28  02:06:12
9750         Log: Retract #8552.
9751      Branch: perl
9752            ! lib/Text/Wrap.pm t/lib/textwrap.t
9753 ____________________________________________________________________________
9754 [  8572] By: jhi                                   on 2001/01/28  02:04:49
9755         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
9756              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
9757              not really integrated but instead salvaged by hand
9758              (they had too many dependencies on the development release
9759              to be cleanly integratable).
9760              
9761              Subject: more UTF8 test suites and an UTF8 patch
9762              
9763              Tweak for MULTIPLICITY/USE_PERLIO
9764              
9765              Signedness nit.
9766              
9767              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
9768              
9769              Use the UTF8_XXX macros in is_utf8_char().
9770              
9771              Rewrite pp_concat() in terms of sv_catsv().  The . operator
9772              should now be UTF-8-proof.
9773              
9774              Subject: [PATCH perl@8269] scanning two hex-constants
9775              fails on EBCDIC environment (script length.t)
9776              
9777              Add some Unicode chop() tests.
9778      Branch: maint-5.6/perl
9779            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
9780           !> sv.c t/op/chop.t utf8.h
9781 ____________________________________________________________________________
9782 [  8571] By: jhi                                   on 2001/01/28  00:35:59
9783         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
9784              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
9785              
9786              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
9787              
9788              The maxiters upper limit sanity check (guarding against
9789              non-progress) assumed bytes instead of characters in s///
9790              and split().
9791              
9792              Signedness nit.
9793              
9794              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
9795              join() should now be UTF-8-proof.
9796              
9797              More split // UTF-8 tests. (8250)
9798      Branch: maint-5.6/perl
9799           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
9800           !> util.c
9801 ____________________________________________________________________________
9802 [  8570] By: jhi                                   on 2001/01/27  22:15:46
9803         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
9804              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
9805              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
9806              8084,8204,8244,8333 from mainline.
9807              
9808              For -Q where Q might be a one-letter sub name one does no more
9809              get a warning about an unknown filetest (7941,7943,7944,8084).
9810              
9811              Subject: Re: [ID 20001130.011] expression parsing bug ?
9812              
9813              Make uv_to_utf8() to zero-terminate its output buffer.
9814              
9815              Split off t/op/length.t (7995)
9816              
9817              Split off t/op/utf8decode.t (7996)
9818              
9819              Remove an unnecessary 'use utf8' from the utf8.t (7998)
9820              
9821              Split off t/op/concat.t (8004)
9822              
9823              Split off t/op/ver.t (8005)
9824              
9825              Document utf8_length(), utf8_distance(), and utf8_hop().
9826              
9827              Document utf8_to_uv() better.
9828              
9829              Introduce macros for UTF8 decoding (8028,8033).
9830              
9831              Add test for reverse() (8030,8031).
9832              
9833              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
9834              
9835              Do not return the Unicode replacement character    on UTF-8
9836              decoding failure.
9837              
9838              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
9839              not this_utf8 i.e. the output string has one, but don't mess
9840              with source assumption. (8052,8053)
9841              
9842              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
9843              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
9844              was not expecting to be called with something that was already
9845              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
9846              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
9847              (8054)
9848              
9849              Recode the naughty binary bytes in utf8decode.t using the \xHH.
9850              
9851              Make some panic messages a bit more logical.
9852      Branch: maint-5.6/perl
9853           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
9854           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
9855           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
9856           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
9857           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
9858           !> utf8.c utf8.h
9859 ____________________________________________________________________________
9860 [  8569] By: jhi                                   on 2001/01/27  19:16:43
9861         Log: Integrate changes #7750 from perlio and #8566 from mainline.
9862      Branch: maint-5.6/perl
9863           !> regexec.c sv.c
9864 ____________________________________________________________________________
9865 [  8568] By: jhi                                   on 2001/01/27  18:06:51
9866         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
9867              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
9868              7935[-perlio.c],7936,7959,7965 from mainline.
9869              
9870              Change the "big byte" error message to "Wide character".
9871              (7355, the croak-if-wide-chars-in-print part ignored)
9872              
9873              Use UINT64_C().
9874              
9875              Introduce Perl_utf8_length().
9876              
9877              diff -se shows these as different (7753, forgotten check-ins)
9878              
9879              Subject: [PATCH] doop.c - UTF8 tr///
9880              
9881              If we use (aTHX_ ...) then put Perl_ on the front.
9882              
9883              Make utf8_length() and utf8_distance() to be less forgiving
9884              about bad UTF-8.
9885              
9886              Test line numbers are different with utf8.
9887              
9888              No need to scan till infinity, 13 is enough. (7872,7911)
9889              
9890              Subject: [PATCH] Tokeniser debugging
9891              
9892              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9893              
9894              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
9895              
9896              Be more careful in Perl_sv_utf8_downgrade().
9897              
9898              Use DO_UTF8().
9899              
9900              Raw zero bytes in text files confuse at least GNU patch 2.1.
9901      Branch: maint-5.6/perl
9902           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9903           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
9904           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
9905           !> t/pragma/utf8.t toke.c utf8.c utf8.h
9906 ____________________________________________________________________________
9907 [  8567] By: nick                                  on 2001/01/27  11:10:38
9908         Log: Integrate mainline
9909      Branch: perlio
9910           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
9911           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
9912           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
9913           !> toke.c
9914 ____________________________________________________________________________
9915 [  8566] By: jhi                                   on 2001/01/27  06:22:48
9916         Log: More documentation for the regexp context stack.
9917      Branch: perl
9918            ! regexec.c
9919 ____________________________________________________________________________
9920 [  8565] By: jhi                                   on 2001/01/27  05:21:57
9921         Log: Update Changes.
9922      Branch: perl
9923            ! Changes patchlevel.h
9924 ____________________________________________________________________________
9925 [  8564] By: jhi                                   on 2001/01/27  04:44:04
9926         Log: Threadedness patch for #8562 from Doug MacEachern.
9927      Branch: perl
9928            ! toke.c
9929 ____________________________________________________________________________
9930 [  8563] By: jhi                                   on 2001/01/27  04:26:24
9931         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
9932              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9933              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
9934              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
9935      Branch: perl
9936            ! op.c
9937 ____________________________________________________________________________
9938 [  8562] By: jhi                                   on 2001/01/27  04:20:30
9939         Log: Subject: Re: Announce : Tokener reporting patch
9940              From: Simon Cozens <simon@cozens.net>
9941              Date: Mon, 22 Jan 2001 02:17:22 +0000
9942              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
9943      Branch: perl
9944            ! embed.h embed.pl proto.h toke.c
9945 ____________________________________________________________________________
9946 [  8561] By: jhi                                   on 2001/01/27  04:17:24
9947         Log: Forgot from #8545.  Oops.
9948      Branch: perl
9949            ! pp.c t/pragma/overload.t
9950 ____________________________________________________________________________
9951 [  8560] By: jhi                                   on 2001/01/27  03:01:47
9952         Log: A better module compilation test, use MANIFEST as suggested
9953              by Spider.
9954      Branch: perl
9955            ! t/lib/1_compile.t
9956 ____________________________________________________________________________
9957 [  8559] By: jhi                                   on 2001/01/27  02:50:48
9958         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
9959              From: Peter Prymmer <pvhp@forte.com>
9960              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
9961              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
9962      Branch: perl
9963            ! t/lib/b.t
9964 ____________________________________________________________________________
9965 [  8558] By: jhi                                   on 2001/01/27  02:27:05
9966         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
9967              From: Peter Prymmer <pvhp@forte.com>
9968              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
9969              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
9970      Branch: perl
9971            ! t/pragma/sub_lval.t
9972 ____________________________________________________________________________
9973 [  8557] By: jhi                                   on 2001/01/27  02:26:03
9974         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
9975              From: Peter Prymmer <pvhp@forte.com>
9976              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
9977              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
9978      Branch: perl
9979            ! t/lib/st-06compat.t
9980 ____________________________________________________________________________
9981 [  8556] By: jhi                                   on 2001/01/27  02:24:33
9982         Log: Subject: [PATCH: perl@8531] minor update to README.os390
9983              From: Peter Prymmer <pvhp@forte.com>
9984              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
9985              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
9986      Branch: perl
9987            ! README.os390
9988 ____________________________________________________________________________
9989 [  8555] By: jhi                                   on 2001/01/27  00:35:47
9990         Log: No point in checking the length before we know whether the pointer
9991              is bogus or not, fixes Abigail's odbm failures in Linux.
9992      Branch: perl
9993            ! sv.c
9994 ____________________________________________________________________________
9995 [  8554] By: nick                                  on 2001/01/26  19:01:31
9996         Log: Integrate mainline
9997      Branch: perlio
9998           !> lib/Text/Wrap.pm t/lib/textwrap.t
9999 ____________________________________________________________________________
10000 [  8553] By: jhi                                   on 2001/01/26  15:19:39
10001         Log: Integrate change #7792 from perlio (multiplicity fix),
10002              fix the AV leak in regex DEBUGGING (tiny part of the
10003              polymorphic regexp patch #8143).
10004      Branch: maint-5.6/perl
10005            ! regcomp.c
10006           !> scope.h
10007 ____________________________________________________________________________
10008 [  8552] By: jhi                                   on 2001/01/26  15:03:23
10009         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
10010              From: Michael G Schwern <schwern@pobox.com>
10011              Date: Fri, 26 Jan 2001 09:28:31 -0500
10012              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
10013      Branch: perl
10014            ! lib/Text/Wrap.pm t/lib/textwrap.t
10015 ____________________________________________________________________________
10016 [  8551] By: jhi                                   on 2001/01/26  02:33:19
10017         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
10018              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
10019              
10020              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
10021              
10022              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
10023              
10024              Message nit.
10025              
10026              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
10027              
10028              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
10029              
10030              (the cleanup of unused submatches in regtry() and regcppop())
10031              
10032              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
10033              stored and restored, and thusly was trounced by the utf8 swash
10034              routines.
10035              
10036              use utf8 not required to use \x{}.
10037              
10038              Removed two more tests that make no sense in UTF-8 since the test
10039              data is not in UTF-8.
10040              
10041              Get the three different space character classes right under utf8.
10042              
10043              Implement ANYOFUTF8 regprop() dumping.
10044              
10045              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
10046              
10047              Document the regex context pushing/popping a bit better.
10048      Branch: maint-5.6/perl
10049           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
10050           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
10051           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
10052           !> t/op/regmesg.t utf8.c
10053 ____________________________________________________________________________
10054 [  8550] By: nick                                  on 2001/01/25  19:42:30
10055         Log: Integrate mainline
10056      Branch: perlio
10057           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
10058           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
10059           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
10060           !> t/lib/bigint.t t/lib/bigintpm.t
10061 ____________________________________________________________________________
10062 [  8549] By: jhi                                   on 2001/01/25  15:22:28
10063         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
10064      Branch: maint-5.6/perl
10065            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
10066 ____________________________________________________________________________
10067 [  8548] By: jhi                                   on 2001/01/25  15:02:55
10068         Log: Integrate changes #7997,8063,8492,8547 from mainline.
10069              
10070              Subject: Re: STRLEN - what?
10071              
10072              Subject: [PATCH] perlguts.pod
10073              
10074              Memory management calls documentation.
10075              
10076              Layout using tabulator is not a good idea in a pod.
10077      Branch: maint-5.6/perl
10078           !> pod/perlguts.pod
10079 ____________________________________________________________________________
10080 [  8547] By: jhi                                   on 2001/01/25  14:49:05
10081         Log: Layout using tabulator is not a good idea in a pod.
10082      Branch: perl
10083            ! pod/perlguts.pod
10084 ____________________________________________________________________________
10085 [  8546] By: jhi                                   on 2001/01/25  14:31:12
10086         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
10087              from mainline.
10088              
10089              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
10090              
10091              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
10092              
10093              More Win32 editor/IDE/shell hints.
10094              
10095              More Win32 Perling.
10096              
10097              Yet another editor edit.
10098              
10099              Edit edit edit.
10100              
10101              IDE/editor section tweaking.
10102              
10103              Few more IDE/editor nits from p5p.
10104      Branch: maint-5.6/perl
10105           !> pod/perlfaq3.pod
10106 ____________________________________________________________________________
10107 [  8545] By: jhi                                   on 2001/01/25  04:16:32
10108         Log: Subject: [PATCH 5.7.0] overload int()
10109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10110              Date: Wed, 24 Jan 2001 19:06:57 -0500
10111              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
10112      Branch: perl
10113            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
10114            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
10115            ! t/lib/bigintpm.t
10116 ____________________________________________________________________________
10117 [  8544] By: jhi                                   on 2001/01/25  04:15:11
10118         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
10119              From: Peter Prymmer <pvhp@forte.com>
10120              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
10121              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
10122      Branch: perl
10123            ! Makefile.SH README.os390 hints/os390.sh installperl
10124 ____________________________________________________________________________
10125 [  8543] By: jhi                                   on 2001/01/25  03:52:08
10126         Log: Integrate change #8462,8469 from mainline.
10127              
10128              In VMS Perl subversion (perl -V) is undef.
10129      Branch: maint-5.6/perl
10130           !> configure.com
10131 ____________________________________________________________________________
10132 [  8542] By: jhi                                   on 2001/01/25  03:44:55
10133         Log: Integrate changes #7835,7850,8315,8316 from mainline.
10134              
10135              Solaris hints.
10136      Branch: maint-5.6/perl
10137           !> hints/solaris_2.sh
10138 ____________________________________________________________________________
10139 [  8541] By: jhi                                   on 2001/01/25  03:39:28
10140         Log: Integrate #8336 from mainline.
10141      Branch: maint-5.6/perl
10142           !> hv.c
10143 ____________________________________________________________________________
10144 [  8540] By: jhi                                   on 2001/01/25  03:23:50
10145         Log: Retract #8539.
10146      Branch: maint-5.6/perl
10147            ! pod/perlfaq3.pod
10148 ____________________________________________________________________________
10149 [  8539] By: jhi                                   on 2001/01/25  03:21:55
10150         Log: (Retracted by #5940.)
10151      Branch: maint-5.6/perl
10152            ! pod/perlfaq3.pod
10153 ____________________________________________________________________________
10154 [  8538] By: jhi                                   on 2001/01/25  03:14:07
10155         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
10156              From: Peter Prymmer <pvhp@forte.com>
10157              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
10158              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
10159              
10160              The VMS bits.
10161      Branch: maint-5.6/perl
10162            ! configure.com vms/descrip_mms.template
10163 ____________________________________________________________________________
10164 [  8537] By: jhi                                   on 2001/01/25  03:06:09
10165         Log: Integrate #7710,7824,7973 from mainline.
10166      Branch: maint-5.6/perl
10167           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10168           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
10169           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
10170           !> vos/config.ga.def vos/config.ga.h win32/config.bc
10171           !> win32/config.gc win32/config.vc
10172 ____________________________________________________________________________
10173 [  8536] By: jhi                                   on 2001/01/24  13:50:20
10174         Log: Revert the edits made by me so far to the 5.6 branch since
10175              the TRIAL1 since I did edits when I should have been using
10176              integrates.  Bad programmer.   (Will integrate them properly later.)
10177              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
10178              The #8353 will not be reapplied at least for now since
10179              the UTF-8 hash keys need more thinking.
10180              (The patches #8347, #8354, #8454, #8473 were okay since they
10181              were original edits made specifically for the 5.6.1-TRIAL1.)
10182      Branch: maint-5.6/perl
10183            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10184            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
10185            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
10186            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
10187            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
10188            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10189            ! win32/config.bc win32/config.gc win32/config.vc
10190 ____________________________________________________________________________
10191 [  8535] By: bailey                                on 2001/01/24  06:37:02
10192         Log: SYN SYN
10193      Branch: vmsperl
10194           +> (branch 26 files)
10195           !> (integrate 130 files)
10196 ____________________________________________________________________________
10197 [  8534] By: nick                                  on 2001/01/23  19:30:57
10198         Log: Integrate mainline.
10199      Branch: perlio
10200           !> Changes Configure Porting/Glossary Porting/config.sh
10201           !> Porting/config_H embed.h embed.pl ext/Encode/compile
10202           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
10203           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
10204           !> pod/perlvar.pod proto.h t/lib/1_compile.t
10205 ____________________________________________________________________________
10206 [  8533] By: jhi                                   on 2001/01/23  16:15:46
10207         Log: Forgotten from #8501.
10208      Branch: perl
10209            ! Porting/Glossary Porting/config.sh Porting/config_H
10210 ____________________________________________________________________________
10211 [  8532] By: jhi                                   on 2001/01/23  16:13:27
10212         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
10213              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10214              Date: Mon, 22 Jan 2001 17:51:58 +0100
10215              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
10216      Branch: perl
10217            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
10218 ____________________________________________________________________________
10219 [  8531] By: jhi                                   on 2001/01/23  15:46:01
10220         Log: Update Changes.
10221      Branch: perl
10222            ! Changes patchlevel.h
10223 ____________________________________________________________________________
10224 [  8530] By: jhi                                   on 2001/01/23  15:38:39
10225         Log: De-cut-and-pasto.
10226      Branch: perl
10227            ! t/lib/1_compile.t
10228 ____________________________________________________________________________
10229 [  8529] By: jhi                                   on 2001/01/23  15:11:04
10230         Log: Document the mkdir trailing slashes case.
10231      Branch: perl
10232            ! pod/perlfunc.pod
10233 ____________________________________________________________________________
10234 [  8528] By: jhi                                   on 2001/01/23  15:08:28
10235         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
10236              get installed:
10237              
10238              Subject: lib/lib.pm
10239              From: <abigail@foad.org>
10240              Date: Mon, 28 Aug 2000 20:35:08 -0400
10241              Message-ID: <20000829003508.21281.qmail@foad.org>
10242      Branch: perl
10243            ! installperl
10244 ____________________________________________________________________________
10245 [  8527] By: jhi                                   on 2001/01/23  14:44:04
10246         Log: Metaconfig unit change for #8526.
10247      Branch: metaconfig
10248            ! U/threads/archname.U
10249 ____________________________________________________________________________
10250 [  8526] By: jhi                                   on 2001/01/23  14:43:19
10251         Log: Attach -perlio to the archname if so selected.
10252      Branch: perl
10253            ! Configure
10254 ____________________________________________________________________________
10255 [  8525] By: jhi                                   on 2001/01/23  14:24:01
10256         Log: Subject: [PATCH] pod/perlvar.pod
10257              From: abigail@foad.org
10258              Date: Tue, 23 Jan 2001 01:41:10 +0100
10259              Message-ID: <20010123004110.22259.qmail@foad.org>
10260      Branch: perl
10261            ! pod/perlvar.pod
10262 ____________________________________________________________________________
10263 [  8524] By: jhi                                   on 2001/01/23  14:22:32
10264         Log: A bug introduced in #8217 (the undefined variable in the
10265              lib/safe1_t #3) fixed, by Charles Lane:
10266              
10267              The earlier patch made it so that stuff running in Safe
10268              compartments could do a "caller" and see "main".  That
10269              little change in name is done right before the code in
10270              the compartment is run, and apparantly the parser
10271              was picking up the stash name before it got changed.
10272              
10273              (why it was threaded vs. unthreaded Perl that was sensitive to this
10274              I still don't know...and it probably doesn't matter).
10275              
10276              I tryed removing the stash name-change and saw that threaded Perl
10277              did indeed pass the lib/safe1.t tests.
10278              
10279              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
10280              do the name change (and to connect _ in the compartment to the global
10281              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
10282              to call _safe_pkg_prep when creating a new compartment.
10283              
10284              Passes all tests with threaded perl on linux; passes all tests
10285              with unthreaded perl on VMS.
10286              
10287              At some point I'll probably want to revisit Safe and Opcode to
10288              provide more sensible handling of global variables...and to get
10289              formats working in Safe compartments, which they don't do currently.
10290      Branch: perl
10291            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
10292 ____________________________________________________________________________
10293 [  8523] By: jhi                                   on 2001/01/23  14:11:58
10294         Log: Also the lib/Thread.pm itself needs to be ignored if
10295              the Thread extension hasn't been built.
10296      Branch: perl
10297            ! t/lib/1_compile.t
10298 ____________________________________________________________________________
10299 [  8522] By: jhi                                   on 2001/01/23  13:51:28
10300         Log: print() instead of warn() so that stderr doesn't get
10301              unncessarily polluted.
10302      Branch: perl
10303            ! ext/Encode/compile
10304 ____________________________________________________________________________
10305 [  8521] By: jhi                                   on 2001/01/23  13:49:48
10306         Log: Integrate perlio.
10307      Branch: perl
10308           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
10309           !> ext/Encode/encode.h
10310 ____________________________________________________________________________
10311 [  8520] By: nick                                  on 2001/01/22  21:44:00
10312         Log: More messing with Encode:
10313              Extra fields in header to allow multiple names and to record
10314              other things "compile" knows.
10315              Re-organise compile to factor out common output routines.
10316      Branch: perlio
10317            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
10318 ____________________________________________________________________________
10319 [  8519] By: nick                                  on 2001/01/22  20:33:50
10320         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
10321      Branch: perlio
10322            ! ext/Encode/Makefile.PL ext/Encode/compile
10323 ____________________________________________________________________________
10324 [  8518] By: nick                                  on 2001/01/22  20:28:13
10325         Log: Integrate mainline
10326      Branch: perlio
10327           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
10328           !> vos/config.alpha.def vos/config.alpha.h
10329 ____________________________________________________________________________
10330 [  8517] By: jhi                                   on 2001/01/22  15:37:17
10331         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
10332              by Inaba Hiroto.
10333      Branch: perl
10334            ! sv.c
10335 ____________________________________________________________________________
10336 [  8516] By: jhi                                   on 2001/01/22  14:55:15
10337         Log: More SIG_SIZE fixes.
10338      Branch: perl
10339            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
10340 ____________________________________________________________________________
10341 [  8515] By: jhi                                   on 2001/01/22  14:50:27
10342         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
10343              From: "Craig A. Berry" <craigberry@mac.com>
10344              Date: Mon, 22 Jan 2001 00:42:24 -0600
10345              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
10346      Branch: perl
10347            ! configure.com
10348 ____________________________________________________________________________
10349 [  8514] By: jhi                                   on 2001/01/22  14:31:17
10350         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
10351              From: "Craig A. Berry" <craigberry@mac.com>
10352              Date: Sun, 21 Jan 2001 23:03:25 -0600
10353              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
10354      Branch: perl
10355            ! configure.com
10356 ____________________________________________________________________________
10357 [  8513] By: jhi                                   on 2001/01/22  14:14:00
10358         Log: Add the .ucm encoding tables to the MANIFEST.
10359      Branch: perl
10360            ! MANIFEST
10361 ____________________________________________________________________________
10362 [  8512] By: jhi                                   on 2001/01/22  13:43:33
10363         Log: Integrate perlio.
10364      Branch: perl
10365           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10366           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10367           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10368           +> ext/Encode/Encode/iso8859-10.ucm
10369           +> ext/Encode/Encode/iso8859-13.ucm
10370           +> ext/Encode/Encode/iso8859-14.ucm
10371           +> ext/Encode/Encode/iso8859-15.ucm
10372           +> ext/Encode/Encode/iso8859-16.ucm
10373           +> ext/Encode/Encode/iso8859-2.ucm
10374           +> ext/Encode/Encode/iso8859-3.ucm
10375           +> ext/Encode/Encode/iso8859-4.ucm
10376           +> ext/Encode/Encode/iso8859-5.ucm
10377           +> ext/Encode/Encode/iso8859-6.ucm
10378           +> ext/Encode/Encode/iso8859-7.ucm
10379           +> ext/Encode/Encode/iso8859-8.ucm
10380           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10381           +> ext/Encode/Encode/symbol.ucm
10382           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
10383           !> perliol.h
10384 ____________________________________________________________________________
10385 [  8511] By: nick                                  on 2001/01/21  23:44:47
10386         Log: Make "real" layers of ":utf8" and ":raw".
10387              So now PERLIO=utf8 perl ...
10388              does what Andreas wanted.
10389              Fix arg passing in open.pm (still have a Carp issue).
10390      Branch: perlio
10391            ! lib/open.pm perlio.c perliol.h
10392 ____________________________________________________________________________
10393 [  8510] By: jhi                                   on 2001/01/21  22:56:53
10394         Log: Document the regex context pushing/popping a bit better.
10395      Branch: perl
10396            ! regexec.c
10397 ____________________________________________________________________________
10398 [  8509] By: jhi                                   on 2001/01/21  22:55:44
10399         Log: Tweak the mkdir trailing slash code some more.
10400              
10401              TO DO: the same handling should probably be done for
10402              all the other filesystem functions that can have directories
10403              as their arguments.
10404      Branch: perl
10405            ! pp_sys.c
10406 ____________________________________________________________________________
10407 [  8508] By: nick                                  on 2001/01/21  21:37:43
10408         Log: Switch "compiled in" encodings to .ucm format.
10409              (Leave others as .enc till we can run-time load .ucm,
10410              or find some other way to load them.)
10411      Branch: perlio
10412            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10413            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10414            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10415            + ext/Encode/Encode/iso8859-10.ucm
10416            + ext/Encode/Encode/iso8859-13.ucm
10417            + ext/Encode/Encode/iso8859-14.ucm
10418            + ext/Encode/Encode/iso8859-15.ucm
10419            + ext/Encode/Encode/iso8859-16.ucm
10420            + ext/Encode/Encode/iso8859-2.ucm
10421            + ext/Encode/Encode/iso8859-3.ucm
10422            + ext/Encode/Encode/iso8859-4.ucm
10423            + ext/Encode/Encode/iso8859-5.ucm
10424            + ext/Encode/Encode/iso8859-6.ucm
10425            + ext/Encode/Encode/iso8859-7.ucm
10426            + ext/Encode/Encode/iso8859-8.ucm
10427            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10428            + ext/Encode/Encode/symbol.ucm
10429            ! ext/Encode/Makefile.PL ext/Encode/compile
10430 ____________________________________________________________________________
10431 [  8507] By: nick                                  on 2001/01/21  21:02:03
10432         Log: Integrate (partial) mainline.
10433      Branch: perlio
10434           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
10435           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
10436           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10437 ____________________________________________________________________________
10438 [  8506] By: jhi                                   on 2001/01/21  20:09:30
10439         Log: Update Changes.
10440      Branch: perl
10441            ! Changes patchlevel.h
10442 ____________________________________________________________________________
10443 [  8505] By: jhi                                   on 2001/01/21  19:39:59
10444         Log: Subject: Minor typos in perlfaq2.pod
10445              From: "Stephen P. Potter" <spp@spotter.yi.org>
10446              Message-Id: <200101192101.QAA11911@spotter.yi.org>
10447              Date: Fri, 19 Jan 2001 16:01:13 -0500
10448              
10449              with a nit from Philip Netwon.
10450      Branch: perl
10451            ! pod/perlfaq2.pod
10452 ____________________________________________________________________________
10453 [  8504] By: jhi                                   on 2001/01/21  19:33:05
10454         Log: Metaconfig change for #8503.
10455      Branch: metaconfig
10456            ! U/threads/usethreads.U
10457 ____________________________________________________________________________
10458 [  8503] By: jhi                                   on 2001/01/21  19:32:21
10459         Log: Sanity check for conflicting thread flavours.
10460      Branch: perl
10461            ! Configure config_h.SH
10462 ____________________________________________________________________________
10463 [  8502] By: jhi                                   on 2001/01/21  19:23:00
10464         Log: Metaconfig change for #8501.
10465      Branch: metaconfig
10466            ! U/modified/sig_name.U
10467 ____________________________________________________________________________
10468 [  8501] By: jhi                                   on 2001/01/21  19:22:26
10469         Log: The SIG_SIZE is the number of the elements *excluding*
10470              the terminating NULL.
10471      Branch: perl
10472            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
10473            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
10474            ! win32/config_H.vc
10475 ____________________________________________________________________________
10476 [  8500] By: jhi                                   on 2001/01/21  18:31:31
10477         Log: Integrate perlio.
10478      Branch: perl
10479           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
10480           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
10481           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
10482           !> pp_sys.c proto.h sv.c
10483 ____________________________________________________________________________
10484 [  8499] By: jhi                                   on 2001/01/21  17:43:57
10485         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
10486              From: Hugo <hv@crypt.compulink.co.uk>
10487              Date: Sun, 21 Jan 2001 13:34:05 +0000
10488              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
10489              
10490              In sprintf UTF8ize only if necessary.
10491      Branch: perl
10492            ! sv.c
10493 ____________________________________________________________________________
10494 [  8498] By: nick                                  on 2001/01/21  16:25:32
10495         Log: Encode cleanup.
10496              Add command line control over "compile" so that Makefile.PL
10497              needs can be combined with other uses.
10498              Use command line options in Makefile.PL.
10499              Fix multi-byte parsing in .ucm files.
10500      Branch: perlio
10501            ! ext/Encode/Makefile.PL ext/Encode/compile
10502 ____________________________________________________________________________
10503 [  8497] By: nick                                  on 2001/01/21  12:56:27
10504         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
10505      Branch: perlio
10506            ! ext/Encode/Encode.xs
10507 ____________________________________________________________________________
10508 [  8496] By: nick                                  on 2001/01/21  12:18:45
10509         Log: Fixup after integrate:
10510              missed the .sym files that are changed by regen_headers
10511              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
10512      Branch: perlio
10513            ! global.sym pp.sym sv.c
10514 ____________________________________________________________________________
10515 [  8495] By: nick                                  on 2001/01/21  11:51:07
10516         Log: Integrate mainline.
10517      Branch: perlio
10518           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
10519           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
10520           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
10521           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
10522           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
10523           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
10524           !> win32/Makefile win32/makefile.mk
10525 ____________________________________________________________________________
10526 [  8494] By: jhi                                   on 2001/01/20  23:12:11
10527         Log: Forgot the expect_number() prototype.
10528      Branch: perl
10529            ! embed.h embed.pl proto.h
10530 ____________________________________________________________________________
10531 [  8493] By: jhi                                   on 2001/01/20  22:56:39
10532         Log: Subject: [PATCH: perl@8482] README.vms URL updates
10533              From: Peter Prymmer <pvhp@forte.com>
10534              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
10535              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
10536              
10537              Plus Craig A. Berry's suggestion to use compaq.com instead
10538              of digital.com.
10539      Branch: perl
10540            ! README.vms
10541 ____________________________________________________________________________
10542 [  8492] By: jhi                                   on 2001/01/20  22:50:05
10543         Log: Memory management calls documentation.
10544      Branch: perl
10545            ! pod/perlguts.pod
10546 ____________________________________________________________________________
10547 [  8491] By: jhi                                   on 2001/01/20  22:38:33
10548         Log: Signedness nit plus few memcpy/Copy nits.
10549      Branch: perl
10550            ! sv.c
10551 ____________________________________________________________________________
10552 [  8490] By: jhi                                   on 2001/01/20  22:25:53
10553         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
10554              From: Peter Prymmer <pvhp@forte.com>
10555              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
10556              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
10557      Branch: perl
10558            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
10559 ____________________________________________________________________________
10560 [  8489] By: jhi                                   on 2001/01/20  22:24:41
10561         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
10562              From: Peter Prymmer <pvhp@forte.com>
10563              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
10564              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
10565      Branch: perl
10566            ! win32/Makefile win32/makefile.mk
10567 ____________________________________________________________________________
10568 [  8488] By: jhi                                   on 2001/01/20  22:22:27
10569         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
10570              From: Peter Prymmer <pvhp@forte.com>
10571              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
10572              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
10573      Branch: perl
10574            ! Makefile.SH
10575 ____________________________________________________________________________
10576 [  8487] By: jhi                                   on 2001/01/20  22:21:18
10577         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
10578              From: Peter Prymmer <pvhp@forte.com>
10579              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
10580              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
10581      Branch: perl
10582            + ext/DynaLoader/dl_dllload.xs
10583            ! MANIFEST Makefile.SH hints/os390.sh
10584 ____________________________________________________________________________
10585 [  8486] By: jhi                                   on 2001/01/20  22:17:53
10586         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
10587              From: Peter Prymmer <pvhp@forte.com>
10588              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
10589              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
10590      Branch: perl
10591            ! README.os390 README.posix-bc
10592 ____________________________________________________________________________
10593 [  8485] By: jhi                                   on 2001/01/20  20:15:30
10594         Log: Document and test the new qu operator.
10595      Branch: perl
10596            + t/op/qu.t
10597            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
10598            ! pod/perlretut.pod pod/perlunicode.pod
10599 ____________________________________________________________________________
10600 [  8484] By: nick                                  on 2001/01/20  19:42:30
10601         Log: Infrastructure to allow:
10602              open($fh,"|-",@array);
10603              to be implemented
10604              i.e. mark pp_open as needing a stack mark, and make pp_open
10605              process its args in that style (and pass them _all_ to tied handles OPEN).
10606              Invent do_openn() which takes SV ** at allow it to see multiple args.
10607              Note this does not _do_ anything yet.
10608      Branch: perlio
10609            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
10610            ! perlapi.c pp_proto.h pp_sys.c proto.h
10611 ____________________________________________________________________________
10612 [  8483] By: nick                                  on 2001/01/20  17:23:14
10613         Log: Integrate mainline.
10614      Branch: perlio
10615           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
10616           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
10617 ____________________________________________________________________________
10618 [  8482] By: jhi                                   on 2001/01/19  15:37:49
10619         Log: Update Changes.
10620      Branch: perl
10621            ! Changes patchlevel.h
10622 ____________________________________________________________________________
10623 [  8481] By: jhi                                   on 2001/01/19  14:41:24
10624         Log: Subject: Re: new feature: s?printf parameter reordering 
10625              From: Hugo <hv@crypt.compulink.co.uk>
10626              Date: Thu, 11 Jan 2001 17:09:03 +0000
10627              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
10628              
10629              - support reordering for all parameters: %, *v, *, .*
10630              - lay down that the reordering specification must immediately
10631              follow that parameter: %3$, *v3$, *3$, .*3$
10632              - fix vectorisation of a zero-length string
10633              - factor out the code choosing the argument to format
10634              
10635              Possibly unwanted side-effects:
10636              - the special format specifiers ' +-0' must now precede any
10637              vectorisation specifier. Tests in op/sprintf and op/ver
10638              have been changed to reflect this.
10639              - sprintf.t test #214 changed its expectations because in many
10640              cases, the next parameter has already been consumed when an
10641              invalid type letter is detected.
10642              
10643              Probably wanted side-effects:
10644              - attempts to format a non-existent parameter will warn as if C<undef>
10645              - attempt to write to non-existent parameter with '%n' will complain
10646              of "attempt to modify read-only value" instead of being silent
10647      Branch: perl
10648            ! sv.c t/op/sprintf.t t/op/ver.t
10649 ____________________________________________________________________________
10650 [  8480] By: jhi                                   on 2001/01/19  14:08:37
10651         Log: Subject: PATCH pragma/locale.t
10652              From: andreas.koenig@anima.de (Andreas J. Koenig)
10653              Date: 18 Jan 2001 09:45:37 +0100
10654              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
10655      Branch: perl
10656            ! t/pragma/locale.t
10657 ____________________________________________________________________________
10658 [  8479] By: jhi                                   on 2001/01/19  13:19:58
10659         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
10660      Branch: perl
10661            ! configure.com
10662 ____________________________________________________________________________
10663 [  8478] By: jhi                                   on 2001/01/19  02:12:35
10664         Log: Automate 1_compile.t.
10665      Branch: perl
10666            ! t/lib/1_compile.t
10667 ____________________________________________________________________________
10668 [  8477] By: jhi                                   on 2001/01/19  01:49:56
10669         Log: Integrate perlio.
10670      Branch: perl
10671           !> sv.c win32/config.bc win32/config.gc win32/config.vc
10672           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10673 ____________________________________________________________________________
10674 [  8476] By: nick                                  on 2001/01/18  21:51:52
10675         Log: Integrate mainline
10676      Branch: perlio
10677           +> t/lib/1_compile.t t/lib/compmod.pl
10678           !> MANIFEST configure.com lib/unicode/distinct.pm
10679 ____________________________________________________________________________
10680 [  8475] By: nick                                  on 2001/01/18  21:48:02
10681         Log: Win32 "safe signals" co-existance fix.
10682              Fix SIG_SIZE value.
10683              Clear PL_sig_pending when cloning (fork).
10684      Branch: perlio
10685            ! sv.c win32/config.bc win32/config.gc win32/config.vc
10686            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10687 ____________________________________________________________________________
10688 [  8474] By: jhi                                   on 2001/01/18  14:40:57
10689         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
10690      Branch: perl
10691            ! t/lib/1_compile.t
10692 ____________________________________________________________________________
10693 [  8473] By: gsar                                  on 2001/01/18  11:42:31
10694         Log: unsubmitted trial1 change
10695      Branch: maint-5.6/perl
10696            ! Changes
10697 ____________________________________________________________________________
10698 [  8472] By: jhi                                   on 2001/01/18  04:30:24
10699         Log: The first bug found by 1_compile.t.
10700      Branch: perl
10701            ! lib/unicode/distinct.pm
10702 ____________________________________________________________________________
10703 [  8471] By: jhi                                   on 2001/01/18  04:29:42
10704         Log: Add Schwern's 1_compile test.  The compile_module script renamed
10705              to be a bit shorter for the 8.3 people.
10706      Branch: perl
10707            + t/lib/1_compile.t t/lib/compmod.pl
10708            ! MANIFEST
10709 ____________________________________________________________________________
10710 [  8470] By: jhi                                   on 2001/01/18  04:16:00
10711         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
10712              From: Peter Prymmer <pvhp@forte.com>
10713              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10714              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10715              Replace #8463.
10716      Branch: maint-5.6/perl
10717            ! configure.com
10718 ____________________________________________________________________________
10719 [  8469] By: jhi                                   on 2001/01/18  04:13:02
10720         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
10721              From: Peter Prymmer <pvhp@forte.com>
10722              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10723              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10724              Replace #8462.
10725      Branch: perl
10726            ! configure.com
10727 ____________________________________________________________________________
10728 [  8468] By: jhi                                   on 2001/01/18  03:42:08
10729         Log: Integrate perlio.
10730      Branch: perl
10731           !> gv.c mg.c perlio.c util.c
10732 ____________________________________________________________________________
10733 [  8467] By: nick                                  on 2001/01/17  22:41:10
10734         Log: "Safe" signals - trial implementation.
10735              gv.c tweaked to zero PL_sig_pend array
10736              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
10737              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
10738              Odd thing is that it "works" with PERLIO=stdio as well (linux).
10739      Branch: perlio
10740            ! gv.c mg.c perlio.c util.c
10741 ____________________________________________________________________________
10742 [  8466] By: nick                                  on 2001/01/17  20:40:20
10743         Log: Integrate mainline.
10744      Branch: perlio
10745           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10746           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10747           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
10748           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10749           !> vos/config.ga.h win32/config.bc win32/config.gc
10750           !> win32/config.vc
10751 ____________________________________________________________________________
10752 [  8465] By: jhi                                   on 2001/01/17  18:37:13
10753         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10754              From: Nicholas Clark <nick@ccl4.org>
10755              Date: Wed, 17 Jan 2001 17:31:33 +0000
10756              Message-ID: <20010117173133.I2633@plum.flirble.org>
10757      Branch: perl
10758            ! t/op/int.t
10759 ____________________________________________________________________________
10760 [  8464] By: jhi                                   on 2001/01/17  14:43:17
10761         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10762              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10763              Date: Wed, 17 Jan 2001 15:16:43 +0100
10764              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
10765              
10766              pp_int() was dropping an NV to the floor,
10767              int(279964589018079/59) either returned not an integer
10768              4745162525730.15, or one got "Attempt to free unreferenced scalar."
10769      Branch: perl
10770            ! pp.c
10771 ____________________________________________________________________________
10772 [  8463] By: jhi                                   on 2001/01/17  06:12:42
10773         Log: (Replaced by #8470)
10774              
10775              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
10776              From: "Craig A. Berry" <craigberry@mac.com>
10777              Date: Tue, 16 Jan 2001 23:38:46 -0600
10778              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10779      Branch: maint-5.6/perl
10780            ! configure.com
10781 ____________________________________________________________________________
10782 [  8462] By: jhi                                   on 2001/01/17  06:11:31
10783         Log: (Replaced by #8469)
10784              
10785              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
10786              From: "Craig A. Berry" <craigberry@mac.com>
10787              Date: Tue, 16 Jan 2001 23:38:46 -0600
10788              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10789      Branch: perl
10790            ! configure.com
10791 ____________________________________________________________________________
10792 [  8461] By: jhi                                   on 2001/01/17  05:56:12
10793         Log: Allow for one trailing slash in the directory of mkdir().
10794      Branch: perl
10795            ! pp_sys.c
10796 ____________________________________________________________________________
10797 [  8460] By: jhi                                   on 2001/01/17  03:26:01
10798         Log: Metaconfig unit changes for #8459.
10799      Branch: metaconfig
10800            ! U/modified/Loc.U U/modified/sig_name.U
10801 ____________________________________________________________________________
10802 [  8459] By: jhi                                   on 2001/01/17  03:24:48
10803         Log: Define SIG_SIZE, the number of elements in the sig_name and
10804              sig_num arrays, including the final NULL entry.
10805      Branch: perl
10806            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10807            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10808            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
10809            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10810            ! win32/config.bc win32/config.gc win32/config.vc
10811 ____________________________________________________________________________
10812 [  8458] By: jhi                                   on 2001/01/17  01:41:33
10813         Log: Integrate perlio.
10814      Branch: perl
10815           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10816           !> perlapi.h proto.h sv.c
10817 ____________________________________________________________________________
10818 [  8457] By: nick                                  on 2001/01/16  22:07:26
10819         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
10820              Provides all the "cost" but no benefit yet - it is to allow cost
10821              to be measured, and implementation experiments (just in mg.c?).
10822      Branch: perlio
10823            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10824            ! perlapi.h proto.h sv.c
10825 ____________________________________________________________________________
10826 [  8456] By: nick                                  on 2001/01/16  21:07:07
10827         Log: Integrate mainline.
10828      Branch: perlio
10829           !> (integrate 51 files)
10830 ____________________________________________________________________________
10831 [  8455] By: jhi                                   on 2001/01/16  18:13:43
10832         Log: Subject: [PATCH] regcomp.c old feature removal
10833              From: mjd@plover.com
10834              Date: 16 Jan 2001 14:43:18 -0000 
10835              Message-ID: <20010116144318.7140.qmail@plover.com> 
10836      Branch: perl
10837            ! regcomp.c
10838 ____________________________________________________________________________
10839 [  8454] By: jhi                                   on 2001/01/16  16:12:39
10840         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
10841              From: "Indy Singh" <indy@nusphere.com>
10842              Date: Wed, 10 Jan 2001 20:17:49 -0500
10843              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
10844      Branch: maint-5.6/perl
10845            ! win32/Makefile
10846 ____________________________________________________________________________
10847 [  8453] By: jhi                                   on 2001/01/16  16:09:33
10848         Log: Update Changes.
10849      Branch: perl
10850            ! Changes patchlevel.h
10851 ____________________________________________________________________________
10852 [  8452] By: jhi                                   on 2001/01/16  15:42:04
10853         Log: Subject: Re: API Cleanup
10854              To: perl5-porters@perl.org
10855              Date: Tue, 16 Jan 2001 13:42:30 +0000
10856              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
10857              
10858              Subject: [PATCH] utf8.c documentation
10859              From: Simon Cozens <simon@cozens.net>
10860              Date: Tue, 16 Jan 2001 13:52:48 +0000
10861              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
10862              
10863              Subject: Re: API Cleanup
10864              From: Simon Cozens <simon@cozens.net>
10865              Date: Tue, 16 Jan 2001 14:58:55 +0000
10866              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
10867              
10868              UTF-8 doc patches.
10869      Branch: perl
10870            ! embed.pl pod/perlapi.pod utf8.c
10871 ____________________________________________________________________________
10872 [  8451] By: jhi                                   on 2001/01/16  14:41:39
10873         Log: podlators 1.07, from Russ Allbery.
10874      Branch: perl
10875            ! lib/Pod/Man.pm
10876 ____________________________________________________________________________
10877 [  8450] By: jhi                                   on 2001/01/16  14:24:19
10878         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
10879              From: "Indy Singh" <indy@nusphere.com>
10880              Date: Mon, 15 Jan 2001 20:59:40 -0500
10881              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
10882      Branch: perl
10883            ! win32/Makefile
10884 ____________________________________________________________________________
10885 [  8449] By: jhi                                   on 2001/01/16  03:42:55
10886         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
10887              at the setting of the ofs_sv in new_struct_thread() as the
10888              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
10889              that invited a core dump.
10890      Branch: perl
10891            ! util.c
10892 ____________________________________________________________________________
10893 [  8448] By: jhi                                   on 2001/01/16  01:49:07
10894         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
10895              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10896              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
10897              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
10898              
10899              Replace #8444 and #8445.
10900      Branch: perl
10901            ! ext/B/B.xs ext/B/B/Debug.pm
10902 ____________________________________________________________________________
10903 [  8447] By: jhi                                   on 2001/01/15  21:05:35
10904         Log: Subject: [PATCH] API Variable documentation   
10905              From: Simon Cozens <simon@cozens.net>
10906              Date: Mon, 15 Jan 2001 19:35:54 +0000
10907              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
10908      Branch: perl
10909            ! pod/perlapi.pod thrdvar.h
10910 ____________________________________________________________________________
10911 [  8446] By: jhi                                   on 2001/01/15  20:49:20
10912         Log: Signedness nit.
10913      Branch: perl
10914            ! pp_ctl.c
10915 ____________________________________________________________________________
10916 [  8445] By: jhi                                   on 2001/01/15  20:28:48
10917         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
10918      Branch: perl
10919            ! ext/B/B/Debug.pm
10920 ____________________________________________________________________________
10921 [  8444] By: jhi                                   on 2001/01/15  13:09:10
10922         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
10923      Branch: perl
10924            ! ext/B/B.xs
10925 ____________________________________________________________________________
10926 [  8443] By: jhi                                   on 2001/01/15  13:06:26
10927         Log: Missing from #8439.
10928      Branch: perl
10929            ! keywords.h mg.c
10930 ____________________________________________________________________________
10931 [  8442] By: jhi                                   on 2001/01/15  13:02:38
10932         Log: Subject: [PATCH @8436] Eliminate op_children
10933              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10934              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
10935              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
10936              
10937              Subject: [PATCH @8436] Re: Eliminate op_children
10938              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10939              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
10940              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
10941      Branch: perl
10942            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10943            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10944            ! op.c op.h
10945 ____________________________________________________________________________
10946 [  8441] By: jhi                                   on 2001/01/15  12:57:08
10947         Log: Use the /^Perl_/-less form of is_lvalue_sub().
10948      Branch: perl
10949            ! pp.h
10950 ____________________________________________________________________________
10951 [  8440] By: jhi                                   on 2001/01/15  05:13:09
10952         Log: Revert #8437 and #8438, the Linux large files story is more complex.
10953      Branch: metaconfig/U/perl
10954            ! d_fpos64_t.U d_off64_t.U
10955      Branch: perl
10956            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10957            ! config_h.SH configure.com epoc/config.sh perl.h
10958            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10959            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10960            ! win32/config.bc win32/config.gc win32/config.vc
10961 ____________________________________________________________________________
10962 [  8439] By: jhi                                   on 2001/01/15  05:02:24
10963         Log: More UTF-8 patches from Inaba Hiroto.
10964              - The substr lval was still not okay.
10965              - Now pp_stringify and sv_setsv copies source's UTF8 flag
10966              even if IN_BYTE.  pp_stringify is called from fold_constants
10967              at optimization phase and "\x{100}" was made SvUTF8_off under
10968              use bytes (the bytes pragma is for "byte semantics" and not
10969              for "do not produce UTF8 data")
10970              - New `qu' operator to generate UTF8 string explicitly.
10971              Though I agree with the policy "0x00-0xff always produce bytes",
10972              sometimes want to such a string to be coded in UTF8.
10973              I can use pack"U0a*" but it requires more typing and has
10974              runtime overhead.
10975              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
10976              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
10977              string is not UTF8_on and has char 0x80-0xff.
10978              
10979              TODO: document and test qu.
10980      Branch: perl
10981            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
10982            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
10983            ! toke.c
10984 ____________________________________________________________________________
10985 [  8438] By: jhi                                   on 2001/01/14  05:10:23
10986         Log: Metaconfig unit changes for #8437.
10987      Branch: metaconfig/U/perl
10988            ! d_fpos64_t.U d_off64_t.U
10989 ____________________________________________________________________________
10990 [  8437] By: jhi                                   on 2001/01/14  04:55:34
10991         Log: Add <features.h> probing, seems to be needed for (some?)
10992              Linux largefileness.
10993      Branch: perl
10994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10995            ! config_h.SH configure.com epoc/config.sh perl.h
10996            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10997            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10998            ! win32/config.bc win32/config.gc win32/config.vc
10999 ____________________________________________________________________________
11000 [  8436] By: jhi                                   on 2001/01/13  17:47:21
11001         Log: Tighten some of the tests a bit.
11002      Branch: perl
11003            ! t/pragma/utf8.t
11004 ____________________________________________________________________________
11005 [  8435] By: jhi                                   on 2001/01/13  17:31:54
11006         Log: Integrate perlio.
11007      Branch: perl
11008           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
11009           !> win32/config_H.gc win32/config_H.vc
11010 ____________________________________________________________________________
11011 [  8434] By: nick                                  on 2001/01/13  11:36:53
11012         Log: Run dmake regen_config_h for Win32
11013      Branch: perlio
11014            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11015 ____________________________________________________________________________
11016 [  8433] By: nick                                  on 2001/01/13  11:31:55
11017         Log: VMS friendly patch to Encode compile process
11018      Branch: perlio
11019            ! ext/Encode/Makefile.PL ext/Encode/compile
11020 ____________________________________________________________________________
11021 [  8432] By: nick                                  on 2001/01/13  11:06:44
11022         Log: Integrate mainline
11023      Branch: perlio
11024           +> ext/B/B/Concise.pm
11025           !> (integrate 52 files)
11026 ____________________________________________________________________________
11027 [  8431] By: jhi                                   on 2001/01/13  05:55:55
11028         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
11029              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11030              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
11031              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
11032      Branch: perl
11033            ! ext/B/B/Concise.pm
11034 ____________________________________________________________________________
11035 [  8430] By: jhi                                   on 2001/01/13  04:24:18
11036         Log: The LVRET macro needed an aTHX.
11037      Branch: perl
11038            ! pp.h
11039 ____________________________________________________________________________
11040 [  8429] By: jhi                                   on 2001/01/13  02:12:42
11041         Log: Update Changes.
11042      Branch: perl
11043            ! Changes patchlevel.h
11044 ____________________________________________________________________________
11045 [  8428] By: jhi                                   on 2001/01/13  02:08:50
11046         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
11047              From: Peter Prymmer <pvhp@forte.com>
11048              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
11049              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
11050              
11051              Add a BEGIN guard for sloppy floating point division.
11052      Branch: perl
11053            ! lib/Math/BigInt.pm lib/bigint.pl
11054 ____________________________________________________________________________
11055 [  8427] By: jhi                                   on 2001/01/13  01:47:16
11056         Log: The B::Terse drop-in replacement wasn't quite drop-in.
11057      Branch: perl
11058            ! ext/B/B/Terse.pm
11059 ____________________________________________________________________________
11060 [  8426] By: jhi                                   on 2001/01/12  21:20:43
11061         Log: Use UVXf.
11062      Branch: perl
11063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11064            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
11065            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
11066            ! vos/config.ga.def vos/config.ga.h win32/config.bc
11067            ! win32/config.gc win32/config.vc
11068 ____________________________________________________________________________
11069 [  8425] By: jhi                                   on 2001/01/12  20:20:14
11070         Log: Subject: [PATCH perl@8342] -Wformat
11071              From: Robin Barker <rmb1@cise.npl.co.uk>
11072              Date: Fri, 12 Jan 2001 20:03:14 GMT
11073              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
11074      Branch: perl
11075            ! ext/Encode/Encode.xs mg.c sv.c toke.c
11076 ____________________________________________________________________________
11077 [  8424] By: jhi                                   on 2001/01/12  20:01:48
11078         Log: Subject: B::Concise -- an improved replacement for B::Terse 
11079              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11080              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
11081              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
11082      Branch: perl
11083            + ext/B/B/Concise.pm
11084            ! MANIFEST ext/B/B/Terse.pm
11085 ____________________________________________________________________________
11086 [  8423] By: jhi                                   on 2001/01/12  19:24:02
11087         Log: The new metaconfig unit from the #8421.
11088      Branch: metaconfig/U/perl
11089            + d_sigprocmask.U
11090 ____________________________________________________________________________
11091 [  8422] By: jhi                                   on 2001/01/12  19:23:43
11092         Log: Forgot the microperl config from the #8421.
11093      Branch: perl
11094            ! uconfig.h uconfig.sh
11095 ____________________________________________________________________________
11096 [  8421] By: jhi                                   on 2001/01/12  19:05:27
11097         Log: Add sigprocmask() probe, regen Configure, regen toc.
11098      Branch: perl
11099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11100            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
11101            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11102            ! vos/config.ga.h win32/config.bc win32/config.gc
11103            ! win32/config.vc
11104 ____________________________________________________________________________
11105 [  8420] By: jhi                                   on 2001/01/12  18:34:31
11106         Log: Add sockatmark() to the todo list.
11107      Branch: perl
11108            ! Todo-5.6
11109 ____________________________________________________________________________
11110 [  8419] By: jhi                                   on 2001/01/12  18:09:46
11111         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
11112      Branch: perl
11113            ! op.c
11114 ____________________________________________________________________________
11115 [  8418] By: jhi                                   on 2001/01/12  18:05:30
11116         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
11117              From: Radu Greab <radu@netsoft.ro>
11118              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
11119              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
11120      Branch: perl
11121            ! op.c t/pragma/sub_lval.t
11122 ____________________________________________________________________________
11123 [  8417] By: jhi                                   on 2001/01/12  16:09:09
11124         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
11125              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
11126              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
11127              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
11128      Branch: perl
11129            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
11130            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
11131            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
11132            ! t/pragma/sub_lval.t toke.c
11133 ____________________________________________________________________________
11134 [  8416] By: jhi                                   on 2001/01/12  15:42:06
11135         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
11136              From: "Richard Soderberg" <rs@crystalflame.net>
11137              Date: Fri, 12 Jan 2001 04:49:35 -0800
11138              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
11139              
11140              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
11141              according to the platform.
11142      Branch: perl
11143            ! op.c
11144 ____________________________________________________________________________
11145 [  8415] By: jhi                                   on 2001/01/12  15:33:41
11146         Log: One more UTF-8 fix from Inaba Hiroto.
11147      Branch: perl
11148            ! pp.c regexec.c t/pragma/utf8.t
11149 ____________________________________________________________________________
11150 [  8414] By: jhi                                   on 2001/01/12  15:30:18
11151         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
11152      Branch: perl
11153            ! regexec.c
11154 ____________________________________________________________________________
11155 [  8413] By: jhi                                   on 2001/01/12  15:22:10
11156         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
11157              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11158              Date: Thu, 11 Jan 2001 12:53:36 +0100
11159              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
11160      Branch: perl
11161            ! toke.c
11162 ____________________________________________________________________________
11163 [  8412] By: jhi                                   on 2001/01/12  15:20:25
11164         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
11165              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11166              Date: Fri, 12 Jan 2001 14:37:55 +0100
11167              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
11168      Branch: perl
11169            ! hints/posix-bc.sh
11170 ____________________________________________________________________________
11171 [  8411] By: jhi                                   on 2001/01/12  15:14:14
11172         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
11173              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11174              Date: Fri, 12 Jan 2001 10:42:21 +0100
11175              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
11176      Branch: perl
11177            ! t/op/regmesg.t
11178 ____________________________________________________________________________
11179 [  8410] By: jhi                                   on 2001/01/12  05:48:55
11180         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
11181              From: Nicholas Clark <nick@ccl4.org> 
11182              Date: Sun, 7 Jan 2001 19:47:14 +0000
11183              Message-ID: <20010107194714.B1048@plum.flirble.org>
11184      Branch: perl
11185            ! t/op/numconvert.t
11186 ____________________________________________________________________________
11187 [  8409] By: jhi                                   on 2001/01/12  05:41:28
11188         Log: Integrate perlio.
11189      Branch: perl
11190           !> mg.c scope.h
11191 ____________________________________________________________________________
11192 [  8408] By: nick                                  on 2001/01/11  22:43:28
11193         Log: Remove variables that were used in experiments.
11194      Branch: perlio
11195            ! mg.c
11196 ____________________________________________________________________________
11197 [  8407] By: nick                                  on 2001/01/11  20:57:44
11198         Log: Catch die in %SIG handler and unblock the signal before re-dying.
11199              This make Linux work _without_ sigsetjmp().
11200              Turn off sigsetjmp() to see what else it does.
11201              May need Configure probe for sigprocmask() if anything has sigaction()
11202              but not sigprocmask().
11203      Branch: perlio
11204            ! mg.c scope.h
11205 ____________________________________________________________________________
11206 [  8406] By: nick                                  on 2001/01/11  19:32:07
11207         Log: Integrate mainline
11208      Branch: perlio
11209           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
11210           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
11211           !> t/op/substr.t
11212 ____________________________________________________________________________
11213 [  8405] By: jhi                                   on 2001/01/11  17:11:01
11214         Log: Fix UTF-8 lval substr().
11215      Branch: perl
11216            ! mg.c t/op/substr.t
11217 ____________________________________________________________________________
11218 [  8404] By: jhi                                   on 2001/01/11  05:13:58
11219         Log: Update Changes.
11220      Branch: perl
11221            ! Changes patchlevel.h
11222 ____________________________________________________________________________
11223 [  8403] By: jhi                                   on 2001/01/11  04:38:24
11224         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
11225              From: Hugo <hv@crypt.compulink.co.uk>
11226              Date: Mon, 30 Oct 2000 01:33:26 +0000
11227              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
11228      Branch: perl
11229            ! regexec.c t/op/re_tests
11230 ____________________________________________________________________________
11231 [  8402] By: jhi                                   on 2001/01/11  04:26:12
11232         Log: Integrate perlio.
11233      Branch: perl
11234           !> scope.h util.c
11235 ____________________________________________________________________________
11236 [  8401] By: nick                                  on 2001/01/10  22:52:55
11237         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
11238              (So Alan and Ilya can try setting via hints.)
11239              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
11240              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
11241              doing the save everywhere seems to restart read() correctly, but just
11242              doing it once "round" the handler does not.
11243      Branch: perlio
11244            ! scope.h
11245 ____________________________________________________________________________
11246 [  8400] By: jhi                                   on 2001/01/10  21:57:54
11247         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
11248              of IRIX, HP-UX is unaffected.
11249      Branch: perl
11250            ! perl.h
11251 ____________________________________________________________________________
11252 [  8399] By: nick                                  on 2001/01/10  21:29:19
11253         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
11254      Branch: perlio
11255            ! util.c
11256 ____________________________________________________________________________
11257 [  8398] By: jhi                                   on 2001/01/10  20:55:31
11258         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
11259              also have ReusePort.
11260      Branch: perl
11261            ! ext/IO/lib/IO/Socket/INET.pm
11262 ____________________________________________________________________________
11263 [  8397] By: jhi                                   on 2001/01/10  20:50:57
11264         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
11265              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
11266              Date: Wed, 10 Jan 2001 01:38:13 -0800
11267              Message-ID: <20010110013813.B41744@yahoo-inc.com>
11268      Branch: perl
11269            ! ext/IO/lib/IO/Socket/INET.pm
11270 ____________________________________________________________________________
11271 [  8396] By: jhi                                   on 2001/01/10  20:49:30
11272         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
11273              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
11274              Date: Wed, 10 Jan 2001 01:37:32 -0800
11275              Message-ID: <20010110013732.A41744@yahoo-inc.com>
11276      Branch: perl
11277            ! ext/Socket/Socket.pm
11278 ____________________________________________________________________________
11279 [  8395] By: jhi                                   on 2001/01/10  20:41:37
11280         Log: Test for bug id 20010105.016 (fixed by #8378).
11281      Branch: perl
11282            ! t/op/split.t
11283 ____________________________________________________________________________
11284 [  8394] By: jhi                                   on 2001/01/10  20:26:32
11285         Log: Integrate perlio.
11286      Branch: perl
11287            ! util.c
11288 ____________________________________________________________________________
11289 [  8393] By: nick                                  on 2001/01/10  19:34:30
11290         Log: Back out Simon's pid hackery for now.
11291      Branch: perlio
11292            ! util.c
11293 ____________________________________________________________________________
11294 [  8392] By: nick                                  on 2001/01/10  19:23:13
11295         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
11296      Branch: perlio
11297           !> (integrate 29 files)
11298 ____________________________________________________________________________
11299 [  8391] By: jhi                                   on 2001/01/10  18:43:15
11300         Log: Subject: [PATCH] Fix my_pclose segfault
11301              From: Simon Cozens <simon@cozens.net>
11302              Date: Wed, 10 Jan 2001 18:39:35 +0000
11303              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
11304      Branch: perl
11305            ! util.c
11306 ____________________________________________________________________________
11307 [  8390] By: jhi                                   on 2001/01/10  18:42:08
11308         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
11309              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11310              Date:     Wed, 10 Jan 2001 13:23:02 EST
11311              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
11312      Branch: perl
11313            ! ext/Opcode/Opcode.xs
11314 ____________________________________________________________________________
11315 [  8389] By: jhi                                   on 2001/01/10  15:16:07
11316         Log: Turn off the integer preservation for now.
11317      Branch: perl
11318            ! perl.h
11319 ____________________________________________________________________________
11320 [  8388] By: jhi                                   on 2001/01/10  15:01:25
11321         Log: Few more IDE/editor nits from p5p.
11322      Branch: perl
11323            ! pod/perlfaq3.pod
11324 ____________________________________________________________________________
11325 [  8387] By: jhi                                   on 2001/01/10  06:53:16
11326         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
11327              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
11328              Date: Tue, 9 Jan 2001 23:16:02 +0000
11329              Message-ID: <20010109231602.A81101@plum.flirble.org>
11330      Branch: perl
11331            ! sv.c
11332 ____________________________________________________________________________
11333 [  8386] By: jhi                                   on 2001/01/10  03:17:54
11334         Log: Test cases for #8385 (from Simon's "torture.pl")
11335      Branch: perl
11336            ! t/op/tr.t
11337 ____________________________________________________________________________
11338 [  8385] By: jhi                                   on 2001/01/10  03:17:11
11339         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
11340              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
11341              Date: Wed, 10 Jan 2001 11:39:39 +0900
11342              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
11343              
11344              Some more UTF-8 tr cases fixed.
11345      Branch: perl
11346            ! doop.c
11347 ____________________________________________________________________________
11348 [  8384] By: jhi                                   on 2001/01/09  22:45:40
11349         Log: Allow the locale test needing POSIX and the taint test
11350              needing IPC::SysV to run under 'minitest' (basically,
11351              bail out if loading the extension fails)
11352      Branch: perl
11353            ! t/op/misc.t t/op/taint.t
11354 ____________________________________________________________________________
11355 [  8383] By: jhi                                   on 2001/01/09  21:36:04
11356         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
11357              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11358              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
11359              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
11360      Branch: perl
11361            ! t/io/openpid.t
11362 ____________________________________________________________________________
11363 [  8382] By: jhi                                   on 2001/01/09  21:06:08
11364         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
11365              Should finish up the bug id 20001205.022.
11366      Branch: perl
11367            ! pp.c pp_hot.c scope.c
11368 ____________________________________________________________________________
11369 [  8381] By: jhi                                   on 2001/01/09  18:27:43
11370         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
11371              From: Andy Dougherty <doughera@lafayette.edu>
11372              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
11373              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
11374              
11375              More robust yacc/bison error detection.
11376      Branch: perl
11377            ! t/comp/proto.t
11378 ____________________________________________________________________________
11379 [  8380] By: jhi                                   on 2001/01/09  15:21:38
11380         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
11381              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11382              Date:     Tue, 9 Jan 2001 07:53:55 EST
11383              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
11384      Branch: perl
11385            ! t/op/misc.t vms/test.com
11386 ____________________________________________________________________________
11387 [  8379] By: jhi                                   on 2001/01/09  15:20:38
11388         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
11389              From: jhi@cc.hut.fi
11390              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
11391              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
11392              
11393              The #8378 fixed this.
11394      Branch: perl
11395            ! t/op/tr.t
11396 ____________________________________________________________________________
11397 [  8378] By: jhi                                   on 2001/01/09  15:05:32
11398         Log: Subject: One more patch for UTF8 
11399              From: Inaba Hiroto <inaba@st.rim.or.jp>
11400              Date: Tue, 09 Jan 2001 01:04:32 +0900
11401              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
11402              
11403              UTF-8 fixes for 'x' and tr///.
11404      Branch: perl
11405            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
11406            ! regcomp.c regexec.c toke.c utf8.c
11407 ____________________________________________________________________________
11408 [  8377] By: jhi                                   on 2001/01/09  14:32:17
11409         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
11410      Branch: perl
11411            ! t/op/length.t
11412 ____________________________________________________________________________
11413 [  8376] By: jhi                                   on 2001/01/09  04:32:32
11414         Log: integrate changes #7775, #8316, #8316 from mainline
11415      Branch: maint-5.6/perl
11416            ! hints/solaris_2.sh
11417 ____________________________________________________________________________
11418 [  8375] By: jhi                                   on 2001/01/09  04:26:43
11419         Log: Update Changes.
11420      Branch: perl
11421            ! Changes patchlevel.h
11422 ____________________________________________________________________________
11423 [  8374] By: jhi                                   on 2001/01/09  04:14:32
11424         Log: IDE/editor section tweaking.
11425      Branch: perl
11426            ! pod/perlfaq3.pod
11427 ____________________________________________________________________________
11428 [  8373] By: jhi                                   on 2001/01/09  02:38:26
11429         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
11430              From: Peter Prymmer <pvhp@forte.com>
11431              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
11432              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
11433              
11434              In preparation os OS/390 dynamic loading.
11435      Branch: perl
11436            ! README.os390 hints/os390.sh
11437 ____________________________________________________________________________
11438 [  8372] By: jhi                                   on 2001/01/09  00:24:30
11439         Log: Integrate with perlio.
11440      Branch: perl
11441           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
11442 ____________________________________________________________________________
11443 [  8371] By: nick                                  on 2001/01/08  23:54:33
11444         Log: Fix "scalars leaked" bugs caused by overload magic
11445              (Highlighted by Ilya's DESTROY optimization.)
11446      Branch: perlio
11447            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
11448 ____________________________________________________________________________
11449 [  8370] By: nick                                  on 2001/01/08  20:19:41
11450         Log: Integrate mainline
11451      Branch: perlio
11452           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
11453           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
11454           !> t/op/64bitint.t
11455 ____________________________________________________________________________
11456 [  8369] By: jhi                                   on 2001/01/08  17:30:52
11457         Log: save_delete() Safefree() doesn't (anymore?) work with shared
11458              strings, one test failure in op/misc and almost all of lib/b.
11459              (Outcomments #8369.)
11460      Branch: perl
11461            ! scope.c
11462 ____________________________________________________________________________
11463 [  8368] By: jhi                                   on 2001/01/08  14:47:10
11464         Log: (Outcommented by #8369.)
11465              
11466              Subject: Re: Perl BugID 20001205.022 ---- save_delete
11467              From: Simon Cozens <simon@cozens.net>
11468              Date: Sat, 6 Jan 2001 11:48:40 +0000
11469              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
11470              
11471              The save_delete() does need the Safefree.
11472      Branch: perl
11473            ! scope.c
11474 ____________________________________________________________________________
11475 [  8367] By: bailey                                on 2001/01/08  08:53:52
11476         Log: Once again syncing after too long an absence
11477      Branch: vmsperl
11478           +> (branch 55 files)
11479            - MAINTAIN fix_pl vos/config.def vos/config.h
11480            - vos/config_h.SH_orig
11481           !> (integrate 498 files)
11482 ____________________________________________________________________________
11483 [  8366] By: jhi                                   on 2001/01/08  02:42:59
11484         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
11485              From: nick@ccl4.org
11486              Date: Sun, 7 Jan 2001 21:07:18 +0000
11487              Message-Id: <20010107210717.D1048@plum.flirble.org>
11488      Branch: perl
11489            ! sv.c t/op/64bitint.t
11490 ____________________________________________________________________________
11491 [  8365] By: jhi                                   on 2001/01/08  02:35:16
11492         Log: Subject: [PATCH] environ nit
11493              From: Simon Cozens <simon@cozens.net>
11494              Date: Sun, 7 Jan 2001 17:57:07 +0000
11495              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
11496              
11497              Use environ only if we have it.
11498      Branch: perl
11499            ! mg.c
11500 ____________________________________________________________________________
11501 [  8364] By: jhi                                   on 2001/01/08  02:24:51
11502         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
11503      Branch: perl
11504            ! ext/GDBM_File/GDBM_File.xs
11505 ____________________________________________________________________________
11506 [  8363] By: jhi                                   on 2001/01/08  02:19:24
11507         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
11508              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11509              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
11510              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
11511      Branch: perl
11512            ! dump.c op.c
11513 ____________________________________________________________________________
11514 [  8362] By: jhi                                   on 2001/01/08  02:17:43
11515         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
11516              From: Doug MacEachern <dougm@covalent.net>
11517              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
11518              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
11519              
11520              Allow AUTOLOAD to be an xsub and allow such xsubs
11521              to avoid use of $AUTOLOAD.
11522      Branch: perl
11523            ! gv.c
11524 ____________________________________________________________________________
11525 [  8361] By: jhi                                   on 2001/01/08  02:16:07
11526         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11527              From: Radu Greab <radu@netsoft.ro>
11528              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
11529              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
11530              
11531              No need for the potentially unportable $SIG{CHLD}.
11532      Branch: perl
11533            ! t/io/pipe.t
11534 ____________________________________________________________________________
11535 [  8360] By: jhi                                   on 2001/01/08  01:58:23
11536         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
11537      Branch: perl
11538            ! lib/Getopt/Long.pm
11539 ____________________________________________________________________________
11540 [  8359] By: jhi                                   on 2001/01/08  01:55:44
11541         Log: Integrate perlio.
11542      Branch: perl
11543           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
11544           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
11545           !> utf8.c win32/Makefile
11546 ____________________________________________________________________________
11547 [  8358] By: jhi                                   on 2001/01/07  21:16:50
11548         Log: Update the EPOC cross SDK URL.
11549      Branch: perl
11550            ! README.epoc
11551 ____________________________________________________________________________
11552 [  8357] By: jhi                                   on 2001/01/07  21:16:09
11553         Log: Update the EPOC cross SDK URL.
11554      Branch: maint-5.6/perl
11555            ! README.epoc
11556 ____________________________________________________________________________
11557 [  8356] By: nick                                  on 2001/01/06  21:47:52
11558         Log: FILE * in XS code for PerlIO world:
11559              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
11560              - Add FILE * T_STDIO typemap.
11561              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
11562      Branch: perlio
11563            ! lib/ExtUtils/typemap perlio.c perlio.h
11564 ____________________________________________________________________________
11565 [  8355] By: jhi                                   on 2001/01/06  20:27:15
11566         Log: integrate change #8336 from mainline
11567              
11568              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
11569      Branch: maint-5.6/perl
11570            ! hv.c
11571 ____________________________________________________________________________
11572 [  8354] By: jhi                                   on 2001/01/06  20:24:29
11573         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11574              From: Robin Barker <rmb1@cise.npl.co.uk>
11575              Date: Fri, 22 Dec 2000 12:17:38 GMT
11576              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11577              
11578              The patch reformats some long =item lines so they give
11579              correct output via pod2man | nroff -man
11580              
11581              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11582              From: Robin Barker <rmb1@cise.npl.co.uk>
11583              Date: Tue, 2 Jan 2001 15:35:03 GMT
11584              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11585              
11586              Here is a _further_ patch which corrects a few more errors:
11587              * an empty C<=item> in CPAN.pm
11588              * patching the wrong file (pod/perlamiga.pod not README.amiga)
11589              * leaving empty C<=item>s which formatted incorrectly
11590              * over long C<=item>s revealed by latest patch to Pod::Man
11591      Branch: maint-5.6/perl
11592            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11593            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11594            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
11595            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11596            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
11597            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
11598 ____________________________________________________________________________
11599 [  8353] By: jhi                                   on 2001/01/06  20:21:10
11600         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
11601              
11602              UTF-8 hash keys.
11603      Branch: maint-5.6/perl
11604            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
11605 ____________________________________________________________________________
11606 [  8352] By: jhi                                   on 2001/01/06  20:18:44
11607         Log: Forgotten from #8438.
11608      Branch: maint-5.6/perl
11609            ! epoc/epocish.h
11610 ____________________________________________________________________________
11611 [  8351] By: jhi                                   on 2001/01/06  20:18:12
11612         Log: Forgotten from #8347.
11613      Branch: maint-5.6/perl
11614            ! config_h.SH
11615 ____________________________________________________________________________
11616 [  8350] By: jhi                                   on 2001/01/06  20:00:19
11617         Log: Thinko in #8347.
11618      Branch: maint-5.6/perl
11619            ! regcomp.c
11620 ____________________________________________________________________________
11621 [  8349] By: jhi                                   on 2001/01/06  18:05:30
11622         Log: Copy the FAQ3 IDE section from the development branch,
11623              changes originally by Peter Prymmer.
11624      Branch: maint-5.6/perl
11625            ! pod/perlfaq3.pod
11626 ____________________________________________________________________________
11627 [  8348] By: jhi                                   on 2001/01/06  18:03:02
11628         Log: EPOC updates for TRIAL1.
11629              
11630              Subject: [5.6.1 trial1] EPOC update
11631              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11632              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
11633              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
11634              
11635              Subject: epoc patch2 for perl-5.6.1-trial1
11636              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11637              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
11638              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
11639      Branch: maint-5.6/perl
11640            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
11641            ! epoc/epocish.c
11642 ____________________________________________________________________________
11643 [  8347] By: jhi                                   on 2001/01/06  17:29:10
11644         Log: integrate changes #7710,7824,7973 from mainline,
11645              plus VMS nits from Peter Prymmer and Dan Sugalski.
11646              
11647              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
11648              library (getprotobyname and getprotobynumber are outversioned by
11649              the same calls in libc, at least for xlc version 3.
11650              
11651              Add HAS_SBRK_PROTO.
11652              
11653              Fixes for signedness warnings noticed by VMSperlers.
11654      Branch: maint-5.6/perl
11655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11656            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
11657            ! sv.c vms/descrip_mms.template vos/config.alpha.def
11658            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11659            ! win32/config.bc win32/config.gc win32/config.vc
11660 ____________________________________________________________________________
11661 [  8346] By: nick                                  on 2001/01/06  14:36:01
11662         Log: Fixup accumulated integrate muddles (perlio == devperl again)
11663      Branch: perlio
11664            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
11665 ____________________________________________________________________________
11666 [  8345] By: nick                                  on 2001/01/06  14:24:58
11667         Log: Integrate mainline
11668      Branch: perlio
11669           !> (integrate 55 files)
11670 ____________________________________________________________________________
11671 [  8344] By: jhi                                   on 2001/01/06  02:24:02
11672         Log: Subject: [patch] PerlIO_cleanup() prototype
11673              From: Doug MacEachern <dougm@covalent.net>
11674              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
11675              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
11676      Branch: perl
11677            ! perlio.h
11678 ____________________________________________________________________________
11679 [  8343] By: jhi                                   on 2001/01/06  01:04:09
11680         Log: IRIX compiler noticed that the bof initialization might be
11681              bypassed by control flow.
11682      Branch: perl
11683            ! toke.c
11684 ____________________________________________________________________________
11685 [  8342] By: jhi                                   on 2001/01/06  00:10:48
11686         Log: Update Changes.
11687      Branch: perl
11688            ! Changes patchlevel.h
11689 ____________________________________________________________________________
11690 [  8341] By: jhi                                   on 2001/01/05  23:52:33
11691         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
11692      Branch: perl
11693            ! toke.c
11694 ____________________________________________________________________________
11695 [  8340] By: jhi                                   on 2001/01/05  22:44:08
11696         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11697              From: Radu Greab <radu@netsoft.ro>
11698              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
11699              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
11700      Branch: perl
11701            ! t/io/pipe.t util.c
11702 ____________________________________________________________________________
11703 [  8339] By: jhi                                   on 2001/01/05  22:35:17
11704         Log: Subject: [PATCH] format and rewording in perlfaq.pod
11705              From: Robin Barker <rmb1@cise.npl.co.uk>
11706              Date: Fri, 5 Jan 2001 18:51:20 GMT
11707              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
11708      Branch: perl
11709            ! pod/perlfaq.pod
11710 ____________________________________________________________________________
11711 [  8338] By: jhi                                   on 2001/01/05  22:31:17
11712         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
11713              From: Peter Prymmer <pvhp@forte.com>
11714              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
11715              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
11716      Branch: perl
11717            ! utils/perlbug.PL
11718 ____________________________________________________________________________
11719 [  8337] By: jhi                                   on 2001/01/05  18:15:11
11720         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11721              From: Robin Barker <rmb1@cise.npl.co.uk>
11722              Date: Tue, 2 Jan 2001 15:24:07 GMT
11723              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
11724              
11725              If you call configure as C<./Configure> or C<sh ./Configure>,
11726              $src is set to the absolute path name, not '.'.
11727              
11728              This, in turn, means -Dmksymlink tries to do its stuff because
11729              it does not think it is in the src directory.
11730              
11731              (plus a metaconfig nitfix)
11732      Branch: metaconfig
11733            ! U/compline/ccflags.U U/modified/src.U
11734      Branch: perl
11735            ! Configure config_h.SH
11736 ____________________________________________________________________________
11737 [  8336] By: jhi                                   on 2001/01/05  17:48:32
11738         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
11739              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11740              Message-ID: <3A5606C4.473D2226@uk.sun.com>
11741              Date: Fri, 05 Jan 2001 17:39:16 +0000
11742      Branch: perl
11743            ! hv.c
11744 ____________________________________________________________________________
11745 [  8335] By: jhi                                   on 2001/01/05  16:05:44
11746         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
11747      Branch: perl
11748            ! lib/Getopt/Long.pm
11749 ____________________________________________________________________________
11750 [  8334] By: jhi                                   on 2001/01/05  16:00:51
11751         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11752              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11753              Date: Fri, 05 Jan 2001 13:46:51 +0100
11754              Message-ID: <13693.978698811@nice.ram.loc>
11755              
11756              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11757              accurate reading of the "atime".  
11758      Branch: perl
11759            ! t/io/fs.t
11760 ____________________________________________________________________________
11761 [  8333] By: jhi                                   on 2001/01/05  15:57:37
11762         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
11763              From: Simon Cozens <simon@cozens.net>
11764              Date: Fri, 8 Dec 2000 13:33:31 +0000
11765              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
11766              
11767              A lost patch fragment.
11768      Branch: perl
11769            ! doop.c
11770 ____________________________________________________________________________
11771 [  8332] By: jhi                                   on 2001/01/05  15:40:42
11772         Log: Do away with strncpy() and a fixed length buffer.
11773      Branch: perl
11774            ! utf8.c
11775 ____________________________________________________________________________
11776 [  8331] By: jhi                                   on 2001/01/05  15:03:07
11777         Log: Tests for #8329 and #8330.
11778      Branch: perl
11779            ! t/op/bop.t
11780 ____________________________________________________________________________
11781 [  8330] By: jhi                                   on 2001/01/05  15:02:38
11782         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
11783              raw 8-bit form to the UTF-8 string.
11784      Branch: perl
11785            ! toke.c
11786 ____________________________________________________________________________
11787 [  8329] By: jhi                                   on 2001/01/05  14:55:13
11788         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
11789              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11790              Date: Fri, 5 Jan 2001 12:28:52 +0100
11791              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
11792              
11793              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
11794              no effect.  (changed the strncpy() to Copy())
11795      Branch: perl
11796            ! toke.c
11797 ____________________________________________________________________________
11798 [  8328] By: jhi                                   on 2001/01/05  06:44:27
11799         Log: UTF-8 cleanup.
11800      Branch: perl
11801            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
11802            ! regexec.c sv.c toke.c
11803 ____________________________________________________________________________
11804 [  8327] By: jhi                                   on 2001/01/05  01:11:29
11805         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
11806              From: Radu Greab <radu@netsoft.ro>
11807              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
11808              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
11809              
11810              Cleans up Harness to not use FileHandle, which uses IO.
11811      Branch: perl
11812            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11813 ____________________________________________________________________________
11814 [  8326] By: jhi                                   on 2001/01/05  00:56:37
11815         Log: Update Changes.
11816      Branch: perl
11817            ! Changes patchlevel.h
11818 ____________________________________________________________________________
11819 [  8325] By: jhi                                   on 2001/01/05  00:53:18
11820         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
11821              From: Peter Prymmer <pvhp@forte.com>
11822              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
11823              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
11824              
11825              plus a couple more tailing whitespace removals.
11826      Branch: perl
11827            ! win32/Makefile
11828 ____________________________________________________________________________
11829 [  8324] By: jhi                                   on 2001/01/05  00:47:39
11830         Log: Add some Unicode chop() tests.
11831      Branch: perl
11832            ! t/op/chop.t
11833 ____________________________________________________________________________
11834 [  8323] By: jhi                                   on 2001/01/05  00:47:23
11835         Log: Unify UTF-8 malformedness handling.
11836      Branch: perl
11837            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
11838 ____________________________________________________________________________
11839 [  8322] By: jhi                                   on 2001/01/04  22:21:54
11840         Log: The new $issymlink was unknown to Mksymlinks.
11841      Branch: metaconfig/U/perl
11842            ! Mksymlinks.U issymlink.U
11843      Branch: perl
11844            ! Configure config_h.SH
11845 ____________________________________________________________________________
11846 [  8321] By: jhi                                   on 2001/01/04  21:51:05
11847         Log: The test didn't work under the core test framework.
11848      Branch: perl
11849            ! t/lib/st-lock.t
11850 ____________________________________________________________________________
11851 [  8320] By: jhi                                   on 2001/01/04  21:14:22
11852         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11853      Branch: perl
11854            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
11855 ____________________________________________________________________________
11856 [  8319] By: jhi                                   on 2001/01/04  20:46:17
11857         Log: Typo in #8312 when manually appying a problematic patch fragment.
11858      Branch: perl
11859            ! ext/Storable/Storable.xs
11860 ____________________________________________________________________________
11861 [  8318] By: jhi                                   on 2001/01/04  20:43:01
11862         Log: The $sh_c didn't fly.
11863      Branch: metaconfig
11864            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11865            ! U/modified/Loc.U U/modified/myhostname.U
11866            ! U/modified/spitshell.U
11867      Branch: metaconfig/U/perl
11868            ! issymlink.U
11869      Branch: perl
11870            ! Configure config_h.SH
11871 ____________________________________________________________________________
11872 [  8317] By: jhi                                   on 2001/01/04  19:58:01
11873         Log: AIX builtin test -h is broken, changes based on
11874              
11875              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
11876              Date: Tue, 02 Jan 2001 11:24:39 +0100
11877              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11878              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
11879      Branch: metaconfig
11880            + U/modified/spitshell.U
11881            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11882            ! U/modified/Loc.U U/modified/myhostname.U
11883      Branch: metaconfig/U/perl
11884            ! Mksymlinks.U issymlink.U
11885      Branch: perl
11886            ! Configure
11887 ____________________________________________________________________________
11888 [  8316] By: jhi                                   on 2001/01/04  19:02:22
11889         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
11890              From: Andy Dougherty <doughera@lafayette.edu>
11891              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
11892              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
11893              
11894              Beware of GNU ld.
11895      Branch: perl
11896            ! hints/solaris_2.sh
11897 ____________________________________________________________________________
11898 [  8315] By: jhi                                   on 2001/01/04  18:56:48
11899         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
11900              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
11901              Date: Wed, 3 Jan 2001 07:58:51 +0100
11902              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
11903      Branch: perl
11904            ! hints/solaris_2.sh
11905 ____________________________________________________________________________
11906 [  8314] By: jhi                                   on 2001/01/04  18:54:07
11907         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11908              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11909              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
11910              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
11911              
11912              Doc tweak on #8313.
11913      Branch: perl
11914            ! ext/B/B/Deparse.pm
11915 ____________________________________________________________________________
11916 [  8313] By: jhi                                   on 2001/01/04  18:52:27
11917         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
11918              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
11919              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11920              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
11921              
11922              Make the peephole optimizer to bypass more null ops and
11923              and rewrite the deparse handling of continue blocks.
11924      Branch: perl
11925            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
11926 ____________________________________________________________________________
11927 [  8312] By: jhi                                   on 2001/01/04  18:47:39
11928         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
11929      Branch: perl
11930            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11931            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11932            ! t/lib/st-lock.t
11933 ____________________________________________________________________________
11934 [  8311] By: jhi                                   on 2001/01/04  18:36:08
11935         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
11936              filter to be run on each .pm during the pm_to_blib() phase,
11937              a fixed version of
11938              
11939              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11940              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11941              Date: Wed, 03 Jan 2001 22:01:30 +0100
11942              Message-ID: <5296.978555690@nice.ram.loc>
11943      Branch: perl
11944            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11945            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11946            ! lib/ExtUtils/MakeMaker.pm
11947 ____________________________________________________________________________
11948 [  8310] By: jhi                                   on 2001/01/04  18:32:54
11949         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11950              From: Robin Barker <rmb1@cise.npl.co.uk>
11951              Date: Tue, 2 Jan 2001 15:35:03 GMT
11952              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11953      Branch: perl
11954            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
11955            ! pod/perlrequick.pod
11956 ____________________________________________________________________________
11957 [  8309] By: jhi                                   on 2001/01/04  18:29:07
11958         Log: Subject: Re: [patch] static-ize XS()
11959              From: Doug MacEachern <dougm@covalent.net>
11960              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
11961              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
11962              
11963              Provide prototypes for the XS functions.
11964      Branch: perl
11965            ! lib/ExtUtils/xsubpp
11966 ____________________________________________________________________________
11967 [  8308] By: jhi                                   on 2001/01/04  18:27:44
11968         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
11969              From: Doug MacEachern <dougm@covalent.net>
11970              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
11971              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
11972      Branch: perl
11973            ! lib/ExtUtils/typemap
11974 ____________________________________________________________________________
11975 [  8307] By: jhi                                   on 2001/01/04  18:25:25
11976         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
11977              From: Doug MacEachern <dougm@covalent.net>
11978              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
11979              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
11980              
11981              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
11982      Branch: perl
11983            ! lib/ExtUtils/MM_Unix.pm
11984 ____________________________________________________________________________
11985 [  8306] By: jhi                                   on 2001/01/04  18:23:00
11986         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
11987              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11988              Date: Thu, 4 Jan 2001 12:47:10 +0100 
11989              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
11990              
11991              The toke.c part only, patching embed.h and proto.h is futile.
11992      Branch: perl
11993            ! toke.c
11994 ____________________________________________________________________________
11995 [  8305] By: jhi                                   on 2001/01/04  18:05:51
11996         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
11997              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11998              Date: Thu, 4 Jan 2001 17:50:12 +0100 
11999              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
12000      Branch: perl
12001            ! toke.c
12002 ____________________________________________________________________________
12003 [  8304] By: jhi                                   on 2001/01/04  18:03:26
12004         Log: Subject: [PATCH perl@8269]
12005              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
12006              Date: Thu, 4 Jan 2001 12:53:39 +0100 
12007              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
12008              
12009              If running byacc write-enable also perly.h.
12010      Branch: perl
12011            ! Makefile.SH
12012 ____________________________________________________________________________
12013 [  8303] By: jhi                                   on 2001/01/04  15:40:49
12014         Log: Rewrite pp_concat() in terms of sv_catsv().
12015      Branch: perl
12016            ! pp_hot.c
12017 ____________________________________________________________________________
12018 [  8302] By: nick                                  on 2001/01/03  22:43:22
12019         Log: Integrate mainline.
12020      Branch: perlio
12021           !> ext/Encode/Encode.xs sv.c utf8.c
12022 ____________________________________________________________________________
12023 [  8301] By: jhi                                   on 2001/01/02  23:40:26
12024         Log: Variable naming tweak.
12025      Branch: perl
12026            ! sv.c
12027 ____________________________________________________________________________
12028 [  8300] By: jhi                                   on 2001/01/02  23:40:02
12029         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
12030              in is_utf8_string().
12031      Branch: perl
12032            ! utf8.c
12033 ____________________________________________________________________________
12034 [  8299] By: jhi                                   on 2001/01/02  22:14:40
12035         Log: Integrate perlio.
12036      Branch: perl
12037           !> pp.c pp_hot.c win32/Makefile
12038 ____________________________________________________________________________
12039 [  8298] By: nick                                  on 2001/01/02  22:03:06
12040         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
12041      Branch: perlio
12042            ! pp.c pp_hot.c
12043 ____________________________________________________________________________
12044 [  8297] By: jhi                                   on 2001/01/02  04:26:28
12045         Log: Signedness nit.
12046      Branch: perl
12047            ! ext/Encode/Encode.xs
12048 ____________________________________________________________________________
12049 [  8296] By: nick                                  on 2001/01/01  23:49:36
12050         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
12051      Branch: perlio
12052            ! win32/Makefile
12053 ____________________________________________________________________________
12054 [  8295] By: jhi                                   on 2001/01/01  23:05:48
12055         Log: Integrate perlio.
12056      Branch: perl
12057           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
12058           !> t/lib/encode.t
12059 ____________________________________________________________________________
12060 [  8294] By: nick                                  on 2001/01/01  22:48:34
12061         Log: Integrate mainline
12062      Branch: perlio
12063            ! pp_hot.c t/lib/encode.t
12064           !> (integrate 65 files)
12065 ____________________________________________________________________________
12066 [  8293] By: nick                                  on 2001/01/01  21:58:50
12067         Log: More rigor in UTF-8-ness of Encode's toUnicode
12068              XS export some of the utf8 internal functions.
12069              Test some of the functions.
12070              Fix pp_concat() bug shown by said tests.
12071      Branch: perlio
12072            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
12073            ! t/lib/encode.t
12074 ____________________________________________________________________________
12075 [  8292] By: jhi                                   on 2001/01/01  18:11:44
12076         Log: Integrate perlio.
12077      Branch: perl
12078           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
12079           !> ext/Encode/encengine.c ext/Encode/encode.h
12080 ____________________________________________________________________________
12081 [  8291] By: jhi                                   on 2001/01/01  18:10:58
12082         Log: Podify README.mpeix (a new version from the web),
12083              add a dummy NAME to Carp::Heavy, regen toc.
12084      Branch: perl
12085            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
12086            ! pod/perltoc.pod
12087 ____________________________________________________________________________
12088 [  8290] By: nick                                  on 2001/01/01  17:43:47
12089         Log: Loose the "Loading..." warning.
12090              Another bug in fallback support
12091      Branch: perlio
12092            ! ext/Encode/Encode.pm ext/Encode/encengine.c
12093 ____________________________________________________________________________
12094 [  8289] By: jhi                                   on 2001/01/01  00:01:57
12095         Log: Bump up Larry's copyright.
12096      Branch: perl
12097            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
12098            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
12099            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
12100            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
12101            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
12102            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
12103            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
12104            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
12105 ____________________________________________________________________________
12106 [  8288] By: nick                                  on 2000/12/31  21:27:53
12107         Log: Fix .ucm reading - forgot a chr()
12108              Start of .ucm write (for .enc to .ucm)
12109      Branch: perlio
12110            ! ext/Encode/compile
12111 ____________________________________________________________________________
12112 [  8287] By: jhi                                   on 2000/12/31  18:15:56
12113         Log: Comment away a diagnostic message as noted by Craig A. Berry
12114              (the unexpected message was confusing testing)
12115      Branch: perl
12116            ! ext/Encode/Encode.pm
12117 ____________________________________________________________________________
12118 [  8286] By: jhi                                   on 2000/12/31  18:14:51
12119         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
12120              Date: Sun, 31 Dec 2000 11:17:37 -0600
12121              From: "Craig A. Berry" <craigberry@mac.com>
12122              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
12123      Branch: perl
12124            ! ext/Encode/Makefile.PL
12125 ____________________________________________________________________________
12126 [  8285] By: nick                                  on 2000/12/31  18:11:54
12127         Log: Start of support of ICU-style .ucm files:
12128              - teach compile how to read a .ucm file
12129              - first guess at how to represent fallbacks in "tries".
12130              - use fallbacks if check == 0
12131              - new return code to indicate we used one.
12132      Branch: perlio
12133            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
12134            ! ext/Encode/encengine.c ext/Encode/encode.h
12135 ____________________________________________________________________________
12136 [  8284] By: jhi                                   on 2000/12/31  18:04:41
12137         Log: Pacify picky VMS compiler.
12138              
12139              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
12140              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12141              Date: Sat, 30 Dec 2000 18:10:02 -0600
12142              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
12143      Branch: perl
12144            ! sv.c
12145 ____________________________________________________________________________
12146 [  8283] By: jhi                                   on 2000/12/31  16:11:47
12147         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
12148      Branch: perl
12149            ! t/lib/glob-basic.t
12150 ____________________________________________________________________________
12151 [  8282] By: jhi                                   on 2000/12/31  15:26:11
12152         Log: Integrate perlio.
12153      Branch: perl
12154           !> makedef.pl opcode.pl os2/os2.c perlio.c
12155 ____________________________________________________________________________
12156 [  8281] By: nick                                  on 2000/12/31  10:06:15
12157         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
12158              is available to be exported
12159      Branch: perlio
12160            ! makedef.pl perlio.c
12161 ____________________________________________________________________________
12162 [  8280] By: nick                                  on 2000/12/31  09:41:26
12163         Log: Ilya's OS2 patch (testing for damage on Win32)
12164      Branch: perlio
12165            ! makedef.pl opcode.pl os2/os2.c
12166 ____________________________________________________________________________
12167 [  8279] By: jhi                                   on 2000/12/30  21:52:07
12168         Log: Test nits.
12169      Branch: perl
12170            ! t/lib/syslfs.t t/op/lfs.t
12171 ____________________________________________________________________________
12172 [  8278] By: jhi                                   on 2000/12/30  21:47:49
12173         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
12174              From: andreas.koenig@anima.de (Andreas J. Koenig)
12175              Date: 30 Dec 2000 22:35:37 +0100
12176              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
12177              
12178              The 32-bit wraparound test wasn't quite right.
12179      Branch: perl
12180            ! t/lib/syslfs.t t/op/lfs.t
12181 ____________________________________________________________________________
12182 [  8277] By: jhi                                   on 2000/12/30  21:33:44
12183         Log: Subject: [PATCH] open() example in perlfunc.pod 
12184              From: Karsten Sperling <s_sperli@ira.uka.de>
12185              Date: Sat, 30 Dec 2000 22:27:09 +0100
12186              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
12187      Branch: perl
12188            ! pod/perlfunc.pod
12189 ____________________________________________________________________________
12190 [  8276] By: jhi                                   on 2000/12/30  20:32:40
12191         Log: Not quite that many tests yet.
12192      Branch: perl
12193            ! t/op/pat.t
12194 ____________________________________________________________________________
12195 [  8275] By: jhi                                   on 2000/12/30  20:26:58
12196         Log: Integrate perlio.
12197      Branch: perl
12198           !> toke.c
12199 ____________________________________________________________________________
12200 [  8274] By: jhi                                   on 2000/12/30  20:24:56
12201         Log: Signedness nit.
12202      Branch: perl
12203            ! utf8.c
12204 ____________________________________________________________________________
12205 [  8273] By: jhi                                   on 2000/12/30  20:15:46
12206         Log: Add a test case for 20000731.001 which was fixed by the #8267.
12207      Branch: perl
12208            ! t/op/pat.t
12209 ____________________________________________________________________________
12210 [  8272] By: nick                                  on 2000/12/30  19:47:51
12211         Log: Tweak for MULTIPLICITY/USE_PERLIO
12212      Branch: perlio
12213            ! toke.c
12214 ____________________________________________________________________________
12215 [  8271] By: nick                                  on 2000/12/30  19:46:45
12216         Log: Integrate mainline
12217      Branch: perlio
12218           +> lib/unicode/distinct.pm
12219           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
12220           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
12221           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
12222 ____________________________________________________________________________
12223 [  8270] By: jhi                                   on 2000/12/30  19:39:50
12224         Log: Subject: RE: perl@8269
12225              From: "Richard Soderberg" <rs@crystalflame.net>
12226              Date: Sat, 30 Dec 2000 11:36:27 -0800
12227              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
12228              
12229              A missing aTHX_.
12230      Branch: perl
12231            ! toke.c
12232 ____________________________________________________________________________
12233 [  8269] By: jhi                                   on 2000/12/30  18:55:48
12234         Log: Update Changes.
12235      Branch: perl
12236            ! Changes patchlevel.h
12237 ____________________________________________________________________________
12238 [  8268] By: jhi                                   on 2000/12/30  17:18:40
12239         Log: Add a test for Unicode split //.  The #8267 was the cure.
12240      Branch: perl
12241            ! t/op/split.t
12242 ____________________________________________________________________________
12243 [  8267] By: jhi                                   on 2000/12/30  17:14:19
12244         Log: Subject: more UTF8 test suites and an UTF8 patch
12245              From: Inaba Hiroto <inaba@st.rim.or.jp>
12246              Date: Sat, 30 Dec 2000 14:27:10 +0900
12247              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
12248              
12249              Just the patch part for now, and the pragma renamed
12250              as unicode::distinct.
12251      Branch: perl
12252            + lib/unicode/distinct.pm
12253            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
12254            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
12255            ! regcomp.h regexec.c sv.c toke.c utf8.c
12256 ____________________________________________________________________________
12257 [  8266] By: nick                                  on 2000/12/30  16:40:49
12258         Log: Integrate mainline
12259      Branch: perlio
12260           +> lib/Pod/Text/Overstrike.pm
12261           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
12262           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
12263           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
12264           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
12265           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
12266 ____________________________________________________________________________
12267 [  8265] By: jhi                                   on 2000/12/30  07:28:55
12268         Log: The sv_catsv() fix, take two.
12269      Branch: perl
12270            ! sv.c t/op/join.t
12271 ____________________________________________________________________________
12272 [  8264] By: jhi                                   on 2000/12/30  06:19:18
12273         Log: Undo all the join-related changes since #8248: relevant
12274              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
12275              The new sv_catsv() doesn't fly so it must go back to
12276              the drawing board.
12277      Branch: perl
12278            ! sv.c t/op/join.t t/pragma/utf8.t
12279 ____________________________________________________________________________
12280 [  8263] By: jhi                                   on 2000/12/30  01:08:32
12281         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
12282      Branch: perl
12283            ! sv.c
12284 ____________________________________________________________________________
12285 [  8262] By: jhi                                   on 2000/12/30  00:45:14
12286         Log: Retract #8261.
12287      Branch: perl
12288            ! hv.c util.c
12289 ____________________________________________________________________________
12290 [  8261] By: jhi                                   on 2000/12/30  00:38:32
12291         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
12292      Branch: perl
12293            ! hv.c util.c
12294 ____________________________________________________________________________
12295 [  8260] By: jhi                                   on 2000/12/29  22:51:33
12296         Log: (Retracted by #8264)  More fixing for #8251.
12297      Branch: perl
12298            ! sv.c
12299 ____________________________________________________________________________
12300 [  8259] By: jhi                                   on 2000/12/29  18:27:30
12301         Log: Subject: podlators 1.06 released
12302              From: Russ Allbery <rra@stanford.edu>
12303              Date: 25 Dec 2000 05:09:30 -0800
12304              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
12305      Branch: perl
12306            + lib/Pod/Text/Overstrike.pm
12307            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
12308            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
12309 ____________________________________________________________________________
12310 [  8258] By: jhi                                   on 2000/12/29  18:20:45
12311         Log: Make the large file tests more robust/talkative as suggested by
12312              
12313              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
12314              From: andreas.koenig@anima.de (Andreas J. Koenig)
12315              Date: 29 Dec 2000 14:23:01 +0100
12316              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
12317      Branch: perl
12318            ! t/lib/syslfs.t t/op/lfs.t
12319 ____________________________________________________________________________
12320 [  8257] By: jhi                                   on 2000/12/29  17:48:04
12321         Log: Further VMS piping fixes from Charles Lane:
12322              
12323              In summary, error messages produced when a subprocess terminated
12324              abnormally were being sent not just to the parent process, but to
12325              grandparents, because of default values for error output that were
12326              not completely overridden when the subprocess was started.
12327              
12328              This patch fixes this behavior by defining user-mode (i.e., temporary
12329              for the duration of the program) logical names for SYS$OUTPUT and
12330              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
12331              changes to make it so that the user-mode logicals are the ones that
12332              control where Perl's error messages go if it terminates abnormally.
12333              
12334              I also added some gratuitous fixes to the indentation of braces in
12335              the piping code.  It just looked ugly, before.
12336      Branch: perl
12337            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
12338 ____________________________________________________________________________
12339 [  8256] By: jhi                                   on 2000/12/29  17:45:12
12340         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
12341              From: "Casey R. Tweten" <crt@kiski.net>
12342              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
12343              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
12344              
12345              Tests for for #8240.
12346      Branch: perl
12347            ! t/pragma/constant.t
12348 ____________________________________________________________________________
12349 [  8255] By: jhi                                   on 2000/12/29  17:43:07
12350         Log: Subject: Re: [PATCH] Interesting syntax idea
12351              From: Simon Cozens <simon@cozens.net>
12352              Date: Fri, 29 Dec 2000 14:34:04 +0000
12353              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
12354              
12355              Tests for #8254.
12356      Branch: perl
12357            ! t/pragma/sub_lval.t
12358 ____________________________________________________________________________
12359 [  8254] By: jhi                                   on 2000/12/29  17:42:11
12360         Log: Subject: [PATCH] Interesting syntax idea
12361              From: Simon Cozens <simon@cozens.net>
12362              Date: Wed, 27 Dec 2000 05:08:57 +0000
12363              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
12364              
12365              Make opens + bareword assigns do typeglob assigns.
12366      Branch: perl
12367            ! op.c
12368 ____________________________________________________________________________
12369 [  8253] By: jhi                                   on 2000/12/29  17:36:45
12370         Log: Output the (apparent) version of gcc, as suggested by
12371              
12372              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
12373              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
12374              Date: 26 Dec 2000 04:29:17 -0500
12375              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
12376              
12377              (The patch as such didn't any more apply as the misparsing had
12378              already been addressed in #6474.)  Also change the wording about
12379              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
12380      Branch: perl
12381            ! hints/dec_osf.sh
12382 ____________________________________________________________________________
12383 [  8252] By: nick                                  on 2000/12/29  12:14:31
12384         Log: Integrate mainline
12385      Branch: perlio
12386           !> (integrate 27 files)
12387 ____________________________________________________________________________
12388 [  8251] By: jhi                                   on 2000/12/29  08:45:46
12389         Log: (Retracted by #8264)
12390              
12391              (Fixed by #8260.)
12392              
12393              sv_catsv() needs one more byte space than seems reasonable.
12394              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
12395              Curiouser and curiouser.
12396      Branch: perl
12397            ! sv.c
12398 ____________________________________________________________________________
12399 [  8250] By: jhi                                   on 2000/12/29  07:57:52
12400         Log: More split // UTF-8 tests.
12401      Branch: perl
12402            ! t/pragma/utf8.t
12403 ____________________________________________________________________________
12404 [  8249] By: jhi                                   on 2000/12/29  07:54:51
12405         Log: (Retracted by #8264)  More join() testing which was good because
12406              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
12407      Branch: perl
12408            ! pp.c t/op/join.t utf8.c utf8.h
12409 ____________________________________________________________________________
12410 [  8248] By: jhi                                   on 2000/12/29  07:08:32
12411         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
12412              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
12413              that the only cases to care about are byte+byte and byte+character.
12414              
12415              TODO: See how well pp_concat() could be implemented in terms
12416              of sv_catsv().
12417      Branch: perl
12418            ! doop.c sv.c t/op/join.t utf8.h
12419 ____________________________________________________________________________
12420 [  8247] By: jhi                                   on 2000/12/29  06:35:23
12421         Log: Signedness nit.
12422      Branch: perl
12423            ! pp_hot.c
12424 ____________________________________________________________________________
12425 [  8246] By: jhi                                   on 2000/12/29  01:23:31
12426         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
12427              From: Lupe Christoph <lupe@lupe-christoph.de>
12428              Date: Thu, 28 Dec 2000 23:00:00 +0100
12429              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
12430              
12431              Suggest rsync --delete --dry-run.
12432      Branch: perl
12433            ! pod/perlhack.pod
12434 ____________________________________________________________________________
12435 [  8245] By: jhi                                   on 2000/12/28  23:57:05
12436         Log: The maxiters upper limit sanity check (guarding against
12437              non-progress) assumed bytes instead of characters in s///
12438              and split().
12439      Branch: perl
12440            ! pp.c pp_hot.c
12441 ____________________________________________________________________________
12442 [  8244] By: jhi                                   on 2000/12/28  23:34:08
12443         Log: Make some panic messages a bit more logical.
12444      Branch: perl
12445            ! doop.c pod/perldiag.pod pp.c pp_hot.c
12446 ____________________________________________________________________________
12447 [  8243] By: jhi                                   on 2000/12/28  22:59:16
12448         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
12449              From: Simon Cozens <simon@cozens.net>
12450              Date: Wed, 27 Dec 2000 02:30:03 +0000
12451              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
12452      Branch: perl
12453            ! pp.c t/pragma/sub_lval.t
12454 ____________________________________________________________________________
12455 [  8242] By: jhi                                   on 2000/12/28  22:56:53
12456         Log: Subject: [PATCH blead] Fix B::Terse indentation
12457              From: Daniel Chetlin <daniel@chetlin.com>
12458              Date: Wed, 27 Dec 2000 06:43:30 -0800
12459              Message-ID: <20001227064329.B9573@darkstar>
12460      Branch: perl
12461            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
12462 ____________________________________________________________________________
12463 [  8241] By: jhi                                   on 2000/12/28  22:48:59
12464         Log: The latter patch from the
12465              
12466              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
12467              From: Peter Prymmer <pvhp@forte.com> 
12468              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
12469              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
12470              
12471              (the former patch from the above should have been
12472              taken care of by Nick I-S)
12473      Branch: perl
12474            ! win32/Makefile
12475 ____________________________________________________________________________
12476 [  8240] By: jhi                                   on 2000/12/28  22:45:22
12477         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
12478              From: "Casey R. Tweten" <crt@kiski.net>
12479              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
12480              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
12481      Branch: perl
12482            ! lib/constant.pm
12483 ____________________________________________________________________________
12484 [  8239] By: jhi                                   on 2000/12/28  22:37:45
12485         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
12486              From: Simon Cozens <simon@cozens.net>
12487              Date: Wed, 27 Dec 2000 14:12:44 +0000
12488              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
12489      Branch: perl
12490            ! t/op/method.t t/op/sort.t toke.c
12491 ____________________________________________________________________________
12492 [  8238] By: jhi                                   on 2000/12/28  22:30:32
12493         Log: Subject: [PATCH perl@8229] Call.pm
12494              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12495              Date: Mon, 25 Dec 2000 10:47:15 -0000
12496              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
12497      Branch: perl
12498            ! ext/Filter/Util/Call/Call.pm
12499 ____________________________________________________________________________
12500 [  8237] By: jhi                                   on 2000/12/28  22:19:21
12501         Log: Subject: [PATCH blead] Fix problem with `&' prototype
12502              From: Daniel Chetlin <daniel@chetlin.com>
12503              Date: Wed, 27 Dec 2000 15:55:32 -0800
12504              Message-ID: <20001227155532.D9573@darkstar>
12505      Branch: perl
12506            ! op.c t/comp/proto.t
12507 ____________________________________________________________________________
12508 [  8236] By: jhi                                   on 2000/12/28  22:09:25
12509         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
12510              From: Daniel Chetlin <daniel@chetlin.com>
12511              Date: Sun, 24 Dec 2000 04:09:49 -0800
12512              Message-ID: <20001224040949.B3090@darkstar>
12513      Branch: perl
12514            ! gv.c mg.c t/op/attrs.t
12515 ____________________________________________________________________________
12516 [  8235] By: jhi                                   on 2000/12/28  22:07:11
12517         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
12518              From: Jan Dubois <jand@ActiveState.com>
12519              Date: Tue, 26 Dec 2000 20:57:31 -0800
12520              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
12521      Branch: perl
12522            ! win32/win32.c
12523 ____________________________________________________________________________
12524 [  8234] By: jhi                                   on 2000/12/28  21:52:42
12525         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
12526              From: Simon Cozens <simon@cozens.net>
12527              Date: Thu, 28 Dec 2000 20:33:13 +0000
12528              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
12529      Branch: perl
12530            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
12531 ____________________________________________________________________________
12532 [  8233] By: jhi                                   on 2000/12/28  19:40:49
12533         Log: Integrate perlio.
12534      Branch: perl
12535           !> ext/Encode/Makefile.PL ext/Encode/compile
12536 ____________________________________________________________________________
12537 [  8232] By: nick                                  on 2000/12/23  16:06:00
12538         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
12539              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
12540      Branch: perlio
12541            ! ext/Encode/Makefile.PL
12542 ____________________________________________________________________________
12543 [  8231] By: nick                                  on 2000/12/23  14:30:34
12544         Log: "Compiled" encode build cleanup
12545              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
12546              - .c files do not export sub-tables
12547      Branch: perlio
12548            ! ext/Encode/Makefile.PL ext/Encode/compile
12549 ____________________________________________________________________________
12550 [  8230] By: nick                                  on 2000/12/23  12:50:37
12551         Log: Integrate mainline
12552      Branch: perlio
12553           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12554           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12555           !> pod/perl5004delta.pod pod/perl5005delta.pod
12556           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
12557           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
12558           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
12559           !> pod/perlsub.pod
12560 ____________________________________________________________________________
12561 [  8229] By: jhi                                   on 2000/12/22  15:32:12
12562         Log: Integrate perlio.
12563      Branch: perl
12564           +> win32/distclean.bat
12565           !> MANIFEST t/io/utf8.t
12566 ____________________________________________________________________________
12567 [  8228] By: jhi                                   on 2000/12/22  15:29:40
12568         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
12569              From: Robin Barker <rmb1@cise.npl.co.uk>
12570              Date: Fri, 22 Dec 2000 12:17:38 GMT
12571              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
12572      Branch: perl
12573            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12574            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12575            ! pod/perl5004delta.pod pod/perl5005delta.pod
12576            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
12577            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
12578            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
12579            ! pod/perlsub.pod
12580 ____________________________________________________________________________
12581 [  8227] By: jhi                                   on 2000/12/22  15:24:28
12582         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
12583              From: "John L. Allen" <allen@grumman.com>
12584              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
12585              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
12586              
12587              Document APPLLIB_EXP.
12588      Branch: perl
12589            ! INSTALL
12590 ____________________________________________________________________________
12591 [  8226] By: nick                                  on 2000/12/21  22:11:50
12592         Log: Handy script for when one forgets to "dmake clean" 
12593      Branch: perlio
12594            + win32/distclean.bat
12595            ! MANIFEST
12596 ____________________________________________________________________________
12597 [  8225] By: nick                                  on 2000/12/21  21:54:04
12598         Log: CRLF platform issue with io/utf8 fix.
12599      Branch: perlio
12600            ! t/io/utf8.t
12601 ____________________________________________________________________________
12602 [  8224] By: nick                                  on 2000/12/21  21:02:20
12603         Log: Integrate mainline
12604      Branch: perlio
12605           !> Changes Configure Makefile.SH Porting/Glossary
12606           !> Porting/config.sh Porting/config_H configure.com
12607           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
12608           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
12609           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
12610           !> win32/config.bc win32/config.gc win32/config.vc
12611 ____________________________________________________________________________
12612 [  8223] By: jhi                                   on 2000/12/21  17:09:16
12613         Log: Update Changes.
12614      Branch: perl
12615            ! Changes patchlevel.h
12616 ____________________________________________________________________________
12617 [  8222] By: jhi                                   on 2000/12/21  16:24:01
12618         Log: Metaconfig unit changes for #8221.
12619      Branch: metaconfig/U/perl
12620           +> issymlink.U
12621            - testsyml.U
12622            ! Mksymlinks.U
12623 ____________________________________________________________________________
12624 [  8221] By: jhi                                   on 2000/12/21  16:23:48
12625         Log: Rename testsyml to issymlink.
12626      Branch: perl
12627            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12628            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
12629            ! win32/config.vc
12630 ____________________________________________________________________________
12631 [  8220] By: jhi                                   on 2000/12/21  15:47:26
12632         Log: Robustness support for #8218 (symlink forest) since the GNU
12633              tools seem to be overly picky about symlinkage depths.
12634      Branch: perl
12635            ! Makefile.SH t/io/fs.t
12636 ____________________________________________________________________________
12637 [  8219] By: jhi                                   on 2000/12/21  15:38:27
12638         Log: Metaconfig changes for #8218.
12639      Branch: metaconfig
12640            ! U/modified/Oldconfig.U
12641      Branch: metaconfig/U/perl
12642            + Mksymlinks.U
12643            ! testsyml.U
12644 ____________________________________________________________________________
12645 [  8218] By: jhi                                   on 2000/12/21  15:37:57
12646         Log: Add Configure option -Dmksymlinks which will create a symlink
12647              forest if the current/build differs from the source directory.
12648              TODO: mkdir -p is not portable.
12649      Branch: perl
12650            ! Configure
12651 ____________________________________________________________________________
12652 [  8217] By: jhi                                   on 2000/12/21  14:39:12
12653         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
12654              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
12655              Date: Thu, 21 Dec 2000 09:38:18 GMT
12656              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
12657              
12658              The ofs became an SV.
12659      Branch: perl
12660            ! ext/Thread/Thread.xs
12661 ____________________________________________________________________________
12662 [  8216] By: jhi                                   on 2000/12/21  05:40:21
12663         Log: The polymorphism seems to have fixed 20000517.001.
12664      Branch: perl
12665            ! t/pragma/utf8.t
12666 ____________________________________________________________________________
12667 [  8215] By: jhi                                   on 2000/12/21  04:44:52
12668         Log: read() documentation tweak for 20001121.004.
12669      Branch: perl
12670            ! pod/perlfunc.pod
12671 ____________________________________________________________________________
12672 [  8214] By: jhi                                   on 2000/12/21  03:54:11
12673         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
12674      Branch: perl
12675            ! pp_sys.c t/op/misc.t
12676 ____________________________________________________________________________
12677 [  8213] By: jhi                                   on 2000/12/21  00:28:10
12678         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
12679              From: Peter Prymmer <pvhp@forte.com>
12680              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
12681              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
12682      Branch: perl
12683            ! configure.com
12684 ____________________________________________________________________________
12685 [  8212] By: jhi                                   on 2000/12/21  00:26:21
12686         Log: Edit edit edit.
12687      Branch: perl
12688            ! pod/perlfaq3.pod
12689 ____________________________________________________________________________
12690 [  8211] By: jhi                                   on 2000/12/20  18:52:46
12691         Log: Update Changes.
12692      Branch: perl
12693            ! Changes patchlevel.h
12694 ____________________________________________________________________________
12695 [  8210] By: jhi                                   on 2000/12/20  18:34:47
12696         Log: Yet another editor edit.
12697      Branch: perl
12698            ! pod/perlfaq3.pod
12699 ____________________________________________________________________________
12700 [  8209] By: jhi                                   on 2000/12/20  15:33:28
12701         Log: More Win32 Perling.
12702      Branch: perl
12703            ! pod/perlfaq3.pod
12704 ____________________________________________________________________________
12705 [  8208] By: jhi                                   on 2000/12/20  15:07:46
12706         Log: More Win32 editor/IDE/shell hints.
12707      Branch: perl
12708            ! pod/perlfaq3.pod
12709 ____________________________________________________________________________
12710 [  8207] By: jhi                                   on 2000/12/20  03:54:08
12711         Log: Subject: [PATCH] obscure timing knowledge
12712              From: Nicholas Clark <nick@ccl4.org>
12713              Date: Tue, 19 Dec 2000 19:22:31 +0000
12714              Message-ID: <20001219192231.F2827@plum.flirble.org>
12715      Branch: perl
12716            ! sv.c
12717 ____________________________________________________________________________
12718 [  8206] By: jhi                                   on 2000/12/20  03:45:57
12719         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
12720              From: Spider Boardman <spider@leggy.zk3.dec.com>
12721              Date: Tue, 19 Dec 2000 21:30:16 -0500
12722              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
12723      Branch: perl
12724            ! sv.c
12725 ____________________________________________________________________________
12726 [  8205] By: jhi                                   on 2000/12/19  23:02:01
12727         Log: Update Changes.
12728      Branch: perl
12729            ! Changes patchlevel.h
12730 ____________________________________________________________________________
12731 [  8204] By: jhi                                   on 2000/12/19  22:58:18
12732         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
12733              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
12734              on editors and diffing/patching.
12735      Branch: perl
12736            ! t/op/utf8decode.t
12737 ____________________________________________________________________________
12738 [  8203] By: nick                                  on 2000/12/19  21:36:16
12739         Log: Integrate mainline (forgot my own change...)
12740      Branch: perlio
12741           !> ext/Encode/compile
12742 ____________________________________________________________________________
12743 [  8202] By: nick                                  on 2000/12/19  21:34:42
12744         Log: Integrate mainline.
12745      Branch: perlio
12746           !> (integrate 61 files)
12747 ____________________________________________________________________________
12748 [  8201] By: nick                                  on 2000/12/19  21:34:06
12749         Log: Avoid looking for File::Glob when we don't need it.
12750      Branch: perl
12751            ! ext/Encode/compile
12752 ____________________________________________________________________________
12753 [  8200] By: jhi                                   on 2000/12/19  18:35:49
12754         Log: Update Changes.
12755      Branch: perl
12756            ! Changes patchlevel.h
12757 ____________________________________________________________________________
12758 [  8199] By: jhi                                   on 2000/12/19  18:35:07
12759         Log: Microperl tweaks.
12760      Branch: perl
12761            ! sv.c uconfig.h uconfig.sh
12762 ____________________________________________________________________________
12763 [  8198] By: jhi                                   on 2000/12/19  18:29:59
12764         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
12765      Branch: perl
12766            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12767            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
12768 ____________________________________________________________________________
12769 [  8197] By: jhi                                   on 2000/12/19  17:55:29
12770         Log: In VMS embedded perls couldn't access the statically built Socket,
12771              from Charles Lane.
12772      Branch: perl
12773            ! configure.com
12774 ____________________________________________________________________________
12775 [  8196] By: jhi                                   on 2000/12/19  17:49:50
12776         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
12777              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
12778              Date: Sun, 17 Dec 2000 19:11:44 -0000
12779              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
12780      Branch: perl
12781            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12782            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12783 ____________________________________________________________________________
12784 [  8195] By: jhi                                   on 2000/12/19  17:47:53
12785         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
12786              From: Jonathan Stowe <gellyfish@gellyfish.com>
12787              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
12788              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
12789      Branch: perl
12790            ! utils/h2xs.PL
12791 ____________________________________________________________________________
12792 [  8194] By: jhi                                   on 2000/12/19  17:46:28
12793         Log: Subject: Re: useless use of void context work-around
12794              From: andreas.koenig@anima.de (Andreas J. Koenig)
12795              Date: 16 Dec 2000 15:13:36 +0100
12796              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
12797              
12798              Document (comment) the q(di ds ig) trick in the code.
12799      Branch: perl
12800            ! op.c
12801 ____________________________________________________________________________
12802 [  8193] By: jhi                                   on 2000/12/19  17:10:57
12803         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
12804              From: "Mark J. Reed" <mreed@strange.turner.com>
12805              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
12806              Message-Id: <200012160222.VAA13986@strange.turner.com>
12807      Branch: perl
12808            ! ext/Sys/Syslog/Syslog.pm
12809 ____________________________________________________________________________
12810 [  8192] By: jhi                                   on 2000/12/19  17:07:45
12811         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
12812              From: Nicholas Clark <nick@ccl4.org>
12813              Date: Sat, 16 Dec 2000 19:03:13 +0000
12814              Message-ID: <20001216190313.D68304@plum.flirble.org>
12815      Branch: perl
12816            ! t/op/64bitint.t
12817 ____________________________________________________________________________
12818 [  8191] By: jhi                                   on 2000/12/19  17:06:13
12819         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
12820              From: Dominic Dunlop <domo@computer.org>
12821              Date: Mon, 18 Dec 2000 12:00:15 +0100
12822              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
12823              
12824              This patchlet is needed in order that perl can be statically linked.  
12825      Branch: perl
12826            ! regexec.c
12827 ____________________________________________________________________________
12828 [  8190] By: jhi                                   on 2000/12/19  17:03:08
12829         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
12830              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12831              Date: Sun, 17 Dec 2000 00:18:35 -0600
12832              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
12833      Branch: perl
12834            ! perlio.h vms/gen_shrfls.pl
12835 ____________________________________________________________________________
12836 [  8189] By: jhi                                   on 2000/12/19  16:20:28
12837         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12838              From: Prymmer/Kahn <pvhp@best.com>
12839              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
12840              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
12841              
12842              A better version of #8188.
12843      Branch: perl
12844            ! pod/perlfaq3.pod
12845 ____________________________________________________________________________
12846 [  8188] By: jhi                                   on 2000/12/19  15:57:06
12847         Log: (Replaced by #8189)
12848              
12849              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12850              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
12851              From: Prymmer/Kahn <pvhp@best.com>
12852              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
12853              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12854              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
12855              Date: Mon, 18 Dec 2000 11:10:45 -0500
12856              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
12857      Branch: perl
12858            ! pod/perlfaq3.pod
12859 ____________________________________________________________________________
12860 [  8187] By: jhi                                   on 2000/12/19  15:54:19
12861         Log: Email address fix for Anton Berezin.
12862      Branch: perl
12863            ! AUTHORS
12864 ____________________________________________________________________________
12865 [  8186] By: jhi                                   on 2000/12/19  15:38:54
12866         Log: Subject: [PATCH perl@8102] cygwin port
12867              From: "Eric Fifer" <efifer@dircon.co.uk> 
12868              Date: Thu, 14 Dec 2000 13:41:29 -0000
12869              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
12870              
12871              When compiling modules the data item that is being imported
12872              from libperl.dll needs to be tagged as imported/shared data:
12873              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
12874      Branch: perl
12875            ! perliol.h
12876 ____________________________________________________________________________
12877 [  8185] By: jhi                                   on 2000/12/19  14:53:24
12878         Log: Regen uconfig.h and uconfig.sh.
12879      Branch: perl
12880            ! uconfig.h uconfig.sh
12881 ____________________________________________________________________________
12882 [  8184] By: jhi                                   on 2000/12/18  20:43:49
12883         Log: Comments work so much better when they are closed.
12884      Branch: perl
12885            ! regcomp.c
12886 ____________________________________________________________________________
12887 [  8183] By: jhi                                   on 2000/12/18  18:04:02
12888         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
12889              Fixes the bug 20001218.016.
12890      Branch: perl
12891            ! regcomp.c
12892 ____________________________________________________________________________
12893 [  8182] By: gsar                                  on 2000/12/18  09:53:47
12894         Log: delete spurious files
12895      Branch: maint-5.6/perl
12896            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
12897            - vos/config.h vos/config_h.SH_orig
12898 ____________________________________________________________________________
12899 [  8181] By: gsar                                  on 2000/12/18  09:46:08
12900         Log: regen perltoc
12901      Branch: maint-5.6/perl
12902            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
12903 ____________________________________________________________________________
12904 [  8180] By: gsar                                  on 2000/12/18  09:20:27
12905         Log: integrate changes#7924..7926,7946,7952 from mainline
12906      Branch: maint-5.6/perl
12907           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
12908           !> lib/File/stat.pm t/lib/class-struct.t
12909 ____________________________________________________________________________
12910 [  8179] By: gsar                                  on 2000/12/18  08:55:54
12911         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
12912              7918,7919,7988,8907 from mainline (various)
12913      Branch: maint-5.6/perl
12914           +> t/lib/class-struct.t
12915           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
12916           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
12917           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
12918 ____________________________________________________________________________
12919 [  8178] By: gsar                                  on 2000/12/18  08:16:30
12920         Log: avoid redefinition warnings on windows due to sys/socket.h getting
12921              #included before win32.h
12922      Branch: maint-5.6/perl
12923            ! win32/include/sys/socket.h
12924 ____________________________________________________________________________
12925 [  8177] By: gsar                                  on 2000/12/18  05:24:04
12926         Log: make regen_headers; fix POSIX.xs problems; remove outdated
12927              code from sys/socket.h that makes build fail now
12928      Branch: maint-5.6/perl
12929            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12930            ! pod/perlapi.pod
12931           !> win32/include/sys/socket.h
12932 ____________________________________________________________________________
12933 [  8176] By: gsar                                  on 2000/12/18  05:20:17
12934         Log: update Changes
12935      Branch: maint-5.6/perl
12936            ! Changes patchlevel.h
12937 ____________________________________________________________________________
12938 [  8175] By: gsar                                  on 2000/12/18  04:57:48
12939         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
12940              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
12941              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
12942              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
12943              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
12944              7823,7825,7838
12945      Branch: maint-5.6/perl
12946           +> lib/File/Spec/Epoc.pm
12947           !> (integrate 88 files)
12948 ____________________________________________________________________________
12949 [  8174] By: gsar                                  on 2000/12/18  03:53:09
12950         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
12951              7625..7629,7631..7634,7637,7639,7642 from mainline
12952      Branch: maint-5.6/perl
12953           +> README.solaris
12954           !> (integrate 26 files)
12955 ____________________________________________________________________________
12956 [  8173] By: gsar                                  on 2000/12/18  03:37:02
12957         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
12958              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
12959              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
12960              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
12961      Branch: maint-5.6/perl
12962           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
12963            - MAINTAIN
12964           !> (integrate 111 files)
12965 ____________________________________________________________________________
12966 [  8172] By: jhi                                   on 2000/12/18  02:49:27
12967         Log: Regen pods.
12968      Branch: perl
12969            ! pod/perlmodlib.pod pod/perltoc.pod
12970 ____________________________________________________________________________
12971 [  8171] By: gsar                                  on 2000/12/18  02:49:24
12972         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
12973              7465..7471 from mainline
12974              
12975              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
12976              in platforms that strictly require all the symbols being present
12977              at link time.
12978              
12979              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
12980              
12981              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
12982              
12983              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
12984              
12985              Subject: [PATCH] todo
12986              
12987              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
12988              
12989              Use $sort, $uniq (and $tr) consistently as wondered
12990              by Nicholas Clark.
12991              
12992              Too enthusiastic editing in #7460.
12993              
12994              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
12995              
12996              Upgrade to CPAN 1.58_55.
12997              Subject: CPAN.pm status
12998              
12999              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
13000              
13001              Make target reordering to avoid pointless re-makes.
13002              Subject: Re: Total re-make of 'make okfile' after 7451 ?
13003              
13004              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
13005              
13006              Subject: DOC PATCH 5.6.0
13007              
13008              Add the repository doc by Malcolm, Sarathy, and by Simon,
13009              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
13010      Branch: maint-5.6/perl
13011           +> Porting/repository.pod
13012           !> Configure MANIFEST Makefile.SH README.dos README.os2
13013           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
13014           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
13015           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
13016 ____________________________________________________________________________
13017 [  8169] By: gsar                                  on 2000/12/18  02:33:34
13018         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
13019              7435..7441,7445 from mainline
13020              
13021              Make the UTF-8 decoding stricter and more verbose when
13022              malformation happens.  This involved adding an argument
13023              to utf8_to_uv_chk(), which involved changing its prototype,
13024              and prefer STRLEN over I32 for the UTF-8 length, which as
13025              a domino effect necessitated changing the prototypes of
13026              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
13027              The stricter UTF-8 decoding checking uses Markus Kuhn's
13028              UTF-8 Decode Stress Tester from
13029              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
13030              
13031              Run vms/vms_yfix.pl, should have done that after changing
13032              perly.c in #7382.
13033              
13034              Subject: [PATCH 5.7.0] static linking with uninstalled perl
13035              
13036              (Replaced by #7440.)
13037              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13038              
13039              Fix the bug ID 20001024.005, the bug introduced by #7416.
13040              
13041              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
13042              
13043              Fix the bug reported in
13044              From: andreas.koenig@anima.de (Andreas J. Koenig)
13045              Also make is_utf8_char() stricter.
13046              
13047              Missed the header file changes from #7425.
13048              
13049              Check if stdio supports tweaking lval and cnt simultaneously.
13050              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
13051              
13052              Stratus VOS updates from Paul Green.
13053              
13054              Podify README.epoc and README.vos.
13055              
13056              Add targets to Makefile.SH, most importantly
13057              'regen_all' which also remembers to update vms/perly*.
13058              
13059              Subject: Minor update to find2perl, for portability
13060              
13061              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
13062              
13063              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
13064              
13065              Rename UTF8LEN() to be UNISKIP(), too confusing to have
13066              UTF8LEN() and UTF8SKIP(). 
13067              
13068              Allow poking holes at the UTF-8 decoding strictness.
13069              
13070              Continue the internal UTF-8 API tweaking.
13071              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
13072              used much more than the simpler API, now called utf8_to_uv_simple().
13073              Still not quite happy with API, too much partial duplication
13074              of functionality.
13075              
13076              A new version of making the syslog test more robust.
13077              (Replaces #7421.)
13078              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
13079              
13080              buildtoc target tweaks.
13081              
13082              Integrate with vmsperl #7430 by Charles Bailey:
13083              
13084              Cleanup from prior patch (Charles Lane?):
13085              - improve handling of MFDs in Basename and Path
13086              - default to no xsubpp line # munging when building debug images
13087      Branch: maint-5.6/perl
13088           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13089           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
13090           !> (integrate 67 files)
13091 ____________________________________________________________________________
13092 [  8168] By: gsar                                  on 2000/12/18  02:05:49
13093         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
13094              
13095              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
13096              From: Martin Husemann <martin@duskware.de>
13097              
13098              Subject: [PATCH 5.7.0] restore match data on backtracing
13099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13100      Branch: maint-5.6/perl
13101           !> regcomp.c regexec.c t/op/re_tests
13102 ____________________________________________________________________________
13103 [  8167] By: gsar                                  on 2000/12/18  01:55:22
13104         Log: integrate changes#7858,7986 from mainline
13105              
13106              C<foreach my $x ...> in pseudo-fork()ed process may diddle
13107              parent's memory; fix it by keeping track of the actual pad
13108              offset rather than a raw pointer (this change is probably also
13109              relevant to non-ithreads case to avoid fallout from reallocs of
13110              the pad array, but is currently only enabled for the ithreads
13111              case in the interests of minimal disruption to existing "well
13112              tested" code)
13113              
13114              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
13115              due to the notorious GetFileType() bug in Windows 9x, which fstat()
13116              tickles)
13117      Branch: maint-5.6/perl
13118           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
13119           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
13120           !> win32/win32.c win32/win32.h win32/win32sck.c
13121 ____________________________________________________________________________
13122 [  8166] By: gsar                                  on 2000/12/18  01:52:59
13123         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
13124              from mainline (xsubpp and ExtUtils::LibList fixups, various
13125              other small items)
13126      Branch: maint-5.6/perl
13127           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
13128           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13129           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
13130           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
13131           !> win32/bin/search.pl
13132 ____________________________________________________________________________
13133 [  8165] By: gsar                                  on 2000/12/18  01:28:45
13134         Log: integrate changes#7533,7563,7611,7623 from mainline (various
13135              malloc.c embellishments)
13136      Branch: maint-5.6/perl
13137           !> malloc.c pod/perldiag.pod
13138 ____________________________________________________________________________
13139 [  8164] By: gsar                                  on 2000/12/18  01:23:33
13140         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
13141              fixups)
13142      Branch: maint-5.6/perl
13143           !> utils/h2xs.PL
13144 ____________________________________________________________________________
13145 [  8163] By: gsar                                  on 2000/12/18  01:17:50
13146         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
13147              fixups)
13148      Branch: maint-5.6/perl
13149           !> Makefile.SH utils/perlbug.PL
13150 ____________________________________________________________________________
13151 [  8162] By: gsar                                  on 2000/12/18  00:25:43
13152         Log: always export Perl_deb() (it is required by re.xs whether
13153              Perl is built with or without -DDEBUGGING)
13154      Branch: maint-5.6/perl
13155            ! makedef.pl
13156 ____________________________________________________________________________
13157 [  8161] By: gsar                                  on 2000/12/18  00:23:38
13158         Log: integrate change#7414 from mainline
13159              
13160              Undo the basename() part of #7412 since the lib/basename
13161              tests would need upgrading too.
13162              
13163              squelch two tests in tr.t that rely on tr/// paranoia change
13164              that's not in 5.6.x
13165      Branch: maint-5.6/perl
13166            ! t/op/tr.t
13167           !> lib/File/Basename.pm
13168 ____________________________________________________________________________
13169 [  8160] By: gsar                                  on 2000/12/18  00:05:30
13170         Log: missing change in previous integrate
13171      Branch: maint-5.6/perl
13172           !> README.aix
13173 ____________________________________________________________________________
13174 [  8159] By: gsar                                  on 2000/12/18  00:03:38
13175         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
13176              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
13177              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
13178              7410..7413 from mainline
13179      Branch: maint-5.6/perl
13180           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
13181           +> t/lib/tie-splice.t
13182            - lib/unicode/Is/DCinital.pl
13183           !> (integrate 112 files)
13184 ____________________________________________________________________________
13185 [  8158] By: jhi                                   on 2000/12/17  23:04:24
13186         Log: Subject: [PATCHES] RE: perl@8150 
13187              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
13188              Date: Sun, 17 Dec 2000 21:46:39 +0100
13189              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
13190              
13191              Neither cygwin has a getpwuid() one can trust on.
13192      Branch: perl
13193            ! t/lib/glob-basic.t
13194 ____________________________________________________________________________
13195 [  8157] By: jhi                                   on 2000/12/17  23:01:54
13196         Log: More MAN.PODS => {} fixes.
13197      Branch: perl
13198            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
13199            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
13200            ! os2/OS2/REXX/Makefile.PL
13201 ____________________________________________________________________________
13202 [  8156] By: gsar                                  on 2000/12/17  22:49:13
13203         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
13204              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
13205              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
13206              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
13207              7201,7204 from mainline
13208      Branch: maint-5.6/perl
13209           !> (integrate 121 files)
13210 ____________________________________________________________________________
13211 [  8155] By: jhi                                   on 2000/12/17  22:30:58
13212         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
13213              From: "Craig A. Berry" <craigberry@mac.com>
13214              Date: Sun, 17 Dec 2000 13:09:28 -0600
13215              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
13216              
13217              MAN.PODS => ' ' is naughty.
13218      Branch: perl
13219            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
13220 ____________________________________________________________________________
13221 [  8154] By: nick                                  on 2000/12/17  22:07:13
13222         Log: MULTIPLICITY nit.
13223      Branch: perl
13224            ! mg.c
13225 ____________________________________________________________________________
13226 [  8153] By: gsar                                  on 2000/12/17  21:23:05
13227         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
13228              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
13229              from mainline
13230              
13231              Document the SvIOK_.*UV().
13232              
13233              Update Unicode todo list.
13234              
13235              Guard against bad string->int conversion for quads.
13236              
13237              Subject: small apidoc fix
13238              
13239              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13240              
13241              Subject: [PATCH] Tied filehandle documentation
13242              
13243              Subject: [PATCH] Modernize Opcode.pm documentation
13244              
13245              Make Data::Dumper (non-XS) to work with changed semantics of ref().
13246              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13247              [applied even though said semantics didn't change in 5.6.x]
13248              
13249              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
13250              
13251              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
13252              
13253              Fix the URL, but the server is still missing in action.
13254              Subject: [ID 20000905.002] perlfaq1.pod URL error
13255              
13256              Subject: [ID 20000903.001] \w in utf8-strings
13257              
13258              Fix the ccversion detection for 5.1 and beyond.
13259              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13260              
13261              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
13262              
13263              Subject: [ID 20000904.008] Tiny fix for perldiag
13264              
13265              Subject: Re: [ID 20000906.004] segfault with bad perl statement
13266              
13267              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13268              
13269              Subject: [ID 20000908.002] perlipc documentation bug.
13270              
13271              Subject: [PATCH lib/Benchmark.pm]
13272              
13273              Re-allow vec() for characters > 255.
13274              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
13275              
13276              Do away with memory models cruft.  Sorry, PDP users.
13277              
13278              Continue #7041.
13279              
13280              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
13281              
13282              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
13283              
13284              Upgrade to CPAN 1.57_65, from Andreas König.
13285              
13286              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
13287              by Russ Allbery.
13288              
13289              Silence t/pod/*.t about alternate quote-mappings now implemented
13290              by Pod::Text, from Brad Appleton.
13291              
13292              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
13293              Subject: borland C++ win32.c tweak
13294              
13295              C<@a = @b = split(...)> optimization coredumps under ithreads
13296              (missed a spot when fixing up op_pmreplroot hack for ithreads)
13297              
13298              Document the SvUTF8*().
13299              
13300              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
13301              
13302              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
13303              
13304              Do in VMS as the #7054 does.
13305              
13306              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
13307              
13308              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
13309              
13310              Subject: [patch: perl@7045] vms updates
13311              
13312              Test for the #7049.
13313              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
13314              
13315              Break up the myconfig lines a bit.
13316              Subject: perlbug/perl -V output format
13317              
13318              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
13319              
13320              The #7054 truncated Configure badly.
13321              
13322              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
13323              initialization in all the threads on Windows
13324              
13325              Allow for whitespace between "#" and "line" in cpp output.
13326              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
13327              
13328              Remove vestiges of tr//CU.
13329              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13330              
13331              The return value of setlocale must be copied away.
13332              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
13333              
13334              Allow chop() and chomp() to be overridden.
13335              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
13336              
13337              Hints optimization.
13338              Subject: Minor nit
13339              
13340              Subject: [PATCH] de-wall t/README
13341              
13342              Subject: Re: Two advertising clauses need to be removed
13343      Branch: maint-5.6/perl
13344           !> (integrate 75 files)
13345 ____________________________________________________________________________
13346 [  8152] By: gsar                                  on 2000/12/17  20:30:11
13347         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
13348              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
13349              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
13350              
13351              Don't attach -ld to the archname if pointless.
13352              
13353              Document UNTIE in a very minimalistic way.
13354              
13355              POSIX doesn't report long double values under -Duselongdouble
13356              when the long doubles are "real" (bigger than doubles).
13357              
13358              More author updates.
13359              
13360              Try to deduce NV_MAX.  Really should be Configure fodder.
13361              
13362              :: not allowed in pathnames, change to .
13363              Subject: [PATCH perl@6938] cygwin port
13364              
13365              Forget about NV_MAX (#6951).  Various floating point tweaks,
13366              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
13367              
13368              Move the Solaris 7 scan to use64bitall, make the
13369              failure to find 64-bot sparc libc to mention the
13370              possibility of being in an intel, from Lupe and Alan.
13371              
13372              Regen perltoc.
13373              
13374              AUTHORS tweaks, from Peter Prymmer.
13375              
13376              More address tweaking.
13377              
13378              Small tweaks all over.
13379              
13380              File::Temp patches from Andreas König,
13381              
13382              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
13383              
13384              Subject: CPAN.pm beta 1.57_57 for the core
13385              
13386              Part of the solution.
13387              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
13388              
13389              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
13390              
13391              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13392              
13393              Add the overload warnings to perldiag.
13394              
13395              Drop unused argument.
13396              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13397              
13398              Subject: Nit in Configure (bleadperl@6961)
13399              
13400              Update to PodParser 1.18, from Brad Appleton.
13401              
13402              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13403              
13404              Subject: [PATCH: 6948] add SCNfldbl to configure.com
13405              
13406              Document UNTIE. Also tweak implementation to suppress the 'inner references'
13407              warning when UNTIE exists and instead pass the cound of extra references to
13408              the UNTIE method.
13409              
13410              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13411              so that case-ignoring systems like DCL can tell them from
13412              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13413              
13414              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13415              
13416              Feature ordering tweak.
13417              
13418              Regen perltoc.
13419              
13420              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13421              
13422              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13423              
13424              Subject: http:// in L<>
13425              
13426              Detypo.
13427              
13428              change#6791 accidentally clobbered change#6710, put it back
13429              
13430              Only the first line, thank you very much.
13431              
13432              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13433              plus rework the http: spots as suggested by Tom Christiansen,
13434              plus regen perltoc.
13435              
13436              Undo part of change 6489 which looks like a bulk edit which
13437              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13438              The supressing of main:: on return from select() is undesirable.
13439              
13440              Apparently avoiding the swapping is too costly.
13441              
13442              Various Configure nits by Philip Newton,
13443              plus the ebcdic one by me.
13444              
13445              Make certain cc is set before trying to run it.
13446              
13447              If overloaded %{} etc. return the object do not loop.
13448              Thus  sub deref { $_[0] } functions if object is wanted type.
13449              
13450              Update perlhist.
13451              
13452              More %{} and other deref special casing - do not pass to 'nomethod'.
13453      Branch: maint-5.6/perl
13454           !> (integrate 59 files)
13455 ____________________________________________________________________________
13456 [  8151] By: gsar                                  on 2000/12/17  19:14:38
13457         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
13458              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
13459              
13460              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
13461              
13462              Make the epsilon to be relative, not absolute.
13463              
13464              Put back the flags dump as reasoned in
13465              Subject: Re: [PATCH] Glob dumping
13466              
13467              Introduce ccname to keep track of what compiler kind of we have.
13468              
13469              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
13470              
13471              Put back the slice accidentally removed by #6907.
13472              
13473              Reset archname and archname64 always, forcing them be
13474              recomputed at each Configure run, make Configure and
13475              the hints files agree on the naming of largefiles variables.
13476              
13477              Don't say "Perl 5.0 source kit".
13478              
13479              Subject: [PATCH] fix misc cast warnings
13480              
13481              Subject: typos in pods
13482              
13483              NVs not necessarily doubles, as pointed out by Yitzchak.
13484              
13485              Subject: [PATCH 6889] add a few ldbl formats to configure.com
13486              
13487              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
13488              
13489              Better options for rsync.
13490              
13491              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
13492              
13493              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
13494              
13495              Subject: [PATCH] Re: UNTIE method 
13496              
13497              A better fix for the Socket building problem from Craig Berry.
13498              
13499              Retract the dummy test, skip the security tests (instead of failing),
13500              explain what the warnings mean.
13501              
13502              Heap decorruption.
13503              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
13504              
13505              Update to Unicode 3.0.1.
13506              
13507              Missed one Unicode file.
13508              
13509              Subject: Re: typos in pods
13510              
13511              The #6929 was too skimpy.
13512              
13513              sscanf() may be the only way to read long doubles from strings.
13514              
13515              Reveal Borland's isnan.
13516              Subject: build with BC++ tweak
13517              
13518              Issue useful diagnostic on unknown pod commands.
13519              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
13520              
13521              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
13522              
13523              Clarify the third case of ftmp-security warnings.
13524              
13525              Make -Dusemorebits find long doubles in Solaris.
13526              
13527              Wrap the test in eval.
13528      Branch: maint-5.6/perl
13529           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
13530           +> lib/unicode/PropList.txt lib/unicode/README.perl
13531           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
13532           +> lib/unicode/Unicode.301 vms/vmspipe.com
13533            - lib/unicode/Props.txt lib/unicode/UCD300.html
13534            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13535           !> (integrate 305 files)
13536 ____________________________________________________________________________
13537 [  8150] By: jhi                                   on 2000/12/17  18:47:57
13538         Log: Uncheckedin generated files.
13539      Branch: perl
13540            ! global.sym perlapi.c pod/perlapi.pod
13541 ____________________________________________________________________________
13542 [  8149] By: jhi                                   on 2000/12/17  18:41:22
13543         Log: Update Changes.
13544      Branch: perl
13545            ! Changes patchlevel.h
13546 ____________________________________________________________________________
13547 [  8148] By: jhi                                   on 2000/12/17  18:39:16
13548         Log: Subject: [PATCH] Fcntl constants speedup
13549              From: Nicholas Clark <nick@ccl4.org>
13550              Date: Sun, 17 Dec 2000 16:29:24 +0000
13551              Message-ID: <20001217162924.E97668@plum.flirble.org>
13552              
13553              Use IVs for the Fcntl constants instead of NVs.
13554      Branch: perl
13555            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
13556 ____________________________________________________________________________
13557 [  8147] By: jhi                                   on 2000/12/17  18:33:41
13558         Log: Add test for #8145 (binmode() warning), add warning for
13559              ioctl() and sockpair(), document them. (fileno() cannot
13560              be tripwired with the same kind of warning because
13561              'defined fileno($foo)' seems to be an idiom.)
13562      Branch: perl
13563            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
13564 ____________________________________________________________________________
13565 [  8146] By: gsar                                  on 2000/12/17  18:09:08
13566         Log: update Changes
13567      Branch: maint-5.6/perl
13568            ! Changes
13569 ____________________________________________________________________________
13570 [  8145] By: jhi                                   on 2000/12/17  17:39:35
13571         Log: Subject: [PATCH] Re: The long awaited feature ...
13572              From: Simon Cozens <simon@cozens.net>
13573              Date: Sun, 17 Dec 2000 12:31:56 +0000
13574              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
13575              
13576              Add a warning to binmode() about using bad filehandles
13577              (can happen e.g. if someone forgets the filehandle argument)
13578      Branch: perl
13579            ! pp_sys.c
13580 ____________________________________________________________________________
13581 [  8144] By: jhi                                   on 2000/12/17  17:33:48
13582         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
13583              From: Jonathan Stowe <gellyfish@gellyfish.com>
13584              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
13585              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
13586      Branch: perl
13587            ! lib/Net/Ping.pm
13588 ____________________________________________________________________________
13589 [  8143] By: jhi                                   on 2000/12/17  05:31:37
13590         Log: Polymorphic regexps.
13591              
13592              Fixes at least the bugs 20001028.003 (both of them...) and
13593              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
13594              also to be fixed by now, probably already before this patch.
13595      Branch: perl
13596            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
13597            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
13598            ! t/op/utf8decode.t t/pragma/utf8.t
13599 ____________________________________________________________________________
13600 [  8142] By: jhi                                   on 2000/12/16  17:16:05
13601         Log: Subject: [patch perl@8102] dos/djgpp update
13602              From: Laszlo Molnar <ml1050@freemail.hu>
13603              Date: Sat, 16 Dec 2000 01:40:52 +0100
13604              Message-ID: <20001216014052.A335@freemail.hu>
13605      Branch: perl
13606            ! djgpp/config.over t/base/commonsense.t
13607 ____________________________________________________________________________
13608 [  8141] By: jhi                                   on 2000/12/16  17:09:27
13609         Log: Few uncheckedin files.
13610      Branch: perl
13611            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
13612 ____________________________________________________________________________
13613 [  8140] By: nick                                  on 2000/12/15  22:14:31
13614         Log: Integrate mainline
13615      Branch: perlio
13616           !> (integrate 53 files)
13617 ____________________________________________________________________________
13618 [  8139] By: jhi                                   on 2000/12/15  19:49:49
13619         Log: One more IVUV tweak from Nicholas Clark.
13620      Branch: perl
13621            ! sv.c
13622 ____________________________________________________________________________
13623 [  8138] By: jhi                                   on 2000/12/15  19:17:06
13624         Log: Return of the IVUV-preservation, now seems to be happy even
13625              in Digital UNIX (the broken strtoul brokenness detection
13626              seems to have been the fly in the ointment).
13627      Branch: perl
13628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13629            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
13630            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
13631            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
13632            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13633            ! vos/config.ga.h win32/config.bc win32/config.gc
13634            ! win32/config.vc
13635 ____________________________________________________________________________
13636 [  8137] By: jhi                                   on 2000/12/15  18:12:14
13637         Log: Metaconfig unit change for #8136.
13638      Branch: metaconfig
13639            ! U/modified/d_strtoul.U
13640      Branch: metaconfig/U/perl
13641            ! d_strtoull.U d_strtouq.U
13642 ____________________________________________________________________________
13643 [  8136] By: jhi                                   on 2000/12/15  18:11:35
13644         Log: I don't think it's sensible or portable to test the strtou*
13645              on /^-/ strings.
13646      Branch: perl
13647            ! Configure
13648 ____________________________________________________________________________
13649 [  8135] By: jhi                                   on 2000/12/15  17:18:49
13650         Log: Metaconfig unit change for #8134.
13651      Branch: metaconfig
13652            ! U/modified/d_strtoul.U
13653 ____________________________________________________________________________
13654 [  8134] By: jhi                                   on 2000/12/15  17:14:13
13655         Log: If longsize is 8 we don't need a LL suffix for integer constants.
13656      Branch: perl
13657            ! Configure config_h.SH
13658 ____________________________________________________________________________
13659 [  8133] By: jhi                                   on 2000/12/15  16:00:23
13660         Log: Update Changes.
13661      Branch: perl
13662            ! Changes patchlevel.h
13663 ____________________________________________________________________________
13664 [  8132] By: jhi                                   on 2000/12/15  15:44:16
13665         Log: Some compilers get huffy if you do not cast a const pointer
13666              to a non-const when assigning.
13667      Branch: perl
13668            ! gv.c
13669 ____________________________________________________________________________
13670 [  8131] By: jhi                                   on 2000/12/15  15:38:30
13671         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
13672              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13673              Date: Fri, 15 Dec 2000 05:26:57 -0500
13674              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
13675      Branch: perl
13676            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
13677            ! t/pragma/overload.t
13678 ____________________________________________________________________________
13679 [  8130] By: jhi                                   on 2000/12/15  15:36:08
13680         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
13681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13682              Date: Thu, 14 Dec 2000 22:02:43 -0500
13683              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
13684      Branch: perl
13685            ! gv.c perl.h
13686 ____________________________________________________________________________
13687 [  8129] By: jhi                                   on 2000/12/15  15:34:16
13688         Log: Subject: PATCH: h2xs nit
13689              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13690              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
13691              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
13692              
13693              Add a template README.
13694      Branch: perl
13695            ! utils/h2xs.PL
13696 ____________________________________________________________________________
13697 [  8128] By: jhi                                   on 2000/12/15  15:32:22
13698         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
13699      Branch: perl
13700            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
13701 ____________________________________________________________________________
13702 [  8127] By: jhi                                   on 2000/12/15  15:19:34
13703         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
13704              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13705              Date:     Thu, 14 Dec 2000 20:04:42 EST
13706              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
13707      Branch: perl
13708            ! ext/Opcode/Opcode.xs
13709 ____________________________________________________________________________
13710 [  8126] By: jhi                                   on 2000/12/15  15:17:49
13711         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
13712              From: Peter Prymmer <pvhp@forte.com>
13713              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
13714              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
13715      Branch: perl
13716            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
13717            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
13718            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
13719 ____________________________________________________________________________
13720 [  8125] By: jhi                                   on 2000/12/15  15:11:05
13721         Log: This seems to be a stage sane and stable enough to checkin.
13722              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
13723      Branch: perl
13724            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
13725            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
13726            ! t/op/cmp.t t/op/numconvert.t
13727 ____________________________________________________________________________
13728 [  8124] By: jhi                                   on 2000/12/15  04:20:26
13729         Log: Something is really wonky.
13730      Branch: perl
13731            ! sv.c
13732 ____________________________________________________________________________
13733 [  8123] By: jhi                                   on 2000/12/15  04:00:50
13734         Log: Fixes for the IV UV patches to compile in Digital UNIX.
13735      Branch: perl
13736            ! sv.c
13737 ____________________________________________________________________________
13738 [  8122] By: jhi                                   on 2000/12/15  02:53:40
13739         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13740              From: "Craig A. Berry" <craigberry@mac.com>
13741              Date: Thu, 14 Dec 2000 19:10:49 -0600
13742              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
13743      Branch: perl
13744            ! vms/vms.c
13745 ____________________________________________________________________________
13746 [  8121] By: jhi                                   on 2000/12/15  02:50:00
13747         Log: Metaconfig changes for #8120.
13748      Branch: metaconfig
13749            + U/modified/d_strtoul.U
13750      Branch: metaconfig/U/perl
13751            ! d_strtoull.U d_strtouq.U
13752 ____________________________________________________________________________
13753 [  8120] By: jhi                                   on 2000/12/15  02:49:42
13754         Log: From: Nicholas Clark <nick@ccl4.org> 
13755              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
13756              Date: Thu, 14 Dec 2000 18:38:57 +0000
13757              Message-ID: <20001214183857.B97909@plum.flirble.org>
13758      Branch: perl
13759            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13760            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
13761            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13762            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13763            ! win32/config.gc win32/config.vc
13764 ____________________________________________________________________________
13765 [  8119] By: jhi                                   on 2000/12/14  23:40:58
13766         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
13767              From: Nicholas Clark <nick@ccl4.org>
13768              Date: Wed, 13 Dec 2000 20:08:50 +0000
13769              Message-ID: <20001213200849.B71166@plum.flirble.org>
13770      Branch: perl
13771            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
13772            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
13773 ____________________________________________________________________________
13774 [  8118] By: jhi                                   on 2000/12/14  22:46:26
13775         Log: Integrate perlio.
13776      Branch: perl
13777           !> MANIFEST ext/Encode/compile makedef.pl
13778 ____________________________________________________________________________
13779 [  8117] By: nick                                  on 2000/12/14  22:38:53
13780         Log: Win32 tweaks to get Encode to build
13781              - temp hack to makedef.pl till PerlIO is properly "exported".
13782              - MSVC dislikes  
13783              static encpage_t foo[];
13784              so make 'em extern for now.
13785      Branch: perlio
13786            ! ext/Encode/compile makedef.pl
13787 ____________________________________________________________________________
13788 [  8116] By: nick                                  on 2000/12/14  22:00:53
13789         Log: Document the new files
13790      Branch: perlio
13791            ! MANIFEST
13792 ____________________________________________________________________________
13793 [  8115] By: jhi                                   on 2000/12/14  21:58:01
13794         Log: MANIFEST new files of #8114.
13795      Branch: perl
13796            ! MANIFEST
13797 ____________________________________________________________________________
13798 [  8114] By: jhi                                   on 2000/12/14  21:50:49
13799         Log: Integrate perlio.
13800      Branch: perl
13801           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13802           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13803           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13804           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13805           !> ext/Encode/Makefile.PL
13806 ____________________________________________________________________________
13807 [  8113] By: jhi                                   on 2000/12/14  21:48:49
13808         Log: The documentation part of the
13809              
13810              Subject: [ID 20001214.002] Net::Ping patch
13811              From: Jonathan Stowe <gellyfish@gellyfish.com>
13812              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
13813              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
13814              since the #7529 had already addressed the same problem.
13815      Branch: perl
13816            ! lib/Net/Ping.pm
13817 ____________________________________________________________________________
13818 [  8112] By: jhi                                   on 2000/12/14  21:42:57
13819         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
13820              From: Dominic Dunlop <domo@computer.org>
13821              Date: Tue, 12 Dec 2000 10:47:10 +0100
13822              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
13823              
13824              Document how elusive subroutines can be.
13825      Branch: perl
13826            ! pod/perlfunc.pod
13827 ____________________________________________________________________________
13828 [  8111] By: jhi                                   on 2000/12/14  21:38:05
13829         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
13830              From: Dominic Dunlop <domo@computer.org>
13831              Date: Thu, 14 Dec 2000 10:13:51 +0100
13832              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
13833      Branch: perl
13834            ! ext/POSIX/POSIX.pod
13835 ____________________________________________________________________________
13836 [  8110] By: jhi                                   on 2000/12/14  21:36:32
13837         Log: Subject: [patch] perlfaq7
13838              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
13839              Date: Thu, 14 Dec 2000 15:31:07 +0100
13840              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
13841      Branch: perl
13842            ! pod/perlfaq7.pod
13843 ____________________________________________________________________________
13844 [  8109] By: jhi                                   on 2000/12/14  21:29:20
13845         Log: Subject: [8104] Encode
13846              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13847              Date: Thu, 14 Dec 2000 14:49:34 +0100
13848              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
13849              
13850              Type casting for nervous compilers.
13851      Branch: perl
13852            ! ext/Encode/Encode.xs
13853 ____________________________________________________________________________
13854 [  8108] By: jhi                                   on 2000/12/14  21:26:17
13855         Log: Subject: [8104] DB_File
13856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13857              Date: Thu, 14 Dec 2000 14:49:35 +0100
13858              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
13859              
13860              Type definition incorrect for DB 2.7.7.  Not known when it
13861              changed, so only changed it for a known revision.
13862      Branch: perl
13863            ! ext/DB_File/DB_File.xs
13864 ____________________________________________________________________________
13865 [  8107] By: jhi                                   on 2000/12/14  21:23:41
13866         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
13867              From: Peter Prymmer <pvhp@forte.com>
13868              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
13869              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
13870              
13871              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
13872      Branch: perl
13873            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13874            ! ext/Encode/Encode/posix-bc.enc
13875 ____________________________________________________________________________
13876 [  8106] By: nick                                  on 2000/12/14  20:36:13
13877         Log: "Cold" build correction to Encode's Makefile.PL
13878      Branch: perlio
13879            ! ext/Encode/Makefile.PL
13880 ____________________________________________________________________________
13881 [  8105] By: nick                                  on 2000/12/14  20:09:37
13882         Log: "Compiled" encodings.
13883              Correct replacement character in EBCDIC .enc files
13884              Add 0x7F to ASCII repertoire.
13885      Branch: perlio
13886            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13887            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13888            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13889            ! ext/Encode/Makefile.PL ext/Encode/compile
13890            ! ext/Encode/encengine.c ext/Encode/encode.h
13891 ____________________________________________________________________________
13892 [  8104] By: nick                                  on 2000/12/14  00:38:20
13893         Log: Integrate mainline
13894      Branch: perlio
13895           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
13896           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13897           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
13898           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
13899           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
13900           !> t/lib/db-hash.t t/lib/db-recno.t
13901 ____________________________________________________________________________
13902 [  8103] By: nick                                  on 2000/12/13  23:16:13
13903         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
13904              so far and so it does not get lost.
13905      Branch: perlio
13906            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13907 ____________________________________________________________________________
13908 [  8102] By: jhi                                   on 2000/12/13  17:14:22
13909         Log: Update Changes.
13910      Branch: perl
13911            ! Changes patchlevel.h
13912 ____________________________________________________________________________
13913 [  8101] By: jhi                                   on 2000/12/13  16:53:41
13914         Log: Move the proto of start_glob() to a better place; regen api files.
13915      Branch: perl
13916            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
13917 ____________________________________________________________________________
13918 [  8100] By: jhi                                   on 2000/12/13  16:47:11
13919         Log: Metaconfig change for #8099.
13920      Branch: metaconfig
13921            ! U/modified/Head.U
13922 ____________________________________________________________________________
13923 [  8099] By: jhi                                   on 2000/12/13  16:46:48
13924         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
13925              From: Andy Dougherty <doughera@lafayette.edu>
13926              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
13927              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
13928      Branch: perl
13929            ! Configure
13930 ____________________________________________________________________________
13931 [  8098] By: jhi                                   on 2000/12/13  16:39:02
13932         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
13933              From: rspier@pobox.com (Robert Spier)
13934              Date: Tue, 12 Dec 2000 21:12:39 -0500
13935              Message-ID: <14902.56087.678086.725773@rls.cx>
13936              
13937              fastgetcwd is defined using a glob alias on a $^O dependent basis -
13938              and there was no default assignment or perl subroutine.
13939      Branch: perl
13940            ! lib/Cwd.pm
13941 ____________________________________________________________________________
13942 [  8097] By: jhi                                   on 2000/12/13  16:16:01
13943         Log: Subject: [PATCH] move startglob out of pp_hot.c
13944              From: Nicholas Clark <nick@ccl4.org>
13945              Date: Mon, 11 Dec 2000 23:16:39 +0000
13946              Message-ID: <20001211231638.A55550@plum.flirble.org>
13947      Branch: perl
13948            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
13949 ____________________________________________________________________________
13950 [  8096] By: jhi                                   on 2000/12/13  15:26:23
13951         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
13952              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13953              Date: Wed, 13 Dec 2000 14:01:37 +0100
13954              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
13955              
13956              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
13957              in turn requires libpthread in libswanted.
13958      Branch: perl
13959            ! hints/hpux.sh
13960 ____________________________________________________________________________
13961 [  8095] By: jhi                                   on 2000/12/12  19:51:05
13962         Log: The integration wars continue.
13963      Branch: perl
13964           !> sv.c
13965 ____________________________________________________________________________
13966 [  8094] By: jhi                                   on 2000/12/12  19:48:26
13967         Log: Subject: [PATCH perl@8070] DB_File-1.74  
13968              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
13969              Date: Mon, 11 Dec 2000 23:07:17 -0000
13970              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
13971      Branch: perl
13972            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13973            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13974            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
13975            ! t/lib/db-recno.t
13976 ____________________________________________________________________________
13977 [  8093] By: nick                                  on 2000/12/12  19:42:13
13978         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
13979      Branch: perlio
13980            ! sv.c
13981           !> lib/File/DosGlob.pm
13982 ____________________________________________________________________________
13983 [  8092] By: jhi                                   on 2000/12/12  19:28:11
13984         Log: Integrate perlio.
13985      Branch: perl
13986           !> sv.c
13987 ____________________________________________________________________________
13988 [  8091] By: nick                                  on 2000/12/12  18:49:45
13989         Log: Fix for Tk, and upgrading shared SVs.
13990      Branch: perlio
13991            ! sv.c
13992 ____________________________________________________________________________
13993 [  8090] By: jhi                                   on 2000/12/12  16:48:59
13994         Log: Subject: [PATCH] Re: Breadperl & Tk
13995              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13996              Date: Tue, 12 Dec 2000 14:48:27 GMT
13997              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
13998      Branch: perl
13999            ! sv.c
14000 ____________________________________________________________________________
14001 [  8089] By: jhi                                   on 2000/12/12  03:37:19
14002         Log: Subject: DosGlob.pm diff for bash style brace expansion.
14003              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
14004              Date: Fri, 8 Dec 2000 10:45:30 -0600
14005              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
14006      Branch: perl
14007            ! lib/File/DosGlob.pm
14008 ____________________________________________________________________________
14009 [  8088] By: nick                                  on 2000/12/11  23:59:59
14010         Log: Integrate mainline
14011      Branch: perlio
14012           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
14013           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14014           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
14015           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
14016           !> t/op/local.t t/pragma/warn/toke toke.c
14017 ____________________________________________________________________________
14018 [  8087] By: jhi                                   on 2000/12/11  23:20:23
14019         Log: Integrate perlio.
14020      Branch: perl
14021           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14022 ____________________________________________________________________________
14023 [  8086] By: jhi                                   on 2000/12/11  22:50:59
14024         Log: Tune further the OS detection of CGI.
14025      Branch: perl
14026            ! lib/CGI.pm
14027 ____________________________________________________________________________
14028 [  8085] By: nick                                  on 2000/12/11  22:50:46
14029         Log: Finish 1st pass of "encoding" layer e.g. :
14030              open($fh,"<encoding(iso8859-7)",$greek) || die;
14031      Branch: perlio
14032            ! ext/Encode/Encode.xs perlio.c perliol.h
14033 ____________________________________________________________________________
14034 [  8084] By: jhi                                   on 2000/12/11  22:32:06
14035         Log: Revert the -f ambiguousity patch, seems to cause
14036              too much hassle (the interpret -Q as a function
14037              where Q is not a known filetest part is left in).
14038      Branch: perl
14039            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
14040            ! toke.c
14041 ____________________________________________________________________________
14042 [  8083] By: jhi                                   on 2000/12/11  22:27:23
14043         Log: (accidentally empty check-in)
14044      Branch: perl
14045            ! lib/File/DosGlob.pm
14046 ____________________________________________________________________________
14047 [  8082] By: nick                                  on 2000/12/11  19:09:51
14048         Log: Restore mmap function (broken by tweaks to shared buffer
14049              layer for encode(xxxx)).
14050      Branch: perlio
14051            ! perlio.c
14052 ____________________________________________________________________________
14053 [  8081] By: jhi                                   on 2000/12/11  18:29:13
14054         Log: Subject: Re: The long awaited feature ...
14055              From: Simon Cozens <simon@cozens.net>
14056              Date: Mon, 11 Dec 2000 15:54:24 +0000
14057              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
14058              
14059              More io/utf8 tests.
14060      Branch: perl
14061            ! t/io/utf8.t
14062 ____________________________________________________________________________
14063 [  8080] By: jhi                                   on 2000/12/11  18:19:36
14064         Log: Subject: PATCH MakeMaker manpage clarification
14065              From: andreas.koenig@anima.de (Andreas J. Koenig)
14066              Date: 10 Dec 2000 20:46:13 +0100
14067              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
14068      Branch: perl
14069            ! lib/ExtUtils/MakeMaker.pm
14070 ____________________________________________________________________________
14071 [  8079] By: jhi                                   on 2000/12/11  15:35:07
14072         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
14073              From: Simon Cozens <simon@cozens.net>
14074              Date: Sun, 10 Dec 2000 19:06:19 +0000
14075              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
14076      Branch: perl
14077            ! ext/B/B/Deparse.pm t/lib/b.t
14078 ____________________________________________________________________________
14079 [  8078] By: jhi                                   on 2000/12/11  15:09:11
14080         Log: Subject: [PATCH] docs on NaN
14081              From: Nicholas Clark <nick@ccl4.org>
14082              Date: Mon, 11 Dec 2000 01:48:38 +0000
14083              Message-ID: <20001211014838.B99205@plum.flirble.org>
14084      Branch: perl
14085            ! pod/perlop.pod
14086 ____________________________________________________________________________
14087 [  8077] By: jhi                                   on 2000/12/11  15:02:21
14088         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
14089              From: Simon Cozens <simon@cozens.net>
14090              Date: Mon, 11 Dec 2000 01:21:45 +0000
14091              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
14092      Branch: perl
14093            ! pp.c pp_hot.c scope.c t/op/local.t
14094 ____________________________________________________________________________
14095 [  8076] By: nick                                  on 2000/12/10  20:43:32
14096         Log: Not merge worthy...
14097              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
14098              syntax is modelled on attributes.
14099              Untested fix for io/utf8 on Win32 etc.
14100              Very clumsy start to the encode layer.
14101      Branch: perlio
14102            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14103 ____________________________________________________________________________
14104 [  8075] By: jhi                                   on 2000/12/10  18:39:33
14105         Log: Darwin is not Windows.
14106      Branch: perl
14107            ! lib/CGI.pm
14108 ____________________________________________________________________________
14109 [  8074] By: jhi                                   on 2000/12/10  18:31:27
14110         Log: Subject: Ambiguous -%c() resolved as a file test
14111              From: "Paul Marquess" <Paul.Marquess@openwave.com>
14112              Date: Sun, 10 Dec 2000 15:35:07 -0000
14113              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
14114      Branch: perl
14115            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
14116 ____________________________________________________________________________
14117 [  8073] By: jhi                                   on 2000/12/10  18:16:29
14118         Log: Subject: PATCH installperl misinformed 
14119              From: andreas.koenig@anima.de (Andreas J. Koenig)
14120              Date: 10 Dec 2000 13:01:32 +0100 
14121              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
14122      Branch: perl
14123            ! installperl
14124 ____________________________________________________________________________
14125 [  8072] By: jhi                                   on 2000/12/10  18:07:55
14126         Log: The walkoptree confusion rages; walkoptree() seems to be coming
14127              from B.xs, while walkoptree_slow() comes from B.pm.
14128      Branch: perl
14129            ! ext/B/B.pm
14130 ____________________________________________________________________________
14131 [  8071] By: nick                                  on 2000/12/10  11:45:47
14132         Log: Integrate mainline
14133      Branch: perlio
14134           +> t/base/commonsense.t
14135           !> (integrate 37 files)
14136 ____________________________________________________________________________
14137 [  8070] By: jhi                                   on 2000/12/10  04:46:21
14138         Log: Update Changes.
14139      Branch: perl
14140            ! Changes patchlevel.h
14141 ____________________________________________________________________________
14142 [  8069] By: jhi                                   on 2000/12/10  04:39:19
14143         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
14144              From: andreas.koenig@anima.de (Andreas J. Koenig)
14145              Date: 09 Dec 2000 17:14:25 +0100
14146              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
14147      Branch: perl
14148            + t/base/commonsense.t
14149            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
14150 ____________________________________________________________________________
14151 [  8068] By: jhi                                   on 2000/12/10  04:17:36
14152         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
14153              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14154              Date: Sat, 9 Dec 2000 16:47:22 -0000
14155              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
14156      Branch: perl
14157            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
14158            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
14159            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
14160            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
14161            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
14162            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14163            ! t/lib/sdbm.t
14164 ____________________________________________________________________________
14165 [  8067] By: jhi                                   on 2000/12/10  03:52:02
14166         Log: Test case for #8066.
14167      Branch: perl
14168            ! t/op/misc.t
14169 ____________________________________________________________________________
14170 [  8066] By: jhi                                   on 2000/12/10  03:50:30
14171         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
14172              From: Simon Cozens <simon@cozens.net>
14173              Date: Sun, 10 Dec 2000 00:55:37 +0000
14174              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
14175      Branch: perl
14176            ! pp_sys.c
14177 ____________________________________________________________________________
14178 [  8065] By: jhi                                   on 2000/12/10  03:44:52
14179         Log: Test case for #8064.
14180      Branch: perl
14181            ! t/comp/proto.t
14182 ____________________________________________________________________________
14183 [  8064] By: jhi                                   on 2000/12/10  03:42:32
14184         Log: Subject: Re: prototype of substr
14185              From: Simon Cozens <simon@cozens.net>
14186              Date: Sun, 10 Dec 2000 00:13:33 +0000
14187              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
14188              
14189              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
14190      Branch: perl
14191            ! pp.c
14192 ____________________________________________________________________________
14193 [  8063] By: jhi                                   on 2000/12/10  03:39:42
14194         Log: Subject: [PATCH] perlguts.pod
14195              From: Simon Cozens <simon@cozens.net>
14196              Date: Sun, 10 Dec 2000 00:06:47 +0000
14197              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
14198              
14199              Documentation of the different types of ops,
14200              plus the functions in dump.c
14201      Branch: perl
14202            ! pod/perlguts.pod
14203 ____________________________________________________________________________
14204 [  8062] By: jhi                                   on 2000/12/10  03:30:04
14205         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
14206              From: Nicholas Clark <nick@talking.bollo.cx>
14207              Date: Sat, 09 Dec 2000 18:57:25 +0000
14208              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
14209              
14210              Be more robust in weird hostname setups.
14211      Branch: perl
14212            ! t/lib/net-hostent.t
14213 ____________________________________________________________________________
14214 [  8061] By: jhi                                   on 2000/12/10  03:28:21
14215         Log: Pacify fussy compiler. 
14216      Branch: perl
14217            ! pp_sys.c
14218 ____________________________________________________________________________
14219 [  8060] By: jhi                                   on 2000/12/10  02:52:46
14220         Log: Integrate perlio.
14221      Branch: perl
14222           !> pp_sys.c t/io/utf8.t
14223 ____________________________________________________________________________
14224 [  8059] By: nick                                  on 2000/12/09  23:40:14
14225         Log: read/sysread/recv should now be utf8 aware.
14226              Basic test for utf8 read.
14227      Branch: perlio
14228            ! pp_sys.c t/io/utf8.t
14229 ____________________________________________________________________________
14230 [  8058] By: jhi                                   on 2000/12/09  21:56:02
14231         Log: Integrate perlio.
14232      Branch: perl
14233           +> t/io/utf8.t
14234           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
14235 ____________________________________________________________________________
14236 [  8057] By: jhi                                   on 2000/12/09  21:53:35
14237         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
14238              From: Inaba Hiroto <inaba@st.rim.or.jp>
14239              Date: Sun, 10 Dec 2000 05:53:21 +0900
14240              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
14241              
14242              Tests for #8056.
14243      Branch: perl
14244            ! t/op/each.t
14245 ____________________________________________________________________________
14246 [  8056] By: jhi                                   on 2000/12/09  21:51:16
14247         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
14248              From: Inaba Hiroto <inaba@st.rim.or.jp>
14249              Date: Sat, 09 Dec 2000 18:02:00 +0900
14250              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
14251              
14252              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
14253      Branch: perl
14254            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
14255 ____________________________________________________________________________
14256 [  8055] By: nick                                  on 2000/12/09  20:11:48
14257         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
14258              than raw PerlIO_write() - does not seem to break any tests.
14259      Branch: perlio
14260            ! pp_sys.c
14261 ____________________________________________________________________________
14262 [  8054] By: nick                                  on 2000/12/09  19:47:30
14263         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
14264              (sysread, recv and write i.e. formats still to do...)
14265              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
14266              open($fh,">:utf8","name")
14267              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
14268              so no extra overhead is involved.
14269              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
14270              to a non-utf8 stream.
14271              Add initial io/utf8.t
14272              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
14273              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
14274              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
14275      Branch: perlio
14276            + t/io/utf8.t
14277            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
14278 ____________________________________________________________________________
14279 [  8053] By: nick                                  on 2000/12/09  19:26:37
14280         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
14281              was only testing this_utf8.
14282      Branch: perlio
14283            ! toke.c
14284 ____________________________________________________________________________
14285 [  8052] By: nick                                  on 2000/12/09  19:09:41
14286         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
14287              i.e. the output string has one, but don't mess with source assumption.
14288      Branch: perlio
14289            ! toke.c
14290 ____________________________________________________________________________
14291 [  8051] By: jhi                                   on 2000/12/09  16:55:17
14292         Log: Integrate perlio.
14293      Branch: perl
14294           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
14295           !> sv.c thrdvar.h util.c
14296 ____________________________________________________________________________
14297 [  8050] By: jhi                                   on 2000/12/09  16:48:07
14298         Log: Nits noticed by Peter Prymmer.
14299      Branch: perl
14300            ! lib/ExtUtils/MM_VMS.pm
14301 ____________________________________________________________________________
14302 [  8049] By: nick                                  on 2000/12/09  13:49:40
14303         Log: UTF8 output prework.
14304              - Store $\ and $, as SVs so they can have SvUTF8 flag
14305              - use do_print() rather than raw PerlIO_write() to print them.
14306      Branch: perlio
14307            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
14308            ! thrdvar.h util.c
14309 ____________________________________________________________________________
14310 [  8048] By: nick                                  on 2000/12/09  12:30:43
14311         Log: Integrate mainline.
14312      Branch: perlio
14313           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
14314           +> t/op/reverse.t
14315           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
14316           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14317           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
14318           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
14319           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
14320           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
14321 ____________________________________________________________________________
14322 [  8047] By: jhi                                   on 2000/12/09  00:23:27
14323         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
14324              From: Michael G Schwern <schwern@pobox.com>
14325              Date: Fri, 8 Dec 2000 14:43:04 -0600
14326      Branch: perl
14327            ! lib/ExtUtils/MM_VMS.pm
14328 ____________________________________________________________________________
14329 [  8046] By: jhi                                   on 2000/12/08  23:10:27
14330         Log: A missed check-in.
14331      Branch: perl
14332            ! lib/ExtUtils/Manifest.pm
14333 ____________________________________________________________________________
14334 [  8045] By: jhi                                   on 2000/12/08  21:57:12
14335         Log: (null check-in)
14336      Branch: perl
14337            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
14338 ____________________________________________________________________________
14339 [  8044] By: jhi                                   on 2000/12/08  21:11:06
14340         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
14341              at the final draft stage.
14342      Branch: perl
14343            + ext/Encode/Encode/iso8859-16.enc
14344            ! MANIFEST
14345 ____________________________________________________________________________
14346 [  8043] By: jhi                                   on 2000/12/08  16:39:04
14347         Log: Update Changes.
14348      Branch: perl
14349            ! Changes patchlevel.h
14350 ____________________________________________________________________________
14351 [  8042] By: jhi                                   on 2000/12/08  16:33:39
14352         Log: Do not return the Unicode replacement character if UTF-8
14353              decoding goes awry, it should be up to the caller to decide.
14354      Branch: perl
14355            ! pod/perlapi.pod utf8.c
14356 ____________________________________________________________________________
14357 [  8041] By: jhi                                   on 2000/12/08  16:22:28
14358         Log: metaconfig maintenance.
14359      Branch: metaconfig
14360            ! U/modified/stdchar.U
14361      Branch: metaconfig/U/perl
14362            + testsyml.U
14363 ____________________________________________________________________________
14364 [  8040] By: jhi                                   on 2000/12/08  16:03:08
14365         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
14366              From: sthoenna@efn.org
14367              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
14368              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
14369      Branch: perl
14370            ! Changes lib/ExtUtils/MM_OS2.pm
14371 ____________________________________________________________________________
14372 [  8039] By: jhi                                   on 2000/12/08  15:57:11
14373         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
14374              From: Simon Cozens <simon@cozens.net>
14375              Date: Fri, 8 Dec 2000 13:33:31 +0000
14376              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
14377              
14378              (The pp_hot part needed a rewrite.)
14379      Branch: perl
14380            ! doop.c pp_hot.c utf8.c
14381 ____________________________________________________________________________
14382 [  8038] By: jhi                                   on 2000/12/08  15:25:08
14383         Log: Subject: djSP
14384              From: Michael Stevens <michael@etla.org>
14385              Date: Wed, 6 Dec 2000 23:24:01 +0000
14386              Message-ID: <20001206232400.A21381@firedrake.org>
14387              
14388              Plus a note from Nick Ing-Simmons.
14389      Branch: perl
14390            ! pp.h
14391 ____________________________________________________________________________
14392 [  8037] By: jhi                                   on 2000/12/08  15:18:35
14393         Log: Filetype is text.
14394      Branch: perl
14395            ! t/op/utf8decode.t
14396 ____________________________________________________________________________
14397 [  8036] By: jhi                                   on 2000/12/08  03:31:27
14398         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14399              From: Andy Dougherty <doughera@lafayette.edu>
14400              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
14401              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
14402              
14403              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14404              From: Andy Dougherty <doughera@lafayette.edu>
14405              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
14406              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
14407      Branch: perl
14408            + ext/POSIX/hints/svr4.pl
14409            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
14410 ____________________________________________________________________________
14411 [  8035] By: jhi                                   on 2000/12/08  03:26:01
14412         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
14413              From: Andy Dougherty <doughera@lafayette.edu>
14414              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
14415              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
14416      Branch: perl
14417            ! t/README t/base/term.t
14418 ____________________________________________________________________________
14419 [  8034] By: jhi                                   on 2000/12/08  03:21:59
14420         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
14421              From: mjd@plover.com  
14422              Date: 7 Dec 2000 21:04:20 -0000
14423              Message-ID: <20001207210420.22282.qmail@plover.com>
14424              
14425              Plus -z doc.
14426      Branch: perl
14427            ! pod/perlfunc.pod
14428 ____________________________________________________________________________
14429 [  8033] By: jhi                                   on 2000/12/08  03:19:03
14430         Log: Use the UTF8 macros a bit.  They can't be used with abandon
14431              everywhere because we do generate illegal UTF-8 in some situations.
14432              This is of course naughty.
14433      Branch: perl
14434            ! pod/perlapi.pod utf8.c utf8.h
14435 ____________________________________________________________________________
14436 [  8032] By: jhi                                   on 2000/12/08  03:00:09
14437         Log: Out of sync?
14438      Branch: perl
14439            ! t/pragma/warn/utf8
14440 ____________________________________________________________________________
14441 [  8031] By: jhi                                   on 2000/12/08  02:22:39
14442         Log: Cnt spl.
14443      Branch: perl
14444            ! MANIFEST
14445 ____________________________________________________________________________
14446 [  8030] By: jhi                                   on 2000/12/08  01:23:54
14447         Log: Add test for reverse().
14448      Branch: perl
14449            + t/op/reverse.t
14450            ! MANIFEST
14451 ____________________________________________________________________________
14452 [  8029] By: jhi                                   on 2000/12/08  01:21:47
14453         Log: Integrate perlio.
14454      Branch: perl
14455           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
14456           !> perlio.c perlio.h perlsdio.h warnings.pl
14457 ____________________________________________________________________________
14458 [  8028] By: jhi                                   on 2000/12/08  01:19:08
14459         Log: Introduce macros for UTF8 decoding.
14460      Branch: perl
14461            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
14462 ____________________________________________________________________________
14463 [  8027] By: nick                                  on 2000/12/07  22:18:19
14464         Log: Integrate mainline
14465      Branch: perlio
14466           !> embed.pl pod/perlapi.pod utf8.c
14467 ____________________________________________________________________________
14468 [  8026] By: nick                                  on 2000/12/07  21:45:08
14469         Log: Various oddities p4 diff -se showed up
14470              Remove 'our' from warnings.pl
14471      Branch: perlio
14472            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
14473 ____________________________________________________________________________
14474 [  8025] By: nick                                  on 2000/12/07  21:43:32
14475         Log: Change PerlIO_(get|set)pos to take SV *
14476              Should fix, OS/2, VMS, (sfio??)
14477      Branch: perlio
14478            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
14479 ____________________________________________________________________________
14480 [  8024] By: jhi                                   on 2000/12/07  19:05:32
14481         Log: Document utf8_to_uv() better.
14482      Branch: perl
14483            ! pod/perlapi.pod utf8.c
14484 ____________________________________________________________________________
14485 [  8023] By: jhi                                   on 2000/12/07  18:23:47
14486         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
14487      Branch: perl
14488            ! embed.pl pod/perlapi.pod utf8.c
14489 ____________________________________________________________________________
14490 [  8022] By: jhi                                   on 2000/12/07  04:13:51
14491         Log: Integrate perlio.
14492      Branch: perl
14493           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
14494           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
14495           !> win32/makefile.mk
14496 ____________________________________________________________________________
14497 [  8021] By: nick                                  on 2000/12/07  00:28:14
14498         Log: Various attempts at MSVC debug - not sure what has
14499              changed but works now. 
14500              Seems atexit() _may_ work for DLLs built with MSVC so don't
14501              call cleanup that way.
14502      Branch: perlio
14503            ! perlio.c win32/makefile.mk
14504 ____________________________________________________________________________
14505 [  8020] By: nick                                  on 2000/12/06  19:57:20
14506         Log: Integrate mainline
14507      Branch: perlio
14508           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
14509           !> (integrate 75 files)
14510 ____________________________________________________________________________
14511 [  8019] By: nick                                  on 2000/12/06  19:28:21
14512         Log: Add useperlio to config.vc
14513              Turn off binmode in config_H.PL
14514              Regen all the config_H.xx
14515              Attempt to get debugging build with MSVC.
14516      Branch: perlio
14517            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14518            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
14519 ____________________________________________________________________________
14520 [  8018] By: nick                                  on 2000/12/06  19:21:57
14521         Log: Test various dup/external program options on all platforms.
14522      Branch: perlio
14523            ! t/io/dup.t
14524 ____________________________________________________________________________
14525 [  8017] By: nick                                  on 2000/12/06  19:20:47
14526         Log: Fix harness to be less picky
14527      Branch: perlio
14528            ! lib/Test/Harness.pm
14529 ____________________________________________________________________________
14530 [  8016] By: jhi                                   on 2000/12/06  16:45:12
14531         Log: Update Changes.
14532      Branch: perl
14533            ! Changes patchlevel.h
14534 ____________________________________________________________________________
14535 [  8015] By: jhi                                   on 2000/12/06  16:41:03
14536         Log: Test \x{...} with ord().
14537      Branch: perl
14538            ! t/op/ord.t
14539 ____________________________________________________________________________
14540 [  8014] By: jhi                                   on 2000/12/06  16:20:33
14541         Log: Test tweak because of #8013.
14542      Branch: perl
14543            ! t/lib/b.t
14544 ____________________________________________________________________________
14545 [  8013] By: jhi                                   on 2000/12/06  16:09:09
14546         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
14547              From: Michael G Schwern <schwern@pobox.com>
14548              Date: Tue, 5 Dec 2000 21:23:28 -0500
14549              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
14550              
14551              Carp::Heavy parts not very applicable because of recent changes.
14552      Branch: perl
14553            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
14554            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
14555            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
14556            ! lib/Exporter.pm lib/Exporter/Heavy.pm
14557            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
14558            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14559            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
14560            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
14561            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
14562            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
14563            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
14564            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
14565            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
14566            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
14567            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
14568            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
14569            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
14570            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
14571            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
14572            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
14573            ! warnings.pl
14574 ____________________________________________________________________________
14575 [  8012] By: jhi                                   on 2000/12/06  15:22:38
14576         Log: Subject: [PATCH] Re: New harness is failing things
14577              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14578              Date: Wed, 6 Dec 2000 13:00:30 GMT
14579              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
14580      Branch: perl
14581            ! lib/Test/Harness.pm
14582 ____________________________________________________________________________
14583 [  8011] By: jhi                                   on 2000/12/06  15:12:08
14584         Log: Subject: installhtml changes
14585              From: Michael Stevens <michael@etla.org>
14586              Date: Wed, 6 Dec 2000 13:15:53 +0000
14587              Message-ID: <20001206131553.A27317@firedrake.org>
14588      Branch: perl
14589            ! installhtml
14590 ____________________________________________________________________________
14591 [  8010] By: jhi                                   on 2000/12/06  15:06:05
14592         Log: Subject: the dTHR hits
14593              From: Michael Stevens <michael@etla.org>
14594              Date: Wed, 6 Dec 2000 12:06:03 +0000
14595              Message-ID: <20001206120603.A24581@firedrake.org>
14596              
14597              More, errrm, less dTHRs.
14598      Branch: perl
14599            ! bytecode.pl ext/B/B/C.pm
14600 ____________________________________________________________________________
14601 [  8009] By: jhi                                   on 2000/12/06  15:04:25
14602         Log: Subject: MakeMaker mailing list gone?
14603              From: Michael G Schwern <schwern@pobox.com>
14604              Date: Tue, 5 Dec 2000 19:29:59 -0500
14605              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
14606              
14607              The MakeMaker mailing list is dead, perlbug is the right
14608              address to report bugs.
14609      Branch: perl
14610            ! lib/ExtUtils/MakeMaker.pm
14611 ____________________________________________________________________________
14612 [  8008] By: jhi                                   on 2000/12/06  15:00:32
14613         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
14614              From: Michael G Schwern <schwern@pobox.com>
14615              Date: Tue, 5 Dec 2000 19:21:21 -0500
14616              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
14617              
14618              Add a default MANIFEST skip that ignores things like
14619              version control files, editor temporary files, and the Makefile.
14620      Branch: perl
14621            + lib/ExtUtils/MANIFEST.SKIP
14622            ! MANIFEST lib/ExtUtils/Manifest.pm
14623 ____________________________________________________________________________
14624 [  8007] By: jhi                                   on 2000/12/06  14:57:20
14625         Log: In Amiga more manual hackery of the scripts seems to be needed,
14626              from Jan-Erik Karlsson.  Why Configure does not get this right
14627              is unknown, may be shell-induced.
14628      Branch: perl
14629            ! README.amiga
14630 ____________________________________________________________________________
14631 [  8006] By: jhi                                   on 2000/12/05  23:53:12
14632         Log: Add TOPm1s to peek at the second topmost stack item.
14633      Branch: perl
14634            ! pp.h
14635 ____________________________________________________________________________
14636 [  8005] By: jhi                                   on 2000/12/05  23:13:55
14637         Log: Avaunt, you foul UTF-8 tests.
14638      Branch: perl
14639            ! t/op/ver.t t/pragma/utf8.t
14640 ____________________________________________________________________________
14641 [  8004] By: jhi                                   on 2000/12/05  23:09:54
14642         Log: Continue utf8 dispersal. 
14643      Branch: perl
14644            + t/op/concat.t
14645            ! MANIFEST t/pragma/utf8.t
14646 ____________________________________________________________________________
14647 [  8003] By: nick                                  on 2000/12/05  23:02:39
14648         Log: Integrate mainline.
14649      Branch: perlio
14650           +> t/op/length.t t/op/utf8decode.t
14651           !> (integrate 69 files)
14652 ____________________________________________________________________________
14653 [  8002] By: jhi                                   on 2000/12/05  22:59:28
14654         Log: Integrate perlio.
14655      Branch: perl
14656           !> iperlsys.h perl.c perlio.c win32/perllib.c
14657 ____________________________________________________________________________
14658 [  8001] By: nick                                  on 2000/12/05  22:07:52
14659         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
14660              - calloc/free suffer from damage on TerminateThread()
14661              - use PerlMemShared (as originally planned) now fixed
14662              - avoid doing anything important on DLL "detach".
14663      Branch: perlio
14664            ! perl.c perlio.c win32/perllib.c
14665 ____________________________________________________________________________
14666 [  8000] By: nick                                  on 2000/12/05  21:05:09
14667         Log: Fix gross PerlMemShared issue.
14668      Branch: perlio
14669            ! iperlsys.h
14670 ____________________________________________________________________________
14671 [  7999] By: jhi                                   on 2000/12/05  20:46:58
14672         Log: Test for Unicode (UTF-8) hash keys.
14673      Branch: perl
14674            ! t/op/each.t
14675 ____________________________________________________________________________
14676 [  7998] By: jhi                                   on 2000/12/05  20:30:35
14677         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
14678              is now always UTF-8), empty line cosmetics.
14679      Branch: perl
14680            ! t/pragma/utf8.t
14681 ____________________________________________________________________________
14682 [  7997] By: jhi                                   on 2000/12/05  20:15:40
14683         Log: Subject: Re: STRLEN - what?
14684              From: Andy Dougherty <doughera@lafayette.edu>
14685              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
14686              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
14687              
14688              Explain STRLEN.
14689      Branch: perl
14690            ! pod/perlguts.pod
14691 ____________________________________________________________________________
14692 [  7996] By: jhi                                   on 2000/12/05  20:13:34
14693         Log: Split off the UTF-8 decoder tests, make them to check also
14694              the error message.
14695      Branch: perl
14696            + t/op/utf8decode.t
14697            ! MANIFEST t/pragma/utf8.t utf8.c
14698 ____________________________________________________________________________
14699 [  7995] By: jhi                                   on 2000/12/05  16:39:47
14700         Log: Start migrating bits of pragma/utf8 to elsewhere
14701              (since the long term plan is to obsolete 'use utf8').
14702      Branch: perl
14703            + t/op/length.t
14704            ! MANIFEST t/pragma/utf8.t
14705 ____________________________________________________________________________
14706 [  7994] By: jhi                                   on 2000/12/05  16:30:21
14707         Log: Fix a manual edit typo from #7993, fix the message formatting
14708              for Unicode, add few our declarations.
14709      Branch: perl
14710            ! lib/Carp/Heavy.pm
14711 ____________________________________________________________________________
14712 [  7993] By: jhi                                   on 2000/12/05  16:09:15
14713         Log: Subject: Need help with warnings :-(
14714              From: "Ben Tilly" <ben_tilly@hotmail.com>
14715              Date: Tue, 05 Dec 2000 01:35:54 -0500
14716              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
14717              
14718              Subject: UPDATE: Carp/Heavy now passes all tests
14719              From: "Ben Tilly" <ben_tilly@hotmail.com>
14720              Date: Tue, 05 Dec 2000 07:59:41 -0500
14721              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
14722              
14723              The Brave New Carp.
14724      Branch: perl
14725            ! lib/Carp.pm lib/Carp/Heavy.pm
14726 ____________________________________________________________________________
14727 [  7992] By: jhi                                   on 2000/12/05  15:55:08
14728         Log: Subject: [PATCH perl@7979] cygwin port
14729              From: "Eric Fifer" <efifer@dircon.co.uk>
14730              Date: Tue, 5 Dec 2000 14:04:09 -0000
14731              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
14732      Branch: perl
14733            ! t/lib/net-hostent.t
14734 ____________________________________________________________________________
14735 [  7991] By: jhi                                   on 2000/12/05  15:52:34
14736         Log: Subject: Re: [PATCH] The largest hoax of all times?
14737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14738              Date: Tue, 5 Dec 2000 00:40:25 -0500
14739              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
14740              
14741              Subject: Re: [PATCH] The largest hoax of all times?
14742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14743              Date: Mon, 4 Dec 2000 23:55:53 -0500
14744              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
14745              
14746              Subject: Re: [PATCH] The largest hoax of all times?
14747              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14748              Date: Tue, 5 Dec 2000 01:28:45 -0500
14749              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
14750              
14751              Fix the unpredictable order of DESTROYs.
14752      Branch: perl
14753            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
14754            ! sv.c sv.h t/op/ref.t
14755 ____________________________________________________________________________
14756 [  7990] By: jhi                                   on 2000/12/05  14:38:53
14757         Log: Subject: [PATCH] shrink pp_hot fractionally
14758              From: Nicholas Clark <nick@ccl4.org>
14759              Date: Tue, 5 Dec 2000 12:44:31 +0000
14760              Message-ID: <20001205124431.E74518@plum.flirble.org>
14761              
14762              Use report_evil_fh().
14763      Branch: perl
14764            ! opcode.pl opnames.h pp_hot.c util.c
14765 ____________________________________________________________________________
14766 [  7989] By: jhi                                   on 2000/12/05  14:21:27
14767         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14768              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14769              Date: Mon, 04 Dec 2000 22:21:59 -0800
14770              Message-ID: <HmIL6gzkgepS092yn@efn.org>
14771              
14772              Harness shouldn't ignore responses like "ok 3\r\r\n".
14773      Branch: perl
14774            ! lib/Test/Harness.pm
14775 ____________________________________________________________________________
14776 [  7988] By: jhi                                   on 2000/12/05  13:51:28
14777         Log: Integrate the "skip" messages to explain().
14778      Branch: perl
14779            ! t/lib/syslfs.t t/op/lfs.t
14780 ____________________________________________________________________________
14781 [  7987] By: jhi                                   on 2000/12/05  12:34:54
14782         Log: The one that got away in #7984.
14783              
14784              Subject: Re: dTHR - what and why?
14785              From: Michael Stevens <michael@etla.org> 
14786              Date: Tue, 5 Dec 2000 11:15:52 +0000
14787              Message-ID: <20001205111552.A4647@firedrake.org>
14788      Branch: perl
14789            ! sv.h
14790 ____________________________________________________________________________
14791 [  7986] By: gsar                                  on 2000/12/05  09:14:44
14792         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
14793              due to the notorious GetFileType() bug in Windows 9x, which fstat()
14794              tickles)
14795      Branch: perl
14796            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
14797 ____________________________________________________________________________
14798 [  7985] By: jhi                                   on 2000/12/05  05:49:03
14799         Log: Integrate perlio.
14800      Branch: perl
14801           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14802           !> win32/perlhost.h win32/perllib.c
14803 ____________________________________________________________________________
14804 [  7984] By: jhi                                   on 2000/12/05  05:48:16
14805         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
14806      Branch: perl
14807            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
14808            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
14809            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
14810            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
14811            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
14812            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14813            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
14814            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
14815            ! win32/win32.c
14816 ____________________________________________________________________________
14817 [  7983] By: nick                                  on 2000/12/04  23:27:43
14818         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
14819      Branch: perlio
14820            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14821            ! win32/perlhost.h win32/perllib.c
14822 ____________________________________________________________________________
14823 [  7982] By: jhi                                   on 2000/12/04  19:44:09
14824         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
14825              uncovered by #7980.
14826      Branch: perl
14827            ! op.c
14828 ____________________________________________________________________________
14829 [  7981] By: jhi                                   on 2000/12/04  19:42:07
14830         Log: Subject: [PATCH] Trivial dump.c feature
14831              From: Simon Cozens <simon@cozens.net>
14832              Date: Mon, 4 Dec 2000 18:08:38 +0000
14833              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
14834              
14835              Show whether a constant is UTF-8.
14836      Branch: perl
14837            ! dump.c
14838 ____________________________________________________________________________
14839 [  7980] By: jhi                                   on 2000/12/04  19:36:51
14840         Log: UTF-8 hash keys, patch from Inaba Hiroto.
14841      Branch: perl
14842            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
14843 ____________________________________________________________________________
14844 [  7979] By: jhi                                   on 2000/12/04  17:36:28
14845         Log: Update Changes.
14846      Branch: perl
14847            ! Changes patchlevel.h
14848 ____________________________________________________________________________
14849 [  7978] By: jhi                                   on 2000/12/04  16:42:17
14850         Log: Retract #7977, still too volatile (the euphemism of the day
14851              for unfinished and buggy :-)
14852      Branch: perl
14853            ! doop.c hv.c pp.c sv.h
14854 ____________________________________________________________________________
14855 [  7977] By: jhi                                   on 2000/12/04  16:25:15
14856         Log: (Retracted by #7978, too shaky yet.)
14857              
14858              Subject: Re: utf8 in hash keys, implementor missing
14859              From: Simon Cozens <simon@cozens.net>
14860              Date: Sat, 2 Dec 2000 19:49:35 +0000
14861              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
14862              
14863              The first step at UTF-8 hash keys.
14864      Branch: perl
14865            ! doop.c hv.c pp.c sv.h
14866 ____________________________________________________________________________
14867 [  7976] By: jhi                                   on 2000/12/04  16:13:53
14868         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14869              From: sthoenna@efn.org
14870              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
14871              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
14872      Branch: perl
14873            ! os2/os2.c perlio.c
14874 ____________________________________________________________________________
14875 [  7975] By: jhi                                   on 2000/12/04  16:05:25
14876         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
14877              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14878              Date: Thu, 30 Nov 2000 20:50:37 -0800
14879              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
14880      Branch: perl
14881            ! os2/os2.c
14882 ____________________________________________________________________________
14883 [  7974] By: jhi                                   on 2000/12/04  16:03:57
14884         Log: Subject: [PATCH] ++ 20% faster
14885              From: Nicholas Clark <nick@ccl4.org>
14886              Date: Mon, 4 Dec 2000 12:17:27 +0000
14887              Message-ID: <20001204121726.B52976@plum.flirble.org>
14888              
14889              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
14890      Branch: perl
14891            ! sv.c
14892 ____________________________________________________________________________
14893 [  7973] By: jhi                                   on 2000/12/04  16:00:48
14894         Log: 
14895              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
14896              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14897              Date: Mon, 04 Dec 2000 12:30:45 +0100
14898              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
14899              
14900              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14901              library (getprotobyname and getprotobynumber are outversioned by
14902              the same calls in libc, at least for xlc version 3.
14903      Branch: perl
14904            ! hints/aix.sh
14905 ____________________________________________________________________________
14906 [  7972] By: jhi                                   on 2000/12/04  02:58:31
14907         Log: Integrate perlio.
14908      Branch: perl
14909           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
14910           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
14911           !> win32/win32.h win32/win32iop.h win32/win32thread.h
14912 ____________________________________________________________________________
14913 [  7971] By: nick                                  on 2000/12/04  00:24:33
14914         Log: Quieten some noise in Win32 builds:
14915              - win32.h is included after <sys/socket.h>, so need to 
14916              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
14917              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
14918      Branch: perlio
14919            ! doio.c perl.h toke.c win32/win32.h
14920 ____________________________________________________________________________
14921 [  7970] By: nick                                  on 2000/12/03  22:57:46
14922         Log: PERL_IMPLICIT_SYS compiles but does not work.
14923      Branch: perlio
14924            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
14925            ! win32/perlhost.h win32/perllib.c win32/win32.h
14926            ! win32/win32iop.h win32/win32thread.h
14927 ____________________________________________________________________________
14928 [  7969] By: jhi                                   on 2000/12/03  22:12:58
14929         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
14930              used to swash_init(), makes regprop() dumps more informative
14931              (+utf8::IsAlpha, -utf8::IsDigit, for example).
14932      Branch: perl
14933            ! regcomp.c regexec.c
14934 ____________________________________________________________________________
14935 [  7968] By: jhi                                   on 2000/12/03  21:39:56
14936         Log: Implement ANYOFUTF8 regprop() dumping.
14937      Branch: perl
14938            ! regcomp.c
14939 ____________________________________________________________________________
14940 [  7967] By: jhi                                   on 2000/12/03  20:57:19
14941         Log: Make uv_to_utf8() to zero-terminate its output buffer,
14942              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
14943      Branch: perl
14944            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
14945 ____________________________________________________________________________
14946 [  7966] By: nick                                  on 2000/12/03  18:41:21
14947         Log: Integrate mainline (STDCHAR)
14948      Branch: perlio
14949           !> Configure t/pragma/utf8.t
14950 ____________________________________________________________________________
14951 [  7965] By: jhi                                   on 2000/12/03  17:58:20
14952         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
14953      Branch: perl
14954            ! t/pragma/utf8.t
14955 ____________________________________________________________________________
14956 [  7964] By: jhi                                   on 2000/12/03  17:35:56
14957         Log: Integrate perlio.
14958      Branch: perl
14959           !> iperlsys.h perlio.c
14960 ____________________________________________________________________________
14961 [  7963] By: jhi                                   on 2000/12/03  17:33:55
14962         Log: Metaconfig unit change for #7962.
14963      Branch: metaconfig
14964            ! U/modified/stdchar.U
14965 ____________________________________________________________________________
14966 [  7962] By: jhi                                   on 2000/12/03  17:33:27
14967         Log: Untangle the <stdio.h> #include nest for the stdchar test,
14968              from Andy Dougherty.
14969      Branch: perl
14970            ! Configure
14971 ____________________________________________________________________________
14972 [  7961] By: nick                                  on 2000/12/03  16:53:00
14973         Log: Make iperlsys.h vector stdio not PerlIO.
14974      Branch: perlio
14975            ! iperlsys.h perlio.c
14976 ____________________________________________________________________________
14977 [  7960] By: nick                                  on 2000/12/03  14:43:01
14978         Log: Integrate mainline
14979      Branch: perlio
14980           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
14981           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
14982 ____________________________________________________________________________
14983 [  7959] By: jhi                                   on 2000/12/03  08:16:36
14984         Log: Use DO_UTF8().
14985      Branch: perl
14986            ! op.c
14987 ____________________________________________________________________________
14988 [  7958] By: jhi                                   on 2000/12/02  18:33:05
14989         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14990              From: Mike Guy <mjtg@cam.ac.uk>         
14991              Date: Sat, 02 Dec 2000 17:27:13 +0000
14992              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
14993              
14994              An extraneous argument.
14995      Branch: perl
14996            ! toke.c
14997 ____________________________________________________________________________
14998 [  7957] By: jhi                                   on 2000/12/02  18:22:32
14999         Log: A missing hunk.
15000      Branch: perl
15001            ! t/lib/net-hostent.t
15002 ____________________________________________________________________________
15003 [  7956] By: jhi                                   on 2000/12/02  18:06:20
15004         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
15005              From: Nicholas Clark <nick@ccl4.org>
15006              Date: Sat, 2 Dec 2000 14:28:27 +0000
15007              Message-ID: <20001202142827.A12308@plum.flirble.org>
15008              
15009              Test robustness.
15010      Branch: perl
15011            ! t/lib/net-hostent.t
15012 ____________________________________________________________________________
15013 [  7955] By: jhi                                   on 2000/12/02  17:58:06
15014         Log: Metaconfig unit change for #7954.
15015      Branch: metaconfig
15016            ! U/modified/stdchar.U
15017 ____________________________________________________________________________
15018 [  7954] By: jhi                                   on 2000/12/02  17:54:32
15019         Log: An inconvenient hang would happen if the stdio _ptr wasn't
15020              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
15021              would be grepping stdin for all eternity for the _ptr.)
15022      Branch: perl
15023            ! Configure
15024 ____________________________________________________________________________
15025 [  7953] By: jhi                                   on 2000/12/02  00:07:15
15026         Log: Update Changes.
15027      Branch: perl
15028            ! Changes patchlevel.h
15029 ____________________________________________________________________________
15030 [  7952] By: jhi                                   on 2000/12/01  23:54:47
15031         Log: Subject: Re: long shell lines
15032              From: Andy Dougherty <doughera@lafayette.edu>
15033              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
15034              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
15035              
15036              Split overly long shell command lines.
15037      Branch: perl
15038            ! lib/ExtUtils/MM_Unix.pm
15039 ____________________________________________________________________________
15040 [  7951] By: jhi                                   on 2000/12/01  23:48:02
15041         Log: The metaconfig unit change for #7950.
15042      Branch: metaconfig
15043            + U/modified/stdchar.U
15044 ____________________________________________________________________________
15045 [  7950] By: jhi                                   on 2000/12/01  23:47:39
15046         Log: Try to find stdchar also from <stdio_impl.h>.
15047      Branch: perl
15048            ! Configure config_h.SH
15049 ____________________________________________________________________________
15050 [  7949] By: jhi                                   on 2000/12/01  23:46:45
15051         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
15052              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15053              Date: Fri, 1 Dec 2000 16:26:08 -0500
15054              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
15055              
15056              Reword the diagnostic message.
15057      Branch: perl
15058            ! pod/perldiag.pod
15059 ____________________________________________________________________________
15060 [  7948] By: nick                                  on 2000/12/01  22:49:43
15061         Log: Integrate mainline (for s/y/m as sub names stuff).
15062      Branch: perlio
15063           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
15064           !> t/pragma/warn/toke toke.c
15065 ____________________________________________________________________________
15066 [  7947] By: jhi                                   on 2000/12/01  20:55:41
15067         Log: Integrate perlio.
15068      Branch: perl
15069           !> perlio.c perliol.h t/io/pipe.t
15070 ____________________________________________________________________________
15071 [  7946] By: jhi                                   on 2000/12/01  20:36:51
15072         Log: Upgrade to CPAN 1.59_51, from Andreas König.
15073      Branch: perl
15074            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15075 ____________________________________________________________________________
15076 [  7945] By: nick                                  on 2000/12/01  20:31:32
15077         Log: Integrate mainline
15078      Branch: perlio
15079           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
15080           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
15081           +> t/lib/net-hostent.t
15082           !> (integrate 35 files)
15083 ____________________________________________________________________________
15084 [  7944] By: jhi                                   on 2000/12/01  20:23:29
15085         Log: Some help for 20001130.011.  Now one gets warnings like
15086              "Ambiguous -f() resolved as a file test ..."
15087      Branch: perl
15088            ! pod/perldiag.pod t/pragma/warn/toke toke.c
15089 ____________________________________________________________________________
15090 [  7943] By: jhi                                   on 2000/12/01  19:44:44
15091         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
15092              that also breaks using them as methods. 
15093      Branch: perl
15094            ! pod/perldiag.pod t/op/misc.t toke.c
15095 ____________________________________________________________________________
15096 [  7942] By: nick                                  on 2000/12/01  17:56:46
15097         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
15098              Make 'unix' pass most tests
15099              - do unread by temporary push of layer ("pending") holding unread chars
15100              - fast_gets is now based on per-handle flag
15101              - relax one of io/pipe.t tests to allow print to fail and close to
15102              succeed so that it passes on unbuffered "unix" layer.
15103              Remaining fail is sporadic and a genuine race condition between
15104              parent/child in fork test.
15105      Branch: perlio
15106            ! perlio.c perliol.h t/io/pipe.t
15107 ____________________________________________________________________________
15108 [  7941] By: jhi                                   on 2000/12/01  15:28:58
15109         Log: (Retracted by #7943.)
15110              
15111              Reserve the short named string operator names.
15112      Branch: perl
15113            ! pod/perldiag.pod t/op/misc.t toke.c
15114 ____________________________________________________________________________
15115 [  7940] By: jhi                                   on 2000/12/01  06:45:53
15116         Log: Get the three different space character classes right under utf8.
15117      Branch: perl
15118            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
15119            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
15120            ! regexec.c t/op/pat.t utf8.c
15121 ____________________________________________________________________________
15122 [  7939] By: jhi                                   on 2000/12/01  03:26:26
15123         Log: Two more tests that make no sense in UTF-8 since the test
15124              data is not in UTF-8.
15125      Branch: perl
15126            ! t/op/regexp.t
15127 ____________________________________________________________________________
15128 [  7938] By: jhi                                   on 2000/12/01  03:20:39
15129         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
15130              should it be required inside regexen?
15131      Branch: perl
15132            ! regcomp.c t/op/regmesg.t
15133 ____________________________________________________________________________
15134 [  7937] By: jhi                                   on 2000/12/01  02:58:53
15135         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
15136              stored and restored, and thusly was trounced by the utf8 swash
15137              routines.
15138      Branch: perl
15139            ! regcomp.c
15140 ____________________________________________________________________________
15141 [  7936] By: jhi                                   on 2000/11/30  20:41:39
15142         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
15143              Why the different platforms behave so differently (core dump vs
15144              no core dump) on this bug is a but of a mystery, but if I had to
15145              guess I would mumble something like 'alignment'.
15146      Branch: perl
15147            ! sv.c
15148 ____________________________________________________________________________
15149 [  7935] By: jhi                                   on 2000/11/30  16:17:02
15150         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
15151              From: Robin Barker <rmb1@cise.npl.co.uk>
15152              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
15153              Date: Thu, 30 Nov 2000 14:27:12 GMT
15154      Branch: perl
15155            ! perlio.c toke.c
15156 ____________________________________________________________________________
15157 [  7934] By: jhi                                   on 2000/11/30  16:04:49
15158         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
15159      Branch: perl
15160            ! t/lib/net-hostent.t
15161 ____________________________________________________________________________
15162 [  7933] By: jhi                                   on 2000/11/30  06:07:26
15163         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
15164              From: Peter Prymmer <pvhp@forte.com>
15165              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
15166              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
15167              
15168              In VMS the localhost may be LOCALHOST.
15169      Branch: perl
15170            ! t/lib/net-hostent.t
15171 ____________________________________________________________________________
15172 [  7932] By: jhi                                   on 2000/11/30  01:11:11
15173         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
15174              From: Peter Prymmer <pvhp@forte.com>
15175              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
15176              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
15177              
15178              plus regen perlapi.pod.
15179      Branch: perl
15180            ! pod/perlapi.pod utf8.c
15181 ____________________________________________________________________________
15182 [  7931] By: jhi                                   on 2000/11/30  01:06:19
15183         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
15184              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15185              Date:     Wed, 29 Nov 2000 17:15:11 EST
15186              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
15187      Branch: perl
15188            ! t/lib/filter-util.pl t/lib/filter-util.t
15189 ____________________________________________________________________________
15190 [  7930] By: jhi                                   on 2000/11/29  18:51:55
15191         Log: Update Changes.
15192      Branch: perl
15193            ! Changes patchlevel.h
15194 ____________________________________________________________________________
15195 [  7929] By: jhi                                   on 2000/11/29  18:50:55
15196         Log: Update the va_copy() metaconfig unit.
15197      Branch: metaconfig/U/perl
15198            ! need_va_copy.U
15199 ____________________________________________________________________________
15200 [  7928] By: jhi                                   on 2000/11/29  17:50:43
15201         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
15202              From: Dominic Dunlop <domo@computer.org>
15203              Date: Tue, 28 Nov 2000 16:41:57 +0100
15204              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
15205              
15206              Patch to catch a core dump in the Configure va_copy test.
15207      Branch: perl
15208            ! Configure config_h.SH
15209 ____________________________________________________________________________
15210 [  7927] By: jhi                                   on 2000/11/29  17:31:59
15211         Log: Retract #7921, the patch shouldn't be needed.
15212      Branch: perl
15213            ! sv.c
15214 ____________________________________________________________________________
15215 [  7926] By: jhi                                   on 2000/11/29  17:01:41
15216         Log: Make the Class::Struct import() wiser.
15217      Branch: perl
15218            ! lib/Class/Struct.pm t/lib/class-struct.t
15219 ____________________________________________________________________________
15220 [  7925] By: jhi                                   on 2000/11/29  16:36:33
15221         Log: All the core library users of Class::Struct seem to be
15222              using "use Class::Struct 'struct';" instead of the bare
15223              "use Class::Struct;", which isn't documented in Class::Struct.
15224              This can't be right.
15225      Branch: perl
15226            ! lib/File/stat.pm
15227 ____________________________________________________________________________
15228 [  7924] By: jhi                                   on 2000/11/29  16:32:15
15229         Log: A test works better if it has the right 1..$n output.
15230      Branch: perl
15231            ! t/lib/class-struct.t
15232 ____________________________________________________________________________
15233 [  7923] By: jhi                                   on 2000/11/29  16:29:11
15234         Log: Forgot to MANIFEST the new Net::hostent test.
15235      Branch: perl
15236            ! MANIFEST
15237 ____________________________________________________________________________
15238 [  7922] By: jhi                                   on 2000/11/29  16:27:49
15239         Log: Integrate perlio.
15240      Branch: perl
15241           !> iperlsys.h perlio.c
15242 ____________________________________________________________________________
15243 [  7921] By: jhi                                   on 2000/11/29  16:27:10
15244         Log: (Retracted by #7927.)
15245              
15246              Subject: [PATCH] Is infinity a number?
15247              From: Simon Cozens <simon@cozens.net>
15248              Date: Wed, 29 Nov 2000 14:48:20 +0000
15249              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
15250      Branch: perl
15251            ! sv.c
15252 ____________________________________________________________________________
15253 [  7920] By: jhi                                   on 2000/11/29  16:23:02
15254         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
15255              From: rspier@pobox.com (Robert Spier)
15256              Date: Wed, 29 Nov 2000 02:17:49 -0500
15257              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
15258              
15259              Add a test for Net::hostent.
15260      Branch: perl
15261            + t/lib/net-hostent.t
15262 ____________________________________________________________________________
15263 [  7919] By: jhi                                   on 2000/11/29  16:21:31
15264         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
15265              add a test for Class::Struct.
15266      Branch: perl
15267            + t/lib/class-struct.t
15268            ! MANIFEST lib/Class/Struct.pm
15269 ____________________________________________________________________________
15270 [  7918] By: jhi                                   on 2000/11/29  15:48:40
15271         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
15272              From: rspier@pobox.com (Robert Spier)
15273              Date: Wed, 29 Nov 2000 02:25:39 -0500
15274              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
15275              
15276              More checking in case someone has broken their services or
15277              protocol databases.
15278      Branch: perl
15279            ! ext/Sys/Syslog/Syslog.pm
15280 ____________________________________________________________________________
15281 [  7917] By: jhi                                   on 2000/11/29  15:46:25
15282         Log: Subject: [PATCH] $^O  win32 -> MSWin32
15283              From: rspier@pobox.com (Robert Spier)
15284              Date: Wed, 29 Nov 2000 02:17:38 -0500
15285              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
15286              
15287              plus similar nits for vms, err, VMS, and UNICOS.
15288      Branch: perl
15289            ! t/lib/syslfs.t t/op/lfs.t
15290 ____________________________________________________________________________
15291 [  7916] By: jhi                                   on 2000/11/29  15:42:51
15292         Log: Subject: [PATCH] Tokeniser debugging
15293              From: Simon Cozens <simon@cozens.net>
15294              Date: Wed, 29 Nov 2000 14:15:45 +0000
15295              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
15296      Branch: perl
15297            ! perl.c perl.h pod/perlrun.pod toke.c
15298 ____________________________________________________________________________
15299 [  7915] By: jhi                                   on 2000/11/29  15:41:36
15300         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
15301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15302              Date: Wed, 29 Nov 2000 02:13:14 -0500
15303              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
15304              
15305              OUT keyword nits.
15306              
15307              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
15308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15309              Date: Wed, 29 Nov 2000 03:09:04 -0500
15310              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
15311              
15312              OUT and IN_OUT documentation.
15313      Branch: perl
15314            ! lib/ExtUtils/xsubpp pod/perlxs.pod
15315 ____________________________________________________________________________
15316 [  7914] By: jhi                                   on 2000/11/29  03:35:01
15317         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
15318              From: John Tobey <jtobey@john-edwin-tobey.org>
15319              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
15320              Message-Id: <m140e1N-000FOoC@feynman.localnet>
15321              
15322              plus a performance speedup noticed by Sarathy.
15323      Branch: perl
15324            ! op.c
15325 ____________________________________________________________________________
15326 [  7913] By: jhi                                   on 2000/11/29  03:16:59
15327         Log: Use "1 while unlink" so that VMS gets clean, too.
15328      Branch: perl
15329            ! t/lib/filter-util.t
15330 ____________________________________________________________________________
15331 [  7912] By: jhi                                   on 2000/11/29  03:09:08
15332         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
15333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15334              Date: Tue, 28 Nov 2000 03:27:09 -0500
15335              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
15336      Branch: perl
15337            ! lib/ExtUtils/xsubpp
15338 ____________________________________________________________________________
15339 [  7911] By: jhi                                   on 2000/11/29  03:06:30
15340         Log: This should have been part of #7872: no need to scan UTF-8
15341              until eternity.
15342      Branch: perl
15343            ! utf8.c
15344 ____________________________________________________________________________
15345 [  7910] By: jhi                                   on 2000/11/29  02:50:04
15346         Log: One more perltie.pod nit from Casey R. Tweten.
15347      Branch: perl
15348            ! pod/perltie.pod
15349 ____________________________________________________________________________
15350 [  7909] By: jhi                                   on 2000/11/29  02:44:23
15351         Log: Document the known sprintf test failures, exact standard
15352              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
15353      Branch: perl
15354            ! pod/perldelta.pod t/op/sprintf.t
15355 ____________________________________________________________________________
15356 [  7908] By: jhi                                   on 2000/11/29  02:36:23
15357         Log: Add the Encoding table format documentation.
15358      Branch: perl
15359            + ext/Encode/Encode/EncodeFormat.pod
15360            ! MANIFEST
15361 ____________________________________________________________________________
15362 [  7907] By: jhi                                   on 2000/11/29  02:07:24
15363         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
15364              From: "Casey R. Tweten" <crt@kiski.net>
15365              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
15366              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
15367              
15368              Subject: Re: [PATCH] Updating perltie.pod for arrays
15369              From: "Casey R. Tweten" <crt@kiski.net>
15370              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
15371              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
15372      Branch: perl
15373            ! pod/perltie.pod
15374 ____________________________________________________________________________
15375 [  7906] By: nick                                  on 2000/11/28  22:40:59
15376         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
15377      Branch: perlio
15378            ! iperlsys.h perlio.c
15379 ____________________________________________________________________________
15380 [  7905] By: nick                                  on 2000/11/28  22:04:34
15381         Log: Integrate mainline
15382      Branch: perlio
15383           !> (integrate 39 files)
15384 ____________________________________________________________________________
15385 [  7904] By: jhi                                   on 2000/11/28  16:44:43
15386         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
15387              From: Nicholas Clark <nick@babyhippo.co.uk>
15388              Date: Tue, 28 Nov 2000 11:16:57 +0000
15389              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
15390      Branch: perl
15391            ! pod/perlipc.pod
15392 ____________________________________________________________________________
15393 [  7903] By: jhi                                   on 2000/11/28  16:40:31
15394         Log: Subject: [PATCH] Updating perltie.pod for arrays
15395              From: "Casey R. Tweten" <crt@kiski.net>
15396              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
15397              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
15398      Branch: perl
15399            ! pod/perltie.pod
15400 ____________________________________________________________________________
15401 [  7902] By: jhi                                   on 2000/11/28  16:39:37
15402         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
15403              From: Robin Barker <rmb1@cise.npl.co.uk>
15404              Date: Mon, 27 Nov 2000 17:56:44 GMT
15405              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
15406      Branch: perl
15407            ! pod/perlfunc.pod t/op/split.t
15408 ____________________________________________________________________________
15409 [  7901] By: jhi                                   on 2000/11/28  16:28:04
15410         Log: setmode() is a DOSish-only thing.
15411      Branch: perl
15412            ! perlio.c
15413 ____________________________________________________________________________
15414 [  7900] By: jhi                                   on 2000/11/28  16:21:46
15415         Log: Subject: [PATCH] perlcc.PL cleanups
15416              From: Simon Cozens <simon@cozens.net>
15417              Date: Tue, 28 Nov 2000 12:44:35 +0000
15418              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
15419      Branch: perl
15420            ! utils/perlcc.PL
15421 ____________________________________________________________________________
15422 [  7899] By: gsar                                  on 2000/11/28  06:32:55
15423         Log: reintegrate files missed by change#7895
15424      Branch: maint-5.6/perl
15425           +> ext/ByteLoader/bytecode.h utils/Makefile
15426            - utils/perlbc.PL
15427 ____________________________________________________________________________
15428 [  7897] By: gsar                                  on 2000/11/27  18:22:47
15429         Log: can't integrate these two files, for some reason
15430      Branch: maint-5.6/perl
15431            - ext/ByteLoader/bytecode.h utils/Makefile
15432 ____________________________________________________________________________
15433 [  7895] By: gsar                                  on 2000/11/27  18:11:21
15434         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
15435              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
15436              6757..6890,6892..6901 from mainline
15437              
15438              Bytecompiler patches from Benjamin Stuhl.
15439              
15440              More bytecompiler.
15441              
15442              Subject: [PATCH blead] B:: missing dependency
15443              
15444              Subject: [PATCH: 6757] configure.com updates and syslog build
15445              
15446              Long double Gconvert fixes from Yitzchak Scott-Thoennes
15447              and Spider Boardman.
15448              
15449              Subject: [PATCH blead] nextchar() abuse misses an optimisation
15450              
15451              Long double fixes from Spider Boardman.
15452              
15453              Make the selection of NVff et al stricter.
15454              
15455              cSVOPo_*v things index into the current PL_curpad
15456              under ithreads, which is different from the curpad
15457              used by the XSUB.  (In other words, the code as-is
15458              before this patch wouldn't work under ithreads.)
15459              
15460              Be portable.
15461              
15462              VMS MMS (make) wants null action.
15463              
15464              Mac and other portability updates from Chris Nandor.
15465              
15466              Storable support, v-version fixes.
15467              Subject: CPAN.pm beta for testing available
15468              
15469              Portability fix from Hugo van der Sanden.
15470              
15471              Bad makefile.
15472              
15473              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
15474              
15475              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
15476              
15477              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15478              
15479              Replace #6705 with a minimal doc patch.
15480              Subject: [PATCH 5.6.0] replace change #6705
15481              
15482              Drop the separate perlbc, perlcc -b should be enough.
15483              
15484              installperl couldn't tell whether it had run tests or not.
15485              Subject: [PATCH] Re: installperl and t/TEST
15486              
15487              Add silencer flags to installperl.
15488              Subject: [PATCH] Making installperl silent.
15489              
15490              Make "make install" by default silent.  A new "install-verbose"
15491              target is verbose.
15492              
15493              More liberal parsing of version numbers.
15494              Subject: Re: CPAN.pm beta for testing available
15495              
15496              Create directories in silence.
15497              Subject: [PATCH] Another silencer for MakeMaker
15498              
15499              DOS patches and portability/porting notes, from Tim Jenness.
15500              
15501              Make installman to recognize the silence flag -S.
15502              
15503              Actually do something with the silencer option.
15504              
15505              Continue silencing.
15506              
15507              Show the doc file, not the temp file.
15508              
15509              Regen perltoc.
15510              
15511              Subject: [PATCH] More silencing of installman.
15512              
15513              Better wording for the vec lvalue diagnostic.
15514              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15515              
15516              Subject: [PATCH: 6805] several more tweaks to configure.com
15517              
15518              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
15519              
15520              Missing parts of 
15521              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
15522              
15523              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
15524              (applied slightly modified)
15525              
15526              installperl --verbose and --silent.
15527              Subject: Re: [PATCH] More silencing of installman.
15528              
15529              Add install-silent target.
15530              
15531              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
15532              the problem reported in
15533              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
15534              
15535              Tweak the sfio/useperlio logic, hopefully as wished in
15536              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
15537              
15538              One forgotten file from #6816.
15539              
15540              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15541              
15542              Remove duplicately applied patch shards.
15543              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
15544              
15545              Support preserving extremely big/small angles.
15546              
15547              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
15548              
15549              Subject: [PATCH] installation not quite silent yet.
15550              
15551              Update the test count.
15552              
15553              Use UVxf, PTR2UV, NVff.
15554              
15555              Document PTR2XX and INT2PTR.
15556              
15557              no-install target a la make -n.
15558              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
15559              
15560              grep -e isn't portable.
15561              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
15562              
15563              Can't get the test to reliably work thanks to the
15564              inaccurateness of floating point.  "Resolves" bug ids
15565              20000826.003, 20000826.009, 20000826.010,
15566              
15567              Subject: installman buglet
15568              
15569              DJGPP update from Laszlo Molnar.
15570              
15571              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15572              
15573              Passing -R in ldflags makes now it to appear in the default
15574              for lddlflags, just like with -L.
15575              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15576              
15577              Test nit.
15578              
15579              Use the actual thread type, not the pointer-to-struct.
15580              
15581              Provice virtual $Config{ccflags_nolargefiles} etc. 
15582              
15583              display_format used as a class method without arguments was broken,
15584              reported in
15585              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
15586              
15587              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
15588              
15589              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
15590              
15591              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
15592              
15593              opmini.o may be left around if a build is interrupted.
15594              
15595              Typo in #6858.
15596              
15597              Fix for ID 20000828.001, long doubles were not formatted
15598              correctly (showed up in $], which stopped installing perl).
15599              
15600              An attempt to fix the problem reported in
15601              Subject: Building perl@6856 using gcc/AIX 4.3.3 
15602              I can't test this properly since the gcc installation I have
15603              access to seems to be botched (gcc is calling the AIX cpp,
15604              a losing proposition...)
15605              
15606              Add -ld to archname on long tr...double platforms.
15607              
15608              Subject: hv.h Doc Patch
15609              
15610              Potential cruft.
15611              
15612              Subject: [PATCH bleedperl@6856] warnings fixes
15613              
15614              -S is the silent flag, -s is the strip flag.
15615              Subject: [PATCH] Re: [PATCH] make no-install          
15616              
15617              Take out the SUIDMAIL thing, that will not be
15618              a problem in 5.7.*.
15619              
15620              Subject: [PATCH bleedperl@6866] spellings
15621              
15622              Subject: [PATCH] Re: files not cleaned even by veryclean
15623              
15624              Use minimal @INC in tests, most of the time just '../lib',
15625              so that we simply can't pick up stuff from other Perls than
15626              the one we are testing.  Pointed out by
15627              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
15628              
15629              Update to Getopt::Long 2.24, from Johan Vromans.
15630              
15631              Fix for thinko in #6848.
15632              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
15633              
15634              Patches all over for people and the files they (hopefully) care about.
15635              
15636              Subject: Net::protoent does not export 'getproto'
15637              
15638              Missed a change in #6869.
15639              
15640              Subject: [PATCH] Warnings in B::Deparse
15641              
15642              Subject: [PATCH] Glob dumping
15643              
15644              Disable one of the tests for now.
15645              
15646              Disabling the one test is a bit tricky.
15647              
15648              Don't forget to tidy up.
15649              
15650              The #6881 removed one dump line.
15651              
15652              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
15653              
15654              Under usethreads the dumped variable is IN_PAD.
15655              Subject: Re: [PATCH] Glob dumping
15656              
15657              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
15658              
15659              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
15660              
15661              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
15662              
15663              Regen Configure for #6894.
15664              
15665              Subject: [PATCH: 6889] updates to perlebcdic.pod
15666              
15667              Undo namespace pollution of #6878.
15668              Subject: Re: Net::protoent does not export 'getproto'
15669              
15670              Admit that we are leaking scalars.
15671              
15672              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
15673      Branch: maint-5.6/perl
15674           !> (integrate 271 files)
15675 ____________________________________________________________________________
15676 [  7894] By: gsar                                  on 2000/11/27  16:00:34
15677         Log: a couple of nits
15678      Branch: maint-5.6/perl
15679            ! MANIFEST pp_sys.c
15680 ____________________________________________________________________________
15681 [  7893] By: gsar                                  on 2000/11/27  15:10:56
15682         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
15683              6740..6745,6747..6757,6760
15684              
15685              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
15686              
15687              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
15688              
15689              Doc nits spotted by Richard Soderberg.
15690              
15691              move WNOHANG definition to where other such things are
15692              
15693              Make $Config{byteorder} more magical so that it is
15694              dynamically computed: nice for 'fat binaries'.
15695              Subject: [PATCH]: default byteorder
15696              
15697              Subject: [PATCH] Cwd.pm now uses strict
15698              
15699              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
15700              
15701              Get -DLEAKTEST to compile (not necessarily to work, mind)
15702              Subject: [ID 20000724.006] -DLEAKTEST problem
15703              
15704              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15705              
15706              Add perlebcdic from Peter Prymmer, regen toc.
15707              
15708              Don't propose using modules built for 5.005 if no binary
15709              compatibility with 5.005 is attempted.
15710              
15711              Do not use prototyping here.
15712              Subject: [ID 20000817.016] [PATCH] Peek.xs
15713              
15714              Document what the backtick returns if the command fails.
15715              
15716              Add byteorder to the myconfig output.
15717              
15718              Introduce NVef, NVff, and NVgf, use the middle one.
15719              (helps for lib/peek + Linux + long doubles)  Reported in
15720              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15721              Use NVs in POSIX math, not doubles.
15722              Subject: [ID 20000817.014] POSIX & modfl
15723              
15724              Subject: [PATCH 5.6.0+] newSVrv() memory leak
15725              
15726              The byteorder code in #6671 was wrong.
15727              
15728              Fix the lib/complex failure of
15729              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15730              Linux long double accuracy issue: something that
15731              when printed with %g looks like "2" but int() of it is 1.
15732              
15733              Propagate new Configure vars.
15734              
15735              Unbuffer the output.
15736              
15737              Subject: [PATCH] perltrap.pod spring cleaning
15738              
15739              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15740              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15741              
15742              Tiny Getopt::Long patch from Johan Vromans.
15743              
15744              Document code point which makes if (defined %stash::) to work
15745              (noted by Spider Boardman).
15746              
15747              Subject: [PATCH perl@6698] cygwin port
15748              
15749              Document the NDBM_File and ODBM_File as SDBM_File
15750              was documented in #6417.
15751              
15752              The new tests were missing from #6415.
15753              
15754              Add [[:blank:]] as suggested in
15755              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15756              (the [=cc=] has already been taken care of by #6439
15757              so the whole bug report can be closed)
15758              and make [[:space:]] to be equivalent to isspace(3)
15759              (as opposed to \s, which is isSPACE()).  The difference
15760              is that now [[:space:]] matches the mythical vertical tab,
15761              while \s doesn't.
15762              
15763              Don't eat leading os from index entries.
15764              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15765              
15766              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15767              
15768              Typo in pp_complement().
15769              Subject: [PATCH perl-current] Deparse
15770              
15771              Add warnif(), check warnings further up the stack,
15772              all the warnings functions now can take an optional object reference.
15773              Subject: [PATCH bleedperl@6691] warnings pragma update
15774              
15775              Fix a core dump in lib/selfloader under -DDEBUGGING.
15776              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15777              
15778              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15779              
15780              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15781              
15782              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15783              Put back the long double avoidance code to POSIX.xs
15784              because VMS seems to need it still.
15785              
15786              Introduce a 'veryclean' target that is like 'distclean'
15787              but also removes *~ and *.orig.
15788              
15789              Subject: [ID 20000817.023] endianness description in perlfunc.pod
15790              
15791              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15792              
15793              Let's try #6717 again.
15794              
15795              UTF8 concat fixes.
15796              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15797              
15798              pp_open() could pass an uninitialized filename down to do_open9().
15799              
15800              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15801              
15802              Update to CGI 2.72, from Lincoln Stein.
15803              
15804              Subject: [PATCH] Silence MakeMaker (Was: installman)
15805              
15806              Use temporary directory instead of current directory.
15807              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15808              
15809              Document odd vs even subreleases and -Dusedevel.
15810              
15811              The veryclean target needs to clobber.
15812              
15813              Use File::Spec->tmpdir().
15814              
15815              Document the number of exponent digits.
15816              
15817              Mention perlebcdic and perlposix-bc.
15818              
15819              s/this one/the 5.6.0 release/
15820              
15821              The #6724 is here.
15822              
15823              The correct cleaning order is an art.
15824              
15825              small tweaks for change#6705: avoid C++ style comments in C code;
15826              use Perl's malloc API rather than the low level system one
15827              
15828              Array context keeps slithering in.
15829              
15830              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15831              
15832              Subject: [PATCH] os2.c fix for use64bitint
15833              
15834              Update to Pod::LaTeX 0.53.
15835              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15836              
15837              Document the endianness of Alpha more precisely.
15838              
15839              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15840              
15841              Rename the macro argument because some preprocessors
15842              can't tell the difference and expand arguments also inside
15843              double quoted strings.
15844              
15845              free TLS slot properly on Windows
15846              
15847              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15848              
15849              Unicos/mk requires elaborate paranoia.
15850              
15851              Tweak the floating point output routine preferences.
15852              
15853              Also under djgpp the timestamps are funky.
15854              
15855              Apply some PodParser 1.18 patches; the Pod/Find.pm
15856              patches cannot be applied since #6712 conflicts.
15857              
15858              Use PodParser 1.18 new test.
15859              
15860              A pod nit.
15861              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15862              
15863              Be verydeepclean.
15864      Branch: maint-5.6/perl
15865           +> pod/perlebcdic.pod
15866           !> (integrate 106 files)
15867 ____________________________________________________________________________
15868 [  7892] By: jhi                                   on 2000/11/27  15:02:32
15869         Log: Update Changes.
15870      Branch: perl
15871            ! Changes patchlevel.h
15872 ____________________________________________________________________________
15873 [  7891] By: jhi                                   on 2000/11/27  14:57:23
15874         Log: Subject: Re: perlfaq style changes
15875              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15876              Date: Sat, 25 Nov 2000 23:32:26 -0800
15877              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
15878              
15879              plus a note from Ronald Kimball.
15880      Branch: perl
15881            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
15882 ____________________________________________________________________________
15883 [  7890] By: jhi                                   on 2000/11/27  14:53:14
15884         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
15885              From: Benjamin Holzman <bah@ecnvantage.com>
15886              Date: Sun, 26 Nov 2000 16:27:33 -0500
15887              Message-ID: <20001126162733.J25040@ecnvantage.com>
15888      Branch: perl
15889            ! gv.c
15890 ____________________________________________________________________________
15891 [  7889] By: jhi                                   on 2000/11/27  14:43:11
15892         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
15893              From: lvirden@cas.org
15894              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
15895              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
15896      Branch: perl
15897            ! README.amiga
15898 ____________________________________________________________________________
15899 [  7888] By: jhi                                   on 2000/11/27  14:32:34
15900         Log: Restore also the locale test to no-sprintf-taint state.
15901              Fixes the bug 20001127.003.
15902      Branch: perl
15903            ! sv.c t/pragma/locale.t
15904 ____________________________________________________________________________
15905 [  7887] By: gsar                                  on 2000/11/27  14:13:05
15906         Log: integrate changes#6613..6616,6620..6665 from mainline
15907              
15908              VMS configure.com update continues.
15909              
15910              Subject: Test fails / warnings with perl-current #6612
15911              
15912              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
15913              
15914              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15915              
15916              For now remove the mail code.
15917              
15918              Subject: Re: [PATCH] @+, @- readonly
15919              
15920              Subject: warning: storage class after type is obsolescent
15921              
15922              Subject: sfio2000
15923              
15924              Subject: Re: File::Temp problems on VMS in bleedperl
15925              
15926              README.os2 update.
15927              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15928              
15929              Make the user to give up his firstborn, err, to knowingly
15930              verify installing an unstable developer release.  Also bump
15931              the release to 5.7.0, but leave a patch tag in the local
15932              patches saying that this is not yet the real thing.
15933              
15934              Update (kinda) to Test 1.14, from Joshua Pritikin.
15935              
15936              make ok etc also for win32.
15937              
15938              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15939              
15940              Don't blow limited stacks, a lower number is enough to
15941              tickle the lookbehind limit.
15942              
15943              Use -Dusedevel; regen Configure and the respective Porting stuff.
15944              
15945              Subject: [PATCH] debugger exit code should reflect user exit code
15946              
15947              Subject: [PATCH perl@6620] cygwin port
15948              
15949              Missed a file from #6638.
15950              
15951              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)
15952              
15953              magic callbacks all need to have same type signature
15954              
15955              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15956              
15957              Fix a dependency problem.
15958              Subject: [PATCH: 6640] VMS Makefile.SH update
15959              
15960              The numeric locale was reset to "C" by s?printf and never restored.
15961              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15962              No test since adding the failing example to locale.t
15963              does not fail -- probably because the locale settings are so
15964              thoroughly tweaked by that time.  Running the example standalone
15965              does fail, though.  UPDATE: test case added at change #7540.
15966              
15967              Subject: [ID 20000324.040] minor fix to perlhpux.pod
15968              
15969              Update to CPAN 1.57.
15970              
15971              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15972              
15973              Change the perlbug address to perl.org since it's more forgiving.
15974              
15975              Change the regx compilation error markers to use = instead of <
15976              since pod makes using the latter quite messy.  Reported in
15977              ID 20000814.006 by Abigail and in
15978              Subject: Unknown escape E<> ?
15979              
15980              Update to perldebtut 1.9, from Richard Foley.
15981              
15982              check that the number pseudo children doesn't exceed
15983              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15984              the WaitForMultipleObjects() limit that would cause wait()
15985              to crash)
15986              wait() and waitpid() could potentially be rewritten to use
15987              more than one thread to do the waiting to eliminate this
15988              limitation
15989              
15990              change#6328 could make close(SOCKET) return false on windows
15991              when it shouldn't
15992              
15993              pod nit seen in passing
15994              
15995              on windows, the return values from wait() and waitpid() don't
15996              match those of pseudo-pids
15997              
15998              waitpid() now handles externally spawned pids correctly;
15999              fixes for backtick/wait/waitpid failures on Windows 9x
16000              these changes make the pid returned by process functions on
16001              Windows 9x always positive by clearing the high bit (which
16002              is always set on Win9x); pseudo-process PIDs are likewise
16003              always negative now on Win9x (just as on NT/2000)
16004              
16005              trailing new %ENV entries weren't being pushed into the real
16006              environment of subprocesses on Windows
16007              
16008              Tweak the regex compilation errors once more.
16009              
16010              avoid warnings from dense compiler
16011              
16012              add "ok" targets from change#6632 in makefile.mk
16013      Branch: maint-5.6/perl
16014            - lib/Pod/PlainText.pm vms/configure.com
16015           !> (integrate 66 files)
16016 ____________________________________________________________________________
16017 [  7886] By: jhi                                   on 2000/11/27  13:54:18
16018         Log: __FUNCTION__ isn't portable and trying to emulate it leads
16019              into practically spelling out the name of the function.
16020              Takes care of the bug 20001127.001.
16021      Branch: perl
16022            ! perlio.c
16023 ____________________________________________________________________________
16024 [  7885] By: gsar                                  on 2000/11/27  13:53:18
16025         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
16026              6610..6611 from mainline
16027              
16028              Make regular expression parse error messages easier to understand.
16029              Subject: Re: enhanced(?) regex error messages
16030              
16031              Tiny tidying on report_evil_fh().
16032              
16033              Subject: Re: enhanced(?) regex error messages 
16034              plus Capitalize the error messages, plus perldiag them.
16035              
16036              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16037              
16038              Document here-doc better.
16039              
16040              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16041              
16042              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16043              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16044              (either perlbug or p5p ate the original), plus regen
16045              perlapi and perltoc. 
16046              
16047              Regen global.sym.
16048              
16049              Double check that we have a dirhandle.
16050              
16051              Subject: Re: enhanced(?) regex error messages
16052              (plus two small patches sent privately)
16053              (this still seems to leave few test failures)
16054              
16055              warn is a macro, avoid using at a variable to avoid warnings
16056              in some configurations; readdir.t is too conservative in
16057              estimating number of *.t's
16058              
16059              Get back into sync with Jeffrey on the enhanced regex warnings.
16060              
16061              Subject: [PATCH 5.6.0] cygwin port
16062              
16063              Zero entries were skipped, fix from Adrian Goalby
16064              <argoalby@yahoo.co.uk>
16065              
16066              Subject: Remove dead entry in perldiag
16067              
16068              Amend the description of Perl6.
16069              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16070              
16071              detypo
16072              
16073              It's the 2ndO'ROSSC.
16074              
16075              Revert the sv.c part of #6559, a better fix is needed.
16076              
16077              Iterating perl6 description.
16078              
16079              Update to Term::ANSIColor 1.03, from Russ Allbery.
16080              
16081              Update to Getopt::Long 2.23_05, from Johan Vromans.
16082              
16083              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16084              
16085              Update to Pod::Parser 1.17, from Brad Appleton.
16086              
16087              Update to CPAN 1.56, from Andreas König.
16088              
16089              Update to CGI 2.70, from Lincoln Stein.
16090              
16091              Put back the std @INC thing.
16092              
16093              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16094              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16095              
16096              Document the IO::Select timeout.
16097              
16098              sleep(1) does not necessarily return 1.
16099              Subject: [PATCH bleadperl] op/lex_assign.t  
16100              
16101              Subject: debugger "d" command doesnt check line number
16102              
16103              B::Deparse didn't do sub attributes.
16104              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16105              
16106              Preprocessing and postprocessing for File::Find.
16107              Subject: Patch to Find::File.pm to allow alphabetical results
16108              
16109              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16110              
16111              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16112              
16113              Subject: Re: [ID 20000730.003] utf8::length() bad
16114              
16115              Subject: Getting perlio and threads to compile
16116              (the Solaris version changes in Configure skipped)
16117              
16118              Tests for #6589.
16119              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16120              
16121              Add Perl debugging tutorial, regen toc. 
16122              Subject: perldebtut.pod
16123              
16124              Add a few missing files, update MANIFEST.
16125              
16126              Rewrite of vms/subconfigure.com as configure.com,
16127              from Peter Prymmer and the vmsperl crew.
16128              
16129              Should have deleted this in #6603.
16130              
16131              Fix the test for 5005threads.
16132              
16133              Fix-n-skip the tests under 5005threads.
16134              
16135              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16136              
16137              Upgrade to CGI 2.71, from Lincoln Stein.
16138      Branch: maint-5.6/perl
16139           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16140           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
16141           +> t/op/regmesg.t t/pod/find.t vms/configure.com
16142            - vms/subconfigure.com
16143            ! lib/lib.pm
16144           !> (integrate 115 files)
16145 ____________________________________________________________________________
16146 [  7884] By: jhi                                   on 2000/11/27  13:44:33
16147         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
16148              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16149              Date:     Mon, 27 Nov 2000 08:23:54 EST
16150              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
16151      Branch: perl
16152            ! vms/descrip_mms.template vms/test.com
16153 ____________________________________________________________________________
16154 [  7883] By: gsar                                  on 2000/11/27  11:50:46
16155         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
16156              6511..6513,6515..6523,6525..6536
16157              
16158              The swallow_bom() saga continues.  The #23 of require.t
16159              (UTF16-LE) still fails (silently, no output) but the #22
16160              (UTF16-BE) seems to be working now.  The root of the
16161              failure may be in sv_gets(): is it UTF-16LE-aware,
16162              especially when it comes to line endings? 
16163              
16164              Document the problem with -P in HP-UX and its workaround.
16165              
16166              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
16167              (aka ID 20000730.002)
16168              
16169              Subject: fix and question re: waitpid() under win32
16170              
16171              Make the safety catch for buggy gccs work with triple version
16172              numbers like 2.95.2.  Reported in
16173              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
16174              
16175              In Digital UNIX warn if gcc explicitly chosen because even
16176              2.95.2 is known to cause problems.
16177              
16178              Make chr() for values >127 to create utf8 when under utf8.
16179              
16180              various syntax errors and such (not fixed: comp/require.t#22 coredump
16181              on Windows)
16182              
16183              Stash away the largefiles flags and libswanted.
16184              
16185              BOM patching from Simon Cozens.
16186              
16187              If gccosandvers is equal to osname, clear gccosandvers.
16188              
16189              Make p4desc to skip non-mainperl branches by default.
16190              
16191              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
16192              
16193              The test from this
16194              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
16195              
16196              In new BSDs changes to argv[] do not show up in ps(1) output,
16197              instead one must use setproctitle().  This was already addressed
16198              by change #6457, but the below has a new variant for FreeBSD 4.0
16199              or later, and the matter is also documented more.
16200              
16201              FreeBSD 3.* updates from
16202              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
16203              
16204              regen_headers, regen perltoc.
16205              
16206              Document in one place the memory abstractions used in Perl core.
16207              
16208              memcpy has n o in it, as pinted ut by Sarathy.
16209              
16210              Remove the extraneous "main::" prefix from all the
16211              "opened only for", "on closed", and "never opened" warnings.
16212              
16213              The name of a filehandle does not have <these>.
16214              
16215              The tr utf8 patching continues.
16216              
16217              The new setproctitle() feature is available only in 
16218              bleeding edge FreeBSD.  From Paul Saab.
16219              
16220              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
16221              
16222              Dump UVs as UVs in Data::Dumper.
16223              
16224              detypo #6494
16225              
16226              Document the IVdf UVuf UVof UVxf.
16227              
16228              require.t needs binmode() to work on windows
16229              
16230              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
16231              that are hopefully soon put into use.
16232              
16233              Allow "no Module;" even if there is no 'unimport'.
16234              
16235              Better skip message for the test; one of the two problems in
16236              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
16237              
16238              The subtest 4 may fail also on VOBS, as pointed out
16239              by Nick Ing-Simmons in November 1999, bug id 19991124.003
16240              (but the failure in that bug report isn't the subtest 4).
16241              
16242              Be more informative on what is skipped and why,
16243              also repeat the list at the end.
16244              
16245              Add a URL for FSF.
16246              
16247              Subject: [PATCH] sv.h documentation - SvLEN
16248              
16249              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
16250              
16251              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
16252              
16253              Subject: [PATCH] bad cppsymbols on os2 + Configure question
16254              
16255              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
16256              
16257              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
16258              mention the idea of @( and @)
16259              
16260              This is 6512.  Really.
16261              
16262              Subject: [ID 19990721.004] Documentation bug in perlfunc
16263              
16264              Subject: Minor tweak to perlvar.pod
16265              
16266              In the warnings call filehandles consistently so;
16267              add "unopened" warning for stat().
16268              
16269              After the #6519 a warning about stat() is just that,
16270              not about a filetest, which now have their own warning.
16271              
16272              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
16273              
16274              Subject: Re: Array vs. List context
16275              
16276              Subject: New perlcc, take 2
16277              
16278              Weed buglets pointed out by
16279              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
16280              
16281              gcc versions might have (parentheses) in them.
16282              
16283              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
16284              
16285              Essential prototype changes were missing from #6527.
16286              Also make report_evil_fh() more bomb-proof.
16287              
16288              Zap lib/Sys directory when cleaning up.
16289              
16290              Change the Policy policy: now -Dprefix= with an existing
16291              Policy.sh and prefix == siteprefix == vendorprefix, then all
16292              of them follow along the new prefix.
16293              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
16294              
16295              Continue fixing the io warnings.  This also
16296              sort of fixes bug ID 20000802.003: the core dump
16297              is no more.  Whether the current behaviour is correct
16298              (giving a warning: "Not a format reference"), is another matter.
16299              
16300              Have symbols for the IoTYPEs.
16301              
16302              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
16303              
16304              Document a bit that UDP is not what you might think.
16305              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
16306              tr memory corruption fix from Simon Cozens.
16307              
16308              Plug the security hole described in the Aug 05 2000 bugtraq message
16309              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
16310              The security hole exists only in suidperls, which isn't
16311              installed or even built by default.
16312      Branch: maint-5.6/perl
16313           !> (integrate 71 files)
16314 ____________________________________________________________________________
16315 [  7882] By: gsar                                  on 2000/11/27  10:25:36
16316         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
16317              from mainline
16318              
16319              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
16320              to be fatal errors (instead of by default ignoring them, and
16321              ignoring with a bug: even though -w gave an error, the opening [
16322              was left in)  Reported in:
16323              
16324              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
16325              
16326              Subject: [PATCH] split /^/
16327              
16328              MacOS nits from Matthias Neeracher.
16329              
16330              More split() doc and test patches from Mike Guy.
16331              
16332              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
16333              from Graham Barr in the module list.
16334              
16335              docfix from Peter Scott <Peter@PSDT.com>.
16336              
16337              File::Temp patches for VMS and OS/2 from Tim Jenness.
16338              
16339              open() wariness in perlbug.
16340              
16341              Subject: [PATCH] minor doc change - perlguts
16342              
16343              Subject: Minor doc patch: handy.h
16344              
16345              Be wary of close()s, too.
16346              
16347              Further File::Temp patches from Yitzchak Scott-Thoennes
16348              and Craig A. Berry.
16349              
16350              Subject: [PATCH] fixes bug 20000508.004
16351              
16352              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
16353              
16354              Allow "no AutoLoader;", based on change #6444,
16355              suggested by Graham Barr.
16356              
16357              Use setproctitle() if available to modify $0.
16358              
16359              Warn if the version of the operating system used to compile gcc
16360              differs from the current version of the operating system.
16361              Also display the gcc compilation os and version in myconfig.
16362              Inspiration from
16363              
16364              Tiny fixes for #6460.
16365              
16366              The problem described in this
16367              Subject: [ID 20000322.018] named chars aren't magical enough
16368              has been fixed in perl 5.6.0 but just in case added a test
16369              to keep it away.  (The report from Joseph Hall.)
16370              
16371              Tune the comments and hopefully stop a memory leak.
16372              
16373              Subject: UTF8 concat
16374              (with a memory leak fixed, plus a few casts added)
16375              This also seems to help for
16376              Subject: [ID 20000716.015] join UTF8 weirdness
16377              
16378              Do not upgrade SVs into utf8 just because they participate
16379              in eq or cmp.  Reported and fix suggested in
16380              Subject: [ID 20000720.009] sv_eq UTF8 bug
16381              
16382              Fix the HALF_UPGRADE() macro introduced in #6263.
16383              
16384              Find green threads before native threads.
16385              Subject: Re: Patch to jpl/JNI/Makefile.PL
16386      Branch: maint-5.6/perl
16387           !> (integrate 30 files)
16388 ____________________________________________________________________________
16389 [  7881] By: jhi                                   on 2000/11/27  05:48:41
16390         Log: It seems that *both* the unused submatch loop cleanup
16391              codes are needed.
16392      Branch: perl
16393            ! regexec.c
16394 ____________________________________________________________________________
16395 [  7880] By: jhi                                   on 2000/11/27  04:50:07
16396         Log: Clean .exists deeper.
16397      Branch: perl
16398            ! Makefile.SH
16399 ____________________________________________________________________________
16400 [  7879] By: jhi                                   on 2000/11/27  02:31:35
16401         Log: The code in regcppop() (see #7878) contains the correct lower
16402              limit for the unused submatch 'cleanup' loop so that under
16403              "use utf8" the following code wouldn't dump core:
16404              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
16405              the cleanup loop in regtry() stomped beyond allocated area
16406              in the startp[] array.  Therefore, copied the correct lower
16407              loop limit (*PL_reglastparen) to regtry().  Note: something
16408              may still not be quite right: why was the _higher_ loop limit
16409              (prog->nparens) different in the utf8 case?
16410              
16411              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
16412              without core dumps, there were about 17 of them before
16413              the patch (with us since Perl 5.7.0).  Two failures, still:
16414              496 and 505 (though these may not be severe).
16415              
16416              Patch #7881 is also needed since both the cleanup loops
16417              seem to be needed.
16418              
16419              Also, the t/op/pat#44 seems to core dump under utf8.
16420              Plus a couple of failures.  UGH-8.
16421      Branch: perl
16422            ! regexec.c
16423 ____________________________________________________________________________
16424 [  7878] By: jhi                                   on 2000/11/27  02:21:17
16425         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
16426              the code in regcppop() seems to be redundant for the test suite --
16427              but it contains a germ of truth, and it needed for the build
16428              process itself: see #7879 and #7881.
16429      Branch: perl
16430            ! regexec.c
16431 ____________________________________________________________________________
16432 [  7877] By: jhi                                   on 2000/11/27  01:53:09
16433         Log: Comment on comment.
16434      Branch: perl
16435            ! regexec.c
16436 ____________________________________________________________________________
16437 [  7876] By: jhi                                   on 2000/11/27  00:49:59
16438         Log: Adjust the docs to agree with #7875.
16439      Branch: perl
16440            ! pod/perllocale.pod
16441 ____________________________________________________________________________
16442 [  7875] By: jhi                                   on 2000/11/27  00:49:27
16443         Log: Retract #7863.  It makes more sense not to taint formatted output,
16444              not even by sprintf().
16445      Branch: perl
16446            ! sv.c
16447 ____________________________________________________________________________
16448 [  7874] By: jhi                                   on 2000/11/26  23:36:02
16449         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
16450              Not really fixed (should really dump the UTF-8 charclass),
16451              but stopped displaying the garbage.
16452              
16453              Also add a note on the (missing) Unicode PSXSPC and BLANK.
16454      Branch: perl
16455            ! regcomp.c
16456 ____________________________________________________________________________
16457 [  7873] By: jhi                                   on 2000/11/26  21:31:13
16458         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
16459      Branch: perl
16460            ! regexec.c
16461 ____________________________________________________________________________
16462 [  7872] By: jhi                                   on 2000/11/26  21:06:04
16463         Log: No need to scan till infinity, 13 is enough.
16464      Branch: perl
16465            ! handy.h utf8.c
16466 ____________________________________________________________________________
16467 [  7871] By: jhi                                   on 2000/11/26  20:20:32
16468         Log: Test line numbers are different with utf8.
16469      Branch: perl
16470            ! t/op/re_tests
16471 ____________________________________________________________________________
16472 [  7870] By: jhi                                   on 2000/11/26  20:10:12
16473         Log: Message nit.
16474      Branch: perl
16475            ! regcomp.c
16476 ____________________________________________________________________________
16477 [  7869] By: jhi                                   on 2000/11/26  19:01:05
16478         Log: Make utf8_length() and utf8_distance() (the latter of which
16479              is unused at the moment) to be less forgiving about bad UTF-8.
16480      Branch: perl
16481            ! embed.h embed.pl objXSUB.h proto.h utf8.c
16482 ____________________________________________________________________________
16483 [  7868] By: jhi                                   on 2000/11/26  18:45:56
16484         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
16485              From: Benjamin Holzman <bah@ecnvantage.com>
16486              Date: Sat, 25 Nov 2000 20:40:20 -0500       
16487              Message-ID: <20001125204020.A25040@ecnvantage.com>              
16488              
16489              Debian allows installing /usr/bin/locale without installing
16490              any locales, an error message will ensue.
16491      Branch: perl
16492            ! t/pragma/locale.t
16493 ____________________________________________________________________________
16494 [  7867] By: jhi                                   on 2000/11/26  18:31:12
16495         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
16496              From: Benjamin Holzman <bah@ecnvantage.com>
16497              Date: Sun, 26 Nov 2000 02:42:34 -0500
16498              Message-ID: <20001126024234.G25040@ecnvantage.com>
16499              
16500              Patch for the bug 20000212.002.
16501      Branch: perl
16502            ! sv.c t/op/array.t
16503 ____________________________________________________________________________
16504 [  7866] By: jhi                                   on 2000/11/26  18:28:09
16505         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
16506              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16507              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
16508              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
16509              
16510              File::Temp 0.11.
16511      Branch: perl
16512            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
16513 ____________________________________________________________________________
16514 [  7865] By: jhi                                   on 2000/11/26  18:24:22
16515         Log: The metaconfig unit change for #7864.
16516      Branch: metaconfig/U/perl
16517            ! need_va_copy.U
16518 ____________________________________________________________________________
16519 [  7864] By: jhi                                   on 2000/11/26  18:23:41
16520         Log: Make the va_copy() test not to be so talkative.
16521      Branch: perl
16522            ! Configure config_h.SH
16523 ____________________________________________________________________________
16524 [  7863] By: jhi                                   on 2000/11/26  18:11:02
16525         Log: Fix locale inconsistencies unearthed by Hugo's work.
16526              Now the floating point sprintf really does taint the result
16527              string as perllocale promises (has promised for a long time)
16528              if "use locale" is in the lexical scope.
16529      Branch: perl
16530            ! sv.c t/pragma/locale.t
16531 ____________________________________________________________________________
16532 [  7862] By: jhi                                   on 2000/11/26  00:35:15
16533         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
16534              From: Nicholas Clark <nick@ccl4.org>
16535              Date: Sun, 26 Nov 2000 00:07:50 +0000
16536              Message-ID: <20001126000750.A22446@plum.flirble.org>
16537              
16538              Infinit.
16539      Branch: perl
16540            ! sv.c
16541 ____________________________________________________________________________
16542 [  7861] By: jhi                                   on 2000/11/26  00:01:26
16543         Log: Integrate perlio.
16544      Branch: perl
16545           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
16546 ____________________________________________________________________________
16547 [  7860] By: nick                                  on 2000/11/25  22:04:17
16548         Log: Correct relative path from new ext\Filter\Util\Call location
16549              back to miniperl.
16550      Branch: perlio
16551            ! win32/makefile.mk
16552 ____________________________________________________________________________
16553 [  7859] By: nick                                  on 2000/11/25  21:26:54
16554         Log: Integrate mainline.
16555      Branch: perlio
16556           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16557           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
16558           +> t/lib/filter-util.t
16559            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16560            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16561            - t/lib/filt-util.t
16562           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
16563           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
16564           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
16565           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
16566           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
16567           !> win32/makefile.mk
16568 ____________________________________________________________________________
16569 [  7858] By: gsar                                  on 2000/11/25  20:52:17
16570         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
16571              parent's memory; fix it by keeping track of the actual pad
16572              offset rather than a raw pointer (this change is probably also
16573              relevant to non-ithreads case to avoid fallout from reallocs of
16574              the pad array, but is currently only enabled for the ithreads
16575              case in the interests of minimal disruption to existing "well
16576              tested" code)
16577      Branch: perl
16578            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
16579            ! proto.h scope.c scope.h sv.c t/op/fork.t
16580 ____________________________________________________________________________
16581 [  7857] By: nick                                  on 2000/11/25  20:01:28
16582         Log: All tests pass on Win32/gcc/USE_PERLIO.
16583              - when crlf layer is pushed make unix-level binary.
16584              - remove :crlf injection in pp_backtick in pp_sys.c
16585              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
16586      Branch: perlio
16587            ! doio.c perlio.c pp_sys.c win32/makefile.mk
16588 ____________________________________________________________________________
16589 [  7856] By: jhi                                   on 2000/11/25  18:38:30
16590         Log: Update the metaconfig units for #7855.
16591      Branch: metaconfig/U/perl
16592            ! useperlio.U usesocks.U
16593 ____________________________________________________________________________
16594 [  7855] By: jhi                                   on 2000/11/25  18:37:54
16595         Log: Undo the SOCKS workarounds, instead start using PerlIO
16596              if SOCKS is selected.
16597              
16598              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
16599              From: Jens Hamisch <jens@Strawberry.COM>
16600              Date: Fri, 24 Nov 2000 18:31:30 +0100
16601              Message-ID: <20001124183130.E28337@Strawberry.COM>
16602              
16603              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
16604              From: Jens Hamisch <jens@Strawberry.COM>
16605              Date: Fri, 24 Nov 2000 19:11:51 +0100
16606              Message-ID: <20001124191151.A28753@Strawberry.COM>
16607      Branch: perl
16608            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
16609            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
16610 ____________________________________________________________________________
16611 [  7854] By: jhi                                   on 2000/11/25  17:39:08
16612         Log: Undo #7848.  Some of the code seems to use walkoptree(),
16613              some walkoptree_slow().  An unfinished renaming?
16614              Now the sub is walkoptree() (which is @EXPORT_OK),
16615              the walkoptree_slow() is a typeglob alias to walkoptree.
16616              This makes the tests to pass, at least.
16617      Branch: perl
16618            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
16619 ____________________________________________________________________________
16620 [  7853] By: nick                                  on 2000/11/24  22:24:33
16621         Log: Re-arrange crlf vs binary for platforms that care.
16622              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
16623              Lip-service to making stdio layer work on such platfroms (untested).
16624              Now fails 3 tests rather than one, checkin to see if I can debug 
16625              the issue under linux. (Do not merge.)
16626      Branch: perlio
16627            ! doio.c perlio.c perliol.h
16628 ____________________________________________________________________________
16629 [  7852] By: jhi                                   on 2000/11/24  18:57:39
16630         Log: AUTHORS edits.
16631      Branch: perl
16632            ! AUTHORS
16633 ____________________________________________________________________________
16634 [  7851] By: jhi                                   on 2000/11/24  17:34:56
16635         Log: Add Jan-Erik Karlsson.
16636      Branch: perl
16637            ! AUTHORS
16638 ____________________________________________________________________________
16639 [  7850] By: jhi                                   on 2000/11/24  17:27:56
16640         Log: Configure should find stdchar on its own.
16641      Branch: perl
16642            ! hints/solaris_2.sh
16643 ____________________________________________________________________________
16644 [  7849] By: jhi                                   on 2000/11/24  17:24:55
16645         Log: Subject: PATCH over 7848: Filter test flawed
16646              From: andreas.koenig@anima.de (Andreas J. Koenig)
16647              Date: 24 Nov 2000 10:28:29 +0100
16648              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
16649      Branch: perl
16650            ! t/lib/filter-util.t
16651 ____________________________________________________________________________
16652 [  7848] By: jhi                                   on 2000/11/24  17:22:15
16653         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
16654              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
16655              Date: Fri, 24 Nov 2000 16:12:58 +0000
16656              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
16657      Branch: perl
16658            ! ext/B/B.pm
16659 ____________________________________________________________________________
16660 [  7847] By: jhi                                   on 2000/11/24  03:07:01
16661         Log: Integrate perlio.
16662      Branch: perl
16663           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16664           !> win32/makefile.mk
16665 ____________________________________________________________________________
16666 [  7846] By: gsar                                  on 2000/11/24  00:55:57
16667         Log: integrate changes#6415..6418,6420..6438 from mainline
16668              
16669              Fix the bitvector ops for utf8 (tricky since past 7 bits
16670              the utf8 'characters' can be more than one octet).
16671              
16672              MPE/ix updates for perl 5.6.0 from Mark Bixby.
16673              
16674              Subject: SDBM_File documentation
16675              
16676              Detypo.
16677              
16678              Decutandpasto.
16679              
16680              Send all installperl messages to STDERR and be -w clean.
16681              
16682              Out-of-date note removed.
16683              
16684              Protect against "wild next"s, that is, callbacks doing "next"
16685              instead of "return".
16686              
16687              Use STDOUT consistently.
16688              
16689              The output might have been produced in the wrong order.
16690              
16691              A missing 'break' after the [[:space:]] switch case.
16692              
16693              Add tests for
16694              [ID 19991110.003] another matching finding by pcre author
16695              which has already been fixed by some patch, as verified in
16696              
16697              Documentation to explain the behaviour of map().
16698              
16699              Add an optimization for map-maps-a-list-element-to-more-list-elements
16700              case, but add also notes explaining the relationship of this
16701              patch and the earlier notes by Sarathy.
16702              
16703              Subject: [ID 20000716.023] syslog test fails without sockets
16704              
16705              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16706              Test cases for #6431.
16707              
16708              File::Spec::VMS fixup for tmpdir from Craig Berry.
16709              
16710              Make the "uninit variable" warning to say "concat or string"
16711              or "join or string" when in concat or join .
16712              
16713              Get UTF16 BOMs working.  Patch from
16714              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16715              
16716              Subject: [PATCH] Make large file tests deal with SIGXFSZ
16717              
16718              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
16719              
16720              Subject: [PATCH] av.c apidoc
16721      Branch: maint-5.6/perl
16722           !> (integrate 43 files)
16723 ____________________________________________________________________________
16724 [  7845] By: gsar                                  on 2000/11/24  00:20:45
16725         Log: integrate changes#6406..6414 from mainline
16726              
16727              Merge perlhacktut into perlhack, update perlguts.
16728              
16729              Fix AutoSplit to use File::Spec the right way in VMS,
16730              from Peter Prymmer.
16731              
16732              The bug report
16733              [ID 19991110.002] minimal matching discrepancy found by pcre author
16734              seems to have been fixed (though differently from what was suggested
16735              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
16736              
16737              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
16738              not in pod, from Peter Prymmer
16739              
16740              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
16741              From: Hugo <hv@crypt.compulink.co.uk>
16742              Date: Fri, 14 Jul 2000 23:05:20 +0100
16743              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
16744              
16745              Didn't anymore apply, but that point still could use another fix.
16746              
16747              lib/b test fixes from Peter Prymmer.
16748              
16749              More docs for sv functions.
16750              
16751              perlvms.pod whitespace cleanup to keep pod utils happy.
16752              
16753              another VMS build tweak from Peter Prymmer
16754      Branch: maint-5.6/perl
16755           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
16756           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
16757           !> vms/descrip_mms.template vms/perlvms.pod
16758 ____________________________________________________________________________
16759 [  7844] By: nick                                  on 2000/11/23  23:42:45
16760         Log: Win32/perlio Now just fails one io/argv.t test - lack 
16761              of default :crlf on standard streams.
16762      Branch: perlio
16763            ! doio.c perlio.c
16764 ____________________________________________________________________________
16765 [  7843] By: nick                                  on 2000/11/23  23:04:05
16766         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
16767              peek fail is showing a real problem (multiple crlf layers
16768              are getting pushed.)
16769      Branch: perlio
16770            ! doio.c perlio.c win32/makefile.mk
16771 ____________________________________________________________________________
16772 [  7842] By: nick                                  on 2000/11/23  19:46:23
16773         Log: Implement PerlIO_binmode()
16774              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
16775              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
16776              make binmode in t/lib/io_tell.t unconditional so that works.
16777              Checkin just so Win32 machine can see these changes.
16778      Branch: perlio
16779            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16780 ____________________________________________________________________________
16781 [  7841] By: jhi                                   on 2000/11/23  19:30:00
16782         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
16783      Branch: perl
16784            ! README.amiga
16785 ____________________________________________________________________________
16786 [  7840] By: jhi                                   on 2000/11/23  17:18:02
16787         Log: SOCKS wrestling continues, patches from Jens Hamisch.
16788      Branch: perl
16789            ! doio.c embed.h embed.pl perlsdio.h proto.h
16790 ____________________________________________________________________________
16791 [  7839] By: jhi                                   on 2000/11/23  16:54:14
16792         Log: Push Filter::Util::Call one level deeper.
16793      Branch: perl
16794            + t/lib/filter-util.t
16795           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16796           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
16797            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16798            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16799            - t/lib/filt-util.t
16800            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
16801            ! win32/Makefile win32/makefile.mk
16802 ____________________________________________________________________________
16803 [  7838] By: jhi                                   on 2000/11/23  16:52:40
16804         Log: Reach back one higher up when searching for PERL_SRC.
16805      Branch: perl
16806            ! lib/ExtUtils/MM_Unix.pm
16807 ____________________________________________________________________________
16808 [  7837] By: jhi                                   on 2000/11/23  16:05:41
16809         Log: Subject: Re: perl@7826
16810              Date: Thu, 23 Nov 2000 02:20:25 -0600
16811              From: "Craig A. Berry" <craigberry@mac.com>
16812              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
16813              
16814              Make VMS to like Filter::Util::Call. 
16815      Branch: perl
16816            ! configure.com ext/Filter/Util/Makefile.PL
16817 ____________________________________________________________________________
16818 [  7836] By: nick                                  on 2000/11/23  16:04:08
16819         Log: Implement crlf layer - not ready for merge.
16820      Branch: perlio
16821            ! perlio.c win32/makefile.mk
16822 ____________________________________________________________________________
16823 [  7835] By: jhi                                   on 2000/11/23  15:56:52
16824         Log: STDCHAR is different in Sparc v9 vs x86.
16825      Branch: perl
16826            ! hints/solaris_2.sh
16827 ____________________________________________________________________________
16828 [  7834] By: jhi                                   on 2000/11/23  15:50:47
16829         Log: The type needs to be visible to protos.
16830      Branch: perl
16831            ! perl.h
16832 ____________________________________________________________________________
16833 [  7833] By: jhi                                   on 2000/11/23  15:40:46
16834         Log: Finish unfinished SOCKS workaround changes.
16835      Branch: perl
16836            ! doio.c
16837 ____________________________________________________________________________
16838 [  7832] By: jhi                                   on 2000/11/23  15:33:30
16839         Log: Integrate perlio.
16840      Branch: perl
16841           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16842           !> win32/makefile.mk
16843 ____________________________________________________________________________
16844 [  7831] By: nick                                  on 2000/11/23  10:31:07
16845         Log: Correct makefile.mk dependancies for ext/Filter/Util
16846              Build ext/Encode
16847              Run dmake regen_config_h
16848      Branch: perlio
16849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16850            ! win32/makefile.mk
16851 ____________________________________________________________________________
16852 [  7830] By: nick                                  on 2000/11/23  08:05:07
16853         Log: Integrate mainline
16854      Branch: perlio
16855           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16856           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
16857           +> t/lib/filt-util.pl t/lib/filt-util.t
16858           !> (integrate 41 files)
16859 ____________________________________________________________________________
16860 [  7829] By: gsar                                  on 2000/11/23  03:07:11
16861         Log: build the Filter extension on windows
16862      Branch: perl
16863            ! win32/Makefile win32/makefile.mk
16864 ____________________________________________________________________________
16865 [  7828] By: gsar                                  on 2000/11/23  02:46:35
16866         Log: regenerate win32/config* and fix some inconsistencies in the
16867              makefiles; always export Perl_deb() because it is needed
16868              by ext/re/* (whether perl itself is built with -DDEBUGGING
16869              or not)
16870      Branch: perl
16871            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
16872            ! win32/config_H.vc win32/makefile.mk
16873 ____________________________________________________________________________
16874 [  7827] By: gsar                                  on 2000/11/23  02:18:38
16875         Log: get sources building on windows+MSVC again (untested with other
16876              compilers)
16877      Branch: perl
16878            ! win32/include/sys/socket.h win32/perllib.c
16879 ____________________________________________________________________________
16880 [  7826] By: jhi                                   on 2000/11/23  01:18:26
16881         Log: Update Changes.
16882      Branch: perl
16883            ! Changes patchlevel.h
16884 ____________________________________________________________________________
16885 [  7825] By: jhi                                   on 2000/11/23  00:20:41
16886         Log: Subject: Re: av.c patch (having slight problems)
16887              From: "Ben Tilly" <ben_tilly@hotmail.com>
16888              Date: Tue, 21 Nov 2000 23:29:31 -0500
16889              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
16890              
16891              unshift() speedup.
16892      Branch: perl
16893            ! av.c
16894 ____________________________________________________________________________
16895 [  7824] By: jhi                                   on 2000/11/22  23:59:15
16896         Log: Fixes for signedness warnings noticed by VMSperlers.
16897      Branch: perl
16898            ! ext/Storable/Storable.xs regcomp.c sv.c
16899 ____________________________________________________________________________
16900 [  7823] By: jhi                                   on 2000/11/22  23:19:31
16901         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
16902              From: Peter Prymmer <pvhp@forte.com>
16903              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
16904              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
16905      Branch: perl
16906            ! t/pragma/warn/pp_hot
16907 ____________________________________________________________________________
16908 [  7822] By: jhi                                   on 2000/11/22  22:52:20
16909         Log: Be clean.
16910      Branch: perl
16911            ! Makefile.SH
16912 ____________________________________________________________________________
16913 [  7821] By: jhi                                   on 2000/11/22  22:46:39
16914         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
16915              by Damian Conway, as suggested by Paul Marquess.
16916      Branch: perl
16917            + lib/Filter/Simple.pm
16918 ____________________________________________________________________________
16919 [  7820] By: jhi                                   on 2000/11/22  22:45:51
16920         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
16921      Branch: perl
16922            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16923            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16924            + t/lib/filt-util.t
16925            ! MANIFEST
16926 ____________________________________________________________________________
16927 [  7819] By: jhi                                   on 2000/11/22  22:03:27
16928         Log: Integrate perlio.
16929      Branch: perl
16930           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16931           !> win32/makefile.mk
16932 ____________________________________________________________________________
16933 [  7818] By: jhi                                   on 2000/11/22  21:56:02
16934         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
16935      Branch: perl
16936            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
16937            ! t/lib/io_sock.t
16938 ____________________________________________________________________________
16939 [  7817] By: jhi                                   on 2000/11/22  21:39:49
16940         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
16941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16942              Date: Wed, 22 Nov 2000 16:08:12 -0500
16943              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
16944      Branch: perl
16945            ! lib/ExtUtils/Liblist.pm
16946 ____________________________________________________________________________
16947 [  7816] By: jhi                                   on 2000/11/22  21:38:25
16948         Log: Go ahead and #include <unistd.h> in perl.h.
16949      Branch: perl
16950            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
16951            ! util.c
16952 ____________________________________________________________________________
16953 [  7815] By: jhi                                   on 2000/11/22  21:22:52
16954         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
16955              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16956              Date: Mon, 20 Nov 2000 18:30:52 -0500
16957              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
16958      Branch: perl
16959            ! pod/perlre.pod regcomp.c t/op/re_tests
16960 ____________________________________________________________________________
16961 [  7814] By: jhi                                   on 2000/11/22  21:21:46
16962         Log: Subject: [PATCH 5.7.0] Liblist finally works
16963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16964              Date: Tue, 21 Nov 2000 22:02:17 -0500
16965              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
16966      Branch: perl
16967            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
16968            ! lib/ExtUtils/MakeMaker.pm
16969 ____________________________________________________________________________
16970 [  7813] By: jhi                                   on 2000/11/22  21:20:23
16971         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
16972              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16973              Date: Wed, 22 Nov 2000 17:53:15 +0100
16974              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
16975              
16976              AIX dynaloader and perlio patch.
16977      Branch: perl
16978            ! ext/DynaLoader/dl_aix.xs
16979 ____________________________________________________________________________
16980 [  7812] By: jhi                                   on 2000/11/22  21:17:52
16981         Log: (Accidentally empty patch.)
16982      Branch: perl
16983            ! av.c
16984 ____________________________________________________________________________
16985 [  7811] By: jhi                                   on 2000/11/22  21:16:31
16986         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
16987              From: Peter Prymmer <pvhp@forte.com>
16988              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
16989              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
16990      Branch: perl
16991            ! vms/test.com
16992 ____________________________________________________________________________
16993 [  7810] By: jhi                                   on 2000/11/22  21:15:36
16994         Log: Subject: Re: perl@7777 
16995              From: "John P. Linderman" <jpl@research.att.com>
16996              Date: Wed, 22 Nov 2000 13:11:11 -0500
16997              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
16998              
16999              Detypoing.
17000      Branch: perl
17001            ! lib/CPAN.pm
17002 ____________________________________________________________________________
17003 [  7809] By: jhi                                   on 2000/11/22  21:14:19
17004         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
17005              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17006              Date:     Wed, 22 Nov 2000 13:51:37 EST
17007              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
17008      Branch: perl
17009            ! perlsdio.h
17010 ____________________________________________________________________________
17011 [  7808] By: jhi                                   on 2000/11/22  21:13:27
17012         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
17013              From: Casey Tweten <crt@kiski.net>
17014              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
17015              Message-Id: <200011201653.LAA10194@home.kiski.net>
17016      Branch: perl
17017            ! t/lib/io_udp.t
17018 ____________________________________________________________________________
17019 [  7807] By: jhi                                   on 2000/11/22  21:12:35
17020         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
17021              From: Casey Tweten <crt@kiski.net>
17022              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
17023              Message-Id: <200011201636.LAA07227@home.kiski.net>
17024      Branch: perl
17025            ! t/lib/io_sock.t
17026 ____________________________________________________________________________
17027 [  7806] By: jhi                                   on 2000/11/22  21:10:59
17028         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
17029              From: "Casey R. Tweten" <crt@kiski.net>
17030              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
17031              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
17032      Branch: perl
17033            ! utils/h2xs.PL
17034 ____________________________________________________________________________
17035 [  7805] By: nick                                  on 2000/11/22  21:05:06
17036         Log: Integrate mainline
17037      Branch: perlio
17038           !> Changes Porting/genlog ext/DB_File/DB_File.xs
17039           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
17040           !> utils/perlbug.PL
17041 ____________________________________________________________________________
17042 [  7804] By: jhi                                   on 2000/11/22  21:01:12
17043         Log: Subject: [PATCH] Test.pm POD peculiarity
17044              From: "Casey R. Tweten" <crt@kiski.net>
17045              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
17046              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
17047      Branch: perl
17048            ! lib/Test.pm
17049 ____________________________________________________________________________
17050 [  7803] By: jhi                                   on 2000/11/22  20:59:59
17051         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
17052              From: "Philip Newton" <pnewton@gmx.de>
17053              Date: Wed, 22 Nov 2000 14:25:53 +0100
17054              Message-Id: <3A1BD771.25462.1939FAD@localhost>
17055              
17056              Be case-understanding also on 's', and use the -oi of sendmail
17057              not to terminate the transmission on a lone '.'.
17058      Branch: perl
17059            ! utils/perlbug.PL
17060 ____________________________________________________________________________
17061 [  7802] By: nick                                  on 2000/11/22  20:51:42
17062         Log: Win32 PerlIO intermediate state now working as expected.
17063              - In current state we are still using C runtime in text/binary
17064              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
17065              - PERLIO=stdio and PERLIO=unix pass all expected tests.
17066              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
17067              and PerlIO_seek() and the dummy crlf layer is not making adjustments
17068              for CRLF translation happening in C runtime. All other tests pass.
17069              
17070              Added note to README.win32 to point out the snags of doing a perl build
17071              with Norton AntiVirus turned on.
17072              
17073              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
17074              which file a fail comes from.
17075              
17076              Updated "canned" config.h to match the one generated.
17077      Branch: perlio
17078            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
17079            ! win32/makefile.mk
17080 ____________________________________________________________________________
17081 [  7801] By: jhi                                   on 2000/11/22  06:50:20
17082         Log: Nickety nits.
17083      Branch: perl
17084            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17085 ____________________________________________________________________________
17086 [  7800] By: jhi                                   on 2000/11/22  01:29:55
17087         Log: Changes had accidentally gone too silent on non-main branches.
17088      Branch: perl
17089            ! Changes Porting/genlog patchlevel.h
17090 ____________________________________________________________________________
17091 [  7799] By: gsar                                  on 2000/11/22  01:02:56
17092         Log: some lib_pm.PL changes snuck in via change#7772
17093      Branch: maint-5.6/perl
17094            ! Makefile.SH
17095 ____________________________________________________________________________
17096 [  7798] By: nick                                  on 2000/11/21  21:59:40
17097         Log: Integrate mainline
17098      Branch: perlio
17099           !> (integrate 28 files)
17100 ____________________________________________________________________________
17101 [  7797] By: jhi                                   on 2000/11/21  21:01:45
17102         Log: Integrate perlio.
17103      Branch: perl
17104           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
17105 ____________________________________________________________________________
17106 [  7796] By: nick                                  on 2000/11/21  20:36:22
17107         Log: Win32 builds and runs (mostly) with USE_PERLIO.
17108              PERLIO=perlio passes all tests. 
17109              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
17110      Branch: perlio
17111            ! perlio.c win32/perllib.c win32/win32.c
17112 ____________________________________________________________________________
17113 [  7795] By: jhi                                   on 2000/11/21  19:03:44
17114         Log: Update Changes.
17115      Branch: perl
17116            ! Changes patchlevel.h
17117 ____________________________________________________________________________
17118 [  7794] By: jhi                                   on 2000/11/21  18:56:34
17119         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
17120              From: "Craig A. Berry" <craigberry@mac.com>
17121              Date: Mon, 20 Nov 2000 20:27:06 -0600
17122              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
17123              
17124              A cut-and-pasto.
17125      Branch: perl
17126            ! perlio.h
17127 ____________________________________________________________________________
17128 [  7793] By: jhi                                   on 2000/11/21  18:54:41
17129         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
17130              From: Dominic Dunlop <domo@computer.org> 
17131              Date: Mon, 20 Nov 2000 18:55:29 +0100
17132              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
17133              
17134              va_copy() and the need of it.
17135              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
17136      Branch: metaconfig/U/perl
17137            + need_va_copy.U
17138      Branch: perl
17139            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17140            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
17141            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
17142            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17143            ! win32/config.bc win32/config.gc win32/config.vc
17144 ____________________________________________________________________________
17145 [  7792] By: jhi                                   on 2000/11/21  17:04:10
17146         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
17147      Branch: perl
17148           !> scope.h
17149 ____________________________________________________________________________
17150 [  7791] By: jhi                                   on 2000/11/21  17:01:16
17151         Log: Export the SOCKS workaround symbols only if necessary.
17152      Branch: perl
17153            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
17154 ____________________________________________________________________________
17155 [  7790] By: nick                                  on 2000/11/20  23:57:11
17156         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
17157      Branch: perlio
17158            ! scope.h
17159 ____________________________________________________________________________
17160 [  7789] By: nick                                  on 2000/11/20  23:38:33
17161         Log: Integrate mainline
17162      Branch: perlio
17163           +> lib/File/Spec/Epoc.pm
17164           !> (integrate 34 files)
17165 ____________________________________________________________________________
17166 [  7788] By: nick                                  on 2000/11/20  23:20:18
17167         Log: Make extra buffer layer work (dummy crlf layer)
17168      Branch: perlio
17169            ! doio.c perlio.c perlio.h
17170 ____________________________________________________________________________
17171 [  7787] By: jhi                                   on 2000/11/20  22:44:04
17172         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
17173              From: Peter Prymmer <pvhp@forte.com>
17174              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
17175              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
17176      Branch: perl
17177            ! t/pragma/locale.t
17178 ____________________________________________________________________________
17179 [  7786] By: jhi                                   on 2000/11/20  22:29:10
17180         Log: Subject: DOC PATCH 5.6.0 perlreftut
17181              From: mjd@plover.com
17182              Date: 20 Nov 2000 19:45:06 -0000
17183              Message-ID: <20001120194506.9505.qmail@plover.com>
17184      Branch: perl
17185            ! pod/perlreftut.pod
17186 ____________________________________________________________________________
17187 [  7785] By: jhi                                   on 2000/11/20  22:27:44
17188         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
17189              From: David Dyck <dcd@tc.fluke.com>
17190              Date: Mon, 20 Nov 2000 11:43:40 -0800
17191              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
17192      Branch: perl
17193            ! lib/Cwd.pm
17194 ____________________________________________________________________________
17195 [  7784] By: jhi                                   on 2000/11/20  22:23:21
17196         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
17197              Date: Mon, 20 Nov 2000 17:06:10 -0500
17198              To: Mailing list Perl5 <perl5-porters@perl.org>
17199              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
17200      Branch: perl
17201            ! pp_ctl.c t/op/pat.t
17202 ____________________________________________________________________________
17203 [  7783] By: jhi                                   on 2000/11/20  22:11:18
17204         Log: Subject: [PATCH] doop.c - UTF8 tr///               
17205              From: Simon Cozens <simon@cozens.net>
17206              Date: Sat, 18 Nov 2000 18:49:30 +0000
17207              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
17208              
17209              Subject: Re: [PATCH] doop.c - UTF8 tr///           
17210              From: Simon Cozens <simon@cozens.net>
17211              Date: Mon, 20 Nov 2000 20:45:22 +0000
17212              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
17213              
17214              Make tr on UTF-8 better but still not correct.
17215      Branch: perl
17216            ! doop.c
17217 ____________________________________________________________________________
17218 [  7782] By: jhi                                   on 2000/11/20  22:02:16
17219         Log: Remove the shared object before attempting to create
17220              (by linking) a new one.  E.g. in AIX not removing
17221              becomes quite painful if one tries to do more than one
17222              build in the same tree (an interrupted build, for example),
17223              since the AIX' shared dynaloader seemingly keeps the shared
17224              objects open and therefore 'busy' for quite a while, even when
17225              nobody is using the objects, leading into link failures.
17226      Branch: perl
17227            ! lib/ExtUtils/MM_Unix.pm
17228 ____________________________________________________________________________
17229 [  7781] By: gsar                                  on 2000/11/20  19:02:55
17230         Log: type mismatch due to faulty integration
17231      Branch: maint-5.6/perl
17232            ! toke.c win32/Makefile
17233 ____________________________________________________________________________
17234 [  7780] By: gsar                                  on 2000/11/20  17:31:55
17235         Log: integrate changes#6392,6394..6399,6401..6404
17236              
17237              The {multiplier} of a fixed substring was overlooked which
17238              caused a wrong initial search offset for that substring.
17239              
17240              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
17241              From: Hugo <hv@crypt.compulink.co.uk>
17242              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
17243              Date: Thu, 13 Jul 2000 19:27:13 +0100
17244              
17245              Fix the BOM bug: not a byteorder bug, a signedness bug.
17246              
17247              Replace change #6337 with a better one.
17248              
17249              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
17250              From: Hugo <hv@crypt.compulink.co.uk>
17251              Date: Fri, 14 Jul 2000 04:16:20 +0100
17252              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
17253              
17254              MakeMaker should not remove editor backups (*~) on `make clean`
17255              by default (completes change#6383)
17256              
17257              move new variables to the end of the interpreter structure (for
17258              bincompat in code that doesn't #include XSUB.h)
17259              
17260              rename totally bletcherous SvLOCK() thingy (doesn't do what the
17261              name suggests anyway)
17262              
17263              various cleanups (typos, misformatted code, and small bugs)
17264              
17265              typecasts needed for change#6394
17266              
17267              typos in change#6399, regen headers
17268              
17269              inconsistent types needs casts
17270              
17271              PERL_OBJECT build tweaks
17272      Branch: maint-5.6/perl
17273           !> MANIFEST doop.c embed.h embed.pl embedvar.h
17274           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
17275           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
17276           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
17277           !> toke.c util.c
17278 ____________________________________________________________________________
17279 [  7779] By: gsar                                  on 2000/11/20  17:06:29
17280         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
17281              
17282              Cosmetics and perldelta.
17283              
17284              Fix nits noticed by Boston.pm.
17285              
17286              Do the cc sanity check both before the hints and
17287              after the cc selction.
17288              
17289              get sprintf.t to adjust properly for 3-digit exponents
17290              
17291              don't clobber *.orig files on *clean targets
17292              
17293              fix bugs in processing %v-*d and similar format specs (from
17294              Avi Finkel <avi@finkel.org>)
17295              
17296              sprintf test tweaks (from Dominic Dunlop)
17297              
17298              new selfloader.t in change#6183 doesn't close DATA handles,
17299              and thus fails to clean up tmp files on dosish platforms
17300              
17301              typos (spotted by Peter Prymmer)
17302              
17303              typo fix from Craig Berry
17304      Branch: maint-5.6/perl
17305           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
17306           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
17307           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
17308           !> x2p/Makefile.SH
17309 ____________________________________________________________________________
17310 [  7778] By: gsar                                  on 2000/11/20  16:46:51
17311         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
17312              
17313              Subject: Re: format bug report  [Patch]
17314              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17315              Date: Wed, 05 Jul 2000 13:12:52 +0200
17316              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
17317              
17318              Subject: Re: format bug report  [Patch]
17319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17320              Date: Wed, 05 Jul 2000 14:10:01 +0200
17321              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
17322              
17323              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
17324              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17325              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
17326              Date: Fri, 07 Jul 2000 17:57:16 +0100
17327              
17328              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
17329              To: perl5-porters@perl.org
17330              From: Karsten Sperling <spiff@phreax.net>
17331              Date: Mon, 10 Jul 2000 15:12:52 +0200
17332              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
17333              
17334              README.posix-bc podified from Thomas Dorner.
17335              
17336              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
17337              From: Dominic Dunlop <domo@computer.org>
17338              Date: Tue, 11 Jul 2000 12:27:33 +0200
17339              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
17340              
17341              Typo in #6341.
17342              
17343              Fix for
17344              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
17345              From: Roderick Schertler <roderick@argon.org>
17346              Date: Tue, 11 Jul 2000 13:55:05 -0400
17347              Message-Id: <200007111755.NAA05077@jones.argon.org>
17348              
17349              Minor cleanups on the booklist.
17350              
17351              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
17352              regen perltoc.
17353              
17354              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
17355      Branch: maint-5.6/perl
17356           +> pod/perlbook.pod
17357           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
17358           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
17359           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
17360 ____________________________________________________________________________
17361 [  7777] By: jhi                                   on 2000/11/20  16:08:49
17362         Log: Update Changes.
17363      Branch: perl
17364            ! Changes patchlevel.h
17365 ____________________________________________________________________________
17366 [  7776] By: jhi                                   on 2000/11/20  15:27:56
17367         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
17368              This may be overly harsh but until proven otherwise, we think this
17369              way, or until we have a simple test for Configure (having to start
17370              up servers is does not count as simple) to check for the problems.
17371      Branch: perl
17372            ! perl.h
17373 ____________________________________________________________________________
17374 [  7775] By: jhi                                   on 2000/11/20  15:22:17
17375         Log: Solaris hints tweaks.
17376      Branch: perl
17377            ! hints/solaris_2.sh
17378 ____________________________________________________________________________
17379 [  7774] By: jhi                                   on 2000/11/20  15:01:20
17380         Log: Add a workaround to SOCKS 64-bit problems.
17381      Branch: perl
17382            ! doio.c embed.h embed.pl perlsdio.h proto.h
17383 ____________________________________________________________________________
17384 [  7773] By: jhi                                   on 2000/11/20  14:51:47
17385         Log: sysseek() instead of seek().
17386      Branch: perl
17387            ! t/lib/syslfs.t
17388 ____________________________________________________________________________
17389 [  7772] By: gsar                                  on 2000/11/20  13:06:23
17390         Log: integrate changes#6315..6319,6321..6331,6333..6338
17391              
17392              Integrate with Sarathy, preliminary fix for unicos
17393              alignment problems in [ID 20000612.002] Perl problem on Cray system.
17394              
17395              some debugger output does not go to the socket when RemotePort is set
17396              
17397              winsock cleanup never done on Windows (leads to handle leaks)
17398              
17399              fix UNC path handling on Windows under ithreads, and chdir()
17400              return value when given a non-existent directory
17401              
17402              Autogenerate pod/Makefile and pod/buildtoc.
17403              buildtoc also checks whether the existin pods are
17404              mentioned in MANIFEST and perl.pod, and vice versa.
17405              (None of the thusly found discrepancies fixed yet.)
17406              roffitall also needs to be autogenerated similarly but it
17407              seems so badly out of date that I didn't touch it yet.
17408              
17409              Config is being used.
17410              
17411              Add =head1 NAMEs so that buildtoc is happy.
17412              (The CGI::Util nit reported to Lincoln.)
17413              
17414              Fix complaints of buildtoc.
17415              
17416              Fix the alignment problem in Crays ([ID 20000612.002]).
17417              
17418              Remove perlbook, update perlfaq book listing,
17419              rearrange perl.pod, regenerate perltoc.
17420              
17421              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
17422              was cast to an unsigned (32-bit) integer with wild abandon.
17423              
17424              winsock options weren't being set in all threads under ithreads
17425              (caused send()s from second and subsequent threads to fail)
17426              
17427              accept() leaks memory on windows due to incorrect ordering of
17428              closesocket() and fclose() calls
17429              
17430              Reorder perl.pod once more.
17431              
17432              More POSIX.pod tweaks.
17433              
17434              Sprinkle ldlibpath.
17435              
17436              Precedence goof, fix based on
17437              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
17438              From: Hugo <hv@crypt.compulink.co.uk>
17439              Date: Tue, 11 Jul 2000 12:52:38 +0100
17440              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
17441              
17442              Subject: PATCH perlguts.pod: Document D and d magic types
17443              From: mjd@plover.com
17444              Date: 5 Jul 2000 18:01:51 -0000
17445              Message-ID: <20000705180151.29413.qmail@plover.com>
17446              
17447              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
17448              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
17449              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
17450              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
17451              
17452              Subject: [PATCH cfgperl] $& segfaults if you trick it
17453              From: simon@brecon.co.uk (Simon Cozens)
17454              Date: 7 Jul 2000 11:26:09 GMT
17455              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
17456              
17457              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
17458              From: Hugo <hv@crypt.compulink.co.uk>
17459              Date: Tue, 11 Jul 2000 12:44:50 +0100
17460              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
17461              
17462              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
17463              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17464              Date: Tue, 11 Jul 2000 13:50:51 +0100
17465              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
17466      Branch: maint-5.6/perl
17467           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
17468           +> pod/buildtoc.PL
17469            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
17470           !> (integrate 26 files)
17471 ____________________________________________________________________________
17472 [  7771] By: gsar                                  on 2000/11/20  12:31:42
17473         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
17474              6310,6311,6314
17475              
17476              Subject: [PATCH bleedperl] File::Spec 0.82 beta
17477              From: Barrie Slaymaker <barries@jester.slaysys.com>
17478              Date: Wed, 28 Jun 2000 11:35:29 -0400
17479              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
17480              
17481              tweak perlembed for multiplicity/usethreads sanity; correct notes
17482              about Windows
17483              
17484              localize %INC in a Safe compartment so that use/require work
17485              (many other magic globals probably need similar treatment)
17486              
17487              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
17488              when @_ is modified, causing coredumps
17489              
17490              slurp mode fix in change#4736 still not quite right
17491              
17492              Point to perlipc for more SysV IPC examples.
17493              
17494              Elaborate POSIX.pod.  Still needs work.
17495              
17496              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
17497              
17498              fix large memory leak that has been around for ever, masked by
17499              -DPURIFY (most of the arenas were never freed!)
17500              
17501              fix memory leak on Windows (PL_sys_intern contents were never
17502              freed)
17503              
17504              PERL_OBJECT build tweak
17505              
17506              adjust change#6299
17507              
17508              remove rel2abs prototypes (from Barrie Slaymaker)
17509              
17510              missing perldiag entry for unpack("w",...) diagnostic (from
17511              Andreas Koenig)
17512              
17513              better diagnostic on Frob->stuff() when Frob:: doesn't exist
17514              (from Richard Soderberg <rs@oregonnet.com>)
17515              
17516              Win32 patches for cfgperl from Sarathy.
17517              
17518              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
17519              
17520              More POSIX.pod embellishment.
17521              
17522              tyop in change#6306
17523      Branch: maint-5.6/perl
17524           !> (integrate 44 files)
17525 ____________________________________________________________________________
17526 [  7770] By: gsar                                  on 2000/11/20  11:51:00
17527         Log: integrate changes#6268..6282 from cfgperl branch
17528              
17529              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
17530              From: Dominic Dunlop <domo@computer.org>
17531              Date: Thu, 29 Jun 2000 12:32:39 +0200
17532              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
17533              
17534              Regen headers for #6261 (and update embed.pl for this) and #6267,
17535              silence few compiler warnings.
17536              
17537              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
17538              From: Nicholas Clark <nick@talking.bollo.cx>
17539              Date: Fri, 23 Jun 2000 16:21:15 +0100
17540              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
17541              
17542              Subject: PATCH pod/perltie.pod
17543              From: Ian Phillipps <Ian.Phillipps@iname.com>
17544              Date: Fri, 16 Jun 2000 00:17:19 +0100
17545              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
17546              (only the first hunk, the second hunk had already been done
17547              by some other patch)
17548              
17549              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
17550              From: Tom Phoenix <rootbeer@redcat.com>
17551              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
17552              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
17553              
17554              Subject: [PATCH] xsub attributes
17555              From: Doug MacEachern <dougm@covalent.net>
17556              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
17557              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
17558              
17559              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
17560              From: Andy Dougherty <doughera@lafayette.edu>
17561              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
17562              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
17563              
17564              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
17565              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17566              Date: Tue, 13 Jun 2000 02:43:48 -0500
17567              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
17568              
17569              Subject: [PATCH] Re: eval documentation: context
17570              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17571              Date: Mon, 12 Jun 2000 15:07:29 +0100
17572              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
17573              
17574              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
17575              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17576              Date: Mon, 12 Jun 2000 14:55:59 +0100
17577              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
17578              
17579              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
17580              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
17581              Date: Fri, 09 Jun 2000 12:39:27 -0400
17582              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
17583              (plus update the version "number" of Text::Wrap)
17584              
17585              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
17586              From: Tim Ayers <tayers@bridge.com>
17587              Date: Thu, 08 Jun 2000 08:11:06 +0200
17588              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
17589              [resent by Richard Foley, Message-Id probably wrong]
17590              
17591              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
17592              From: rspier@pobox.com (Robert Spier)
17593              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
17594              Message-ID: <14654.31913.845602.610277@rls.cx>
17595              
17596              Subject: [PATCH 5.6.0] utils/h2xs.PL
17597              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17598              Date: Wed, 7 Jun 2000 04:02:04 -0500
17599              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
17600              
17601              Subject: [PATCH 5.6.0]ITHREADs for VMS
17602              From: Dan Sugalski <dan@sidhe.org>
17603              Date: Tue, 06 Jun 2000 11:59:50 -0400
17604              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
17605      Branch: maint-5.6/perl
17606           !> (integrate 31 files)
17607 ____________________________________________________________________________
17608 [  7769] By: gsar                                  on 2000/11/20  11:29:06
17609         Log: integrate changes#6261..6266 from cfgperl
17610              
17611              Subject: Re: [PATCH cfgperl] BOMs away!
17612              From: simon@brecon.co.uk (Simon Cozens)
17613              Date: 17 Jun 2000 11:49:57 GMT
17614              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
17615              
17616              Subject: 5.6.0 Patch for EPOC
17617              From: Olaf Flebbe <o.flebbe@gmx.de>
17618              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
17619              Message-ID: <23449.960929969@www11.gmx.net>
17620              
17621              tr fixes from Simon Cozens
17622              
17623              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
17624              From: Marty Lucich <marty@netcom.com>
17625              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
17626              Message-Id: <200006282116.OAA11148@netcom.com>
17627              ccdlflags update (the BSD/OS 4.1 part had already been taken
17628              care of by #6141).
17629              
17630              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
17631              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17632              Date: Wed, 28 Jun 2000 17:50:12 -0700
17633              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
17634              
17635              Subject: [PATCH 5.6.0] cygwin port
17636              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
17637              From: "Fifer, Eric" <EFifer@sanwaint.com>
17638              Date: Thu, 29 Jun 2000 12:58:29 +0100
17639      Branch: maint-5.6/perl
17640           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
17641           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
17642           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17643           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
17644 ____________________________________________________________________________
17645 [  7768] By: gsar                                  on 2000/11/20  11:13:44
17646         Log: integrate changes#6252..6256,6259..6260
17647              
17648              Paranoia tweak on #6249.
17649              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17650              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17651              Date: Sun, 25 Jun 2000 23:43:12 -0400
17652              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
17653              
17654              Subject: tr///, help wanted.
17655              From: simon@brecon.co.uk (Simon Cozens)
17656              Date: 28 Jun 2000 11:29:04 GMT
17657              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
17658              
17659              small thinko tweaks
17660              
17661              tweaks from Simon Conzes to further fix tr/// under utf8
17662              
17663              perlnewmod was missing from MANIFEST.
17664              
17665              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
17666              From: simon@brecon.co.uk (Simon Cozens)
17667              Date: 17 Jun 2000 11:56:44 GMT
17668              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
17669              pack U0, pack C0
17670      Branch: maint-5.6/perl
17671           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
17672           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
17673           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
17674           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
17675 ____________________________________________________________________________
17676 [  7767] By: gsar                                  on 2000/11/20  10:51:38
17677         Log: integrate change#6250 from cfgperl
17678              
17679              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
17680              From: Doug MacEachern <dougm@covalent.net>
17681              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
17682              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
17683      Branch: maint-5.6/perl
17684           +> t/op/my_stash.t
17685           !> MANIFEST embed.pl global.sym proto.h toke.c
17686 ____________________________________________________________________________
17687 [  7766] By: gsar                                  on 2000/11/20  10:48:34
17688         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
17689              
17690              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
17691              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17692              Date: Mon, 26 Jun 2000 18:40:14 +0100
17693              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
17694              
17695              Subject: [PATCH] bytes<->utf8 fixes
17696              From: simon@brecon.co.uk (Simon Cozens)
17697              Date: 26 Jun 2000 04:55:45 GMT
17698              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
17699              
17700              Subject: [PATCH] is_utf8_string
17701              From: simon@brecon.co.uk (Simon Cozens)
17702              Date: 26 Jun 2000 02:25:59 GMT
17703              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
17704              
17705              Subject: [PATCH] avoid mg_ptr in '*' magic
17706              From: Doug MacEachern <dougm@covalent.net>
17707              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
17708              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
17709              
17710              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
17711              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17712              Date: Sat, 24 Jun 2000 13:06:20 +0100
17713              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
17714              
17715              Allow for standalone testing.
17716              
17717              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
17718              From: Mark-Jason Dominus <mjd@plover.com>
17719              Date: Tue, 27 Jun 2000 22:36:42 -0400
17720              Message-ID: <20000628023642.12166.qmail@plover.com>
17721              
17722              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17723              From: Frank Tobin <ftobin@uiuc.edu>
17724              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
17725              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
17726      Branch: maint-5.6/perl
17727           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
17728           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
17729           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
17730           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
17731           !> utf8.c utils/h2xs.PL
17732 ____________________________________________________________________________
17733 [  7765] By: gsar                                  on 2000/11/20  10:29:13
17734         Log: integrate change#6239 from cfgperl
17735              
17736              Configure maintenance.  Sever some dependency cycles,
17737              separate gccversion from the cc unit,
17738              address [ID 20000623.006] Configure script patch for using gcc on AIX
17739              (but solve it a little bit differently),
17740              unduplex some accidentally duplicated units,
17741              suggest using gcc if no cc available
17742              (p5p thread: "Solaris configure: counterproposal", 1999-09)
17743      Branch: maint-5.6/perl
17744           !> Configure Todo-5.6 config_h.SH
17745 ____________________________________________________________________________
17746 [  7764] By: gsar                                  on 2000/11/20  10:25:55
17747         Log: integrate changes#6233..6238 from cfgperl
17748              
17749              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
17750              From: Mark-Jason Dominus <mjd@plover.com>
17751              Date: Fri, 16 Jun 2000 20:53:04 -0400
17752              Message-ID: <20000617005304.8008.qmail@plover.com>
17753              
17754              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
17755              because when run as services (Win32ese for daemons)
17756              no environment variables are set and tmpdir ends up as /tmp,
17757              which is ambiguous.
17758              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
17759              From: matt@sergeant.org
17760              Date: 16 Jun 2000 16:30:43 -0000
17761              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
17762              
17763              The thread begun by
17764              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
17765              From: Kevin.Ruscoe@ubsw.com
17766              Date: Fri, 16 Jun 2000 16:38:51 +0100
17767              Message-Id: <H000019b03c300d6@MHS>
17768              
17769              Tweak embed.pl, regen headers.
17770              
17771              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
17772              From: Dan Sugalski <dan@sidhe.org>
17773              Date: Fri, 23 Jun 2000 17:00:00 -0400
17774              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
17775      Branch: maint-5.6/perl
17776           !> (integrate 27 files)
17777 ____________________________________________________________________________
17778 [  7763] By: gsar                                  on 2000/11/20  10:08:08
17779         Log: s/perl56delta/perldelta/g
17780      Branch: maint-5.6/perl
17781            ! pod/Makefile
17782 ____________________________________________________________________________
17783 [  7762] By: gsar                                  on 2000/11/20  10:04:00
17784         Log: integrate changes#6225,6229,6231,6232 from cfgperl
17785              
17786              Add source code filenames to apidoc.
17787              From: simon@brecon.co.uk (Simon Cozens)
17788              Subject: [PATCH embed.pl] Source X-ref
17789              Date: 22 Jun 2000 02:18:49 GMT
17790              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
17791              
17792              Subject: README.hpux version 0.6.1
17793              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
17794              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17795              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
17796              
17797              Subject: [PATCH 5.6.0] cygwin port
17798              From: "Fifer, Eric" <EFifer@sanwaint.com>
17799              Date: Tue, 20 Jun 2000 14:30:58 +0100
17800              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
17801              
17802              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
17803              From: simon@brecon.co.uk (Simon Cozens)
17804              Date: 19 Jun 2000 15:18:27 GMT
17805              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
17806              
17807              plus update pod/Makefile and regenerate perltoc
17808      Branch: maint-5.6/perl
17809           +> pod/perlutil.pod
17810           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
17811           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
17812 ____________________________________________________________________________
17813 [  7761] By: jhi                                   on 2000/11/20  04:09:55
17814         Log: Miraculous typo.
17815      Branch: perl
17816            ! t/op/pat.t
17817 ____________________________________________________________________________
17818 [  7760] By: jhi                                   on 2000/11/20  04:06:08
17819         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
17820              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17821              Date: Sun, 19 Nov 2000 22:30:26 -0500
17822              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
17823      Branch: perl
17824            ! regexec.c scope.h t/op/pat.t
17825 ____________________________________________________________________________
17826 [  7759] By: jhi                                   on 2000/11/20  02:05:22
17827         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
17828      Branch: perl
17829            ! perl.h
17830 ____________________________________________________________________________
17831 [  7758] By: jhi                                   on 2000/11/20  01:58:11
17832         Log: Subject: [perl 7711: EPOC] updates
17833              From: Olaf Flebbe <o.flebbe@gmx.de>
17834              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
17835              Message-ID: <25575.974658810@www23.gmx.net>               
17836      Branch: perl
17837            + lib/File/Spec/Epoc.pm
17838            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
17839            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
17840            ! lib/File/Spec.pm perl.c sv.c
17841 ____________________________________________________________________________
17842 [  7757] By: jhi                                   on 2000/11/20  01:53:11
17843         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
17844      Branch: perl
17845            ! MANIFEST
17846 ____________________________________________________________________________
17847 [  7756] By: jhi                                   on 2000/11/20  01:47:22
17848         Log: Integrate perlio.
17849      Branch: perl
17850            - ext/re/hints/MSWin32.pl
17851           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
17852           !> win32/config.gc win32/config_H.gc win32/win32sck.c
17853 ____________________________________________________________________________
17854 [  7755] By: nick                                  on 2000/11/19  20:57:17
17855         Log: Add dummy crlf layer (just as buffer)
17856              Correct 1st bug - one layer of indirection.
17857      Branch: perlio
17858            ! perlio.c perlio.h perliol.h
17859 ____________________________________________________________________________
17860 [  7754] By: nick                                  on 2000/11/19  20:56:12
17861         Log: Work-round to Perl_deb_nocontext is no longer required
17862      Branch: perlio
17863            - ext/re/hints/MSWin32.pl
17864 ____________________________________________________________________________
17865 [  7753] By: nick                                  on 2000/11/19  20:01:16
17866         Log: diff -se shows these as different
17867      Branch: perlio
17868            ! global.sym pod/perlapi.pod
17869 ____________________________________________________________________________
17870 [  7752] By: nick                                  on 2000/11/19  18:57:30
17871         Log: Configure GCC/Win32 build -Duseperlio
17872              Fix a couple of gross issues
17873              - double-include of ../deb.o in re.dll
17874              - win32sck.c needs PerlIO and FILE 
17875      Branch: perlio
17876            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
17877            ! win32/win32sck.c
17878 ____________________________________________________________________________
17879 [  7751] By: nick                                  on 2000/11/19  17:05:36
17880         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
17881      Branch: perlio
17882            ! perlio.c
17883 ____________________________________________________________________________
17884 [  7750] By: nick                                  on 2000/11/19  16:57:14
17885         Log: Missing aTHX_
17886      Branch: perlio
17887            ! sv.c
17888 ____________________________________________________________________________
17889 [  7749] By: jhi                                   on 2000/11/19  16:28:40
17890         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
17891              From: "Peter J. Farley III" <pjfarley@banet.net>
17892              Date: Sun, 19 Nov 2000 01:42:58 -0500
17893              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
17894      Branch: perl
17895            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
17896 ____________________________________________________________________________
17897 [  7748] By: jhi                                   on 2000/11/19  16:08:10
17898         Log: Subject: podlators 1.05 available        
17899              From: Russ Allbery <rra@stanford.edu>   
17900              Date: 18 Nov 2000 22:04:28 -0800
17901              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
17902      Branch: perl
17903            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
17904 ____________________________________________________________________________
17905 [  7747] By: nick                                  on 2000/11/19  11:19:39
17906         Log: Integrate mainline
17907      Branch: perlio
17908           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17909           !> util.c
17910 ____________________________________________________________________________
17911 [  7746] By: jhi                                   on 2000/11/19  06:42:22
17912         Log: Make hex scanning warn on "\x{x}" and "\xx".
17913              "\x" and and hex("x") are still valid.
17914      Branch: perl
17915            ! util.c
17916 ____________________________________________________________________________
17917 [  7745] By: nick                                  on 2000/11/18  22:52:28
17918         Log: Integrate mainline
17919      Branch: perlio
17920           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
17921           !> perl.h perlio.c proto.h regcomp.c regcomp.h
17922 ____________________________________________________________________________
17923 [  7744] By: jhi                                   on 2000/11/18  22:50:28
17924         Log: Introduce Perl_utf8_length().  Use it.
17925      Branch: perl
17926            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17927 ____________________________________________________________________________
17928 [  7743] By: jhi                                   on 2000/11/18  22:38:51
17929         Log: Compiler denit.
17930      Branch: perl
17931            ! perlio.c
17932 ____________________________________________________________________________
17933 [  7742] By: jhi                                   on 2000/11/18  20:33:05
17934         Log: Integrate perlio.
17935      Branch: perl
17936           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17937           !> perlio.h pp_ctl.c pp_sys.c sv.c
17938 ____________________________________________________________________________
17939 [  7741] By: jhi                                   on 2000/11/18  20:31:27
17940         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
17941              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17942              Date: Fri, 17 Nov 2000 20:35:11 -0500
17943              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
17944              
17945              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
17946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17947              Date: Fri, 17 Nov 2000 21:03:47 -0500
17948              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
17949              
17950              Plus a little bit of tweaking in pregcomp().
17951      Branch: perl
17952            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
17953 ____________________________________________________________________________
17954 [  7740] By: nick                                  on 2000/11/18  20:17:22
17955         Log: Lexical use open ... support:
17956              add ->cop_io to COP structure in cop.h.
17957              Make mg.c and gv.c associate it with ${^OPEN}.
17958              Make lib/open.pm set it.
17959              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
17960              manner similar to ->cop_warnings.
17961              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
17962              call new PerlIO_apply_layers().
17963              Declare latter in perlio.h and define in perlio.c
17964      Branch: perlio
17965            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17966            ! perlio.h pp_ctl.c pp_sys.c sv.c
17967 ____________________________________________________________________________
17968 [  7739] By: jhi                                   on 2000/11/18  19:54:00
17969         Log: Integrate perlio.
17970      Branch: perl
17971           !> doio.c perlio.c pp.c
17972 ____________________________________________________________________________
17973 [  7738] By: jhi                                   on 2000/11/18  17:16:13
17974         Log: Subject: [PATCH 5.7.0] etags broken again
17975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17976              Date: Sat, 18 Nov 2000 02:41:36 -0500
17977              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
17978      Branch: perl
17979            ! emacs/ptags
17980 ____________________________________________________________________________
17981 [  7737] By: jhi                                   on 2000/11/18  17:12:18
17982         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
17983      Branch: perl
17984            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17985 ____________________________________________________________________________
17986 [  7736] By: nick                                  on 2000/11/18  14:06:20
17987         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
17988              part to be isolated.
17989      Branch: perlio
17990            ! doio.c perlio.c
17991 ____________________________________________________________________________
17992 [  7735] By: nick                                  on 2000/11/18  11:03:32
17993         Log: Integrate mainline
17994      Branch: perlio
17995           !> Changes README.amiga README.win32 patchlevel.h
17996           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
17997 ____________________________________________________________________________
17998 [  7734] By: jhi                                   on 2000/11/18  01:18:56
17999         Log: Update Changes.
18000      Branch: perl
18001            ! Changes patchlevel.h
18002 ____________________________________________________________________________
18003 [  7733] By: jhi                                   on 2000/11/18  00:32:54
18004         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
18005              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18006              Date: Fri, 17 Nov 2000 17:28:02 -0500
18007              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
18008      Branch: perl
18009            ! regcomp.c regexec.c t/op/re_tests
18010 ____________________________________________________________________________
18011 [  7732] By: jhi                                   on 2000/11/18  00:28:56
18012         Log: Sparc 64-bit pack() fix from Jens Hamisch.
18013      Branch: perl
18014            ! pp.c
18015 ____________________________________________________________________________
18016 [  7731] By: jhi                                   on 2000/11/18  00:18:39
18017         Log: Explain in more detail the {} syntax ambiguousity.
18018              
18019              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
18020              From: Nicholas Clark <nick@ccl4.org>
18021              Date: Fri, 17 Nov 2000 22:10:28 +0000
18022              Message-ID: <20001117221028.A88930@plum.flirble.org>
18023      Branch: perl
18024            ! pod/perlfunc.pod
18025 ____________________________________________________________________________
18026 [  7730] By: jhi                                   on 2000/11/18  00:12:18
18027         Log: Subject: Fix for README.amiga (20000323.033)
18028              From: "Stephen P. Potter" <spp@spotter.yi.org>
18029              Date: Fri, 17 Nov 2000 12:25:51 -0500
18030              Message-Id: <200011171725.MAA05768@spotter.yi.org>
18031      Branch: perl
18032            ! README.amiga
18033 ____________________________________________________________________________
18034 [  7729] By: jhi                                   on 2000/11/18  00:08:34
18035         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
18036              From: "A. C. Yardley" <yardley@tanet.net>
18037              Date: Mon, 3 Apr 2000 11:35:33 -0700
18038              Message-ID: <3483.000403@tanet.net>
18039      Branch: perl
18040            ! README.win32
18041 ____________________________________________________________________________
18042 [  7728] By: nick                                  on 2000/11/17  21:59:47
18043         Log: Integrate mainline
18044      Branch: perlio
18045           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
18046           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
18047           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
18048           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
18049 ____________________________________________________________________________
18050 [  7727] By: nick                                  on 2000/11/17  21:56:31
18051         Log: Experiment on use of attributes.pm interface.
18052              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
18053              SVt_PVRV if not already something better (else vivify of say magic gets
18054              core dump).
18055      Branch: perlio
18056            ! perlio.c pp.c
18057 ____________________________________________________________________________
18058 [  7726] By: jhi                                   on 2000/11/17  14:15:49
18059         Log: Subject: Fix for 20000815.006
18060              From: "Stephen P. Potter" <spp@spotter.yi.org>
18061              Date: Fri, 17 Nov 2000 08:57:45 -0500
18062              Message-Id: <200011171357.IAA05122@spotter.yi.org>
18063              
18064              It's really 20000518.006.
18065      Branch: perl
18066            ! pod/perlmodlib.PL
18067 ____________________________________________________________________________
18068 [  7725] By: jhi                                   on 2000/11/17  14:12:31
18069         Log: Subject: Fix for 20000409.001
18070              From: "Stephen P. Potter" <spp@spotter.yi.org>
18071              Date: Fri, 17 Nov 2000 08:55:45 -0500
18072              Message-Id: <200011171355.IAA05104@spotter.yi.org>
18073      Branch: perl
18074            ! pod/perlfaq9.pod
18075 ____________________________________________________________________________
18076 [  7724] By: jhi                                   on 2000/11/17  14:08:58
18077         Log: Undo #7627 now that we have =head3.
18078      Branch: perl
18079            ! pod/perlhack.pod
18080 ____________________________________________________________________________
18081 [  7723] By: jhi                                   on 2000/11/17  14:04:09
18082         Log: As surmised the #7719 wasn't a good move.
18083      Branch: perl
18084            ! hints/solaris_2.sh
18085 ____________________________________________________________________________
18086 [  7722] By: jhi                                   on 2000/11/17  13:59:04
18087         Log: Also the 64bitall hints can be either here or there.
18088      Branch: perl
18089            ! hints/solaris_2.sh
18090 ____________________________________________________________________________
18091 [  7721] By: jhi                                   on 2000/11/17  02:26:23
18092         Log: Test tweak for the open pragma.
18093      Branch: perl
18094            ! t/lib/b.t
18095 ____________________________________________________________________________
18096 [  7720] By: jhi                                   on 2000/11/17  00:23:22
18097         Log: The long double hints can be here or there.
18098      Branch: perl
18099            ! hints/solaris_2.sh
18100 ____________________________________________________________________________
18101 [  7719] By: jhi                                   on 2000/11/17  00:14:06
18102         Log: For Solaris use64bitall the stdchar needs a little bit of help.
18103      Branch: perl
18104            ! hints/solaris_2.sh
18105 ____________________________________________________________________________
18106 [  7718] By: jhi                                   on 2000/11/16  23:27:34
18107         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
18108              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
18109              Date: Wed, 15 Nov 2000 08:56:32 +0100
18110              Message-ID: <3A1241B0.64477E00@alcatel.at>
18111      Branch: perl
18112            ! lib/Carp/Heavy.pm
18113 ____________________________________________________________________________
18114 [  7717] By: jhi                                   on 2000/11/16  23:23:29
18115         Log: Subject: [PATCH] Re: 20001101.003 PDL
18116              From: Nicholas Clark <nick@ccl4.org>
18117              Date: Thu, 16 Nov 2000 16:48:25 +0000
18118              Message-ID: <20001116164825.B93487@plum.flirble.org>
18119      Branch: perl
18120            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
18121 ____________________________________________________________________________
18122 [  7716] By: jhi                                   on 2000/11/16  23:21:31
18123         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
18124              From: "Casey R. Tweten" <crt@kiski.net>
18125              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
18126              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
18127      Branch: perl
18128            ! lib/Pod/Checker.pm pod/perlpod.pod
18129 ____________________________________________________________________________
18130 [  7715] By: jhi                                   on 2000/11/16  23:19:40
18131         Log: Avoid an infinite loop in VMS when utils scripts are run
18132              with no arguments, from Charles Lane.
18133      Branch: perl
18134            ! configure.com
18135 ____________________________________________________________________________
18136 [  7714] By: jhi                                   on 2000/11/16  23:17:08
18137         Log: Subject: perllocale.pod changes
18138              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18139              Date: Mon, 13 Nov 2000 10:09:22 +0300
18140              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
18141      Branch: perl
18142            ! pod/perllocale.pod
18143 ____________________________________________________________________________
18144 [  7713] By: jhi                                   on 2000/11/16  23:14:06
18145         Log: Integrate perlio.
18146      Branch: perl
18147           !> doio.c perlio.c perlio.h util.c
18148 ____________________________________________________________________________
18149 [  7712] By: nick                                  on 2000/11/16  21:10:58
18150         Log: Integrate mainline
18151      Branch: perlio
18152           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18153           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
18154           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
18155           !> vos/config.ga.def vos/config.ga.h win32/config.bc
18156           !> win32/config.gc win32/config.vc
18157 ____________________________________________________________________________
18158 [  7711] By: nick                                  on 2000/11/16  19:56:41
18159         Log: Minor tweaks:
18160              consistent way of getting 'rb', 'wb' etc. for binary opens
18161              move *perlio::layers to *open::layers
18162              a #define to show layers available
18163              DOSISH popen/PerlIO had export/import sense inverted.
18164      Branch: perlio
18165            ! doio.c perlio.c perlio.h util.c
18166 ____________________________________________________________________________
18167 [  7710] By: jhi                                   on 2000/11/16  15:46:05
18168         Log: Add HAS_SBRK_PROTO.
18169      Branch: metaconfig/U/perl
18170            + d_sbrkproto.U
18171      Branch: perl
18172            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18173            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
18174            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
18175            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18176            ! win32/config.gc win32/config.vc
18177 ____________________________________________________________________________
18178 [  7709] By: nick                                  on 2000/11/16  07:31:49
18179         Log: Integrate mainline
18180      Branch: perlio
18181           !> (integrate 35 files)
18182 ____________________________________________________________________________
18183 [  7708] By: jhi                                   on 2000/11/16  05:33:03
18184         Log: These files are text, not binary.
18185      Branch: perl
18186            ! ext/Encode/Encode/iso8859-10.enc
18187            ! ext/Encode/Encode/iso8859-13.enc
18188            ! ext/Encode/Encode/iso8859-14.enc
18189            ! ext/Encode/Encode/iso8859-15.enc
18190 ____________________________________________________________________________
18191 [  7707] By: jhi                                   on 2000/11/16  01:53:37
18192         Log: Update Changes.
18193      Branch: perl
18194            ! Changes patchlevel.h
18195 ____________________________________________________________________________
18196 [  7706] By: jhi                                   on 2000/11/16  01:35:59
18197         Log: More #undefing of stdio.
18198      Branch: perl
18199            ! fakesdio.h nostdio.h
18200 ____________________________________________________________________________
18201 [  7705] By: jhi                                   on 2000/11/16  01:34:18
18202         Log: Add fwalk() probe to the configuration files and regen perltoc.
18203      Branch: perl
18204            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18205            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
18206            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
18207            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18208            ! win32/config.bc win32/config.gc win32/config.vc
18209 ____________________________________________________________________________
18210 [  7704] By: jhi                                   on 2000/11/16  01:33:07
18211         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
18212              an optional third argument to Inlibc?)
18213      Branch: metaconfig/U/perl
18214            + d__fwalk.U
18215 ____________________________________________________________________________
18216 [  7703] By: jhi                                   on 2000/11/16  01:09:22
18217         Log: The type of the hash_cb() size argument is tricky.
18218      Branch: perl
18219            ! ext/DB_File/DB_File.xs
18220 ____________________________________________________________________________
18221 [  7702] By: jhi                                   on 2000/11/15  23:01:16
18222         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
18223      Branch: perl
18224            ! nostdio.h
18225 ____________________________________________________________________________
18226 [  7701] By: jhi                                   on 2000/11/15  22:52:32
18227         Log: Detypo.
18228      Branch: perl
18229            ! t/lib/bigfltpm.t
18230 ____________________________________________________________________________
18231 [  7700] By: jhi                                   on 2000/11/15  22:51:56
18232         Log: UINT64_C() work continues.
18233      Branch: perl
18234            ! handy.h perl.h utf8.h
18235 ____________________________________________________________________________
18236 [  7699] By: jhi                                   on 2000/11/15  14:13:04
18237         Log: SOCKS has its own USE_THREADS, based on
18238              
18239              Subject: [ID 20001114.002] et. al. bugfix followup
18240              From: Jens Hamisch <jens@Strawberry.COM> 
18241              Date: Wed, 15 Nov 2000 14:23:11 +0100
18242              Message-ID: <20001115142311.A21164@Strawberry.COM>
18243      Branch: perl
18244            ! perl.h
18245 ____________________________________________________________________________
18246 [  7698] By: jhi                                   on 2000/11/15  03:50:56
18247         Log: Add few missing #undefs and sort them.
18248      Branch: perl
18249            ! fakesdio.h
18250 ____________________________________________________________________________
18251 [  7697] By: jhi                                   on 2000/11/15  03:39:14
18252         Log: Linenumber fix.
18253      Branch: perl
18254            ! t/pragma/warn/utf8
18255 ____________________________________________________________________________
18256 [  7696] By: jhi                                   on 2000/11/15  02:55:26
18257         Log: EBCDIC tweaks.
18258              
18259              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
18260              From: Peter Prymmer <pvhp@forte.com>
18261              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
18262              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
18263      Branch: perl
18264            ! t/op/regmesg.t t/pragma/warn/utf8
18265 ____________________________________________________________________________
18266 [  7695] By: jhi                                   on 2000/11/15  02:53:58
18267         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
18268              From: Peter Prymmer <pvhp@forte.com>
18269              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
18270              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
18271      Branch: perl
18272            ! utf8.c
18273 ____________________________________________________________________________
18274 [  7694] By: jhi                                   on 2000/11/15  02:50:55
18275         Log: Subject: [PATCH: perl@7674] updates to README.os390
18276              From: Prymmer/Kahn <pvhp@best.com>
18277              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
18278              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
18279      Branch: perl
18280            ! README.os390
18281 ____________________________________________________________________________
18282 [  7693] By: jhi                                   on 2000/11/15  02:48:37
18283         Log: Quit utf8_to_uv() instantly if curlen == 0.
18284      Branch: perl
18285            ! utf8.c
18286 ____________________________________________________________________________
18287 [  7692] By: jhi                                   on 2000/11/15  02:24:29
18288         Log: Use u_int32_t for the size of hash_cb(), not size_t.
18289              
18290              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
18291              From: Jens Hamisch <jens@Strawberry.COM>     
18292              Date: Tue, 14 Nov 2000 19:03:55 +0100
18293              Message-Id: <20001114190355.A20559@Strawberry.COM>
18294      Branch: perl
18295            ! ext/DB_File/DB_File.xs
18296 ____________________________________________________________________________
18297 [  7691] By: jhi                                   on 2000/11/15  02:20:12
18298         Log: Use UINT64_C().
18299              
18300              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
18301              From: Jens Hamisch <jens@Strawberry.COM>
18302              Date: Tue, 14 Nov 2000 19:16:23 +0100
18303              Message-Id: <20001114191623.G20559@Strawberry.COM>
18304      Branch: perl
18305            ! utf8.c utf8.h
18306 ____________________________________________________________________________
18307 [  7690] By: jhi                                   on 2000/11/15  02:17:06
18308         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
18309              (a macro to define signed and unsigned integer constants).
18310      Branch: perl
18311            ! handy.h
18312 ____________________________________________________________________________
18313 [  7689] By: jhi                                   on 2000/11/15  01:56:51
18314         Log: Regen Configure.
18315      Branch: perl
18316            ! Configure
18317 ____________________________________________________________________________
18318 [  7688] By: jhi                                   on 2000/11/15  01:56:32
18319         Log: Make the unit know about SOCKS.
18320      Branch: metaconfig
18321            ! U/protos/socksizetype.U
18322 ____________________________________________________________________________
18323 [  7687] By: jhi                                   on 2000/11/15  01:54:47
18324         Log: Remove unused dependencies.
18325      Branch: metaconfig
18326            ! U/compline/d_getpagsz.U
18327 ____________________________________________________________________________
18328 [  7686] By: nick                                  on 2000/11/14  21:25:13
18329         Log: Integrate mainline.
18330      Branch: perlio
18331           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
18332           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
18333           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
18334           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
18335           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
18336           !> win32/config.bc win32/config.gc win32/config.vc
18337           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
18338 ____________________________________________________________________________
18339 [  7685] By: jhi                                   on 2000/11/14  17:54:56
18340         Log: Integrate perlio.
18341      Branch: perl
18342           +> fakesdio.h perliol.h
18343           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
18344           !> perlsdio.h perlsfio.h pod/perlfunc.pod
18345 ____________________________________________________________________________
18346 [  7684] By: nick                                  on 2000/11/14  17:43:04
18347         Log: PerlIO #include and #ifdef re-work.
18348      Branch: perlio
18349            + fakesdio.h perliol.h
18350            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
18351            ! perlsdio.h perlsfio.h
18352 ____________________________________________________________________________
18353 [  7683] By: jhi                                   on 2000/11/14  15:42:40
18354         Log: Hoist the duplicated socket/netdb include logic to perl.h;
18355              undef SETERRNO in case SOCKS has defined it.  Based on:
18356              
18357              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
18358              From: Jens Hamisch <jens@Strawberry.COM> 
18359              Date: Tue, 14 Nov 2000 11:34:40 +0100
18360              Message-Id: <20001114113440.A20005@Strawberry.COM>
18361      Branch: perl
18362            ! doio.c perl.h pp_sys.c
18363 ____________________________________________________________________________
18364 [  7682] By: jhi                                   on 2000/11/14  14:07:28
18365         Log: Subject: some additions for makefiles for win32 (for perl@7674)
18366              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18367              Date: Tue, 14 Nov 2000 09:31:13 +0300
18368              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
18369      Branch: perl
18370            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18371            ! win32/makefile.mk
18372 ____________________________________________________________________________
18373 [  7681] By: jhi                                   on 2000/11/14  14:01:41
18374         Log: Subject: tiny typo in perl5db.pl
18375              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18376              Date: Tue, 14 Nov 2000 09:29:28 +0300
18377              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
18378      Branch: perl
18379            ! lib/perl5db.pl
18380 ____________________________________________________________________________
18381 [  7680] By: jhi                                   on 2000/11/14  04:13:50
18382         Log: Redo #7679 with LFs instead of CRLFs.
18383      Branch: perl
18384            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
18385            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
18386            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
18387 ____________________________________________________________________________
18388 [  7679] By: jhi                                   on 2000/11/14  01:21:09
18389         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
18390              From: Benjamin Stuhl <tiriath@yahoo.com> 
18391              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
18392              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
18393      Branch: perl
18394            + win32/bin/mdelete.bat
18395            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
18396            ! makedef.pl perlio.c win32/Makefile win32/config.gc
18397            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
18398 ____________________________________________________________________________
18399 [  7678] By: jhi                                   on 2000/11/14  01:19:20
18400         Log: Fix the re extension building for Win32.
18401              
18402              Subject: [PATCH perl@7638] Get PerlIO building on Win32
18403              From: Benjamin Stuhl <tiriath@yahoo.com> 
18404              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
18405              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
18406      Branch: perl
18407            + ext/re/hints/MSWin32.pl
18408            ! MANIFEST
18409 ____________________________________________________________________________
18410 [  7677] By: jhi                                   on 2000/11/14  01:13:54
18411         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
18412              From: sthoenna@efn.org
18413              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
18414              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
18415      Branch: perl
18416            ! doop.c pp.c toke.c utf8.c utf8.h
18417 ____________________________________________________________________________
18418 [  7676] By: jhi                                   on 2000/11/13  20:23:15
18419         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
18420              From: Nicholas Clark <nick@ccl4.org>
18421              Date: Mon, 13 Nov 2000 18:55:04 +0000
18422              Message-ID: <20001113185504.J29183@plum.flirble.org>
18423      Branch: perl
18424            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
18425 ____________________________________________________________________________
18426 [  7675] By: nick                                  on 2000/11/13  20:21:57
18427         Log: Integrate mainline ...
18428      Branch: perlio
18429           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
18430           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
18431           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
18432           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
18433 ____________________________________________________________________________
18434 [  7674] By: jhi                                   on 2000/11/13  15:07:56
18435         Log: Update Changes.
18436      Branch: perl
18437            ! Changes patchlevel.h
18438 ____________________________________________________________________________
18439 [  7673] By: jhi                                   on 2000/11/13  14:42:42
18440         Log: Remove the new two tests of lib/io_xs for now, they seem to
18441              fail under perlio on some platforms.
18442      Branch: perl
18443            ! t/lib/io_xs.t
18444 ____________________________________________________________________________
18445 [  7672] By: jhi                                   on 2000/11/13  13:57:53
18446         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
18447      Branch: perl
18448            ! perlio.c
18449 ____________________________________________________________________________
18450 [  7671] By: jhi                                   on 2000/11/13  05:30:48
18451         Log: Placate nervous compilers that see longer than ints switch()ing.
18452      Branch: perl
18453            ! utf8.c
18454 ____________________________________________________________________________
18455 [  7670] By: jhi                                   on 2000/11/13  05:14:21
18456         Log: fputs() does return EOF on error but here we don't care.
18457      Branch: perl
18458            ! perlio.c
18459 ____________________________________________________________________________
18460 [  7669] By: jhi                                   on 2000/11/13  05:02:45
18461         Log: Declare reg_data like reg_substr_data.
18462      Branch: perl
18463            ! regexp.h
18464 ____________________________________________________________________________
18465 [  7668] By: jhi                                   on 2000/11/13  04:54:34
18466         Log: Typos in #7667.
18467      Branch: perl
18468            ! perl.h
18469 ____________________________________________________________________________
18470 [  7667] By: jhi                                   on 2000/11/13  04:49:49
18471         Log: Cleanup messy #ifdef.
18472      Branch: perl
18473            ! perl.h
18474 ____________________________________________________________________________
18475 [  7666] By: jhi                                   on 2000/11/13  04:17:34
18476         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
18477              From: Nicholas Clark <nick@talking.bollo.cx>
18478              Date: Sun, 12 Nov 2000 21:14:11 +0000
18479              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
18480              
18481              Note: only one breakage of the two reported is fixed by this patch.
18482      Branch: perl
18483            ! perlio.c
18484 ____________________________________________________________________________
18485 [  7665] By: jhi                                   on 2000/11/13  04:05:07
18486         Log: Tweak the definition of the bit complement on UTF-8 data:
18487              if none of the characters in the string are > 0xff,
18488              the result is a complemented byte string, not a (UTF-8)
18489              char string.  Based on the summary in
18490              
18491              Subject: Re: [ID 20000918.005] ~ on wide chars
18492              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
18493              Date: Fri, 10 Nov 2000 09:47:15 -0800
18494              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
18495              
18496              This should give us the maximum backward (pre-char string)
18497              compatibility and utf8 compatibility.  The other alternative
18498              would be to limit the bit complement to be always byte only,
18499              taking the least significant byte of the chars.
18500      Branch: perl
18501            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
18502 ____________________________________________________________________________
18503 [  7664] By: jhi                                   on 2000/11/13  00:23:44
18504         Log: Couple of tests from #7660 salvaged.
18505      Branch: perl
18506            - t/op/tell.t
18507            ! MANIFEST t/io/tell.t
18508 ____________________________________________________________________________
18509 [  7663] By: jhi                                   on 2000/11/13  00:02:48
18510         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
18511              From: Nicholas Clark <nick@talking.bollo.cx>
18512              Date: Sun, 12 Nov 2000 21:23:43 +0000
18513              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
18514      Branch: perl
18515            ! perlsfio.h
18516 ____________________________________________________________________________
18517 [  7662] By: jhi                                   on 2000/11/13  00:01:39
18518         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
18519              From: Nicholas Clark <nick@talking.bollo.cx>
18520              Date: Sun, 12 Nov 2000 21:30:04 +0000
18521              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
18522      Branch: perl
18523            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
18524 ____________________________________________________________________________
18525 [  7661] By: jhi                                   on 2000/11/12  23:57:29
18526         Log: Document tell() on special streams.
18527      Branch: perl
18528            ! pod/perlfunc.pod
18529 ____________________________________________________________________________
18530 [  7660] By: jhi                                   on 2000/11/12  23:54:22
18531         Log: (Subsumed by #7664)
18532      Branch: perl
18533            + t/op/tell.t
18534            ! MANIFEST
18535 ____________________________________________________________________________
18536 [  7659] By: jhi                                   on 2000/11/12  22:55:25
18537         Log: Many subdocumented return values of the IO extension now documented.
18538              ungetc and write still left subdocumented.
18539              
18540              Subject: [PATCH] (was Re: IO::Handle::ungetc)
18541              From: Nicholas Clark <nick@talking.bollo.cx>
18542              Date: Sun, 12 Nov 2000 21:35:53 +0000
18543              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
18544      Branch: perl
18545            ! ext/IO/lib/IO/Handle.pm
18546 ____________________________________________________________________________
18547 [  7658] By: jhi                                   on 2000/11/12  21:37:06
18548         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
18549              From: Nicholas Clark <nick@talking.bollo.cx>
18550              Date: Sun, 12 Nov 2000 20:03:22 +0000
18551              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
18552      Branch: perl
18553            ! pod/perlfunc.pod
18554 ____________________________________________________________________________
18555 [  7657] By: jhi                                   on 2000/11/12  20:34:55
18556         Log: Integrate perlio.
18557      Branch: perl
18558           !> perlio.c
18559 ____________________________________________________________________________
18560 [  7656] By: nick                                  on 2000/11/12  19:25:06
18561         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
18562      Branch: perlio
18563            ! perlio.c
18564 ____________________________________________________________________________
18565 [  7655] By: nick                                  on 2000/11/12  19:09:41
18566         Log: Integrate mainline
18567      Branch: perlio
18568           +> README.solaris ext/Encode/Encode/cp1006.enc
18569           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
18570           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
18571           +> ext/Encode/Encode/iso8859-13.enc
18572           +> ext/Encode/Encode/iso8859-14.enc
18573           +> ext/Encode/Encode/iso8859-15.enc
18574           !> (integrate 34 files)
18575 ____________________________________________________________________________
18576 [  7654] By: jhi                                   on 2000/11/12  19:00:22
18577         Log: Add a metaconfig unit for fsync.
18578      Branch: metaconfig/U/perl
18579            + d_fsync.U
18580 ____________________________________________________________________________
18581 [  7653] By: jhi                                   on 2000/11/12  19:00:01
18582         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
18583      Branch: perl
18584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18585            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18586            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18587            ! vos/config.ga.h win32/config.bc win32/config.gc
18588            ! win32/config.vc
18589 ____________________________________________________________________________
18590 [  7652] By: jhi                                   on 2000/11/11  21:12:01
18591         Log: Copy the s// information of README.hpux also to the perlrun.
18592      Branch: perl
18593            ! README.hpux pod/perlrun.pod
18594 ____________________________________________________________________________
18595 [  7651] By: jhi                                   on 2000/11/11  21:03:13
18596         Log: More README.solaris updates from Andy Dougherty.
18597      Branch: perl
18598            ! README.solaris
18599 ____________________________________________________________________________
18600 [  7650] By: jhi                                   on 2000/11/11  18:38:57
18601         Log: More descriptive error for unknown perlio layers.
18602              
18603              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
18604              From: Dominic Dunlop <domo@computer.org> 
18605              Date: Sat, 11 Nov 2000 18:20:32 +0100             
18606              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
18607      Branch: perl
18608            ! perlio.c pod/perldiag.pod
18609 ____________________________________________________________________________
18610 [  7649] By: jhi                                   on 2000/11/11  18:37:52
18611         Log: MachTen doesn't really do mmap() and munmap().
18612              
18613              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
18614              From: Dominic Dunlop <domo@computer.org> 
18615              Date: Sat, 11 Nov 2000 18:20:32 +0100             
18616              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
18617      Branch: perl
18618            ! hints/machten.sh
18619 ____________________________________________________________________________
18620 [  7648] By: jhi                                   on 2000/11/11  18:36:46
18621         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
18622              From: rspier@pobox.com (Robert Spier)
18623              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
18624              Message-ID: <14861.32839.491271.985797@rls.cx>
18625      Branch: perl
18626            ! Porting/Contract pod/perltoot.pod
18627 ____________________________________________________________________________
18628 [  7647] By: jhi                                   on 2000/11/11  18:35:30
18629         Log: Simplify the getpagesize() unit by dropping the
18630              pagesize probe since it's nowadays slightly more
18631              complicated because of sysconf(). (Note: if some
18632              platform really needs the -lPW for getpagesize,
18633              I just broke it.)
18634              
18635              TODO: a new pagesize unit.
18636      Branch: metaconfig
18637            ! U/compline/d_getpagsz.U
18638 ____________________________________________________________________________
18639 [  7646] By: jhi                                   on 2000/11/11  18:33:23
18640         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
18641      Branch: perl
18642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18643            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18644            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18645            ! vos/config.ga.h win32/config.bc win32/config.gc
18646            ! win32/config.vc
18647 ____________________________________________________________________________
18648 [  7645] By: jhi                                   on 2000/11/11  16:45:15
18649         Log: Use sysconf() or getpagesize() to find out the pagesize.
18650      Branch: perl
18651            ! perlio.c
18652 ____________________________________________________________________________
18653 [  7644] By: jhi                                   on 2000/11/11  15:46:08
18654         Log: Integrate perlio.
18655      Branch: perl
18656           !> perlio.c
18657 ____________________________________________________________________________
18658 [  7643] By: jhi                                   on 2000/11/11  15:33:36
18659         Log: Subject: Re: [PATCH] README.solaris
18660              From: Lupe Christoph <lupe@lupe-christoph.de>
18661              Date: Sat, 11 Nov 2000 14:08:10 +0100
18662              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
18663      Branch: perl
18664            ! README.solaris
18665 ____________________________________________________________________________
18666 [  7642] By: jhi                                   on 2000/11/11  15:22:12
18667         Log: Subject: [PATCH perl@7638] cygwin port
18668              From: "Eric Fifer" <egf7@columbia.edu>            
18669              Date: Fri, 10 Nov 2000 19:30:30 -0000
18670              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
18671      Branch: perl
18672            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
18673 ____________________________________________________________________________
18674 [  7641] By: nick                                  on 2000/11/11  14:50:36
18675         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
18676              Also call "Buf" layer directly when unread'ing non-read chars.
18677      Branch: perlio
18678            ! perlio.c
18679 ____________________________________________________________________________
18680 [  7640] By: jhi                                   on 2000/11/11  02:05:02
18681         Log: Add more encoding tables.
18682      Branch: perl
18683            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
18684            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
18685            + ext/Encode/Encode/iso8859-10.enc
18686            + ext/Encode/Encode/iso8859-13.enc
18687            + ext/Encode/Encode/iso8859-14.enc
18688            + ext/Encode/Encode/iso8859-15.enc
18689            ! MANIFEST
18690 ____________________________________________________________________________
18691 [  7639] By: jhi                                   on 2000/11/10  18:49:25
18692         Log: Subject: [PATCH] README.solaris
18693              From: Andy Dougherty <doughera@lafayette.edu>
18694              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
18695              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
18696      Branch: perl
18697            + README.solaris
18698            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
18699            ! pod/perl.pod pod/perltoc.pod
18700 ____________________________________________________________________________
18701 [  7638] By: jhi                                   on 2000/11/10  15:04:15
18702         Log: Update Changes.
18703      Branch: perl
18704            ! Changes patchlevel.h
18705 ____________________________________________________________________________
18706 [  7637] By: jhi                                   on 2000/11/10  14:14:28
18707         Log: Explain better why certain regex tests are skipped.
18708              
18709              Subject: Re: tests skipped: unknown reason
18710              From: Lupe Christoph <lupe@lupe-christoph.de>
18711              Date: Fri, 10 Nov 2000 09:08:56 +0100
18712              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
18713      Branch: perl
18714            ! t/op/regexp.t
18715 ____________________________________________________________________________
18716 [  7636] By: nick                                  on 2000/11/10  13:40:00
18717         Log: Integrate mainline.
18718      Branch: perlio
18719           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
18720           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
18721           !> win32/bin/search.pl
18722 ____________________________________________________________________________
18723 [  7635] By: nick                                  on 2000/11/10  13:25:52
18724         Log: Re-instate stdio large file support via perlio.
18725      Branch: perl
18726            ! perlio.c
18727 ____________________________________________________________________________
18728 [  7634] By: jhi                                   on 2000/11/10  04:49:55
18729         Log: Amdahl UTS hints updates.
18730              
18731              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
18732              From: hom00@utsglobal.com (Harold O Morris)
18733              Date: Thu, 9 Nov 2000 20:02 PST
18734              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
18735      Branch: perl
18736            ! hints/uts.sh
18737 ____________________________________________________________________________
18738 [  7633] By: jhi                                   on 2000/11/09  23:33:28
18739         Log: Subject: [PATCH] IO::Seekable pod
18740              From: Nicholas Clark <nick@talking.bollo.cx>
18741              Date: Thu, 9 Nov 2000 20:29:45 +0000
18742              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
18743      Branch: perl
18744            ! ext/IO/lib/IO/Handle.pm
18745 ____________________________________________________________________________
18746 [  7632] By: jhi                                   on 2000/11/09  21:55:41
18747         Log: Various doc oddball characters.
18748              
18749              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
18750              From: Michael Somos <somos@grail.cba.csuohio.edu>
18751              Date: Mon, 6 Nov 2000 17:44:20 -0500
18752              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
18753      Branch: perl
18754            ! emacs/cperl-mode.el lib/unicode/syllables.txt
18755            ! win32/bin/search.pl
18756 ____________________________________________________________________________
18757 [  7631] By: jhi                                   on 2000/11/09  21:12:29
18758         Log: Subject: Re: bash -c exit and linux hints 
18759              From: "John P. Linderman" <jpl@research.att.com>
18760              Date: Thu, 02 Nov 2000 09:37:25 -0500
18761              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
18762      Branch: perl
18763            ! hints/linux.sh
18764 ____________________________________________________________________________
18765 [  7630] By: nick                                  on 2000/11/09  20:34:11
18766         Log: Integrate mainline.
18767      Branch: perlio
18768           !> (integrate 91 files)
18769 ____________________________________________________________________________
18770 [  7629] By: jhi                                   on 2000/11/09  19:46:31
18771         Log: Missing dTHXs.
18772              
18773              Subject: RE: perl@7595 builds not on cygwin
18774              From: "Eric Fifer" <egf7@columbia.edu>
18775              Date: Thu, 9 Nov 2000 19:26:50 -0000
18776              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
18777      Branch: perl
18778            ! ext/Devel/Peek/Peek.xs
18779 ____________________________________________________________________________
18780 [  7628] By: jhi                                   on 2000/11/09  14:48:27
18781         Log: Disable only the tests 99 and 166 for UTF-8 locales.
18782      Branch: perl
18783            ! t/pragma/locale.t
18784 ____________________________________________________________________________
18785 [  7627] By: jhi                                   on 2000/11/09  14:40:27
18786         Log: There's no =head3.
18787      Branch: perl
18788            ! pod/perlhack.pod
18789 ____________________________________________________________________________
18790 [  7626] By: jhi                                   on 2000/11/09  13:54:26
18791         Log: The generated boot_* headers are wrong.  Pickier compiler,
18792              such as KAI C++ will refuse to compile the resulting perlmain.
18793              
18794              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
18795              From: Harri Pasanen <harri.pasanen@trema.com>
18796              Date: Thu, 09 Nov 2000 14:23:28 +0100
18797              Message-Id: <3A0AA550.26D548A3@trema.com>
18798      Branch: perl
18799            ! minimod.pl
18800 ____________________________________________________________________________
18801 [  7625] By: jhi                                   on 2000/11/09  13:50:44
18802         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
18803              From: Prymmer/Kahn <pvhp@best.com>
18804              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
18805              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
18806              
18807              All except the "cow orker" change.
18808      Branch: perl
18809            ! Porting/pumpkin.pod
18810 ____________________________________________________________________________
18811 [  7624] By: jhi                                   on 2000/11/09  13:45:33
18812         Log: Fix for
18813              
18814              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
18815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18816              Date: Thu, 09 Nov 2000 11:05:52 +0100
18817              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
18818      Branch: perl
18819            ! pod/perldiag.pod t/pragma/warn/pp_sys
18820 ____________________________________________________________________________
18821 [  7623] By: jhi                                   on 2000/11/09  13:37:16
18822         Log: Typo in an ifndef.
18823              
18824              Subject: Re: [PATCH 5.7.0] better messages from malloc()
18825              From: Joe Smith <jms@inwap.com>         
18826              Date: Thu, 09 Nov 2000 01:33:14 -0800
18827              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
18828      Branch: perl
18829            ! malloc.c
18830 ____________________________________________________________________________
18831 [  7622] By: jhi                                   on 2000/11/09  13:31:18
18832         Log: Remove unused extra arguments.
18833      Branch: metaconfig/U/perl
18834            ! perlxv.U
18835      Branch: perl
18836            ! Configure config_h.SH
18837 ____________________________________________________________________________
18838 [  7621] By: jhi                                   on 2000/11/09  13:16:36
18839         Log: More VMS moves on environment handling, from Charles Lane.
18840      Branch: perl
18841            ! t/pragma/locale.t
18842 ____________________________________________________________________________
18843 [  7620] By: jhi                                   on 2000/11/09  04:42:38
18844         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18845              From: David Dyck <dcd@tc.fluke.com>
18846              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
18847              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
18848      Branch: perl
18849            ! pp_sys.c
18850 ____________________________________________________________________________
18851 [  7619] By: jhi                                   on 2000/11/09  04:36:21
18852         Log: Forgot from #7618.
18853      Branch: perl
18854            ! lib/File/stat.pm
18855 ____________________________________________________________________________
18856 [  7618] By: jhi                                   on 2000/11/09  04:28:44
18857         Log: Make deleting for %ENV work for (newer versions of) VMS,
18858              from Craig A. Berry.
18859      Branch: perl
18860            ! vms/vms.c
18861 ____________________________________________________________________________
18862 [  7617] By: jhi                                   on 2000/11/09  04:25:05
18863         Log: Subject: [PATCH] Class::Struct at compile time
18864              From: "Casey R. Tweten" <crt@kiski.net>
18865              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
18866              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
18867      Branch: perl
18868            ! lib/Class/Struct.pm
18869 ____________________________________________________________________________
18870 [  7616] By: jhi                                   on 2000/11/09  04:15:17
18871         Log: Subject: [ID 20001108.013] spelling
18872              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
18873              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
18874              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
18875      Branch: perl
18876            ! lib/ftp.pl
18877 ____________________________________________________________________________
18878 [  7615] By: jhi                                   on 2000/11/09  04:12:42
18879         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
18880              From: Peter Prymmer <pvhp@forte.com>
18881              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
18882              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
18883      Branch: perl
18884            ! configure.com
18885 ____________________________________________________________________________
18886 [  7614] By: jhi                                   on 2000/11/08  22:42:55
18887         Log: A missing aTHX_.
18888      Branch: perl
18889            ! ext/IPC/SysV/SysV.xs
18890 ____________________________________________________________________________
18891 [  7613] By: jhi                                   on 2000/11/08  19:30:21
18892         Log: Update Changes.
18893      Branch: perl
18894            ! Changes patchlevel.h
18895 ____________________________________________________________________________
18896 [  7612] By: jhi                                   on 2000/11/08  18:35:25
18897         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18898              From: David Dyck <dcd@tc.fluke.com>
18899              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
18900              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
18901      Branch: perl
18902            ! pp_sys.c
18903 ____________________________________________________________________________
18904 [  7611] By: jhi                                   on 2000/11/08  18:30:26
18905         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
18906              From: Dominic Dunlop <domo@computer.org>
18907              Date: Tue, 7 Nov 2000 12:05:25 +0100
18908              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
18909      Branch: perl
18910            ! malloc.c
18911 ____________________________________________________________________________
18912 [  7610] By: jhi                                   on 2000/11/08  18:25:14
18913         Log: Do not test UTF-8 locales since that the tests would require
18914              polymorphic regexen.
18915      Branch: perl
18916            ! t/pragma/locale.t
18917 ____________________________________________________________________________
18918 [  7609] By: jhi                                   on 2000/11/08  17:12:51
18919         Log: Locale buglets.
18920              
18921              Subject: RE: Locales support (setlocale) fixes
18922              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18923              Date: Wed, 8 Nov 2000 20:01:39 +0300
18924              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
18925      Branch: perl
18926            ! t/pragma/locale.t util.c
18927 ____________________________________________________________________________
18928 [  7608] By: jhi                                   on 2000/11/08  17:00:16
18929         Log: Deleting $ENV{PATH} in VMS is not recommendable.
18930      Branch: perl
18931            ! t/pragma/locale.t
18932 ____________________________________________________________________________
18933 [  7607] By: jhi                                   on 2000/11/08  16:58:26
18934         Log: Subject: PATCH std stdio for (Free)BSD
18935              From: Nicholas Clark <nick@ccl4.org>
18936              Date: Wed, 8 Nov 2000 15:36:29 +0000
18937              Message-ID: <20001108153629.D98736@plum.flirble.org>
18938      Branch: metaconfig
18939            ! U/compline/d_stdstdio.U
18940      Branch: perl
18941            ! Configure config_h.SH
18942 ____________________________________________________________________________
18943 [  7606] By: jhi                                   on 2000/11/08  16:43:31
18944         Log: Forgot to bump the line numbers in #7601.
18945      Branch: perl
18946            ! t/pragma/warn/pp_sys
18947 ____________________________________________________________________________
18948 [  7605] By: jhi                                   on 2000/11/08  16:39:12
18949         Log: More careful detection of how well NVs and UVs mix.
18950              
18951              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))
18952              From: Nicholas Clark <nick@ccl4.org>
18953              Date: Wed, 8 Nov 2000 15:14:12 +0000
18954              Message-ID: <20001108151412.B98736@plum.flirble.org>
18955              
18956              Added some SIGFPE paranoia.
18957      Branch: metaconfig/U/perl
18958            ! perlxv.U
18959      Branch: perl
18960            ! Configure config_h.SH
18961 ____________________________________________________________________________
18962 [  7604] By: jhi                                   on 2000/11/08  14:39:10
18963         Log: Subject: [patch perl@7595] VMS configure.com tweak
18964              From: "Craig A. Berry" <craigberry@mac.com>
18965              Date: Wed, 8 Nov 2000 00:24:12 -0600
18966              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
18967      Branch: perl
18968            ! configure.com
18969 ____________________________________________________________________________
18970 [  7603] By: jhi                                   on 2000/11/08  14:27:11
18971         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
18972              From: Robin Barker <rmb1@cise.npl.co.uk>
18973              Date: Wed, 8 Nov 2000 11:11:39 GMT
18974              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
18975      Branch: perl
18976            ! perlio.c
18977 ____________________________________________________________________________
18978 [  7602] By: jhi                                   on 2000/11/08  14:25:03
18979         Log: Fix for the tie-refhash string table leaks.
18980              
18981              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
18982              Date: Wed, 8 Nov 2000 13:03:04 GMT
18983              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
18984      Branch: perl
18985            ! t/lib/tie-refhash.t
18986 ____________________________________________________________________________
18987 [  7601] By: jhi                                   on 2000/11/08  14:21:08
18988         Log: Try to avoid flockless and emulationless places.
18989      Branch: perl
18990            ! t/pragma/warn/pp_sys
18991 ____________________________________________________________________________
18992 [  7600] By: jhi                                   on 2000/11/08  02:28:54
18993         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
18994              
18995              Subject: [PATCH] prototyped functions that should be overrideable
18996              From: "Casey R. Tweten" <crt@kiski.net>
18997              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
18998              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
18999      Branch: perl
19000            ! toke.c
19001 ____________________________________________________________________________
19002 [  7599] By: jhi                                   on 2000/11/08  01:12:05
19003         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
19004              
19005              Subject: [PATCH] perlbug.PL
19006              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19007              Date: Mon, 6 Nov 2000 21:39:01 -0500
19008              Message-ID: <20001106213901.B20955@O2.chapin.edu>
19009      Branch: perl
19010            ! utils/perlbug.PL
19011 ____________________________________________________________________________
19012 [  7598] By: jhi                                   on 2000/11/07  23:42:00
19013         Log: Bad thinko in #7581 (I used the test program with the expanded
19014              values as-is).
19015      Branch: metaconfig
19016            ! U/compline/d_stdstdio.U
19017      Branch: perl
19018            ! Configure
19019 ____________________________________________________________________________
19020 [  7597] By: jhi                                   on 2000/11/07  21:43:29
19021         Log: Subject: [PATCH perl@7573] cygwin port
19022              From: "Fifer, Eric" <EFifer@sanwaint.com>
19023              Date: Tue, 7 Nov 2000 18:08:51 -0000 
19024              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
19025              
19026              Synchronize with Cygwin 1.1.5.
19027      Branch: perl
19028            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
19029            ! pod/perlport.pod unixish.h util.c
19030 ____________________________________________________________________________
19031 [  7596] By: jhi                                   on 2000/11/07  21:39:25
19032         Log: perlhack updates from H.Merijn Brand.
19033      Branch: perl
19034            ! pod/perlhack.pod
19035 ____________________________________________________________________________
19036 [  7595] By: jhi                                   on 2000/11/07  20:21:41
19037         Log: Update Changes.
19038      Branch: perl
19039            ! Changes patchlevel.h
19040 ____________________________________________________________________________
19041 [  7594] By: jhi                                   on 2000/11/07  19:18:58
19042         Log: Be more robust in Dynaloader.pm.
19043      Branch: perl
19044            ! ext/DynaLoader/DynaLoader_pm.PL
19045 ____________________________________________________________________________
19046 [  7593] By: jhi                                   on 2000/11/07  16:49:31
19047         Log: AUTHORS update.
19048      Branch: perl
19049            ! AUTHORS
19050 ____________________________________________________________________________
19051 [  7592] By: gsar                                  on 2000/11/07  16:39:51
19052         Log: normalize relative paths in virtualized current directory on windows,
19053              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
19054              returns)
19055      Branch: perl
19056            ! win32/vdir.h
19057 ____________________________________________________________________________
19058 [  7591] By: jhi                                   on 2000/11/07  16:04:26
19059         Log: Too profiler-happy: with optimization the #7590 actually makes
19060              the test to run 0.5% _slower_.  Requires much more instrumentation.
19061              Retract #7590.
19062      Branch: perl
19063            ! regcomp.c regcomp.h
19064 ____________________________________________________________________________
19065 [  7590] By: jhi                                   on 2000/11/07  15:51:13
19066         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
19067              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
19068              by using memset() and testing bytewise (as opposed to bitwise).
19069      Branch: perl
19070            ! regcomp.c regcomp.h
19071 ____________________________________________________________________________
19072 [  7589] By: jhi                                   on 2000/11/07  12:56:39
19073         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
19074              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19075              Date: Mon, 06 Nov 2000 23:45:30 -0500
19076              Message-Id: <0011079735.AA973576259@univpress.com>
19077      Branch: perl
19078            ! configure.com t/lib/st-lock.t
19079 ____________________________________________________________________________
19080 [  7588] By: jhi                                   on 2000/11/07  01:03:28
19081         Log: Tweak #7587.
19082      Branch: perl
19083            ! pod/perldiag.pod
19084 ____________________________________________________________________________
19085 [  7587] By: jhi                                   on 2000/11/07  01:00:27
19086         Log: A doc addition for bug id 20001105.019, beware \p.
19087      Branch: perl
19088            ! pod/perldiag.pod
19089 ____________________________________________________________________________
19090 [  7586] By: jhi                                   on 2000/11/07  00:32:22
19091         Log: Fake support of holey files in win/dosish platforms.
19092              
19093              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
19094              From: kipp@shonanblue.ne.jp
19095              Date: Mon, 6 Nov 2000 13:30:55 -0800
19096              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
19097      Branch: perl
19098            ! ext/SDBM_File/sdbm/sdbm.c
19099 ____________________________________________________________________________
19100 [  7585] By: jhi                                   on 2000/11/07  00:12:54
19101         Log: Subject: Pod updates
19102              From: "Stephen P. Potter" <spp@spotter.yi.org>
19103              Date: Mon, 06 Nov 2000 18:56:43 -0500
19104              Message-Id: <200011062357.SAA18173@spotter.yi.org>
19105      Branch: perl
19106            ! README.dos README.os2 README.win32 pod/buildtoc.PL
19107            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
19108            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
19109            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
19110            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
19111            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
19112            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
19113            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
19114            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
19115            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
19116            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
19117            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
19118            ! pod/perltootc.pod pod/perlunicode.pod
19119 ____________________________________________________________________________
19120 [  7584] By: jhi                                   on 2000/11/07  00:04:17
19121         Log: Varargs don't always work too well if one puts an unsigned
19122              char on the stack and pop an unsigned quad off the stack.
19123              
19124              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
19125              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
19126              Date: Mon, 06 Nov 2000 15:19:05 -0800
19127              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
19128      Branch: perl
19129            ! utf8.c
19130 ____________________________________________________________________________
19131 [  7583] By: jhi                                   on 2000/11/06  23:58:48
19132         Log: %ENV note tweaks from Dan Sugalski.
19133      Branch: perl
19134            ! pod/perlport.pod vms/perlvms.pod
19135 ____________________________________________________________________________
19136 [  7582] By: jhi                                   on 2000/11/06  23:05:49
19137         Log: glibc5 detection by __GNU_LIBRARY__.
19138      Branch: perl
19139            ! toke.c
19140 ____________________________________________________________________________
19141 [  7581] By: jhi                                   on 2000/11/06  22:51:29
19142         Log: Make the stdio test program of 7427 less noisy while being 
19143              compiled so that Digital UNIX wouldn't get both
19144              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
19145              undefined.  This makes perlio happy.
19146      Branch: metaconfig
19147            ! U/compline/d_stdstdio.U
19148      Branch: perl
19149            ! Configure config_h.SH
19150 ____________________________________________________________________________
19151 [  7580] By: jhi                                   on 2000/11/06  22:41:41
19152         Log: Document %ENV = () portability issues.
19153      Branch: perl
19154            ! pod/perlport.pod vms/perlvms.pod
19155 ____________________________________________________________________________
19156 [  7579] By: jhi                                   on 2000/11/06  21:29:24
19157         Log: VOS updates from Paul Green.
19158      Branch: perl
19159            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19160 ____________________________________________________________________________
19161 [  7578] By: jhi                                   on 2000/11/06  21:00:40
19162         Log: Sanitize the environment further.
19163      Branch: perl
19164            ! t/pragma/locale.t
19165 ____________________________________________________________________________
19166 [  7577] By: jhi                                   on 2000/11/06  20:53:51
19167         Log: Re-introduce 7552 lost in integration.
19168      Branch: perl
19169            ! perlio.c
19170 ____________________________________________________________________________
19171 [  7576] By: jhi                                   on 2000/11/06  20:33:46
19172         Log: Admit that the test leaks scalars.
19173      Branch: perl
19174            ! t/comp/proto.t
19175 ____________________________________________________________________________
19176 [  7575] By: jhi                                   on 2000/11/06  20:17:08
19177         Log: Integrate perlio.
19178      Branch: perl
19179           !> perlio.c
19180 ____________________________________________________________________________
19181 [  7574] By: nick                                  on 2000/11/06  20:07:28
19182         Log: Remove debug. Try (Mmap_t) on madvise() call.
19183      Branch: perlio
19184            ! perlio.c
19185 ____________________________________________________________________________
19186 [  7573] By: jhi                                   on 2000/11/06  13:56:05
19187         Log: Update Changes.
19188      Branch: perl
19189            ! Changes patchlevel.h
19190 ____________________________________________________________________________
19191 [  7572] By: jhi                                   on 2000/11/06  13:48:41
19192         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
19193              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19194              Date: Mon, 06 Nov 2000 10:11:42 +0100
19195              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
19196      Branch: perl
19197            ! pod/perlhack.pod
19198 ____________________________________________________________________________
19199 [  7571] By: jhi                                   on 2000/11/06  01:45:51
19200         Log: AUTHORS updates.
19201      Branch: perl
19202            ! AUTHORS
19203 ____________________________________________________________________________
19204 [  7570] By: jhi                                   on 2000/11/06  00:18:00
19205         Log: Fix for
19206              
19207              Subject: [ID 20000728.005] perl -P broken
19208              From: David Dyck <dcd@tc.fluke.com>
19209              Date: Fri, 28 Jul 2000 17:19:16 -0700
19210              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
19211              
19212              (hopefully).  The fix is also not complete, it seems to break
19213              BOM swallowing for libc5 systems, but until someone figures
19214              out a way to do this without ftell(), this will do.
19215      Branch: perl
19216            ! toke.c
19217 ____________________________________________________________________________
19218 [  7569] By: jhi                                   on 2000/11/06  00:05:30
19219         Log: Document that the evaled syntax errors cause scalar leaks.
19220      Branch: perl
19221            ! t/comp/proto.t
19222 ____________________________________________________________________________
19223 [  7568] By: jhi                                   on 2000/11/05  23:14:47
19224         Log: opmini.o can linger from Configures past.
19225      Branch: perl
19226            ! Makefile.SH
19227 ____________________________________________________________________________
19228 [  7567] By: jhi                                   on 2000/11/05  21:28:39
19229         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
19230              first argument correctly.
19231      Branch: perl
19232            ! perlio.c
19233 ____________________________________________________________________________
19234 [  7566] By: jhi                                   on 2000/11/05  21:15:56
19235         Log: Integrate perlio.
19236      Branch: perl
19237           !> perlio.c
19238 ____________________________________________________________________________
19239 [  7565] By: jhi                                   on 2000/11/05  21:15:13
19240         Log: Use -dM for gcc (the suggested patch did it only for Linux,
19241              but I think it can be generalized).
19242              
19243              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
19244              From: Pixel <pixel@mandrakesoft.com>
19245              Date: 05 Nov 2000 21:49:34 +0100 
19246              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
19247      Branch: perl
19248            ! ext/Errno/Errno_pm.PL
19249 ____________________________________________________________________________
19250 [  7564] By: nick                                  on 2000/11/05  21:09:18
19251         Log: Added a mmap layer as a "subclass" of perlio.
19252              PERLIO=mmap ./perl harness passes
19253      Branch: perlio
19254            ! perlio.c
19255 ____________________________________________________________________________
19256 [  7563] By: jhi                                   on 2000/11/05  19:48:55
19257         Log: Add a note for future generations about bug id 20000229.006.
19258      Branch: perl
19259            ! malloc.c
19260 ____________________________________________________________________________
19261 [  7562] By: jhi                                   on 2000/11/05  19:38:24
19262         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
19263      Branch: perl
19264            ! pp_ctl.c t/op/pos.t
19265 ____________________________________________________________________________
19266 [  7561] By: jhi                                   on 2000/11/05  18:21:46
19267         Log: Add =pod to be tidy.
19268      Branch: perl
19269            ! lib/Math/Complex.pm
19270 ____________________________________________________________________________
19271 [  7560] By: jhi                                   on 2000/11/05  17:38:46
19272         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
19273      Branch: perl
19274            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19275            ! ext/Storable/Storable.xs t/lib/st-recurse.t
19276 ____________________________________________________________________________
19277 [  7559] By: jhi                                   on 2000/11/05  17:32:59
19278         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
19279              From: "Peter J. Farley III" <pjfarley@banet.net>
19280              Date: Sun, 05 Nov 2000 11:55:59 -0500
19281              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
19282      Branch: perl
19283            ! t/lib/syslog.t
19284 ____________________________________________________________________________
19285 [  7558] By: jhi                                   on 2000/11/05  17:29:19
19286         Log: Integrate perlio.
19287      Branch: perl
19288           !> perlio.c
19289 ____________________________________________________________________________
19290 [  7557] By: jhi                                   on 2000/11/05  17:22:01
19291         Log: A fix of sorts for 20000329.026, a better error message
19292              for a missing "use charnames" when using the \N{...}. 
19293      Branch: perl
19294            ! pod/perldiag.pod toke.c
19295 ____________________________________________________________________________
19296 [  7556] By: jhi                                   on 2000/11/05  16:33:50
19297         Log: Test tweak: show also the failed locales.
19298              
19299              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
19300              From: Lupe Christoph <lupe@lupe-christoph.de>         
19301              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
19302              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
19303      Branch: perl
19304            ! t/pragma/locale.t
19305 ____________________________________________________________________________
19306 [  7555] By: nick                                  on 2000/11/05  11:09:34
19307         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
19308              open RDWR so does not fail. (pragma/warnings 303 again...)
19309      Branch: perlio
19310            ! perlio.c
19311 ____________________________________________________________________________
19312 [  7554] By: nick                                  on 2000/11/05  10:10:13
19313         Log: Fix case where ungetc(f,EOF) was allowed.
19314              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
19315              so we can see similarities.
19316              Use types more carefully and a STDCHAR array in hope that this will
19317              fix Jarrko's 64bit machine.
19318      Branch: perlio
19319            ! perlio.c
19320 ____________________________________________________________________________
19321 [  7553] By: jhi                                   on 2000/11/05  01:12:16
19322         Log: Fix for
19323              
19324              Subject: [ID 20001004.007] taint propogation is inconsistent
19325              From: pimlott@idiomtech.com (Andrew Pimlott) 
19326              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
19327              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
19328              
19329              The culprit was sv_setsv() which was rather blindly
19330              propagating taint, which lead to behaviour where if
19331              a tainted anon hash value was seen all the hash values
19332              from then on at that level became tainted, or at any
19333              upper levels in the case of nested anon hashes.
19334      Branch: perl
19335            ! sv.c t/op/taint.t
19336 ____________________________________________________________________________
19337 [  7552] By: jhi                                   on 2000/11/04  23:44:18
19338         Log: Some cpps don't like splitting conditionals across several lines.
19339      Branch: perl
19340            ! perlio.c
19341 ____________________________________________________________________________
19342 [  7551] By: nick                                  on 2000/11/04  23:40:44
19343         Log: Integrate mainline
19344      Branch: perlio
19345           !> pp_hot.c t/op/taint.t
19346 ____________________________________________________________________________
19347 [  7550] By: nick                                  on 2000/11/04  23:39:05
19348         Log: Integrate mainline again
19349      Branch: perlio
19350           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
19351           !> t/lib/b.t t/op/misc.t util.c
19352 ____________________________________________________________________________
19353 [  7549] By: jhi                                   on 2000/11/04  23:14:01
19354         Log: Fix for
19355              
19356              Subject: [ID 20001004.006] undef is never tainted
19357              From: pimlott@idiomtech.com (Andrew Pimlott)
19358              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
19359              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
19360              
19361              An undef read from a slurped file was not tainted.
19362      Branch: perl
19363            ! pp_hot.c t/op/taint.t
19364 ____________________________________________________________________________
19365 [  7548] By: jhi                                   on 2000/11/04  22:56:21
19366         Log: Test tweak ($Config{useperlio} is by default undef) .
19367      Branch: perl
19368            ! t/lib/b.t
19369 ____________________________________________________________________________
19370 [  7547] By: jhi                                   on 2000/11/04  22:43:56
19371         Log: Integrate perlio.
19372      Branch: perl
19373           +> lib/perlio.pm
19374           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
19375           !> pod/perlapi.pod t/lib/b.t
19376 ____________________________________________________________________________
19377 [  7546] By: jhi                                   on 2000/11/04  22:40:59
19378         Log: Configure would use a bad $myuname from an old config.sh.
19379              
19380              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
19381              From: Andy Dougherty <doughera@lafayette.edu>
19382              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
19383              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
19384      Branch: metaconfig
19385            ! U/modified/Oldconfig.U
19386      Branch: perl
19387            ! Configure config_h.SH
19388 ____________________________________________________________________________
19389 [  7545] By: jhi                                   on 2000/11/04  22:36:54
19390         Log: Subject: Locales support (setlocale) fixes
19391              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19392              Date: Sat, 4 Nov 2000 10:15:48 +0300 
19393              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
19394              
19395              Modified quite a bit to be more portable.
19396      Branch: perl
19397            ! embed.h embed.pl perl.h proto.h util.c
19398 ____________________________________________________________________________
19399 [  7544] By: jhi                                   on 2000/11/04  22:32:47
19400         Log: Dying is too strict here, better just skip.
19401      Branch: perl
19402            ! t/op/misc.t
19403 ____________________________________________________________________________
19404 [  7543] By: nick                                  on 2000/11/04  21:55:13
19405         Log: Merge mainline
19406      Branch: perlio
19407           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19408           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
19409           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
19410           !> (integrate 64 files)
19411 ____________________________________________________________________________
19412 [  7542] By: jhi                                   on 2000/11/04  21:09:28
19413         Log: More Changes tweakery.
19414      Branch: perl
19415            ! Changes Porting/genlog
19416 ____________________________________________________________________________
19417 [  7541] By: jhi                                   on 2000/11/04  20:58:18
19418         Log: Changes fixups.
19419      Branch: perl
19420            ! Changes
19421 ____________________________________________________________________________
19422 [  7540] By: jhi                                   on 2000/11/04  20:42:38
19423         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
19424              create a "fast path" for locale name probing using "locale -a"
19425              if available, squash finally hopefully the s?printf resetting
19426              the numeric locale (since, IIUC perllocale, it never shouldn't). 
19427      Branch: perl
19428            ! sv.c t/op/misc.t t/pragma/locale.t
19429 ____________________________________________________________________________
19430 [  7539] By: nick                                  on 2000/11/04  19:56:10
19431         Log: PerlIO infrastructure complete.
19432      Branch: perlio
19433            + lib/perlio.pm
19434            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
19435 ____________________________________________________________________________
19436 [  7538] By: nick                                  on 2000/11/04  14:31:32
19437         Log: Type tweaks + less contorted allocation scheme
19438      Branch: perlio
19439            ! perlio.c
19440 ____________________________________________________________________________
19441 [  7537] By: nick                                  on 2000/11/04  12:40:42
19442         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
19443              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
19444              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
19445              sensible) which lead to some interesting fails.
19446      Branch: perlio
19447            ! perlio.c
19448 ____________________________________________________________________________
19449 [  7536] By: jhi                                   on 2000/11/04  00:20:02
19450         Log: Add FCNTL_CAN_LOCK.
19451              
19452              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
19453              From: Andy Dougherty <doughera@lafayette.edu>
19454              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
19455              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
19456              
19457              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
19458              From: Andy Dougherty <doughera@lafayette.edu>
19459              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
19460              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
19461      Branch: metaconfig/U/perl
19462            + d_fcntl_can_lock.U
19463            ! startperl.U
19464      Branch: perl
19465            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19466            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
19467            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19468            ! vos/config.ga.h win32/config.bc win32/config.gc
19469            ! win32/config.vc
19470 ____________________________________________________________________________
19471 [  7535] By: nick                                  on 2000/11/03  22:19:10
19472         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
19473              - Works on Linux with
19474              perlio + unix
19475              stdio
19476              - Works on Solaris with
19477              perlio + unix
19478              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
19479              - Fails (hangs in openpid) if you try and stack
19480              perlio + stdio - Linux stdio's read() logic is hanging.
19481      Branch: perlio
19482            ! iperlsys.h perlio.c
19483 ____________________________________________________________________________
19484 [  7534] By: jhi                                   on 2000/11/03  15:16:02
19485         Log: Subject: Re: README.aix
19486              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19487              Date: Fri, 03 Nov 2000 16:03:15 +0100
19488              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
19489      Branch: perl
19490            ! README.aix
19491 ____________________________________________________________________________
19492 [  7533] By: jhi                                   on 2000/11/03  03:59:02
19493         Log: Subject: [PATCH 5.7.0] better messages from malloc()
19494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19495              Date: Wed, 1 Nov 2000 23:39:56 -0500
19496              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
19497      Branch: perl
19498            ! malloc.c pod/perldiag.pod
19499 ____________________________________________________________________________
19500 [  7532] By: jhi                                   on 2000/11/03  00:11:56
19501         Log: The #7521 touched things it shouldn't have.
19502      Branch: perl
19503            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
19504 ____________________________________________________________________________
19505 [  7531] By: jhi                                   on 2000/11/02  22:32:33
19506         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
19507              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19508              Date:     Thu, 2 Nov 2000 16:58:36 EST
19509              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
19510      Branch: perl
19511            ! vms/gen_shrfls.pl
19512 ____________________________________________________________________________
19513 [  7530] By: jhi                                   on 2000/11/02  22:08:49
19514         Log: Fix the problem discussed in
19515              
19516              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
19517              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
19518              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
19519              
19520              originally from Linc Madison.  Also Andreas König's comments
19521              taken into account.  Some other problems with Tie::SubstrHash
19522              fixed: didn't croak when the table exceeded the requested number
19523              of entries (as documented) but instead when the number of entries
19524              exceeded the size of the table, a croak() had an unnecessary \n,
19525              didn't have a CLEAR method, documented that there is no exists().
19526              Didn't fix to be strict-proof because the module uses &foo; and
19527              dynamic scope.  Added a test script exercizing both first tamely 
19528              the basic functionality, and then the failure cases reported by
19529              Linc Madison.
19530      Branch: perl
19531            + t/lib/tie-substrhash.t
19532            ! MANIFEST lib/Tie/SubstrHash.pm
19533 ____________________________________________________________________________
19534 [  7529] By: jhi                                   on 2000/11/02  17:58:08
19535         Log: recv() can fail and return undef.
19536              
19537              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
19538              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
19539              Date: Thu, 2 Nov 2000 20:12:20 +0300
19540              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
19541      Branch: perl
19542            ! lib/Net/Ping.pm
19543 ____________________________________________________________________________
19544 [  7528] By: jhi                                   on 2000/11/02  17:49:09
19545         Log: Detpyo.
19546      Branch: perl
19547            ! pod/perlop.pod
19548 ____________________________________________________________________________
19549 [  7527] By: jhi                                   on 2000/11/02  15:48:37
19550         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
19551              fix a autovivification bug in Tie::RefHash, add tests for both.
19552              
19553              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
19554              From: Edward Avis <epa98@doc.ic.ac.uk>
19555              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
19556              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
19557      Branch: perl
19558            + t/lib/tie-refhash.t
19559            ! MANIFEST lib/Tie/RefHash.pm
19560 ____________________________________________________________________________
19561 [  7526] By: jhi                                   on 2000/11/02  13:56:26
19562         Log: Test::Harness revealed buglets in the new DynaLoader.
19563              
19564              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
19565              From: andreas.koenig@anima.de (Andreas J. Koenig)
19566              Date: 02 Nov 2000 11:26:48 +0100 
19567              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
19568      Branch: perl
19569            ! ext/DynaLoader/DynaLoader_pm.PL
19570 ____________________________________________________________________________
19571 [  7525] By: jhi                                   on 2000/11/01  23:52:08
19572         Log: The entry for #7503 was missing.
19573      Branch: perl
19574            ! Changes
19575 ____________________________________________________________________________
19576 [  7524] By: jhi                                   on 2000/11/01  23:40:52
19577         Log: Update Changes.
19578      Branch: perl
19579            ! Changes patchlevel.h
19580 ____________________________________________________________________________
19581 [  7523] By: jhi                                   on 2000/11/01  22:57:09
19582         Log: More tweaking on the #7522 theme.
19583      Branch: perl
19584            ! ext/DynaLoader/DynaLoader_pm.PL
19585 ____________________________________________________________________________
19586 [  7522] By: jhi                                   on 2000/11/01  22:06:15
19587         Log: Expand %Config variables and %ENV variables only if
19588              so requested during build time using the
19589              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
19590              Not expanding makes relocating distributions easier.
19591      Branch: perl
19592            ! ext/DynaLoader/DynaLoader_pm.PL
19593 ____________________________________________________________________________
19594 [  7521] By: jhi                                   on 2000/11/01  20:56:34
19595         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
19596              and setgid() because they were just changing $< and $( which means
19597              only changing the real uid/gid, as opposed to changing both
19598              real and effective ids.  (The alternative way could have been
19599              in POSIX.pm to change $> and $), too, but making a direct call
19600              to the C API feels cleaner.)  Fixes the bug
19601              
19602              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
19603              From: "Garry T. Williams" <garry@zvolve.com>
19604              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
19605              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
19606      Branch: perl
19607            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19608            ! ext/POSIX/typemap pod/perlvar.pod
19609 ____________________________________________________________________________
19610 [  7520] By: jhi                                   on 2000/11/01  20:08:33
19611         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
19612              From: "Garry T. Williams" <garry@zvolve.com>
19613              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
19614              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
19615      Branch: perl
19616            ! pod/perlsec.pod
19617 ____________________________________________________________________________
19618 [  7519] By: jhi                                   on 2000/11/01  20:01:22
19619         Log: Locale warning explanation tweak.
19620      Branch: perl
19621            ! pod/perldiag.pod
19622 ____________________________________________________________________________
19623 [  7518] By: jhi                                   on 2000/11/01  18:57:13
19624         Log: C.pm part of
19625              
19626              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
19627              From: Jarkko Hietaniemi <jhi@iki.fi>
19628              Date: Tue, 10 Oct 2000 08:22:28 -0500
19629              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
19630      Branch: perl
19631            ! ext/B/B/C.pm
19632 ____________________________________________________________________________
19633 [  7517] By: jhi                                   on 2000/11/01  18:41:59
19634         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
19635              From: Martien Verbruggen <mgjv@comdyn.com.au>
19636              Date: Fri, 6 Oct 2000 14:09:10 +1100
19637              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
19638      Branch: perl
19639            ! pod/perlop.pod
19640 ____________________________________________________________________________
19641 [  7516] By: jhi                                   on 2000/11/01  18:34:55
19642         Log: Generalize the Camel wording.
19643              
19644              Subject: Re: perlfaq style changes
19645              From: John Borwick <jhborwic@unity.ncsu.edu>
19646              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
19647              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
19648      Branch: perl
19649            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
19650 ____________________________________________________________________________
19651 [  7515] By: jhi                                   on 2000/11/01  16:52:31
19652         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
19653              From: pimlott@idiomtech.com (Andrew Pimlott)
19654              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
19655              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
19656      Branch: perl
19657            ! pod/perlsec.pod
19658 ____________________________________________________________________________
19659 [  7514] By: jhi                                   on 2000/11/01  15:03:40
19660         Log: More AIX lore.
19661      Branch: perl
19662            ! ext/re/hints/aix.pl
19663 ____________________________________________________________________________
19664 [  7513] By: jhi                                   on 2000/11/01  14:48:30
19665         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
19666              From: root <root@chronos.fi.muni.cz>
19667              Date: Wed, 1 Nov 2000 12:31:32 +0100
19668              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
19669      Branch: perl
19670            ! lib/Net/Ping.pm
19671 ____________________________________________________________________________
19672 [  7512] By: jhi                                   on 2000/11/01  14:46:47
19673         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
19674              From: Martin Husemann <martin@duskware.de>
19675              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
19676              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
19677      Branch: perl
19678            ! regcomp.c
19679 ____________________________________________________________________________
19680 [  7511] By: jhi                                   on 2000/11/01  14:39:50
19681         Log: AUTHORS updates.
19682      Branch: perl
19683            ! AUTHORS
19684 ____________________________________________________________________________
19685 [  7510] By: jhi                                   on 2000/11/01  14:29:50
19686         Log: Subject: [PATCH] startperl to respect versiononly
19687              From: Robin Barker <rmb1@cise.npl.co.uk> 
19688              Date: Tue, 31 Oct 2000 16:29:36 GMT
19689              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
19690      Branch: metaconfig/U/perl
19691            ! startperl.U
19692      Branch: perl
19693            ! Configure config_h.SH
19694 ____________________________________________________________________________
19695 [  7509] By: jhi                                   on 2000/11/01  14:19:53
19696         Log: printf UVs the correct way, noticed by Robin Barker.
19697      Branch: perl
19698            ! utf8.c
19699 ____________________________________________________________________________
19700 [  7508] By: jhi                                   on 2000/11/01  14:10:03
19701         Log: Do not cleanup *% because the % has special meanings in some
19702              shell environments.
19703      Branch: perl
19704            ! ext/Storable/Makefile.PL
19705 ____________________________________________________________________________
19706 [  7507] By: jhi                                   on 2000/11/01  14:06:00
19707         Log: The NonStop-UX libraries have a novel way to say NaN.
19708      Branch: perl
19709            ! t/lib/bigfltpm.t
19710 ____________________________________________________________________________
19711 [  7506] By: jhi                                   on 2000/11/01  14:03:35
19712         Log: The osname has been lowercased by now, from Tom Bates.
19713      Branch: metaconfig
19714            ! U/modified/Oldconfig.U
19715      Branch: perl
19716            ! Configure config_h.SH
19717 ____________________________________________________________________________
19718 [  7505] By: jhi                                   on 2000/10/31  19:18:39
19719         Log: The compiler is either gcc or cc, from Tom Bates.
19720      Branch: perl
19721            ! hints/nonstopux.sh
19722 ____________________________________________________________________________
19723 [  7504] By: jhi                                   on 2000/10/31  14:53:42
19724         Log: Update Changes.
19725      Branch: perl
19726            ! Changes patchlevel.h
19727 ____________________________________________________________________________
19728 [  7503] By: jhi                                   on 2000/10/31  14:30:50
19729         Log: Whitespace style tweak.  Was originally going to see to
19730              
19731              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19732              From: Joe Smith <jms@inwap.com>
19733              Date: Mon, 30 Oct 2000 18:47:57 -0800
19734              Message-Id: <39FE32DD.24AAC4D@inwap.com>
19735              
19736              but that had already been taken care of.
19737      Branch: metaconfig
19738            ! U/compline/d_stdstdio.U
19739      Branch: perl
19740            ! Configure config_h.SH
19741 ____________________________________________________________________________
19742 [  7502] By: jhi                                   on 2000/10/31  14:25:02
19743         Log: AUTHORS tweaks.
19744      Branch: perl
19745            ! AUTHORS
19746 ____________________________________________________________________________
19747 [  7501] By: jhi                                   on 2000/10/31  14:23:59
19748         Log: Subject: perlfaq style changes
19749              From: John Borwick <jhborwic@unity.ncsu.edu>
19750              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
19751              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
19752      Branch: perl
19753            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19754            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19755            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19756            ! pod/perlfaq9.pod
19757 ____________________________________________________________________________
19758 [  7500] By: jhi                                   on 2000/10/31  14:22:15
19759         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
19760              
19761              Subject: Re: [ID 20000918.005] ~ on wide chars
19762              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19763              Date: Mon, 30 Oct 2000 21:09:55 -0800
19764              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
19765              
19766              (The ord() part of the patch skipped.)
19767      Branch: perl
19768            ! doop.c
19769 ____________________________________________________________________________
19770 [  7499] By: jhi                                   on 2000/10/31  14:20:08
19771         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
19772              From: Jens Hamisch <jens@Strawberry.COM>
19773              Date: Mon, 30 Oct 2000 15:17:07 +0100
19774              Message-Id: <20001030151707.A9597@Strawberry.COM>
19775      Branch: perl
19776            ! av.c
19777 ____________________________________________________________________________
19778 [  7498] By: jhi                                   on 2000/10/31  14:16:29
19779         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
19780              From: Peter Prymmer <pvhp@forte.com>
19781              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
19782              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
19783      Branch: perl
19784            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19785            + ext/Encode/Encode/posix-bc.enc
19786            ! MANIFEST t/lib/encode.t
19787 ____________________________________________________________________________
19788 [  7497] By: jhi                                   on 2000/10/31  14:13:22
19789         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
19790              From: Peter Prymmer <pvhp@forte.com>
19791              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
19792              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
19793      Branch: perl
19794            ! t/lib/cgi-html.t
19795 ____________________________________________________________________________
19796 [  7496] By: jhi                                   on 2000/10/31  14:12:05
19797         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
19798              From: Peter Prymmer <pvhp@forte.com>
19799              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
19800              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
19801      Branch: perl
19802            ! t/lib/cgi-function.t
19803 ____________________________________________________________________________
19804 [  7495] By: jhi                                   on 2000/10/31  14:11:08
19805         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
19806              From: Peter Prymmer <pvhp@forte.com>
19807              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
19808              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
19809      Branch: perl
19810            + ext/re/hints/aix.pl
19811            ! MANIFEST ext/re/Makefile.PL
19812 ____________________________________________________________________________
19813 [  7494] By: jhi                                   on 2000/10/31  14:08:32
19814         Log: Use Errno magic.
19815              
19816              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
19817              From: Casey Tweten <perl@ctweten.amsite.com>
19818              Date: Mon, 30 Oct 2000 15:51:17 -0500
19819              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
19820      Branch: perl
19821            ! lib/File/Temp.pm
19822 ____________________________________________________________________________
19823 [  7493] By: jhi                                   on 2000/10/31  14:05:07
19824         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
19825              
19826              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
19827              From: Nicholas Clark <nick@ccl4.org>
19828              Date: Mon, 30 Oct 2000 17:38:45 +0000
19829              Message-ID: <20001030173845.O60355@plum.flirble.org>
19830      Branch: perl
19831            ! Makefile.SH utils/perlbug.PL
19832 ____________________________________________________________________________
19833 [  7492] By: nick                                  on 2000/10/30  19:37:23
19834         Log: Change files which are mysteriously different to mainline to be
19835              copies of mainline.
19836      Branch: perlio
19837            ! objXSUB.h perlapi.c pod/perlapi.pod
19838 ____________________________________________________________________________
19839 [  7491] By: nick                                  on 2000/10/30  18:05:54
19840         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
19841              - typo in endian code in putc.
19842              - Don't allow read of write-only files and vice-versa
19843              - and off-by-one in flush-all loop.
19844              Remove debug calls as they were using GCC specific features.
19845      Branch: perlio
19846            ! perlio.c
19847 ____________________________________________________________________________
19848 [  7490] By: nick                                  on 2000/10/29  21:45:45
19849         Log: Integrate mainline to perlio
19850      Branch: perlio
19851           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
19852           !> toke.c
19853 ____________________________________________________________________________
19854 [  7489] By: jhi                                   on 2000/10/29  21:11:08
19855         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
19856              From: andreas.koenig@anima.de (Andreas J. Koenig)
19857              Date: 29 Oct 2000 22:05:59 +0100
19858              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
19859      Branch: perl
19860            ! lib/ExtUtils/Manifest.pm
19861 ____________________________________________________________________________
19862 [  7488] By: jhi                                   on 2000/10/29  21:07:47
19863         Log: Tests for #7487.
19864              
19865              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19866              From: andreas.koenig@anima.de (Andreas J. Koenig)
19867              Date: 29 Oct 2000 19:37:09 +0100
19868              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
19869      Branch: perl
19870            ! t/comp/proto.t
19871 ____________________________________________________________________________
19872 [  7487] By: jhi                                   on 2000/10/29  21:06:27
19873         Log: constsub spillage.
19874              
19875              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19876              From: John Tobey <jtobey@john-edwin-tobey.org>
19877              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
19878              Message-Id: <m13pvSr-000FObC@feynman.localnet>
19879      Branch: perl
19880            ! op.c
19881 ____________________________________________________________________________
19882 [  7486] By: nick                                  on 2000/10/29  21:05:04
19883         Log: Integrate mainline to perlio branch
19884      Branch: perlio
19885           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
19886           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
19887           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
19888           +> vos/install_perl.cm
19889            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
19890            - vos/config.h vos/config_h.SH_orig
19891           !> (integrate 141 files)
19892 ____________________________________________________________________________
19893 [  7485] By: jhi                                   on 2000/10/29  21:00:47
19894         Log: Make \x{...} consistently produce UTF-8.
19895              
19896              Subject: Re: \x{...} is confused 
19897              From: Simon Cozens <simon@cozens.net>
19898              Date: Sun, 29 Oct 2000 19:36:48 +0000
19899              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
19900      Branch: perl
19901            ! t/pragma/utf8.t toke.c
19902 ____________________________________________________________________________
19903 [  7484] By: nick                                  on 2000/10/29  20:05:29
19904         Log: PerlIO passes all tests.
19905      Branch: perlio
19906            ! perlio.c
19907 ____________________________________________________________________________
19908 [  7483] By: jhi                                   on 2000/10/29  18:06:55
19909         Log: Update Changes.
19910      Branch: perl
19911            ! Changes patchlevel.h
19912 ____________________________________________________________________________
19913 [  7482] By: nick                                  on 2000/10/29  17:43:28
19914         Log: Include <unistd.h> to get correct lseek() prototype etc.
19915              (I thought perl.h did that) - down to two fails
19916              - comp/require.t (last test)
19917              - lib/io_xs.t - possibly import/export of FILE * ?
19918      Branch: perlio
19919            ! perlio.c
19920 ____________________________________________________________________________
19921 [  7481] By: jhi                                   on 2000/10/29  17:02:37
19922         Log: UTF-8 decoder tweak.
19923      Branch: perl
19924            ! utf8.c
19925 ____________________________________________________________________________
19926 [  7480] By: nick                                  on 2000/10/29  16:26:11
19927         Log: Fixed two bugs:
19928              - error code not being set on close (of broken pipe)
19929              - append mode was truncating.
19930              At least one seek/tell bug remains.
19931      Branch: perlio
19932            ! perlio.c
19933 ____________________________________________________________________________
19934 [  7479] By: nick                                  on 2000/10/29  11:18:16
19935         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
19936              in case of accidents. Still several worrying fails, no line disciplines yet.
19937      Branch: perlio
19938            ! iperlsys.h perlio.c
19939 ____________________________________________________________________________
19940 [  7478] By: jhi                                   on 2000/10/29  02:04:01
19941         Log: Add also emailless people.
19942      Branch: perl
19943            ! AUTHORS
19944 ____________________________________________________________________________
19945 [  7477] By: jhi                                   on 2000/10/29  01:36:00
19946         Log: The #7476 needs a MANIFEST change, too.
19947      Branch: perl
19948            ! MANIFEST
19949 ____________________________________________________________________________
19950 [  7476] By: jhi                                   on 2000/10/29  01:35:21
19951         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
19952      Branch: perl
19953            - MAINTAIN
19954            ! AUTHORS Changes
19955 ____________________________________________________________________________
19956 [  7475] By: jhi                                   on 2000/10/28  23:57:25
19957         Log: De-quoted-unreadable to ISO Latin 1.
19958              (There's one ISO-2022-JP name in Changes5.004.)
19959      Branch: perl
19960            ! Changes Changes5.6
19961 ____________________________________________________________________________
19962 [  7474] By: jhi                                   on 2000/10/28  19:13:06
19963         Log: Subject: [ID 20001027.007] uniq array in perlfaq
19964              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
19965              Date: Fri, 27 Oct 2000 19:28:30 +0200
19966              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
19967      Branch: perl
19968            ! pod/perlfaq4.pod
19969 ____________________________________________________________________________
19970 [  7473] By: jhi                                   on 2000/10/28  18:02:05
19971         Log: Locking null mutexes is not recommendable.
19972              
19973              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
19974              From: Hugo <hv@crypt.compulink.co.uk>
19975              Date: Sat, 28 Oct 2000 18:41:12 +0100
19976              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
19977      Branch: perl
19978            ! op.c
19979 ____________________________________________________________________________
19980 [  7472] By: jhi                                   on 2000/10/28  17:52:58
19981         Log: Better create a true mailing list for the repository keepers.
19982      Branch: perl
19983            ! Porting/repository.pod
19984 ____________________________________________________________________________
19985 [  7471] By: jhi                                   on 2000/10/28  17:28:24
19986         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
19987              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
19988      Branch: perl
19989            + Porting/repository.pod
19990            ! MANIFEST
19991 ____________________________________________________________________________
19992 [  7470] By: jhi                                   on 2000/10/28  17:20:54
19993         Log: Subject: DOC PATCH 5.6.0
19994              From: mjd@plover.com
19995              Date: 27 Oct 2000 17:32:44 -0000
19996              Message-ID: <20001027173244.23754.qmail@plover.com>
19997      Branch: perl
19998            ! pod/perlfunc.pod
19999 ____________________________________________________________________________
20000 [  7469] By: jhi                                   on 2000/10/28  17:16:45
20001         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
20002              From: "Peter J. Farley III" <pjfarley@banet.net>
20003              Date: Fri, 27 Oct 2000 20:32:56 -0400
20004              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
20005      Branch: perl
20006            ! README.dos
20007 ____________________________________________________________________________
20008 [  7468] By: jhi                                   on 2000/10/28  17:07:18
20009         Log: Make target reordering to avoid pointless re-makes.
20010              
20011              Subject: Re: Total re-make of 'make okfile' after 7451 ?
20012              From: Nicholas Clark <nick@ccl4.org>
20013              Date: Sat, 28 Oct 2000 00:31:02 +0100
20014              Message-ID: <20001028003101.A54517@plum.flirble.org>
20015      Branch: perl
20016            ! Makefile.SH
20017 ____________________________________________________________________________
20018 [  7467] By: jhi                                   on 2000/10/28  17:05:31
20019         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
20020              From: lvirden@cas.org
20021              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
20022              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
20023      Branch: perl
20024            ! README.os2
20025 ____________________________________________________________________________
20026 [  7466] By: jhi                                   on 2000/10/28  16:09:16
20027         Log: Upgrade to CPAN 1.58_55.
20028              
20029              Subject: CPAN.pm status
20030              From: andreas.koenig@anima.de (Andreas J. Koenig) 
20031              Date: 28 Oct 2000 08:18:00 +0200 
20032              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
20033      Branch: perl
20034            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20035 ____________________________________________________________________________
20036 [  7465] By: jhi                                   on 2000/10/28  16:02:47
20037         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
20038      Branch: perl
20039            ! embed.h embed.pl perl.h proto.h toke.c
20040 ____________________________________________________________________________
20041 [  7464] By: nick                                  on 2000/10/28  10:43:44
20042         Log: Fix for sv_2iv() on "shared" value from keys %hash.
20043      Branch: perl
20044            ! sv.c
20045 ____________________________________________________________________________
20046 [  7463] By: jhi                                   on 2000/10/27  16:18:29
20047         Log: Update Changes.
20048      Branch: perl
20049            ! Changes patchlevel.h
20050 ____________________________________________________________________________
20051 [  7462] By: jhi                                   on 2000/10/27  16:17:44
20052         Log: Too enthusiastic editing in #7460.
20053      Branch: metaconfig
20054            ! U/modified/Oldsym.U
20055      Branch: perl
20056            ! Configure config_h.SH
20057 ____________________________________________________________________________
20058 [  7461] By: jhi                                   on 2000/10/27  15:37:38
20059         Log: Retract #7459, the script needs more work.
20060      Branch: perl
20061            - mkreef
20062            ! MANIFEST
20063 ____________________________________________________________________________
20064 [  7460] By: jhi                                   on 2000/10/27  15:23:14
20065         Log: Use $sort, $uniq (and $tr) consistently as wondered
20066              by Nicholas Clark.
20067      Branch: metaconfig
20068            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
20069            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
20070            ! U/modified/libc.U
20071      Branch: perl
20072            ! Configure config_h.SH
20073 ____________________________________________________________________________
20074 [  7459] By: jhi                                   on 2000/10/27  15:02:07
20075         Log: (Retracted by #7461)
20076              
20077              Add a shell script for creating/removing symbolic link farms,
20078              useful for keeping the source code read-only and doing the
20079              builds somewhere else.
20080      Branch: perl
20081            + mkreef
20082            ! MANIFEST
20083 ____________________________________________________________________________
20084 [  7458] By: jhi                                   on 2000/10/27  14:42:20
20085         Log: Do away with the fix_pl.
20086      Branch: perl
20087            - fix_pl
20088            ! MANIFEST Makefile.SH
20089 ____________________________________________________________________________
20090 [  7457] By: jhi                                   on 2000/10/27  12:43:13
20091         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
20092              From: Jens Hamisch <jens@Strawberry.COM>
20093              Date: Fri, 27 Oct 2000 14:38:21 +0200
20094              Message-Id: <20001027143821.B3366@Strawberry.COM>
20095      Branch: perl
20096            ! perl.h
20097 ____________________________________________________________________________
20098 [  7456] By: jhi                                   on 2000/10/27  12:33:42
20099         Log: Subject: [PATCH] todo
20100              From: Nicholas Clark <nick@ccl4.org>
20101              Date: Thu, 26 Oct 2000 22:32:29 +0100
20102              Message-ID: <20001026223229.A44540@plum.flirble.org>
20103      Branch: perl
20104            ! pod/perltodo.pod
20105 ____________________________________________________________________________
20106 [  7455] By: jhi                                   on 2000/10/27  12:02:21
20107         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
20108              From: John Tobey <jtobey@john-edwin-tobey.org>
20109              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
20110              Message-Id: <m13ozHF-000FObC@feynman.localnet>
20111      Branch: perl
20112            ! op.c t/pragma/sub_lval.t
20113 ____________________________________________________________________________
20114 [  7454] By: jhi                                   on 2000/10/27  11:59:42
20115         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
20116              From: sthoenna@efn.org
20117              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
20118              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
20119      Branch: perl
20120            ! pp.c t/op/assignwarn.t
20121 ____________________________________________________________________________
20122 [  7453] By: jhi                                   on 2000/10/27  00:15:08
20123         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
20124      Branch: perl
20125            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20126            ! ext/Storable/Storable.xs t/lib/st-lock.t
20127 ____________________________________________________________________________
20128 [  7452] By: jhi                                   on 2000/10/26  13:05:52
20129         Log: Undo #7451, this seems to be a deficiency in Perforce,
20130              there is no per-file line-terminator type, only per-client.
20131      Branch: perl
20132            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
20133            ! win32/makefile.mk
20134 ____________________________________________________________________________
20135 [  7451] By: jhi                                   on 2000/10/26  04:56:03
20136         Log: Experimenting in DOS arcana.
20137      Branch: perl
20138            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
20139            ! win32/makefile.mk
20140 ____________________________________________________________________________
20141 [  7450] By: jhi                                   on 2000/10/26  04:50:52
20142         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
20143              From: "Peter J. Farley III" <pjfarley@banet.net>            
20144              Date: Wed, 25 Oct 2000 23:10:18 -0400
20145              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
20146      Branch: perl
20147            ! t/io/open.t
20148 ____________________________________________________________________________
20149 [  7449] By: jhi                                   on 2000/10/26  04:49:16
20150         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
20151              From: Hugo <hv@crypt.compulink.co.uk>
20152              Date: Thu, 26 Oct 2000 01:55:17 +0100
20153              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
20154              
20155              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
20156      Branch: perl
20157            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
20158 ____________________________________________________________________________
20159 [  7448] By: jhi                                   on 2000/10/26  04:38:36
20160         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
20161              From: Peter Prymmer <pvhp@forte.com>
20162              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
20163              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
20164      Branch: perl
20165            ! configure.com
20166 ____________________________________________________________________________
20167 [  7447] By: jhi                                   on 2000/10/25  23:20:02
20168         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
20169              in platforms that strictly require all the symbols being present
20170              at link time.
20171      Branch: perl
20172            ! handy.h
20173 ____________________________________________________________________________
20174 [  7446] By: jhi                                   on 2000/10/25  21:55:57
20175         Log: Update Changes.
20176      Branch: perl
20177            ! Changes patchlevel.h
20178 ____________________________________________________________________________
20179 [  7445] By: jhi                                   on 2000/10/25  21:27:08
20180         Log: Integrate with vmsperl #7430 by Charles Bailey:
20181              
20182              Cleanup from prior patch (Charles Lane?):
20183              - improve handling of MFDs in Basename and Path
20184              - default to no xsubpp line # munging when building debug images
20185      Branch: perl
20186           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
20187 ____________________________________________________________________________
20188 [  7444] By: jhi                                   on 2000/10/25  21:03:50
20189         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
20190              From: John Peacock <JPeacock@UnivPress.com>
20191              Date: Thu, 18 May 2000 11:55:27 -0400
20192              Message-ID: <3924126F.A58BE57A@UnivPress.com>
20193      Branch: perl
20194            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
20195            ! t/op/write.t
20196 ____________________________________________________________________________
20197 [  7443] By: jhi                                   on 2000/10/25  20:43:10
20198         Log: Temporary stopgap for the self-tying issue: for now only
20199              array and hash self-ties are verboten.  The real fix, of
20200              course, would be to comprehensively test (and implement?)
20201              and debug (and document) self-ties.
20202      Branch: perl
20203            ! pod/perldiag.pod pp_sys.c t/op/tie.t
20204 ____________________________________________________________________________
20205 [  7442] By: jhi                                   on 2000/10/25  20:14:30
20206         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
20207              From: Dan Sugalski <dan@sidhe.org>
20208              Date: Wed, 25 Oct 2000 13:36:35 -0400
20209              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
20210              
20211              plus regen global.sym.
20212      Branch: perl
20213            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
20214            ! thrdvar.h util.c
20215 ____________________________________________________________________________
20216 [  7441] By: jhi                                   on 2000/10/25  20:12:20
20217         Log: buildtoc target tweaks.
20218      Branch: perl
20219            ! pod/Makefile.SH
20220 ____________________________________________________________________________
20221 [  7440] By: jhi                                   on 2000/10/25  20:03:53
20222         Log: A new version of making the syslog test more robust.
20223              (Replaces #7421.)
20224              
20225              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
20226              From: "Kurt D. Starsinic" <kstar@chapin.edu>
20227              Date: Wed, 25 Oct 2000 12:13:54 -0400
20228              Message-ID: <20001025121354.B2264@O2.chapin.edu>
20229      Branch: perl
20230            ! t/lib/syslog.t
20231 ____________________________________________________________________________
20232 [  7439] By: jhi                                   on 2000/10/25  20:00:48
20233         Log: Continue the internal UTF-8 API tweaking.
20234              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
20235              used much more than the simpler API, now called utf8_to_uv_simple().
20236              Still not quite happy with API, too much partial duplication
20237              of functionality.
20238      Branch: perl
20239            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
20240            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
20241            ! regcomp.c regexec.c sv.c toke.c utf8.c
20242 ____________________________________________________________________________
20243 [  7438] By: jhi                                   on 2000/10/25  18:52:30
20244         Log: Allow poking holes at the UTF-8 decoding strictness.
20245      Branch: perl
20246            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
20247            ! utf8.h
20248 ____________________________________________________________________________
20249 [  7437] By: jhi                                   on 2000/10/25  13:53:05
20250         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
20251              UTF8LEN() and UTF8SKIP(). 
20252      Branch: perl
20253            ! pp.c utf8.c utf8.h
20254 ____________________________________________________________________________
20255 [  7436] By: jhi                                   on 2000/10/25  13:51:37
20256         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
20257              From: Nicholas Clark <nick@ccl4.org>
20258              Date: Wed, 25 Oct 2000 14:44:05 +0100
20259              Message-ID: <20001025144404.D27253@plum.flirble.org>
20260      Branch: perl
20261            ! pod/perlrun.pod
20262 ____________________________________________________________________________
20263 [  7435] By: jhi                                   on 2000/10/25  13:49:32
20264         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
20265              From: Mike Guy <mjtg@cam.ac.uk>
20266              Date: Tue, 24 Oct 2000 14:59:40 +0100
20267              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
20268      Branch: perl
20269            ! scope.c
20270 ____________________________________________________________________________
20271 [  7434] By: jhi                                   on 2000/10/25  13:48:41
20272         Log: AIX is picky about its symbol exports.  Solution for now
20273              is to include the deb.o explicitly to the re extension build.
20274              
20275              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
20276              From: Peter Prymmer <pvhp@forte.com>
20277              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
20278              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
20279      Branch: perl
20280            ! ext/re/Makefile.PL hints/aix.sh
20281 ____________________________________________________________________________
20282 [  7433] By: jhi                                   on 2000/10/25  13:46:49
20283         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
20284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20285              Date: Wed, 25 Oct 2000 12:02:20 +0200
20286              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
20287      Branch: perl
20288            ! perlsdio.h
20289 ____________________________________________________________________________
20290 [  7432] By: jhi                                   on 2000/10/25  13:44:28
20291         Log: Subject: Minor update to find2perl, for portability
20292              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
20293              Date: Wed, 25 Oct 2000 12:05:47 +0100
20294              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
20295      Branch: perl
20296            ! x2p/find2perl.PL
20297 ____________________________________________________________________________
20298 [  7431] By: jhi                                   on 2000/10/25  13:40:39
20299         Log: Add targets to Makefile.SH, most importantly
20300              'regen_all' which also remembers to update vms/perly*.
20301      Branch: perl
20302            ! Makefile.SH
20303 ____________________________________________________________________________
20304 [  7430] By: bailey                                on 2000/10/25  03:13:53
20305         Log: Cleanup from prior patch (Charles Lane?):
20306              - improve handling of MFDs in Basename and Path
20307              - default to no xsubpp line # munging when building debug images
20308      Branch: vmsperl
20309            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
20310 ____________________________________________________________________________
20311 [  7429] By: jhi                                   on 2000/10/24  20:03:40
20312         Log: Podify README.epoc and README.vos.
20313      Branch: perl
20314            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
20315            ! pod/perlport.pod pod/perltoc.pod
20316 ____________________________________________________________________________
20317 [  7428] By: jhi                                   on 2000/10/24  19:10:33
20318         Log: Stratus VOS updates from Paul Green.
20319      Branch: perl
20320            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20321            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
20322            - vos/config.def vos/config.h vos/config_h.SH_orig
20323            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
20324            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
20325 ____________________________________________________________________________
20326 [  7427] By: jhi                                   on 2000/10/24  18:59:48
20327         Log: Check if stdio supports tweaking lval and cnt simultaneously.
20328              
20329              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
20330              From: Nicholas Clark <nick@ccl4.org>
20331              Date: Mon, 23 Oct 2000 15:39:32 +0100
20332              Message-ID: <20001023153932.A10786@plum.flirble.org>
20333      Branch: metaconfig
20334            ! U/compline/d_stdstdio.U
20335      Branch: perl
20336            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20337            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
20338            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
20339            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
20340            ! vos/config.h vos/config_h.SH_orig win32/config.bc
20341            ! win32/config.gc win32/config.vc
20342 ____________________________________________________________________________
20343 [  7426] By: jhi                                   on 2000/10/24  17:57:44
20344         Log: Missed the header file changes from #7425.
20345      Branch: perl
20346            ! embed.h embed.pl objXSUB.h proto.h
20347 ____________________________________________________________________________
20348 [  7425] By: jhi                                   on 2000/10/24  17:55:17
20349         Log: Fix the bug reported in
20350              
20351              From: andreas.koenig@anima.de (Andreas J. Koenig)
20352              Subject: Encode bug?
20353              Date: 24 Oct 2000 14:01:26 +0200 
20354              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
20355              
20356              Also make is_utf8_char() stricter.
20357      Branch: perl
20358            ! ext/Encode/Encode.xs utf8.c
20359 ____________________________________________________________________________
20360 [  7424] By: jhi                                   on 2000/10/24  15:15:39
20361         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
20362              From: Peter Scott <Peter@PSDT.com>
20363              Date: Mon, 23 Oct 2000 19:46:01 -0700
20364              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
20365      Branch: perl
20366            ! pod/perlfaq5.pod
20367 ____________________________________________________________________________
20368 [  7423] By: jhi                                   on 2000/10/24  14:25:30
20369         Log: Test tweak to avoid pulling in the whole Config.
20370      Branch: perl
20371            ! t/lib/st-lock.t
20372 ____________________________________________________________________________
20373 [  7422] By: jhi                                   on 2000/10/24  14:03:16
20374         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
20375      Branch: perl
20376            ! pp.c
20377 ____________________________________________________________________________
20378 [  7421] By: jhi                                   on 2000/10/24  13:32:09
20379         Log: (Replaced by #7440.)
20380              
20381              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
20382              From: "Kurt D. Starsinic" <kstar@chapin.edu>
20383              Date: Mon, 23 Oct 2000 16:40:54 -0400
20384              Message-ID: <20001023164054.B14491@O2.chapin.edu>
20385      Branch: perl
20386            ! t/lib/syslog.t
20387 ____________________________________________________________________________
20388 [  7420] By: jhi                                   on 2000/10/24  13:30:53
20389         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
20390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20391              Date: Mon, 23 Oct 2000 17:29:03 -0400
20392              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
20393      Branch: perl
20394            ! lib/ExtUtils/MM_Unix.pm
20395 ____________________________________________________________________________
20396 [  7419] By: jhi                                   on 2000/10/24  13:29:57
20397         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
20398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20399              Date: Mon, 23 Oct 2000 19:01:32 -0400
20400              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
20401      Branch: perl
20402            ! utils/h2xs.PL
20403 ____________________________________________________________________________
20404 [  7418] By: jhi                                   on 2000/10/24  13:26:04
20405         Log: Replace #7409 with
20406              
20407              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
20408              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
20409              Date: Mon, 23 Oct 2000 20:08:56 +0200
20410              Message-ID: <20001023200855.A14850@nice.ram.loc>
20411      Branch: perl
20412            ! ext/Storable/Storable.pm t/lib/st-lock.t
20413 ____________________________________________________________________________
20414 [  7417] By: jhi                                   on 2000/10/24  13:17:52
20415         Log: Run vms/vms_yfix.pl, should have done that after changing
20416              perly.c in #7382.
20417      Branch: perl
20418            ! vms/perly_c.vms vms/perly_h.vms
20419 ____________________________________________________________________________
20420 [  7416] By: jhi                                   on 2000/10/24  02:55:33
20421         Log: Make the UTF-8 decoding stricter and more verbose when
20422              malformation happens.  This involved adding an argument
20423              to utf8_to_uv_chk(), which involved changing its prototype,
20424              and prefer STRLEN over I32 for the UTF-8 length, which as
20425              a domino effect necessitated changing the prototypes of
20426              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
20427              The stricter UTF-8 decoding checking uses Markus Kuhn's
20428              UTF-8 Decode Stress Tester from
20429              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
20430      Branch: perl
20431            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
20432            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
20433            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
20434            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
20435 ____________________________________________________________________________
20436 [  7415] By: jhi                                   on 2000/10/23  14:06:06
20437         Log: Update Changes.
20438      Branch: perl
20439            ! Changes patchlevel.h
20440 ____________________________________________________________________________
20441 [  7414] By: jhi                                   on 2000/10/23  12:39:52
20442         Log: Undo the basename() part of #7412 since the lib/basename
20443              tests would need upgrading too.
20444      Branch: perl
20445            ! lib/File/Basename.pm
20446 ____________________________________________________________________________
20447 [  7413] By: jhi                                   on 2000/10/23  12:19:27
20448         Log: Document PERL_INSTALL_ROOT of #7210.
20449      Branch: perl
20450            ! lib/ExtUtils/Install.pm
20451 ____________________________________________________________________________
20452 [  7412] By: jhi                                   on 2000/10/23  12:16:47
20453         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
20454      Branch: perl
20455            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
20456            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
20457 ____________________________________________________________________________
20458 [  7411] By: jhi                                   on 2000/10/23  12:07:41
20459         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
20460              From: Prymmer/Kahn <pvhp@best.com>
20461              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
20462              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
20463      Branch: perl
20464            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
20465 ____________________________________________________________________________
20466 [  7410] By: jhi                                   on 2000/10/23  04:10:11
20467         Log: The change #7187 was not so good on VMS.
20468              
20469              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
20470              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20471              Date: Sun, 22 Oct 2000 23:03:08 -0500
20472              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
20473      Branch: perl
20474            ! utils/perldoc.PL
20475 ____________________________________________________________________________
20476 [  7409] By: jhi                                   on 2000/10/23  03:57:36
20477         Log: Avoid Storable locking on DJGPP for now.
20478              
20479              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
20480              From: "Peter J. Farley III" <pjfarley@banet.net>
20481              Date: Sun, 22 Oct 2000 20:00:00 -0400
20482              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
20483      Branch: perl
20484            ! ext/Storable/Storable.pm t/lib/st-lock.t
20485 ____________________________________________________________________________
20486 [  7408] By: jhi                                   on 2000/10/23  03:50:24
20487         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
20488              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20489              Date: Sun, 22 Oct 2000 21:12:22 -0400
20490              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
20491      Branch: perl
20492            ! lib/vars.pm
20493 ____________________________________________________________________________
20494 [  7407] By: jhi                                   on 2000/10/23  03:43:12
20495         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
20496              From: Hugo <hv@crypt.compulink.co.uk>
20497              Date: Mon, 23 Oct 2000 00:47:22 +0100
20498              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
20499      Branch: perl
20500            ! regexec.c t/op/pat.t
20501 ____________________________________________________________________________
20502 [  7406] By: jhi                                   on 2000/10/23  03:40:29
20503         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
20504      Branch: perl
20505            ! lib/ExtUtils/MakeMaker.pm
20506 ____________________________________________________________________________
20507 [  7405] By: jhi                                   on 2000/10/22  21:32:00
20508         Log: Doc patch.
20509              
20510              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
20511              From: rspier@pobox.com (Robert Spier)
20512              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
20513              Message-ID: <14835.16112.13457.447971@rls.cx>
20514      Branch: perl
20515            ! lib/strict.pm
20516 ____________________________________________________________________________
20517 [  7404] By: jhi                                   on 2000/10/22  21:30:51
20518         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
20519              From: rspier@pobox.com (Robert Spier)
20520              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
20521              Message-ID: <14835.17223.72448.705566@rls.cx>
20522      Branch: perl
20523            ! lib/ExtUtils/MakeMaker.pm
20524 ____________________________________________________________________________
20525 [  7403] By: jhi                                   on 2000/10/22  21:24:11
20526         Log: Subject: [PATCH bleadperl] ripples from constsub patch
20527              From: John Tobey <jtobey@john-edwin-tobey.org>
20528              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
20529              Message-Id: <m13nSOB-000FObC@feynman.localnet>
20530      Branch: perl
20531            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
20532 ____________________________________________________________________________
20533 [  7402] By: jhi                                   on 2000/10/22  20:59:35
20534         Log: Support s?printf parameter reordering.
20535      Branch: perl
20536            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
20537 ____________________________________________________________________________
20538 [  7401] By: jhi                                   on 2000/10/22  19:19:14
20539         Log: Expand %Config variables only if explicitly so requested
20540              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
20541              
20542              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
20543              From: Gurusamy Sarathy <gsar@ActiveState.com>
20544              Date: Sun, 22 Oct 2000 11:47:32 -0700
20545              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
20546      Branch: perl
20547            ! Makefile.SH lib/lib_pm.PL
20548 ____________________________________________________________________________
20549 [  7400] By: jhi                                   on 2000/10/22  18:24:10
20550         Log: Move the #7390 test from warn/op to comp/redef.
20551              
20552              Subject: Re: Creating const subs for constants.
20553              From: John Tobey <jtobey@john-edwin-tobey.org>
20554              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
20555              Message-Id: <m13nG72-000FObC@feynman.localnet>               
20556      Branch: perl
20557            ! t/comp/redef.t t/pragma/warn/op
20558 ____________________________________________________________________________
20559 [  7399] By: jhi                                   on 2000/10/22  17:49:59
20560         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
20561              From: Nicholas Clark <nick@ccl4.org>
20562              Date: Sat, 21 Oct 2000 22:23:19 +0100
20563              Message-ID: <20001021222319.B45586@plum.flirble.org>
20564      Branch: perl
20565            ! ext/DynaLoader/DynaLoader_pm.PL
20566 ____________________________________________________________________________
20567 [  7398] By: jhi                                   on 2000/10/22  17:47:35
20568         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
20569              From: Hugo <hv@crypt.compulink.co.uk>
20570              Date: Sat, 21 Oct 2000 18:19:59 +0100
20571              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
20572      Branch: perl
20573            ! ext/B/B.pm ext/B/B/C.pm
20574 ____________________________________________________________________________
20575 [  7397] By: jhi                                   on 2000/10/22  17:35:18
20576         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
20577              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20578              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
20579              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
20580      Branch: perl
20581            ! hints/openbsd.sh
20582 ____________________________________________________________________________
20583 [  7396] By: jhi                                   on 2000/10/22  17:19:46
20584         Log: Subject: installman go-faster stripes
20585              From: Nicholas Clark <nick@talking.bollo.cx>
20586              Date: Sat, 21 Oct 2000 17:24:53 +0100
20587              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
20588              
20589              Subject: Re: installman go-faster stripes
20590              From: Russ Allbery <rra@stanford.edu>
20591              Date: 21 Oct 2000 11:04:13 -0700
20592              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
20593      Branch: perl
20594            ! installman pod/pod2man.PL
20595 ____________________________________________________________________________
20596 [  7395] By: jhi                                   on 2000/10/22  17:17:35
20597         Log: Hints tweak from Anton Berezin.
20598      Branch: perl
20599            ! hints/freebsd.sh
20600 ____________________________________________________________________________
20601 [  7394] By: jhi                                   on 2000/10/22  04:50:04
20602         Log: Tweak the Is* definitions of Unicode character classes
20603              to better match the official categorizations; embrace
20604              the official categorizations; add the combining marks
20605              as alpha (and -numeric); fix DCinital (a typo and edito)
20606              to be DCmedial.
20607      Branch: perl
20608            + lib/unicode/Is/DCmedial.pl
20609            - lib/unicode/Is/DCinital.pl
20610            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20611            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
20612            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
20613            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20614 ____________________________________________________________________________
20615 [  7393] By: jhi                                   on 2000/10/21  18:06:05
20616         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
20617              From: Daniel Chetlin <daniel@chetlin.com>
20618              Date: Sat, 21 Oct 2000 02:57:03 -0700
20619              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
20620      Branch: perl
20621            + t/lib/tie-splice.t
20622            ! MANIFEST lib/Tie/Array.pm
20623 ____________________________________________________________________________
20624 [  7392] By: gsar                                  on 2000/10/21  18:05:15
20625         Log: resync utfperl branch with mainline
20626      Branch: utfperl
20627           !> (integrate 1760 files)
20628 ____________________________________________________________________________
20629 [  7391] By: jhi                                   on 2000/10/21  14:37:49
20630         Log: Testcases for a #7383,#7385 related bug.
20631              
20632              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
20633              From: Nicholas Clark <nick@ccl4.org>
20634              Date: Sat, 21 Oct 2000 15:04:51 +0100
20635              Message-ID: <20001021150451.A51566@plum.flirble.org>
20636      Branch: perl
20637            ! t/pragma/utf8.t
20638 ____________________________________________________________________________
20639 [  7390] By: jhi                                   on 2000/10/21  14:35:57
20640         Log: Add a testcase for #7389.
20641      Branch: perl
20642            ! t/pragma/warn/op
20643 ____________________________________________________________________________
20644 [  7389] By: jhi                                   on 2000/10/21  14:26:45
20645         Log: Subject: Re: Creating const subs for constants.
20646              From: John Tobey <jtobey@john-edwin-tobey.org>
20647              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
20648              Message-Id: <m13mo0N-000FObC@feynman.localnet>
20649      Branch: perl
20650            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
20651            ! proto.h sv.c
20652 ____________________________________________________________________________
20653 [  7388] By: nick                                  on 2000/10/21  11:44:23
20654         Log: Populate perlio branch
20655      Branch: perlio
20656           +> (branch 1760 files)
20657 ____________________________________________________________________________
20658 [  7387] By: nick                                  on 2000/10/21  10:52:05
20659         Log: Get branch back as replica of mainline via :
20660              p4 integrate -b utfperl
20661              p4 resolve -at ./...
20662      Branch: utfperl
20663           +> (branch 269 files)
20664            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
20665            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
20666            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
20667            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
20668            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
20669            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20670            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20671            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20672            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20673            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20674            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20675            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20676            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20677            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20678            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20679            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20680            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20681            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20682            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
20683            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
20684            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
20685            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
20686            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
20687            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
20688            - lib/unicode/UCD300.html lib/unicode/Unicode.300
20689            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
20690            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
20691            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
20692            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
20693           !> (integrate 965 files)
20694 ____________________________________________________________________________
20695 [  7386] By: jhi                                   on 2000/10/21  01:31:12
20696         Log: Update Changes.
20697      Branch: perl
20698            ! Changes patchlevel.h
20699 ____________________________________________________________________________
20700 [  7385] By: jhi                                   on 2000/10/21  01:28:42
20701         Log: The #7383 was right only in the context of the original bug report,
20702              not in more general case.
20703      Branch: perl
20704            ! pp_hot.c
20705 ____________________________________________________________________________
20706 [  7384] By: jhi                                   on 2000/10/21  01:08:23
20707         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
20708      Branch: perl
20709            ! ext/IO/lib/IO/Select.pm
20710 ____________________________________________________________________________
20711 [  7383] By: jhi                                   on 2000/10/21  00:44:18
20712         Log: Fix for ID 20001020.006, concatenating an unset submatch
20713              with utf8 resulted in "Modification of a read-only value".
20714      Branch: perl
20715            ! pp_hot.c t/pragma/utf8.t
20716 ____________________________________________________________________________
20717 [  7382] By: jhi                                   on 2000/10/20  20:44:31
20718         Log: Make scan_num() reëntrant, as suggested in
20719              
20720              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20721              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20722              Date: Fri, 20 Oct 2000 14:17:27 +0100
20723              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20724      Branch: perl
20725            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
20726            ! toke.c
20727 ____________________________________________________________________________
20728 [  7381] By: jhi                                   on 2000/10/20  20:07:29
20729         Log: Reëntrancy fix.
20730              
20731              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20732              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20733              Date: Fri, 20 Oct 2000 14:17:27 +0100
20734              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20735      Branch: perl
20736            ! embed.h embed.pl perl.h proto.h toke.c
20737 ____________________________________________________________________________
20738 [  7380] By: jhi                                   on 2000/10/20  19:15:54
20739         Log: Don't write double values through long double pointers,
20740              based on a part of
20741              
20742              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20743              From: Jens Hamisch <jens@Strawberry.COM>
20744              Date: Tue, 17 Oct 2000 08:39:36 +0200
20745              Message-Id: <20001017083936.A11104@Strawberry.COM>
20746      Branch: perl
20747            ! perl.h pp.c
20748 ____________________________________________________________________________
20749 [  7379] By: jhi                                   on 2000/10/20  18:43:37
20750         Log: Portability tweak on #7377.
20751              
20752              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
20753              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20754              Date:     Fri, 20 Oct 2000 13:13:41 EDT
20755              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
20756      Branch: perl
20757            ! t/lib/dprof.t
20758 ____________________________________________________________________________
20759 [  7378] By: jhi                                   on 2000/10/20  12:57:19
20760         Log: SOCKS function redefinitions need prototypes, too, otherwise
20761              for example 32 bit versus 64 bit differences cause a lot of
20762              problems.  Part of
20763              
20764              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20765              From: Jens Hamisch <jens@Strawberry.COM>
20766              Date: Tue, 17 Oct 2000 08:39:36 +0200
20767              Message-Id: <20001017083936.A11104@Strawberry.COM>
20768      Branch: perl
20769            ! doio.c pp_sys.c
20770 ____________________________________________________________________________
20771 [  7377] By: jhi                                   on 2000/10/20  12:37:12
20772         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
20773              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20774              Date:     Fri, 20 Oct 2000 08:26:04 EDT
20775              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
20776      Branch: perl
20777            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
20778 ____________________________________________________________________________
20779 [  7376] By: jhi                                   on 2000/10/20  12:35:31
20780         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
20781              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20782              Date:     Fri, 20 Oct 2000 07:48:15 EDT
20783              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
20784      Branch: perl
20785            ! configure.com vms/gen_shrfls.pl
20786 ____________________________________________________________________________
20787 [  7375] By: bailey                                on 2000/10/20  04:44:37
20788         Log: SYN SYN
20789      Branch: vmsperl
20790           +> (branch 134 files)
20791            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
20792            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20793            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20794            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
20795            - eg/cgi/frameset.cgi eg/cgi/index.html
20796            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20797            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20798            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20799            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20800            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20801            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20802            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20803            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20804            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20805            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20806            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20807            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20808            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20809            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
20810            - lib/unicode/Props.txt lib/unicode/UCD300.html
20811            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20812            - utils/perlbc.PL vms/subconfigure.com
20813           !> (integrate 785 files)
20814 ____________________________________________________________________________
20815 [  7374] By: jhi                                   on 2000/10/20  00:59:48
20816         Log: In the latest compiler builds cccdlflags must not become -fpic,
20817              from Wilfredo Sánchez.
20818      Branch: perl
20819            ! hints/darwin.sh
20820 ____________________________________________________________________________
20821 [  7373] By: jhi                                   on 2000/10/20  00:56:35
20822         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
20823              From: Tony Cook <tony@develop-help.com>
20824              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
20825              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
20826      Branch: perl
20827            ! pod/perlop.pod
20828 ____________________________________________________________________________
20829 [  7372] By: jhi                                   on 2000/10/19  19:34:40
20830         Log: Typo noted by Mark Lutz.
20831      Branch: perl
20832            ! t/op/64bitint.t
20833 ____________________________________________________________________________
20834 [  7371] By: jhi                                   on 2000/10/19  19:33:13
20835         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
20836      Branch: metaconfig
20837            ! U/modified/Cppsym.U U/modified/Oldconfig.U
20838      Branch: metaconfig/U/perl
20839            ! End.U dlsrc.U libperl.U
20840      Branch: perl
20841            + hints/nonstopux.sh
20842            ! Configure MANIFEST config_h.SH
20843 ____________________________________________________________________________
20844 [  7370] By: jhi                                   on 2000/10/19  17:18:08
20845         Log: Subject: PATCH do_print has 2 PerlIO_error()s
20846              From: nick@ccl4.org
20847              Date: Thu, 19 Oct 2000 18:09:20 +0100
20848              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
20849      Branch: perl
20850            ! doio.c
20851 ____________________________________________________________________________
20852 [  7369] By: jhi                                   on 2000/10/19  14:01:49
20853         Log: Update Changes.
20854      Branch: perl
20855            ! Changes patchlevel.h
20856 ____________________________________________________________________________
20857 [  7368] By: jhi                                   on 2000/10/19  13:04:29
20858         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
20859              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20860              Date: Wed, 18 Oct 2000 13:12:01 +0200
20861              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
20862      Branch: perl
20863            ! hints/aix.sh
20864 ____________________________________________________________________________
20865 [  7367] By: jhi                                   on 2000/10/19  02:22:40
20866         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
20867              of a 'pmshort' anywhere in the B, so the offending line was simply
20868              removed.
20869      Branch: perl
20870            ! ext/B/B/Debug.pm
20871 ____________________________________________________________________________
20872 [  7366] By: jhi                                   on 2000/10/19  02:12:37
20873         Log: Add the test case for the bug id 20000730.004 which seems
20874              to have been fixed by now.
20875      Branch: perl
20876            ! t/pragma/utf8.t
20877 ____________________________________________________________________________
20878 [  7365] By: jhi                                   on 2000/10/18  23:36:24
20879         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
20880              From: Hugo <hv@crypt.compulink.co.uk>
20881              Date: Wed, 18 Oct 2000 23:25:58 +0100
20882              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
20883      Branch: perl
20884            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
20885 ____________________________________________________________________________
20886 [  7364] By: jhi                                   on 2000/10/18  21:12:53
20887         Log: (retracted)
20888      Branch: perl
20889            ! pp.c
20890 ____________________________________________________________________________
20891 [  7363] By: jhi                                   on 2000/10/18  20:55:38
20892         Log: Missing change from #7362.
20893      Branch: perl
20894            ! win32/perlhost.h
20895 ____________________________________________________________________________
20896 [  7362] By: jhi                                   on 2000/10/18  20:52:01
20897         Log: Borland C fstat() never saw the fd as writable.
20898              
20899              Subject: fix for Borland's weak "stat" (perl@7211)
20900              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20901              Date: Mon, 16 Oct 2000 09:55:03 +0400
20902              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
20903      Branch: perl
20904            ! win32/win32.c
20905 ____________________________________________________________________________
20906 [  7361] By: jhi                                   on 2000/10/18  17:43:50
20907         Log: Regen toc.
20908      Branch: perl
20909            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
20910 ____________________________________________________________________________
20911 [  7360] By: jhi                                   on 2000/10/18  17:07:44
20912         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20913              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
20914              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
20915              Date: Mon, 16 Oct 2000 15:19:49 +0200
20916      Branch: perl
20917            + README.aix
20918            ! MANIFEST
20919 ____________________________________________________________________________
20920 [  7359] By: jhi                                   on 2000/10/18  17:04:49
20921         Log: Subject: Pod patch for Devel::Peek
20922              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20923              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
20924              Date: Mon, 16 Oct 2000 12:26:34 +0200
20925      Branch: perl
20926            ! ext/Devel/Peek/Peek.pm
20927 ____________________________________________________________________________
20928 [  7358] By: jhi                                   on 2000/10/18  17:03:15
20929         Log: Make Cwd more bulletproof in chrooted environments.
20930              
20931              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
20932              From: "Eric E. Coe" <Eric.Coe@oracle.com>
20933              Date: Wed, 18 Oct 2000 04:03:54 -0400
20934              Message-Id: <39ED596A.70E599FE@oracle.com>
20935      Branch: perl
20936            ! lib/Cwd.pm
20937 ____________________________________________________________________________
20938 [  7357] By: jhi                                   on 2000/10/18  16:37:26
20939         Log: Disable the UTF8 downgrade croakage for now to avoid
20940              too many not okay messages.
20941      Branch: perl
20942            ! doio.c
20943 ____________________________________________________________________________
20944 [  7356] By: jhi                                   on 2000/10/17  23:29:41
20945         Log: Show the failed remote port, instead of the failing line number.
20946              
20947              Subject: [PATCH 5.6.1 Debugger] More diagnostics
20948              From: David Sparks <daves@ActiveState.com>
20949              Date: Tue, 17 Oct 2000 15:00:24 -0700
20950              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
20951      Branch: perl
20952            ! lib/perl5db.pl
20953 ____________________________________________________________________________
20954 [  7355] By: jhi                                   on 2000/10/17  14:11:31
20955         Log: On output try to downgrade to bytes, croak if impossible,
20956              from Simon Cozens.  This means that outputting >255 UTF8
20957              is impossible.  Consider this as a strong incentive to get
20958              the I/O disciplines implemented.
20959      Branch: perl
20960            ! doio.c pod/perldiag.pod sv.c
20961 ____________________________________________________________________________
20962 [  7354] By: jhi                                   on 2000/10/17  13:42:23
20963         Log: Clarify documentation on 'use bytes'.
20964              
20965              Subject: Re: What does 'use bytes' "mean" ?
20966              From: Simon Cozens <simon@cozens.net>
20967              Date: Mon, 18 Sep 2000 18:24:25 +0100
20968              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
20969      Branch: perl
20970            ! lib/bytes.pm
20971 ____________________________________________________________________________
20972 [  7353] By: jhi                                   on 2000/10/17  13:28:12
20973         Log: Workaround for a sfio bug where the stream error indicator
20974              is not cleared as documented.
20975              
20976              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20977              From: Nicholas Clark <nick@ccl4.org>
20978              Date: Mon, 16 Oct 2000 18:28:23 +0100
20979              Message-ID: <20001016182823.J19700@plum.flirble.org>
20980      Branch: perl
20981            ! doio.c
20982 ____________________________________________________________________________
20983 [  7352] By: jhi                                   on 2000/10/17  13:06:19
20984         Log: More IoTYPE sprinkling.
20985      Branch: perl
20986            ! doio.c pp_hot.c
20987 ____________________________________________________________________________
20988 [  7351] By: jhi                                   on 2000/10/16  22:47:07
20989         Log: Detect early whether the std streams have gone bad.
20990              
20991              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20992              Date: Mon, 16 Oct 2000 23:28:42 +0100
20993              From: Nicholas Clark <nick@ccl4.org>
20994              Message-ID: <20001016232842.A37942@plum.flirble.org>
20995      Branch: perl
20996            ! t/op/misc.t
20997 ____________________________________________________________________________
20998 [  7350] By: jhi                                   on 2000/10/16  22:45:16
20999         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
21000              From: "Peter J. Farley III" <pjfarley@banet.net>
21001              Date: Mon, 16 Oct 2000 18:15:59 -0400
21002              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
21003      Branch: perl
21004            ! djgpp/djgpp.c dosish.h t/io/open.t
21005 ____________________________________________________________________________
21006 [  7349] By: jhi                                   on 2000/10/16  22:36:45
21007         Log: perldelta tweak.
21008      Branch: perl
21009            ! pod/perldelta.pod
21010 ____________________________________________________________________________
21011 [  7348] By: jhi                                   on 2000/10/16  15:17:53
21012         Log: Update Changes.
21013      Branch: perl
21014            ! Changes patchlevel.h
21015 ____________________________________________________________________________
21016 [  7347] By: jhi                                   on 2000/10/16  13:55:27
21017         Log: Add the capability to include/exclude branches.
21018      Branch: perl
21019            ! Porting/genlog
21020 ____________________________________________________________________________
21021 [  7346] By: jhi                                   on 2000/10/16  13:18:04
21022         Log: Add Charles Lane.
21023      Branch: perl
21024            ! AUTHORS Changes
21025 ____________________________________________________________________________
21026 [  7345] By: jhi                                   on 2000/10/16  13:13:21
21027         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
21028      Branch: perl
21029            ! pod/perldelta.pod
21030 ____________________________________________________________________________
21031 [  7344] By: gsar                                  on 2000/10/16  09:30:21
21032         Log: integrate change#6220 from cfgperl
21033              
21034              Win32 patches from Benjamin Stuhl.
21035      Branch: maint-5.6/perl
21036           !> makedef.pl win32/win32.h
21037 ____________________________________________________________________________
21038 [  7343] By: gsar                                  on 2000/10/16  08:32:19
21039         Log: integrate changes#6221,6222 from cfgperl
21040              
21041              Remove tr///CU (the feature is to be obsoleted by better interfaces).
21042              From: simon@brecon.co.uk (Simon Cozens)
21043              Subject: [PATCH] Eliminate tr///[CU][CU]
21044              Date: 23 Jun 2000 11:05:40 GMT
21045              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
21046              
21047              doc typo fix
21048              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
21049              From: Ian Phillipps <Ian.Phillipps@iname.com>
21050              Date: Fri, 23 Jun 2000 10:40:58 +0100
21051              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
21052      Branch: maint-5.6/perl
21053           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
21054 ____________________________________________________________________________
21055 [  7342] By: gsar                                  on 2000/10/16  08:28:08
21056         Log: integrate change#6217 from cfgperl (in part)
21057              
21058              Rename the fdpid locking and integrate with Sarathy.
21059      Branch: maint-5.6/perl
21060           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
21061           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
21062           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
21063           !> win32/win32.c
21064 ____________________________________________________________________________
21065 [  7341] By: gsar                                  on 2000/10/16  08:23:39
21066         Log: integrate changes#6214..6216 from mainline
21067              
21068              @_ can't have junk in it even in the non-USE_ITHREADS case because
21069              caller() wants to populate @DB::args with it (causes a coredump
21070              in Carp::confess())
21071              
21072              tweak comment about @DB::args
21073              
21074              be more optimal about clearing @_
21075      Branch: maint-5.6/perl
21076           !> av.h cop.h pp_ctl.c t/op/runlevel.t
21077 ____________________________________________________________________________
21078 [  7340] By: gsar                                  on 2000/10/16  08:20:37
21079         Log: integrate changes#6207..6210 from cfgperl
21080              
21081              Subject: [PATCH 5.6.0] Threadsafe patches
21082              From: Dan Sugalski <dan@sidhe.org>
21083              To: perl5-porters@perl.org
21084              Date: Mon, 08 May 2000 18:08:13 -0400
21085              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
21086              
21087              Regen headers for #6207.
21088              
21089              Lock PL_fdpid against race conditions, based on:
21090              Subject: [PATCH 5.6.0]subprocess fixup for threads
21091              From: Dan Sugalski <dan@sidhe.org>
21092              To: perl5-porters@perl.org
21093              Date: Tue, 11 Apr 2000 17:02:32 -0400
21094              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
21095              
21096              Mopup for #6207 and #6209.
21097      Branch: maint-5.6/perl
21098           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
21099           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
21100           !> win32/win32.c
21101 ____________________________________________________________________________
21102 [  7339] By: gsar                                  on 2000/10/16  08:14:34
21103         Log: integrate change#6203 from cfgperl
21104              
21105              perldiag should refer to perlos2.pod not README.os2
21106      Branch: maint-5.6/perl
21107           !> pod/perldiag.pod
21108 ____________________________________________________________________________
21109 [  7338] By: gsar                                  on 2000/10/16  08:11:42
21110         Log: integrate change#6201 from mainline
21111              
21112              Perl_eval_pv() leaks 4 bytes every time it is called because it
21113              does a PUSHMARK that's never ever POPMARKed; in general, only
21114              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
21115              Perl_eval_[sp]v() don't because they don't take any incoming
21116              arguments (this leak has been around since the original version
21117              of perl_eval_pv() in 5.003_97e)
21118      Branch: maint-5.6/perl
21119           !> perl.c
21120 ____________________________________________________________________________
21121 [  7337] By: gsar                                  on 2000/10/16  08:08:47
21122         Log: integrate changes#6197..6200 from cfgperl
21123              
21124              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
21125              From: John Borwick <jhborwic@unity.ncsu.edu>
21126              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
21127              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
21128              
21129              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
21130              From: Dan Sugalski <dan@sidhe.org>
21131              To: vmsperl@perl.org, perl5-porters@perl.org
21132              Date: Fri, 02 Jun 2000 16:00:41 -0400
21133              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
21134              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
21135              
21136              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
21137              From: Dan Sugalski <dan@sidhe.org>
21138              To: perl5-porters@perl.org, vmsperl@perl.org
21139              Date: Fri, 02 Jun 2000 17:30:51 -0400
21140              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
21141              
21142              Update to cperl-mode.el 4.31 from
21143              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
21144              Subject: A couple of notes
21145              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21146              To: Mailing list Perl5 <perl5-porters@perl.org>
21147              Date: Sat, 3 Jun 2000 23:33:32 -0400
21148              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
21149      Branch: maint-5.6/perl
21150           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
21151           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
21152           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
21153           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
21154           !> vms/vmsish.h
21155 ____________________________________________________________________________
21156 [  7336] By: gsar                                  on 2000/10/16  08:03:46
21157         Log: integrate changes#6194,6195 from mainline
21158              
21159              fix small eval"" memory leaks under USE_ITHREADS
21160              
21161              fix yet another eval"" leak under USE_ITHREADS
21162      Branch: maint-5.6/perl
21163           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
21164           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
21165           !> vms/perly_c.vms
21166 ____________________________________________________________________________
21167 [  7335] By: gsar                                  on 2000/10/16  08:02:15
21168         Log: integrate changes#6190,6191 from mainline
21169              
21170              submit missing embed.pl change
21171              
21172              vec() loses numericalness (modified version of patch suggested
21173              by Robin Barker)
21174      Branch: maint-5.6/perl
21175           !> doop.c embed.pl t/op/vec.t
21176 ____________________________________________________________________________
21177 [  7334] By: gsar                                  on 2000/10/16  08:01:03
21178         Log: integrate change#6189 from mainline
21179              
21180              counting tr/// corrupts later operation (from M.J.T Guy)
21181      Branch: maint-5.6/perl
21182           !> doop.c t/op/tr.t
21183 ____________________________________________________________________________
21184 [  7333] By: gsar                                  on 2000/10/16  07:59:07
21185         Log: integrate changes#6183..6188 from mainline
21186              
21187              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
21188              <nick@ccl4.org>)
21189              
21190              tweak for change#6127
21191              
21192              remove incorrect documentation about implicit split to @_ in
21193              list context, which never really worked in perl 5 (from
21194              M.J.T. Guy)
21195              
21196              further qualify references to "alphanumeric" (from Wolfgang Laun
21197              <wolfgang.laun@alcatel.at>)
21198              
21199              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
21200              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
21201              
21202              h2xs tweaks
21203      Branch: maint-5.6/perl
21204           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
21205           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
21206           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
21207           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
21208           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
21209           !> pod/pod2latex.PL utils/h2xs.PL
21210 ____________________________________________________________________________
21211 [  7332] By: gsar                                  on 2000/10/16  07:53:52
21212         Log: integrate change#6179 from mainline
21213              
21214              buggy modulus on UVs introduced by change#3378 (resulted in
21215              4063328477 % 65535 amounting to 27406, instead of 27407)
21216      Branch: maint-5.6/perl
21217           !> pp.c t/op/arith.t
21218 ____________________________________________________________________________
21219 [  7331] By: gsar                                  on 2000/10/16  07:52:49
21220         Log: integrate changes#6176,6177,6178,6182 from cfgperl
21221              
21222              Single-quoted utf8 patch from Simon Cozens.
21223              
21224              Substitution utf8 patch from Simon Cozens.
21225              
21226              Be cleaner.
21227              
21228              Be Cleaner Part Deux.
21229      Branch: maint-5.6/perl
21230           !> Makefile.SH pp_hot.c toke.c
21231 ____________________________________________________________________________
21232 [  7330] By: gsar                                  on 2000/10/16  07:41:36
21233         Log: integrate change#6172 from mainline
21234              
21235              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
21236              (from Ilya Zakharevich)
21237      Branch: maint-5.6/perl
21238           !> regexec.c t/op/re_tests
21239 ____________________________________________________________________________
21240 [  7329] By: gsar                                  on 2000/10/16  07:40:25
21241         Log: integrate change#6171 from mainline
21242              
21243              scalar() doesn't force scalar context when used in void context
21244              (from Simon Cozens)
21245      Branch: maint-5.6/perl
21246           !> op.c t/op/wantarray.t
21247 ____________________________________________________________________________
21248 [  7328] By: gsar                                  on 2000/10/16  07:39:33
21249         Log: integrate change#6170 from mainline
21250              
21251              change#6142 needs tweaks to tests to work where there's no
21252              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
21253      Branch: maint-5.6/perl
21254           !> t/lib/filefind.t
21255 ____________________________________________________________________________
21256 [  7327] By: gsar                                  on 2000/10/16  07:35:34
21257         Log: integrate changes#6166..6168 from cfgperl
21258              
21259              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
21260              in case somebody wants to write an extension for more
21261              shadow database interfaces.
21262              
21263              tweak todo
21264              
21265              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
21266      Branch: maint-5.6/perl
21267           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21268           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
21269           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
21270           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21271           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21272           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
21273 ____________________________________________________________________________
21274 [  7326] By: gsar                                  on 2000/10/16  07:29:05
21275         Log: integrate changes#6157,6159..6161,6164 from cfgperl
21276              
21277              Regen Configure to jive with #6149.
21278              
21279              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
21280              
21281              Changes for the File::Temp 0.08 (change #6159) test suite
21282              to fit better into the Perl distribution test framework.
21283              
21284              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
21285              both from Simon Cozens.
21286              
21287              detypo
21288      Branch: maint-5.6/perl
21289           +> pod/perlmodlib.PL pod/perlnewmod.pod
21290           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
21291           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
21292           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21293           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
21294 ____________________________________________________________________________
21295 [  7325] By: gsar                                  on 2000/10/16  07:25:13
21296         Log: integrate change#6158 from vmsperl
21297              
21298              Add fallback to tmpfile for use in cases where user's relying on
21299              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
21300              Lane's patch)
21301      Branch: maint-5.6/perl
21302           !> vms/vms.c vms/vmsish.h
21303 ____________________________________________________________________________
21304 [  7324] By: gsar                                  on 2000/10/16  07:20:50
21305         Log: integrate changes#6153..6155 from mainline
21306              
21307              prettier Test::Harness output on failed tests (from Nicholas Clark
21308              <nick@Bagpuss.uk.boo.com>)
21309              
21310              avoid type mismatch warning
21311              
21312              small bug in change#6144; remove random \xA0 character that snuck
21313              in via change#6145
21314      Branch: maint-5.6/perl
21315           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
21316           !> perl.c
21317 ____________________________________________________________________________
21318 [  7323] By: gsar                                  on 2000/10/16  07:18:47
21319         Log: integrate changes#6151,6152 from mainline
21320              
21321              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
21322              
21323              cosmetic fixups of RE debug output (from Ilya Zakharevich)
21324      Branch: maint-5.6/perl
21325           !> regexec.c
21326 ____________________________________________________________________________
21327 [  7322] By: gsar                                  on 2000/10/16  07:17:25
21328         Log: integrate changes#6146..6150 from mainline
21329              
21330              doc typo
21331              
21332              add a make entry to Config.pm so "perl -V:make" works on VMS
21333              (from Peter Prymmer)
21334              
21335              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
21336              
21337              OS/2 tweaks for usethreads build (from Rocco Caputo
21338              <troc@netrus.net>)
21339              
21340              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
21341      Branch: maint-5.6/perl
21342           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
21343           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
21344           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
21345           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
21346           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
21347           !> warnings.pl x2p/a2p.h
21348 ____________________________________________________________________________
21349 [  7321] By: gsar                                  on 2000/10/16  07:14:02
21350         Log: integrate changes#6143..6145 from mainline
21351              
21352              MacOS support, part 1 (from Matthias Neeracher
21353              <neeri@iis.ee.ethz.ch>)
21354              
21355              MacOS support, part 2: make AutoSplit use File::Spec instead
21356              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
21357              <neeri@iis.ee.ethz.ch>)
21358              
21359              make xsubpp skip embedded pod (from Matthias Neeracher
21360              <neeri@iis.ee.ethz.ch>)
21361      Branch: maint-5.6/perl
21362           +> ext/DynaLoader/dl_mac.xs
21363           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
21364           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21365           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
21366           !> pp_ctl.c proto.h toke.c util.c util.h
21367 ____________________________________________________________________________
21368 [  7320] By: gsar                                  on 2000/10/16  07:12:13
21369         Log: integrate changes#6141,6142 from mainline
21370              
21371              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
21372              forwarded by Peter Seebach from the bsdi-users mailing list.
21373              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
21374              
21375              File::Find fails to chdir when chasing symlinks (from
21376              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
21377      Branch: maint-5.6/perl
21378           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
21379 ____________________________________________________________________________
21380 [  7319] By: gsar                                  on 2000/10/16  07:04:30
21381         Log: integrate change#6139 from mainline
21382              
21383              revise mktables.PL for bugs and newness in Unicode 3.0
21384              (from James Bence <jbence@amgen.com>)
21385      Branch: maint-5.6/perl
21386           +> (branch 30 files)
21387           !> (integrate 49 files)
21388 ____________________________________________________________________________
21389 [  7318] By: gsar                                  on 2000/10/16  07:01:01
21390         Log: integrate changes#6137,6138 from mainline
21391              
21392              fix bogus redeclaration warning for "our" variables in different
21393              scopes
21394              
21395              add note about the handling of negative indices to tied arrays
21396              (from Michael G Schwern <schwern@pobox.com>)
21397      Branch: maint-5.6/perl
21398           !> op.c pod/perltie.pod t/pragma/strict-vars
21399 ____________________________________________________________________________
21400 [  7317] By: gsar                                  on 2000/10/16  06:58:46
21401         Log: integrate changes#6127..6136 from mainline
21402              
21403              call_method(...,G_EVAL) can longjmp() out if the method probing
21404              failed (from Gisle Aas)
21405              
21406              new perlxstut example for passing/returning refs to arrays
21407              (from David Lowe <dlowe@pootpoot.com>)
21408              
21409              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
21410              
21411              fix places that mean C<"word" character> but say C<alphanumeric
21412              character>
21413              
21414              avoid warnings in POSIX.pm (from Barrie Slaymaker)
21415              
21416              warnings::enabled() doesn't fall back to looking at $^W if
21417              caller isn't using lexical warnings (from Paul Marquess)
21418              
21419              elide bogus test in change#6132
21420              
21421              make Test::Harness use wait.h/WCOREDUMP if available
21422              (from Ben Tilly <ben_tilly@hotmail.com>)
21423              
21424              enable Test::Harness to dynamically determine column width etc.
21425              (from Rob Napier <rnapier@employees.org>)
21426              
21427              random pod typos (from Peter Scott <Peter@PSDT.com>)
21428      Branch: maint-5.6/perl
21429           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
21430           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
21431           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
21432           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
21433 ____________________________________________________________________________
21434 [  7316] By: gsar                                  on 2000/10/16  06:53:23
21435         Log: integrate change#6126 from mainline
21436              
21437              change#2879 broke rvalue autovivification of magicals such as
21438              ${$num} (reworked variant of patch suggested by Simon Cozens)
21439      Branch: maint-5.6/perl
21440           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
21441           !> pp_hot.c proto.h t/op/gv.t
21442 ____________________________________________________________________________
21443 [  7315] By: gsar                                  on 2000/10/16  06:51:38
21444         Log: integrate changes#6123,6125 from mainline
21445              
21446              clarify gotcha with #line directives (from Rocco Caputo
21447              <troc@netrus.net>)
21448              
21449              enable propagating exception objects via Perl_croak() in XS code
21450              (from Gisle Aas)
21451      Branch: maint-5.6/perl
21452           !> pod/perldebug.pod pod/perlsyn.pod util.c
21453 ____________________________________________________________________________
21454 [  7314] By: gsar                                  on 2000/10/16  06:49:28
21455         Log: integrate change#6122 from mainline
21456              
21457              downgrade fatal error on C<"foo@nosucharray.com"> to optional
21458              warning (from Mark-Jason Dominus)
21459      Branch: maint-5.6/perl
21460           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
21461           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
21462           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
21463           !> toke.c
21464 ____________________________________________________________________________
21465 [  7313] By: gsar                                  on 2000/10/16  06:46:54
21466         Log: integrate changes#6112..6121 from vmsperl
21467              
21468              Check for existence of file before trying to delete
21469              
21470              Ugly workaround for version-specific RTL error
21471              
21472              Urk -- undo previous removal of vmsish 'exit' change
21473              
21474              Add bounds checking for several strings (Charles Lane)
21475              
21476              Miscellaneous cosmetic fixes (Charles Lane)
21477              
21478              Treat sockets as special in sys(read|write) (Charles Lane et al.)
21479              
21480              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
21481              Flatten case labels in switch statements uniformly (Charles Bailey)
21482              
21483              Quiet error messages in vmsish.t (Charles Lane)
21484              
21485              Add missing escape (Charles Lane)
21486              
21487              Allow eliminate_macros() and fixpath() to handle space-delimited
21488              lists (based on fixes by Craig Berry)
21489      Branch: maint-5.6/perl
21490           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
21491           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
21492           !> vms/vmsish.h
21493 ____________________________________________________________________________
21494 [  7312] By: gsar                                  on 2000/10/16  06:41:18
21495         Log: integrate changes#6107,6110 from cfgperl
21496              
21497              Tweak the todo list.
21498              
21499              todo tweak
21500      Branch: maint-5.6/perl
21501           !> Todo-5.6
21502 ____________________________________________________________________________
21503 [  7311] By: gsar                                  on 2000/10/16  06:38:38
21504         Log: integrate changes#6104,6108 from mainline
21505              
21506              PL_sys_intern was being initialized too late on windows
21507              
21508              reenable fake signal handling on Windows, bugs and all
21509      Branch: maint-5.6/perl
21510           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
21511           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
21512           !> win32/win32.c
21513 ____________________________________________________________________________
21514 [  7310] By: gsar                                  on 2000/10/16  06:36:03
21515         Log: integrate changes#6095,6097..6103 from cfgperl
21516              
21517              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
21518              might be useful in future.
21519              
21520              Add a note about possible compilation problems from Allen Smith.
21521              
21522              Add a note about other, yet unsupported, shadow password APIs.
21523              
21524              Tweaks for the cc bugs from Allen Smith.
21525              
21526              More compilation tweakery from Allen Smith.
21527              
21528              Hints and test tweaks for Unicos.
21529              
21530              The test suite tweak in #6101 wasn't quite right.
21531              
21532              Test tweaking for Unicos continues.
21533      Branch: maint-5.6/perl
21534           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21535           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
21536           !> t/lib/complex.t t/op/64bitint.t
21537 ____________________________________________________________________________
21538 [  7309] By: gsar                                  on 2000/10/16  06:29:41
21539         Log: integrate changes#6093,6094 from mainline
21540              
21541              fork() failure to create pseudo process sets errno=EAGAIN and returns
21542              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
21543              
21544              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
21545      Branch: maint-5.6/perl
21546           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
21547           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
21548 ____________________________________________________________________________
21549 [  7308] By: gsar                                  on 2000/10/16  06:27:29
21550         Log: integrate change#6092 from cfgperl
21551              
21552              Regen perltoc with the fixed buildtoc.
21553      Branch: maint-5.6/perl
21554           !> pod/perltoc.pod
21555 ____________________________________________________________________________
21556 [  7307] By: gsar                                  on 2000/10/16  06:26:40
21557         Log: integrate changes#6089,6090 from mainline
21558              
21559              buildtoc tweak to fix newline lossage
21560              
21561              concat doesn't preserve utf8-ness, and doesn't invalidate
21562              [NI]OK; added tests for both
21563      Branch: maint-5.6/perl
21564           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
21565 ____________________________________________________________________________
21566 [  7306] By: gsar                                  on 2000/10/16  06:24:05
21567         Log: integrate change#6088 from cfgperl
21568              
21569              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
21570              because we do not use those.  The HAS_GETSPNAM remains,
21571              though, because we still do use that.
21572      Branch: maint-5.6/perl
21573           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21574           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
21575           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
21576           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21577           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21578           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
21579 ____________________________________________________________________________
21580 [  7305] By: gsar                                  on 2000/10/16  06:15:52
21581         Log: integrate changes#6084,6085,6087 from mainline
21582              
21583              substr() does not preserve utf8-ness (from Stefan Eissing
21584              <Eissing@medicaldataservice.de>); added tests
21585              
21586              repeat operator (x) doesn't preserve utf8-ness
21587              
21588              reverse() and quotemeta() weren't preserving utf8-ness; add tests
21589      Branch: maint-5.6/perl
21590           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
21591 ____________________________________________________________________________
21592 [  7304] By: gsar                                  on 2000/10/16  06:13:10
21593         Log: integrate changes#6077..6083 from mainline
21594              
21595              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
21596              and Tom Phoenix)
21597              
21598              workaround for CRT bug in chdir() (from Charles Lane, via
21599              Peter Prymmer)
21600              
21601              remove outdated kludge in Carp (NULLs are permitted in diagnostics
21602              now)
21603              
21604              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
21605              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
21606              
21607              better default perlbug categories for ok reports (from Richard Foley)
21608              
21609              peek.t non-portable to ithreads
21610              
21611              note about undocumented caller() return value (from M.J.T. Guy);
21612              yet another peek.t tweak
21613      Branch: maint-5.6/perl
21614           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21615           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
21616           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
21617           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
21618           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
21619           !> vms/vmsish.h
21620 ____________________________________________________________________________
21621 [  7303] By: gsar                                  on 2000/10/16  06:03:18
21622         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
21623              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
21624              
21625              &HUGE_VAL is not defined, it exists.
21626              
21627              Do not warn that an infinity does not look like a number.
21628              
21629              Rewrite the pwent/spent logic to be a little bit more clearer.
21630              
21631              Continue on the pwent/spent case.
21632              
21633              Correct Freudian slip.
21634              
21635              Use HUGE_VALL if applicable.
21636              
21637              pwent/spent #ifdef imbalance.
21638              
21639              Infinite problems.
21640              
21641              Call getspnam() only iff needd.
21642              
21643              Test both the scalar and list contexts.
21644              
21645              Use setxxent()/endxxent().
21646              
21647              Complex tweakery.
21648              
21649              Unicos hint tweak.
21650              
21651              Be more forgiving in POSIX about HUGE_VALL.
21652              
21653              Detypo.
21654              
21655              The search of infinity continues, this time simplified.
21656              
21657              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
21658              in natively 64-bit platforms where a long is a quad (no need
21659              for long longs).  Also added bias for IVs.
21660              
21661              Complex tweaks.
21662              
21663              Introduce t/lib/peek.t.
21664              
21665              Make the test more portable.
21666      Branch: maint-5.6/perl
21667           +> t/lib/peek.t
21668            ! pp_sys.c
21669           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
21670           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
21671           !> t/op/pwent.t toke.c util.c
21672 ____________________________________________________________________________
21673 [  7302] By: gsar                                  on 2000/10/16  05:03:37
21674         Log: integrate changes#6066..6071 from mainline
21675              
21676              s/END/CHECK/
21677              
21678              replace direct call to sighandler() with (*PL_sighandlerp)()
21679              
21680              note about values()
21681              
21682              File::Spec compatibility update (from Barrie Slaymaker
21683              <barries@slaysys.com>)
21684              
21685              remove misleading comment (from M.J.T. Guy)
21686              
21687              misformatted perllocal.pod (from Tim Jenness
21688              <t.jenness@jach.hawaii.edu>)
21689      Branch: maint-5.6/perl
21690           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
21691           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
21692           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
21693           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
21694 ____________________________________________________________________________
21695 [  7301] By: gsar                                  on 2000/10/16  05:00:08
21696         Log: integrate changes#6061..6063 from mainline
21697              
21698              change#5921 neglected to make eq honor "use bytes"
21699              
21700              additional tests for utf8.t
21701              
21702              tokeq() could read unallocated field in argument
21703      Branch: maint-5.6/perl
21704           !> sv.c t/pragma/utf8.t toke.c
21705 ____________________________________________________________________________
21706 [  7300] By: gsar                                  on 2000/10/16  04:56:54
21707         Log: integrate changes#6046,6048,6057,6058 from mainline
21708              
21709              libscheck has insufficient checks for n32 libs (from
21710              Albert Chin-A-Young <china@thewrittenword.com>)
21711              
21712              add note about how $( doesn't interpolate in REs (from
21713              Philip Newton <newton@ficus.frogspace.net>)
21714              
21715              fix broken parsing of /\x{ab}/
21716              
21717              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
21718              (spotted by Donald Kinzer <dkinzer@premia.com>)
21719      Branch: maint-5.6/perl
21720           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
21721           !> t/pragma/utf8.t
21722 ____________________________________________________________________________
21723 [  7299] By: gsar                                  on 2000/10/16  04:52:50
21724         Log: integrate change#6044 from mainline
21725              
21726              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
21727              such that underscores are only ignored in literal numbers,
21728              "\x{...}", and hex/oct argument
21729      Branch: maint-5.6/perl
21730           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21731 ____________________________________________________________________________
21732 [  7298] By: gsar                                  on 2000/10/16  04:50:53
21733         Log: integrate changes#6027..6043 from mainline
21734              
21735              podlators-1.02 update (from Russ Allbery)
21736              
21737              Pod::Man generates groff-incompatible macro definition (from
21738              Tom Christiansen)
21739              
21740              add CGI.pm v2.66 (from Lincoln Stein)
21741              
21742              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
21743              for @- and @+ (from Johan Vromans)
21744              
21745              small nits in diagnostics.pm (from Robin Barker)
21746              
21747              whitespace adjustments
21748              
21749              missing files in MANIFEST
21750              
21751              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
21752              to compensate
21753              
21754              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21755              
21756              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21757      Branch: maint-5.6/perl
21758           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
21759           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
21760           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
21761           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
21762           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
21763           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
21764           !> t/lib/cgi-html.t t/lib/cgi-request.t
21765 ____________________________________________________________________________
21766 [  7297] By: gsar                                  on 2000/10/16  04:44:30
21767         Log: integrate change#6025 from mainline
21768              
21769              Is{Alnum,Alpha,Word} don't match titlecase
21770              TODO: IsSpace is defined recursively!
21771              (both spotted by Larry)
21772      Branch: maint-5.6/perl
21773           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21774           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21775 ____________________________________________________________________________
21776 [  7296] By: gsar                                  on 2000/10/16  04:39:30
21777         Log: integrate change#6023 from mainline
21778              
21779              debugger stomps on $. (from M.J.T. Guy)
21780      Branch: maint-5.6/perl
21781           !> lib/perl5db.pl
21782 ____________________________________________________________________________
21783 [  7295] By: gsar                                  on 2000/10/16  04:38:02
21784         Log: integrate change#6022 from mainline
21785              
21786              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
21787      Branch: maint-5.6/perl
21788           !> sv.c
21789 ____________________________________________________________________________
21790 [  7294] By: gsar                                  on 2000/10/16  04:37:05
21791         Log: integrate changes#6018..6021 from mainline
21792              
21793              make lib/syslog.t portable to systems that don't have _PATH_LOG,
21794              make _PATH_LOG() return "" if unavailable
21795              
21796              windows portability tweaks
21797              
21798              test tweak
21799              
21800              remove Win2K issue in pod (fixed by change#6020)
21801      Branch: maint-5.6/perl
21802           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21803           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
21804           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
21805 ____________________________________________________________________________
21806 [  7293] By: gsar                                  on 2000/10/16  04:20:00
21807         Log: integrate changes#6013..6015 from mainline
21808              
21809              tweak change#5945 to display correct switch name in diagnostic
21810              
21811              glob() loading File::Glob behind the scenes may cause syntax errors
21812              
21813              tweak test for portability
21814      Branch: maint-5.6/perl
21815           !> op.c perl.c pod/perldiag.pod t/lib/b.t
21816 ____________________________________________________________________________
21817 [  7292] By: gsar                                  on 2000/10/16  04:18:11
21818         Log: integrate changes#6005..6010 from mainline, cfgperl
21819              
21820              perldoc might fail via "use blib" (from Hugo van der Sanden)
21821              
21822              Regen Configure.
21823              
21824              note about compile failures and END blocks (from M.J.T. Guy)
21825              
21826              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21827              
21828              (change#6009 integrated earlier in change#7255)
21829              
21830              clarify note about shadow password support (from
21831              gellyfish@gellyfish.com)
21832      Branch: maint-5.6/perl
21833           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21834           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
21835           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
21836 ____________________________________________________________________________
21837 [  7291] By: gsar                                  on 2000/10/16  04:12:03
21838         Log: integrate changes#6002,6003 from mainline
21839              
21840              destructive sv_setsv() can lose UV-ness from source, causing
21841              numeric promotions/comparisons to fail to do the right thing
21842              
21843              allow REG_EXPAND_SZ keys in Windows registry (from
21844              John Clayton <John.Clayton@barclayscapital.com>)
21845      Branch: maint-5.6/perl
21846           !> sv.c win32/win32.c
21847 ____________________________________________________________________________
21848 [  7290] By: gsar                                  on 2000/10/16  04:10:19
21849         Log: integrate change#6001 from mainline
21850              
21851              support additional library locations via $Config{otherlibdirs}
21852              (from Andy Dougherty)
21853      Branch: maint-5.6/perl
21854           !> Configure INSTALL Porting/Glossary Porting/config.sh
21855           !> Porting/config_H config_h.SH epoc/config.sh perl.c
21856           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21857           !> win32/config.bc win32/config.gc win32/config.vc
21858 ____________________________________________________________________________
21859 [  7289] By: gsar                                  on 2000/10/16  04:08:28
21860         Log: integrate change#5999 from mainline
21861              
21862              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
21863      Branch: maint-5.6/perl
21864           !> t/pragma/warn/toke toke.c
21865 ____________________________________________________________________________
21866 [  7288] By: gsar                                  on 2000/10/16  04:07:01
21867         Log: integrate changes#5997,5998 from cfgperl
21868              
21869              Preserve $!.
21870              
21871              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21872      Branch: maint-5.6/perl
21873           !> lib/Math/Complex.pm
21874 ____________________________________________________________________________
21875 [  7287] By: gsar                                  on 2000/10/16  04:04:37
21876         Log: integrate change#5995 from mainline
21877              
21878              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
21879      Branch: maint-5.6/perl
21880           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
21881 ____________________________________________________________________________
21882 [  7286] By: gsar                                  on 2000/10/16  04:03:21
21883         Log: integrate change#5994 from mainline
21884              
21885              fix for missed accounting for null byte in pack("Z",...) (from
21886              M.J.T. Guy)
21887      Branch: maint-5.6/perl
21888           !> pp.c t/op/pack.t
21889 ____________________________________________________________________________
21890 [  7285] By: gsar                                  on 2000/10/16  04:02:11
21891         Log: integrate changes#5989..5993 from mainline
21892              
21893              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21894              itself and no other (from Tom Hughes)
21895              
21896              use $ENV{LIB} to search for libs under Visual C compiler
21897              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21898              
21899              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21900              
21901              pod nit (from Simon Cozens)
21902              
21903              various minor tweaks seen on p5p
21904      Branch: maint-5.6/perl
21905           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
21906           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
21907           !> t/op/array.t toke.c
21908 ____________________________________________________________________________
21909 [  7284] By: gsar                                  on 2000/10/16  03:59:00
21910         Log: integrate changes#5978..5988 from mainline
21911              
21912              sync version numbers in File::Spec with the ones on CPAN
21913              (from Barrie Slaymaker)
21914              
21915              under useithreads, constant pad entries could inadvertantly be
21916              shared across threads (from Eric Blood <eblood@xmission.com>);
21917              added Eric's test case to testsuite
21918              
21919              allow Configure -S to run non-interactively (spotted by Greg Hudson
21920              <ghudson@mit.edu>)
21921              
21922              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21923              prototype mismatch with CORE::glob(); update pod and tests to
21924              suit (File::Glob::glob() is still available for backward
21925              compatibility, but should be considered deprecated)
21926              
21927              avoid error in IO::Socket::INET when given an unknown service name
21928              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21929              
21930              numeric conversion of non-number in change#3378 tramples on
21931              OOK offset, causing segfaults
21932              
21933              attributes::reftype() doesn't work on tied argument
21934              
21935              forked child may not exit correctly if it failed to open
21936              /dev/console (from Graham Barr)
21937              
21938              add regular expressions tutorial and quick-start guide (from
21939              Mark Kvale <kvale@phy.ucsf.edu>)
21940              
21941              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21942              
21943              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21944              <paul@miraclefish.com>)
21945      Branch: maint-5.6/perl
21946           +> pod/perlrequick.pod pod/perlretut.pod
21947           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
21948           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
21949           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
21950           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
21951           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
21952           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
21953           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
21954           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
21955 ____________________________________________________________________________
21956 [  7283] By: gsar                                  on 2000/10/16  03:52:14
21957         Log: integrate change#5977 from mainline
21958              
21959              autoquote barewords followed by newline and arrow properly
21960              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21961      Branch: maint-5.6/perl
21962           !> t/pragma/warn/toke toke.c
21963 ____________________________________________________________________________
21964 [  7282] By: gsar                                  on 2000/10/16  03:50:48
21965         Log: integrate change#5976 from mainline
21966              
21967              DB_File v1.73 update (from Paul Marquess)
21968      Branch: maint-5.6/perl
21969           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
21970           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
21971 ____________________________________________________________________________
21972 [  7281] By: gsar                                  on 2000/10/16  03:49:14
21973         Log: integrate change#5975 from mainline
21974              
21975              allow sort() reentrancy (variant of patch suggested by
21976              Hugo van der Sanden)
21977      Branch: maint-5.6/perl
21978           !> pp_ctl.c t/op/sort.t
21979 ____________________________________________________________________________
21980 [  7280] By: gsar                                  on 2000/10/16  03:48:22
21981         Log: integrate change#5974 from mainline
21982              
21983              change#4197 somehow missed initializing PL_errors, meaning
21984              syntax error queueing wasn't working outside eval"" at all;
21985              also fixed eval"" to localize PL_error_count, so that compile-time
21986              eval's don't clobber the error state of the outer context
21987      Branch: maint-5.6/perl
21988           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21989           !> t/pragma/warn/toke
21990 ____________________________________________________________________________
21991 [  7279] By: gsar                                  on 2000/10/16  03:46:21
21992         Log: integrate change#5973 from mainline
21993              
21994              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21995      Branch: maint-5.6/perl
21996           !> regcomp.c regexec.c t/op/re_tests
21997 ____________________________________________________________________________
21998 [  7278] By: gsar                                  on 2000/10/16  03:44:54
21999         Log: integrate change#5971 from cfgperl
22000              
22001              Unicos tweaks from Mark P. Lutz.
22002      Branch: maint-5.6/perl
22003           !> hints/unicos.sh lib/Math/Complex.pm
22004 ____________________________________________________________________________
22005 [  7277] By: gsar                                  on 2000/10/16  03:42:59
22006         Log: integrate changes#5966..5970 from mainline
22007              
22008              add testsuite for B backends, fix bug in B::Deparse (from
22009              Simon Cozens <simon@brecon.co.uk>)
22010              
22011              improved docs on the warn_uninit diagnostic (from David Glasser
22012              and Simon Cozens)
22013              
22014              tolerate spaces in group names in test on solaris (from David Boyce
22015              <dsb@boyski.com>)
22016              
22017              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
22018              
22019              Data::Dumper fumbles negative numbers on 32-bit platforms where
22020              IV is >32bits
22021      Branch: maint-5.6/perl
22022           +> t/lib/b.t t/lib/syslog.t
22023           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
22024           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
22025           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
22026 ____________________________________________________________________________
22027 [  7276] By: gsar                                  on 2000/10/16  03:39:30
22028         Log: integrate change#5965 from mainline
22029              
22030              avoid "will not stay shared" warnings for our variables (from
22031              Robin Barker)
22032      Branch: maint-5.6/perl
22033           !> op.c t/pragma/warn/op
22034 ____________________________________________________________________________
22035 [  7275] By: gsar                                  on 2000/10/16  03:38:18
22036         Log: integrate change#5964 from mainline
22037              
22038              reformat to 72 columns (again)
22039      Branch: maint-5.6/perl
22040           !> pod/perldiag.pod
22041 ____________________________________________________________________________
22042 [  7274] By: gsar                                  on 2000/10/16  03:36:58
22043         Log: integrate change#5963 from mainline
22044              
22045              patch from Larry to make (\&) prototype work; added tests for
22046              the same
22047      Branch: maint-5.6/perl
22048           !> op.c t/comp/proto.t
22049 ____________________________________________________________________________
22050 [  7273] By: gsar                                  on 2000/10/16  03:35:51
22051         Log: integrate changes#5956..5962 from mainline
22052              
22053              better diagnostics on failed tests (from Ilya Zakharevich)
22054              
22055              pod nits (from A. C. Yardley <yardley@tanet.net>)
22056              
22057              change#3569 deleted some essential code, revert; avoid use of
22058              atexit() to make DynaLoader work properly on AIX under mod_perl
22059              (from Jens-Uwe Mager <jum@helios.de>)
22060              
22061              doubled words in pods (from Simon Cozens
22062              <simon.p.cozens@jp.pwcglobal.com>)
22063              
22064              better INSTALL notes on Solaris issues (from Dominic Dunlop)
22065              
22066              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
22067              
22068              updated README.hpux (from Jeff Okamoto)
22069      Branch: maint-5.6/perl
22070           !> INSTALL README.hpux emacs/cperl-mode.el
22071           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
22072           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
22073           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
22074           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
22075           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
22076           !> t/op/lex_assign.t
22077 ____________________________________________________________________________
22078 [  7272] By: gsar                                  on 2000/10/16  03:31:22
22079         Log: integrate change#5955 from mainline
22080              
22081              longstanding bug exposed by change#3307: sort arguments weren't
22082              compiled with the right wantarray context (ensuing runtime lookup
22083              via block_gimme() was getting the incidental context of the
22084              sort() itself)
22085      Branch: maint-5.6/perl
22086           !> op.c t/op/sort.t
22087 ____________________________________________________________________________
22088 [  7271] By: gsar                                  on 2000/10/16  03:29:11
22089         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
22090              branch
22091              
22092              Flatten the cpp jungle doing the nosuid checking.
22093              
22094              Do not assume sign propagation. (from M.J.T. Guy)
22095              
22096              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
22097              
22098              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
22099              Now pp_ncmp() returns undef is either operand is a NaN.
22100              
22101              On second thoughts frexp() does have two arguments.
22102              
22103              Document that tr() is not tr(1).
22104              
22105              Be more robust on "extreme" (large absolute value)
22106              arguments.  Originally reported by Daniel Connelly
22107              as a problem with asinh() on large negative arguments,
22108              asinh() used to bail out because an argument to log()
22109              ended up being zero.  Ilya Zakharevich proposed using
22110              Taylor's series in such cases, which for such large
22111              arguments is a very good approximation.
22112              
22113              Undo "use integer" addition from 64bitint as it seems
22114              to break most of the subtests in Digital UNIX;
22115              Unicos needs to find another way.
22116      Branch: maint-5.6/perl
22117           !> (integrate 29 files)
22118 ____________________________________________________________________________
22119 [  7270] By: gsar                                  on 2000/10/16  03:09:44
22120         Log: integrate changes#5948,5949,5950 from mainline
22121              
22122              typo in vars.pm that leads to cryptic message (from Piotr
22123              Piatkowski <kompas@kompas.usr.onet.pl>)
22124              
22125              make perldoc use the pod2man from the same version (from
22126              M.J.T. Guy)
22127              
22128              reformat perldiag to avoid long lines
22129      Branch: maint-5.6/perl
22130           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
22131 ____________________________________________________________________________
22132 [  7269] By: gsar                                  on 2000/10/16  03:05:54
22133         Log: integrate change#5947 from mainline
22134              
22135              use &dl_error rather than &dl_load_file as the guard for calling
22136              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
22137              statically built perl)
22138      Branch: maint-5.6/perl
22139           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
22140 ____________________________________________________________________________
22141 [  7268] By: gsar                                  on 2000/10/16  03:04:48
22142         Log: integrate change#5945 from mainline
22143              
22144              make module name mandatory after -M switch; reorder perldiag
22145              alphabetically (from Mark-Jason Dominus)
22146      Branch: maint-5.6/perl
22147           !> perl.c pod/perldiag.pod
22148 ____________________________________________________________________________
22149 [  7267] By: gsar                                  on 2000/10/16  03:03:01
22150         Log: integrate change#5939 from mainline
22151              
22152              more pod nits (from Larry Virden)
22153      Branch: maint-5.6/perl
22154           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
22155           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
22156           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
22157 ____________________________________________________________________________
22158 [  7266] By: gsar                                  on 2000/10/16  03:01:39
22159         Log: integrate change#5938 from mainline
22160              
22161              Consolidated B::Deparse fixes (from Stephen McCamant)
22162      Branch: maint-5.6/perl
22163           !> ext/B/B/Deparse.pm
22164 ____________________________________________________________________________
22165 [  7265] By: gsar                                  on 2000/10/16  03:00:43
22166         Log: integrate change#5936 from mainline
22167              
22168              additional tests for change#7263 (from Paul Marquess)
22169      Branch: maint-5.6/perl
22170           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
22171           !> t/pragma/warn/5nolint t/pragma/warn/6default
22172 ____________________________________________________________________________
22173 [  7264] By: gsar                                  on 2000/10/16  02:58:34
22174         Log: integrate change#5934 from mainline
22175              
22176              propagate lexical warnings from surrounding scope correctly
22177              within string eval() (from Paul Marquess)
22178      Branch: maint-5.6/perl
22179           !> pp_ctl.c t/pragma/warn/pp_ctl
22180 ____________________________________________________________________________
22181 [  7263] By: gsar                                  on 2000/10/16  02:56:53
22182         Log: integrate change#5932 from mainline
22183              
22184              add rsignal(), whichsig() and do_join() to public API list
22185              (mod_perl uses them to good advantage)
22186      Branch: maint-5.6/perl
22187           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
22188 ____________________________________________________________________________
22189 [  7262] By: gsar                                  on 2000/10/16  02:55:53
22190         Log: integrate change#5931 from mainline
22191              
22192              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
22193      Branch: maint-5.6/perl
22194           !> pp_hot.c regexec.c t/op/pat.t
22195 ____________________________________________________________________________
22196 [  7261] By: gsar                                  on 2000/10/16  02:55:01
22197         Log: integrate change#5930 from mainline
22198              
22199              small os390 tweaks (from Peter Prymmer)
22200      Branch: maint-5.6/perl
22201           !> config_h.SH makedepend.SH
22202 ____________________________________________________________________________
22203 [  7260] By: gsar                                  on 2000/10/16  02:54:10
22204         Log: integrate change#5929 from mainline
22205              
22206              pod nits
22207      Branch: maint-5.6/perl
22208           !> pod/perlguts.pod
22209 ____________________________________________________________________________
22210 [  7259] By: gsar                                  on 2000/10/16  02:52:55
22211         Log: integrate change#5927 from mainline
22212              
22213              arrange for next() to resume at the unstack op rather than the
22214              loop conditional, so that scope cleanup happens correctly
22215              (from Stephen McCamant)
22216      Branch: maint-5.6/perl
22217           !> op.c pp_ctl.c t/op/misc.t
22218 ____________________________________________________________________________
22219 [  7258] By: gsar                                  on 2000/10/16  02:51:38
22220         Log: integrate change#5926 from mainline
22221              
22222              on windows, reserve 16M of stack rather than 128M (allows more
22223              threads to run concurrently)
22224      Branch: maint-5.6/perl
22225           !> win32/Makefile win32/makefile.mk
22226 ____________________________________________________________________________
22227 [  7257] By: gsar                                  on 2000/10/16  02:50:37
22228         Log: integrate change#5925 from mainline
22229              
22230              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
22231      Branch: maint-5.6/perl
22232           !> toke.c
22233 ____________________________________________________________________________
22234 [  7256] By: gsar                                  on 2000/10/16  02:49:36
22235         Log: integrate change#5924 from mainline
22236              
22237              avoid using uninitialized memory in require version check
22238      Branch: maint-5.6/perl
22239           !> pp_ctl.c universal.c
22240 ____________________________________________________________________________
22241 [  7255] By: gsar                                  on 2000/10/16  02:48:03
22242         Log: integrate changes#5923,5928,6009 from mainline
22243              
22244              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
22245      Branch: maint-5.6/perl
22246           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
22247 ____________________________________________________________________________
22248 [  7254] By: gsar                                  on 2000/10/16  02:44:46
22249         Log: integrate change#5922 from mainline
22250              
22251              commentary about IoTYPE() (from Nathan Torkington)
22252      Branch: maint-5.6/perl
22253           !> sv.h
22254 ____________________________________________________________________________
22255 [  7253] By: gsar                                  on 2000/10/16  02:43:49
22256         Log: integrate change#5921 from mainline
22257              
22258              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
22259      Branch: maint-5.6/perl
22260           !> sv.c t/lib/charnames.t t/pragma/utf8.t
22261 ____________________________________________________________________________
22262 [  7252] By: gsar                                  on 2000/10/16  02:42:31
22263         Log: integrate change#5920 from mainline
22264              
22265              Larry's fix for buggy propagation of utf8-ness in join(); add test
22266      Branch: maint-5.6/perl
22267           !> doop.c t/op/ver.t
22268 ____________________________________________________________________________
22269 [  7251] By: gsar                                  on 2000/10/16  02:41:14
22270         Log: integrate changes#5915..5919 from mainline
22271              
22272              various (pod tweaks &c)
22273      Branch: maint-5.6/perl
22274           !> (integrate 33 files)
22275 ____________________________________________________________________________
22276 [  7250] By: gsar                                  on 2000/10/16  02:38:16
22277         Log: integrate change#5914 from mainline
22278              
22279              caller() wasn't returning the right number of elements for
22280              eval {...}
22281      Branch: maint-5.6/perl
22282           !> pp_ctl.c t/pragma/warn/9enabled
22283 ____________________________________________________________________________
22284 [  7249] By: gsar                                  on 2000/10/16  02:37:02
22285         Log: integrate change#5913 from mainline
22286              
22287              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
22288              (from Mark-Jason Dominus)
22289      Branch: maint-5.6/perl
22290           !> pod/perlfunc.pod
22291 ____________________________________________________________________________
22292 [  7248] By: gsar                                  on 2000/10/16  02:35:58
22293         Log: integrate change#5912 from mainline
22294              
22295              fix totally broken caching in UNIVERSAL::isa() (from
22296              Nick Ing-Simmons)
22297      Branch: maint-5.6/perl
22298           !> t/op/universal.t universal.c
22299 ____________________________________________________________________________
22300 [  7247] By: gsar                                  on 2000/10/16  02:34:27
22301         Log: integrate changes#5910,5911 from mainline
22302              
22303              typo in pod
22304              
22305              add linebreak properties from unicode/LineBrk.txt (from
22306              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
22307      Branch: maint-5.6/perl
22308           +> (branch 29 files)
22309           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
22310 ____________________________________________________________________________
22311 [  7246] By: gsar                                  on 2000/10/16  02:33:29
22312         Log: integrate change#5909 from mainline
22313              
22314              mode argument to do_binmode() should be file mode, not boolean
22315      Branch: maint-5.6/perl
22316           !> pp_sys.c
22317 ____________________________________________________________________________
22318 [  7245] By: gsar                                  on 2000/10/16  02:31:04
22319         Log: integrate change#5908 from mainline
22320              
22321              introduce illegal symbols into null package so that
22322              gv_fetchpv(...,TRUE) always returns a valid GV even when the
22323              symbol is trapped by strictures (avoids coredumps)
22324      Branch: maint-5.6/perl
22325           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
22326           !> t/pragma/strict-vars
22327 ____________________________________________________________________________
22328 [  7244] By: jhi                                   on 2000/10/16  02:29:54
22329         Log: Subject: $Carp::ExportLevel confusion in Exporter
22330              From: "Ben Tilly" <ben_tilly@hotmail.com>
22331              Date: Sat, 14 Oct 2000 16:44:34 EDT
22332              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
22333      Branch: perl
22334            ! lib/Exporter/Heavy.pm
22335 ____________________________________________________________________________
22336 [  7243] By: jhi                                   on 2000/10/16  02:28:33
22337         Log: Subject: [PATCH perlguts.pod] Document offset hack
22338              From: Simon Cozens <simon@cozens.net>
22339              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
22340              Date: Sat, 14 Oct 2000 19:32:25 +0100
22341      Branch: perl
22342            ! pod/perlguts.pod
22343 ____________________________________________________________________________
22344 [  7242] By: gsar                                  on 2000/10/16  02:26:51
22345         Log: integrate changes#5905,5906,5907,6064 from mainline
22346              
22347              printf/sprintf didn't get quad types right under use64bitint
22348      Branch: maint-5.6/perl
22349           !> pp_sys.c sv.c t/op/64bitint.t
22350 ____________________________________________________________________________
22351 [  7241] By: jhi                                   on 2000/10/16  02:22:44
22352         Log: Subject: small pod patch
22353              From: Dan Boorstein <dan_boo@bellsouth.net>
22354              Date: Sat, 14 Oct 2000 14:29:24 -0400
22355              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
22356      Branch: perl
22357            ! pod/perlfaq7.pod pod/perlmod.pod
22358 ____________________________________________________________________________
22359 [  7240] By: jhi                                   on 2000/10/16  02:13:46
22360         Log: -w cleanup.
22361              
22362              Subject: Re: Problems with bleadperl 
22363              From: "Stephen P. Potter" <spp@ds.net>
22364              Date: Fri, 13 Oct 2000 13:32:49 -0400
22365              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
22366      Branch: perl
22367            ! t/pragma/overload.t
22368 ____________________________________________________________________________
22369 [  7239] By: jhi                                   on 2000/10/16  01:41:18
22370         Log: One more ~utf8 tweak.
22371      Branch: perl
22372            ! t/op/bop.t
22373 ____________________________________________________________________________
22374 [  7238] By: jhi                                   on 2000/10/16  01:34:14
22375         Log: Tweak the test of #7235.
22376      Branch: perl
22377            ! t/op/bop.t
22378 ____________________________________________________________________________
22379 [  7237] By: jhi                                   on 2000/10/16  01:25:04
22380         Log: Fix a couple of compiler-noted nits in #7235.
22381      Branch: perl
22382            ! pp.c
22383 ____________________________________________________________________________
22384 [  7236] By: jhi                                   on 2000/10/16  01:22:46
22385         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
22386      Branch: perl
22387            ! pp.c pp_hot.c
22388 ____________________________________________________________________________
22389 [  7235] By: jhi                                   on 2000/10/15  16:24:44
22390         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
22391              
22392              From: Simon Cozens <simon@cozens.net>
22393              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
22394              Date: Sat, 14 Oct 2000 20:52:13 +0100
22395              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
22396      Branch: perl
22397            ! pp.c t/op/bop.t utf8.h
22398 ____________________________________________________________________________
22399 [  7234] By: jhi                                   on 2000/10/15  15:19:29
22400         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
22401              The problem was that rx->minlen was in chars while pp_split()
22402              thought it would be in bytes. 
22403      Branch: perl
22404            ! pp.c t/pragma/utf8.t
22405 ____________________________________________________________________________
22406 [  7233] By: jhi                                   on 2000/10/14  20:24:24
22407         Log: Document FNCASE=y as discussed in the bug 20000902.009.
22408      Branch: perl
22409            ! README.dos
22410 ____________________________________________________________________________
22411 [  7232] By: jhi                                   on 2000/10/14  18:52:21
22412         Log: Add test for bug id 20000427.003 (which seems to have
22413              been fixed) (also duplicate as 20000427.004, though
22414              with a higher severity).  Move one utf8 from op/append
22415              to pragma/utf8, tag the tests with bug ids.
22416      Branch: perl
22417            ! t/op/append.t t/pragma/utf8.t
22418 ____________________________________________________________________________
22419 [  7231] By: jhi                                   on 2000/10/14  17:28:37
22420         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
22421      Branch: perl
22422            ! t/pragma/utf8.t
22423 ____________________________________________________________________________
22424 [  7230] By: jhi                                   on 2000/10/14  14:24:50
22425         Log: Needs to be conditional on SunOS 4.
22426              
22427              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
22428              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22429              Date: Sat, 14 Oct 2000 13:37:49 +0100
22430              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
22431      Branch: metaconfig/U/perl
22432            ! End.U
22433      Branch: perl
22434            ! Configure myconfig.SH pod/perldelta.pod
22435 ____________________________________________________________________________
22436 [  7229] By: jhi                                   on 2000/10/14  00:49:22
22437         Log: Update Changes.
22438      Branch: perl
22439            ! Changes patchlevel.h
22440 ____________________________________________________________________________
22441 [  7228] By: jhi                                   on 2000/10/14  00:46:10
22442         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
22443              From: Peter Prymmer <pvhp@forte.com>
22444              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
22445              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
22446      Branch: perl
22447            ! lib/utf8.pm
22448 ____________________________________________________________________________
22449 [  7227] By: jhi                                   on 2000/10/13  23:20:30
22450         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
22451      Branch: perl
22452            ! t/op/tie.t
22453 ____________________________________________________________________________
22454 [  7226] By: jhi                                   on 2000/10/13  22:14:32
22455         Log: Tweak #7225.
22456              
22457              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
22458              From: Peter Prymmer <pvhp@forte.com>
22459              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
22460              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
22461      Branch: perl
22462            ! t/op/sprintf.t
22463 ____________________________________________________________________________
22464 [  7225] By: jhi                                   on 2000/10/13  22:11:31
22465         Log: op/sprintf.t patch for OS/390 (and any other host with limited
22466              floating-point exponent length)
22467              
22468              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
22469              From: Dominic Dunlop <domo@computer.org>
22470              Date: Fri, 13 Oct 2000 19:17:57 +0200
22471              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
22472      Branch: perl
22473            ! t/op/sprintf.t
22474 ____________________________________________________________________________
22475 [  7224] By: jhi                                   on 2000/10/13  18:40:48
22476         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
22477      Branch: perl
22478            ! toke.c
22479 ____________________________________________________________________________
22480 [  7223] By: jhi                                   on 2000/10/13  18:37:13
22481         Log: Thinko in #7222.
22482      Branch: perl
22483            ! utf8.c
22484 ____________________________________________________________________________
22485 [  7222] By: jhi                                   on 2000/10/13  18:05:23
22486         Log: Use UTF8SKIP(), from Simon Cozens.
22487      Branch: perl
22488            ! utf8.c
22489 ____________________________________________________________________________
22490 [  7221] By: jhi                                   on 2000/10/13  15:43:19
22491         Log: (accidentally empty check-in)
22492      Branch: perl
22493            ! utf8.c
22494 ____________________________________________________________________________
22495 [  7220] By: jhi                                   on 2000/10/13  15:23:51
22496         Log: Add (optimistically) Storable to static extensions.
22497      Branch: perl
22498            ! hints/uwin.sh hints/vmesa.sh
22499 ____________________________________________________________________________
22500 [  7219] By: jhi                                   on 2000/10/13  15:20:05
22501         Log: Amdahl UTS doesn't seem to do dynaloading.
22502      Branch: perl
22503            ! hints/uts.sh
22504 ____________________________________________________________________________
22505 [  7218] By: jhi                                   on 2000/10/13  15:15:20
22506         Log: Slight tweak of the code to appease Amdahl UTS cc.
22507      Branch: perl
22508            ! pp.c
22509 ____________________________________________________________________________
22510 [  7217] By: jhi                                   on 2000/10/13  14:50:42
22511         Log: In Amdahl UTS "struct sv" is defined by a system header,
22512              <ksync.h>.
22513      Branch: perl
22514            ! perl.h sv.h
22515 ____________________________________________________________________________
22516 [  7216] By: jhi                                   on 2000/10/13  11:58:25
22517         Log: Ilya implemented the memory profiling API.
22518      Branch: perl
22519            ! Todo
22520 ____________________________________________________________________________
22521 [  7215] By: jhi                                   on 2000/10/13  02:56:38
22522         Log: Subject: [PATCH 5.7.0] Perl API for mstats
22523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22524              Date: Thu, 12 Oct 2000 22:52:40 -0400
22525              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
22526      Branch: perl
22527            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22528 ____________________________________________________________________________
22529 [  7214] By: jhi                                   on 2000/10/13  02:55:38
22530         Log: Subject: [PATCH 5.7.0] IVs in mtats
22531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22532              Date: Thu, 12 Oct 2000 22:51:04 -0400
22533              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
22534      Branch: perl
22535            ! malloc.c perl.h
22536 ____________________________________________________________________________
22537 [  7213] By: jhi                                   on 2000/10/13  02:31:47
22538         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
22539      Branch: perl
22540            ! pod/perldiag.pod pp_sys.c
22541 ____________________________________________________________________________
22542 [  7212] By: jhi                                   on 2000/10/13  01:27:38
22543         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
22544              From: Peter Prymmer <pvhp@forte.com>
22545              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
22546              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
22547      Branch: perl
22548            ! t/op/oct.t
22549 ____________________________________________________________________________
22550 [  7211] By: jhi                                   on 2000/10/13  00:35:09
22551         Log: Update Changes.
22552      Branch: perl
22553            ! Changes patchlevel.h
22554 ____________________________________________________________________________
22555 [  7210] By: jhi                                   on 2000/10/12  23:59:40
22556         Log: The Install.pm third of
22557              
22558              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
22559              From: Bill Campbell <bill@celestial.com>
22560              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
22561              Date: Thu, 5 Oct 2000 18:04:51 -0700
22562      Branch: perl
22563            ! lib/ExtUtils/Install.pm
22564 ____________________________________________________________________________
22565 [  7209] By: jhi                                   on 2000/10/12  23:58:43
22566         Log: Two thirds of
22567              
22568              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
22569              Date: Thu, 5 Oct 2000 18:04:51 -0700
22570              From: Bill Campbell <bill@celestial.com>
22571              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
22572              
22573              The Install.pm changes will be submitted separately because
22574              they need some work and discussion still.
22575      Branch: perl
22576            ! lib/getopts.pl lib/termcap.pl
22577 ____________________________________________________________________________
22578 [  7208] By: jhi                                   on 2000/10/12  23:41:19
22579         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
22580              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22581              Date:     Thu, 12 Oct 2000 07:30:02 EDT
22582              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
22583      Branch: perl
22584            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
22585            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
22586 ____________________________________________________________________________
22587 [  7207] By: jhi                                   on 2000/10/12  23:39:01
22588         Log: An updated EBCDIC tr patch.
22589              
22590              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
22591              From: Peter Prymmer <pvhp@forte.com>
22592              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
22593              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
22594      Branch: perl
22595            ! t/op/tr.t
22596 ____________________________________________________________________________
22597 [  7206] By: jhi                                   on 2000/10/12  23:34:55
22598         Log: Upgrade to CPAN 1.58, from Andreas König.
22599      Branch: perl
22600            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22601 ____________________________________________________________________________
22602 [  7205] By: jhi                                   on 2000/10/12  23:29:08
22603         Log: Introduce the man[24-8] variables, from Andy Dougherty.
22604      Branch: metaconfig/U/perl
22605            + mandirs.U mandirstyle.U
22606      Branch: perl
22607            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22608            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
22609            ! vos/config.h vos/config.pl vos/config_h.SH_orig
22610            ! win32/config.bc win32/config.gc win32/config.vc
22611 ____________________________________________________________________________
22612 [  7204] By: gsar                                  on 2000/10/12  18:11:24
22613         Log: restore change#7202
22614      Branch: perl
22615            ! mg.c
22616 ____________________________________________________________________________
22617 [  7203] By: gsar                                  on 2000/10/12  18:09:40
22618         Log: another test of the Emergency Broadcast System--back out 
22619              change#7202
22620      Branch: perl
22621            ! mg.c
22622 ____________________________________________________________________________
22623 [  7202] By: gsar                                  on 2000/10/12  16:40:47
22624         Log: (submitted on behalf of Jarkko)
22625              Fix the lib/encode.t subtest 6 failure as reported by Andreas
22626              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
22627              was unearthed by change 7182, as was a bug in HTML::Entities.
22628      Branch: perl
22629            ! mg.c
22630 ____________________________________________________________________________
22631 [  7201] By: jhi                                   on 2000/10/11  03:16:05
22632         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
22633      Branch: perl
22634            ! pp_hot.c t/pragma/utf8.t
22635 ____________________________________________________________________________
22636 [  7200] By: jhi                                   on 2000/10/11  00:40:30
22637         Log: The #7198 was a false alarm.
22638      Branch: perl
22639            ! pp_hot.c
22640 ____________________________________________________________________________
22641 [  7199] By: jhi                                   on 2000/10/11  00:26:04
22642         Log: Remove duplicated code.
22643      Branch: perl
22644            ! t/lib/cgi-html.t
22645 ____________________________________________________________________________
22646 [  7198] By: jhi                                   on 2000/10/10  23:30:46
22647         Log: (Retracted by #7200.)
22648      Branch: perl
22649            ! pp_hot.c
22650 ____________________________________________________________________________
22651 [  7197] By: jhi                                   on 2000/10/10  21:49:30
22652         Log: Add the test case for #7190, from the original bug report
22653              by Andreas König.
22654      Branch: perl
22655            ! t/pragma/utf8.t
22656 ____________________________________________________________________________
22657 [  7196] By: jhi                                   on 2000/10/10  21:40:49
22658         Log: Reapply Andy's patch and regen Configure.
22659      Branch: perl
22660            ! Configure INSTALL Makefile.SH Porting/Glossary
22661            ! Porting/config.sh config_h.SH epoc/config.sh installperl
22662            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
22663            ! win32/config.vc
22664 ____________________________________________________________________________
22665 [  7195] By: jhi                                   on 2000/10/10  21:09:30
22666         Log: Use the versiononly instead of the installscripts,
22667              retract the changes 7146 and 7147.
22668      Branch: perl
22669            ! Configure INSTALL Makefile.SH Porting/Glossary
22670            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
22671            ! installperl uconfig.sh vos/config.def win32/config.bc
22672            ! win32/config.gc win32/config.vc
22673 ____________________________________________________________________________
22674 [  7194] By: jhi                                   on 2000/10/10  21:06:15
22675         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
22676              From: Peter Prymmer <pvhp@forte.com>
22677              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
22678              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
22679      Branch: perl
22680            ! t/op/ver.t
22681 ____________________________________________________________________________
22682 [  7193] By: jhi                                   on 2000/10/10  21:05:12
22683         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
22684              From: Peter Prymmer <pvhp@forte.com>
22685              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
22686              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
22687      Branch: perl
22688            ! t/op/tr.t
22689 ____________________________________________________________________________
22690 [  7192] By: jhi                                   on 2000/10/10  20:57:30
22691         Log: Add versiononly, delete installscripts, from Andy Dougherty.
22692      Branch: metaconfig
22693            - U/installdirs/installscripts.U
22694      Branch: metaconfig/U/perl
22695            + versiononly.U
22696 ____________________________________________________________________________
22697 [  7191] By: jhi                                   on 2000/10/10  19:41:21
22698         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
22699              From: Peter Prymmer <pvhp@forte.com>
22700              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
22701              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
22702      Branch: perl
22703            ! pod/perlebcdic.pod
22704 ____________________________________________________________________________
22705 [  7190] By: jhi                                   on 2000/10/10  19:26:14
22706         Log: Subject: Re: utf8 concat, mg_get
22707              From: Simon Cozens <simon@cozens.net>
22708              Date: Tue, 10 Oct 2000 17:40:17 +0100
22709              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
22710      Branch: perl
22711            ! pp_hot.c
22712 ____________________________________________________________________________
22713 [  7189] By: jhi                                   on 2000/10/10  19:23:03
22714         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
22715              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
22716              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
22717              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
22718      Branch: perl
22719            ! lib/ExtUtils/MM_Unix.pm
22720 ____________________________________________________________________________
22721 [  7188] By: jhi                                   on 2000/10/10  15:31:24
22722         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
22723              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22724              Date: Fri, 14 Jul 2000 10:47:36 +0100
22725              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
22726      Branch: perl
22727            ! README.win32
22728 ____________________________________________________________________________
22729 [  7187] By: jhi                                   on 2000/10/10  13:30:10
22730         Log: Quote the temp file name, needed in Win32 because the
22731              default name unfortunately contains spaces, shouldn't
22732              hurt elsewhere.
22733              
22734              Subject: FW: perldoc fails if $TEMP contains spaces
22735              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22736              Date: Thu, 14 Sep 2000 08:58:45 +0100
22737              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
22738      Branch: perl
22739            ! utils/perldoc.PL
22740 ____________________________________________________________________________
22741 [  7186] By: jhi                                   on 2000/10/10  13:16:27
22742         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
22743              From: hv@hugo.hybyte.com
22744              Date: Tue, 10 Oct 2000 14:10:20 +0100
22745              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
22746      Branch: perl
22747            ! t/lib/thr5005.t util.c
22748 ____________________________________________________________________________
22749 [  7185] By: jhi                                   on 2000/10/10  12:06:22
22750         Log: Upgrade to podlators 1.04, from Russ Allbery.
22751      Branch: perl
22752            ! lib/Pod/Man.pm lib/Pod/Text.pm
22753 ____________________________________________________________________________
22754 [  7184] By: jhi                                   on 2000/10/10  12:01:32
22755         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
22756      Branch: perl
22757            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
22758 ____________________________________________________________________________
22759 [  7183] By: jhi                                   on 2000/10/09  23:47:15
22760         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
22761              From: Peter Prymmer <pvhp@forte.com>
22762              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
22763              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
22764      Branch: perl
22765            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
22766 ____________________________________________________________________________
22767 [  7182] By: jhi                                   on 2000/10/09  23:43:16
22768         Log: Make eq work again with utf8 (disabling the upgrading
22769              should no more be necessary since the copies of the
22770              scalars are upgraded, not the scalars themselves).
22771              Takes care of ID 20001009.001.  (The claimed length()
22772              bug in 20001009.001 seems bogus to me.)
22773      Branch: perl
22774            ! sv.c t/pragma/utf8.t
22775 ____________________________________________________________________________
22776 [  7181] By: gsar                                  on 2000/10/09  19:41:54
22777         Log: tweak for change#7173
22778      Branch: perl
22779            ! win32/win32sck.c
22780 ____________________________________________________________________________
22781 [  7180] By: gsar                                  on 2000/10/09  19:26:56
22782         Log: on Windows, clean targets might not work under some flavors of the shell
22783      Branch: perl
22784            ! win32/Makefile win32/makefile.mk
22785 ____________________________________________________________________________
22786 [  7179] By: jhi                                   on 2000/10/09  19:21:02
22787         Log: Update Changes.
22788      Branch: perl
22789            ! Changes patchlevel.h
22790 ____________________________________________________________________________
22791 [  7178] By: jhi                                   on 2000/10/09  19:18:23
22792         Log: Warn about unknown scripts.
22793              
22794              Subject: Re: ideas? patches? [PATCH bleadperl]
22795              From: Dominic Dunlop <domo@computer.org>
22796              Date: Mon, 9 Oct 2000 14:57:17 +0200
22797              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
22798      Branch: perl
22799            ! lib/charnames.pm
22800 ____________________________________________________________________________
22801 [  7177] By: jhi                                   on 2000/10/09  19:13:27
22802         Log: Change #7160 had a nasty typo.
22803      Branch: metaconfig
22804            ! U/compline/Compile.U
22805      Branch: perl
22806            ! Configure config_h.SH
22807 ____________________________________________________________________________
22808 [  7176] By: gsar                                  on 2000/10/09  18:59:33
22809         Log: pod nit
22810      Branch: perl
22811            ! pod/perlport.pod
22812 ____________________________________________________________________________
22813 [  7175] By: gsar                                  on 2000/10/09  18:54:28
22814         Log: Windows9x doesn't support link(), despite what Config.pm
22815              might think
22816      Branch: perl
22817            ! lib/ExtUtils/Manifest.pm
22818 ____________________________________________________________________________
22819 [  7174] By: gsar                                  on 2000/10/09  18:50:03
22820         Log: avoid nonportable example code
22821      Branch: perl
22822            ! lib/File/Copy.pm
22823 ____________________________________________________________________________
22824 [  7173] By: gsar                                  on 2000/10/09  18:46:54
22825         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
22826              being used) when closing a socket handle
22827      Branch: perl
22828            ! win32/win32.c win32/win32.h win32/win32sck.c
22829 ____________________________________________________________________________
22830 [  7172] By: gsar                                  on 2000/10/09  18:41:40
22831         Log: on Windows, cwd strings in the environment should be of the
22832              form =X:=X:\foo instead of =X=X:\foo\
22833      Branch: perl
22834            ! win32/vdir.h
22835 ____________________________________________________________________________
22836 [  7171] By: gsar                                  on 2000/10/09  18:30:09
22837         Log: on Windows, LoadLibrary() could load an extension DLL multiple
22838              times if forward slashes are used in the path
22839      Branch: perl
22840            ! win32/win32.c
22841 ____________________________________________________________________________
22842 [  7170] By: jhi                                   on 2000/10/09  17:53:59
22843         Log: Add a todo note about overloadable assertions.
22844      Branch: perl
22845            ! Todo-5.6
22846 ____________________________________________________________________________
22847 [  7169] By: jhi                                   on 2000/10/09  13:43:45
22848         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
22849              From: mjd@plover.com
22850              Date: 9 Oct 2000 00:24:44 -0000
22851              Message-ID: <20001009002444.10616.qmail@plover.com>
22852      Branch: perl
22853            ! pod/perldebguts.pod
22854 ____________________________________________________________________________
22855 [  7168] By: nick                                  on 2000/10/08  13:16:33
22856         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
22857              is not right thing to do on (e.g. x86). Network order is also "right" for
22858              X fonts.
22859      Branch: perl
22860            ! ext/Encode/Encode.pm
22861 ____________________________________________________________________________
22862 [  7167] By: nick                                  on 2000/10/08  12:54:42
22863         Log: Make "encodings" work post-install when Encode/*.enc files may not
22864              be in same directory as Encode.pm
22865      Branch: perl
22866            ! ext/Encode/Encode.pm
22867 ____________________________________________________________________________
22868 [  7166] By: nick                                  on 2000/10/08  11:51:26
22869         Log: Work round the fact that $hash->{$key} does not take into account
22870              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
22871              so that key is always in the "expected" encoding - i.e. same way we put
22872              it in the hash.
22873      Branch: perl
22874            ! ext/Encode/Encode.pm
22875 ____________________________________________________________________________
22876 [  7165] By: gsar                                  on 2000/10/08  04:15:29
22877         Log: save_re_context() could reset PL_curcop to freed memory, causing core
22878              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
22879      Branch: perl
22880            ! pp_ctl.c
22881 ____________________________________________________________________________
22882 [  7164] By: jhi                                   on 2000/10/06  20:51:48
22883         Log: UTF8ize split() so that the cloned substrings get the UTF8
22884              flag of the original scalar.  Problem reported by Simon Cozens.
22885      Branch: perl
22886            ! pp.c t/pragma/utf8.t
22887 ____________________________________________________________________________
22888 [  7163] By: nick                                  on 2000/10/06  20:48:34
22889         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
22890              got a false +ve and so did not reach code which would have un-FAKEd the SV.
22891      Branch: perl
22892            ! sv.c
22893 ____________________________________________________________________________
22894 [  7162] By: nick                                  on 2000/10/06  20:25:37
22895         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
22896              To fix  (sort {$a <=> $b} keys %hash) in particular but
22897              should cover a number of other as-yet-unknown cases as well.
22898      Branch: perl
22899            ! sv.c
22900 ____________________________________________________________________________
22901 [  7161] By: jhi                                   on 2000/10/06  19:56:18
22902         Log: Change the version number of Tie::Handle in the core to 4.0,
22903              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
22904              
22905              Subject: Note on Tie::Handle
22906              From: andreas.koenig@anima.de (Andreas J. Koenig)
22907              Date:      06 Oct 2000 21:48:58 +0200
22908              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
22909      Branch: perl
22910            ! lib/Tie/Handle.pm
22911 ____________________________________________________________________________
22912 [  7160] By: jhi                                   on 2000/10/06  18:20:35
22913         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
22914              as the first option of cc/ld because of ultrapicky compilers
22915              (e.g. OS/390 R2.5)
22916      Branch: metaconfig
22917            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
22918            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
22919            ! U/compline/orderlib.U U/modified/Cppsym.U
22920            ! U/modified/d_access.U
22921      Branch: metaconfig/U/perl
22922            ! Checkcc.U d_dlsymun.U gccvers.U
22923      Branch: perl
22924            ! Configure config_h.SH
22925 ____________________________________________________________________________
22926 [  7159] By: jhi                                   on 2000/10/06  13:56:39
22927         Log: Update Changes.
22928      Branch: perl
22929            ! Changes patchlevel.h
22930 ____________________________________________________________________________
22931 [  7158] By: jhi                                   on 2000/10/06  12:48:40
22932         Log: Eliminate $Is_VMS code from the test.
22933              
22934              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
22935              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22936              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
22937              Date:     Thu, 5 Oct 2000 07:46:33 EDT
22938      Branch: perl
22939            ! t/lib/b.t
22940 ____________________________________________________________________________
22941 [  7157] By: jhi                                   on 2000/10/06  12:47:13
22942         Log: Also the $ccflags is needed for the C compiler check.
22943              
22944              Subject: Configure (check for C-compiler)
22945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22946              Date: Fri, 06 Oct 2000 08:47:15 +0200
22947              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
22948      Branch: metaconfig/U/perl
22949            ! Checkcc.U
22950      Branch: perl
22951            ! Configure config_h.SH
22952 ____________________________________________________________________________
22953 [  7156] By: jhi                                   on 2000/10/06  11:45:15
22954         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
22955      Branch: perl
22956            ! perl.c pp_ctl.c sv.h utf8.c
22957 ____________________________________________________________________________
22958 [  7155] By: jhi                                   on 2000/10/06  11:40:41
22959         Log: IO::Handle->syswrite() did not handle length omission
22960              like CORE::syswrite() does.
22961              
22962              Subject: [Fwd] IO::Handle, syswrite and arguments
22963              From: Graham Barr <gbarr@pobox.com>
22964              Date: Fri, 6 Oct 2000 10:22:05 +0100
22965              Message-ID: <20001006102205.U6312@pobox.com>
22966              
22967              The original patch from andrew@ugh.net.au.
22968      Branch: perl
22969            ! ext/IO/lib/IO/Handle.pm
22970 ____________________________________________________________________________
22971 [  7154] By: jhi                                   on 2000/10/06  01:42:15
22972         Log: Tweak #7153.
22973      Branch: perl
22974            ! utf8.h
22975 ____________________________________________________________________________
22976 [  7153] By: jhi                                   on 2000/10/06  00:39:55
22977         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
22978      Branch: perl
22979            ! utf8.h
22980 ____________________________________________________________________________
22981 [  7152] By: jhi                                   on 2000/10/06  00:38:11
22982         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
22983      Branch: perl
22984            ! perl.c pp_ctl.c sv.h utf8.c
22985 ____________________________________________________________________________
22986 [  7151] By: jhi                                   on 2000/10/06  00:36:38
22987         Log: Subject: Re: Questions about Tie::Array and perl modules
22988              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22989              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
22990              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
22991              
22992              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
22993      Branch: perl
22994            ! lib/Tie/Array.pm t/op/array.t
22995 ____________________________________________________________________________
22996 [  7150] By: jhi                                   on 2000/10/05  00:20:45
22997         Log: Regen Changes.
22998      Branch: perl
22999            ! Changes patchlevel.h
23000 ____________________________________________________________________________
23001 [  7149] By: jhi                                   on 2000/10/05  00:20:01
23002         Log: Regen toc.
23003      Branch: perl
23004            ! pod/perltoc.pod
23005 ____________________________________________________________________________
23006 [  7148] By: jhi                                   on 2000/10/04  23:35:08
23007         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
23008              reported several times by Dominic Dunlop, for example in
23009              ID 20000315.008.  Patch from Dominic.  Patch affects at
23010              least MachTen, and possibly other oldish BSDs. Should not
23011              break non-broken platforms (tested on LinuxPPC). 
23012      Branch: perl
23013            ! doio.c
23014 ____________________________________________________________________________
23015 [  7147] By: jhi                                   on 2000/10/04  23:26:34
23016         Log: The one that got away from 7146.
23017      Branch: metaconfig
23018            + U/installdirs/installscripts.U
23019 ____________________________________________________________________________
23020 [  7146] By: jhi                                   on 2000/10/04  23:25:04
23021         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
23022              suggested by H. Merijn Brand.
23023      Branch: perl
23024            ! Configure INSTALL Makefile.SH Porting/Glossary
23025            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
23026            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
23027            ! win32/config.vc
23028 ____________________________________________________________________________
23029 [  7145] By: jhi                                   on 2000/10/04  22:08:21
23030         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
23031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23032              Date: Wed, 4 Oct 2000 17:37:46 -0400
23033              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
23034      Branch: perl
23035            ! utils/h2xs.PL
23036 ____________________________________________________________________________
23037 [  7144] By: jhi                                   on 2000/10/04  18:11:41
23038         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
23039              From: Jeff Pinyan <jeffp@crusoe.net>
23040              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
23041              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
23042      Branch: perl
23043            ! pod/perlrun.pod
23044 ____________________________________________________________________________
23045 [  7143] By: jhi                                   on 2000/10/04  18:09:58
23046         Log: Subject: perlhack.pod Patch for Externals Tools
23047              From: Fisher Mark <fisherm@tce.com>
23048              Date: Tue, 3 Oct 2000 15:43:27 -0500 
23049              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
23050      Branch: perl
23051            ! pod/perlhack.pod
23052 ____________________________________________________________________________
23053 [  7142] By: jhi                                   on 2000/10/04  18:08:41
23054         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
23055              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23056              Date:     Wed, 4 Oct 2000 12:11:11 EDT
23057              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
23058      Branch: perl
23059            ! vms/vms.c
23060 ____________________________________________________________________________
23061 [  7141] By: jhi                                   on 2000/10/04  12:20:16
23062         Log: Subject: [PATCH 5.7.0] h2xs not working
23063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23064              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
23065              Date: Tue, 3 Oct 2000 21:43:01 -0400
23066              
23067              Subject: [PATCH 5.7.0] h2xs not documenting the created module
23068              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23069              Date: Tue, 3 Oct 2000 22:55:19 -0400
23070              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
23071      Branch: perl
23072            ! utils/h2xs.PL
23073 ____________________________________________________________________________
23074 [  7140] By: jhi                                   on 2000/10/04  11:53:44
23075         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
23076              From: nick@babyhippo.com
23077              Date: Wed, 4 Oct 2000 12:06:45 +0100
23078              Message-Id: <20001004120645.A7356@babyhippo.com>
23079              
23080              Retract 7118 and 7135.
23081      Branch: perl
23082            ! installman installperl op.c t/pragma/subs.t
23083 ____________________________________________________________________________
23084 [  7139] By: jhi                                   on 2000/10/03  22:09:41
23085         Log: It is possible to have no hosts database at all.  Pointed out in
23086              
23087              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
23088              From: Peter Prymmer <pvhp@forte.com>
23089              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
23090              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
23091      Branch: metaconfig
23092            ! U/modified/myhostname.U
23093      Branch: perl
23094            ! Configure config_h.SH
23095 ____________________________________________________________________________
23096 [  7138] By: jhi                                   on 2000/10/03  21:49:49
23097         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
23098              From: Peter Prymmer <pvhp@forte.com>
23099              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
23100              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
23101      Branch: perl
23102            ! pp_sys.c
23103 ____________________________________________________________________________
23104 [  7137] By: jhi                                   on 2000/10/03  20:10:05
23105         Log: One remaining nit less at the VMS mailbox sizing.
23106      Branch: perl
23107            ! vms/vms.c
23108 ____________________________________________________________________________
23109 [  7136] By: jhi                                   on 2000/10/03  20:08:47
23110         Log: Test harness update to sync with the new perlcc,
23111              from Simon Cozens.
23112      Branch: perl
23113            ! t/TEST t/UTEST
23114 ____________________________________________________________________________
23115 [  7135] By: jhi                                   on 2000/10/03  15:15:42
23116         Log: Subject: Re: PATCH for 20001003.004
23117              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
23118              From: "AARON B. DOSSETT" <aaron@iglou.com>
23119              Message-Id: <E13gTay-0006od-00@iglou.com>
23120      Branch: perl
23121            ! installman installperl
23122 ____________________________________________________________________________
23123 [  7134] By: jhi                                   on 2000/10/03  15:00:34
23124         Log: Subject: [ID 20001003.006] B::Debug not -w clean
23125              From: Nicholas Clark <nick@babyhippo.co.uk>
23126              Date: Tue, 03 Oct 2000 15:46:32 +0100
23127              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
23128      Branch: perl
23129            ! ext/B/B/Debug.pm
23130 ____________________________________________________________________________
23131 [  7133] By: jhi                                   on 2000/10/03  14:58:39
23132         Log: Scale down the VMS message boxes, by Charles Lane.
23133              Fix for ID 20000903.009, workaround at
23134              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
23135      Branch: perl
23136            ! vms/vms.c
23137 ____________________________________________________________________________
23138 [  7132] By: jhi                                   on 2000/10/03  11:20:37
23139         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
23140      Branch: perl
23141            + t/lib/st-lock.t t/lib/st-utf8.t
23142            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
23143            ! ext/Storable/Storable.xs t/lib/st-recurse.t
23144 ____________________________________________________________________________
23145 [  7131] By: jhi                                   on 2000/10/03  03:38:23
23146         Log: Encode nits.
23147      Branch: perl
23148            ! MANIFEST Makefile.SH
23149 ____________________________________________________________________________
23150 [  7130] By: jhi                                   on 2000/10/03  03:31:05
23151         Log: Update Changes.
23152      Branch: perl
23153            ! Changes patchlevel.h
23154 ____________________________________________________________________________
23155 [  7129] By: jhi                                   on 2000/10/03  02:24:02
23156         Log: Misplaced else.
23157      Branch: metaconfig/U/perl
23158            ! d_strtoll.U
23159      Branch: perl
23160            ! Configure config_h.SH
23161 ____________________________________________________________________________
23162 [  7128] By: jhi                                   on 2000/10/03  02:08:29
23163         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
23164              From: sthoenna@efn.org
23165              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
23166              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
23167      Branch: metaconfig/U/perl
23168            ! d_strtoll.U
23169      Branch: perl
23170            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
23171 ____________________________________________________________________________
23172 [  7127] By: jhi                                   on 2000/10/03  01:13:14
23173         Log: Update Changes.
23174      Branch: perl
23175            ! Changes patchlevel.h
23176 ____________________________________________________________________________
23177 [  7126] By: jhi                                   on 2000/10/03  00:57:08
23178         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
23179              as suggested by Olaf Flebbe and Nick Clark.
23180      Branch: perl
23181            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
23182 ____________________________________________________________________________
23183 [  7125] By: jhi                                   on 2000/10/03  00:50:56
23184         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
23185              From: Nick Clark <nick@plum.flirble.org>
23186              Date: Mon, 2 Oct 2000 11:03:24 +0100
23187              Message-Id: <20001002110324.D20073@plum.flirble.org>
23188              
23189              Also fixes bug ID 20001002.005.
23190      Branch: perl
23191            ! t/lib/encode.t
23192 ____________________________________________________________________________
23193 [  7124] By: jhi                                   on 2000/10/03  00:34:59
23194         Log: Subject: [PATCH 5.7.0] Epoc update
23195              From: Olaf Flebbe <o.flebbe@gmx.de>
23196              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
23197              Message-ID: <26423.969484586@www10.gmx.net>
23198      Branch: perl
23199            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
23200            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
23201            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
23202            ! util.c util.h
23203 ____________________________________________________________________________
23204 [  7123] By: jhi                                   on 2000/10/03  00:30:07
23205         Log: Regen headers.
23206      Branch: perl
23207            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
23208 ____________________________________________________________________________
23209 [  7122] By: jhi                                   on 2000/10/03  00:10:48
23210         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
23211      Branch: perl
23212            ! hints/openbsd.sh
23213 ____________________________________________________________________________
23214 [  7121] By: jhi                                   on 2000/10/03  00:05:06
23215         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
23216              From: <abigail@foad.org>
23217              Date: Tue, 26 Sep 2000 13:36:14 -0400
23218              Message-ID: <20000926173614.4356.qmail@foad.org>
23219      Branch: perl
23220            ! pod/perlop.pod
23221 ____________________________________________________________________________
23222 [  7120] By: jhi                                   on 2000/10/03  00:04:00
23223         Log: Inside require() $^S was always left undefined.
23224              
23225              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
23226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23227              Date: Wed, 27 Sep 2000 18:54:49 -0400
23228              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
23229      Branch: perl
23230            ! cop.h mg.c pp_ctl.c util.c
23231 ____________________________________________________________________________
23232 [  7119] By: jhi                                   on 2000/10/03  00:00:16
23233         Log: Subject: [PATCH] DLL not restartabke with threaded perl
23234              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
23235              Date: Thu, 28 Sep 2000 09:20:46 +0100
23236              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
23237      Branch: perl
23238            ! perl.c
23239 ____________________________________________________________________________
23240 [  7118] By: jhi                                   on 2000/10/02  23:59:20
23241         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
23242              From: Nicholas Clark <nick@ccl4.org>
23243              Date: Thu, 28 Sep 2000 11:52:24 +0100
23244              Message-ID: <20000928115224.D7924@plum.flirble.org>
23245      Branch: perl
23246            ! op.c
23247 ____________________________________________________________________________
23248 [  7117] By: jhi                                   on 2000/10/02  23:57:51
23249         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
23250              From: Nicholas Clark <nick@babyhippo.co.uk>
23251              Date: Thu, 28 Sep 2000 12:18:10 +0100
23252              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
23253              
23254              Did not apply cleanly, manual intervention was needed.
23255      Branch: perl
23256            ! ext/B/B/Bytecode.pm utils/perlcc.PL
23257 ____________________________________________________________________________
23258 [  7116] By: jhi                                   on 2000/10/02  23:50:40
23259         Log: Document the issue (is not a syntax error, kind of)
23260              
23261              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
23262              From: Nicholas Clark <nick@ccl4.org>
23263              Date: Thu, 28 Sep 2000 17:12:42 +0100
23264              Message-ID: <20000928171242.K7924@plum.flirble.org>
23265      Branch: perl
23266            ! pod/perldata.pod
23267 ____________________________________________________________________________
23268 [  7115] By: jhi                                   on 2000/10/02  23:48:58
23269         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
23270              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23271              Date: Thu, 28 Sep 2000 21:55:31 -0400
23272              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
23273      Branch: perl
23274            ! regexec.c
23275 ____________________________________________________________________________
23276 [  7114] By: jhi                                   on 2000/10/02  23:47:57
23277         Log: Subject: DOC PATCH 5.6.0
23278              From: mjd@plover.com
23279              Date: 30 Sep 2000 06:02:34 -0000
23280              Message-ID: <20000930060234.4559.qmail@plover.com>
23281      Branch: perl
23282            ! pod/perldebguts.pod
23283 ____________________________________________________________________________
23284 [  7113] By: jhi                                   on 2000/10/02  23:46:43
23285         Log: SOCK_DGRAM and listen() do not mix as reported in
23286              
23287              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
23288              From: Petter Reinholdtsen <pere@hungry.com>
23289              Date: Sun, 1 Oct 2000 10:57:20 +0800
23290              Message-Id: <200010010257.KAA05735@localhost.localdomain>
23291              
23292              The patch for 5.7.0+ had to be reengineered, though.
23293      Branch: perl
23294            ! ext/IO/lib/IO/Socket/UNIX.pm
23295 ____________________________________________________________________________
23296 [  7112] By: jhi                                   on 2000/10/02  23:36:57
23297         Log: Subject: Re: [PATCH 5.005_64 missed]
23298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23299              Date: Sun, 1 Oct 2000 18:50:10 -0400
23300              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
23301      Branch: perl
23302            ! pod/perlxs.pod
23303 ____________________________________________________________________________
23304 [  7111] By: jhi                                   on 2000/10/02  23:35:40
23305         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
23306              From: Radu Greab <radu@netsoft.ro>
23307              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
23308              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
23309      Branch: perl
23310            ! op.c opcode.pl t/op/substr.t
23311 ____________________________________________________________________________
23312 [  7110] By: jhi                                   on 2000/10/02  23:32:38
23313         Log: Subject: [PATCH] Fix aliasing of tied filehandles
23314              From: Daniel Chetlin <daniel@chetlin.com>
23315              Date: Mon, 2 Oct 2000 14:53:27 -0700
23316              Message-ID: <20001002145327.C1617@ilmd>
23317      Branch: perl
23318            ! perl.h pp_hot.c t/op/tiehandle.t
23319 ____________________________________________________________________________
23320 [  7109] By: jhi                                   on 2000/10/02  23:31:30
23321         Log: s/Robin Parker/Robin Barker/
23322      Branch: perl
23323            ! Changes5.6
23324 ____________________________________________________________________________
23325 [  7108] By: jhi                                   on 2000/10/02  23:15:46
23326         Log: Retract #7091 as suggested in
23327              
23328              From: Robin Barker <rmb1@cise.npl.co.uk> 
23329              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
23330              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
23331              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
23332      Branch: perl
23333            ! embed.pl proto.h
23334 ____________________________________________________________________________
23335 [  7107] By: nick                                  on 2000/10/02  18:23:14
23336         Log: A few tweaks to get Tk803 to work with Encode scheme.
23337      Branch: perl
23338            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
23339 ____________________________________________________________________________
23340 [  7106] By: nick                                  on 2000/10/01  21:34:14
23341         Log: Add checking cases to Encode's toUnicode and fromUnicode.
23342      Branch: perl
23343            ! ext/Encode/Encode.pm
23344 ____________________________________________________________________________
23345 [  7105] By: nick                                  on 2000/10/01  17:18:01
23346         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
23347              To read and use them.
23348              Add a lib/encode.t which checks a few things.
23349      Branch: perl
23350            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
23351            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
23352            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
23353            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
23354            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
23355            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
23356            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
23357            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
23358            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
23359            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
23360            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
23361            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
23362            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
23363            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
23364            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
23365            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
23366            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
23367            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
23368            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
23369            + ext/Encode/Encode/iso2022-jp.enc
23370            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
23371            + ext/Encode/Encode/iso8859-1.enc
23372            + ext/Encode/Encode/iso8859-2.enc
23373            + ext/Encode/Encode/iso8859-3.enc
23374            + ext/Encode/Encode/iso8859-4.enc
23375            + ext/Encode/Encode/iso8859-5.enc
23376            + ext/Encode/Encode/iso8859-6.enc
23377            + ext/Encode/Encode/iso8859-7.enc
23378            + ext/Encode/Encode/iso8859-8.enc
23379            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
23380            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
23381            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
23382            + ext/Encode/Encode/macCentEuro.enc
23383            + ext/Encode/Encode/macCroatian.enc
23384            + ext/Encode/Encode/macCyrillic.enc
23385            + ext/Encode/Encode/macDingbats.enc
23386            + ext/Encode/Encode/macGreek.enc
23387            + ext/Encode/Encode/macIceland.enc
23388            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
23389            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
23390            + ext/Encode/Encode/macTurkish.enc
23391            + ext/Encode/Encode/macUkraine.enc
23392            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
23393            + t/lib/encode.t
23394            ! MANIFEST ext/Encode/Encode.pm
23395 ____________________________________________________________________________
23396 [  7104] By: nick                                  on 2000/09/30  13:04:30
23397         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
23398              From: Daniel Chetlin <daniel@chetlin.com>
23399              Date: Mon, 18 Sep 2000 05:05:40 -0700
23400              Message-Id: <20000918050540.C652@ilmd>
23401      Branch: perl
23402            ! lib/overload.pm sv.c t/pragma/overload.t
23403 ____________________________________________________________________________
23404 [  7103] By: nick                                  on 2000/09/30  12:53:36
23405         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
23406              From: Johan Vromans <jvromans@squirrel.nl>
23407              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
23408              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
23409      Branch: perl
23410            ! pod/Makefile.SH
23411 ____________________________________________________________________________
23412 [  7102] By: nick                                  on 2000/09/30  12:52:31
23413         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
23414              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23415              Date: Sat, 16 Sep 2000 16:36:45 -0400
23416              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
23417      Branch: perl
23418            ! ext/B/B/Deparse.pm
23419 ____________________________________________________________________________
23420 [  7101] By: nick                                  on 2000/09/30  12:51:41
23421         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
23422              From: Craig A. Berry <craig.berry@psinetcs.com>
23423              Date: Sat, 16 Sep 2000 10:11:10 -0500
23424              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
23425      Branch: perl
23426            ! vms/vms.c
23427 ____________________________________________________________________________
23428 [  7100] By: nick                                  on 2000/09/30  12:50:33
23429         Log: Subject: Re: unicode support and perl [ID 20000901.097]
23430              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23431              Date: Fri, 15 Sep 2000 16:37:58 -0400
23432              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
23433      Branch: perl
23434            ! t/op/append.t
23435 ____________________________________________________________________________
23436 [  7099] By: nick                                  on 2000/09/30  12:49:35
23437         Log: Subject: Re: unicode support and perl [ID 20000901.097]
23438              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23439              Date: Fri, 15 Sep 2000 16:25:30 -0400
23440              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
23441      Branch: perl
23442            ! pp_hot.c
23443 ____________________________________________________________________________
23444 [  7098] By: nick                                  on 2000/09/30  12:48:00
23445         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
23446              From: Gisle Aas <gisle@ActiveState.com>
23447              Date: 15 Sep 2000 16:23:41 +0200
23448              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
23449      Branch: perl
23450            ! toke.c
23451 ____________________________________________________________________________
23452 [  7097] By: nick                                  on 2000/09/30  12:45:16
23453         Log: Subject: [PATCH] Nits in perlmod.pod
23454              From: Daniel Chetlin <daniel@chetlin.com>
23455              Date: Fri, 15 Sep 2000 02:04:09 -0700
23456              Message-Id: <20000915020409.A2104@ilmd>
23457      Branch: perl
23458            ! pod/perlmod.pod
23459 ____________________________________________________________________________
23460 [  7096] By: nick                                  on 2000/09/30  12:18:00
23461         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
23462              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
23463              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
23464              0 to checking to get the warning.
23465      Branch: perl
23466            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
23467            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
23468            ! regexec.c sv.c toke.c utf8.c
23469 ____________________________________________________________________________
23470 [  7095] By: nick                                  on 2000/09/15  16:55:59
23471         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
23472              
23473              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
23474              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23475              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
23476              Date: Fri, 15 Sep 2000 06:37:30 -0400
23477      Branch: perl
23478            ! ext/Encode/Encode.xs sv.c
23479 ____________________________________________________________________________
23480 [  7094] By: jhi                                   on 2000/09/15  03:23:32
23481         Log: Update Changes.
23482      Branch: perl
23483            ! Changes patchlevel.h
23484 ____________________________________________________________________________
23485 [  7093] By: jhi                                   on 2000/09/15  03:11:44
23486         Log: Fix for the charnames.t failures from Spider Boardman.
23487      Branch: perl
23488            ! toke.c
23489 ____________________________________________________________________________
23490 [  7092] By: jhi                                   on 2000/09/15  00:15:48
23491         Log: Botched the #7090 check-in.
23492      Branch: perl
23493            ! sv.c
23494 ____________________________________________________________________________
23495 [  7091] By: jhi                                   on 2000/09/14  23:33:24
23496         Log: Part of #7081 didn't come through.
23497      Branch: perl
23498            ! embed.pl proto.h
23499 ____________________________________________________________________________
23500 [  7090] By: jhi                                   on 2000/09/14  23:17:39
23501         Log: Subject: Re: perl@7078 
23502              From: Spider Boardman <spider@web.zk3.dec.com>
23503              Date: Thu, 14 Sep 2000 19:06:36 -0400
23504              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
23505      Branch: perl
23506            ! sv.c toke.c
23507 ____________________________________________________________________________
23508 [  7089] By: jhi                                   on 2000/09/14  23:11:21
23509         Log: Small portability tweaks.
23510      Branch: perl
23511            ! ext/Encode/Encode.xs
23512 ____________________________________________________________________________
23513 [  7088] By: jhi                                   on 2000/09/14  22:57:23
23514         Log: Fake return to pacify picky compilers.
23515      Branch: perl
23516            ! ext/Encode/Encode.xs
23517 ____________________________________________________________________________
23518 [  7087] By: jhi                                   on 2000/09/14  22:53:37
23519         Log: Subject: [PATCH] utf8.c apidoc
23520              From: Simon Cozens <simon@cozens.net>
23521              Date: Thu, 14 Sep 2000 23:46:57 +0100
23522              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
23523      Branch: perl
23524            ! perlapi.c pod/perlapi.pod utf8.c
23525 ____________________________________________________________________________
23526 [  7086] By: jhi                                   on 2000/09/14  22:40:38
23527         Log: We don't need to count the high bit bytes, a boolean is enough. 
23528      Branch: perl
23529            ! sv.c
23530 ____________________________________________________________________________
23531 [  7085] By: jhi                                   on 2000/09/14  21:20:09
23532         Log: Replace #7084 with
23533              
23534              Subject: Re: perl@7078 
23535              From: Spider Boardman <spider@web.zk3.dec.com>
23536              Date: Thu, 14 Sep 2000 17:09:36 -0400
23537              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
23538      Branch: perl
23539            ! sv.c utf8.c
23540 ____________________________________________________________________________
23541 [  7084] By: jhi                                   on 2000/09/14  20:03:34
23542         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
23543              convertable to bytes by checking it doesn't go above 0xc3
23544              
23545              Subject: Re: perl@7078
23546              From: Simon Cozens <simon@cozens.net>
23547              Date: Thu, 14 Sep 2000 20:59:19 +0100
23548              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
23549      Branch: perl
23550            ! utf8.c
23551 ____________________________________________________________________________
23552 [  7083] By: jhi                                   on 2000/09/14  19:38:47
23553         Log: Subject: Re: perl@7078
23554              From: Simon Cozens <simon@cozens.net>
23555              Date: Thu, 14 Sep 2000 20:13:09 +0100
23556              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
23557      Branch: perl
23558            ! t/op/bop.t
23559 ____________________________________________________________________________
23560 [  7082] By: jhi                                   on 2000/09/14  17:50:44
23561         Log: The one that got away.
23562      Branch: perl
23563            ! lib/File/Find.pm
23564 ____________________________________________________________________________
23565 [  7081] By: jhi                                   on 2000/09/14  17:45:35
23566         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
23567              From: Robin Barker <rmb1@cise.npl.co.uk>
23568              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
23569              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
23570      Branch: perl
23571            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
23572            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
23573            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
23574            ! regcomp.c toke.c universal.c
23575 ____________________________________________________________________________
23576 [  7080] By: jhi                                   on 2000/09/14  17:40:35
23577         Log: Problems picked up by AIX cc.
23578              
23579              Subject: Re: perl@7078 (patch included)
23580              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23581              Date: Thu, 14 Sep 2000 18:53:30 +0200
23582              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
23583      Branch: perl
23584            ! ext/Encode/Encode.xs
23585 ____________________________________________________________________________
23586 [  7079] By: jhi                                   on 2000/09/14  17:38:27
23587         Log: Subject: File::Find 5.7.0 POD nits
23588              From: Rich Morin <rdm@cfcl.com>
23589              Date: Wed, 13 Sep 2000 22:03:58 -0700
23590              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
23591      Branch: perl
23592            ! lib/File/Find.pm
23593 ____________________________________________________________________________
23594 [  7078] By: jhi                                   on 2000/09/14  14:58:20
23595         Log: Update Changes.
23596      Branch: perl
23597            ! Changes patchlevel.h
23598 ____________________________________________________________________________
23599 [  7077] By: jhi                                   on 2000/09/14  14:55:54
23600         Log: Compilation warnings and an error.
23601      Branch: perl
23602            ! sv.c
23603 ____________________________________________________________________________
23604 [  7076] By: jhi                                   on 2000/09/14  14:42:56
23605         Log: Fix for a parsing bug, not for the original bug.
23606              
23607              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
23608              From: Spider Boardman <spider@web.zk3.dec.com>
23609              Date: Wed, 13 Sep 2000 17:52:20 -0400
23610              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
23611      Branch: perl
23612            ! regcomp.c
23613 ____________________________________________________________________________
23614 [  7075] By: jhi                                   on 2000/09/14  14:40:40
23615         Log: Batch of UTF-8 patches from Simon Cozens.
23616      Branch: perl
23617            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
23618            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
23619            ! toke.c utf8.c
23620 ____________________________________________________________________________
23621 [  7074] By: jhi                                   on 2000/09/14  14:29:58
23622         Log: Subject: Re: Two advertising clauses need to be removed
23623              From: Russ Allbery <rra@stanford.edu>
23624              Date: 13 Sep 2000 18:50:26 -0700
23625              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
23626      Branch: perl
23627            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
23628 ____________________________________________________________________________
23629 [  7073] By: jhi                                   on 2000/09/14  14:28:20
23630         Log: Subject: [PATCH] de-wall t/README
23631              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23632              Date: Wed, 13 Sep 2000 17:46:55 -0700
23633              Message-ID: <//Bw5gzkge/e092yn@efn.org>
23634      Branch: perl
23635            ! t/README
23636 ____________________________________________________________________________
23637 [  7072] By: jhi                                   on 2000/09/14  14:25:10
23638         Log: Hints optimization.
23639              
23640              Subject: Minor nit
23641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23642              Date: Wed, 13 Sep 2000 21:42:07 +0200
23643              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
23644      Branch: perl
23645            ! hints/hpux.sh
23646 ____________________________________________________________________________
23647 [  7071] By: jhi                                   on 2000/09/14  14:23:30
23648         Log: Allow chop() and chomp() to be overridden.
23649              
23650              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
23651              From: "Casey R. Tweten" <crt@kiski.net>
23652              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
23653              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
23654      Branch: perl
23655            ! toke.c
23656 ____________________________________________________________________________
23657 [  7070] By: jhi                                   on 2000/09/14  14:20:36
23658         Log: The return value of setlocale must be copied away.
23659              
23660              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
23661              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23662              Date: Wed, 13 Sep 2000 16:27:37 +0100 
23663              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
23664      Branch: perl
23665            ! util.c
23666 ____________________________________________________________________________
23667 [  7069] By: jhi                                   on 2000/09/14  14:16:27
23668         Log: Remove vestiges of tr//CU.
23669              
23670              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23671              From: Nick Clark <nick@plum.flirble.org>
23672              Date: Tue, 12 Sep 2000 22:50:14 +0100
23673              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
23674              
23675              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23676              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23677              Date: Tue, 12 Sep 2000 21:38:48 -0700
23678              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
23679      Branch: perl
23680            ! op.h pod/perlunicode.pod
23681 ____________________________________________________________________________
23682 [  7068] By: jhi                                   on 2000/09/13  14:18:39
23683         Log: Add the Encode extension.  The code is still largely just skeleton.
23684      Branch: perl
23685            + ext/Encode/Encode.pm ext/Encode/Encode.xs
23686            + ext/Encode/Makefile.PL ext/Encode/Todo
23687            ! MANIFEST Todo-5.6
23688 ____________________________________________________________________________
23689 [  7067] By: jhi                                   on 2000/09/12  17:43:33
23690         Log: Allow for whitespace between "#" and "line" in cpp output.
23691              
23692              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
23693              From: Calle Dybedahl <calle@lysator.liu.se>
23694              Date: 12 Sep 2000 19:38:02 +0200 
23695              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
23696      Branch: perl
23697            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
23698 ____________________________________________________________________________
23699 [  7066] By: gsar                                  on 2000/09/12  17:24:29
23700         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
23701              initialization in all the threads on Windows
23702      Branch: perl
23703            ! win32/win32.c
23704 ____________________________________________________________________________
23705 [  7065] By: jhi                                   on 2000/09/12  15:11:31
23706         Log: Update Changes.
23707      Branch: perl
23708            ! Changes patchlevel.h
23709 ____________________________________________________________________________
23710 [  7064] By: jhi                                   on 2000/09/12  14:54:54
23711         Log: Retract #7062, the pod tests are not ready.
23712      Branch: perl
23713            ! t/TEST t/harness
23714 ____________________________________________________________________________
23715 [  7063] By: jhi                                   on 2000/09/12  14:25:41
23716         Log: The #7054 truncated Configure badly.
23717      Branch: metaconfig/U/perl
23718            ! End.U
23719      Branch: perl
23720            ! Configure config_h.SH
23721 ____________________________________________________________________________
23722 [  7062] By: jhi                                   on 2000/09/12  14:08:32
23723         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
23724              From: sthoenna@efn.org
23725              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
23726              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
23727      Branch: perl
23728            ! t/TEST t/harness
23729 ____________________________________________________________________________
23730 [  7061] By: jhi                                   on 2000/09/12  14:07:18
23731         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
23732              From: sthoenna@efn.org
23733              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
23734              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
23735      Branch: perl
23736            ! pod/perlxs.pod
23737 ____________________________________________________________________________
23738 [  7060] By: jhi                                   on 2000/09/12  14:06:08
23739         Log: Break up the myconfig lines a bit.
23740              
23741              Subject: perlbug/perl -V output format
23742              From: sthoenna@efn.org
23743              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
23744              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
23745      Branch: perl
23746            ! myconfig.SH
23747 ____________________________________________________________________________
23748 [  7059] By: jhi                                   on 2000/09/12  14:05:04
23749         Log: Test for the #7049.
23750              
23751              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
23752              From: andreas.koenig@anima.de (Andreas J. Koenig)
23753              Date: 12 Sep 2000 06:42:01 +0200
23754              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
23755      Branch: perl
23756            ! t/op/my.t
23757 ____________________________________________________________________________
23758 [  7058] By: jhi                                   on 2000/09/12  14:03:05
23759         Log: Subject: [patch: perl@7045] vms updates
23760              From: Peter Prymmer <pvhp@forte.com>
23761              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
23762              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
23763      Branch: perl
23764            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
23765 ____________________________________________________________________________
23766 [  7057] By: jhi                                   on 2000/09/12  14:00:51
23767         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
23768              From: sthoenna@efn.org
23769              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
23770              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
23771      Branch: perl
23772            ! t/op/64bitint.t
23773 ____________________________________________________________________________
23774 [  7056] By: jhi                                   on 2000/09/12  13:58:14
23775         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
23776              From: Jeff Pinyan <jeffp@crusoe.net>
23777              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
23778              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
23779      Branch: perl
23780            ! pod/perlfunc.pod
23781 ____________________________________________________________________________
23782 [  7055] By: jhi                                   on 2000/09/12  13:56:32
23783         Log: Do in VMS as the #7054 does.
23784      Branch: perl
23785            ! configure.com
23786 ____________________________________________________________________________
23787 [  7054] By: jhi                                   on 2000/09/12  13:50:31
23788         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
23789              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23790              Date: Mon, 11 Sep 2000 08:33:09 +0100
23791              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
23792      Branch: metaconfig/U/perl
23793            ! End.U
23794      Branch: perl
23795            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
23796            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
23797 ____________________________________________________________________________
23798 [  7053] By: jhi                                   on 2000/09/12  13:29:19
23799         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
23800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23801              Date:     Tue, 12 Sep 2000 08:35:59 EDT
23802              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
23803      Branch: perl
23804            ! vms/test.com
23805 ____________________________________________________________________________
23806 [  7052] By: jhi                                   on 2000/09/11  23:01:50
23807         Log: Document the SvUTF8*().
23808      Branch: perl
23809            ! pod/perlapi.pod sv.h
23810 ____________________________________________________________________________
23811 [  7051] By: gsar                                  on 2000/09/11  14:46:30
23812         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
23813              (missed a spot when fixing up op_pmreplroot hack for ithreads)
23814      Branch: perl
23815            ! op.c t/op/split.t
23816 ____________________________________________________________________________
23817 [  7050] By: nick                                  on 2000/09/11  10:03:51
23818         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
23819              
23820              Subject: borland C++ win32.c tweak
23821              From: Vadim Konovalov <vkonovalov@lucent.com>
23822              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
23823              Date: Mon, 11 Sep 2000 11:22:33 +0400
23824      Branch: perl
23825            ! win32/win32.c
23826 ____________________________________________________________________________
23827 [  7049] By: nick                                  on 2000/09/11  09:57:33
23828         Log: Point fix for s/// on foreach (keys %xxx).
23829      Branch: perl
23830            ! pp_hot.c
23831 ____________________________________________________________________________
23832 [  7048] By: jhi                                   on 2000/09/10  23:37:09
23833         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
23834              by Pod::Text, from Brad Appleton.
23835      Branch: perl
23836            ! t/pod/testp2pt.pl
23837 ____________________________________________________________________________
23838 [  7047] By: jhi                                   on 2000/09/10  14:32:53
23839         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
23840              by Russ Allbery.
23841      Branch: perl
23842            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
23843 ____________________________________________________________________________
23844 [  7046] By: jhi                                   on 2000/09/10  14:15:08
23845         Log: Upgrade to CPAN 1.57_65, from Andreas König.
23846      Branch: perl
23847            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23848 ____________________________________________________________________________
23849 [  7045] By: jhi                                   on 2000/09/08  21:36:32
23850         Log: Update Changes.
23851      Branch: perl
23852            ! Changes patchlevel.h
23853 ____________________________________________________________________________
23854 [  7044] By: jhi                                   on 2000/09/08  21:29:56
23855         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
23856              From: Peter Prymmer <pvhp@forte.com>
23857              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
23858              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
23859      Branch: perl
23860            ! configure.com
23861 ____________________________________________________________________________
23862 [  7043] By: jhi                                   on 2000/09/08  21:27:50
23863         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
23864              From: Peter Prymmer <pvhp@forte.com>
23865              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
23866              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
23867      Branch: perl
23868            ! Makefile.SH installperl
23869 ____________________________________________________________________________
23870 [  7042] By: jhi                                   on 2000/09/08  21:23:21
23871         Log: Continue #7041.
23872      Branch: perl
23873            ! cygwin/Makefile.SHs os2/Makefile.SHs
23874 ____________________________________________________________________________
23875 [  7041] By: jhi                                   on 2000/09/08  21:18:10
23876         Log: Do away with memory models cruft.  Sorry, PDP users.
23877      Branch: metaconfig
23878            ! U/modified/cc.U U/modified/libpth.U
23879      Branch: perl
23880            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
23881            ! Porting/config_H cflags.SH config_h.SH configure.com
23882            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
23883            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
23884            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
23885 ____________________________________________________________________________
23886 [  7040] By: jhi                                   on 2000/09/08  14:34:18
23887         Log: Major rewrite of s2p.  And I mean really major, it is
23888              an implementation of sed in perl.  If called as s2p it
23889              will function as s2p.  Note: needs non-UNIXifying.
23890              
23891              Subject: s2p
23892              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23893              Date: Mon, 28 Aug 2000 14:05:12 +0200
23894              Message-ID: <39AA5578.2102E2AA@alcatel.at>
23895      Branch: perl
23896            ! x2p/s2p.PL
23897 ____________________________________________________________________________
23898 [  7039] By: jhi                                   on 2000/09/08  14:19:49
23899         Log: Re-allow vec() for characters > 255.
23900              
23901              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
23902              From: Spider Boardman <spider@web.zk3.dec.com>
23903              Date: Fri, 08 Sep 2000 02:21:02 -0400
23904              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
23905      Branch: perl
23906            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
23907            ! t/op/vec.t
23908 ____________________________________________________________________________
23909 [  7038] By: jhi                                   on 2000/09/08  14:14:18
23910         Log: Subject: [PATCH lib/Benchmark.pm]
23911              From: <abigail@foad.org>
23912              Date: Thu, 7 Sep 2000 15:03:20 -0400
23913              Message-ID: <20000907190320.888.qmail@foad.org>
23914      Branch: perl
23915            ! lib/Benchmark.pm
23916 ____________________________________________________________________________
23917 [  7037] By: jhi                                   on 2000/09/08  14:11:06
23918         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
23919              
23920              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
23921              From: Spider Boardman <spider@web.zk3.dec.com>
23922              Date: Fri, 08 Sep 2000 01:30:27 -0400
23923              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
23924      Branch: perl
23925            ! op.c
23926 ____________________________________________________________________________
23927 [  7036] By: jhi                                   on 2000/09/08  14:08:58
23928         Log: Subject: [ID 20000908.002] perlipc documentation bug.
23929              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
23930              Date: Fri, 08 Sep 2000 12:38:32 +0200
23931              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
23932      Branch: perl
23933            ! pod/perlipc.pod
23934 ____________________________________________________________________________
23935 [  7035] By: jhi                                   on 2000/09/08  14:03:12
23936         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23937              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23938              Date: Fri, 08 Sep 2000 11:47:34 +0200
23939              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
23940      Branch: perl
23941            ! hints/dec_osf.sh
23942 ____________________________________________________________________________
23943 [  7034] By: jhi                                   on 2000/09/08  13:59:35
23944         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
23945              From: Simon Cozens <simon@cozens.net>
23946              Date: Thu, 7 Sep 2000 20:40:38 +0100
23947              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
23948      Branch: perl
23949            ! pp_hot.c
23950 ____________________________________________________________________________
23951 [  7033] By: jhi                                   on 2000/09/08  04:03:03
23952         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
23953              From: "Larry W. Virden" <lvirden@cas.org>
23954              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
23955              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
23956      Branch: perl
23957            ! pod/perldiag.pod
23958 ____________________________________________________________________________
23959 [  7032] By: jhi                                   on 2000/09/07  22:18:30
23960         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
23961              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
23962              Date: Mon, 04 Sep 2000 13:16:38 -0700
23963              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
23964      Branch: perl
23965            ! lib/perl5db.pl
23966 ____________________________________________________________________________
23967 [  7031] By: jhi                                   on 2000/09/07  22:02:29
23968         Log: Fix the ccversion detection for 5.1 and beyond.
23969              
23970              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23971              From: Spider Boardman <spider@leggy.zk3.dec.com>
23972              Date: Thu, 7 Sep 2000 17:54:27 -0400
23973              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
23974      Branch: perl
23975            ! hints/dec_osf.sh
23976 ____________________________________________________________________________
23977 [  7030] By: jhi                                   on 2000/09/07  19:12:28
23978         Log: Fix for
23979              
23980              Subject: [ID 20000903.001] \w in utf8-strings
23981              From: Marc Lehmann <pcg@goof.com>
23982              Date: Sun, 03 Sep 2000 09:44:29 +0200
23983              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
23984              
23985              and various related nits.
23986      Branch: perl
23987            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
23988 ____________________________________________________________________________
23989 [  7029] By: jhi                                   on 2000/09/07  18:49:09
23990         Log: Fix the URL, but the server is still missing in action.
23991              
23992              Subject: [ID 20000905.002] perlfaq1.pod URL error
23993              From: "Larry W. Virden" <lvirden@cas.org>
23994              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
23995              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
23996      Branch: perl
23997            ! pod/perlfaq1.pod
23998 ____________________________________________________________________________
23999 [  7028] By: jhi                                   on 2000/09/07  18:47:13
24000         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
24001              From: Hugo <hv@crypt.compulink.co.uk>
24002              Date: Tue, 05 Sep 2000 14:13:37 +0100
24003              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
24004      Branch: perl
24005            ! toke.c
24006 ____________________________________________________________________________
24007 [  7027] By: jhi                                   on 2000/09/07  18:45:35
24008         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
24009              From: Daniel Chetlin <daniel@chetlin.com>
24010              Date: Tue, 5 Sep 2000 04:57:07 -0700
24011              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
24012      Branch: perl
24013            ! pod/perlfaq6.pod pod/perlop.pod
24014 ____________________________________________________________________________
24015 [  7026] By: jhi                                   on 2000/09/07  18:44:01
24016         Log: Document the new ref() semantics.
24017              
24018              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24019              From: Gisle Aas <gisle@ActiveState.com>
24020              Date: 05 Sep 2000 08:10:30 +0200
24021              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
24022      Branch: perl
24023            ! pod/perldelta.pod
24024 ____________________________________________________________________________
24025 [  7025] By: jhi                                   on 2000/09/07  18:42:27
24026         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
24027              
24028              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24029              From: Gisle Aas <gisle@ActiveState.com>
24030              Date: 05 Sep 2000 08:11:40 +0200
24031              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
24032      Branch: perl
24033            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
24034 ____________________________________________________________________________
24035 [  7024] By: jhi                                   on 2000/09/07  18:39:32
24036         Log: Subject: [PATCH] Modernize Opcode.pm documentation
24037              From: Gisle Aas <gisle@ActiveState.com>
24038              Date: 4 Sep 2000 00:18:55 -0000
24039              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
24040      Branch: perl
24041            ! ext/Opcode/Opcode.pm
24042 ____________________________________________________________________________
24043 [  7023] By: jhi                                   on 2000/09/07  18:37:42
24044         Log: Subject: [PATCH] Tied filehandle documentation
24045              From: Gisle Aas <gisle@ActiveState.com>
24046              Date: 4 Sep 2000 00:14:40 -0000
24047              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
24048      Branch: perl
24049            ! pod/perlfunc.pod pod/perltie.pod
24050 ____________________________________________________________________________
24051 [  7022] By: jhi                                   on 2000/09/07  18:35:37
24052         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
24053              From: Gisle Aas <gisle@ActiveState.com>
24054              Date: 4 Sep 2000 00:04:22 -0000
24055              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
24056      Branch: perl
24057            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
24058 ____________________________________________________________________________
24059 [  7021] By: jhi                                   on 2000/09/07  18:33:22
24060         Log: Subject: small apidoc fix
24061              From: Marc Lehmann <pcg@goof.com>
24062              Date: Sun, 3 Sep 2000 05:12:06 +0200
24063              Message-ID: <20000903051206.A5909@cerebro.laendle>
24064      Branch: perl
24065            ! pod/perlapi.pod utf8.c
24066 ____________________________________________________________________________
24067 [  7020] By: jhi                                   on 2000/09/07  16:14:57
24068         Log: Tiny perldelta nits.
24069      Branch: perl
24070            ! pod/perldelta.pod
24071 ____________________________________________________________________________
24072 [  7019] By: jhi                                   on 2000/09/07  16:04:20
24073         Log: Guard against bad string->int conversion for quads.
24074      Branch: perl
24075            ! t/op/64bitint.t
24076 ____________________________________________________________________________
24077 [  7018] By: jhi                                   on 2000/09/06  17:07:03
24078         Log: Update Unicode todo list.
24079      Branch: perl
24080            ! Todo-5.6
24081 ____________________________________________________________________________
24082 [  7017] By: jhi                                   on 2000/09/05  21:16:01
24083         Log: Document the SvIOK_.*UV().
24084      Branch: perl
24085            ! pod/perlapi.pod sv.h
24086 ____________________________________________________________________________
24087 [  7016] By: nick                                  on 2000/09/03  21:54:46
24088         Log: Hash lookup of constant strings optimization:
24089              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
24090              to string table (as per sharepvn). Add newSV_pvn_share to create such
24091              a thing. Make hv.c compare addresses of strings and skip string compare
24092              if equal. Make method_named and helem ops use these shared-string SVs
24093              when arg is constant. Make keys op return shared-string SVs (less clearly
24094              a win).
24095      Branch: perl
24096            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
24097            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
24098            ! pod/perlintern.pod pp_hot.c proto.h sv.c
24099 ____________________________________________________________________________
24100 [  7015] By: jhi                                   on 2000/09/02  17:48:59
24101         Log: This is 5.7.0.
24102      Branch: perl
24103            ! Changes
24104 ____________________________________________________________________________
24105 [  7014] By: jhi                                   on 2000/09/02  17:35:45
24106         Log: Changes and patchlevel tweaks.
24107      Branch: perl
24108            ! Changes patchlevel.h
24109 ____________________________________________________________________________
24110 [  7013] By: jhi                                   on 2000/09/02  17:30:50
24111         Log: Update Changes.
24112      Branch: perl
24113            ! Changes patchlevel.h
24114 ____________________________________________________________________________
24115 [  7012] By: nick                                  on 2000/09/02  17:25:20
24116         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
24117      Branch: perl
24118            ! gv.c lib/overload.pm
24119 ____________________________________________________________________________
24120 [  7011] By: jhi                                   on 2000/09/02  17:16:25
24121         Log: Update perlhist.
24122      Branch: perl
24123            ! pod/perlhist.pod
24124 ____________________________________________________________________________
24125 [  7010] By: jhi                                   on 2000/09/02  17:01:35
24126         Log: perldelta nits.
24127      Branch: perl
24128            ! pod/perldelta.pod
24129 ____________________________________________________________________________
24130 [  7009] By: nick                                  on 2000/09/02  16:48:35
24131         Log: If overloaded %{} etc. return the object do not loop.
24132              Thus  sub deref { $_[0] } functions if object is wanted type.
24133      Branch: perl
24134            ! pp.h
24135 ____________________________________________________________________________
24136 [  7008] By: jhi                                   on 2000/09/02  16:26:11
24137         Log: Retab MANIFEST.
24138      Branch: perl
24139            ! ext/Storable/MANIFEST
24140 ____________________________________________________________________________
24141 [  7007] By: jhi                                   on 2000/09/02  16:23:02
24142         Log: Make certain cc is set before trying to run it.
24143      Branch: perl
24144            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
24145 ____________________________________________________________________________
24146 [  7006] By: jhi                                   on 2000/09/02  15:45:41
24147         Log: Unicode notes.
24148      Branch: perl
24149            ! pod/perldelta.pod
24150 ____________________________________________________________________________
24151 [  7005] By: jhi                                   on 2000/09/02  15:42:11
24152         Log: Various Configure nits by Philip Newton,
24153              plus the ebcdic one by me.
24154      Branch: metaconfig
24155            + U/modified/pager.U
24156            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
24157      Branch: metaconfig/U/perl
24158            ! Devel.U quadfio.U
24159      Branch: perl
24160            ! Configure config_h.SH
24161 ____________________________________________________________________________
24162 [  7004] By: jhi                                   on 2000/09/02  15:06:14
24163         Log: Apparently avoiding the swapping is too costly.
24164              
24165              From: "Ben Tilly" <ben_tilly@hotmail.com>
24166              Subject: Re: the door is closed.
24167              Date: Fri, 01 Sep 2000 20:23:16 EDT
24168              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
24169      Branch: perl
24170            ! pod/perlfaq4.pod
24171 ____________________________________________________________________________
24172 [  7003] By: nick                                  on 2000/09/02  12:26:04
24173         Log: Undo part of change 6489 which looks like a bulk edit which
24174              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
24175              The supressing of main:: on return from select() is undesirable.
24176      Branch: perl
24177            ! pp_sys.c
24178 ____________________________________________________________________________
24179 [  7002] By: jhi                                   on 2000/09/01  23:08:54
24180         Log: Update Changes.
24181      Branch: perl
24182            ! Changes patchlevel.h
24183 ____________________________________________________________________________
24184 [  7001] By: jhi                                   on 2000/09/01  23:00:13
24185         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
24186              From: Peter Prymmer <pvhp@forte.com>
24187              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
24188              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
24189              
24190              plus rework the http: spots as suggested by Tom Christiansen,
24191              plus regen perltoc.
24192      Branch: perl
24193            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
24194            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
24195 ____________________________________________________________________________
24196 [  7000] By: jhi                                   on 2000/09/01  22:36:01
24197         Log: Only the first line, thank you very much.
24198      Branch: perl
24199            ! hints/solaris_2.sh
24200 ____________________________________________________________________________
24201 [  6999] By: gsar                                  on 2000/09/01  22:16:40
24202         Log: change#6791 accidentally clobbered change#6710, put it back
24203      Branch: perl
24204            ! win32/win32.c
24205 ____________________________________________________________________________
24206 [  6998] By: jhi                                   on 2000/09/01  22:14:16
24207         Log: Mention the HP-UX LP64 freak failure.
24208      Branch: perl
24209            ! pod/perldelta.pod
24210 ____________________________________________________________________________
24211 [  6997] By: jhi                                   on 2000/09/01  21:48:32
24212         Log: Detypo.
24213      Branch: perl
24214            ! hints/hpux.sh
24215 ____________________________________________________________________________
24216 [  6996] By: jhi                                   on 2000/09/01  21:27:10
24217         Log: Update Changes.
24218      Branch: perl
24219            ! Changes patchlevel.h
24220 ____________________________________________________________________________
24221 [  6995] By: jhi                                   on 2000/09/01  21:14:24
24222         Log: Mi splgn s gnin.g
24223      Branch: perl
24224            ! pp_ctl.c
24225 ____________________________________________________________________________
24226 [  6994] By: jhi                                   on 2000/09/01  21:09:54
24227         Log: Subject: http:// in L<>
24228              From: Nicholas Clark <nick@ccl4.org>
24229              Date: Fri, 1 Sep 2000 22:03:21 +0100
24230              Message-ID: <20000901220321.B72074@plum.flirble.org>
24231      Branch: perl
24232            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
24233 ____________________________________________________________________________
24234 [  6993] By: jhi                                   on 2000/09/01  21:06:54
24235         Log: Update to Storable 1.0, from Raphael Manfredi.
24236      Branch: perl
24237            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
24238            ! ext/Storable/Makefile.PL ext/Storable/README
24239            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
24240            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
24241            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
24242            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
24243            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
24244            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
24245 ____________________________________________________________________________
24246 [  6992] By: jhi                                   on 2000/09/01  20:43:05
24247         Log: Mention known sfio+linux buglet.
24248      Branch: perl
24249            ! pod/perldelta.pod
24250 ____________________________________________________________________________
24251 [  6991] By: jhi                                   on 2000/09/01  20:40:11
24252         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
24253              From: Peter Prymmer <pvhp@forte.com>
24254              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
24255              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
24256      Branch: perl
24257            ! vms/vms.c
24258 ____________________________________________________________________________
24259 [  6990] By: jhi                                   on 2000/09/01  20:25:26
24260         Log: Retract #6986.
24261      Branch: perl
24262            ! hints/solaris_2.sh
24263 ____________________________________________________________________________
24264 [  6989] By: jhi                                   on 2000/09/01  20:23:00
24265         Log: Mergesort is back.
24266      Branch: perl
24267            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
24268 ____________________________________________________________________________
24269 [  6988] By: jhi                                   on 2000/09/01  19:37:40
24270         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
24271              From: Mike Guy <mjtg@cam.ac.uk>
24272              Date: Fri, 01 Sep 2000 17:43:33 +0100
24273              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
24274      Branch: perl
24275            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
24276            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
24277 ____________________________________________________________________________
24278 [  6987] By: jhi                                   on 2000/09/01  19:17:10
24279         Log: Regen perltoc.
24280      Branch: perl
24281            ! pod/perltoc.pod
24282 ____________________________________________________________________________
24283 [  6986] By: jhi                                   on 2000/09/01  18:51:10
24284         Log: Subject: Re: Solaris x86 has no SPARC libraries!
24285              From: Lupe Christoph <lupe@lupe-christoph.de>
24286              Date: Fri, 1 Sep 2000 20:41:20 +0200
24287              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
24288      Branch: perl
24289            ! hints/solaris_2.sh
24290 ____________________________________________________________________________
24291 [  6985] By: jhi                                   on 2000/09/01  18:28:10
24292         Log: Update Changes.
24293      Branch: perl
24294            ! Changes patchlevel.h
24295 ____________________________________________________________________________
24296 [  6984] By: jhi                                   on 2000/09/01  18:26:53
24297         Log: Feature ordering tweak.
24298      Branch: perl
24299            ! myconfig.SH
24300 ____________________________________________________________________________
24301 [  6983] By: jhi                                   on 2000/09/01  18:19:50
24302         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24303              From: <abigail@foad.org>
24304              Date: Fri, 1 Sep 2000 13:07:32 -0400
24305              Message-ID: <20000901170732.18249.qmail@foad.org>
24306      Branch: perl
24307            ! t/pragma/overload.t
24308 ____________________________________________________________________________
24309 [  6982] By: jhi                                   on 2000/09/01  18:17:54
24310         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
24311              so that case-ignoring systems like DCL can tell them from
24312              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
24313      Branch: metaconfig/U/perl
24314            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
24315      Branch: perl
24316            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24317            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
24318            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
24319            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
24320            ! vos/config.def vos/config.h vos/config_h.SH_orig
24321            ! win32/config.bc win32/config.gc win32/config.vc
24322 ____________________________________________________________________________
24323 [  6981] By: nick                                  on 2000/09/01  17:21:57
24324         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
24325              warning when UNTIE exists and instead pass the cound of extra references to
24326              the UNTIE method.
24327      Branch: perl
24328            ! pod/perltie.pod pp_sys.c
24329 ____________________________________________________________________________
24330 [  6980] By: jhi                                   on 2000/09/01  16:54:44
24331         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
24332              From: Peter Prymmer <pvhp@forte.com>
24333              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
24334              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
24335      Branch: perl
24336            ! configure.com
24337 ____________________________________________________________________________
24338 [  6979] By: jhi                                   on 2000/09/01  16:06:20
24339         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
24340              From: Mike Guy <mjtg@cam.ac.uk> 
24341              Date: Fri, 01 Sep 2000 16:49:27 +0100
24342              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
24343      Branch: perl
24344            ! t/base/rs.t
24345 ____________________________________________________________________________
24346 [  6978] By: jhi                                   on 2000/09/01  16:00:42
24347         Log: Update to PodParser 1.18, from Brad Appleton.
24348      Branch: perl
24349            ! lib/Pod/Checker.pm t/pod/find.t
24350 ____________________________________________________________________________
24351 [  6977] By: jhi                                   on 2000/09/01  14:48:58
24352         Log: Subject: Nit in Configure (bleadperl@6961)
24353              From: Lupe Christoph <lupe@lupe-christoph.de>
24354              Date: Fri, 1 Sep 2000 16:34:29 +0200
24355              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
24356      Branch: metaconfig
24357            ! U/compline/ccflags.U
24358      Branch: perl
24359            ! Configure config_h.SH
24360 ____________________________________________________________________________
24361 [  6976] By: jhi                                   on 2000/09/01  14:39:52
24362         Log: Update Changes.
24363      Branch: perl
24364            ! Changes patchlevel.h
24365 ____________________________________________________________________________
24366 [  6975] By: jhi                                   on 2000/09/01  14:37:36
24367         Log: microperl config update.
24368      Branch: perl
24369            ! uconfig.h uconfig.sh
24370 ____________________________________________________________________________
24371 [  6974] By: jhi                                   on 2000/09/01  14:36:53
24372         Log: Document known deficiencies.
24373      Branch: perl
24374            ! pod/perldelta.pod
24375 ____________________________________________________________________________
24376 [  6973] By: jhi                                   on 2000/09/01  14:10:20
24377         Log: Mention warnings fixes and updates.
24378      Branch: perl
24379            ! pod/perldelta.pod
24380 ____________________________________________________________________________
24381 [  6972] By: jhi                                   on 2000/09/01  14:01:52
24382         Log: Drop unused argument.
24383              
24384              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
24385              From: Spider Boardman <spider@web.zk3.dec.com>
24386              Date: Thu, 31 Aug 2000 16:10:15 -0400
24387              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
24388      Branch: perl
24389            ! toke.c
24390 ____________________________________________________________________________
24391 [  6971] By: jhi                                   on 2000/09/01  13:59:24
24392         Log: Add the overload warnings to perldiag.
24393      Branch: perl
24394            ! lib/overload.pm pod/perldiag.pod
24395 ____________________________________________________________________________
24396 [  6970] By: jhi                                   on 2000/09/01  13:55:10
24397         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24398              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24399              Date: Fri, 1 Sep 2000 13:43:15 +0100 
24400              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
24401      Branch: perl
24402            ! lib/overload.pm t/pragma/overload.t
24403 ____________________________________________________________________________
24404 [  6969] By: jhi                                   on 2000/09/01  13:52:27
24405         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24406              From: <abigail@foad.org>
24407              Date: Fri, 1 Sep 2000 05:46:54 -0400
24408              Message-ID: <20000901094654.6476.qmail@foad.org>
24409      Branch: perl
24410            ! lib/overload.pm
24411 ____________________________________________________________________________
24412 [  6968] By: jhi                                   on 2000/09/01  13:50:05
24413         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
24414              From: Daniel Chetlin <daniel@chetlin.com>
24415              Date: Fri, 1 Sep 2000 02:10:55 -0700
24416              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
24417      Branch: perl
24418            ! pod/perlretut.pod
24419 ____________________________________________________________________________
24420 [  6967] By: jhi                                   on 2000/09/01  13:47:54
24421         Log: Part of the solution.
24422              
24423              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
24424              From: Mike Guy <mjtg@cam.ac.uk>
24425              Date: Fri, 01 Sep 2000 14:16:01 +0100
24426              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
24427      Branch: perl
24428            ! gv.c mg.c
24429 ____________________________________________________________________________
24430 [  6966] By: jhi                                   on 2000/09/01  13:46:17
24431         Log: Subject: CPAN.pm beta 1.57_57 for the core
24432              From: andreas.koenig@anima.de (Andreas J. Koenig)
24433              Date: 01 Sep 2000 15:16:31 +0200
24434              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
24435      Branch: perl
24436            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24437 ____________________________________________________________________________
24438 [  6965] By: jhi                                   on 2000/09/01  13:43:18
24439         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
24440              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24441              Date: Fri, 01 Sep 2000 01:47:22 -0500
24442              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
24443      Branch: perl
24444            ! pod/perldelta.pod vms/vms.c
24445 ____________________________________________________________________________
24446 [  6964] By: jhi                                   on 2000/09/01  13:35:35
24447         Log: File::Temp patches from Andreas König,
24448              
24449              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
24450              From: andreas.koenig@anima.de (Andreas J. Koenig)
24451              Date: 01 Sep 2000 10:07:20 +0200
24452              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
24453              
24454              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
24455              From: andreas.koenig@anima.de (Andreas J. Koenig)
24456              Date: 31 Aug 2000 23:26:08 +0200
24457              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
24458      Branch: perl
24459            ! lib/File/Temp.pm t/lib/ftmp-security.t
24460 ____________________________________________________________________________
24461 [  6963] By: jhi                                   on 2000/09/01  02:22:24
24462         Log: Retract the mergesort code, way too incompatible licensing
24463              and copyrights.
24464      Branch: perl
24465            ! pod/perldelta.pod pp_ctl.c
24466 ____________________________________________________________________________
24467 [  6962] By: jhi                                   on 2000/08/31  23:27:32
24468         Log: Update Changes.
24469      Branch: perl
24470            ! Changes patchlevel.h
24471 ____________________________________________________________________________
24472 [  6961] By: jhi                                   on 2000/08/31  23:20:04
24473         Log: Small tweaks all over.
24474      Branch: metaconfig
24475            ! U/compline/d_gconvert.U
24476      Branch: perl
24477            ! AUTHORS Configure config_h.SH pp_ctl.c
24478 ____________________________________________________________________________
24479 [  6960] By: jhi                                   on 2000/08/31  22:39:36
24480         Log: Further rewording.
24481      Branch: perl
24482            ! pp_ctl.c
24483 ____________________________________________________________________________
24484 [  6959] By: jhi                                   on 2000/08/31  21:26:44
24485         Log: More address tweaking.
24486      Branch: perl
24487            ! AUTHORS Changes
24488 ____________________________________________________________________________
24489 [  6958] By: jhi                                   on 2000/08/31  20:47:25
24490         Log: AUTHORS tweaks, from Peter Prymmer.
24491              
24492              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
24493              From: Peter Prymmer <pvhp@forte.com>
24494              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
24495              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
24496      Branch: perl
24497            ! AUTHORS MAINTAIN
24498 ____________________________________________________________________________
24499 [  6957] By: jhi                                   on 2000/08/31  20:34:43
24500         Log: perldelta tweaks.
24501      Branch: perl
24502            ! pod/perldelta.pod
24503 ____________________________________________________________________________
24504 [  6956] By: jhi                                   on 2000/08/31  19:11:06
24505         Log: Regen perltoc.
24506      Branch: perl
24507            ! pod/perltoc.pod
24508 ____________________________________________________________________________
24509 [  6955] By: jhi                                   on 2000/08/31  19:06:30
24510         Log: Clarify the mergesort situation.
24511      Branch: perl
24512            ! pp_ctl.c
24513 ____________________________________________________________________________
24514 [  6954] By: jhi                                   on 2000/08/31  18:24:17
24515         Log: Move the Solaris 7 scan to use64bitall, make the
24516              failure to find 64-bot sparc libc to mention the
24517              possibility of being in an intel, from Lupe and Alan.
24518      Branch: perl
24519            ! hints/solaris_2.sh
24520 ____________________________________________________________________________
24521 [  6953] By: jhi                                   on 2000/08/31  18:09:20
24522         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
24523              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
24524      Branch: metaconfig
24525            ! U/compline/d_gconvert.U U/threads/archname.U
24526      Branch: metaconfig/U/perl
24527            ! perlxv.U
24528      Branch: perl
24529            ! Configure config_h.SH sv.c
24530 ____________________________________________________________________________
24531 [  6952] By: jhi                                   on 2000/08/31  17:42:24
24532         Log: :: not allowed in pathnames, change to .
24533              
24534              Subject: [PATCH perl@6938] cygwin port
24535              From: "Fifer, Eric" <EFifer@sanwaint.com>
24536              Date: Thu, 31 Aug 2000 16:32:59 +0100
24537              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
24538      Branch: metaconfig/U/perl
24539            ! perlxv.U
24540 ____________________________________________________________________________
24541 [  6951] By: jhi                                   on 2000/08/31  17:02:05
24542         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
24543      Branch: perl
24544            ! perl.h
24545 ____________________________________________________________________________
24546 [  6950] By: jhi                                   on 2000/08/31  16:26:08
24547         Log: More author updates.
24548              
24549              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
24550              From: Simon Cozens <simon@cozens.net>
24551              Date: Thu, 31 Aug 2000 17:13:32 +0100
24552              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
24553      Branch: perl
24554            ! AUTHORS
24555 ____________________________________________________________________________
24556 [  6949] By: jhi                                   on 2000/08/31  16:04:49
24557         Log: POSIX doesn't report long double values under -Duselongdouble
24558              when the long doubles are "real" (bigger than doubles).
24559              
24560              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
24561              From: Spider Boardman <spider@peano.zk3.dec.com>
24562              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
24563              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
24564      Branch: perl
24565            ! ext/POSIX/POSIX.xs
24566 ____________________________________________________________________________
24567 [  6948] By: jhi                                   on 2000/08/31  15:25:10
24568         Log: Update Changes.
24569      Branch: perl
24570            ! Changes patchlevel.h
24571 ____________________________________________________________________________
24572 [  6947] By: jhi                                   on 2000/08/31  15:22:29
24573         Log: Document UNTIE in a very minimalistic way.
24574      Branch: perl
24575            ! pod/perlfunc.pod pod/perltie.pod
24576 ____________________________________________________________________________
24577 [  6946] By: jhi                                   on 2000/08/31  15:15:23
24578         Log: Document known failures.
24579      Branch: perl
24580            ! pod/perldelta.pod
24581 ____________________________________________________________________________
24582 [  6945] By: jhi                                   on 2000/08/31  15:07:00
24583         Log: Don't attach -ld to the archname if pointless.
24584      Branch: metaconfig
24585            ! U/threads/archname.U
24586      Branch: perl
24587            ! Configure config_h.SH
24588 ____________________________________________________________________________
24589 [  6944] By: jhi                                   on 2000/08/31  14:37:42
24590         Log: Wrap the test in eval.
24591              
24592              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
24593              From: Tim Jenness <timj@jach.hawaii.edu>
24594              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
24595              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
24596      Branch: perl
24597            ! t/lib/ftmp-security.t
24598 ____________________________________________________________________________
24599 [  6943] By: jhi                                   on 2000/08/31  14:30:57
24600         Log: Make -Dusemorebits find long doubles in Solaris.
24601      Branch: perl
24602            ! hints/solaris_2.sh
24603 ____________________________________________________________________________
24604 [  6942] By: jhi                                   on 2000/08/31  13:48:45
24605         Log: Clarify the third case of ftmp-security warnings.
24606      Branch: perl
24607            ! INSTALL
24608 ____________________________________________________________________________
24609 [  6941] By: jhi                                   on 2000/08/31  13:40:31
24610         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
24611              From: <abigail@foad.org>
24612              Date: Thu, 31 Aug 2000 01:35:05 -0400
24613              Message-ID: <20000831053505.32120.qmail@foad.org>
24614      Branch: perl
24615            ! pod/perldelta.pod
24616 ____________________________________________________________________________
24617 [  6940] By: jhi                                   on 2000/08/31  13:38:48
24618         Log: Issue useful diagnostic on unknown pod commands.
24619              
24620              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
24621              From: <abigail@foad.org>
24622              Date: Thu, 31 Aug 2000 03:41:18 -0400
24623              Message-ID: <20000831074118.24880.qmail@foad.org>
24624      Branch: perl
24625            ! lib/Pod/Man.pm
24626 ____________________________________________________________________________
24627 [  6939] By: jhi                                   on 2000/08/31  13:34:33
24628         Log: Reveal Borland's isnan.
24629              
24630              Subject: build with BC++ tweak
24631              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24632              Date: Thu, 31 Aug 2000 13:09:37 +0400
24633              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
24634      Branch: perl
24635            ! win32/win32.h
24636 ____________________________________________________________________________
24637 [  6938] By: jhi                                   on 2000/08/31  05:01:20
24638         Log: Update Changes.
24639      Branch: perl
24640            ! Changes patchlevel.h
24641 ____________________________________________________________________________
24642 [  6937] By: jhi                                   on 2000/08/31  04:26:23
24643         Log: sscanf() may be the only way to read long doubles from strings.
24644      Branch: metaconfig/U/perl
24645            ! longdblfio.U
24646      Branch: perl
24647            ! Configure config_h.SH perl.h util.c
24648 ____________________________________________________________________________
24649 [  6936] By: jhi                                   on 2000/08/31  04:18:19
24650         Log: The #6929 was too skimpy.
24651      Branch: perl
24652            ! sv.c
24653 ____________________________________________________________________________
24654 [  6935] By: jhi                                   on 2000/08/31  02:47:07
24655         Log: Subject: Re: typos in pods
24656              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24657              Date: Wed, 30 Aug 2000 19:25:34 -0700
24658              Message-ID: <eIcr5gzkg25X092yn@efn.org>
24659      Branch: perl
24660            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
24661 ____________________________________________________________________________
24662 [  6934] By: jhi                                   on 2000/08/31  02:42:55
24663         Log: Missed one Unicode file.
24664      Branch: perl
24665            + lib/unicode/UCDFF301.html
24666 ____________________________________________________________________________
24667 [  6933] By: jhi                                   on 2000/08/30  23:42:27
24668         Log: Update Changes.
24669      Branch: perl
24670            ! Changes patchlevel.h
24671 ____________________________________________________________________________
24672 [  6932] By: jhi                                   on 2000/08/30  23:40:07
24673         Log: Mention UNTIE in perldelta.  Still needs documenting
24674              in perltie et alia.
24675      Branch: perl
24676            ! pod/perldelta.pod
24677 ____________________________________________________________________________
24678 [  6931] By: jhi                                   on 2000/08/30  23:36:02
24679         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
24680              From: <abigail@foad.org>
24681              Date: Wed, 30 Aug 2000 19:28:07 -0400
24682              Message-ID: <20000830232807.305.qmail@foad.org>
24683      Branch: perl
24684            ! pod/perldelta.pod
24685 ____________________________________________________________________________
24686 [  6930] By: jhi                                   on 2000/08/30  23:32:40
24687         Log: Update to Unicode 3.0.1.
24688      Branch: perl
24689            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
24690            + lib/unicode/PropList.txt lib/unicode/README.perl
24691            + lib/unicode/UCD301.html lib/unicode/Unicode.301
24692            - lib/unicode/Props.txt lib/unicode/UCD300.html
24693            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
24694            ! (edit 257 files)
24695 ____________________________________________________________________________
24696 [  6929] By: jhi                                   on 2000/08/30  22:38:18
24697         Log: Heap decorruption.
24698              
24699              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
24700              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24701              Date: Wed, 30 Aug 2000 22:39:52 +0100
24702              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
24703      Branch: perl
24704            ! sv.c
24705 ____________________________________________________________________________
24706 [  6928] By: jhi                                   on 2000/08/30  22:29:34
24707         Log: Retract the dummy test, skip the security tests (instead of failing),
24708              explain what the warnings mean.
24709      Branch: perl
24710            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
24711 ____________________________________________________________________________
24712 [  6927] By: jhi                                   on 2000/08/30  22:14:13
24713         Log: Change the internal implementation of sort() to be mergesort
24714              instead of quicksort, from John Linderman <jpl@research.att.com>.
24715              Gives us better worst case, better average case, and stability.
24716              What's there not to like?  (Small fixes for threaded builds
24717              were required).
24718      Branch: perl
24719            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
24720 ____________________________________________________________________________
24721 [  6926] By: jhi                                   on 2000/08/30  20:55:20
24722         Log: A better fix for the Socket building problem from Craig Berry.
24723      Branch: perl
24724            ! vms/vms.c
24725 ____________________________________________________________________________
24726 [  6925] By: jhi                                   on 2000/08/30  20:20:25
24727         Log: Subject: [PATCH] Re: UNTIE method 
24728              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24729              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
24730              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
24731      Branch: perl
24732            ! pp_sys.c t/op/tie.t
24733 ____________________________________________________________________________
24734 [  6924] By: jhi                                   on 2000/08/30  20:17:11
24735         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
24736              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24737              Date: Wed, 30 Aug 2000 15:03:14 -0500
24738              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
24739      Branch: perl
24740            ! vms/vms.c
24741 ____________________________________________________________________________
24742 [  6923] By: jhi                                   on 2000/08/30  20:15:18
24743         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
24744              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24745              Date: Wed, 30 Aug 2000 13:30:36 -0500
24746              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
24747      Branch: perl
24748            ! vms/vms.c
24749 ____________________________________________________________________________
24750 [  6922] By: jhi                                   on 2000/08/30  19:54:43
24751         Log: Better options for rsync.
24752      Branch: perl
24753            ! pod/perlhack.pod
24754 ____________________________________________________________________________
24755 [  6921] By: jhi                                   on 2000/08/30  19:40:16
24756         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
24757              From: Rick Delaney <rick@consumercontact.com>
24758              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
24759              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
24760      Branch: perl
24761            ! pod/perlfunc.pod
24762 ____________________________________________________________________________
24763 [  6920] By: jhi                                   on 2000/08/30  19:36:40
24764         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
24765              From: Peter Prymmer <pvhp@forte.com>
24766              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
24767              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
24768      Branch: perl
24769            ! configure.com
24770 ____________________________________________________________________________
24771 [  6919] By: jhi                                   on 2000/08/30  14:52:02
24772         Log: Update Changes.
24773      Branch: perl
24774            ! Changes patchlevel.h
24775 ____________________________________________________________________________
24776 [  6918] By: jhi                                   on 2000/08/30  14:48:34
24777         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
24778      Branch: perl
24779            ! lib/ExtUtils/typemap
24780 ____________________________________________________________________________
24781 [  6917] By: jhi                                   on 2000/08/30  14:46:34
24782         Log: Subject: typos in pods
24783              From: Nicholas Clark <nick@ccl4.org>
24784              Date: Wed, 30 Aug 2000 01:12:50 +0100
24785              Message-ID: <20000830011249.A61388@plum.flirble.org>
24786      Branch: perl
24787            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
24788            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
24789            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
24790            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
24791 ____________________________________________________________________________
24792 [  6916] By: jhi                                   on 2000/08/30  14:19:09
24793         Log: Document Storable problems on Crays.  (Will have
24794              to document all the other Storable problems, too.)
24795      Branch: perl
24796            ! pod/perldelta.pod
24797 ____________________________________________________________________________
24798 [  6915] By: jhi                                   on 2000/08/30  14:06:02
24799         Log: Subject: [PATCH] fix misc cast warnings
24800              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24801              Date: Tue, 29 Aug 2000 23:16:14 -0700
24802              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
24803      Branch: perl
24804            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
24805            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
24806            ! os2/os2ish.h
24807 ____________________________________________________________________________
24808 [  6914] By: jhi                                   on 2000/08/30  14:03:45
24809         Log: Timestamp mismatch again.  Need to fix this dependence on
24810              config_h.SH timestamp, since it's the contents of config_h.SH
24811              that matter.
24812      Branch: perl
24813            ! uconfig.h uconfig.sh
24814 ____________________________________________________________________________
24815 [  6913] By: jhi                                   on 2000/08/30  13:54:06
24816         Log: Don't say "Perl 5.0 source kit".
24817      Branch: perl
24818            ! perl.c
24819 ____________________________________________________________________________
24820 [  6912] By: jhi                                   on 2000/08/30  13:51:24
24821         Log: Reset archname and archname64 always, forcing them be
24822              recomputed at each Configure run, make Configure and
24823              the hints files agree on the naming of largefiles variables.
24824      Branch: metaconfig
24825            ! U/threads/archname.U
24826      Branch: metaconfig/U/perl
24827            ! use64bits.U
24828      Branch: perl
24829            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
24830            ! hints/linux.sh hints/solaris_2.sh
24831 ____________________________________________________________________________
24832 [  6911] By: jhi                                   on 2000/08/30  13:30:13
24833         Log: Put back the slice accidentally removed by #6907.
24834      Branch: perl
24835            ! hints/solaris_2.sh
24836 ____________________________________________________________________________
24837 [  6910] By: jhi                                   on 2000/08/30  01:24:26
24838         Log: Be consistent: other Net::get* do export theirs.
24839              
24840              Subject: Re: Net::protoent does not export 'getproto'
24841              From: Yasushi Nakajima <sey@jkc.co.jp>
24842              Date: Wed, 30 Aug 2000 09:53:14 +0900
24843              Message-Id: <200008300051.DAA24700@taku.hut.fi>
24844      Branch: perl
24845            ! lib/Net/protoent.pm
24846 ____________________________________________________________________________
24847 [  6909] By: jhi                                   on 2000/08/30  01:17:25
24848         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
24849              From: Gurusamy Sarathy <gsar@ActiveState.com>
24850              Date: Tue, 29 Aug 2000 17:17:07 -0700
24851              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
24852      Branch: perl
24853            ! cop.h
24854 ____________________________________________________________________________
24855 [  6908] By: jhi                                   on 2000/08/30  00:58:05
24856         Log: Update Changes.
24857      Branch: perl
24858            ! Changes patchlevel.h
24859 ____________________________________________________________________________
24860 [  6907] By: jhi                                   on 2000/08/30  00:57:22
24861         Log: Introduce ccname to keep track of what compiler kind of we have.
24862      Branch: metaconfig/U/perl
24863            ! Checkcc.U gccvers.U
24864      Branch: perl
24865            ! Configure config_h.SH hints/solaris_2.sh
24866 ____________________________________________________________________________
24867 [  6906] By: jhi                                   on 2000/08/30  00:25:47
24868         Log: Put back the flags dump as reasoned in
24869              
24870              Subject: Re: [PATCH] Glob dumping
24871              From: Mike Guy <mjtg@cam.ac.uk> 
24872              Date: Tue, 29 Aug 2000 21:41:32 +0100
24873              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
24874      Branch: perl
24875            ! dump.c t/lib/peek.t
24876 ____________________________________________________________________________
24877 [  6905] By: jhi                                   on 2000/08/30  00:16:17
24878         Log: Make the epsilon to be relative, not absolute.
24879              
24880              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
24881              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
24882              Date: Tue, 29 Aug 2000 19:58:56 -0400
24883              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
24884      Branch: perl
24885            ! t/lib/trig.t
24886 ____________________________________________________________________________
24887 [  6904] By: jhi                                   on 2000/08/30  00:13:09
24888         Log: From now on, Gisle is on my list of usual suspects :-)
24889              Retract #6902.
24890      Branch: perl
24891            ! ext/Opcode/Safe.pm
24892 ____________________________________________________________________________
24893 [  6903] By: jhi                                   on 2000/08/29  23:51:20
24894         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
24895              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24896              Date: Tue, 29 Aug 2000 18:43:26 -0500
24897              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
24898      Branch: perl
24899            + vms/vmspipe.com
24900            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
24901            ! vms/vms.c
24902 ____________________________________________________________________________
24903 [  6902] By: jhi                                   on 2000/08/29  23:44:14
24904         Log: Retry what #6882 attempted.
24905              
24906              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
24907              From: Gisle Aas <gisle@ActiveState.com>
24908              Date: 30 Aug 2000 00:33:09 +0200
24909              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
24910      Branch: perl
24911            ! ext/Opcode/Safe.pm
24912 ____________________________________________________________________________
24913 [  6901] By: jhi                                   on 2000/08/29  22:59:32
24914         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
24915              From: Hugo <hv@crypt.compulink.co.uk>
24916              Date: Mon, 12 Jun 2000 19:36:08 +0100
24917              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
24918      Branch: perl
24919            ! sv.c
24920 ____________________________________________________________________________
24921 [  6900] By: jhi                                   on 2000/08/29  22:58:35
24922         Log: Admit that we are leaking scalars.
24923              
24924              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
24925              From: Spider Boardman <spider@leggy.zk3.dec.com>
24926              Date: Tue, 29 Aug 2000 18:48:29 -0400
24927              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
24928      Branch: perl
24929            ! t/pragma/warnings.t
24930 ____________________________________________________________________________
24931 [  6899] By: jhi                                   on 2000/08/29  20:53:13
24932         Log: Update Changes.
24933      Branch: perl
24934            ! Changes patchlevel.h
24935 ____________________________________________________________________________
24936 [  6898] By: jhi                                   on 2000/08/29  20:46:21
24937         Log: Undo namespace pollution of #6878.
24938              
24939              Subject: Re: Net::protoent does not export 'getproto'
24940              From: Mike Guy <mjtg@cam.ac.uk>
24941              Date: Tue, 29 Aug 2000 21:32:37 +0100
24942              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
24943      Branch: perl
24944            ! lib/Net/protoent.pm
24945 ____________________________________________________________________________
24946 [  6897] By: jhi                                   on 2000/08/29  20:44:29
24947         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
24948              From: Peter Prymmer <pvhp@forte.com>
24949              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
24950              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
24951      Branch: perl
24952            ! pod/perlebcdic.pod
24953 ____________________________________________________________________________
24954 [  6896] By: jhi                                   on 2000/08/29  20:40:57
24955         Log: There's no point repeating the 'revision' (5) of perl5.
24956      Branch: metaconfig/U/perl
24957            ! Devel.U patchlevel.U
24958      Branch: perl
24959            ! Configure config_h.SH
24960 ____________________________________________________________________________
24961 [  6895] By: jhi                                   on 2000/08/29  20:16:58
24962         Log: Regen Configure for #6894.
24963      Branch: metaconfig/U/perl
24964            ! perladmin.U
24965      Branch: perl
24966            ! Configure config_h.SH
24967 ____________________________________________________________________________
24968 [  6894] By: jhi                                   on 2000/08/29  19:59:52
24969         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
24970              From: "Philip Newton" <Philip.Newton@gmx.net>
24971              Date: Tue, 29 Aug 2000 21:39:14 +0200
24972              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
24973      Branch: perl
24974            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
24975            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
24976            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
24977            ! utils/perlbug.PL
24978 ____________________________________________________________________________
24979 [  6893] By: jhi                                   on 2000/08/29  19:55:30
24980         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
24981              From: "Philip Newton" <Philip.Newton@gmx.net>
24982              Date: Tue, 29 Aug 2000 21:39:14 +0200
24983              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
24984      Branch: perl
24985            ! installhtml
24986 ____________________________________________________________________________
24987 [  6892] By: jhi                                   on 2000/08/29  19:53:59
24988         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
24989              From: "Philip Newton" <Philip.Newton@gmx.net>
24990              Date: Tue, 29 Aug 2000 21:48:18 +0200
24991              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
24992      Branch: perl
24993            ! lib/File/Temp.pm
24994 ____________________________________________________________________________
24995 [  6891] By: jhi                                   on 2000/08/29  18:30:03
24996         Log: Nail the ID 20000828.023.
24997      Branch: perl
24998            ! ext/Storable/Storable.xs
24999 ____________________________________________________________________________
25000 [  6890] By: jhi                                   on 2000/08/29  16:50:17
25001         Log: Under usethreads the dumped variable is IN_PAD.
25002              
25003              Subject: Re: [PATCH] Glob dumping
25004              From: Gisle Aas <gisle@ActiveState.com>
25005              Date: 29 Aug 2000 18:45:05 +0200
25006              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
25007      Branch: perl
25008            ! t/lib/peek.t
25009 ____________________________________________________________________________
25010 [  6889] By: jhi                                   on 2000/08/29  15:17:37
25011         Log: Update Changes.
25012      Branch: perl
25013            ! Changes patchlevel.h
25014 ____________________________________________________________________________
25015 [  6888] By: jhi                                   on 2000/08/29  14:49:59
25016         Log: Retract #6882, broke the safe tests.
25017      Branch: perl
25018            ! ext/Opcode/Safe.pm
25019 ____________________________________________________________________________
25020 [  6887] By: jhi                                   on 2000/08/29  14:47:06
25021         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
25022              From: Gisle Aas <gisle@ActiveState.com> 
25023              Date: 09 Jun 2000 20:00:11 +0200
25024              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
25025      Branch: perl
25026            ! utils/perldoc.PL
25027 ____________________________________________________________________________
25028 [  6886] By: jhi                                   on 2000/08/29  14:42:45
25029         Log: The #6881 removed one dump line.
25030      Branch: perl
25031            ! t/lib/peek.t
25032 ____________________________________________________________________________
25033 [  6885] By: jhi                                   on 2000/08/29  14:30:47
25034         Log: Don't forget to tidy up.
25035      Branch: perl
25036            ! t/lib/ftmp-security.t
25037 ____________________________________________________________________________
25038 [  6884] By: jhi                                   on 2000/08/29  14:25:17
25039         Log: Disabling the one test is a bit tricky.
25040      Branch: perl
25041            ! t/lib/ftmp-security.t
25042 ____________________________________________________________________________
25043 [  6883] By: jhi                                   on 2000/08/29  14:16:25
25044         Log: Disable one of the tests for now.
25045      Branch: perl
25046            ! t/lib/ftmp-security.t
25047 ____________________________________________________________________________
25048 [  6882] By: jhi                                   on 2000/08/29  14:05:50
25049         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
25050              From: gisle@aas.no
25051              Date: 29 Aug 2000 10:35:06 -0000
25052              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
25053      Branch: perl
25054            ! ext/Opcode/Safe.pm
25055 ____________________________________________________________________________
25056 [  6881] By: jhi                                   on 2000/08/29  14:03:51
25057         Log: Subject: [PATCH] Glob dumping
25058              From: Gisle Aas <gisle@ActiveState.com>
25059              Date: 29 Aug 2000 07:59:42 -0000
25060              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
25061      Branch: perl
25062            ! dump.c
25063 ____________________________________________________________________________
25064 [  6880] By: jhi                                   on 2000/08/29  14:02:01
25065         Log: Subject: [PATCH] Warnings in B::Deparse
25066              From: <abigail@foad.org>
25067              Date: Tue, 29 Aug 2000 00:00:01 -0400
25068              Message-ID: <20000829040001.2999.qmail@foad.org>
25069      Branch: perl
25070            ! ext/B/B/Deparse.pm
25071 ____________________________________________________________________________
25072 [  6879] By: jhi                                   on 2000/08/29  13:57:26
25073         Log: Missed a change in #6869.
25074      Branch: perl
25075            ! mg.c
25076 ____________________________________________________________________________
25077 [  6878] By: jhi                                   on 2000/08/29  13:45:04
25078         Log: Subject: Net::protoent does not export 'getproto'
25079              From: Yasushi Nakajima <sey@jkc.co.jp>
25080              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
25081      Branch: perl
25082            ! lib/Net/protoent.pm
25083 ____________________________________________________________________________
25084 [  6877] By: jhi                                   on 2000/08/29  13:39:19
25085         Log: Patches all over for people and the files they (hopefully) care about.
25086      Branch: perl
25087            ! AUTHORS Changes MAINTAIN
25088 ____________________________________________________________________________
25089 [  6876] By: jhi                                   on 2000/08/29  12:53:54
25090         Log: Fix for thinko in #6848.
25091              
25092              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
25093              From: Lupe Christoph <lupe@lupe-christoph.de>
25094              Date: Tue, 29 Aug 2000 09:04:08 +0200
25095              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
25096      Branch: perl
25097            ! ext/Thread/Thread.xs
25098 ____________________________________________________________________________
25099 [  6875] By: jhi                                   on 2000/08/29  12:50:14
25100         Log: Update to Getopt::Long 2.24, from Johan Vromans.
25101      Branch: perl
25102            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
25103 ____________________________________________________________________________
25104 [  6874] By: jhi                                   on 2000/08/29  02:09:53
25105         Log: Use minimal @INC in tests, most of the time just '../lib',
25106              so that we simply can't pick up stuff from other Perls than
25107              the one we are testing.  Pointed out by
25108              
25109              From: Mike Guy <mjtg@cam.ac.uk>
25110              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
25111              Date: Fri, 25 Aug 2000 15:15:59 +0100
25112              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
25113      Branch: perl
25114            ! (edit 185 files)
25115 ____________________________________________________________________________
25116 [  6873] By: jhi                                   on 2000/08/29  01:07:11
25117         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
25118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25119              Date: Mon, 28 Aug 2000 17:45:52 -0700
25120              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
25121      Branch: perl
25122            ! Makefile.SH hints/os2.sh
25123 ____________________________________________________________________________
25124 [  6872] By: jhi                                   on 2000/08/28  23:33:39
25125         Log: Subject: [PATCH bleedperl@6866] spellings
25126              From: marcel@codewerk.com (Marcel Grunauer)
25127              Date: Tue, 29 Aug 2000 01:19:59 +0200
25128              Message-Id: <200008282319.BAA29862@gandalf.local>
25129      Branch: perl
25130            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
25131            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
25132            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
25133 ____________________________________________________________________________
25134 [  6871] By: jhi                                   on 2000/08/28  23:22:09
25135         Log: Take out the SUIDMAIL thing, that will not be
25136              a problem in 5.7.*.
25137      Branch: perl
25138            ! patchlevel.h
25139 ____________________________________________________________________________
25140 [  6870] By: jhi                                   on 2000/08/28  23:19:30
25141         Log: -S is the silent flag, -s is the strip flag.
25142              
25143              Subject: [PATCH] Re: [PATCH] make no-install          
25144              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25145              Date: Mon, 28 Aug 2000 15:12:55 -0700
25146              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
25147      Branch: perl
25148            ! Makefile.SH
25149 ____________________________________________________________________________
25150 [  6869] By: jhi                                   on 2000/08/28  23:12:05
25151         Log: Subject: [PATCH bleedperl@6856] warnings fixes
25152              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25153              Date: Mon, 28 Aug 2000 23:55:06 +0100
25154              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
25155      Branch: perl
25156            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
25157            ! warnings.h warnings.pl
25158 ____________________________________________________________________________
25159 [  6868] By: jhi                                   on 2000/08/28  21:38:22
25160         Log: Potential cruft.
25161      Branch: perl
25162            ! Makefile.SH
25163 ____________________________________________________________________________
25164 [  6867] By: jhi                                   on 2000/08/28  21:35:36
25165         Log: Update Changes.
25166      Branch: perl
25167            ! Changes patchlevel.h
25168 ____________________________________________________________________________
25169 [  6866] By: jhi                                   on 2000/08/28  21:33:49
25170         Log: Subject: hv.h Doc Patch
25171              From: Fisher Mark <fisherm@tce.com>
25172              Date: Mon, 28 Aug 2000 16:24:59 -0500
25173              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
25174      Branch: perl
25175            ! hv.h
25176 ____________________________________________________________________________
25177 [  6865] By: jhi                                   on 2000/08/28  21:02:15
25178         Log: Add -ld to archname on long tr...double platforms.
25179      Branch: metaconfig
25180            ! U/threads/archname.U
25181      Branch: perl
25182            ! Configure config_h.SH
25183 ____________________________________________________________________________
25184 [  6864] By: jhi                                   on 2000/08/28  20:38:59
25185         Log: An attempt to fix the problem reported in
25186              
25187              Subject: Building perl@6856 using gcc/AIX 4.3.3 
25188              From: Daniel Muino <dmuino@afip.gov.ar> 
25189              Date: Mon, 28 Aug 2000 15:50:01 -0300   
25190              Message-ID: <20000828155001.A14403@con2-dgi>
25191              
25192              I can't test this properly since the gcc installation I have
25193              access to seems to be botched (gcc is calling the AIX cpp,
25194              a losing proposition...)
25195      Branch: perl
25196            ! hints/aix.sh
25197 ____________________________________________________________________________
25198 [  6863] By: jhi                                   on 2000/08/28  18:57:52
25199         Log: Fix for ID 20000828.001, long doubles were not formatted
25200              correctly (showed up in $], which stopped installing perl).
25201      Branch: perl
25202            ! sv.c
25203 ____________________________________________________________________________
25204 [  6862] By: jhi                                   on 2000/08/28  18:07:15
25205         Log: Typo in #6858.
25206      Branch: perl
25207            ! lib/Cwd.pm
25208 ____________________________________________________________________________
25209 [  6861] By: jhi                                   on 2000/08/28  17:57:27
25210         Log: opmini.o may be left around if a build is interrupted.
25211      Branch: perl
25212            ! Makefile.SH
25213 ____________________________________________________________________________
25214 [  6860] By: jhi                                   on 2000/08/28  16:52:50
25215         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
25216              From: Daniel Chetlin <daniel@chetlin.com>
25217              Date: Mon, 28 Aug 2000 01:14:18 -0700
25218              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
25219      Branch: perl
25220            ! lib/overload.pm
25221 ____________________________________________________________________________
25222 [  6859] By: jhi                                   on 2000/08/28  16:08:46
25223         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
25224              From: Nicholas Clark <nick@ccl4.org>
25225              Date: Mon, 28 Aug 2000 16:03:27 +0100
25226              Message-Id: <20000828160327.C49785@plum.flirble.org>
25227      Branch: perl
25228            ! ext/ByteLoader/bytecode.h
25229 ____________________________________________________________________________
25230 [  6858] By: jhi                                   on 2000/08/28  16:02:10
25231         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
25232              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
25233              Date: Mon, 28 Aug 2000 13:08:30 +0200
25234              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
25235      Branch: perl
25236            ! lib/Cwd.pm
25237 ____________________________________________________________________________
25238 [  6857] By: jhi                                   on 2000/08/28  15:42:47
25239         Log: display_format used as a class method without arguments was broken,
25240              reported in
25241              
25242              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
25243              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
25244              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
25245              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
25246      Branch: perl
25247            ! lib/Math/Complex.pm t/lib/complex.t
25248 ____________________________________________________________________________
25249 [  6856] By: jhi                                   on 2000/08/27  22:09:48
25250         Log: Update Changes.
25251      Branch: perl
25252            ! Changes patchlevel.h
25253 ____________________________________________________________________________
25254 [  6855] By: jhi                                   on 2000/08/27  21:59:21
25255         Log: Retract #6853 (false alarm).
25256      Branch: perl
25257            ! lib/ExtUtils/xsubpp
25258 ____________________________________________________________________________
25259 [  6854] By: jhi                                   on 2000/08/27  21:37:44
25260         Log: Update Changes.
25261      Branch: perl
25262            ! Changes patchlevel.h
25263 ____________________________________________________________________________
25264 [  6853] By: jhi                                   on 2000/08/27  21:37:16
25265         Log: Subject: [PATCH perl@6850] workaround for xsubpp
25266              From: Hugo <hv@crypt.compulink.co.uk>
25267              Date: Sun, 27 Aug 2000 22:30:25 +0100
25268              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
25269      Branch: perl
25270            ! lib/ExtUtils/xsubpp
25271 ____________________________________________________________________________
25272 [  6852] By: jhi                                   on 2000/08/27  21:33:58
25273         Log: Big-endian 64-bit patch from Raphael Manfredi.
25274      Branch: perl
25275            ! ext/Storable/Storable.xs
25276 ____________________________________________________________________________
25277 [  6851] By: jhi                                   on 2000/08/27  21:22:21
25278         Log: More ruthless editing from Hugo van der Sanden.
25279      Branch: perl
25280            ! pod/perldelta.pod
25281 ____________________________________________________________________________
25282 [  6850] By: jhi                                   on 2000/08/27  16:11:46
25283         Log: Update Changes.
25284      Branch: perl
25285            ! Changes patchlevel.h
25286 ____________________________________________________________________________
25287 [  6849] By: jhi                                   on 2000/08/27  16:11:05
25288         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
25289      Branch: perl
25290            ! configpm pod/perldelta.pod
25291 ____________________________________________________________________________
25292 [  6848] By: jhi                                   on 2000/08/27  15:35:08
25293         Log: Use the actual thread type, not the pointer-to-struct.
25294      Branch: perl
25295            ! ext/Thread/Thread.xs
25296 ____________________________________________________________________________
25297 [  6847] By: jhi                                   on 2000/08/27  15:30:49
25298         Log: Test nit.
25299      Branch: perl
25300            ! t/pragma/warn/pp_sys
25301 ____________________________________________________________________________
25302 [  6846] By: jhi                                   on 2000/08/27  15:19:02
25303         Log: Passing -R in ldflags makes now it to appear in the default
25304              for lddlflags, just like with -L.
25305              
25306              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25307              From: Lupe Christoph <lupe@lupe-christoph.de>
25308              Date: Sun, 27 Aug 2000 10:28:21 +0200
25309              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
25310      Branch: metaconfig/U/perl
25311            ! dlsrc.U
25312      Branch: perl
25313            ! Configure
25314 ____________________________________________________________________________
25315 [  6845] By: jhi                                   on 2000/08/27  15:08:54
25316         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25317              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25318              Date: Sat, 26 Aug 2000 22:23:27 +0100
25319              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
25320      Branch: perl
25321            ! lib/ExtUtils/MM_Unix.pm
25322 ____________________________________________________________________________
25323 [  6844] By: jhi                                   on 2000/08/27  15:02:37
25324         Log: DJGPP update from Laszlo Molnar.
25325              
25326              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
25327              From: ml1050 <ml1050@freemail.hu>
25328              Date: Sat, 26 Aug 2000 23:24:40 +0200
25329              Message-Id: <20000826232440.A439@freemail.hu>
25330      Branch: perl
25331            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
25332            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
25333 ____________________________________________________________________________
25334 [  6843] By: jhi                                   on 2000/08/27  14:53:58
25335         Log: Subject: installman buglet
25336              From: Lupe Christoph <lupe@lupe-christoph.de>
25337              Date: Sun, 27 Aug 2000 14:38:59 +0200
25338              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
25339      Branch: perl
25340            ! installman
25341 ____________________________________________________________________________
25342 [  6842] By: jhi                                   on 2000/08/27  14:52:08
25343         Log: Can't get the test to reliably work thanks to the
25344              inaccurateness of floating point.  "Resolves" bug ids
25345              20000826.003, 20000826.009, 20000826.010,
25346      Branch: perl
25347            ! t/lib/trig.t
25348 ____________________________________________________________________________
25349 [  6841] By: jhi                                   on 2000/08/26  15:53:58
25350         Log: Update Changes.
25351      Branch: perl
25352            ! Changes patchlevel.h
25353 ____________________________________________________________________________
25354 [  6840] By: jhi                                   on 2000/08/26  14:23:03
25355         Log: grep -e isn't portable.
25356              
25357              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
25358              From: chris@broadband.att.com
25359              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
25360              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
25361      Branch: perl
25362            ! hints/solaris_2.sh
25363 ____________________________________________________________________________
25364 [  6839] By: jhi                                   on 2000/08/26  14:12:23
25365         Log: no-install target a la make -n.
25366              
25367              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
25368              From: <abigail@foad.org>
25369              Date: Sat, 26 Aug 2000 03:57:34 -0400
25370              Message-ID: <20000826075735.18912.qmail@foad.org>
25371      Branch: perl
25372            ! Makefile.SH installman installperl
25373 ____________________________________________________________________________
25374 [  6838] By: jhi                                   on 2000/08/26  14:06:33
25375         Log: Retract #6826 as the #6828 should be do the same
25376              in a More Correct Way.
25377      Branch: perl
25378            ! installperl
25379 ____________________________________________________________________________
25380 [  6837] By: jhi                                   on 2000/08/26  05:24:00
25381         Log: More casting.
25382      Branch: perl
25383            ! ext/Storable/Storable.xs
25384 ____________________________________________________________________________
25385 [  6836] By: jhi                                   on 2000/08/26  05:05:46
25386         Log: Nicer in decimal.
25387      Branch: perl
25388            ! ext/Storable/Storable.xs
25389 ____________________________________________________________________________
25390 [  6835] By: jhi                                   on 2000/08/26  05:03:50
25391         Log: There be no UVdf.
25392      Branch: perl
25393            ! ext/Storable/Storable.xs
25394 ____________________________________________________________________________
25395 [  6834] By: jhi                                   on 2000/08/26  05:00:18
25396         Log: Continue IVdfing and UVxfing.
25397      Branch: perl
25398            ! ext/Storable/Storable.xs
25399 ____________________________________________________________________________
25400 [  6833] By: jhi                                   on 2000/08/26  04:53:14
25401         Log: Use IVdf.
25402      Branch: perl
25403            ! ext/Storable/Storable.xs
25404 ____________________________________________________________________________
25405 [  6832] By: jhi                                   on 2000/08/26  04:40:41
25406         Log: Document PTR2XX and INT2PTR.
25407      Branch: perl
25408            ! pod/perlguts.pod
25409 ____________________________________________________________________________
25410 [  6831] By: jhi                                   on 2000/08/26  04:33:18
25411         Log: Use UVxf, PTR2UV, NVff.
25412      Branch: perl
25413            ! ext/Storable/Storable.xs
25414 ____________________________________________________________________________
25415 [  6830] By: jhi                                   on 2000/08/26  04:31:32
25416         Log: Update the test count.
25417      Branch: perl
25418            ! t/lib/trig.t
25419 ____________________________________________________________________________
25420 [  6829] By: jhi                                   on 2000/08/26  03:05:50
25421         Log: Subject: [PATCH] installation not quite silent yet.
25422              From: <abigail@foad.org>
25423              Date: Fri, 25 Aug 2000 20:07:53 -0400
25424              Message-ID: <20000826000753.7822.qmail@foad.org>
25425      Branch: perl
25426            ! installman installperl
25427 ____________________________________________________________________________
25428 [  6828] By: jhi                                   on 2000/08/26  03:05:14
25429         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
25430              From: Spider Boardman <spider@web.zk3.dec.com>
25431              Date: Fri, 25 Aug 2000 19:12:40 -0400
25432              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
25433      Branch: perl
25434            ! gv.c
25435 ____________________________________________________________________________
25436 [  6827] By: jhi                                   on 2000/08/25  23:54:34
25437         Log: Support preserving extremely big/small angles.
25438      Branch: perl
25439            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
25440 ____________________________________________________________________________
25441 [  6826] By: jhi                                   on 2000/08/25  23:01:20
25442         Log: Patch installperl to be long double-aware.
25443              
25444              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
25445              From: Spider Boardman <spider@web.zk3.dec.com>
25446              Date: Fri, 25 Aug 2000 18:15:23 -0400
25447              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
25448      Branch: perl
25449            ! installperl
25450 ____________________________________________________________________________
25451 [  6825] By: jhi                                   on 2000/08/25  22:58:25
25452         Log: Remove duplicately applied patch shards.
25453              
25454              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
25455              From: Spider Boardman <spider@leggy.zk3.dec.com>
25456              Date: Fri, 25 Aug 2000 16:45:03 -0400
25457              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
25458      Branch: perl
25459            ! t/lib/cgi-html.t
25460 ____________________________________________________________________________
25461 [  6824] By: jhi                                   on 2000/08/25  22:57:00
25462         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
25463              From: Daniel Chetlin <daniel@chetlin.com>
25464              Date: Fri, 25 Aug 2000 12:23:16 -0700
25465              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
25466              
25467              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
25468              From: Daniel Chetlin <daniel@chetlin.com>
25469              Date: Fri, 25 Aug 2000 14:47:19 -0700
25470              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
25471      Branch: perl
25472            ! installman
25473 ____________________________________________________________________________
25474 [  6823] By: jhi                                   on 2000/08/25  22:44:17
25475         Log: Timestamp problem?
25476      Branch: perl
25477            ! uconfig.h uconfig.sh
25478 ____________________________________________________________________________
25479 [  6822] By: jhi                                   on 2000/08/25  19:01:06
25480         Log: One forgotten file from #6816.
25481      Branch: perl
25482            ! vos/config.h
25483 ____________________________________________________________________________
25484 [  6821] By: jhi                                   on 2000/08/25  18:56:39
25485         Log: Regen Changes.
25486      Branch: perl
25487            ! Changes patchlevel.h
25488 ____________________________________________________________________________
25489 [  6820] By: jhi                                   on 2000/08/25  18:52:35
25490         Log: Fix Changes ordering.
25491      Branch: perl
25492            ! Changes
25493 ____________________________________________________________________________
25494 [  6819] By: jhi                                   on 2000/08/25  18:50:25
25495         Log: Update Changes.
25496      Branch: perl
25497            ! Changes patchlevel.h
25498 ____________________________________________________________________________
25499 [  6818] By: jhi                                   on 2000/08/25  18:47:45
25500         Log: Tweak the sfio/useperlio logic, hopefully as wished in
25501              
25502              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
25503              From: Nicholas Clark <nick@babyhippo.co.uk>
25504              Date: Fri, 25 Aug 2000 12:01:45 +0100
25505              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
25506      Branch: metaconfig/U/perl
25507            ! d_sfio.U
25508      Branch: perl
25509            ! Configure
25510 ____________________________________________________________________________
25511 [  6817] By: jhi                                   on 2000/08/25  18:32:51
25512         Log: Allow microperl to assume <math.h>, without it the math
25513              functions like floor() are assumed to return int, which makes
25514              for core dumps in machines where integer and floating register
25515              don't mix.
25516      Branch: perl
25517            ! uconfig.h uconfig.sh
25518 ____________________________________________________________________________
25519 [  6816] By: jhi                                   on 2000/08/25  18:27:17
25520         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
25521              the problem reported in
25522              
25523              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
25524              From: danhale@us.ibm.com
25525              Date: Fri, 25 Aug 2000 10:58:06 -0400
25526              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
25527      Branch: metaconfig/U/perl
25528            + d_socks5_init.U
25529      Branch: perl
25530            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
25531            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
25532            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
25533            ! win32/config.gc win32/config.vc
25534 ____________________________________________________________________________
25535 [  6815] By: jhi                                   on 2000/08/25  17:43:31
25536         Log: A solution for the retrieve_fd autosplit warning,
25537              idea suggested by Mike Guy.
25538      Branch: perl
25539            ! ext/Storable/Storable.pm
25540 ____________________________________________________________________________
25541 [  6814] By: jhi                                   on 2000/08/25  17:16:03
25542         Log: Add install-silent target.
25543      Branch: perl
25544            ! Makefile.SH
25545 ____________________________________________________________________________
25546 [  6813] By: jhi                                   on 2000/08/25  17:14:23
25547         Log: Subject: Re: [PATCH] More silencing of installman.
25548              From: <abigail@foad.org>
25549              Date: Thu, 24 Aug 2000 19:27:03 -0400
25550              Message-ID: <20000824232703.7001.qmail@foad.org>
25551              
25552              Subject: Re: [PATCH] More silencing of installman.
25553              From: <abigail@foad.org>
25554              Date: Fri, 25 Aug 2000 03:00:58 -0400
25555              Message-ID: <20000825070058.10697.qmail@foad.org>
25556      Branch: perl
25557            ! installman
25558 ____________________________________________________________________________
25559 [  6812] By: jhi                                   on 2000/08/25  17:11:28
25560         Log: installperl --verbose and --silent.
25561              
25562              Subject: Re: [PATCH] More silencing of installman.
25563              From: <abigail@foad.org>
25564              Message-ID: <20000825064430.9719.qmail@foad.org>
25565              Date: Fri, 25 Aug 2000 02:44:30 -0400
25566      Branch: perl
25567            ! installperl
25568 ____________________________________________________________________________
25569 [  6811] By: jhi                                   on 2000/08/25  17:05:43
25570         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
25571              From: "Peter J. Farley III" <pjfarley@banet.net>
25572              Date: Thu, 24 Aug 2000 21:58:03 -0400
25573              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
25574              
25575              (applied slightly modified)
25576      Branch: perl
25577            ! lib/ExtUtils/MM_Unix.pm
25578 ____________________________________________________________________________
25579 [  6810] By: jhi                                   on 2000/08/25  17:01:18
25580         Log: Missing parts of 
25581              
25582              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
25583              From: Peter Prymmer <pvhp@forte.com>
25584              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
25585              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
25586      Branch: perl
25587            ! t/lib/cgi-html.t
25588 ____________________________________________________________________________
25589 [  6809] By: jhi                                   on 2000/08/25  16:46:32
25590         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
25591              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25592              Date: Thu, 24 Aug 2000 19:13:11 -0500
25593              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
25594      Branch: perl
25595            ! vms/vms.c
25596 ____________________________________________________________________________
25597 [  6808] By: jhi                                   on 2000/08/25  16:39:22
25598         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
25599              From: Peter Prymmer <pvhp@forte.com>
25600              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
25601              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
25602      Branch: perl
25603            ! configure.com
25604 ____________________________________________________________________________
25605 [  6807] By: jhi                                   on 2000/08/25  16:36:37
25606         Log: Better wording for the vec lvalue diagnostic.
25607              
25608              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25609              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25610              Date: Wed, 23 Aug 2000 14:12:16 -0400
25611              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
25612      Branch: perl
25613            ! pod/perldiag.pod
25614 ____________________________________________________________________________
25615 [  6806] By: jhi                                   on 2000/08/24  18:17:22
25616         Log: Subject: [PATCH] More silencing of installman.
25617              From: <abigail@foad.org>
25618              Date: Thu, 24 Aug 2000 14:01:44 -0400
25619              Message-ID: <20000824180144.20062.qmail@foad.org>
25620      Branch: perl
25621            ! installman
25622 ____________________________________________________________________________
25623 [  6805] By: jhi                                   on 2000/08/24  15:00:31
25624         Log: Update Changes.
25625      Branch: perl
25626            ! Changes patchlevel.h
25627 ____________________________________________________________________________
25628 [  6804] By: jhi                                   on 2000/08/24  14:59:07
25629         Log: Regen perltoc.
25630      Branch: perl
25631            ! pod/perltoc.pod
25632 ____________________________________________________________________________
25633 [  6803] By: jhi                                   on 2000/08/24  14:44:39
25634         Log: Show the doc file, not the temp file.
25635      Branch: perl
25636            ! installman
25637 ____________________________________________________________________________
25638 [  6802] By: jhi                                   on 2000/08/24  14:41:53
25639         Log: Continue silencing.
25640      Branch: perl
25641            ! installman
25642 ____________________________________________________________________________
25643 [  6801] By: jhi                                   on 2000/08/24  14:34:40
25644         Log: Actually do something with the silencer option.
25645      Branch: perl
25646            ! installman
25647 ____________________________________________________________________________
25648 [  6800] By: jhi                                   on 2000/08/24  14:26:22
25649         Log: Make installman to recognize the silence flag -S.
25650      Branch: perl
25651            ! installman
25652 ____________________________________________________________________________
25653 [  6799] By: jhi                                   on 2000/08/24  13:49:38
25654         Log: DOS patches and portability/porting notes, from Tim Jenness.
25655      Branch: perl
25656            ! lib/File/Temp.pm
25657 ____________________________________________________________________________
25658 [  6798] By: jhi                                   on 2000/08/24  13:48:27
25659         Log: Create directories in silence.
25660              
25661              Subject: [PATCH] Another silencer for MakeMaker
25662              From: andreas.koenig@anima.de (Andreas J. Koenig)
25663              Date: 24 Aug 2000 14:18:52 +0200
25664              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
25665      Branch: perl
25666            ! lib/ExtUtils/Command.pm
25667 ____________________________________________________________________________
25668 [  6797] By: jhi                                   on 2000/08/24  13:46:42
25669         Log: More liberal parsing of version numbers.
25670              
25671              Subject: Re: CPAN.pm beta for testing available
25672              From: andreas.koenig@anima.de (Andreas J. Koenig)
25673              Date: 24 Aug 2000 13:51:57 +0200
25674              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
25675      Branch: perl
25676            ! lib/CPAN.pm
25677 ____________________________________________________________________________
25678 [  6796] By: jhi                                   on 2000/08/24  13:44:36
25679         Log: Make "make install" by default silent.  A new "install-verbose"
25680              target is verbose.
25681      Branch: perl
25682            ! Makefile.SH
25683 ____________________________________________________________________________
25684 [  6795] By: jhi                                   on 2000/08/24  13:39:14
25685         Log: Add silencer flags to installperl.
25686              
25687              Subject: [PATCH] Making installperl silent.
25688              From: <abigail@foad.org>
25689              Date: Thu, 24 Aug 2000 05:01:45 -0400
25690              Message-ID: <20000824090145.13141.qmail@foad.org>
25691      Branch: perl
25692            ! installperl
25693 ____________________________________________________________________________
25694 [  6794] By: jhi                                   on 2000/08/24  13:35:50
25695         Log: installperl couldn't tell whether it had run tests or not.
25696              
25697              Subject: [PATCH] Re: installperl and t/TEST
25698              From: <abigail@foad.org>
25699              Date: Thu, 24 Aug 2000 04:00:53 -0400
25700              Message-ID: <20000824080053.2494.qmail@foad.org>
25701      Branch: perl
25702            ! Makefile.SH installperl
25703 ____________________________________________________________________________
25704 [  6793] By: jhi                                   on 2000/08/24  13:27:50
25705         Log: Drop the separate perlbc, perlcc -b should be enough.
25706      Branch: perl
25707            - utils/perlbc.PL
25708            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
25709 ____________________________________________________________________________
25710 [  6792] By: jhi                                   on 2000/08/24  04:41:30
25711         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
25712              plus the typo fix from Peter Prymmer.
25713      Branch: perl
25714            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25715            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25716 ____________________________________________________________________________
25717 [  6791] By: jhi                                   on 2000/08/24  02:10:43
25718         Log: Replace #6705 with a minimal doc patch.
25719              
25720              Subject: [PATCH 5.6.0] replace change #6705
25721              From: Jan Dubois <jand@ActiveState.com>
25722              Date: Wed, 23 Aug 2000 18:31:51 -0700
25723              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
25724      Branch: perl
25725            ! lib/Win32.pod win32/win32.c
25726 ____________________________________________________________________________
25727 [  6790] By: jhi                                   on 2000/08/23  17:52:00
25728         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25729              From: Mike Guy <mjtg@cam.ac.uk>
25730              Date: Wed, 23 Aug 2000 18:38:46 +0100
25731              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
25732      Branch: perl
25733            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
25734 ____________________________________________________________________________
25735 [  6789] By: jhi                                   on 2000/08/23  15:34:21
25736         Log: Update Changes.
25737      Branch: perl
25738            ! Changes patchlevel.h
25739 ____________________________________________________________________________
25740 [  6788] By: jhi                                   on 2000/08/23  15:33:40
25741         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
25742              From: Wilfredo Sánchez <wsanchez@apple.com>
25743              Date: Tue, 22 Aug 2000 19:31:27 -0700
25744              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
25745      Branch: perl
25746            ! perl.h
25747 ____________________________________________________________________________
25748 [  6787] By: jhi                                   on 2000/08/23  15:29:31
25749         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
25750              From: Spider Boardman <spider@leggy.zk3.dec.com>
25751              Date: Wed, 23 Aug 2000 10:33:23 -0400
25752              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
25753      Branch: perl
25754            ! lib/Pod/Html.pm
25755 ____________________________________________________________________________
25756 [  6786] By: jhi                                   on 2000/08/23  15:28:11
25757         Log: Bad makefile.
25758      Branch: perl
25759            ! ext/B/Makefile.PL
25760 ____________________________________________________________________________
25761 [  6785] By: jhi                                   on 2000/08/23  14:37:04
25762         Log: Update Changes.
25763      Branch: perl
25764            ! Changes patchlevel.h
25765 ____________________________________________________________________________
25766 [  6784] By: jhi                                   on 2000/08/23  13:58:41
25767         Log: Portability fix from Hugo van der Sanden.
25768      Branch: perl
25769            ! ext/re/Makefile.PL
25770 ____________________________________________________________________________
25771 [  6783] By: jhi                                   on 2000/08/23  13:53:53
25772         Log: Storable support, v-version fixes.
25773              
25774              Subject: CPAN.pm beta for testing available
25775              From: andreas.koenig@anima.de (Andreas J. Koenig)
25776              Date: 22 Aug 2000 23:31:33 +0200
25777              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
25778      Branch: perl
25779            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25780 ____________________________________________________________________________
25781 [  6782] By: jhi                                   on 2000/08/23  13:51:26
25782         Log: Mac and other portability updates from Chris Nandor.
25783      Branch: perl
25784            ! pod/perlmodinstall.pod
25785 ____________________________________________________________________________
25786 [  6781] By: jhi                                   on 2000/08/23  13:47:33
25787         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
25788              From: Peter Prymmer <pvhp@forte.com>
25789              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
25790              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
25791      Branch: perl
25792            ! ext/Storable/Storable.xs
25793 ____________________________________________________________________________
25794 [  6780] By: jhi                                   on 2000/08/23  13:33:34
25795         Log: VMS MMS (make) wants null action.
25796      Branch: perl
25797            ! ext/B/Makefile.PL
25798 ____________________________________________________________________________
25799 [  6779] By: jhi                                   on 2000/08/22  19:44:47
25800         Log: Forgot portability nit.
25801      Branch: perl
25802            ! t/lib/st-forgive.t
25803 ____________________________________________________________________________
25804 [  6778] By: jhi                                   on 2000/08/22  19:35:25
25805         Log: Be portable.
25806      Branch: perl
25807            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
25808            ! t/lib/st-store.t
25809 ____________________________________________________________________________
25810 [  6777] By: jhi                                   on 2000/08/22  18:50:53
25811         Log: Update Changes.
25812      Branch: perl
25813            ! Changes patchlevel.h
25814 ____________________________________________________________________________
25815 [  6776] By: jhi                                   on 2000/08/22  18:44:46
25816         Log: cSVOPo_*v things index into the current PL_curpad
25817              under ithreads, which is different from the curpad
25818              used by the XSUB.  (In other words, the code as-is
25819              before this patch wouldn't work under ithreads.)
25820              From Sarathy.
25821      Branch: perl
25822            ! ext/B/B.xs
25823 ____________________________________________________________________________
25824 [  6775] By: jhi                                   on 2000/08/22  18:18:37
25825         Log: Make the selection of NVff et al stricter.
25826      Branch: metaconfig/U/perl
25827            ! perlxvf.U
25828      Branch: perl
25829            ! Configure config_h.SH
25830 ____________________________________________________________________________
25831 [  6774] By: jhi                                   on 2000/08/22  17:19:42
25832         Log: perldelta nits.
25833      Branch: perl
25834            ! pod/perldelta.pod
25835 ____________________________________________________________________________
25836 [  6773] By: jhi                                   on 2000/08/22  17:06:26
25837         Log: Long double fixes from Spider Boardman.
25838              
25839              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
25840              From: system PRIVILEGED account <root@peano.zk3.dec.com>
25841              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
25842              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
25843      Branch: perl
25844            ! t/lib/bigfltpm.t t/lib/st-06compat.t
25845 ____________________________________________________________________________
25846 [  6772] By: jhi                                   on 2000/08/22  15:04:53
25847         Log: Update Changes.
25848      Branch: perl
25849            ! Changes patchlevel.h
25850 ____________________________________________________________________________
25851 [  6771] By: jhi                                   on 2000/08/22  15:01:44
25852         Log: perldelta fixes from Hugo van der Sanden.
25853      Branch: perl
25854            ! pod/perldelta.pod
25855 ____________________________________________________________________________
25856 [  6770] By: jhi                                   on 2000/08/22  14:34:49
25857         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
25858              From: Hugo <hv@crypt.compulink.co.uk>
25859              Date: Tue, 22 Aug 2000 11:21:53 +0100
25860              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
25861      Branch: perl
25862            ! regcomp.c
25863 ____________________________________________________________________________
25864 [  6769] By: jhi                                   on 2000/08/22  14:30:02
25865         Log: Add Yitzchak, reformat.
25866      Branch: perl
25867            ! Changes config_h.SH
25868 ____________________________________________________________________________
25869 [  6768] By: jhi                                   on 2000/08/22  14:21:35
25870         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
25871              and Spider Boardman.
25872      Branch: metaconfig
25873            ! U/compline/d_gconvert.U
25874      Branch: perl
25875            ! Configure
25876 ____________________________________________________________________________
25877 [  6767] By: jhi                                   on 2000/08/22  14:11:24
25878         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
25879              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25880              Date: Mon, 21 Aug 2000 19:08:31 -0700
25881              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
25882      Branch: perl
25883            - ext/Storable/patchlevel.h
25884            ! MANIFEST ext/Storable/MANIFEST
25885 ____________________________________________________________________________
25886 [  6766] By: jhi                                   on 2000/08/22  13:49:29
25887         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
25888              From: Peter Prymmer <pvhp@forte.com>
25889              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
25890              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
25891      Branch: perl
25892            ! configure.com ext/Storable/Makefile.PL
25893 ____________________________________________________________________________
25894 [  6765] By: jhi                                   on 2000/08/22  13:44:59
25895         Log: Subject: [PATCH blead] B:: missing dependency
25896              From: Hugo <hv@crypt.compulink.co.uk>
25897              Date: Tue, 22 Aug 2000 06:44:33 +0100
25898              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
25899      Branch: perl
25900            ! ext/B/Makefile.PL
25901 ____________________________________________________________________________
25902 [  6764] By: jhi                                   on 2000/08/22  13:38:12
25903         Log: More bytecompiler.
25904      Branch: perl
25905            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
25906 ____________________________________________________________________________
25907 [  6763] By: jhi                                   on 2000/08/22  13:36:44
25908         Log: Bytecompiler patches from Benjamin Stuhl.
25909      Branch: perl
25910            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
25911            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25912            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
25913            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25914            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
25915            ! perl.c perlapi.h pod/perldelta.pod
25916 ____________________________________________________________________________
25917 [  6762] By: jhi                                   on 2000/08/21  23:43:40
25918         Log: An obsoleted diagnostic.
25919      Branch: perl
25920            ! pod/perldelta.pod
25921 ____________________________________________________________________________
25922 [  6761] By: jhi                                   on 2000/08/21  23:01:45
25923         Log: The #6759 wasn't quite right.
25924      Branch: perl
25925            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25926            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25927            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25928            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25929            ! t/lib/st-tieditems.t
25930 ____________________________________________________________________________
25931 [  6760] By: jhi                                   on 2000/08/21  22:35:49
25932         Log: Be verydeepclean.
25933      Branch: perl
25934            ! Makefile.SH
25935 ____________________________________________________________________________
25936 [  6759] By: jhi                                   on 2000/08/21  22:25:40
25937         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
25938              From: Peter Prymmer <pvhp@forte.com>
25939              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
25940              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
25941      Branch: perl
25942            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25943            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25944            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25945            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25946            ! t/lib/st-tieditems.t
25947 ____________________________________________________________________________
25948 [  6758] By: jhi                                   on 2000/08/21  22:22:32
25949         Log: Few more casts, need reported in
25950              
25951              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
25952              From: Mike Stok <mike@stok.co.uk>
25953              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
25954              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
25955              
25956              and
25957              
25958              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
25959              From: abigail@foad.org
25960              Date: 21 Aug 2000 21:31:34 -0000
25961              Message-Id: <20000821213134.30170.qmail@foad.org>
25962      Branch: perl
25963            ! ext/Storable/Storable.xs
25964 ____________________________________________________________________________
25965 [  6757] By: jhi                                   on 2000/08/21  18:37:07
25966         Log: Update Changes.
25967      Branch: perl
25968            ! Changes patchlevel.h
25969 ____________________________________________________________________________
25970 [  6756] By: jhi                                   on 2000/08/21  18:34:02
25971         Log: A pod nit.
25972              
25973              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
25974              From: <abigail@foad.org>
25975              Date: Mon, 21 Aug 2000 14:00:16 -0400
25976              Message-ID: <20000821180016.28627.qmail@foad.org>
25977      Branch: perl
25978            ! pod/perlre.pod
25979 ____________________________________________________________________________
25980 [  6755] By: jhi                                   on 2000/08/21  18:30:56
25981         Log: Use PodParser 1.18 new test.
25982      Branch: perl
25983            ! t/pod/special_seqs.t t/pod/special_seqs.xr
25984 ____________________________________________________________________________
25985 [  6754] By: jhi                                   on 2000/08/21  18:28:35
25986         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
25987              patches cannot be applied since #6712 conflicts.
25988      Branch: perl
25989            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
25990 ____________________________________________________________________________
25991 [  6753] By: jhi                                   on 2000/08/21  18:15:11
25992         Log: Weed out some smaller changes.
25993      Branch: perl
25994            ! pod/perldelta.pod
25995 ____________________________________________________________________________
25996 [  6752] By: jhi                                   on 2000/08/21  18:02:30
25997         Log: Also under djgpp the timestamps are funky.
25998      Branch: perl
25999            ! t/op/stat.t
26000 ____________________________________________________________________________
26001 [  6751] By: jhi                                   on 2000/08/21  17:55:56
26002         Log: Tweak the floating point output routine preferences.
26003      Branch: metaconfig
26004            ! U/compline/d_gconvert.U
26005      Branch: perl
26006            ! Configure
26007 ____________________________________________________________________________
26008 [  6750] By: jhi                                   on 2000/08/21  17:51:29
26009         Log: Unicos/mk requires elaborate paranoia.
26010      Branch: perl
26011            ! lib/Math/Complex.pm
26012 ____________________________________________________________________________
26013 [  6749] By: gsar                                  on 2000/08/21  16:53:31
26014         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
26015      Branch: perl
26016            ! lib/Cwd.pm
26017 ____________________________________________________________________________
26018 [  6748] By: gsar                                  on 2000/08/21  16:22:19
26019         Log: free TLS slot properly on Windows
26020      Branch: perl
26021            ! thread.h win32/perllib.c win32/win32thread.h
26022 ____________________________________________________________________________
26023 [  6747] By: jhi                                   on 2000/08/21  16:20:58
26024         Log: Rename the macro argument because some preprocessors
26025              can't tell the difference and expand arguments also inside
26026              double quoted strings.
26027      Branch: perl
26028            ! regcomp.c
26029 ____________________________________________________________________________
26030 [  6746] By: jhi                                   on 2000/08/21  16:09:41
26031         Log: Support long doubles in Storable.
26032              
26033              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
26034              From: Radu Greab <radu@netsoft.ro>
26035              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
26036              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
26037      Branch: perl
26038            ! ext/Storable/Storable.xs
26039 ____________________________________________________________________________
26040 [  6745] By: jhi                                   on 2000/08/21  15:51:40
26041         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
26042              From: "Fifer, Eric" <EFifer@sanwaint.com>
26043              Date: Mon, 21 Aug 2000 15:34:49 +0100
26044              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
26045      Branch: perl
26046            ! t/pragma/warn/9enabled
26047 ____________________________________________________________________________
26048 [  6744] By: jhi                                   on 2000/08/21  15:39:35
26049         Log: Document the endianness of Alpha more precisely.
26050      Branch: perl
26051            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
26052            ! pod/perlport.pod
26053 ____________________________________________________________________________
26054 [  6743] By: jhi                                   on 2000/08/21  14:47:05
26055         Log: perldelta fixes from the p5p crowd.
26056      Branch: perl
26057            ! pod/perldelta.pod pod/perlop.pod
26058 ____________________________________________________________________________
26059 [  6742] By: jhi                                   on 2000/08/21  13:34:51
26060         Log: Update to Pod::LaTeX 0.53.
26061              
26062              Subject: [PATCH] lib/Pod/LaTeX.pm updates
26063              From: Tim Jenness <timj@jach.hawaii.edu>
26064              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
26065              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
26066      Branch: perl
26067            ! lib/Pod/LaTeX.pm
26068 ____________________________________________________________________________
26069 [  6741] By: jhi                                   on 2000/08/21  13:33:01
26070         Log: Subject: [PATCH] os2.c fix for use64bitint
26071              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26072              Date: Mon, 21 Aug 2000 01:32:25 -0700
26073              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
26074      Branch: perl
26075            ! os2/os2.c
26076 ____________________________________________________________________________
26077 [  6740] By: jhi                                   on 2000/08/21  13:28:52
26078         Log: Array context keeps slithering in.
26079              
26080              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
26081              From: Daniel Chetlin <daniel@chetlin.com>
26082              Date: Sun, 20 Aug 2000 21:40:25 -0700
26083              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
26084      Branch: perl
26085            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
26086            ! pod/perldebtut.pod
26087 ____________________________________________________________________________
26088 [  6739] By: jhi                                   on 2000/08/21  13:23:55
26089         Log: Big-endian quad fixes for Storable from Radu Greab,
26090              plus few explicit null casts for picky compilers.
26091      Branch: perl
26092            ! ext/Storable/Storable.xs
26093 ____________________________________________________________________________
26094 [  6738] By: gsar                                  on 2000/08/21  05:56:13
26095         Log: small tweaks for change#6705: avoid C++ style comments in C code;
26096              use Perl's malloc API rather than the low level system one
26097      Branch: perl
26098            ! win32/win32.c
26099 ____________________________________________________________________________
26100 [  6737] By: gsar                                  on 2000/08/21  05:35:41
26101         Log: add Storable to list of extensions on Windows
26102      Branch: perl
26103            ! win32/Makefile win32/makefile.mk
26104 ____________________________________________________________________________
26105 [  6736] By: jhi                                   on 2000/08/21  02:57:53
26106         Log: Update Changes.
26107      Branch: perl
26108            ! Changes patchlevel.h
26109 ____________________________________________________________________________
26110 [  6735] By: jhi                                   on 2000/08/21  02:57:20
26111         Log: Draft 0.
26112      Branch: perl
26113            ! pod/perldelta.pod
26114 ____________________________________________________________________________
26115 [  6734] By: jhi                                   on 2000/08/21  02:57:03
26116         Log: Add Storable 0.7.2 from Raphael Manfredi,
26117              plus the patch from
26118              
26119              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
26120              From: Radu Greab <radu@netsoft.ro>
26121              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
26122              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
26123              
26124              plus changes to get Storable to compile with
26125              picky ANSI compilers.
26126      Branch: perl
26127            + ext/Storable/ChangeLog ext/Storable/MANIFEST
26128            + ext/Storable/Makefile.PL ext/Storable/README
26129            + ext/Storable/Storable.pm ext/Storable/Storable.xs
26130            + ext/Storable/patchlevel.h t/lib/st-06compat.t
26131            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
26132            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
26133            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
26134            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
26135            + t/lib/st-tieditems.t
26136            ! MANIFEST
26137 ____________________________________________________________________________
26138 [  6733] By: jhi                                   on 2000/08/21  02:29:09
26139         Log: The correct cleaning order is an art.
26140      Branch: perl
26141            ! Makefile.SH
26142 ____________________________________________________________________________
26143 [  6732] By: jhi                                   on 2000/08/21  01:23:39
26144         Log: The #6724 is here.
26145      Branch: perl
26146            ! t/lib/ftmp-security.t
26147 ____________________________________________________________________________
26148 [  6731] By: jhi                                   on 2000/08/20  23:17:03
26149         Log: s/this one/the 5.6.0 release/
26150      Branch: perl
26151            ! pod/perl56delta.pod
26152 ____________________________________________________________________________
26153 [  6730] By: jhi                                   on 2000/08/20  23:07:34
26154         Log: Mention perlebcdic and perlposix-bc.
26155      Branch: perl
26156            ! pod/perlport.pod
26157 ____________________________________________________________________________
26158 [  6729] By: jhi                                   on 2000/08/20  21:32:59
26159         Log: Document the number of exponent digits.
26160      Branch: perl
26161            ! pod/perlfunc.pod
26162 ____________________________________________________________________________
26163 [  6728] By: jhi                                   on 2000/08/20  21:16:47
26164         Log: Use File::Spec->tmpdir().
26165              
26166              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
26167              From: Tim Jenness <timj@jach.hawaii.edu>
26168              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
26169              MIME-Version: 1.0
26170              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
26171      Branch: perl
26172            ! utils/perlbug.PL
26173 ____________________________________________________________________________
26174 [  6727] By: jhi                                   on 2000/08/20  20:43:32
26175         Log: Update Changes.
26176      Branch: perl
26177            ! Changes patchlevel.h
26178 ____________________________________________________________________________
26179 [  6726] By: jhi                                   on 2000/08/20  20:41:44
26180         Log: The veryclean target needs to clobber.
26181      Branch: perl
26182            ! Makefile.SH
26183 ____________________________________________________________________________
26184 [  6725] By: jhi                                   on 2000/08/20  20:37:38
26185         Log: Document odd vs even subreleases and -Dusedevel.
26186      Branch: perl
26187            ! INSTALL
26188 ____________________________________________________________________________
26189 [  6724] By: jhi                                   on 2000/08/20  19:58:05
26190         Log: Use temporary directory instead of current directory.
26191              
26192              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
26193              From: Tim Jenness <timj@jach.hawaii.edu>
26194              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
26195              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
26196      Branch: perl
26197            ! t/lib/ftmp-security.t
26198 ____________________________________________________________________________
26199 [  6723] By: jhi                                   on 2000/08/20  19:55:55
26200         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
26201              From: andreas.koenig@anima.de (Andreas J. Koenig)
26202              Date: 20 Aug 2000 15:52:03 +0200
26203              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
26204      Branch: perl
26205            ! lib/ExtUtils/MM_Unix.pm
26206 ____________________________________________________________________________
26207 [  6722] By: jhi                                   on 2000/08/20  19:46:01
26208         Log: Update to CGI 2.72, from Lincoln Stein.
26209      Branch: perl
26210            ! lib/CGI.pm
26211 ____________________________________________________________________________
26212 [  6721] By: jhi                                   on 2000/08/20  19:43:54
26213         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
26214              From: Radu Greab <radu@netsoft.ro>
26215              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
26216              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
26217      Branch: perl
26218            ! ext/GDBM_File/GDBM_File.xs
26219 ____________________________________________________________________________
26220 [  6720] By: jhi                                   on 2000/08/20  19:42:01
26221         Log: pp_open() could pass an uninitialized filename down to do_open9().
26222      Branch: perl
26223            ! pp_sys.c
26224 ____________________________________________________________________________
26225 [  6719] By: jhi                                   on 2000/08/20  14:06:41
26226         Log: UTF8 concat fixes.
26227              
26228              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
26229              From: Hugo <hv@crypt.compulink.co.uk>
26230              Date: Sun, 20 Aug 2000 07:30:46 +0100
26231              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
26232      Branch: perl
26233            ! pp_hot.c t/op/append.t
26234 ____________________________________________________________________________
26235 [  6718] By: jhi                                   on 2000/08/20  02:09:37
26236         Log: Let's try #6717 again.
26237      Branch: perl
26238            ! lib/File/Temp.pm
26239 ____________________________________________________________________________
26240 [  6717] By: jhi                                   on 2000/08/20  01:56:55
26241         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
26242              From: "Craig A. Berry" <craig.berry@metamorgs.com>
26243              Date: Sat, 19 Aug 2000 18:15:39 -0500
26244              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
26245      Branch: perl
26246            ! lib/File/Temp.pm
26247 ____________________________________________________________________________
26248 [  6716] By: jhi                                   on 2000/08/19  15:50:11
26249         Log: Update Changes.
26250      Branch: perl
26251            ! Changes patchlevel.h
26252 ____________________________________________________________________________
26253 [  6715] By: jhi                                   on 2000/08/19  15:39:09
26254         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
26255              From: Jonathan D Johnston <jdjohnston2@juno.com>
26256              Date: Thu, 17 Aug 2000 23:13:01 -0400       
26257              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
26258      Branch: perl
26259            ! pod/perlfunc.pod
26260 ____________________________________________________________________________
26261 [  6714] By: jhi                                   on 2000/08/19  15:34:04
26262         Log: Introduce a 'veryclean' target that is like 'distclean'
26263              but also removes *~ and *.orig.
26264      Branch: perl
26265            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
26266            ! utils/Makefile x2p/Makefile.SH
26267 ____________________________________________________________________________
26268 [  6713] By: jhi                                   on 2000/08/19  14:15:45
26269         Log: Put back the long double avoidance code to POSIX.xs
26270              because VMS seems to need it still.
26271      Branch: perl
26272            ! ext/POSIX/POSIX.xs
26273 ____________________________________________________________________________
26274 [  6712] By: jhi                                   on 2000/08/19  14:10:41
26275         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
26276              From: Peter Prymmer <pvhp@forte.com>
26277              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
26278              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
26279      Branch: perl
26280            ! lib/Pod/Find.pm t/pod/find.t
26281 ____________________________________________________________________________
26282 [  6711] By: jhi                                   on 2000/08/19  14:09:19
26283         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
26284              From: Peter Prymmer <pvhp@forte.com>
26285              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
26286              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
26287              cc: vmsperl@perl.org
26288      Branch: perl
26289            ! t/lib/peek.t
26290 ____________________________________________________________________________
26291 [  6710] By: jhi                                   on 2000/08/19  14:08:01
26292         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
26293              From: Jan Dubois <jand@ActiveState.com>
26294              Date: Fri, 18 Aug 2000 16:31:48 -0700
26295              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
26296      Branch: perl
26297            ! win32/win32.c
26298 ____________________________________________________________________________
26299 [  6709] By: jhi                                   on 2000/08/19  14:06:57
26300         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
26301              
26302              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
26303              From: Spider.Boardman@Orb.Nashua.NH.US
26304              Date: Fri, 18 Aug 2000 18:41:14 -0400
26305              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
26306      Branch: perl
26307            ! regcomp.c
26308 ____________________________________________________________________________
26309 [  6708] By: jhi                                   on 2000/08/18  22:04:49
26310         Log: Update Changes.
26311      Branch: perl
26312            ! Changes patchlevel.h
26313 ____________________________________________________________________________
26314 [  6707] By: jhi                                   on 2000/08/18  21:55:14
26315         Log: Add warnif(), check warnings further up the stack,
26316              all the warnings functions now can take an optional object reference.
26317              
26318              Subject: [PATCH bleedperl@6691] warnings pragma update
26319              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26320              Date: Fri, 18 Aug 2000 22:42:06 +0100
26321              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
26322      Branch: perl
26323            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
26324            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
26325            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
26326 ____________________________________________________________________________
26327 [  6706] By: jhi                                   on 2000/08/18  21:41:45
26328         Log: Typo in pp_complement().
26329              
26330              Subject: [PATCH perl-current] Deparse
26331              From: Peter Scott <Peter@PSDT.com>
26332              Date: Fri, 18 Aug 2000 12:44:37 -0700
26333              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
26334      Branch: perl
26335            ! ext/B/B/Deparse.pm
26336 ____________________________________________________________________________
26337 [  6705] By: jhi                                   on 2000/08/18  21:25:59
26338         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
26339              From: Jan Dubois <jand@ActiveState.com>
26340              Date: Fri, 18 Aug 2000 14:22:51 -0700
26341              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
26342      Branch: perl
26343            ! lib/Win32.pod win32/win32.c
26344 ____________________________________________________________________________
26345 [  6704] By: jhi                                   on 2000/08/18  21:16:14
26346         Log: Don't eat leading os from index entries.
26347              
26348              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
26349              From: Russ Allbery <rra@stanford.edu>
26350              Date: 10 Aug 2000 20:49:25 -0700
26351              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
26352      Branch: perl
26353            ! lib/Pod/Man.pm
26354 ____________________________________________________________________________
26355 [  6703] By: jhi                                   on 2000/08/18  21:07:06
26356         Log: Add [[:blank:]] as suggested in
26357              
26358              Subject: [ID 20000716.024] [=cc=] / [:blank:]
26359              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
26360              Date: Sun, 16 Jul 2000 17:55:29 -0700
26361              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
26362              
26363              (the [=cc=] has already been taken care of by #6439
26364              so the whole bug report can be closed)
26365              
26366              and make [[:space:]] to be equivalent to isspace(3)
26367              (as opposed to \s, which is isSPACE()).  The difference
26368              is that now [[:space:]] matches the mythical vertical tab,
26369              while \s doesn't.
26370      Branch: perl
26371            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
26372            ! regexec.c t/op/pat.t
26373 ____________________________________________________________________________
26374 [  6702] By: jhi                                   on 2000/08/18  18:47:47
26375         Log: The new tests were missing from #6415.
26376      Branch: perl
26377            ! t/op/bop.t
26378 ____________________________________________________________________________
26379 [  6701] By: jhi                                   on 2000/08/18  18:20:40
26380         Log: Document the NDBM_File and ODBM_File as SDBM_File
26381              was documented in #6417.
26382      Branch: perl
26383            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
26384            ! ext/SDBM_File/SDBM_File.pm
26385 ____________________________________________________________________________
26386 [  6700] By: jhi                                   on 2000/08/18  18:10:39
26387         Log: Subject: [PATCH perl@6698] cygwin port
26388              From: "Fifer, Eric" <EFifer@sanwaint.com>
26389              Date: Fri, 18 Aug 2000 17:30:05 +0100
26390              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
26391      Branch: perl
26392            ! lib/File/Temp.pm
26393 ____________________________________________________________________________
26394 [  6699] By: jhi                                   on 2000/08/18  16:21:49
26395         Log: Document code point which makes if (defined %stash::) to work
26396              (noted by Spider Boardman).
26397      Branch: perl
26398            ! op.c
26399 ____________________________________________________________________________
26400 [  6698] By: jhi                                   on 2000/08/18  13:43:27
26401         Log: Update Changes.
26402      Branch: perl
26403            ! Changes patchlevel.h
26404 ____________________________________________________________________________
26405 [  6697] By: jhi                                   on 2000/08/18  13:35:57
26406         Log: Tiny Getopt::Long patch from Johan Vromans.
26407      Branch: perl
26408            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
26409 ____________________________________________________________________________
26410 [  6696] By: jhi                                   on 2000/08/18  13:26:14
26411         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
26412              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
26413              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
26414              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
26415      Branch: perl
26416            ! pod/perldiag.pod pod/perlsyn.pod
26417 ____________________________________________________________________________
26418 [  6695] By: jhi                                   on 2000/08/18  13:13:26
26419         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
26420              From: Daniel Chetlin <daniel@chetlin.com>
26421              Date: Fri, 18 Aug 2000 03:13:36 -0700
26422              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
26423      Branch: perl
26424            ! pod/perlfunc.pod
26425 ____________________________________________________________________________
26426 [  6694] By: jhi                                   on 2000/08/18  13:08:05
26427         Log: Subject: [PATCH] perltrap.pod spring cleaning
26428              From: Daniel Chetlin <daniel@chetlin.com>
26429              Date: Fri, 18 Aug 2000 03:06:54 -0700
26430              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
26431              
26432              plus Mike Guy's nitfix.
26433      Branch: perl
26434            ! pod/perltrap.pod
26435 ____________________________________________________________________________
26436 [  6693] By: jhi                                   on 2000/08/18  13:00:26
26437         Log: Unbuffer the output.
26438              
26439              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
26440              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26441              Date: Thu, 17 Aug 2000 18:39:29 -0700
26442              Message-ID: <RPJn5gzkgydf092yn@efn.org>
26443      Branch: perl
26444            ! t/op/fork.t
26445 ____________________________________________________________________________
26446 [  6692] By: jhi                                   on 2000/08/18  05:19:17
26447         Log: Delete the image, too, not just its MANIFEStation.
26448      Branch: perl
26449            - lib/CGI/eg/wilogo.gif
26450 ____________________________________________________________________________
26451 [  6691] By: jhi                                   on 2000/08/18  05:10:26
26452         Log: Propagate new Configure vars.
26453      Branch: perl
26454            ! configure.com epoc/config.sh uconfig.h uconfig.sh
26455            ! vos/config.def vos/config.h vos/config_h.SH_orig
26456            ! win32/config.bc win32/config.gc win32/config.vc
26457            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26458 ____________________________________________________________________________
26459 [  6690] By: jhi                                   on 2000/08/18  04:30:56
26460         Log: Update Changes.
26461      Branch: perl
26462            ! Changes patchlevel.h
26463 ____________________________________________________________________________
26464 [  6689] By: jhi                                   on 2000/08/18  04:12:30
26465         Log: Fix the lib/complex failure of
26466              
26467              From: abigail@foad.org
26468              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
26469              Date: 15 Aug 2000 04:06:38 -0000
26470              Message-Id: <20000815040638.8524.qmail@foad.org> 
26471              
26472              Linux long double accuracy issue: something that
26473              when printed with %g looks like "2" but int() of it is 1.
26474      Branch: perl
26475            ! lib/Math/Complex.pm
26476 ____________________________________________________________________________
26477 [  6688] By: jhi                                   on 2000/08/18  03:15:35
26478         Log: The byteorder code in #6671 was wrong.
26479      Branch: perl
26480            ! configpm
26481 ____________________________________________________________________________
26482 [  6687] By: jhi                                   on 2000/08/18  02:08:42
26483         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
26484              From: Jan Dubois <jand@ActiveState.com>
26485              Date: Thu, 17 Aug 2000 18:31:55 -0700
26486              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
26487      Branch: perl
26488            ! sv.c
26489 ____________________________________________________________________________
26490 [  6686] By: jhi                                   on 2000/08/18  02:04:15
26491         Log: Use NVs in POSIX math, not doubles.
26492              
26493              From: abigail@foad.org
26494              Subject: [ID 20000817.014] POSIX & modfl
26495              Date: 17 Aug 2000 20:49:18 -0000
26496              Message-Id: <20000817204918.23123.qmail@foad.org>
26497      Branch: perl
26498            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
26499 ____________________________________________________________________________
26500 [  6685] By: jhi                                   on 2000/08/18  02:02:12
26501         Log: Introduce NVef, NVff, and NVgf, use the middle one.
26502              (helps for lib/peek + Linux + long doubles)  Reported in
26503              
26504              From: abigail@foad.org
26505              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
26506              Date: 15 Aug 2000 04:06:38 -0000
26507              Message-Id: <20000815040638.8524.qmail@foad.org> 
26508              
26509              (note: the lib/complex failure has not yet been addressed)
26510      Branch: metaconfig/U/perl
26511            ! perlxvf.U
26512      Branch: perl
26513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26514            ! config_h.SH dump.c perl.h pod/perlguts.pod
26515 ____________________________________________________________________________
26516 [  6684] By: jhi                                   on 2000/08/17  23:22:19
26517         Log: Add byteorder to the myconfig output.
26518      Branch: perl
26519            ! myconfig.SH
26520 ____________________________________________________________________________
26521 [  6683] By: jhi                                   on 2000/08/17  23:20:19
26522         Log: The image doth not exist, spotted by Johan Vromans.
26523      Branch: perl
26524            ! MANIFEST
26525 ____________________________________________________________________________
26526 [  6682] By: jhi                                   on 2000/08/17  22:38:16
26527         Log: Document what the backtick returns if the command fails.
26528      Branch: perl
26529            ! pod/perlop.pod
26530 ____________________________________________________________________________
26531 [  6681] By: jhi                                   on 2000/08/17  22:33:12
26532         Log: Do not use prototyping here.
26533              
26534              Subject: [ID 20000817.016] [PATCH] Peek.xs
26535              From: abigail@foad.org
26536              Date: 17 Aug 2000 20:55:56 -0000
26537              Message-Id: <20000817205556.24270.qmail@foad.org>
26538      Branch: perl
26539            ! ext/Devel/Peek/Makefile.PL
26540 ____________________________________________________________________________
26541 [  6680] By: jhi                                   on 2000/08/17  19:46:43
26542         Log: Don't propose using modules built for 5.005 if no binary
26543              compatibility with 5.005 is attempted.
26544              
26545              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26546              Subject: Minor nit with 5.7.0 (6655)
26547              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
26548              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
26549      Branch: metaconfig
26550            ! U/installdirs/inc_version_list.U
26551      Branch: perl
26552            ! Configure config_h.SH
26553 ____________________________________________________________________________
26554 [  6679] By: jhi                                   on 2000/08/17  19:16:39
26555         Log: Microperl config update.
26556      Branch: perl
26557            ! uconfig.h uconfig.sh
26558 ____________________________________________________________________________
26559 [  6678] By: jhi                                   on 2000/08/17  19:16:13
26560         Log: The #6648 wasn't protective enough for limited platforms
26561              (like microperl).
26562      Branch: perl
26563            ! dump.c sv.c
26564 ____________________________________________________________________________
26565 [  6677] By: jhi                                   on 2000/08/17  14:46:35
26566         Log: Update Changes.
26567      Branch: perl
26568            ! Changes patchlevel.h
26569 ____________________________________________________________________________
26570 [  6676] By: jhi                                   on 2000/08/17  14:44:02
26571         Log: Add perlebcdic from Peter Prymmer, regen toc.
26572      Branch: perl
26573            + pod/perlebcdic.pod
26574            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26575 ____________________________________________________________________________
26576 [  6675] By: jhi                                   on 2000/08/17  14:41:52
26577         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
26578      Branch: perl
26579            ! pod/perldebtut.pod
26580 ____________________________________________________________________________
26581 [  6674] By: jhi                                   on 2000/08/17  14:29:43
26582         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
26583              
26584              Subject: [ID 20000724.006] -DLEAKTEST problem
26585              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
26586              Date: Tue, 25 Jul 2000 00:36:32 -0500
26587              Message-Id: <20000725003632.A26186@www.llamacom.com>
26588              
26589              Reminder sent
26590              
26591              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
26592              From: Hugo <hv@crypt.compulink.co.uk>
26593              Date: Thu, 17 Aug 2000 15:23:42 +0100
26594              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
26595      Branch: perl
26596            ! util.c
26597 ____________________________________________________________________________
26598 [  6673] By: jhi                                   on 2000/08/17  04:07:10
26599         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
26600              From: John Peacock <JPeacock@UnivPress.com>
26601              Date: Tue, 01 Aug 2000 09:38:12 -0400
26602              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
26603      Branch: perl
26604            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
26605 ____________________________________________________________________________
26606 [  6672] By: jhi                                   on 2000/08/17  03:04:35
26607         Log: Subject: [PATCH] Cwd.pm now uses strict
26608              From: Tim Jenness <timj@jach.hawaii.edu>
26609              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
26610              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
26611      Branch: perl
26612            ! lib/Cwd.pm
26613 ____________________________________________________________________________
26614 [  6671] By: jhi                                   on 2000/08/17  02:16:35
26615         Log: Make $Config{byteorder} more magical so that it is
26616              dynamically computed: nice for 'fat binaries'.
26617              
26618              Subject: [PATCH]: default byteorder
26619              From: Wilfredo Sánchez <wsanchez@apple.com>
26620              Date: Mon, 31 Jul 2000 19:45:31 -0700
26621              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
26622      Branch: perl
26623            ! configpm
26624 ____________________________________________________________________________
26625 [  6670] By: gsar                                  on 2000/08/17  01:22:21
26626         Log: move WNOHANG definition to where other such things are
26627      Branch: perl
26628            ! win32/win32.h
26629 ____________________________________________________________________________
26630 [  6669] By: jhi                                   on 2000/08/17  01:19:17
26631         Log: Update Changes.
26632      Branch: perl
26633            ! Changes patchlevel.h
26634 ____________________________________________________________________________
26635 [  6668] By: jhi                                   on 2000/08/17  01:16:29
26636         Log: Doc nits spotted by Richard Soderberg.
26637      Branch: perl
26638            ! README.posix-bc README.vmesa
26639 ____________________________________________________________________________
26640 [  6667] By: jhi                                   on 2000/08/17  01:12:11
26641         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
26642              From: "Casey R. Tweten" <crt@kiski.net>
26643              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
26644              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
26645      Branch: perl
26646            ! pod/perldebtut.pod
26647 ____________________________________________________________________________
26648 [  6666] By: jhi                                   on 2000/08/17  01:09:31
26649         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
26650              From: "Casey R. Tweten" <crt@kiski.net>
26651              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
26652              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
26653      Branch: perl
26654            ! lib/Shell.pm
26655 ____________________________________________________________________________
26656 [  6665] By: gsar                                  on 2000/08/17  01:03:52
26657         Log: add "ok" targets from change#6632 in makefile.mk
26658      Branch: perl
26659            ! pod/perlport.pod win32/Makefile win32/makefile.mk
26660 ____________________________________________________________________________
26661 [  6664] By: gsar                                  on 2000/08/17  00:56:11
26662         Log: avoid warnings from dense compiler
26663      Branch: perl
26664            ! win32/win32.c
26665 ____________________________________________________________________________
26666 [  6663] By: jhi                                   on 2000/08/17  00:51:49
26667         Log: Tweak the regex compilation errors once more.
26668      Branch: perl
26669            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26670            ! t/op/regmesg.t t/pragma/warn/regcomp
26671 ____________________________________________________________________________
26672 [  6662] By: gsar                                  on 2000/08/17  00:28:19
26673         Log: trailing new %ENV entries weren't being pushed into the real
26674              environment of subprocesses on Windows
26675      Branch: perl
26676            ! t/op/magic.t win32/perlhost.h
26677 ____________________________________________________________________________
26678 [  6661] By: gsar                                  on 2000/08/17  00:19:20
26679         Log: waitpid() now handles externally spawned pids correctly;
26680              fixes for backtick/wait/waitpid failures on Windows 9x
26681              
26682              these changes make the pid returned by process functions on
26683              Windows 9x always positive by clearing the high bit (which
26684              is always set on Win9x); pseudo-process PIDs are likewise
26685              always negative now on Win9x (just as on NT/2000)
26686      Branch: perl
26687            ! pp_sys.c win32/perlhost.h win32/win32.c
26688 ____________________________________________________________________________
26689 [  6660] By: jhi                                   on 2000/08/17  00:04:32
26690         Log: Retract #6645.
26691      Branch: perl
26692            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26693            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26694            ! t/op/sprintf.t
26695 ____________________________________________________________________________
26696 [  6659] By: gsar                                  on 2000/08/16  23:59:28
26697         Log: on windows, the return values from wait() and waitpid() don't
26698              match those of pseudo-pids
26699      Branch: perl
26700            ! pp_sys.c t/op/fork.t util.c win32/win32.c
26701 ____________________________________________________________________________
26702 [  6658] By: gsar                                  on 2000/08/16  23:56:14
26703         Log: pod nit seen in passing
26704      Branch: perl
26705            ! pod/perlfunc.pod
26706 ____________________________________________________________________________
26707 [  6657] By: gsar                                  on 2000/08/16  23:53:42
26708         Log: change#6328 could make close(SOCKET) return false on windows
26709              when it shouldn't
26710      Branch: perl
26711            ! win32/win32sck.c
26712 ____________________________________________________________________________
26713 [  6656] By: gsar                                  on 2000/08/16  23:46:57
26714         Log: check that the number pseudo children doesn't exceed
26715              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
26716              the WaitForMultipleObjects() limit that would cause wait()
26717              to crash)
26718              
26719              wait() and waitpid() could potentially be rewritten to use
26720              more than one thread to do the waiting to eliminate this
26721              limitation
26722      Branch: perl
26723            ! win32/perlhost.h
26724 ____________________________________________________________________________
26725 [  6655] By: jhi                                   on 2000/08/16  14:11:05
26726         Log: Update Changes.
26727      Branch: perl
26728            ! Changes patchlevel.h
26729 ____________________________________________________________________________
26730 [  6654] By: jhi                                   on 2000/08/16  14:10:12
26731         Log: Update to perldebtut 1.9, from Richard Foley.
26732      Branch: perl
26733            ! pod/perldebtut.pod
26734 ____________________________________________________________________________
26735 [  6653] By: jhi                                   on 2000/08/16  14:08:17
26736         Log: Change the regx compilation error markers to use = instead of <
26737              since pod makes using the latter quite messy.  Reported in
26738              ID 20000814.006 by Abigail and in
26739              Subject: Unknown escape E<> ?
26740              From: Lupe Christoph <lupe@lupe-christoph.de>
26741              Date: Fri, 11 Aug 2000 00:30:27 +0200
26742              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
26743      Branch: perl
26744            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26745            ! t/op/regmesg.t t/pragma/warn/regcomp
26746 ____________________________________________________________________________
26747 [  6652] By: jhi                                   on 2000/08/16  13:25:31
26748         Log: Change the perlbug address to perl.org since it's more forgiving.
26749              
26750              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
26751              From: abigail@foad.org
26752              Date: 15 Aug 2000 04:15:40 -0000
26753              Message-Id: <20000815041540.8633.qmail@foad.org>
26754      Branch: perl
26755            ! utils/perlbug.PL
26756 ____________________________________________________________________________
26757 [  6651] By: jhi                                   on 2000/08/16  13:22:35
26758         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
26759              From: Tim Jenness <timj@jach.hawaii.edu>
26760              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
26761              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
26762      Branch: perl
26763            ! lib/Cwd.pm
26764 ____________________________________________________________________________
26765 [  6650] By: jhi                                   on 2000/08/16  13:18:13
26766         Log: Update to CPAN 1.57.
26767              
26768              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
26769              From: andreas.koenig@anima.de (Andreas J. Koenig)
26770              Date: 16 Aug 2000 15:09:46 +0200
26771              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
26772      Branch: perl
26773            ! lib/CPAN.pm
26774 ____________________________________________________________________________
26775 [  6649] By: jhi                                   on 2000/08/16  13:12:31
26776         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
26777              From: "Larry W. Virden" <lvirden@cas.org>
26778              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
26779              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
26780      Branch: perl
26781            ! README.hpux
26782 ____________________________________________________________________________
26783 [  6648] By: jhi                                   on 2000/08/16  13:03:53
26784         Log: The numeric locale was reset to "C" by s?printf and never restored.
26785              
26786              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26787              From: Christian Kirsch <ck@held.mind.de>
26788              Date: Wed, 9 Aug 2000 17:05:17 +0200
26789              Message-Id: <20000809170517.A25389@held>
26790              
26791              No test since adding the failing example to locale.t
26792              does not fail -- probably because the locale settings are so
26793              thoroughly tweaked by that time.  Running the example standalone
26794              does fail, though.  UPDATE: test case added at change #7540.
26795      Branch: perl
26796            ! dump.c perl.h pp.c pp_ctl.c sv.c
26797 ____________________________________________________________________________
26798 [  6647] By: jhi                                   on 2000/08/16  00:07:54
26799         Log: Update Changes and test semi-automatic patchlevel updating.
26800      Branch: perl
26801            ! Changes patchlevel.h
26802 ____________________________________________________________________________
26803 [  6646] By: jhi                                   on 2000/08/15  23:35:07
26804         Log: Fix a dependency problem.
26805              
26806              Subject: [PATCH: 6640] VMS Makefile.SH update
26807              From: Peter Prymmer <pvhp@forte.com>
26808              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
26809              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
26810      Branch: perl
26811            ! vms/descrip_mms.template
26812 ____________________________________________________________________________
26813 [  6645] By: jhi                                   on 2000/08/15  23:33:23
26814         Log: (Retracted by #6660)
26815              
26816              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
26817              From: Dominic Dunlop <domo@computer.org>
26818              Date: Tue, 15 Aug 2000 22:20:52 +0200
26819              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
26820      Branch: metaconfig/U/perl
26821            + d_printfed.U
26822      Branch: perl
26823            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26824            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26825            ! t/op/sprintf.t
26826 ____________________________________________________________________________
26827 [  6644] By: jhi                                   on 2000/08/15  21:17:20
26828         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
26829              From: abigail@foad.org
26830              Date: 15 Aug 2000 20:12:41 -0000
26831              Message-Id: <20000815201241.25556.qmail@foad.org>
26832      Branch: perl
26833            ! INSTALL
26834 ____________________________________________________________________________
26835 [  6643] By: jhi                                   on 2000/08/15  21:15:28
26836         Log: (an already applied patch)
26837      Branch: perl
26838            ! lib/CGI.pm
26839 ____________________________________________________________________________
26840 [  6642] By: gsar                                  on 2000/08/15  19:54:05
26841         Log: magic callbacks all need to have same type signature
26842      Branch: perl
26843            ! embed.pl mg.c proto.h
26844 ____________________________________________________________________________
26845 [  6641] By: jhi                                   on 2000/08/15  17:56:27
26846         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)
26847              From: Mike Guy <mjtg@cam.ac.uk>
26848              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
26849              Date: Tue, 15 Aug 2000 18:26:45 +0100
26850              
26851              Only the peek.t part applied, not the hash quality part.
26852      Branch: perl
26853            ! t/lib/peek.t
26854 ____________________________________________________________________________
26855 [  6640] By: jhi                                   on 2000/08/15  16:37:37
26856         Log: Update Changes.
26857      Branch: perl
26858            ! Changes
26859 ____________________________________________________________________________
26860 [  6639] By: jhi                                   on 2000/08/15  16:34:55
26861         Log: Missed a file from #6638.
26862      Branch: perl
26863            ! lib/File/Temp.pm
26864 ____________________________________________________________________________
26865 [  6638] By: jhi                                   on 2000/08/15  16:33:19
26866         Log: Subject: [PATCH perl@6620] cygwin port
26867              From: "Fifer, Eric" <EFifer@sanwaint.com>
26868              Date: Tue, 15 Aug 2000 17:00:49 +0100
26869              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
26870      Branch: perl
26871            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
26872 ____________________________________________________________________________
26873 [  6637] By: jhi                                   on 2000/08/15  16:29:22
26874         Log: Subject: [PATCH] debugger exit code should reflect user exit code
26875              From: Mike Guy <mjtg@cam.ac.uk>
26876              Date: Tue, 15 Aug 2000 16:55:59 +0100
26877              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
26878      Branch: perl
26879            ! lib/perl5db.pl
26880 ____________________________________________________________________________
26881 [  6636] By: jhi                                   on 2000/08/15  15:30:58
26882         Log: Update Changes.
26883      Branch: perl
26884            ! Changes
26885 ____________________________________________________________________________
26886 [  6635] By: jhi                                   on 2000/08/15  15:27:21
26887         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
26888      Branch: metaconfig
26889            ! U/mkglossary U/mksample
26890      Branch: metaconfig/U/perl
26891            ! Devel.U
26892      Branch: perl
26893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26894 ____________________________________________________________________________
26895 [  6634] By: jhi                                   on 2000/08/15  14:11:55
26896         Log: Don't blow limited stacks, a lower number is enough to
26897              tickle the lookbehind limit.
26898              
26899              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
26900              From: Dominic Dunlop <domo@computer.org>
26901              Date: Tue, 15 Aug 2000 13:51:24 +0200
26902              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
26903      Branch: perl
26904            ! t/op/regmesg.t
26905 ____________________________________________________________________________
26906 [  6633] By: jhi                                   on 2000/08/15  14:01:46
26907         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
26908              From: Mike Guy <mjtg@cam.ac.uk>
26909              Date: Tue, 15 Aug 2000 12:10:50 +0100
26910              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
26911      Branch: perl
26912            ! utils/perldoc.PL
26913 ____________________________________________________________________________
26914 [  6632] By: jhi                                   on 2000/08/15  13:58:48
26915         Log: make ok etc also for win32.
26916              
26917              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
26918              From: Prymmer/Kahn <pvhp@best.com>
26919              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
26920              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
26921      Branch: perl
26922            ! win32/Makefile
26923 ____________________________________________________________________________
26924 [  6631] By: jhi                                   on 2000/08/15  13:45:03
26925         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
26926      Branch: perl
26927            ! lib/Test.pm
26928 ____________________________________________________________________________
26929 [  6630] By: jhi                                   on 2000/08/15  03:25:09
26930         Log: Update Changes.
26931      Branch: perl
26932            ! Changes
26933 ____________________________________________________________________________
26934 [  6629] By: jhi                                   on 2000/08/15  03:23:53
26935         Log: magic_regdatum_set() is void, not int.
26936      Branch: perl
26937            ! embed.pl mg.c proto.h
26938 ____________________________________________________________________________
26939 [  6628] By: jhi                                   on 2000/08/15  03:08:02
26940         Log: Make the user to give up his firstborn, err, to knowingly
26941              verify installing an unstable developer release.  Also bump
26942              the release to 5.7.0, but leave a patch tag in the local
26943              patches saying that this is not yet the real thing.
26944      Branch: metaconfig
26945            ! U/modified/Instruct.U
26946      Branch: metaconfig/U/perl
26947            + Devel.U
26948      Branch: perl
26949            ! Configure patchlevel.h
26950 ____________________________________________________________________________
26951 [  6627] By: jhi                                   on 2000/08/14  22:32:52
26952         Log: README.os2 update.
26953              
26954              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
26955              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26956              Date: Wed, 02 Aug 2000 21:55:09 -0700
26957              Message-ID: <tsPi5gzkgegX092yn@efn.org>
26958      Branch: perl
26959            ! README.os2
26960 ____________________________________________________________________________
26961 [  6626] By: jhi                                   on 2000/08/14  21:00:02
26962         Log: Subject: Re: File::Temp problems on VMS in bleedperl
26963              From: Tim Jenness <timj@jach.hawaii.edu>
26964              cc: vmsperl@perl.org
26965              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
26966              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
26967      Branch: perl
26968            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
26969 ____________________________________________________________________________
26970 [  6625] By: jhi                                   on 2000/08/14  20:52:16
26971         Log: Add SUIDMAIL as was done for the CERT alert.
26972      Branch: perl
26973            ! patchlevel.h
26974 ____________________________________________________________________________
26975 [  6624] By: jhi                                   on 2000/08/14  20:48:50
26976         Log: Subject: sfio2000
26977              From: Daniel Muino <dmuino@afip.gov.ar>
26978              Date: Mon, 14 Aug 2000 16:58:11 -0300
26979              Message-ID: <20000814165811.B16368@con2-dgi>
26980      Branch: perl
26981            ! perlsdio.h perlsfio.h
26982 ____________________________________________________________________________
26983 [  6623] By: jhi                                   on 2000/08/14  20:47:36
26984         Log: Subject: warning: storage class after type is obsolescent
26985              From: Daniel Muino <dmuino@afip.gov.ar>
26986              Date: Mon, 14 Aug 2000 16:42:47 -0300
26987              Message-ID: <20000814164247.A16368@con2-dgi>
26988      Branch: perl
26989            ! regcomp.pl regnodes.h
26990 ____________________________________________________________________________
26991 [  6622] By: jhi                                   on 2000/08/14  20:43:05
26992         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
26993              From: abigail@foad.org
26994              Date: 14 Aug 2000 20:00:10 -0000
26995              Message-Id: <20000814200010.27271.qmail@foad.org>
26996      Branch: perl
26997            ! Changes
26998 ____________________________________________________________________________
26999 [  6621] By: jhi                                   on 2000/08/14  15:23:05
27000         Log: Update Changes.
27001      Branch: perl
27002            ! Changes
27003 ____________________________________________________________________________
27004 [  6620] By: jhi                                   on 2000/08/14  15:22:14
27005         Log: Subject: Re: [PATCH] @+, @- readonly
27006              From: Mike Guy <mjtg@cam.ac.uk>
27007              Date: Mon, 14 Aug 2000 15:26:55 +0100
27008              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
27009      Branch: perl
27010            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
27011            ! sv.c t/op/pat.t
27012 ____________________________________________________________________________
27013 [  6619] By: jhi                                   on 2000/08/14  14:12:08
27014         Log: Update Changes.
27015      Branch: perl
27016            ! Changes
27017 ____________________________________________________________________________
27018 [  6618] By: jhi                                   on 2000/08/14  14:09:34
27019         Log: For now remove the mail code.
27020      Branch: perl
27021            ! perl.c
27022 ____________________________________________________________________________
27023 [  6617] By: jhi                                   on 2000/08/14  14:08:28
27024         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
27025      Branch: perl
27026            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
27027            ! pod/perlfaq8.pod pod/perlsec.pod
27028 ____________________________________________________________________________
27029 [  6616] By: jhi                                   on 2000/08/14  14:00:11
27030         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27031              From: Mike Guy <mjtg@cam.ac.uk>
27032              Date: Mon, 14 Aug 2000 08:26:02 +0100
27033              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
27034      Branch: perl
27035            ! lib/perl5db.pl
27036 ____________________________________________________________________________
27037 [  6615] By: jhi                                   on 2000/08/14  13:58:45
27038         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
27039              From: Mike Guy <mjtg@cam.ac.uk>
27040              Date: Mon, 14 Aug 2000 08:04:22 +0100
27041              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
27042      Branch: perl
27043            ! gv.c mg.c t/op/pat.t
27044 ____________________________________________________________________________
27045 [  6614] By: jhi                                   on 2000/08/14  13:56:45
27046         Log: Subject: Test fails / warnings with perl-current #6612
27047              From: Mike Guy <mjtg@cam.ac.uk>
27048              Date: Mon, 14 Aug 2000 07:57:23 +0100
27049              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
27050      Branch: perl
27051            ! t/lib/b.t t/lib/peek.t
27052 ____________________________________________________________________________
27053 [  6613] By: jhi                                   on 2000/08/14  13:45:33
27054         Log: VMS configure.com update continues.
27055      Branch: perl
27056            - vms/configure.com
27057            ! MANIFEST configure.com
27058 ____________________________________________________________________________
27059 [  6612] By: jhi                                   on 2000/08/13  22:13:35
27060         Log: Update Changes.
27061      Branch: perl
27062            ! Changes
27063 ____________________________________________________________________________
27064 [  6611] By: jhi                                   on 2000/08/13  16:21:45
27065         Log: Upgrade to CGI 2.71, from Lincoln Stein.
27066      Branch: perl
27067            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
27068 ____________________________________________________________________________
27069 [  6610] By: jhi                                   on 2000/08/13  15:09:16
27070         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
27071              From: Mike Guy <mjtg@cam.ac.uk>
27072              Date: Sun, 13 Aug 2000 13:45:51 +0100
27073              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
27074      Branch: perl
27075            ! t/op/regmesg.t
27076 ____________________________________________________________________________
27077 [  6609] By: jhi                                   on 2000/08/13  14:31:26
27078         Log: Andreas says that 1.56 is fine, so reverting back to it.
27079      Branch: perl
27080            ! lib/CPAN.pm
27081 ____________________________________________________________________________
27082 [  6608] By: jhi                                   on 2000/08/13  05:34:20
27083         Log: Update Changes.
27084      Branch: perl
27085            ! Changes
27086 ____________________________________________________________________________
27087 [  6607] By: jhi                                   on 2000/08/13  05:32:01
27088         Log: Put back the \z changes of #5406 to CPAN.pm.
27089      Branch: perl
27090            ! lib/CPAN.pm
27091 ____________________________________________________________________________
27092 [  6606] By: jhi                                   on 2000/08/13  05:20:16
27093         Log: Fix-n-skip the tests under 5005threads.
27094      Branch: perl
27095            ! t/lib/b.t
27096 ____________________________________________________________________________
27097 [  6605] By: jhi                                   on 2000/08/13  05:07:48
27098         Log: Fix the test for 5005threads.
27099      Branch: perl
27100            ! t/lib/peek.t
27101 ____________________________________________________________________________
27102 [  6604] By: jhi                                   on 2000/08/13  03:35:37
27103         Log: Should have deleted this in #6603.
27104      Branch: perl
27105            - vms/subconfigure.com
27106 ____________________________________________________________________________
27107 [  6603] By: jhi                                   on 2000/08/12  18:29:32
27108         Log: Rewrite of vms/subconfigure.com as configure.com,
27109              from Peter Prymmer and the vmsperl crew.
27110      Branch: perl
27111            + vms/configure.com
27112            ! MANIFEST
27113 ____________________________________________________________________________
27114 [  6602] By: jhi                                   on 2000/08/11  13:00:01
27115         Log: PlainText.pm is dead.
27116      Branch: perl
27117            - lib/Pod/PlainText.pm
27118            ! MANIFEST
27119 ____________________________________________________________________________
27120 [  6601] By: jhi                                   on 2000/08/11  04:06:45
27121         Log: Update Changes.
27122      Branch: perl
27123            ! Changes
27124 ____________________________________________________________________________
27125 [  6600] By: jhi                                   on 2000/08/11  04:06:10
27126         Log: Add a few missing files, update MANIFEST.
27127      Branch: perl
27128            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
27129            + lib/Pod/PlainText.pm t/pod/find.t
27130            ! MANIFEST t/op/regmesg.t
27131 ____________________________________________________________________________
27132 [  6599] By: jhi                                   on 2000/08/11  03:31:10
27133         Log: Add Perl debugging tutorial, regen toc. 
27134              
27135              Subject: perldebtut.pod
27136              From: Richard Foley <Richard.Foley@m.dasa.de>
27137              Date: Wed, 09 Aug 2000 10:17:15 +0200
27138              Message-id: <3991138B.262247B8@m.dasa.de>
27139      Branch: perl
27140            + pod/perldebtut.pod
27141            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27142 ____________________________________________________________________________
27143 [  6598] By: jhi                                   on 2000/08/11  02:48:56
27144         Log: tiny Changes edit
27145      Branch: perl
27146            ! Changes
27147 ____________________________________________________________________________
27148 [  6597] By: jhi                                   on 2000/08/11  02:39:04
27149         Log: Tests for #6589.
27150              
27151              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
27152              From: simon@brecon.co.uk (Simon Cozens)
27153              Date: 11 Aug 2000 02:24:52 GMT
27154              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
27155      Branch: perl
27156            ! t/lib/b.t
27157 ____________________________________________________________________________
27158 [  6596] By: jhi                                   on 2000/08/11  01:50:07
27159         Log: Update Changes.
27160      Branch: perl
27161            ! Changes
27162 ____________________________________________________________________________
27163 [  6595] By: jhi                                   on 2000/08/11  01:47:16
27164         Log: nitfix
27165      Branch: perl
27166            ! Changes
27167 ____________________________________________________________________________
27168 [  6594] By: jhi                                   on 2000/08/11  01:36:16
27169         Log: Subject: Getting perlio and threads to compile
27170              From: Lupe Christoph <lupe@lupe-christoph.de>
27171              Date: Wed, 9 Aug 2000 11:35:54 +0200
27172              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
27173              
27174              (the Solaris version changes in Configure skipped)
27175      Branch: perl
27176            ! hints/solaris_2.sh thread.h
27177 ____________________________________________________________________________
27178 [  6593] By: jhi                                   on 2000/08/11  01:30:16
27179         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
27180              From: simon@brecon.co.uk (Simon Cozens)
27181              Date: 1 Aug 2000 06:55:19 GMT
27182              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
27183      Branch: perl
27184            ! lib/utf8.pm
27185 ____________________________________________________________________________
27186 [  6592] By: jhi                                   on 2000/08/11  01:26:39
27187         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
27188              From: Peter Scott <Peter@PeterScott.com>
27189              Date: Thu, 10 Aug 2000 08:23:27 -0700
27190              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
27191      Branch: perl
27192            ! lib/perl5db.pl
27193 ____________________________________________________________________________
27194 [  6591] By: jhi                                   on 2000/08/11  01:22:02
27195         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
27196              From: Hugo <hv@crypt.compulink.co.uk>
27197              Date: Thu, 10 Aug 2000 19:23:04 +0100
27198              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
27199      Branch: perl
27200            ! regexec.c t/op/pat.t
27201 ____________________________________________________________________________
27202 [  6590] By: jhi                                   on 2000/08/11  01:19:19
27203         Log: Preprocessing and postprocessing for File::Find.
27204              
27205              Subject: Patch to Find::File.pm to allow alphabetical results
27206              From: Joe Smith <jsmith@inwap.com>
27207              Date: Wed, 9 Aug 2000 02:44:54 -0700
27208              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
27209      Branch: perl
27210            ! lib/File/Find.pm
27211 ____________________________________________________________________________
27212 [  6589] By: jhi                                   on 2000/08/11  01:12:39
27213         Log: B::Deparse didn't do sub attributes.
27214              
27215              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
27216              From: simon@brecon.co.uk (Simon Cozens)
27217              Date: 9 Aug 2000 04:49:20 GMT
27218              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
27219      Branch: perl
27220            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
27221 ____________________________________________________________________________
27222 [  6588] By: jhi                                   on 2000/08/11  01:06:40
27223         Log: Subject: debugger "d" command doesnt check line number
27224              From: Mike Guy <mjtg@cam.ac.uk>
27225              Date: Tue, 08 Aug 2000 21:54:29 +0100
27226              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
27227      Branch: perl
27228            ! lib/perl5db.pl mg.c pod/perldiag.pod
27229 ____________________________________________________________________________
27230 [  6587] By: jhi                                   on 2000/08/11  00:45:03
27231         Log: sleep(1) does not necessarily return 1.
27232              
27233              Subject: [PATCH bleadperl] op/lex_assign.t  
27234              From: Hugo <hv@crypt.compulink.co.uk>
27235              Date: Thu, 03 Aug 2000 14:34:22 +0100        
27236              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
27237      Branch: perl
27238            ! t/op/lex_assign.t
27239 ____________________________________________________________________________
27240 [  6586] By: jhi                                   on 2000/08/11  00:31:50
27241         Log: Document the IO::Select timeout.
27242      Branch: perl
27243            ! ext/IO/lib/IO/Select.pm
27244 ____________________________________________________________________________
27245 [  6585] By: jhi                                   on 2000/08/11  00:13:54
27246         Log: Forgot contributor.
27247      Branch: perl
27248            ! Changes
27249 ____________________________________________________________________________
27250 [  6584] By: jhi                                   on 2000/08/11  00:09:19
27251         Log: detypo
27252      Branch: perl
27253            ! Changes
27254 ____________________________________________________________________________
27255 [  6583] By: jhi                                   on 2000/08/11  00:07:53
27256         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
27257              
27258              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
27259              From: Mike Guy <mjtg@cam.ac.uk> 
27260              Date: Thu, 10 Aug 2000 15:50:54 +0100
27261              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
27262      Branch: perl
27263            ! sv.c t/op/int.t
27264 ____________________________________________________________________________
27265 [  6582] By: jhi                                   on 2000/08/10  23:29:32
27266         Log: Update Changes.
27267      Branch: perl
27268            ! Changes
27269 ____________________________________________________________________________
27270 [  6581] By: jhi                                   on 2000/08/10  23:26:16
27271         Log: Put back the std @INC thing.
27272      Branch: perl
27273            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
27274            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
27275            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
27276            ! t/lib/gol-oo.t
27277 ____________________________________________________________________________
27278 [  6580] By: jhi                                   on 2000/08/10  23:03:34
27279         Log: Update to CGI 2.70, from Lincoln Stein.
27280      Branch: perl
27281            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
27282            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
27283            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
27284            ! t/lib/cgi-request.t
27285 ____________________________________________________________________________
27286 [  6579] By: jhi                                   on 2000/08/10  22:41:50
27287         Log: Update to CPAN 1.56, from Andreas König.
27288      Branch: perl
27289            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27290 ____________________________________________________________________________
27291 [  6578] By: jhi                                   on 2000/08/10  22:38:13
27292         Log: Update to Pod::Parser 1.17, from Brad Appleton.
27293      Branch: perl
27294            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
27295            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
27296            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
27297            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
27298            ! t/pod/include.t t/pod/included.t t/pod/lref.t
27299            ! t/pod/multiline_items.t t/pod/nested_items.t
27300            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27301            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
27302            ! t/pod/special_seqs.t
27303 ____________________________________________________________________________
27304 [  6577] By: jhi                                   on 2000/08/10  22:35:41
27305         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
27306      Branch: perl
27307            ! AUTHORS MAINTAIN
27308 ____________________________________________________________________________
27309 [  6576] By: jhi                                   on 2000/08/10  22:24:54
27310         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
27311      Branch: perl
27312            + t/lib/gol-oo.t
27313            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
27314            ! t/lib/gol-compat.t t/lib/gol-linkage.t
27315 ____________________________________________________________________________
27316 [  6575] By: jhi                                   on 2000/08/10  22:02:07
27317         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
27318      Branch: perl
27319            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
27320 ____________________________________________________________________________
27321 [  6574] By: jhi                                   on 2000/08/10  21:55:03
27322         Log: Iterating perl6 description.
27323      Branch: perl
27324            ! pod/perlfaq1.pod
27325 ____________________________________________________________________________
27326 [  6573] By: jhi                                   on 2000/08/10  21:48:26
27327         Log: Revert the sv.c part of #6559, a better fix is needed.
27328      Branch: perl
27329            ! sv.c
27330 ____________________________________________________________________________
27331 [  6572] By: jhi                                   on 2000/08/10  20:33:43
27332         Log: It's the 2ndO'ROSSC.
27333      Branch: perl
27334            ! pod/perlfaq1.pod
27335 ____________________________________________________________________________
27336 [  6571] By: jhi                                   on 2000/08/10  15:55:48
27337         Log: detypo
27338      Branch: perl
27339            ! pod/perlfaq1.pod
27340 ____________________________________________________________________________
27341 [  6570] By: jhi                                   on 2000/08/10  14:11:17
27342         Log: An exceptionally sticky typo.
27343      Branch: perl
27344            ! Changes
27345 ____________________________________________________________________________
27346 [  6569] By: jhi                                   on 2000/08/10  14:09:33
27347         Log: detypo (and test Changes updating script)
27348      Branch: perl
27349            ! Changes
27350 ____________________________________________________________________________
27351 [  6568] By: jhi                                   on 2000/08/10  14:07:07
27352         Log: Update Changes.
27353      Branch: perl
27354            ! Changes
27355 ____________________________________________________________________________
27356 [  6567] By: jhi                                   on 2000/08/10  14:06:19
27357         Log: Amend the description of Perl6.
27358              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
27359              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27360              Date: Wed, 9 Aug 2000 22:11:06 -0500
27361              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
27362      Branch: perl
27363            ! pod/perlfaq1.pod
27364 ____________________________________________________________________________
27365 [  6566] By: jhi                                   on 2000/08/10  13:58:57
27366         Log: Subject: Remove dead entry in perldiag
27367              From: Mike Guy <mjtg@cam.ac.uk>
27368              Date: Thu, 10 Aug 2000 14:19:19 +0100
27369              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
27370      Branch: perl
27371            ! pod/perldiag.pod
27372 ____________________________________________________________________________
27373 [  6565] By: jhi                                   on 2000/08/10  13:51:48
27374         Log: Zero entries were skipped, fix from Adrian Goalby
27375              <argoalby@yahoo.co.uk>
27376      Branch: perl
27377            ! lib/unicode/Number.pl lib/unicode/mktables.PL
27378 ____________________________________________________________________________
27379 [  6564] By: jhi                                   on 2000/08/10  13:00:12
27380         Log: Subject: [PATCH 5.6.0] cygwin port
27381              From: "Fifer, Eric" <EFifer@sanwaint.com>
27382              Date: Thu, 10 Aug 2000 13:15:36 +0100
27383              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
27384      Branch: perl
27385            ! README.cygwin hints/cygwin.sh
27386 ____________________________________________________________________________
27387 [  6563] By: jhi                                   on 2000/08/10  12:55:16
27388         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
27389      Branch: perl
27390            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
27391 ____________________________________________________________________________
27392 [  6562] By: gsar                                  on 2000/08/10  08:38:39
27393         Log: warn is a macro, avoid using at a variable to avoid warnings
27394              in some configurations; readdir.t is too conservative in
27395              estimating number of *.t's
27396      Branch: perl
27397            ! t/op/readdir.t util.c
27398 ____________________________________________________________________________
27399 [  6561] By: jhi                                   on 2000/08/09  23:35:42
27400         Log: Update Changes.
27401      Branch: perl
27402            ! Changes
27403 ____________________________________________________________________________
27404 [  6560] By: jhi                                   on 2000/08/09  23:05:47
27405         Log: Subject: Re: enhanced(?) regex error messages
27406              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27407              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
27408              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
27409              
27410              (plus two small patches sent privately)
27411              (this still seems to leave few test failures)
27412      Branch: perl
27413            + t/op/regmesg.t
27414            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
27415            ! t/pragma/warn/regcomp
27416 ____________________________________________________________________________
27417 [  6559] By: jhi                                   on 2000/08/09  20:41:18
27418         Log: (The fix did work but was not right, retracted in #6573)
27419              
27420              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
27421              From: Christian Kirsch <ck@held.mind.de>
27422              Date: Wed, 9 Aug 2000 17:05:17 +0200
27423              Message-Id: <20000809170517.A25389@held>
27424      Branch: perl
27425            ! sv.c t/pragma/locale.t
27426 ____________________________________________________________________________
27427 [  6558] By: jhi                                   on 2000/08/08  22:34:08
27428         Log: Tiny updates on the contributors list.
27429      Branch: perl
27430            ! Changes
27431 ____________________________________________________________________________
27432 [  6557] By: jhi                                   on 2000/08/08  19:34:28
27433         Log: Double check that we have a dirhandle.
27434      Branch: perl
27435            ! util.c
27436 ____________________________________________________________________________
27437 [  6556] By: jhi                                   on 2000/08/08  19:01:51
27438         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
27439              May be repopulated with fresh maintained examples.
27440      Branch: perl
27441            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
27442            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
27443            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
27444            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
27445            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
27446            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
27447            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
27448            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
27449            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
27450            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
27451            + lib/CGI/eg/wilogo_gif.uu
27452            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
27453            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
27454            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
27455            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
27456            - eg/cgi/frameset.cgi eg/cgi/index.html
27457            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
27458            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
27459            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
27460            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
27461            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
27462            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
27463            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
27464            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
27465            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
27466            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
27467            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
27468            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
27469            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
27470            - eg/van/vanish eg/who eg/wrapsuid
27471            ! MANIFEST
27472 ____________________________________________________________________________
27473 [  6555] By: jhi                                   on 2000/08/08  18:51:08
27474         Log: Delete chat2 as requested by Randal.
27475              
27476              Subject: Re: perlfaq8 coyness
27477              From: merlyn@stonehenge.com (Randal L. Schwartz) 
27478              Date: 15 May 2000 18:52:42 -0700 
27479              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
27480      Branch: perl
27481            - lib/chat2.pl
27482            ! MANIFEST
27483 ____________________________________________________________________________
27484 [  6554] By: jhi                                   on 2000/08/08  18:31:35
27485         Log: Regen global.sym.
27486      Branch: perl
27487            ! global.sym
27488 ____________________________________________________________________________
27489 [  6553] By: jhi                                   on 2000/08/08  18:28:13
27490         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
27491              (either perlbug or p5p ate the original), plus regen
27492              perlapi and perltoc. 
27493      Branch: perl
27494            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
27495            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
27496            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
27497            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
27498            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
27499            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
27500            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
27501            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
27502            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
27503            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
27504 ____________________________________________________________________________
27505 [  6552] By: jhi                                   on 2000/08/08  18:06:29
27506         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
27507              From: Mike Guy <mjtg@cam.ac.uk>
27508              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
27509              Date: Tue, 08 Aug 2000 15:51:27 +0100
27510      Branch: perl
27511            ! doop.c sv.h t/op/join.t t/pragma/overload.t
27512 ____________________________________________________________________________
27513 [  6551] By: jhi                                   on 2000/08/08  18:01:11
27514         Log: Re-apply #6549.
27515      Branch: perl
27516            ! lib/perl5db.pl
27517 ____________________________________________________________________________
27518 [  6550] By: jhi                                   on 2000/08/08  17:43:08
27519         Log: Accidental retraction of #6549.
27520      Branch: perl
27521            ! lib/perl5db.pl
27522 ____________________________________________________________________________
27523 [  6549] By: jhi                                   on 2000/08/08  17:40:04
27524         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27525              From: Mike Guy <mjtg@cam.ac.uk>
27526              Date: Mon, 07 Aug 2000 21:49:58 +0100
27527              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
27528      Branch: perl
27529            ! lib/perl5db.pl
27530 ____________________________________________________________________________
27531 [  6548] By: jhi                                   on 2000/08/08  17:37:57
27532         Log: Document here-doc better.
27533              
27534              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
27535              From: Mike Guy <mjtg@cam.ac.uk>
27536              Date: Mon, 07 Aug 2000 14:02:09 +0100
27537              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
27538      Branch: perl
27539            ! pod/perldata.pod
27540 ____________________________________________________________________________
27541 [  6547] By: jhi                                   on 2000/08/08  17:33:34
27542         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
27543              From: "Randy J. Ray" <rjray@redhat.com>
27544              Date: Mon, 07 Aug 2000 19:12:25 -0700
27545              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
27546      Branch: perl
27547            ! perl.c pod/perlrun.pod
27548 ____________________________________________________________________________
27549 [  6546] By: jhi                                   on 2000/08/08  17:29:26
27550         Log: Subject: Re: enhanced(?) regex error messages 
27551              From: Hugo <hv@crypt.compulink.co.uk>
27552              Date: Tue, 08 Aug 2000 03:25:51 +0100
27553              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
27554              
27555              plus Capitalize the error messages, plus perldiag them.
27556      Branch: perl
27557            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
27558 ____________________________________________________________________________
27559 [  6545] By: jhi                                   on 2000/08/08  13:59:28
27560         Log: Augment #6539 a bit: don't croak if there's magic in the air.
27561              
27562              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
27563              From: Hugo <hv@crypt.compulink.co.uk>
27564              Date: Tue, 08 Aug 2000 03:02:03 +0100
27565              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
27566      Branch: perl
27567            ! pp.c t/op/bless.t
27568 ____________________________________________________________________________
27569 [  6544] By: jhi                                   on 2000/08/07  21:11:52
27570         Log: Make the test -w clean.
27571      Branch: perl
27572            ! t/op/bless.t
27573 ____________________________________________________________________________
27574 [  6543] By: jhi                                   on 2000/08/07  19:49:53
27575         Log: use warnings instead of $^W.
27576      Branch: perl
27577            ! t/op/bless.t
27578 ____________________________________________________________________________
27579 [  6542] By: jhi                                   on 2000/08/07  17:41:41
27580         Log: Disable a portability warning Because We Know What We Are Doing.
27581      Branch: perl
27582            ! t/op/bless.t
27583 ____________________________________________________________________________
27584 [  6541] By: jhi                                   on 2000/08/07  17:29:51
27585         Log: Tiny tidying on report_evil_fh().
27586      Branch: perl
27587            ! util.c
27588 ____________________________________________________________________________
27589 [  6540] By: jhi                                   on 2000/08/07  16:37:38
27590         Log: Make regular expression parse error messages easier to understand.
27591              
27592              Subject: Re: enhanced(?) regex error messages
27593              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27594              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
27595              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
27596      Branch: perl
27597            ! regcomp.c
27598 ____________________________________________________________________________
27599 [  6539] By: jhi                                   on 2000/08/07  16:12:27
27600         Log: Make bless(REF, REF) a fatal error, add bless tests.
27601              
27602              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
27603              From: Hugo <hv@crypt.compulink.co.uk>
27604              Date: Mon, 07 Aug 2000 16:59:38 +0100
27605              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
27606      Branch: perl
27607            + t/op/bless.t
27608            ! MANIFEST pod/perldiag.pod pp.c sv.c
27609 ____________________________________________________________________________
27610 [  6538] By: jhi                                   on 2000/08/07  15:59:43
27611         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
27612              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
27613              Date: Thu, 3 Aug 2000 14:29:21 -0700
27614              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
27615      Branch: perl
27616            ! lib/lib_pm.PL
27617 ____________________________________________________________________________
27618 [  6537] By: jhi                                   on 2000/08/07  15:47:18
27619         Log: Retract #6419 for now since it breaks in AFS and MachTen.
27620      Branch: perl
27621            ! lib/Cwd.pm
27622 ____________________________________________________________________________
27623 [  6536] By: jhi                                   on 2000/08/07  15:05:29
27624         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
27625              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
27626              The security hole exists only in suidperls, which isn't
27627              installed or even built by default.
27628      Branch: perl
27629            ! perl.c
27630 ____________________________________________________________________________
27631 [  6535] By: jhi                                   on 2000/08/07  14:45:14
27632         Log: tr memory corruption fix from Simon Cozens.
27633      Branch: perl
27634            ! doop.c
27635 ____________________________________________________________________________
27636 [  6534] By: jhi                                   on 2000/08/06  11:38:16
27637         Log: Document a bit that UDP is not what you might think.
27638              
27639              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
27640              From: Lupe Christoph <lupe@lupe-christoph.de>
27641              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
27642              Date: Mon, 24 Jul 2000 08:59:15 +0200
27643      Branch: perl
27644            ! pod/perlipc.pod
27645 ____________________________________________________________________________
27646 [  6533] By: jhi                                   on 2000/08/06  11:35:01
27647         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
27648              From: Jeff Pinyan <jeffp@hut.crusoe.net>
27649              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
27650              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
27651      Branch: perl
27652            ! pod/perlfunc.pod
27653 ____________________________________________________________________________
27654 [  6532] By: jhi                                   on 2000/08/06  03:45:41
27655         Log: Have symbols for the IoTYPEs.
27656      Branch: perl
27657            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
27658 ____________________________________________________________________________
27659 [  6531] By: jhi                                   on 2000/08/06  01:33:55
27660         Log: Continue fixing the io warnings.  This also
27661              sort of fixes bug ID 20000802.003: the core dump
27662              is no more.  Whether the current behaviour is correct
27663              (giving a warning: "Not a format reference"), is another matter.
27664      Branch: perl
27665            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
27666            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27667 ____________________________________________________________________________
27668 [  6530] By: jhi                                   on 2000/08/05  21:33:12
27669         Log: Change the Policy policy: now -Dprefix= with an existing
27670              Policy.sh and prefix == siteprefix == vendorprefix, then all
27671              of them follow along the new prefix.
27672              
27673              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
27674              From: Andy Dougherty <doughera@lafayette.edu>
27675              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
27676              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
27677      Branch: perl
27678            ! Policy_sh.SH
27679 ____________________________________________________________________________
27680 [  6529] By: jhi                                   on 2000/08/05  18:57:28
27681         Log: Zap lib/Sys directory when cleaning up.
27682      Branch: perl
27683            ! Makefile.SH
27684 ____________________________________________________________________________
27685 [  6528] By: jhi                                   on 2000/08/05  18:40:44
27686         Log: Essential prototype changes were missing from #6527.
27687              Also make report_evil_fh() more bomb-proof.
27688      Branch: perl
27689            ! embed.h util.c
27690 ____________________________________________________________________________
27691 [  6527] By: jhi                                   on 2000/08/05  03:22:05
27692         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
27693              From: "Ronald F. Guilmette" <rfg@monkeys.com>
27694              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
27695              Message-Id: <200007242247.PAA52177@monkeys.com>
27696      Branch: perl
27697            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
27698 ____________________________________________________________________________
27699 [  6526] By: jhi                                   on 2000/08/04  21:23:27
27700         Log: gcc versions might have (parentheses) in them.
27701      Branch: metaconfig/U/perl
27702            ! gccvers.U
27703      Branch: perl
27704            ! Configure config_h.SH
27705 ____________________________________________________________________________
27706 [  6525] By: jhi                                   on 2000/08/04  20:23:12
27707         Log: Weed buglets pointed out by
27708              
27709              From: Lupe Christoph <lupe@lupe-christoph.de>
27710              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
27711              Date: Fri, 4 Aug 2000 17:34:39 +0200
27712              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
27713      Branch: metaconfig/U/perl
27714            ! gccvers.U uselfs.U
27715      Branch: perl
27716            ! Configure config_h.SH
27717 ____________________________________________________________________________
27718 [  6524] By: jhi                                   on 2000/08/04  19:02:08
27719         Log: Warn under -w if lstat(FH) is attempted.
27720              
27721              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
27722              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
27723              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
27724              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
27725      Branch: perl
27726            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
27727            ! t/pragma/warn/pp_sys
27728 ____________________________________________________________________________
27729 [  6523] By: jhi                                   on 2000/08/04  12:31:11
27730         Log: Subject: New perlcc, take 2
27731              From: simon@brecon.co.uk (Simon Cozens)
27732              Date: 4 Aug 2000 06:21:04 GMT
27733              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
27734      Branch: perl
27735            ! utils/perlcc.PL
27736 ____________________________________________________________________________
27737 [  6522] By: jhi                                   on 2000/08/04  12:26:33
27738         Log: Subject: Re: Array vs. List context
27739              From: Daniel Chetlin <daniel@chetlin.com>
27740              Date: Fri, 4 Aug 2000 00:22:44 -0700
27741              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
27742      Branch: perl
27743            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
27744            ! pod/perlfaq4.pod
27745 ____________________________________________________________________________
27746 [  6521] By: jhi                                   on 2000/08/04  12:22:38
27747         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
27748              From: Raymund Will <ray@caldera.de>
27749              Date: Fri, 4 Aug 2000 12:07:09 +0200
27750              Message-Id: <20000804120709.A14982@caldera.de>
27751      Branch: perl
27752            ! configure.gnu
27753 ____________________________________________________________________________
27754 [  6520] By: jhi                                   on 2000/08/04  04:09:06
27755         Log: After the #6519 a warning about stat() is just that,
27756              not about a filetest, which now have their own warning.
27757      Branch: perl
27758            ! pod/perldiag.pod
27759 ____________________________________________________________________________
27760 [  6519] By: jhi                                   on 2000/08/04  04:06:30
27761         Log: In the warnings call filehandles consistently so;
27762              add "unopened" warning for stat().
27763      Branch: perl
27764            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27765            ! t/pragma/warn/pp_sys
27766 ____________________________________________________________________________
27767 [  6518] By: jhi                                   on 2000/08/04  02:55:35
27768         Log: Subject: Minor tweak to perlvar.pod
27769              From: "Stephen P. Potter" <spp@ds.net>
27770              Date: Tue, 18 Apr 2000 09:26:03 -0400
27771              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
27772      Branch: perl
27773            ! pod/perlvar.pod
27774 ____________________________________________________________________________
27775 [  6517] By: jhi                                   on 2000/08/04  02:50:08
27776         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
27777              From: "Clinton Pierce" <cpierce1@ford.com>
27778              Date: Wed, 21 Jul 1999 16:45:31 -0400
27779              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
27780              
27781              Fix by Stephen Potter (visible in the bug db but not in p5p?)
27782      Branch: perl
27783            ! pod/perlfunc.pod pod/perlop.pod
27784 ____________________________________________________________________________
27785 [  6516] By: jhi                                   on 2000/08/04  02:09:25
27786         Log: This is 6512.  Really.
27787      Branch: perl
27788            ! dump.c
27789 ____________________________________________________________________________
27790 [  6515] By: jhi                                   on 2000/08/04  01:25:50
27791         Log: mention the idea of @( and @)
27792      Branch: perl
27793            ! Todo-5.6
27794 ____________________________________________________________________________
27795 [  6514] By: bailey                                on 2000/08/04  01:18:46
27796         Log: YA resync with mainstem, including VMS patches from others
27797      Branch: vmsperl
27798           +> (branch 48 files)
27799            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
27800           !> (integrate 354 files)
27801 ____________________________________________________________________________
27802 [  6513] By: jhi                                   on 2000/08/04  01:18:18
27803         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
27804              From: Mark Dickinson <dickins3@fas.harvard.edu>
27805              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
27806              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
27807      Branch: perl
27808            ! t/op/grent.t t/op/pwent.t
27809 ____________________________________________________________________________
27810 [  6512] By: jhi                                   on 2000/08/04  01:14:06
27811         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
27812              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27813              Date: Wed, 02 Aug 2000 10:51:01 +0100
27814              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
27815      Branch: perl
27816            ! sv.c
27817 ____________________________________________________________________________
27818 [  6511] By: jhi                                   on 2000/08/04  00:57:00
27819         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
27820              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27821              Date: Thu, 03 Aug 2000 17:20:04 -0700
27822              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
27823      Branch: metaconfig
27824            ! U/modified/Cppsym.U
27825      Branch: perl
27826            ! Configure config_h.SH
27827 ____________________________________________________________________________
27828 [  6510] By: jhi                                   on 2000/08/04  00:25:28
27829         Log: detypo
27830      Branch: perl
27831            ! Makefile.SH
27832 ____________________________________________________________________________
27833 [  6509] By: jhi                                   on 2000/08/03  23:43:18
27834         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
27835              From: Dominic Dunlop <domo@computer.org>
27836              Date: Thu, 3 Aug 2000 22:16:46 +0200
27837              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
27838      Branch: perl
27839            ! t/op/sprintf.t
27840 ____________________________________________________________________________
27841 [  6508] By: jhi                                   on 2000/08/03  23:40:37
27842         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
27843              From: Hugo <hv@crypt.compulink.co.uk>
27844              Date: Thu, 03 Aug 2000 18:25:30 +0100
27845              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
27846      Branch: perl
27847            ! regcomp.c t/op/re_tests
27848 ____________________________________________________________________________
27849 [  6507] By: jhi                                   on 2000/08/03  23:38:28
27850         Log: Subject: [PATCH] sv.h documentation - SvLEN
27851              From: Mike Guy <mjtg@cam.ac.uk>
27852              Date: Thu, 03 Aug 2000 14:43:09 +0100
27853              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
27854      Branch: perl
27855            ! sv.h
27856 ____________________________________________________________________________
27857 [  6506] By: jhi                                   on 2000/08/03  15:49:14
27858         Log: Disable the fix_pl hack for now.
27859      Branch: perl
27860            ! Makefile.SH
27861 ____________________________________________________________________________
27862 [  6505] By: jhi                                   on 2000/08/03  13:49:04
27863         Log: Add a URL for FSF.
27864              
27865              Subject: Patch for README
27866              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27867              Date: Wed, 2 Aug 2000 13:25:09 -0500
27868              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
27869      Branch: perl
27870            ! README
27871 ____________________________________________________________________________
27872 [  6504] By: jhi                                   on 2000/08/03  13:29:19
27873         Log: Be more informative on what is skipped and why,
27874              also repeat the list at the end.
27875      Branch: perl
27876            ! Porting/p4desc
27877 ____________________________________________________________________________
27878 [  6503] By: jhi                                   on 2000/08/03  13:07:05
27879         Log: Circumvent the removal of .patch by fix_pl.
27880              
27881              Subject: Re: [ID 20000802.011] unable to 'make test'          
27882              From: simon@brecon.co.uk (Simon Cozens) 
27883              Date: 3 Aug 2000 04:17:00 GMT
27884              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
27885      Branch: perl
27886            ! Makefile.SH
27887 ____________________________________________________________________________
27888 [  6502] By: jhi                                   on 2000/08/03  00:14:34
27889         Log: Add the missing setproctitle unit.
27890      Branch: metaconfig/U/perl
27891            + d_setproctitle.U
27892 ____________________________________________________________________________
27893 [  6501] By: jhi                                   on 2000/08/03  00:00:26
27894         Log: The subtest 4 may fail also on VOBS, as pointed out
27895              by Nick Ing-Simmons in November 1999, bug id 19991124.003
27896              (but the failure in that bug report isn't the subtest 4).
27897      Branch: perl
27898            ! t/op/stat.t
27899 ____________________________________________________________________________
27900 [  6500] By: jhi                                   on 2000/08/02  23:49:30
27901         Log: Better skip message for the test; one of the two problems in
27902              
27903              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
27904              From: Lupe Christoph <lupe@lupe-christoph.de>
27905              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
27906              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
27907      Branch: perl
27908            ! t/op/numconvert.t
27909 ____________________________________________________________________________
27910 [  6499] By: jhi                                   on 2000/08/02  22:49:16
27911         Log: Allow "no Module;" even if there is no 'unimport'.
27912              
27913              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
27914              From: mjd@plover.com
27915              Date: 24 Mar 2000 15:24:34 -0000
27916              Message-Id: <20000324152434.15160.qmail@plover.com>
27917      Branch: perl
27918            ! gv.c
27919 ____________________________________________________________________________
27920 [  6498] By: jhi                                   on 2000/08/02  22:42:58
27921         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
27922              that are hopefully soon put into use.
27923      Branch: perl
27924            ! opcode.h opcode.pl opnames.h
27925 ____________________________________________________________________________
27926 [  6497] By: gsar                                  on 2000/08/02  22:28:59
27927         Log: require.t needs binmode() to work on windows
27928      Branch: perl
27929            ! t/comp/require.t
27930 ____________________________________________________________________________
27931 [  6496] By: jhi                                   on 2000/08/02  22:08:51
27932         Log: Document the IVdf UVuf UVof UVxf.
27933      Branch: perl
27934            ! pod/perlguts.pod
27935 ____________________________________________________________________________
27936 [  6495] By: jhi                                   on 2000/08/02  21:54:26
27937         Log: detypo #6494
27938      Branch: perl
27939            ! ext/Data/Dumper/Dumper.xs
27940 ____________________________________________________________________________
27941 [  6494] By: jhi                                   on 2000/08/02  21:49:17
27942         Log: Dump UVs as UVs in Data::Dumper.
27943              
27944              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
27945              From: Gurusamy Sarathy <gsar@ActiveState.com>
27946              Date: Thu, 27 Apr 2000 12:26:25 -0700
27947              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
27948      Branch: perl
27949            ! ext/Data/Dumper/Dumper.xs
27950 ____________________________________________________________________________
27951 [  6493] By: jhi                                   on 2000/08/02  17:01:58
27952         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
27953              From: Hugo <hv@crypt.compulink.co.uk>
27954              Date: Wed, 02 Aug 2000 14:53:56 +0100
27955              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
27956      Branch: perl
27957            ! regexec.c t/op/re_tests
27958 ____________________________________________________________________________
27959 [  6492] By: jhi                                   on 2000/08/02  15:02:46
27960         Log: The new setproctitle() feature is available only in 
27961              bleeding edge FreeBSD.  From Paul Saab.
27962      Branch: perl
27963            ! mg.c
27964 ____________________________________________________________________________
27965 [  6491] By: jhi                                   on 2000/08/02  13:34:36
27966         Log: The tr utf8 patching continues.
27967              
27968              Subject: Re: #6469, too many tests claimed in require.t
27969              From: simon@brecon.co.uk (Simon Cozens)
27970              Date: 2 Aug 2000 02:37:17 GMT
27971              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
27972              
27973              (the logic of the test was the wrong way round in the patch)
27974      Branch: perl
27975            ! doop.c
27976 ____________________________________________________________________________
27977 [  6490] By: jhi                                   on 2000/08/02  13:27:38
27978         Log: The name of a filehandle does not have <these>.
27979      Branch: perl
27980            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27981            ! t/pragma/warn/pp_sys util.c
27982 ____________________________________________________________________________
27983 [  6489] By: jhi                                   on 2000/08/02  04:26:46
27984         Log: Remove the extraneous "main::" prefix from all the
27985              "opened only for", "on closed", and "never opened" warnings.
27986              
27987              Subject: Re: inappropriate warning
27988              From: Gurusamy Sarathy <gsar@ActiveState.com>
27989              Date: Mon, 20 Mar 2000 11:28:02 -0800
27990              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
27991      Branch: perl
27992            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
27993            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
27994            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27995 ____________________________________________________________________________
27996 [  6488] By: jhi                                   on 2000/08/02  03:02:57
27997         Log: memcpy has n o in it, as pinted ut by Sarathy.
27998      Branch: perl
27999            ! pod/perlguts.pod
28000 ____________________________________________________________________________
28001 [  6487] By: jhi                                   on 2000/08/02  02:44:51
28002         Log: Document in one place the memory abstractions used in Perl core.
28003              
28004              Subject: Re: Memory abstraction
28005              From: simon@brecon.co.uk (Simon Cozens)
28006              Date: 2 Aug 2000 02:20:23 GMT
28007              Organization: Earth.li Origins
28008      Branch: perl
28009            ! pod/perlguts.pod
28010 ____________________________________________________________________________
28011 [  6486] By: jhi                                   on 2000/08/02  02:41:57
28012         Log: regen_headers, regen perltoc.
28013      Branch: perl
28014            ! perlapi.c pod/perltoc.pod
28015 ____________________________________________________________________________
28016 [  6485] By: jhi                                   on 2000/08/02  01:43:33
28017         Log: "This little thing tests for a file .patch, and if it contains
28018              a number, pops into patchlevel.h" (making it easier to track
28019              which development version people are reporting bugs against)
28020              
28021              Subject: Patchlevel autogeneration for repository perls
28022              From: simon@brecon.co.uk (Simon Cozens)
28023              Date: 14 Jul 2000 07:12:15 GMT
28024              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
28025      Branch: perl
28026            + fix_pl
28027            ! MANIFEST Makefile.SH
28028 ____________________________________________________________________________
28029 [  6484] By: jhi                                   on 2000/08/02  01:32:54
28030         Log: FreeBSD 3.* updates from
28031              
28032              From: Paul Saab <ps@yahoo-inc.com>
28033              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
28034              Date: Tue, 1 Aug 2000 15:41:39 -0700
28035              Message-Id: <20000801154139.A53740@yahoo-inc.com>
28036      Branch: perl
28037            ! hints/freebsd.sh
28038 ____________________________________________________________________________
28039 [  6483] By: jhi                                   on 2000/08/02  01:27:44
28040         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
28041              instead one must use setproctitle().  This was already addressed
28042              by change #6457, but the below has a new variant for FreeBSD 4.0
28043              or later, and the matter is also documented more.
28044              
28045              From: Paul Saab <ps@yahoo-inc.com>
28046              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
28047              Date: Tue, 1 Aug 2000 15:41:39 -0700
28048              Message-Id: <20000801154139.A53740@yahoo-inc.com>
28049      Branch: metaconfig/U/perl
28050            + i_libutil.U
28051      Branch: perl
28052            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
28053 ____________________________________________________________________________
28054 [  6482] By: jhi                                   on 2000/08/01  22:17:32
28055         Log: The test from this
28056              
28057              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
28058              Date: Sat, 15 Apr 2000 17:03:44 +0100
28059              From: Tom Hughes <tom@compton.nu>
28060              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
28061              
28062              was missing, the code change went in as #5989
28063              (which had a different test?)
28064      Branch: perl
28065            ! t/op/misc.t
28066 ____________________________________________________________________________
28067 [  6481] By: jhi                                   on 2000/08/01  21:48:38
28068         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
28069              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28070              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
28071              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
28072      Branch: perl
28073            ! perl.h
28074 ____________________________________________________________________________
28075 [  6480] By: jhi                                   on 2000/08/01  18:05:28
28076         Log: Make p4desc to skip non-mainperl branches by default.
28077      Branch: perl
28078            ! Porting/p4desc
28079 ____________________________________________________________________________
28080 [  6479] By: jhi                                   on 2000/08/01  17:29:19
28081         Log: If gccosandvers is equal to osname, clear gccosandvers.
28082      Branch: metaconfig/U/perl
28083            ! gccvers.U
28084      Branch: perl
28085            ! Configure config_h.SH
28086 ____________________________________________________________________________
28087 [  6478] By: jhi                                   on 2000/08/01  15:54:08
28088         Log: BOM patching from Simon Cozens.
28089      Branch: perl
28090            ! toke.c
28091 ____________________________________________________________________________
28092 [  6477] By: jhi                                   on 2000/08/01  04:50:33
28093         Log: Stash away the largefiles flags and libswanted.
28094      Branch: perl
28095            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
28096 ____________________________________________________________________________
28097 [  6476] By: gsar                                  on 2000/08/01  04:24:24
28098         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
28099              on Windows)
28100      Branch: perl
28101            ! t/pragma/utf8.t utf8.c win32/win32.c
28102 ____________________________________________________________________________
28103 [  6475] By: jhi                                   on 2000/08/01  03:35:24
28104         Log: Make chr() for values >127 to create utf8 when under utf8.
28105              
28106              Subject: Re: uft8/chr()
28107              From: simon@brecon.co.uk (Simon Cozens)
28108              Date: 1 Aug 2000 02:37:02 GMT
28109              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
28110      Branch: perl
28111            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
28112 ____________________________________________________________________________
28113 [  6474] By: jhi                                   on 2000/08/01  02:36:18
28114         Log: In Digital UNIX warn if gcc explicitly chosen because even
28115              2.95.2 is known to cause problems.
28116      Branch: perl
28117            ! hints/dec_osf.sh
28118 ____________________________________________________________________________
28119 [  6473] By: jhi                                   on 2000/08/01  02:00:56
28120         Log: Make the safety catch for buggy gccs work with triple version
28121              numbers like 2.95.2.  Reported in
28122              
28123              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
28124              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
28125              Date: Mon, 31 Jul 2000 14:55:06 +0200
28126              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
28127      Branch: perl
28128            ! hints/dec_osf.sh
28129 ____________________________________________________________________________
28130 [  6472] By: jhi                                   on 2000/08/01  01:13:33
28131         Log: Subject: fix and question re: waitpid() under win32
28132              From: Brian Clarke <clarke@appliedmeta.com>
28133              Date: Fri, 28 Jul 2000 15:18:29 -0400
28134              Message-ID: <3981DC85.290314EB@appliedmeta.com>
28135              
28136              Slightly reformatted and WNOHANG # define moved to win32.h
28137              so that also POSIX.xs sees it, as suggsted by Sarathy.
28138      Branch: perl
28139            ! win32/win32.c win32/win32.h
28140 ____________________________________________________________________________
28141 [  6471] By: jhi                                   on 2000/08/01  00:55:05
28142         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
28143              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28144              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
28145              Date: Mon, 31 Jul 2000 13:28:51 +0100
28146              
28147              (aka ID 20000730.002)
28148      Branch: perl
28149            ! op.c t/op/tr.t
28150 ____________________________________________________________________________
28151 [  6470] By: jhi                                   on 2000/07/31  23:34:42
28152         Log: Document the problem with -P in HP-UX and its workaround.
28153              
28154              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
28155              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
28156              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
28157              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
28158      Branch: perl
28159            ! README.hpux
28160 ____________________________________________________________________________
28161 [  6469] By: jhi                                   on 2000/07/31  04:15:02
28162         Log: The swallow_bom() saga continues.  The #23 of require.t
28163              (UTF16-LE) still fails (silently, no output) but the #22
28164              (UTF16-BE) seems to be working now.  The root of the
28165              failure may be in sv_gets(): is it UTF-16LE-aware,
28166              especially when it comes to line endings? 
28167      Branch: perl
28168            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
28169            ! t/comp/require.t toke.c utf8.c
28170 ____________________________________________________________________________
28171 [  6468] By: jhi                                   on 2000/07/30  19:05:48
28172         Log: Find green threads before native threads.
28173              
28174              Subject: Re: Patch to jpl/JNI/Makefile.PL
28175              From: Jens Thomsen <jens@fiend.cis.com>
28176              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
28177              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
28178      Branch: perl
28179            ! jpl/JNI/Makefile.PL
28180 ____________________________________________________________________________
28181 [  6467] By: jhi                                   on 2000/07/30  18:36:22
28182         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
28183      Branch: perl
28184            ! doop.c
28185 ____________________________________________________________________________
28186 [  6466] By: jhi                                   on 2000/07/30  04:37:29
28187         Log: A new version of the "remove UPPERACSE string comparison"
28188              operators.  The problem with the previous one (change #6454)
28189              was that it was for Perl 5.6.0.  From Paul Marquess.
28190      Branch: perl
28191            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
28192            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
28193            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
28194 ____________________________________________________________________________
28195 [  6465] By: jhi                                   on 2000/07/29  22:39:56
28196         Log: Do not upgrade SVs into utf8 just because they participate
28197              in eq or cmp.  Reported and fix suggested in
28198              
28199              Subject: [ID 20000720.009] sv_eq UTF8 bug
28200              From: "Simon Cozens" <simon@othersideofthe.earth.li>
28201              Date: 21 Jul 2000 04:37:29 -0000
28202              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
28203              
28204              Exercise for the kind reader: should we or should we not
28205              cache the utf8 conversion alonside the SV? (as magic,
28206              as thestrxfrm()ed version is cached under use locale)
28207              Argue both for and against.
28208      Branch: perl
28209            ! sv.c
28210 ____________________________________________________________________________
28211 [  6464] By: jhi                                   on 2000/07/29  22:36:22
28212         Log: Subject: UTF8 concat
28213              From: simon@brecon.co.uk (Simon Cozens) 
28214              Date: 30 Jun 2000 06:13:25 GMT
28215              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
28216              
28217              (with a memory leak fixed, plus a few casts added)
28218              
28219              This also seems to help for
28220              
28221              Subject: [ID 20000716.015] join UTF8 weirdness
28222              From: root <root@ak-71.mind.de> 
28223              Date: Sat, 15 Jul 2000 15:29:54 +0200
28224              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
28225              
28226              (from Andreas König)
28227      Branch: perl
28228            ! pp_hot.c
28229 ____________________________________________________________________________
28230 [  6463] By: jhi                                   on 2000/07/29  00:55:39
28231         Log: Tune the comments and hopefully stop a memory leak.
28232      Branch: perl
28233            ! toke.c utf8.c
28234 ____________________________________________________________________________
28235 [  6462] By: jhi                                   on 2000/07/29  00:16:53
28236         Log: The problem described in this
28237              
28238              Subject: [ID 20000322.018] named chars aren't magical enough
28239              From: root <root@dixie.cscaper.com>     
28240              Date: Wed, 22 Mar 2000 18:37:42 -0700
28241              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
28242              
28243              has been fixed in perl 5.6.0 but just in case added a test
28244              to keep it away.  (The report from Joseph Hall.)
28245      Branch: perl
28246            ! t/lib/charnames.t
28247 ____________________________________________________________________________
28248 [  6461] By: jhi                                   on 2000/07/28  23:56:36
28249         Log: Tiny fixes for #6460.
28250      Branch: metaconfig/U/perl
28251            ! gccvers.U
28252      Branch: perl
28253            ! Configure config_h.SH
28254 ____________________________________________________________________________
28255 [  6460] By: jhi                                   on 2000/07/28  23:24:41
28256         Log: Warn if the version of the operating system used to compile gcc
28257              differs from the current version of the operating system.
28258              Also display the gcc compilation os and version in myconfig.
28259              Inspiration from
28260              
28261              Subject: Re: [ID 20000710.003] ERRORS!!         
28262              From: "Kurt D. Starsinic" <kstar@chapin.edu>
28263              Date: Mon, 10 Jul 2000 15:54:16 -0400
28264              Message-ID: <20000710155416.A1384@O2.chapin.edu>
28265      Branch: metaconfig/U/perl
28266            ! gccvers.U
28267      Branch: perl
28268            ! Configure config_h.SH myconfig.SH
28269 ____________________________________________________________________________
28270 [  6459] By: jhi                                   on 2000/07/28  22:00:32
28271         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
28272              letter to $Config{osvers}.
28273      Branch: metaconfig
28274            ! U/modified/Oldconfig.U
28275      Branch: perl
28276            ! Configure config_h.SH
28277 ____________________________________________________________________________
28278 [  6458] By: jhi                                   on 2000/07/28  04:15:39
28279         Log: Back out #6454, doesn't seem to work.
28280              (Reason: that patch was for perl 5.6.0, not perl-current)
28281              (A version of the patch for perl-current came in later as #6466)
28282      Branch: perl
28283            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
28284            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
28285            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
28286 ____________________________________________________________________________
28287 [  6457] By: jhi                                   on 2000/07/27  23:31:49
28288         Log: Use setproctitle() if available to modify $0.
28289              
28290              Subject: setting $* on BSD4 broken
28291              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
28292              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
28293              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
28294      Branch: metaconfig
28295            ! U/modified/Myinit.U
28296      Branch: perl
28297            ! Configure config_h.SH mg.c
28298 ____________________________________________________________________________
28299 [  6456] By: jhi                                   on 2000/07/27  14:50:47
28300         Log: Allow "no AutoLoader;", based on change #6444,
28301              suggested by Graham Barr.
28302      Branch: perl
28303            ! lib/AutoLoader.pm
28304 ____________________________________________________________________________
28305 [  6455] By: jhi                                   on 2000/07/27  14:19:10
28306         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
28307              From: rspier@pobox.com (Robert Spier)
28308              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
28309              Message-ID: <14720.15855.787664.424783@rls.cx>
28310      Branch: perl
28311            ! pod/perldiag.pod
28312 ____________________________________________________________________________
28313 [  6454] By: jhi                                   on 2000/07/27  14:03:02
28314         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
28315              for a long time).
28316              
28317              Reported in
28318              
28319              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
28320              From: Ryan Herbert <rherbert@sycamorehq.com>
28321              Date: Mon, 17 Jul 2000 11:40:42 -0400
28322              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
28323              
28324              Patched in
28325              
28326              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
28327              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28328              Date: Wed, 26 Jul 2000 23:40:18 +0100
28329              Message-ID: <000001bff752$79511880$0a17073e@tiny>
28330              
28331              based on an earlier patch from Stephen P. Potter.
28332              
28333              (Removed later by change #6458 because this patch was for
28334              perl 5.6.0, not perl-current)
28335      Branch: perl
28336            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
28337            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
28338            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
28339 ____________________________________________________________________________
28340 [  6453] By: jhi                                   on 2000/07/27  13:48:02
28341         Log: Subject: [PATCH] fixes bug 20000508.004
28342              From: Michael Stevens <mstevens@globnix.org>
28343              Date: Thu, 27 Jul 2000 13:49:04 +0100
28344              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
28345      Branch: perl
28346            ! pod/perldata.pod
28347 ____________________________________________________________________________
28348 [  6452] By: jhi                                   on 2000/07/26  23:51:26
28349         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
28350              and Craig A. Berry.
28351      Branch: perl
28352            ! lib/File/Temp.pm pod/perlport.pod
28353 ____________________________________________________________________________
28354 [  6451] By: jhi                                   on 2000/07/26  19:43:30
28355         Log: Be wary of close()s, too.
28356              
28357              Subject: Re: [PATCH] perlbug cleanup
28358              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28359              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
28360              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
28361      Branch: perl
28362            ! utils/perlbug.PL
28363 ____________________________________________________________________________
28364 [  6450] By: jhi                                   on 2000/07/26  18:41:40
28365         Log: Subject: Minor doc patch: handy.h
28366              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
28367              Date: Wed, 26 Jul 2000 15:34:25 -0300
28368              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
28369      Branch: perl
28370            ! handy.h pod/perlapi.pod
28371 ____________________________________________________________________________
28372 [  6449] By: jhi                                   on 2000/07/26  18:23:55
28373         Log: Subject: [PATCH] minor doc change - perlguts
28374              From: Michael Stevens <mstevens@globnix.org>
28375              Date: Thu, 13 Jul 2000 12:39:18 +0100
28376              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
28377      Branch: perl
28378            ! pod/perlguts.pod
28379 ____________________________________________________________________________
28380 [  6448] By: jhi                                   on 2000/07/26  18:20:30
28381         Log: open() wariness in perlbug.
28382              
28383              Subject: [PATCH] perlbug cleanup
28384              From: Michael Stevens <mstevens@globnix.org>
28385              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
28386              Date: Thu, 13 Jul 2000 15:52:23 +0100
28387      Branch: perl
28388            ! utils/perlbug.PL
28389 ____________________________________________________________________________
28390 [  6447] By: jhi                                   on 2000/07/26  18:13:04
28391         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
28392      Branch: perl
28393            ! lib/File/Temp.pm t/lib/ftmp-security.t
28394 ____________________________________________________________________________
28395 [  6446] By: jhi                                   on 2000/07/26  18:06:32
28396         Log: docfix from Peter Scott <Peter@PSDT.com>.
28397      Branch: perl
28398            ! pod/perlfunc.pod
28399 ____________________________________________________________________________
28400 [  6445] By: jhi                                   on 2000/07/26  17:53:31
28401         Log: Fix *foo{FORMAT}.
28402              
28403              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28404              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
28405              Date: Wed, 26 Jul 2000 19:51:02 +0200
28406              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
28407              
28408              From: Graham Barr <gbarr@pobox.com>
28409              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
28410              Date: Wed, 26 Jul 2000 17:38:36 +0100
28411              Message-ID: <20000726173836.L472@pobox.com>
28412      Branch: perl
28413            ! pp.c sv.c t/op/gv.t
28414 ____________________________________________________________________________
28415 [  6444] By: jhi                                   on 2000/07/26  17:49:14
28416         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
28417              from Graham Barr in the module list.
28418      Branch: perl
28419            ! gv.c pod/perlobj.pod
28420 ____________________________________________________________________________
28421 [  6443] By: jhi                                   on 2000/07/26  16:06:56
28422         Log: More split() doc and test patches from Mike Guy.
28423      Branch: perl
28424            ! pod/perlfunc.pod t/op/split.t
28425 ____________________________________________________________________________
28426 [  6442] By: jhi                                   on 2000/07/26  16:05:30
28427         Log: MacOS nits from Matthias Neeracher.
28428      Branch: perl
28429            ! perl.c pp_ctl.c
28430 ____________________________________________________________________________
28431 [  6441] By: jhi                                   on 2000/07/26  04:39:57
28432         Log: Subject: [PATCH] split /^/
28433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28434              Date: Tue, 25 Jul 2000 14:18:57 +0100
28435              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
28436              
28437              (with notes from tchrist and gbarr)
28438      Branch: perl
28439            ! pod/perlfunc.pod t/op/split.t
28440 ____________________________________________________________________________
28441 [  6440] By: jhi                                   on 2000/07/26  04:32:32
28442         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
28443              From: Peter Prymmer <pvhp@forte.com>
28444              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
28445              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
28446      Branch: perl
28447            ! vms/munchconfig.c
28448 ____________________________________________________________________________
28449 [  6439] By: jhi                                   on 2000/07/26  04:31:01
28450         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
28451              to be fatal errors (instead of by default ignoring them, and
28452              ignoring with a bug: even though -w gave an error, the opening [
28453              was left in)  Reported in:
28454              
28455              Subject: [ID 20000716.024] [=cc=] / [:blank:]
28456              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
28457              Date: Sun, 16 Jul 2000 17:55:29 -0700
28458              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
28459      Branch: perl
28460            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
28461 ____________________________________________________________________________
28462 [  6438] By: jhi                                   on 2000/07/25  15:41:15
28463         Log: Subject: [PATCH] av.c apidoc
28464              From: simon@brecon.co.uk (Simon Cozens)
28465              Date: 24 Jul 2000 06:40:52 GMT
28466              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
28467      Branch: perl
28468            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
28469            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
28470 ____________________________________________________________________________
28471 [  6437] By: jhi                                   on 2000/07/25  14:05:36
28472         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
28473              From: "Stephen P. Potter" <spp@ds.net>
28474              Date: Mon, 24 Jul 2000 14:22:23 -0400
28475              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
28476      Branch: perl
28477            ! pod/perllocale.pod
28478 ____________________________________________________________________________
28479 [  6436] By: jhi                                   on 2000/07/25  14:02:03
28480         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
28481              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28482              Date: Mon, 24 Jul 2000 18:04:28 +0100
28483              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
28484      Branch: perl
28485            ! t/lib/syslfs.t t/op/lfs.t
28486 ____________________________________________________________________________
28487 [  6435] By: jhi                                   on 2000/07/25  13:59:28
28488         Log: Get UTF16 BOMs working.  Patch from
28489              
28490              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
28491              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28492              Date: Tue, 25 Jul 2000 12:52:45 +0100
28493              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
28494              
28495              and notes from
28496              
28497              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
28498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28499              Date: Tue, 25 Jul 2000 11:43:25 +0100
28500              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
28501      Branch: perl
28502            ! t/comp/require.t toke.c utf8.c
28503 ____________________________________________________________________________
28504 [  6434] By: jhi                                   on 2000/07/25  02:39:54
28505         Log: Make the "uninit variable" warning to say "concat or string"
28506              or "join or string" when in concat or join .
28507              
28508              Subject: Re: [ID 20000403.009] uninitialised concatenation???
28509              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28510              Date: Tue, 04 Apr 2000 18:22:58 +0100
28511              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
28512              
28513              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
28514              From: William R Ward <hermit@BayView.COM>
28515              Date: Thu, 30 Mar 2000 19:50:03 -0800
28516              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
28517      Branch: perl
28518            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
28519            ! t/pragma/warn/op t/pragma/warn/sv
28520 ____________________________________________________________________________
28521 [  6433] By: jhi                                   on 2000/07/24  17:52:56
28522         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
28523      Branch: perl
28524            ! lib/File/Spec/VMS.pm
28525 ____________________________________________________________________________
28526 [  6432] By: jhi                                   on 2000/07/24  17:44:44
28527         Log: Test cases for #6431.
28528              
28529              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
28530              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28531              Date: Mon, 24 Jul 2000 15:32:29 +0100
28532              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
28533      Branch: perl
28534            ! t/op/pat.t t/op/split.t
28535 ____________________________________________________________________________
28536 [  6431] By: jhi                                   on 2000/07/24  17:43:17
28537         Log: Bind op fix.
28538              
28539              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
28540              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28541              Date: Mon, 17 Jul 2000 20:04:56 +0100
28542              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
28543      Branch: perl
28544            ! op.c
28545 ____________________________________________________________________________
28546 [  6430] By: jhi                                   on 2000/07/24  03:42:42
28547         Log: Subject: [ID 20000716.023] syslog test fails without sockets
28548              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28549              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
28550              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
28551      Branch: metaconfig/U/perl
28552            ! Extensions.U
28553      Branch: perl
28554            ! Configure config_h.SH
28555 ____________________________________________________________________________
28556 [  6429] By: jhi                                   on 2000/07/24  03:11:52
28557         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
28558              case, but add also notes explaining the relationship of this
28559              patch and the earlier notes by Sarathy.
28560              
28561              Subject: Map is still slow
28562              From: "Ben Tilly" <ben_tilly@hotmail.com>
28563              Date: Sat, 15 Jul 2000 17:23:27 EDT
28564              Message-ID: <20000715212327.21656.qmail@hotmail.com>
28565      Branch: perl
28566            ! pp_ctl.c
28567 ____________________________________________________________________________
28568 [  6428] By: jhi                                   on 2000/07/24  02:58:52
28569         Log: Documentation to explain the behaviour of map().
28570              
28571              Subject: Re: Map is still slow 
28572              From: Gurusamy Sarathy <gsar@ActiveState.com>
28573              Date: Sat, 15 Jul 2000 16:05:09 -0700
28574              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
28575      Branch: perl
28576            ! pp_ctl.c
28577 ____________________________________________________________________________
28578 [  6427] By: jhi                                   on 2000/07/24  02:50:03
28579         Log: Add tests for
28580              [ID 19991110.003] another matching finding by pcre author
28581              which has already been fixed by some patch, as verified in
28582              
28583              Subject: Re: two regex bugs from the mists of time (well, last November)
28584              From: Hugo <hv@crypt.compulink.co.uk>
28585              Date: Sat, 22 Jul 2000 18:12:58 +0100
28586              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
28587      Branch: perl
28588            ! t/op/re_tests
28589 ____________________________________________________________________________
28590 [  6426] By: jhi                                   on 2000/07/24  02:11:20
28591         Log: A missing 'break' after the [[:space:]] switch case.
28592              
28593              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
28594              From: "Stephen P. Potter" <spp@ds.net>
28595              Date: Tue, 18 Jul 2000 16:25:17 -0400
28596              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
28597      Branch: perl
28598            ! regcomp.c
28599 ____________________________________________________________________________
28600 [  6425] By: jhi                                   on 2000/07/24  02:06:12
28601         Log: The output might have been produced in the wrong order.
28602              
28603              Subject: [ID 20000720.003] [PATCH] t/op/write.t
28604              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28605              Date: Thu, 20 Jul 2000 18:49:18 +0100
28606              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
28607      Branch: perl
28608            ! t/op/write.t
28609 ____________________________________________________________________________
28610 [  6424] By: jhi                                   on 2000/07/24  02:00:07
28611         Log: Use STDOUT consistently.
28612              
28613              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
28614              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28615              Date: Thu, 20 Jul 2000 18:04:01 +0100
28616              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
28617      Branch: perl
28618            ! lib/Test/Harness.pm
28619 ____________________________________________________________________________
28620 [  6423] By: jhi                                   on 2000/07/24  01:54:54
28621         Log: Protect against "wild next"s, that is, callbacks doing "next"
28622              instead of "return".
28623              
28624              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
28625              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28626              Date: Tue, 18 Jul 2000 11:30:16 +0100
28627              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
28628      Branch: perl
28629            ! lib/File/Find.pm
28630 ____________________________________________________________________________
28631 [  6422] By: jhi                                   on 2000/07/24  01:35:47
28632         Log: Out-of-date note removed.
28633              
28634              Subject: [PATCH] documentation perlipc
28635              From: rspier@pobox.com (Robert Spier)
28636              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
28637              Message-ID: <14711.35178.572612.502654@rls.cx>
28638      Branch: perl
28639            ! pod/perlipc.pod
28640 ____________________________________________________________________________
28641 [  6421] By: jhi                                   on 2000/07/24  00:09:18
28642         Log: Send all installperl messages to STDERR and be -w clean.
28643              
28644              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
28645              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28646              Date: Sat, 22 Jul 2000 14:02:11 +0100
28647              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
28648      Branch: perl
28649            ! installperl
28650 ____________________________________________________________________________
28651 [  6420] By: jhi                                   on 2000/07/24  00:04:19
28652         Log: Decutandpasto.
28653              
28654              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
28655              From: "Richard Soderberg" <rs@crystalflame.net>
28656              Date: Sun, 23 Jul 2000 01:37:23 -0700
28657              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
28658      Branch: perl
28659            ! pod/perlipc.pod
28660 ____________________________________________________________________________
28661 [  6419] By: jhi                                   on 2000/07/24  00:01:12
28662         Log: A cleaner abs_path().
28663              Subject: Re: unix alternative to Cwd.pm
28664              From: Jeff Pinyan <jeffp@crusoe.net>
28665              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
28666              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
28667      Branch: perl
28668            ! lib/Cwd.pm
28669 ____________________________________________________________________________
28670 [  6418] By: jhi                                   on 2000/07/23  23:48:56
28671         Log: Detypo.
28672              
28673              Subject: [PATCH perl-current] Typo in hints/powerux.sh
28674              From: "Richard Soderberg" <rs@crystalflame.net>
28675              Date: Sun, 23 Jul 2000 01:27:33 -0700
28676              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
28677      Branch: perl
28678            ! hints/powerux.sh
28679 ____________________________________________________________________________
28680 [  6417] By: jhi                                   on 2000/07/17  22:13:31
28681         Log: Subject: SDBM_File documentation
28682              From: mjd@plover.com
28683              Date: 16 Jul 2000 17:41:17 -0000
28684              Message-ID: <20000716174117.18515.qmail@plover.com>
28685      Branch: perl
28686            ! ext/SDBM_File/SDBM_File.pm
28687 ____________________________________________________________________________
28688 [  6416] By: jhi                                   on 2000/07/17  19:13:26
28689         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
28690      Branch: perl
28691            ! hints/mpeix.sh mpeix/relink
28692 ____________________________________________________________________________
28693 [  6415] By: jhi                                   on 2000/07/15  14:11:02
28694         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
28695              the utf8 'characters' can be more than one octet).
28696              
28697              Date: Sat, 15 Jul 2000 00:21:56 +0100
28698              From: Tom Hughes <tom@compton.nu>
28699              Subject: Re: [ID 20000714.002]
28700              Message-ID: <db2334de49.tom@compton.compton.nu>
28701              
28702              Reported in
28703              
28704              Subject: [ID 20000714.002]
28705              From: "Simon Cozens" <simon@othersideofthe.earth.li>
28706              Date: 14 Jul 2000 15:13:09 -0000
28707              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
28708      Branch: perl
28709            ! doop.c
28710 ____________________________________________________________________________
28711 [  6414] By: jhi                                   on 2000/07/15  03:13:41
28712         Log: another VMS build tweak from Peter Prymmer
28713      Branch: perl
28714            ! vms/descrip_mms.template
28715 ____________________________________________________________________________
28716 [  6413] By: jhi                                   on 2000/07/15  03:10:40
28717         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
28718      Branch: perl
28719            ! vms/perlvms.pod
28720 ____________________________________________________________________________
28721 [  6412] By: jhi                                   on 2000/07/15  00:31:05
28722         Log: More docs for sv functions.
28723              
28724              Subject: [PATCH cfgperl] sv.c apidoc
28725              From: simon@brecon.co.uk (Simon Cozens)
28726              Date: 13 Jul 2000 09:00:20 GMT
28727              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
28728              
28729              Subject: Re: [PATCH cfgperl] sv.c apidoc
28730              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28731              Date: Thu, 13 Jul 2000 12:27:41 +0100
28732              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
28733              
28734              Subject: Re: [PATCH cfgperl] sv.c apidoc
28735              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28736              Date: Thu, 13 Jul 2000 13:23:09 +0100
28737              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
28738              
28739              Subject: Re: [PATCH cfgperl] sv.c apidoc
28740              From: simon@brecon.co.uk (Simon Cozens)
28741              Date: 14 Jul 2000 06:51:02 GMT
28742              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
28743      Branch: perl
28744            ! embed.pl pod/perlapi.pod sv.c
28745 ____________________________________________________________________________
28746 [  6411] By: jhi                                   on 2000/07/15  00:10:41
28747         Log: lib/b test fixes from Peter Prymmer.
28748      Branch: perl
28749            ! t/lib/b.t
28750 ____________________________________________________________________________
28751 [  6410] By: jhi                                   on 2000/07/15  00:02:09
28752         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
28753              From: Hugo <hv@crypt.compulink.co.uk>
28754              Date: Fri, 14 Jul 2000 23:05:20 +0100
28755              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
28756              
28757              Didn't anymore apply, but that point still could use another fix.
28758      Branch: perl
28759            ! pod/perlfunc.pod
28760 ____________________________________________________________________________
28761 [  6409] By: jhi                                   on 2000/07/14  23:15:15
28762         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
28763              not in pod, from Peter Prymmer
28764      Branch: perl
28765            ! vms/descrip_mms.template
28766 ____________________________________________________________________________
28767 [  6408] By: jhi                                   on 2000/07/14  20:35:05
28768         Log: The bug report
28769              [ID 19991110.002] minimal matching discrepancy found by pcre author
28770              seems to have been fixed (though differently from what was suggested
28771              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
28772      Branch: perl
28773            ! t/op/re_tests
28774 ____________________________________________________________________________
28775 [  6407] By: jhi                                   on 2000/07/14  17:38:08
28776         Log: Fix AutoSplit to use File::Spec the right way in VMS,
28777              from Peter Prymmer.
28778      Branch: perl
28779            ! lib/AutoSplit.pm
28780 ____________________________________________________________________________
28781 [  6406] By: jhi                                   on 2000/07/14  14:13:22
28782         Log: Merge perlhacktut into perlhack, update perlguts.
28783              
28784              Subject: Re: Perlhacktut
28785              From: simon@brecon.co.uk (Simon Cozens)
28786              Date: 14 Jul 2000 06:49:21 GMT
28787              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
28788              
28789              Subject: Re: Perlhacktut
28790              From: simon@brecon.co.uk (Simon Cozens)
28791              Date: 14 Jul 2000 07:09:45 GMT
28792              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
28793      Branch: perl
28794            ! pod/perlguts.pod pod/perlhack.pod
28795 ____________________________________________________________________________
28796 [  6405] By: jhi                                   on 2000/07/14  14:02:31
28797         Log: Integrate with Sarathy.
28798      Branch: cfgperl
28799           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
28800           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
28801           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
28802 ____________________________________________________________________________
28803 [  6404] By: gsar                                  on 2000/07/14  12:15:02
28804         Log: PERL_OBJECT build tweaks
28805      Branch: perl
28806            ! toke.c
28807 ____________________________________________________________________________
28808 [  6403] By: gsar                                  on 2000/07/14  11:23:41
28809         Log: inconsistent types needs casts
28810      Branch: perl
28811            ! toke.c
28812 ____________________________________________________________________________
28813 [  6402] By: gsar                                  on 2000/07/14  11:12:04
28814         Log: typos in change#6399, regen headers
28815      Branch: perl
28816            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
28817 ____________________________________________________________________________
28818 [  6401] By: gsar                                  on 2000/07/14  10:59:12
28819         Log: typecasts needed for change#6394
28820      Branch: perl
28821            ! toke.c
28822 ____________________________________________________________________________
28823 [  6400] By: gsar                                  on 2000/07/14  10:49:37
28824         Log: integrate cfgperl contents into mainline
28825      Branch: perl
28826           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
28827           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
28828 ____________________________________________________________________________
28829 [  6399] By: gsar                                  on 2000/07/14  10:38:35
28830         Log: enable UTF-16 filter by default if relevant BOM is seen; various
28831              cleanups (typos, misformatted code, and small bugs)
28832      Branch: perl
28833            ! doop.c embed.pl mg.c op.c pp.c toke.c
28834 ____________________________________________________________________________
28835 [  6398] By: gsar                                  on 2000/07/14  08:55:38
28836         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
28837              name suggests anyway)
28838      Branch: perl
28839            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
28840 ____________________________________________________________________________
28841 [  6397] By: gsar                                  on 2000/07/14  08:44:33
28842         Log: move new variables to the end of the interpreter structure (for
28843              bincompat in code that doesn't #include XSUB.h)
28844      Branch: perl
28845            ! intrpvar.h
28846 ____________________________________________________________________________
28847 [  6396] By: gsar                                  on 2000/07/14  08:13:58
28848         Log: MakeMaker should not remove editor backups (*~) on `make clean`
28849              by default (completes change#6383)
28850      Branch: perl
28851            ! lib/ExtUtils/MM_Unix.pm
28852 ____________________________________________________________________________
28853 [  6395] By: jhi                                   on 2000/07/14  05:20:33
28854         Log: Replace change #6337 with a better one.
28855              
28856              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28857              From: Hugo <hv@crypt.compulink.co.uk>
28858              Date: Fri, 14 Jul 2000 04:16:20 +0100
28859              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
28860      Branch: cfgperl
28861            ! regexec.c t/op/re_tests
28862 ____________________________________________________________________________
28863 [  6394] By: jhi                                   on 2000/07/14  01:33:59
28864         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
28865      Branch: cfgperl
28866            ! embed.pl global.sym proto.h toke.c
28867 ____________________________________________________________________________
28868 [  6393] By: jhi                                   on 2000/07/13  23:41:23
28869         Log: remove discarded test
28870      Branch: cfgperl
28871            ! MANIFEST
28872 ____________________________________________________________________________
28873 [  6392] By: jhi                                   on 2000/07/13  23:32:25
28874         Log: The {multiplier} of a fixed substring was overlooked which
28875              caused a wrong initial search offset for that substring.
28876              
28877              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
28878              From: Hugo <hv@crypt.compulink.co.uk>
28879              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
28880              Date: Thu, 13 Jul 2000 19:27:13 +0100
28881      Branch: cfgperl
28882            ! regcomp.c t/op/re_tests
28883 ____________________________________________________________________________
28884 [  6391] By: jhi                                   on 2000/07/13  16:37:42
28885         Log: typo fix from Craig Berry
28886      Branch: cfgperl
28887            ! vms/subconfigure.com
28888 ____________________________________________________________________________
28889 [  6390] By: jhi                                   on 2000/07/13  13:20:12
28890         Log: Integrate with Sarathy.
28891      Branch: cfgperl
28892            - t/op/method2entersub.t
28893           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
28894           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
28895           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
28896           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
28897 ____________________________________________________________________________
28898 [  6389] By: jhi                                   on 2000/07/13  13:18:48
28899         Log: Detypo from Peter Prymmer, part of #6388.
28900      Branch: cfgperl
28901            ! Configure config_h.SH
28902      Branch: metaconfig
28903            ! U/modified/d_longlong.U
28904 ____________________________________________________________________________
28905 [  6388] By: gsar                                  on 2000/07/13  06:33:40
28906         Log: typos (spotted by Peter Prymmer)
28907      Branch: perl
28908            ! Configure t/lib/english.t
28909 ____________________________________________________________________________
28910 [  6387] By: gsar                                  on 2000/07/13  05:35:28
28911         Log: new selfloader.t in change#6183 doesn't close DATA handles,
28912              and thus fails to clean up tmp files on dosish platforms
28913      Branch: perl
28914            ! t/lib/selfloader.t
28915 ____________________________________________________________________________
28916 [  6386] By: gsar                                  on 2000/07/12  21:42:39
28917         Log: sprintf test tweaks (from Dominic Dunlop)
28918      Branch: perl
28919            ! t/op/sprintf.t
28920 ____________________________________________________________________________
28921 [  6385] By: gsar                                  on 2000/07/12  21:33:46
28922         Log: fix bugs in processing %v-*d and similar format specs (from
28923              Avi Finkel <avi@finkel.org>)
28924      Branch: perl
28925            ! sv.c t/op/sprintf.t
28926 ____________________________________________________________________________
28927 [  6384] By: gsar                                  on 2000/07/12  16:04:19
28928         Log: readd missing perldelta.pod changes from changes#6339,6376
28929      Branch: perl
28930            ! pod/perldelta.pod
28931 ____________________________________________________________________________
28932 [  6383] By: gsar                                  on 2000/07/12  16:00:51
28933         Log: don't clobber *.orig files on *clean targets
28934      Branch: perl
28935            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
28936 ____________________________________________________________________________
28937 [  6382] By: gsar                                  on 2000/07/12  07:59:12
28938         Log: fix broken integrations in cfgperl
28939      Branch: cfgperl
28940           !> Changes pod/perldelta.pod
28941 ____________________________________________________________________________
28942 [  6381] By: gsar                                  on 2000/07/12  07:42:17
28943         Log: integrate cfgperl changes into mainline
28944      Branch: perl
28945            ! Changes
28946           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
28947           !> pod/perlre.pod
28948 ____________________________________________________________________________
28949 [  6380] By: gsar                                  on 2000/07/12  07:31:00
28950         Log: get sprintf.t to adjust properly for 3-digit exponents
28951      Branch: perl
28952            ! t/op/sprintf.t
28953 ____________________________________________________________________________
28954 [  6379] By: gsar                                  on 2000/07/12  06:40:04
28955         Log: change#6174 needs corresponding change in win32/config_h.PL,
28956              which grovels through config_h.SH to find the config.h name
28957      Branch: perl
28958            ! win32/config_h.PL
28959 ____________________________________________________________________________
28960 [  6378] By: jhi                                   on 2000/07/12  05:03:59
28961         Log: Do the cc sanity check both before the hints and
28962              after the cc selction.
28963      Branch: cfgperl
28964            ! Configure config_h.SH
28965      Branch: metaconfig
28966            ! U/modified/Oldconfig.U U/modified/cc.U
28967      Branch: metaconfig/U/perl
28968            + Checkcc.U
28969 ____________________________________________________________________________
28970 [  6377] By: jhi                                   on 2000/07/12  02:49:22
28971         Log: Fix nits noticed by Boston.pm.
28972      Branch: cfgperl
28973            ! pod/perlre.pod
28974 ____________________________________________________________________________
28975 [  6376] By: jhi                                   on 2000/07/11  21:22:13
28976         Log: Configure cosmetics and perldelta.
28977      Branch: cfgperl
28978            ! Configure config_h.SH pod/perldelta.pod
28979      Branch: metaconfig
28980            ! U/modified/cc.U
28981 ____________________________________________________________________________
28982 [  6375] By: gsar                                  on 2000/07/11  21:17:35
28983         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
28984      Branch: perl
28985            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
28986            ! win32/win32sck.c
28987 ____________________________________________________________________________
28988 [  6374] By: gsar                                  on 2000/07/11  20:48:50
28989         Log: tweak for build failure under multiplicity
28990      Branch: perl
28991            ! toke.c
28992 ____________________________________________________________________________
28993 [  6373] By: gsar                                  on 2000/07/11  20:37:23
28994         Log: integrate cfgperl changes#6325..6373 into mainline
28995              (NOTE: today's batch of integrations still untested)
28996      Branch: perl
28997           +> ext/DynaLoader/hints/netbsd.pl
28998            ! Changes
28999           !> (integrate 26 files)
29000 ____________________________________________________________________________
29001 [  6372] By: jhi                                   on 2000/07/11  20:30:36
29002         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
29003              regen perltoc.
29004      Branch: cfgperl
29005            + pod/perlbook.pod
29006            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
29007            ! pod/perltoc.pod
29008 ____________________________________________________________________________
29009 [  6371] By: jhi                                   on 2000/07/11  20:08:56
29010         Log: Minor cleanups on the booklist.
29011      Branch: cfgperl
29012            ! pod/perlfaq2.pod
29013 ____________________________________________________________________________
29014 [  6370] By: jhi                                   on 2000/07/11  19:31:13
29015         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
29016      Branch: cfgperl
29017            ! t/pragma/overload.t
29018 ____________________________________________________________________________
29019 [  6369] By: gsar                                  on 2000/07/11  19:27:48
29020         Log: integrate cfgperl changes#6293..6324 into mainline
29021      Branch: perl
29022           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
29023            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
29024           !> (integrate 30 files)
29025 ____________________________________________________________________________
29026 [  6368] By: gsar                                  on 2000/07/11  19:18:57
29027         Log: skip integrate of problematic change#6292 from cfgperl into mainline
29028      Branch: perl
29029           !> pp_hot.c
29030 ____________________________________________________________________________
29031 [  6367] By: gsar                                  on 2000/07/11  19:17:21
29032         Log: integrate cfgperl changes#6288..6290 into mainline
29033      Branch: perl
29034           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
29035 ____________________________________________________________________________
29036 [  6366] By: gsar                                  on 2000/07/11  19:11:18
29037         Log: integrate cfgperl changes#6268..6282 into mainline
29038      Branch: perl
29039           !> (integrate 30 files)
29040 ____________________________________________________________________________
29041 [  6365] By: gsar                                  on 2000/07/11  18:57:00
29042         Log: delete new accidentally branched file
29043      Branch: perl
29044            - t/op/method2entersub.t
29045 ____________________________________________________________________________
29046 [  6364] By: gsar                                  on 2000/07/11  18:55:13
29047         Log: skip integrate of change#6267 from cfgperl into mainline (the
29048              method call optimization is flawed without additional hints
29049              from user about immutableness of @ISA and no runtime method
29050              definitions)
29051      Branch: perl
29052           +> t/op/method2entersub.t
29053           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
29054           !> perl.h t/op/sprintf.t xsutils.c
29055 ____________________________________________________________________________
29056 [  6363] By: gsar                                  on 2000/07/11  18:49:43
29057         Log: integrate cfgperl changes#6261..6266 into mainline
29058      Branch: perl
29059           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
29060           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
29061           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29062           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
29063 ____________________________________________________________________________
29064 [  6362] By: gsar                                  on 2000/07/11  18:43:26
29065         Log: integrate cfgperl changes#6252..6260 into mainline
29066      Branch: perl
29067           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
29068           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
29069           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
29070           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
29071 ____________________________________________________________________________
29072 [  6361] By: gsar                                  on 2000/07/11  18:37:12
29073         Log: skip integrate of problematic change#6251 from cfgperl into mainline
29074      Branch: perl
29075           !> lib/Exporter.pm
29076 ____________________________________________________________________________
29077 [  6360] By: gsar                                  on 2000/07/11  18:34:56
29078         Log: integrate cfgperl change#6250 into mainline
29079      Branch: perl
29080           +> t/op/my_stash.t
29081           !> MANIFEST embed.pl proto.h toke.c
29082 ____________________________________________________________________________
29083 [  6359] By: gsar                                  on 2000/07/11  18:21:19
29084         Log: integrate cfgperl changes#6242..6249 into mainline
29085      Branch: perl
29086           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
29087           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
29088           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
29089           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
29090           !> t/lib/peek.t utf8.c
29091 ____________________________________________________________________________
29092 [  6358] By: gsar                                  on 2000/07/11  18:15:45
29093         Log: skip integrate of problematic change#6241 from cfgperl into mainline
29094      Branch: perl
29095           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
29096 ____________________________________________________________________________
29097 [  6357] By: jhi                                   on 2000/07/11  18:15:16
29098         Log: Fix for
29099              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
29100              From: Roderick Schertler <roderick@argon.org> 
29101              Date: Tue, 11 Jul 2000 13:55:05 -0400 
29102              Message-Id: <200007111755.NAA05077@jones.argon.org> 
29103      Branch: cfgperl
29104            ! doio.c
29105 ____________________________________________________________________________
29106 [  6356] By: jhi                                   on 2000/07/11  18:12:51
29107         Log: Typo in #6341.
29108      Branch: cfgperl
29109            ! pp_hot.c
29110 ____________________________________________________________________________
29111 [  6355] By: gsar                                  on 2000/07/11  18:12:10
29112         Log: integrate cfgperl changes#6231..6240 into mainline
29113      Branch: perl
29114           +> pod/perlutil.pod
29115           !> (integrate 35 files)
29116 ____________________________________________________________________________
29117 [  6354] By: jhi                                   on 2000/07/11  18:04:34
29118         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
29119              From: Dominic Dunlop <domo@computer.org> 
29120              Date: Tue, 11 Jul 2000 12:27:33 +0200 
29121              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
29122              
29123              Replaces change #6268.
29124      Branch: cfgperl
29125            ! t/op/sprintf.t
29126 ____________________________________________________________________________
29127 [  6353] By: gsar                                  on 2000/07/11  17:59:51
29128         Log: skip integrate of problematic change#6230 from cfgperl into mainline
29129              (a later version of File::Spec is already in mainline)
29130      Branch: perl
29131           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
29132           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
29133 ____________________________________________________________________________
29134 [  6352] By: gsar                                  on 2000/07/11  17:57:48
29135         Log: integrate cfgperl changes#6224..6229 into mainline
29136      Branch: perl
29137           +> lib/lib.pm.PL
29138            - lib/lib.pm
29139           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
29140           !> lib/English.pm op.c t/lib/english.t
29141 ____________________________________________________________________________
29142 [  6351] By: gsar                                  on 2000/07/11  17:50:10
29143         Log: skip integrate of problematic change#6223 from cfgperl into mainline
29144      Branch: perl
29145           !> doio.c
29146 ____________________________________________________________________________
29147 [  6350] By: gsar                                  on 2000/07/11  17:48:28
29148         Log: integrate cfgperl changes#6220..6222 into mainline
29149      Branch: perl
29150           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
29151           !> toke.c utf8.c win32/win32.h
29152 ____________________________________________________________________________
29153 [  6349] By: gsar                                  on 2000/07/11  17:46:13
29154         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
29155              mainline
29156      Branch: perl
29157           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29158           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29159           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29160 ____________________________________________________________________________
29161 [  6348] By: jhi                                   on 2000/07/11  17:45:49
29162         Log: README.posix-bc podified from Thomas Dorner.
29163      Branch: cfgperl
29164            ! README.posix-bc
29165 ____________________________________________________________________________
29166 [  6347] By: gsar                                  on 2000/07/11  17:42:04
29167         Log: integrate cfgperl change#6217 into mainline
29168      Branch: perl
29169           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
29170           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
29171           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
29172 ____________________________________________________________________________
29173 [  6346] By: gsar                                  on 2000/07/11  17:39:37
29174         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
29175              mainline
29176      Branch: perl
29177           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
29178           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29179           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
29180           !> perlapi.h pod/perlapi.pod
29181 ____________________________________________________________________________
29182 [  6345] By: gsar                                  on 2000/07/11  17:36:42
29183         Log: integrate cfgperl changes#6207..6210 into mainline
29184      Branch: perl
29185           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
29186           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
29187 ____________________________________________________________________________
29188 [  6344] By: gsar                                  on 2000/07/11  17:31:20
29189         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
29190              mainline
29191      Branch: perl
29192           !> (integrate 40 files)
29193 ____________________________________________________________________________
29194 [  6343] By: gsar                                  on 2000/07/11  17:19:08
29195         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
29196      Branch: perl
29197           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
29198            ! Changes
29199           !> (integrate 34 files)
29200 ____________________________________________________________________________
29201 [  6342] By: jhi                                   on 2000/07/11  16:05:48
29202         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
29203              To: perl5-porters@perl.org
29204              From: Karsten Sperling <spiff@phreax.net>
29205              Date: Mon, 10 Jul 2000 15:12:52 +0200
29206              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
29207      Branch: cfgperl
29208            ! lib/Symbol.pm
29209 ____________________________________________________________________________
29210 [  6341] By: jhi                                   on 2000/07/11  15:59:23
29211         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
29212              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29213              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
29214              Date: Fri, 07 Jul 2000 17:57:16 +0100
29215      Branch: cfgperl
29216            ! pp_hot.c
29217 ____________________________________________________________________________
29218 [  6340] By: jhi                                   on 2000/07/11  15:55:47
29219         Log: Subject: Re: format bug report  [Patch]
29220              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29221              Date: Wed, 05 Jul 2000 13:12:52 +0200
29222              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
29223              
29224              Subject: Re: format bug report  [Patch]
29225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29226              Date: Wed, 05 Jul 2000 14:10:01 +0200
29227              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
29228      Branch: cfgperl
29229            ! t/op/write.t toke.c
29230 ____________________________________________________________________________
29231 [  6339] By: jhi                                   on 2000/07/11  13:54:09
29232         Log: Be less forgiving about ambiguous and illegal tr ranges.
29233              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
29234              From: Mark-Jason Dominus <mjd@plover.com>
29235              Date: Tue, 04 Jul 2000 10:00:12 -0400
29236              Message-ID: <20000704140012.17772.qmail@plover.com>
29237              
29238              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
29239              From: Mark-Jason Dominus <mjd@plover.com>
29240              Date: Wed, 05 Jul 2000 09:37:36 -0400
29241              Message-ID: <20000705133736.27293.qmail@plover.com>
29242      Branch: cfgperl
29243            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
29244 ____________________________________________________________________________
29245 [  6338] By: jhi                                   on 2000/07/11  13:31:24
29246         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
29247              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29248              Date: Tue, 11 Jul 2000 13:50:51 +0100
29249              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
29250      Branch: cfgperl
29251            ! sv.c
29252 ____________________________________________________________________________
29253 [  6337] By: jhi                                   on 2000/07/11  13:29:14
29254         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
29255              From: Hugo <hv@crypt.compulink.co.uk>
29256              Date: Tue, 11 Jul 2000 12:44:50 +0100
29257              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
29258      Branch: cfgperl
29259            ! regexec.c t/op/re_tests
29260 ____________________________________________________________________________
29261 [  6336] By: jhi                                   on 2000/07/11  13:26:47
29262         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
29263              From: simon@brecon.co.uk (Simon Cozens)
29264              Date: 7 Jul 2000 11:26:09 GMT
29265              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
29266      Branch: cfgperl
29267            ! mg.c
29268 ____________________________________________________________________________
29269 [  6335] By: jhi                                   on 2000/07/11  13:23:37
29270         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
29271              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
29272              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
29273              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
29274      Branch: cfgperl
29275            + ext/DynaLoader/hints/netbsd.pl
29276            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
29277 ____________________________________________________________________________
29278 [  6334] By: jhi                                   on 2000/07/11  13:20:38
29279         Log: Subject: PATCH perlguts.pod: Document D and d magic types
29280              From: mjd@plover.com
29281              Date: 5 Jul 2000 18:01:51 -0000
29282              Message-ID: <20000705180151.29413.qmail@plover.com>
29283      Branch: cfgperl
29284            ! pod/perlguts.pod
29285 ____________________________________________________________________________
29286 [  6333] By: jhi                                   on 2000/07/11  13:15:51
29287         Log: Precedence goof, fix based on
29288              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
29289              From: Hugo <hv@crypt.compulink.co.uk>
29290              Date: Tue, 11 Jul 2000 12:52:38 +0100
29291              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
29292      Branch: cfgperl
29293            ! t/op/taint.t
29294 ____________________________________________________________________________
29295 [  6332] By: jhi                                   on 2000/07/11  12:40:17
29296         Log: Integrate with Sarathy.
29297      Branch: cfgperl
29298           !> win32/win32sck.c
29299 ____________________________________________________________________________
29300 [  6331] By: jhi                                   on 2000/07/10  20:14:16
29301         Log: Sprinkle ldlibpath.
29302      Branch: cfgperl
29303            ! pod/Makefile.SH
29304 ____________________________________________________________________________
29305 [  6330] By: jhi                                   on 2000/07/10  17:54:49
29306         Log: More POSIX.pod tweaks.
29307      Branch: cfgperl
29308            ! ext/POSIX/POSIX.pod
29309 ____________________________________________________________________________
29310 [  6329] By: jhi                                   on 2000/07/10  14:02:12
29311         Log: Reorder perl.pod once more.
29312      Branch: cfgperl
29313            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29314 ____________________________________________________________________________
29315 [  6328] By: gsar                                  on 2000/07/10  07:06:00
29316         Log: accept() leaks memory on windows due to incorrect ordering of
29317              closesocket() and fclose() calls
29318      Branch: perl
29319            ! win32/win32sck.c
29320 ____________________________________________________________________________
29321 [  6327] By: gsar                                  on 2000/07/10  06:49:17
29322         Log: winsock options weren't being set in all threads under ithreads
29323              (caused send()s from second and subsequent threads to fail)
29324      Branch: perl
29325            ! win32/win32sck.c
29326 ____________________________________________________________________________
29327 [  6326] By: jhi                                   on 2000/07/08  02:45:40
29328         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
29329              was cast to an unsigned (32-bit) integer with wild abandon.
29330      Branch: cfgperl
29331            ! ext/Devel/DProf/DProf.xs
29332 ____________________________________________________________________________
29333 [  6325] By: jhi                                   on 2000/07/07  18:50:33
29334         Log: Remove perlbook, update perlfaq book listing,
29335              rearrange perl.pod, regenerate perltoc.
29336      Branch: cfgperl
29337            - pod/perlbook.pod
29338            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
29339            ! pod/perlfaq2.pod pod/perltoc.pod
29340 ____________________________________________________________________________
29341 [  6324] By: jhi                                   on 2000/07/07  14:03:40
29342         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
29343      Branch: cfgperl
29344            ! sv.h toke.c
29345 ____________________________________________________________________________
29346 [  6323] By: jhi                                   on 2000/07/06  16:03:55
29347         Log: Fix complaints of buildtoc.
29348      Branch: cfgperl
29349            + lib/Win32.pod
29350            - pod/Win32.pod
29351            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29352 ____________________________________________________________________________
29353 [  6322] By: jhi                                   on 2000/07/06  15:15:52
29354         Log: Add =head1 NAMEs so that buildtoc is happy.
29355              (The CGI::Util nit reported to Lincoln.)
29356      Branch: cfgperl
29357            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
29358            ! pod/perltoc.pod
29359 ____________________________________________________________________________
29360 [  6321] By: jhi                                   on 2000/07/06  03:16:04
29361         Log: Config is being used.
29362      Branch: cfgperl
29363            ! t/op/method.t
29364 ____________________________________________________________________________
29365 [  6320] By: jhi                                   on 2000/07/06  03:13:13
29366         Log: Integrate with Sarathy.
29367      Branch: cfgperl
29368           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
29369 ____________________________________________________________________________
29370 [  6319] By: jhi                                   on 2000/07/06  03:11:46
29371         Log: Autogenerate pod/Makefile and pod/buildtoc.
29372              buildtoc also checks whether the existin pods are
29373              mentioned in MANIFEST and perl.pod, and vice versa.
29374              (None of the thusly found discrepancies fixed yet.)
29375              roffitall also needs to be autogenerated similarly but it
29376              seems so badly out of date that I didn't touch it yet.
29377      Branch: cfgperl
29378            + pod/Makefile.SH pod/buildtoc.PL
29379            - pod/Makefile pod/buildtoc
29380            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
29381 ____________________________________________________________________________
29382 [  6318] By: gsar                                  on 2000/07/05  22:10:54
29383         Log: fix UNC path handling on Windows under ithreads, and chdir()
29384              return value when given a non-existent directory
29385      Branch: perl
29386            ! win32/vdir.h
29387 ____________________________________________________________________________
29388 [  6317] By: gsar                                  on 2000/07/05  22:08:19
29389         Log: winsock cleanup never done on Windows (leads to handle leaks)
29390      Branch: perl
29391            ! win32/perllib.c win32/win32sck.c
29392 ____________________________________________________________________________
29393 [  6316] By: gsar                                  on 2000/07/05  22:06:19
29394         Log: some debugger output does not go to the socket when RemotePort is set
29395      Branch: perl
29396            ! lib/perl5db.pl
29397 ____________________________________________________________________________
29398 [  6315] By: jhi                                   on 2000/07/05  00:25:21
29399         Log: Integrate with Sarathy, preliminary fix for unicos
29400              alignment problems in [ID 20000612.002] Perl problem on Cray system.
29401      Branch: cfgperl
29402            ! sv.h
29403           !> pp_hot.c
29404 ____________________________________________________________________________
29405 [  6314] By: gsar                                  on 2000/07/04  23:34:02
29406         Log: tyop in change#6306
29407      Branch: perl
29408            ! pp_hot.c
29409 ____________________________________________________________________________
29410 [  6313] By: jhi                                   on 2000/07/04  22:14:38
29411         Log: Multiline string literals ENONPORTABLE.
29412      Branch: cfgperl
29413            ! pp_hot.c
29414 ____________________________________________________________________________
29415 [  6312] By: jhi                                   on 2000/07/04  20:34:44
29416         Log: Integrate with Sarathy.
29417      Branch: cfgperl
29418           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
29419           !> t/op/method.t
29420 ____________________________________________________________________________
29421 [  6311] By: jhi                                   on 2000/07/04  20:30:56
29422         Log: More POSIX.pod embellishment.
29423      Branch: cfgperl
29424            ! ext/POSIX/POSIX.pod
29425 ____________________________________________________________________________
29426 [  6310] By: gsar                                  on 2000/07/04  17:28:48
29427         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
29428      Branch: perl
29429            ! t/lib/b.t
29430 ____________________________________________________________________________
29431 [  6309] By: jhi                                   on 2000/07/04  17:22:18
29432         Log: The #6308 required a little bit more.
29433      Branch: cfgperl
29434            ! Makefile.SH win32/Makefile
29435 ____________________________________________________________________________
29436 [  6308] By: jhi                                   on 2000/07/04  16:35:24
29437         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
29438      Branch: cfgperl
29439            + lib/lib_pm.PL
29440            - lib/lib.pm.PL
29441            ! MANIFEST Makefile.SH
29442 ____________________________________________________________________________
29443 [  6307] By: jhi                                   on 2000/07/04  16:28:58
29444         Log: Win32 patches for cfgperl from Sarathy.
29445      Branch: cfgperl
29446            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
29447            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
29448            ! thread.h toke.c util.c win32/Makefile win32/win32.c
29449 ____________________________________________________________________________
29450 [  6306] By: gsar                                  on 2000/07/04  16:28:40
29451         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
29452              (from Richard Soderberg <rs@oregonnet.com>)
29453      Branch: perl
29454            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
29455 ____________________________________________________________________________
29456 [  6305] By: jhi                                   on 2000/07/04  16:24:24
29457         Log: Integrate with Sarathy.
29458      Branch: cfgperl
29459           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
29460           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29461           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
29462           !> proto.h win32/win32.c
29463 ____________________________________________________________________________
29464 [  6304] By: gsar                                  on 2000/07/04  16:17:24
29465         Log: missing perldiag entry for unpack("w",...) diagnostic (from
29466              Andreas Koenig)
29467      Branch: perl
29468            ! pod/perldiag.pod
29469 ____________________________________________________________________________
29470 [  6303] By: gsar                                  on 2000/07/04  16:14:44
29471         Log: remove rel2abs prototypes (from Barrie Slaymaker)
29472      Branch: perl
29473            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29474            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29475 ____________________________________________________________________________
29476 [  6302] By: gsar                                  on 2000/07/04  04:59:35
29477         Log: adjust change#6299
29478      Branch: perl
29479            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
29480            ! win32/win32.c
29481 ____________________________________________________________________________
29482 [  6301] By: jhi                                   on 2000/07/04  04:50:07
29483         Log: Integrate with Sarathy.
29484      Branch: cfgperl
29485           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
29486           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
29487           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
29488 ____________________________________________________________________________
29489 [  6300] By: gsar                                  on 2000/07/04  04:42:09
29490         Log: PERL_OBJECT build tweak
29491      Branch: perl
29492            ! perl.h
29493 ____________________________________________________________________________
29494 [  6299] By: gsar                                  on 2000/07/04  04:37:00
29495         Log: fix memory leak on Windows (PL_sys_intern contents were never
29496              freed)
29497      Branch: perl
29498            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
29499            ! perlapi.c proto.h win32/win32.c
29500 ____________________________________________________________________________
29501 [  6298] By: gsar                                  on 2000/07/04  04:15:59
29502         Log: fix large memory leak that has been around for ever, masked by
29503              -DPURIFY (most of the arenas were never freed!)
29504      Branch: perl
29505            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
29506 ____________________________________________________________________________
29507 [  6297] By: gsar                                  on 2000/07/04  04:07:46
29508         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
29509      Branch: perl
29510            ! perl.c
29511 ____________________________________________________________________________
29512 [  6296] By: jhi                                   on 2000/06/30  18:28:37
29513         Log: Elaborate POSIX.pod.  Still needs work.
29514      Branch: cfgperl
29515            ! ext/POSIX/POSIX.pod
29516 ____________________________________________________________________________
29517 [  6295] By: jhi                                   on 2000/06/30  14:58:18
29518         Log: Point to perlipc for more SysV IPC examples.
29519      Branch: cfgperl
29520            ! pod/perlfunc.pod
29521 ____________________________________________________________________________
29522 [  6294] By: gsar                                  on 2000/06/30  14:47:45
29523         Log: slurp mode fix in change#4736 still not quite right
29524      Branch: perl
29525            ! pp_hot.c t/io/argv.t
29526 ____________________________________________________________________________
29527 [  6293] By: jhi                                   on 2000/06/30  12:02:55
29528         Log: Integrate with Sarathy.
29529      Branch: cfgperl
29530           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
29531 ____________________________________________________________________________
29532 [  6292] By: jhi                                   on 2000/06/30  12:01:11
29533         Log: From: simon@brecon.co.uk (Simon Cozens)
29534              Subject: UTF8 concat
29535              Date: 30 Jun 2000 06:13:25 GMT
29536              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
29537      Branch: cfgperl
29538            ! pp_hot.c
29539 ____________________________________________________________________________
29540 [  6291] By: gsar                                  on 2000/06/30  04:37:33
29541         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
29542              when @_ is modified, causing coredumps
29543      Branch: perl
29544            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
29545 ____________________________________________________________________________
29546 [  6290] By: jhi                                   on 2000/06/30  02:21:44
29547         Log: Integrate with Sarathy.
29548      Branch: cfgperl
29549           !> vms/vms.c vms/vmsish.h
29550 ____________________________________________________________________________
29551 [  6289] By: jhi                                   on 2000/06/30  02:21:02
29552         Log: Check VERSIONs.
29553      Branch: cfgperl
29554            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29555            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29556            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29557 ____________________________________________________________________________
29558 [  6288] By: jhi                                   on 2000/06/30  02:18:52
29559         Log: Integrate with Sarathy.
29560      Branch: cfgperl
29561           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
29562           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29563           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29564           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
29565 ____________________________________________________________________________
29566 [  6287] By: gsar                                  on 2000/06/30  02:17:08
29567         Log: integrate vmsperl changes into mainline
29568      Branch: perl
29569           !> vms/vms.c vms/vmsish.h
29570 ____________________________________________________________________________
29571 [  6285] By: gsar                                  on 2000/06/30  02:05:28
29572         Log: localize %INC in a Safe compartment so that use/require work
29573              (many other magic globals probably need similar treatment)
29574      Branch: perl
29575            ! ext/Opcode/Opcode.xs
29576 ____________________________________________________________________________
29577 [  6284] By: gsar                                  on 2000/06/30  01:54:54
29578         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
29579              about Windows
29580      Branch: perl
29581            ! pod/perlembed.pod
29582 ____________________________________________________________________________
29583 [  6283] By: jhi                                   on 2000/06/30  01:50:10
29584         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
29585              From: Barrie Slaymaker <barries@jester.slaysys.com>
29586              Date: Wed, 28 Jun 2000 11:35:29 -0400
29587              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
29588      Branch: perl
29589            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
29590            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29591            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29592            ! lib/File/Spec/Win32.pm
29593 ____________________________________________________________________________
29594 [  6282] By: jhi                                   on 2000/06/29  22:57:22
29595         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
29596              From: Dan Sugalski <dan@sidhe.org>
29597              Date: Tue, 06 Jun 2000 11:59:50 -0400
29598              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
29599      Branch: cfgperl
29600            ! vms/vms.c
29601 ____________________________________________________________________________
29602 [  6281] By: jhi                                   on 2000/06/29  22:52:50
29603         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
29604              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29605              Date: Wed, 7 Jun 2000 04:02:04 -0500
29606              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
29607      Branch: cfgperl
29608            ! utils/h2xs.PL
29609 ____________________________________________________________________________
29610 [  6280] By: jhi                                   on 2000/06/29  22:45:47
29611         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
29612              From: rspier@pobox.com (Robert Spier)
29613              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
29614              Message-ID: <14654.31913.845602.610277@rls.cx>
29615      Branch: cfgperl
29616            ! utils/h2xs.PL
29617 ____________________________________________________________________________
29618 [  6279] By: jhi                                   on 2000/06/29  22:38:16
29619         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
29620              From: Tim Ayers <tayers@bridge.com>
29621              Date: Thu, 08 Jun 2000 08:11:06 +0200
29622              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
29623              [resent by Richard Foley, Message-Id probably wrong]
29624      Branch: cfgperl
29625            ! pod/perlsub.pod
29626 ____________________________________________________________________________
29627 [  6278] By: jhi                                   on 2000/06/29  22:21:45
29628         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
29629              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
29630              Date: Fri, 09 Jun 2000 12:39:27 -0400
29631              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
29632              (plus update the version "number" of Text::Wrap)
29633      Branch: cfgperl
29634            ! lib/Text/Wrap.pm
29635 ____________________________________________________________________________
29636 [  6277] By: jhi                                   on 2000/06/29  22:13:10
29637         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
29638              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29639              Date: Mon, 12 Jun 2000 14:55:59 +0100
29640              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
29641      Branch: cfgperl
29642            ! pod/perlfunc.pod
29643 ____________________________________________________________________________
29644 [  6276] By: jhi                                   on 2000/06/29  22:11:06
29645         Log: Subject: [PATCH] Re: eval documentation: context
29646              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29647              Date: Mon, 12 Jun 2000 15:07:29 +0100
29648              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
29649      Branch: cfgperl
29650            ! pod/perlfunc.pod
29651 ____________________________________________________________________________
29652 [  6275] By: jhi                                   on 2000/06/29  21:59:46
29653         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
29654              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29655              Date: Tue, 13 Jun 2000 02:43:48 -0500
29656              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
29657      Branch: cfgperl
29658            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
29659 ____________________________________________________________________________
29660 [  6274] By: jhi                                   on 2000/06/29  21:56:14
29661         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
29662              From: Andy Dougherty <doughera@lafayette.edu>
29663              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
29664              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
29665      Branch: cfgperl
29666            ! ext/File/Glob/Glob.pm
29667 ____________________________________________________________________________
29668 [  6273] By: jhi                                   on 2000/06/29  21:49:09
29669         Log: Subject: [PATCH] xsub attributes
29670              From: Doug MacEachern <dougm@covalent.net>
29671              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
29672              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
29673      Branch: cfgperl
29674            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
29675            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
29676 ____________________________________________________________________________
29677 [  6272] By: jhi                                   on 2000/06/29  21:41:28
29678         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
29679              From: Tom Phoenix <rootbeer@redcat.com>
29680              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
29681              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
29682      Branch: cfgperl
29683            ! lib/Net/Ping.pm
29684 ____________________________________________________________________________
29685 [  6271] By: jhi                                   on 2000/06/29  21:36:55
29686         Log: Subject: PATCH pod/perltie.pod
29687              From: Ian Phillipps <Ian.Phillipps@iname.com>
29688              Date: Fri, 16 Jun 2000 00:17:19 +0100
29689              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
29690              (only the first hunk, the second hunk had already been done
29691              by some other patch)
29692      Branch: cfgperl
29693            ! pod/perltie.pod
29694 ____________________________________________________________________________
29695 [  6270] By: jhi                                   on 2000/06/29  21:24:51
29696         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
29697              From: Nicholas Clark <nick@talking.bollo.cx>
29698              Date: Fri, 23 Jun 2000 16:21:15 +0100
29699              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
29700      Branch: cfgperl
29701            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
29702            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
29703 ____________________________________________________________________________
29704 [  6269] By: jhi                                   on 2000/06/29  19:38:15
29705         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
29706              silence few compiler warnings.
29707      Branch: cfgperl
29708            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
29709 ____________________________________________________________________________
29710 [  6268] By: jhi                                   on 2000/06/29  18:21:50
29711         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
29712              From: Dominic Dunlop <domo@computer.org> 
29713              Date: Thu, 29 Jun 2000 12:32:39 +0200 
29714              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
29715      Branch: cfgperl
29716            ! t/op/sprintf.t
29717 ____________________________________________________________________________
29718 [  6267] By: jhi                                   on 2000/06/29  18:16:07
29719         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
29720              From: Doug MacEachern <dougm@covalent.net>
29721              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
29722              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
29723      Branch: cfgperl
29724            + t/op/method2entersub.t
29725            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
29726            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29727            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
29728            ! xsutils.c
29729 ____________________________________________________________________________
29730 [  6266] By: jhi                                   on 2000/06/29  15:11:15
29731         Log: Subject: [PATCH 5.6.0] cygwin port
29732              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
29733              From: "Fifer, Eric" <EFifer@sanwaint.com>
29734              Date: Thu, 29 Jun 2000 12:58:29 +0100
29735      Branch: cfgperl
29736            ! cygwin/Makefile.SHs
29737 ____________________________________________________________________________
29738 [  6265] By: jhi                                   on 2000/06/29  15:04:05
29739         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
29740              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29741              Date: Wed, 28 Jun 2000 17:50:12 -0700
29742              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
29743      Branch: cfgperl
29744            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29745 ____________________________________________________________________________
29746 [  6264] By: jhi                                   on 2000/06/29  15:00:57
29747         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
29748              From: Marty Lucich <marty@netcom.com>
29749              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
29750              Message-Id: <200006282116.OAA11148@netcom.com>
29751              ccdlflags update (the BSD/OS 4.1 part had already been taken
29752              care of by #6141).
29753      Branch: cfgperl
29754            ! hints/bsdos.sh
29755 ____________________________________________________________________________
29756 [  6263] By: jhi                                   on 2000/06/29  13:47:44
29757         Log: tr fixes from Simon Cozens
29758      Branch: cfgperl
29759            ! doop.c
29760 ____________________________________________________________________________
29761 [  6262] By: jhi                                   on 2000/06/28  18:46:01
29762         Log: Subject: 5.6.0 Patch for EPOC
29763              From: Olaf Flebbe <o.flebbe@gmx.de>
29764              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
29765              Message-ID: <23449.960929969@www11.gmx.net>
29766      Branch: cfgperl
29767            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
29768            ! epoc/epocish.h
29769 ____________________________________________________________________________
29770 [  6261] By: jhi                                   on 2000/06/28  18:29:07
29771         Log: Subject: Re: [PATCH cfgperl] BOMs away!
29772              From: simon@brecon.co.uk (Simon Cozens)
29773              Date: 17 Jun 2000 11:49:57 GMT
29774              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
29775      Branch: cfgperl
29776            ! pod/perldiag.pod t/comp/require.t toke.c
29777 ____________________________________________________________________________
29778 [  6260] By: jhi                                   on 2000/06/28  17:47:16
29779         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
29780              From: simon@brecon.co.uk (Simon Cozens) 
29781              Date: 17 Jun 2000 11:56:44 GMT 
29782              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
29783              pack U0, pack C0
29784      Branch: cfgperl
29785            ! pod/perlfunc.pod pp.c t/op/pack.t
29786 ____________________________________________________________________________
29787 [  6259] By: jhi                                   on 2000/06/28  16:43:17
29788         Log: perlnewmod was missing from MANIFEST.
29789      Branch: cfgperl
29790            ! MANIFEST
29791 ____________________________________________________________________________
29792 [  6258] By: jhi                                   on 2000/06/28  15:54:30
29793         Log: linenumber tweak
29794      Branch: cfgperl
29795            ! t/pragma/warn/regcomp
29796 ____________________________________________________________________________
29797 [  6257] By: jhi                                   on 2000/06/28  15:50:44
29798         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
29799              From: Doug MacEachern <dougm@covalent.net>
29800              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
29801              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
29802              (one part of the patch had been applied earlier)
29803      Branch: cfgperl
29804            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
29805 ____________________________________________________________________________
29806 [  6256] By: jhi                                   on 2000/06/28  15:40:22
29807         Log: tweaks from Simon Cozens to further fix tr/// under utf8
29808      Branch: cfgperl
29809            ! doop.c
29810 ____________________________________________________________________________
29811 [  6255] By: jhi                                   on 2000/06/28  15:33:45
29812         Log: small thinko tweaks
29813      Branch: cfgperl
29814            ! lib/IPC/Open3.pm t/op/my_stash.t
29815 ____________________________________________________________________________
29816 [  6254] By: jhi                                   on 2000/06/28  15:33:25
29817         Log: Subject: tr///, help wanted.
29818              From: simon@brecon.co.uk (Simon Cozens)
29819              Date: 28 Jun 2000 11:29:04 GMT
29820              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
29821      Branch: cfgperl
29822            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
29823            ! pp_proto.h proto.h t/op/tr.t
29824 ____________________________________________________________________________
29825 [  6253] By: jhi                                   on 2000/06/28  15:09:17
29826         Log: Paranoia tweak on #6249.
29827              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
29828              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29829              Date: Sun, 25 Jun 2000 23:43:12 -0400
29830              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
29831      Branch: cfgperl
29832            ! lib/IPC/Open3.pm
29833 ____________________________________________________________________________
29834 [  6252] By: jhi                                   on 2000/06/28  15:01:38
29835         Log: Document #6249 and #6251.
29836      Branch: cfgperl
29837            ! lib/Exporter.pm lib/IPC/Open3.pm
29838 ____________________________________________________________________________
29839 [  6251] By: jhi                                   on 2000/06/28  14:50:43
29840         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
29841              From: Doug MacEachern <dougm@covalent.net>
29842              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
29843              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
29844      Branch: cfgperl
29845            ! lib/Exporter.pm
29846 ____________________________________________________________________________
29847 [  6250] By: jhi                                   on 2000/06/28  14:45:23
29848         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
29849              From: Doug MacEachern <dougm@covalent.net>
29850              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
29851              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
29852      Branch: cfgperl
29853            + t/op/my_stash.t
29854            ! MANIFEST embed.pl global.sym proto.h toke.c
29855 ____________________________________________________________________________
29856 [  6249] By: jhi                                   on 2000/06/28  14:36:34
29857         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
29858              From: Frank Tobin <ftobin@uiuc.edu>
29859              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
29860              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
29861      Branch: cfgperl
29862            ! lib/IPC/Open3.pm
29863 ____________________________________________________________________________
29864 [  6248] By: jhi                                   on 2000/06/28  14:11:25
29865         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
29866              From: Mark-Jason Dominus <mjd@plover.com>
29867              Date: Tue, 27 Jun 2000 22:36:42 -0400
29868              Message-ID: <20000628023642.12166.qmail@plover.com>
29869      Branch: cfgperl
29870            ! pod/perlfunc.pod
29871 ____________________________________________________________________________
29872 [  6247] By: jhi                                   on 2000/06/27  12:46:37
29873         Log: Tweak $VERSION, patch from Doug MacEachern.
29874      Branch: cfgperl
29875            ! lib/File/Spec.pm
29876 ____________________________________________________________________________
29877 [  6246] By: jhi                                   on 2000/06/27  03:34:46
29878         Log: Allow for standalone testing.
29879      Branch: cfgperl
29880            ! t/lib/filefunc.t t/lib/filespec.t
29881 ____________________________________________________________________________
29882 [  6245] By: jhi                                   on 2000/06/27  02:50:02
29883         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
29884              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29885              Date: Sat, 24 Jun 2000 13:06:20 +0100
29886              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
29887      Branch: cfgperl
29888            ! ext/DynaLoader/DynaLoader_pm.PL
29889 ____________________________________________________________________________
29890 [  6244] By: jhi                                   on 2000/06/27  02:46:10
29891         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
29892              From: Doug MacEachern <dougm@covalent.net>
29893              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
29894              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
29895      Branch: cfgperl
29896            ! gv.c sv.c t/lib/peek.t
29897 ____________________________________________________________________________
29898 [  6243] By: jhi                                   on 2000/06/27  02:38:07
29899         Log: Subject: [PATCH] is_utf8_string
29900              From: simon@brecon.co.uk (Simon Cozens)
29901              Date: 26 Jun 2000 02:25:59 GMT
29902              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
29903      Branch: cfgperl
29904            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
29905            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
29906            ! proto.h utf8.c
29907 ____________________________________________________________________________
29908 [  6242] By: jhi                                   on 2000/06/27  02:24:00
29909         Log: Subject: [PATCH] bytes<->utf8 fixes
29910              From: simon@brecon.co.uk (Simon Cozens)
29911              Date: 26 Jun 2000 04:55:45 GMT
29912              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
29913      Branch: cfgperl
29914            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
29915 ____________________________________________________________________________
29916 [  6241] By: jhi                                   on 2000/06/27  02:12:42
29917         Log: Do no -warn on \_, only on \alpha.
29918              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
29919              From: David Dyck <dcd@tc.fluke.com>
29920              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
29921              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
29922      Branch: cfgperl
29923            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
29924 ____________________________________________________________________________
29925 [  6240] By: jhi                                   on 2000/06/27  02:00:01
29926         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
29927              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29928              Date: Mon, 26 Jun 2000 18:40:14 +0100
29929              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
29930      Branch: cfgperl
29931            ! utils/h2xs.PL
29932 ____________________________________________________________________________
29933 [  6239] By: jhi                                   on 2000/06/27  01:53:40
29934         Log: Configure maintenance.  Sever some dependency cycles,
29935              separate gccversion from the cc unit,
29936              address [ID 20000623.006] Configure script patch for using gcc on AIX
29937              (but solve it a little bit differently),
29938              unduplex some accidentally duplicated units,
29939              suggest using gcc if no cc available
29940              (p5p thread: "Solaris configure: counterproposal", 1999-09)
29941      Branch: cfgperl
29942            ! Configure Todo-5.6 config_h.SH
29943      Branch: metaconfig
29944            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
29945            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
29946      Branch: metaconfig/U/perl
29947            + gccvers.U
29948            ! d_getespwnam.U d_getprpwnam.U i_prot.U
29949 ____________________________________________________________________________
29950 [  6238] By: jhi                                   on 2000/06/25  18:04:56
29951         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
29952              From: Dan Sugalski <dan@sidhe.org>
29953              Date: Fri, 23 Jun 2000 17:00:00 -0400
29954              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
29955      Branch: cfgperl
29956            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
29957 ____________________________________________________________________________
29958 [  6237] By: jhi                                   on 2000/06/25  16:36:45
29959         Log: Tweak embed.pl, regen headers.
29960      Branch: cfgperl
29961            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
29962            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
29963            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
29964            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
29965            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
29966 ____________________________________________________________________________
29967 [  6236] By: jhi                                   on 2000/06/25  15:26:42
29968         Log: Regen headers.
29969      Branch: cfgperl
29970            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
29971            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
29972            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
29973            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
29974            ! regnodes.h warnings.h
29975 ____________________________________________________________________________
29976 [  6235] By: jhi                                   on 2000/06/23  19:39:35
29977         Log: The thread begun by
29978              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
29979              From: Kevin.Ruscoe@ubsw.com
29980              Date: Fri, 16 Jun 2000 16:38:51 +0100
29981              Message-Id: <H000019b03c300d6@MHS>
29982      Branch: cfgperl
29983            ! hints/solaris_2.sh
29984 ____________________________________________________________________________
29985 [  6234] By: jhi                                   on 2000/06/23  19:23:36
29986         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
29987              because when run as services (Win32ese for daemons)
29988              no environment variables are set and tmpdir ends up as /tmp,
29989              which is ambiguous.
29990              
29991              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
29992              From: matt@sergeant.org
29993              Date: 16 Jun 2000 16:30:43 -0000
29994              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
29995      Branch: cfgperl
29996            ! lib/File/Spec/Win32.pm
29997 ____________________________________________________________________________
29998 [  6233] By: jhi                                   on 2000/06/23  19:18:58
29999         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
30000              From: Mark-Jason Dominus <mjd@plover.com>
30001              Date: Fri, 16 Jun 2000 20:53:04 -0400
30002              Message-ID: <20000617005304.8008.qmail@plover.com>
30003      Branch: cfgperl
30004            ! op.h
30005 ____________________________________________________________________________
30006 [  6232] By: jhi                                   on 2000/06/23  16:10:02
30007         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
30008              From: simon@brecon.co.uk (Simon Cozens)
30009              Date: 19 Jun 2000 15:18:27 GMT
30010              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
30011              
30012              plus update pod/Makefile and regenerate perltoc
30013      Branch: cfgperl
30014            + pod/perlutil.pod
30015            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
30016 ____________________________________________________________________________
30017 [  6231] By: jhi                                   on 2000/06/23  15:19:18
30018         Log: Subject: [PATCH 5.6.0] cygwin port
30019              From: "Fifer, Eric" <EFifer@sanwaint.com>
30020              Date: Tue, 20 Jun 2000 14:30:58 +0100
30021              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
30022      Branch: cfgperl
30023            ! README.cygwin lib/File/Find.pm
30024 ____________________________________________________________________________
30025 [  6230] By: jhi                                   on 2000/06/23  14:25:21
30026         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
30027      Branch: cfgperl
30028            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
30029            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
30030            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30031            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
30032 ____________________________________________________________________________
30033 [  6229] By: jhi                                   on 2000/06/23  14:13:34
30034         Log: Subject: README.hpux version 0.6.1
30035              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
30036              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30037              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
30038      Branch: cfgperl
30039            ! README.hpux
30040 ____________________________________________________________________________
30041 [  6228] By: jhi                                   on 2000/06/23  14:07:20
30042         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
30043              From: Doug MacEachern <dougm@covalent.net>
30044              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
30045              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
30046      Branch: cfgperl
30047            ! op.c
30048 ____________________________________________________________________________
30049 [  6227] By: jhi                                   on 2000/06/23  14:01:06
30050         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
30051              From: Doug MacEachern <dougm@covalent.net>
30052              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
30053              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
30054      Branch: cfgperl
30055            + lib/lib.pm.PL
30056            - lib/lib.pm
30057            ! MANIFEST Makefile.SH
30058 ____________________________________________________________________________
30059 [  6226] By: jhi                                   on 2000/06/23  13:53:07
30060         Log: Subject: [PATCH] remove forward declarations in Socket.pm
30061              From: Doug MacEachern <dougm@covalent.net>
30062              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
30063              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
30064              
30065              From: Doug MacEachern <dougm@covalent.net>
30066              Subject: Re: [PATCH] remove forward declarations in Socket.pm
30067              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
30068              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
30069      Branch: cfgperl
30070            ! ext/Socket/Socket.pm op.c
30071 ____________________________________________________________________________
30072 [  6225] By: jhi                                   on 2000/06/23  13:41:52
30073         Log: Add source code filenames to apidoc.
30074              From: simon@brecon.co.uk (Simon Cozens)
30075              Subject: [PATCH embed.pl] Source X-ref
30076              Date: 22 Jun 2000 02:18:49 GMT
30077              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
30078      Branch: cfgperl
30079            ! embed.pl
30080 ____________________________________________________________________________
30081 [  6224] By: jhi                                   on 2000/06/23  13:32:33
30082         Log: A way to avoid English.pm performance hit.
30083              From: root <root@jester.slaysys.com>
30084              Subject: [YAPATCH English.pm] My turn to putt again
30085              Date: Thu, 22 Jun 2000 20:33:58 -0400
30086              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
30087      Branch: cfgperl
30088            ! lib/English.pm t/lib/english.t
30089 ____________________________________________________________________________
30090 [  6223] By: jhi                                   on 2000/06/23  13:27:06
30091         Log: Avoid double close().
30092              Subject: [PATCH] avoid double close()
30093              From: Doug MacEachern <dougm@covalent.net>
30094              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
30095              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
30096      Branch: cfgperl
30097            ! doio.c
30098 ____________________________________________________________________________
30099 [  6222] By: jhi                                   on 2000/06/23  13:25:54
30100         Log: doc typo fix
30101              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
30102              From: Ian Phillipps <Ian.Phillipps@iname.com>
30103              Date: Fri, 23 Jun 2000 10:40:58 +0100
30104              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
30105      Branch: cfgperl
30106            ! lib/Pod/Usage.pm
30107 ____________________________________________________________________________
30108 [  6221] By: jhi                                   on 2000/06/23  13:24:15
30109         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
30110              From: simon@brecon.co.uk (Simon Cozens)
30111              Subject: [PATCH] Eliminate tr///[CU][CU]
30112              Date: 23 Jun 2000 11:05:40 GMT
30113              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
30114      Branch: cfgperl
30115            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
30116 ____________________________________________________________________________
30117 [  6220] By: jhi                                   on 2000/06/22  16:07:51
30118         Log: Win32 patches from Benjamin Stuhl.
30119      Branch: cfgperl
30120            ! makedef.pl win32/win32.h
30121 ____________________________________________________________________________
30122 [  6219] By: jhi                                   on 2000/06/22  16:06:34
30123         Log: Bytecode patches from Benjamin Stuhl.
30124      Branch: cfgperl
30125            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30126            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
30127            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30128 ____________________________________________________________________________
30129 [  6218] By: jhi                                   on 2000/06/15  23:54:16
30130         Log: Bytecode patches from Benjamin Stuhl.
30131      Branch: cfgperl
30132            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
30133 ____________________________________________________________________________
30134 [  6217] By: jhi                                   on 2000/06/09  13:38:29
30135         Log: Rename the fdpid locking and integrate with Sarathy.
30136      Branch: cfgperl
30137            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
30138            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
30139            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
30140            ! win32/win32.c
30141           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
30142 ____________________________________________________________________________
30143 [  6216] By: gsar                                  on 2000/06/08  14:54:21
30144         Log: be more optimal about clearing @_
30145      Branch: perl
30146            ! cop.h
30147 ____________________________________________________________________________
30148 [  6215] By: gsar                                  on 2000/06/08  14:33:04
30149         Log: tweak comment about @DB::args
30150      Branch: perl
30151            ! av.h pp_ctl.c
30152 ____________________________________________________________________________
30153 [  6214] By: gsar                                  on 2000/06/08  13:57:54
30154         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
30155              caller() wants to populate @DB::args with it (causes a coredump
30156              in Carp::confess())
30157      Branch: perl
30158            ! cop.h t/op/runlevel.t
30159 ____________________________________________________________________________
30160 [  6213] By: gsar                                  on 2000/06/08  07:06:35
30161         Log: back out change#6106 (seems problematic)
30162      Branch: perl
30163            ! hints/solaris_2.sh
30164 ____________________________________________________________________________
30165 [  6212] By: jhi                                   on 2000/06/07  03:10:36
30166         Log: Continuing mopup for #6204.
30167      Branch: cfgperl
30168            ! ext/B/defsubs_h.PL
30169 ____________________________________________________________________________
30170 [  6211] By: jhi                                   on 2000/06/07  02:41:50
30171         Log: Mopup for #6204.
30172              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
30173              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
30174              This is comes from const() where POK isn't on when expected.
30175      Branch: cfgperl
30176            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
30177            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30178            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
30179            ! perlapi.h pod/perlapi.pod
30180 ____________________________________________________________________________
30181 [  6210] By: jhi                                   on 2000/06/07  01:56:29
30182         Log: Mopup for #6207 and #6209.
30183      Branch: cfgperl
30184            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
30185 ____________________________________________________________________________
30186 [  6209] By: jhi                                   on 2000/06/07  01:33:12
30187         Log: Lock PL_fdpid against race conditions, based on:
30188              Subject: [PATCH 5.6.0]subprocess fixup for threads
30189              From: Dan Sugalski <dan@sidhe.org>
30190              To: perl5-porters@perl.org
30191              Date: Tue, 11 Apr 2000 17:02:32 -0400
30192              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
30193      Branch: cfgperl
30194            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
30195            ! win32/win32.c
30196 ____________________________________________________________________________
30197 [  6208] By: jhi                                   on 2000/06/07  01:05:23
30198         Log: Regen headers for #6207.
30199      Branch: cfgperl
30200            ! embed.h global.sym objXSUB.h proto.h
30201 ____________________________________________________________________________
30202 [  6207] By: jhi                                   on 2000/06/06  23:43:13
30203         Log: Subject: [PATCH 5.6.0] Threadsafe patches
30204              From: Dan Sugalski <dan@sidhe.org>
30205              To: perl5-porters@perl.org
30206              Date: Mon, 08 May 2000 18:08:13 -0400
30207              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
30208      Branch: cfgperl
30209            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
30210            ! proto.h sv.h util.c
30211 ____________________________________________________________________________
30212 [  6206] By: jhi                                   on 2000/06/06  23:21:23
30213         Log: Subject: [PATCH] Eliminate $a/$b in pod
30214              From: David Glasser <me@davidglasser.net>
30215              To: perl5-porters@perl.org
30216              Date: Mon, 29 May 2000 21:15:59 -0400
30217              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
30218      Branch: cfgperl
30219            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
30220            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
30221            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
30222            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
30223            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
30224            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
30225            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
30226            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
30227            ! pod/perlvar.pod pod/perlxs.pod
30228 ____________________________________________________________________________
30229 [  6205] By: jhi                                   on 2000/06/06  23:12:14
30230         Log: Subject: [PATCH] Win32 improvements
30231              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
30232              To: gsar@activestate.com, perl5-porters@perl.org
30233              Date: Mon, 29 May 2000 17:22:24 PDT
30234              Message-ID: <20000530002224.91142.qmail@hotmail.com>
30235              (MUA had mangled many lines by wordwrapping)
30236      Branch: cfgperl
30237            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
30238 ____________________________________________________________________________
30239 [  6204] By: jhi                                   on 2000/06/06  23:01:50
30240         Log: Subject: [PATCH] B::Bytecode patches
30241              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
30242              To: gsar@activestate.com, jhi@iki.fi
30243              Cc: perl5-porters@perl.org
30244              Message-ID: <20000602202526.48694.qmail@hotmail.com>
30245              (MUA had mangled many lines by wordwrapping)
30246      Branch: cfgperl
30247            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
30248            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
30249            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
30250            ! intrpvar.h perl.c
30251 ____________________________________________________________________________
30252 [  6203] By: jhi                                   on 2000/06/06  22:32:43
30253         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
30254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30255              Date: Tue, 06 Jun 2000 13:07:45 -0700
30256              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
30257      Branch: cfgperl
30258            ! pod/perldiag.pod
30259 ____________________________________________________________________________
30260 [  6202] By: jhi                                   on 2000/06/06  19:38:35
30261         Log: Integrate with Sarathy.
30262      Branch: cfgperl
30263           !> perl.c
30264 ____________________________________________________________________________
30265 [  6201] By: gsar                                  on 2000/06/06  00:42:59
30266         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
30267              does a PUSHMARK that's never ever POPMARKed; in general, only
30268              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
30269              Perl_eval_[sp]v() don't because they don't take any incoming
30270              arguments (this leak has been around since the original version
30271              of perl_eval_pv() in 5.003_97e)
30272      Branch: perl
30273            ! perl.c
30274 ____________________________________________________________________________
30275 [  6200] By: jhi                                   on 2000/06/04  03:44:52
30276         Log: Update to cperl-mode.el 4.31 from
30277              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
30278              Subject: A couple of notes
30279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30280              To: Mailing list Perl5 <perl5-porters@perl.org>
30281              Date: Sat, 3 Jun 2000 23:33:32 -0400
30282              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
30283      Branch: cfgperl
30284            ! emacs/cperl-mode.el
30285 ____________________________________________________________________________
30286 [  6199] By: jhi                                   on 2000/06/03  15:11:05
30287         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
30288              From: Dan Sugalski <dan@sidhe.org>
30289              To: perl5-porters@perl.org, vmsperl@perl.org
30290              Date: Fri, 02 Jun 2000 17:30:51 -0400
30291              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
30292      Branch: cfgperl
30293            ! vms/descrip_mms.template vms/gen_shrfls.pl
30294 ____________________________________________________________________________
30295 [  6198] By: jhi                                   on 2000/06/03  14:59:15
30296         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
30297              From: Dan Sugalski <dan@sidhe.org>
30298              To: vmsperl@perl.org, perl5-porters@perl.org
30299              Date: Fri, 02 Jun 2000 16:00:41 -0400
30300              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
30301              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
30302      Branch: cfgperl
30303            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
30304            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
30305            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
30306 ____________________________________________________________________________
30307 [  6197] By: jhi                                   on 2000/06/03  14:41:30
30308         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
30309              From: John Borwick <jhborwic@unity.ncsu.edu>
30310              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
30311              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
30312      Branch: cfgperl
30313            ! pod/perlsyn.pod
30314 ____________________________________________________________________________
30315 [  6196] By: jhi                                   on 2000/06/03  14:38:09
30316         Log: Integrate with Sarathy.
30317      Branch: cfgperl
30318           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
30319           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
30320           !> vms/perly_c.vms
30321 ____________________________________________________________________________
30322 [  6195] By: gsar                                  on 2000/06/02  22:43:13
30323         Log: fix yet another eval"" leak under USE_ITHREADS
30324      Branch: perl
30325            ! op.c
30326 ____________________________________________________________________________
30327 [  6194] By: gsar                                  on 2000/06/02  18:22:06
30328         Log: fix small eval"" memory leaks under USE_ITHREADS
30329      Branch: perl
30330            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
30331            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
30332            ! vms/perly_c.vms
30333 ____________________________________________________________________________
30334 [  6193] By: jhi                                   on 2000/06/01  13:03:56
30335         Log: Signals-be-gone for microperl.
30336      Branch: cfgperl
30337            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
30338 ____________________________________________________________________________
30339 [  6192] By: jhi                                   on 2000/06/01  12:52:02
30340         Log: Integrate with Sarathy.
30341      Branch: cfgperl
30342           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
30343           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
30344           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
30345           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
30346           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
30347           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
30348           !> t/op/vec.t utils/h2xs.PL
30349 ____________________________________________________________________________
30350 [  6191] By: gsar                                  on 2000/06/01  09:38:21
30351         Log: vec() loses numericalness (modified version of patch suggested
30352              by Robin Barker)
30353      Branch: perl
30354            ! doop.c t/op/vec.t
30355 ____________________________________________________________________________
30356 [  6190] By: gsar                                  on 2000/06/01  09:26:15
30357         Log: submit missing embed.pl change
30358      Branch: perl
30359            ! embed.pl
30360 ____________________________________________________________________________
30361 [  6189] By: gsar                                  on 2000/06/01  09:05:34
30362         Log: counting tr/// corrupts later operation (from M.J.T Guy)
30363      Branch: perl
30364            ! doop.c t/op/tr.t
30365 ____________________________________________________________________________
30366 [  6188] By: gsar                                  on 2000/06/01  08:58:39
30367         Log: h2xs tweaks
30368      Branch: perl
30369            ! utils/h2xs.PL
30370 ____________________________________________________________________________
30371 [  6187] By: gsar                                  on 2000/06/01  08:50:07
30372         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
30373              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30374      Branch: perl
30375            + lib/Pod/LaTeX.pm
30376            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
30377            ! pod/pod2latex.PL
30378 ____________________________________________________________________________
30379 [  6186] By: gsar                                  on 2000/06/01  08:24:40
30380         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
30381              <wolfgang.laun@alcatel.at>)
30382      Branch: perl
30383            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
30384            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
30385 ____________________________________________________________________________
30386 [  6185] By: gsar                                  on 2000/06/01  08:12:00
30387         Log: remove incorrect documentation about implicit split to @_ in
30388              list context, which never really worked in perl 5 (from
30389              M.J.T. Guy)
30390      Branch: perl
30391            ! pod/perlfunc.pod pod/perltrap.pod
30392 ____________________________________________________________________________
30393 [  6184] By: gsar                                  on 2000/06/01  07:52:27
30394         Log: tweak for change#6127
30395      Branch: perl
30396            ! perl.c
30397 ____________________________________________________________________________
30398 [  6183] By: gsar                                  on 2000/06/01  07:41:02
30399         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
30400              <nick@ccl4.org>)
30401      Branch: perl
30402            + t/lib/selfloader.t
30403            ! MANIFEST lib/SelfLoader.pm
30404 ____________________________________________________________________________
30405 [  6182] By: jhi                                   on 2000/06/01  00:34:42
30406         Log: Be Cleaner Part Deux.
30407      Branch: cfgperl
30408            ! Makefile.SH
30409 ____________________________________________________________________________
30410 [  6181] By: jhi                                   on 2000/06/01  00:32:09
30411         Log: Integrate with Sarathy.
30412      Branch: cfgperl
30413           !> pp.c t/op/arith.t
30414 ____________________________________________________________________________
30415 [  6180] By: jhi                                   on 2000/06/01  00:31:13
30416         Log: microperl nits from Simon Cozens.
30417      Branch: cfgperl
30418            + uconfig.h
30419            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
30420            ! unixish.h
30421 ____________________________________________________________________________
30422 [  6179] By: gsar                                  on 2000/05/31  22:37:51
30423         Log: buggy modulus on UVs introduced by change#3378 (resulted in
30424              4063328477 % 65535 amounting to 27406, instead of 27407)
30425      Branch: perl
30426            ! pp.c t/op/arith.t
30427 ____________________________________________________________________________
30428 [  6178] By: jhi                                   on 2000/05/31  21:52:41
30429         Log: Be cleaner.
30430      Branch: cfgperl
30431            ! Makefile.SH
30432 ____________________________________________________________________________
30433 [  6177] By: jhi                                   on 2000/05/31  21:47:33
30434         Log: Substitution utf8 patch from Simon Cozens.
30435      Branch: cfgperl
30436            ! pp_hot.c
30437 ____________________________________________________________________________
30438 [  6176] By: jhi                                   on 2000/05/31  21:45:34
30439         Log: Single-quoted utf8 patch from Simon Cozens.
30440      Branch: cfgperl
30441            ! toke.c
30442 ____________________________________________________________________________
30443 [  6175] By: jhi                                   on 2000/05/31  21:40:18
30444         Log: Integrate with Sarathy.
30445      Branch: cfgperl
30446           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
30447 ____________________________________________________________________________
30448 [  6174] By: jhi                                   on 2000/05/31  21:37:31
30449         Log: microperl changes from Simon Cozens; Makefile for microperl
30450              written from scratch; few casts added as microperl compilation
30451              doesn't have all prototypes available.
30452      Branch: cfgperl
30453            + Makefile.micro README.micro Todo.micro uconfig.sh
30454            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
30455            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
30456      Branch: metaconfig
30457            + U/modified/Config_h.U
30458 ____________________________________________________________________________
30459 [  6173] By: jhi                                   on 2000/05/31  20:00:24
30460         Log: metaconfig maintenance.
30461      Branch: metaconfig
30462            + U/modified/Inhdr.U U/typedefs/inotype.U
30463      Branch: metaconfig/U/perl
30464            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
30465            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
30466 ____________________________________________________________________________
30467 [  6172] By: gsar                                  on 2000/05/31  05:05:42
30468         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
30469              (from Ilya Zakharevich)
30470      Branch: perl
30471            ! regexec.c t/op/re_tests
30472 ____________________________________________________________________________
30473 [  6171] By: gsar                                  on 2000/05/31  05:01:47
30474         Log: scalar() doesn't force scalar context when used in void context
30475              (from Simon Cozens)
30476      Branch: perl
30477            ! op.c t/op/wantarray.t
30478 ____________________________________________________________________________
30479 [  6170] By: gsar                                  on 2000/05/31  04:41:33
30480         Log: change#6142 needs tweaks to tests to work where there's no symlink()
30481              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30482      Branch: perl
30483            ! t/lib/filefind.t
30484 ____________________________________________________________________________
30485 [  6169] By: gsar                                  on 2000/05/31  04:29:49
30486         Log: integrate cfgperl contents into mainline
30487      Branch: perl
30488           +> pod/perlmodlib.PL pod/perlnewmod.pod
30489           !> (integrate 42 files)
30490 ____________________________________________________________________________
30491 [  6168] By: jhi                                   on 2000/05/30  22:53:37
30492         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
30493      Branch: cfgperl
30494            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30495            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
30496            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
30497            ! win32/config.bc win32/config.gc win32/config.vc
30498            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30499            ! win32/config_h.PL win32/config_sh.PL
30500      Branch: metaconfig/U/perl
30501            ! perlxv.U
30502 ____________________________________________________________________________
30503 [  6167] By: jhi                                   on 2000/05/30  22:20:21
30504         Log: tweak todo 
30505      Branch: cfgperl
30506            ! Todo-5.6
30507 ____________________________________________________________________________
30508 [  6166] By: jhi                                   on 2000/05/30  22:11:51
30509         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
30510              in case somebody wants to write an extension for more
30511              shadow database interfaces.
30512      Branch: cfgperl
30513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30514            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
30515            ! vos/config.def vos/config.h vos/config_h.SH_orig
30516            ! win32/config.bc win32/config.gc win32/config.vc
30517            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30518      Branch: metaconfig
30519            ! U/modified/Myinit.U
30520      Branch: metaconfig/U/perl
30521            + d_getespwnam.U d_getprpwnam.U i_prot.U
30522 ____________________________________________________________________________
30523 [  6165] By: jhi                                   on 2000/05/30  18:35:34
30524         Log: Integrate with Sarathy.
30525      Branch: cfgperl
30526           !> op.c
30527 ____________________________________________________________________________
30528 [  6164] By: jhi                                   on 2000/05/30  18:30:16
30529         Log: detypo
30530      Branch: cfgperl
30531            ! Configure config_h.SH
30532      Branch: metaconfig/U/perl
30533            ! perlxv.U
30534 ____________________________________________________________________________
30535 [  6163] By: gsar                                  on 2000/05/30  03:24:03
30536         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
30537      Branch: perl
30538            ! op.c
30539 ____________________________________________________________________________
30540 [  6162] By: gsar                                  on 2000/05/30  03:09:38
30541         Log: fix memory leak in method call optimization (change#3768);
30542              made C<eval "$x->foo()"> leak
30543      Branch: perl
30544            ! op.c
30545 ____________________________________________________________________________
30546 [  6161] By: jhi                                   on 2000/05/29  17:56:26
30547         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
30548              both from Simon Cozens.
30549      Branch: cfgperl
30550            + pod/perlmodlib.PL pod/perlnewmod.pod
30551            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
30552            ! pod/perlmodlib.pod pod/perltoc.pod
30553 ____________________________________________________________________________
30554 [  6160] By: jhi                                   on 2000/05/29  17:23:55
30555         Log: Changes for the File::Temp 0.08 (change #6159) test suite
30556              to fit better into the Perl distribution test framework.
30557      Branch: cfgperl
30558            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
30559            ! t/lib/ftmp-tempfile.t
30560 ____________________________________________________________________________
30561 [  6159] By: jhi                                   on 2000/05/29  16:55:36
30562         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
30563      Branch: cfgperl
30564            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30565            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30566 ____________________________________________________________________________
30567 [  6158] By: bailey                                on 2000/05/29  16:22:08
30568         Log: Add fallback to tmpfile for use in cases where user's relying on
30569              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
30570              Lane's patch)
30571      Branch: vmsperl
30572            ! vms/vms.c vms/vmsish.h
30573 ____________________________________________________________________________
30574 [  6157] By: jhi                                   on 2000/05/29  03:10:36
30575         Log: Regen Configure to jive with #6149.
30576      Branch: cfgperl
30577            ! Configure
30578      Branch: metaconfig
30579            ! U/modified/Getfile.U
30580 ____________________________________________________________________________
30581 [  6156] By: jhi                                   on 2000/05/29  03:01:38
30582         Log: Integrate with Sarathy.
30583      Branch: cfgperl
30584           +> ext/DynaLoader/dl_mac.xs
30585           !> (integrate 38 files)
30586 ____________________________________________________________________________
30587 [  6155] By: gsar                                  on 2000/05/28  21:15:58
30588         Log: small bug in change#6144; remove random \xA0 character that snuck
30589              in via change#6145
30590      Branch: perl
30591            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
30592 ____________________________________________________________________________
30593 [  6154] By: gsar                                  on 2000/05/28  21:04:19
30594         Log: avoid type mismatch warning
30595      Branch: perl
30596            ! perl.c
30597 ____________________________________________________________________________
30598 [  6153] By: gsar                                  on 2000/05/28  20:58:31
30599         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
30600              <nick@Bagpuss.uk.boo.com>)
30601      Branch: perl
30602            ! lib/Test/Harness.pm
30603 ____________________________________________________________________________
30604 [  6152] By: gsar                                  on 2000/05/28  20:53:42
30605         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
30606      Branch: perl
30607            ! regexec.c
30608 ____________________________________________________________________________
30609 [  6151] By: gsar                                  on 2000/05/28  20:50:28
30610         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
30611      Branch: perl
30612            ! regexec.c
30613 ____________________________________________________________________________
30614 [  6150] By: gsar                                  on 2000/05/28  20:39:58
30615         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
30616      Branch: perl
30617            ! pod/perlrequick.pod
30618 ____________________________________________________________________________
30619 [  6149] By: gsar                                  on 2000/05/28  20:35:16
30620         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
30621              <troc@netrus.net>)
30622      Branch: perl
30623            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
30624            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
30625            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
30626            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
30627 ____________________________________________________________________________
30628 [  6148] By: gsar                                  on 2000/05/28  20:21:07
30629         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
30630      Branch: perl
30631            ! lib/ExtUtils/MM_Unix.pm
30632 ____________________________________________________________________________
30633 [  6147] By: gsar                                  on 2000/05/28  20:12:41
30634         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
30635              (from Peter Prymmer)
30636      Branch: perl
30637            ! vms/subconfigure.com
30638 ____________________________________________________________________________
30639 [  6146] By: gsar                                  on 2000/05/28  20:06:15
30640         Log: doc typo
30641      Branch: perl
30642            ! lib/warnings.pm warnings.h warnings.pl
30643 ____________________________________________________________________________
30644 [  6145] By: gsar                                  on 2000/05/28  18:44:33
30645         Log: make xsubpp skip embedded pod (from Matthias Neeracher
30646              <neeri@iis.ee.ethz.ch>)
30647      Branch: perl
30648            ! lib/ExtUtils/xsubpp
30649 ____________________________________________________________________________
30650 [  6144] By: gsar                                  on 2000/05/28  18:42:49
30651         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
30652              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
30653              <neeri@iis.ee.ethz.ch>)
30654      Branch: perl
30655            ! lib/AutoSplit.pm
30656 ____________________________________________________________________________
30657 [  6143] By: gsar                                  on 2000/05/28  18:41:12
30658         Log: MacOS support, part 1 (from Matthias Neeracher
30659              <neeri@iis.ee.ethz.ch>)
30660      Branch: perl
30661            + ext/DynaLoader/dl_mac.xs
30662            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
30663            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
30664            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
30665            ! util.h
30666 ____________________________________________________________________________
30667 [  6142] By: gsar                                  on 2000/05/28  18:21:51
30668         Log: File::Find fails to chdir when chasing symlinks (from
30669              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30670      Branch: perl
30671            ! lib/File/Find.pm t/lib/filefind.t
30672 ____________________________________________________________________________
30673 [  6141] By: jhi                                   on 2000/05/28  14:25:15
30674         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
30675              forwarded by Peter Seebach from the bsdi-users mailing list.
30676              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
30677      Branch: perl
30678            ! hints/bsdos.sh
30679 ____________________________________________________________________________
30680 [  6140] By: jhi                                   on 2000/05/28  14:11:57
30681         Log: Integrate with Sarathy.
30682      Branch: cfgperl
30683           +> (branch 30 files)
30684           !> (integrate 93 files)
30685 ____________________________________________________________________________
30686 [  6139] By: gsar                                  on 2000/05/28  10:01:48
30687         Log: revise mktables.PL for bugs and newness in Unicode 3.0
30688              (from James Bence <jbence@amgen.com>)
30689      Branch: perl
30690            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
30691            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
30692            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
30693            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
30694            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
30695            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
30696            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
30697            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
30698            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
30699            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
30700            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
30701            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
30702            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
30703            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
30704            + lib/unicode/Is/SylWU.pl
30705            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
30706            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30707            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30708            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30709            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30710            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30711            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30712            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30713            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30714            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30715            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30716            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30717            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30718            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30719            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
30720            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
30721            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
30722            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
30723            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
30724            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
30725            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
30726            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
30727            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
30728            ! lib/unicode/Makefile lib/unicode/mktables.PL
30729 ____________________________________________________________________________
30730 [  6138] By: gsar                                  on 2000/05/28  08:50:32
30731         Log: add note about the handling of negative indices to tied arrays
30732              (from Michael G Schwern <schwern@pobox.com>)
30733      Branch: perl
30734            ! pod/perltie.pod
30735 ____________________________________________________________________________
30736 [  6137] By: gsar                                  on 2000/05/28  08:46:10
30737         Log: fix bogus redeclaration warning for "our" variables in different
30738              scopes
30739      Branch: perl
30740            ! op.c t/pragma/strict-vars
30741 ____________________________________________________________________________
30742 [  6136] By: gsar                                  on 2000/05/28  08:31:20
30743         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
30744      Branch: perl
30745            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
30746 ____________________________________________________________________________
30747 [  6135] By: gsar                                  on 2000/05/28  08:17:50
30748         Log: enable Test::Harness to dynamically determine column width etc.
30749              (from Rob Napier <rnapier@employees.org>)
30750      Branch: perl
30751            ! lib/Test/Harness.pm
30752 ____________________________________________________________________________
30753 [  6134] By: gsar                                  on 2000/05/28  08:13:39
30754         Log: make Test::Harness use wait.h/WCOREDUMP if available
30755              (from Ben Tilly <ben_tilly@hotmail.com>)
30756      Branch: perl
30757            ! lib/Test/Harness.pm
30758 ____________________________________________________________________________
30759 [  6133] By: gsar                                  on 2000/05/28  08:08:05
30760         Log: elide bogus test in change#6132
30761      Branch: perl
30762            ! t/pragma/warn/9enabled
30763 ____________________________________________________________________________
30764 [  6132] By: gsar                                  on 2000/05/28  08:03:14
30765         Log: warnings::enabled() doesn't fall back to looking at $^W if
30766              caller isn't using lexical warnings (from Paul Marquess)
30767      Branch: perl
30768            ! pp_ctl.c t/pragma/warn/9enabled
30769 ____________________________________________________________________________
30770 [  6131] By: gsar                                  on 2000/05/28  07:57:47
30771         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
30772      Branch: perl
30773            ! ext/POSIX/POSIX.pm
30774 ____________________________________________________________________________
30775 [  6130] By: gsar                                  on 2000/05/28  07:29:12
30776         Log: fix places that mean C<"word" character> but say C<alphanumeric
30777              character>
30778      Branch: perl
30779            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
30780 ____________________________________________________________________________
30781 [  6129] By: gsar                                  on 2000/05/28  07:18:41
30782         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
30783      Branch: perl
30784            ! vms/test.com
30785 ____________________________________________________________________________
30786 [  6128] By: gsar                                  on 2000/05/28  07:12:55
30787         Log: new perlxstut example for passing/returning refs to arrays
30788              (from David Lowe <dlowe@pootpoot.com>)
30789      Branch: perl
30790            ! pod/perlxstut.pod
30791 ____________________________________________________________________________
30792 [  6127] By: gsar                                  on 2000/05/28  07:02:50
30793         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
30794              failed (from Gisle Aas)
30795      Branch: perl
30796            ! cop.h perl.c
30797 ____________________________________________________________________________
30798 [  6126] By: gsar                                  on 2000/05/28  06:39:53
30799         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
30800              (reworked variant of patch suggested by Simon Cozens)
30801      Branch: perl
30802            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
30803            ! pp_hot.c proto.h t/op/gv.t
30804 ____________________________________________________________________________
30805 [  6125] By: gsar                                  on 2000/05/28  05:14:55
30806         Log: enable propagating exception objects via Perl_croak() in XS code
30807              (from Gisle Aas)
30808      Branch: perl
30809            ! util.c
30810 ____________________________________________________________________________
30811 [  6124] By: gsar                                  on 2000/05/28  05:07:28
30812         Log: integrate vmsperl contents into mainline
30813      Branch: perl
30814           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
30815           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
30816           !> vms/vmsish.h
30817 ____________________________________________________________________________
30818 [  6123] By: gsar                                  on 2000/05/28  05:03:53
30819         Log: clarify gotcha with #line directives (from Rocco Caputo
30820              <troc@netrus.net>)
30821      Branch: perl
30822            ! pod/perldebug.pod pod/perlsyn.pod
30823 ____________________________________________________________________________
30824 [  6122] By: gsar                                  on 2000/05/28  04:58:29
30825         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
30826              (from Mark-Jason Dominus)
30827      Branch: perl
30828            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
30829            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
30830            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
30831            ! toke.c
30832 ____________________________________________________________________________
30833 [  6121] By: bailey                                on 2000/05/25  04:46:54
30834         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
30835              lists (based on fixes by Craig Berry)
30836      Branch: vmsperl
30837            ! lib/File/Spec/VMS.pm
30838 ____________________________________________________________________________
30839 [  6120] By: bailey                                on 2000/05/25  04:25:38
30840         Log: Add missing escape (Charles Lane)
30841      Branch: vmsperl
30842            ! t/op/lex_assign.t
30843 ____________________________________________________________________________
30844 [  6119] By: bailey                                on 2000/05/25  04:21:25
30845         Log: Quiet error messages in vmsish.t (Charles Lane)
30846      Branch: vmsperl
30847            ! vms/ext/vmsish.t
30848 ____________________________________________________________________________
30849 [  6118] By: bailey                                on 2000/05/25  04:17:57
30850         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
30851              Flatten case labels in switch statements uniformly (Charles Bailey)
30852      Branch: vmsperl
30853            ! vms/vms.c
30854 ____________________________________________________________________________
30855 [  6117] By: bailey                                on 2000/05/25  03:58:09
30856         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
30857      Branch: vmsperl
30858            ! vms/vmsish.h
30859 ____________________________________________________________________________
30860 [  6116] By: bailey                                on 2000/05/25  03:11:15
30861         Log: Miscellaneous cosmetic fixes (Charles Lane)
30862      Branch: vmsperl
30863            ! lib/ExtUtils/MM_VMS.pm
30864 ____________________________________________________________________________
30865 [  6115] By: bailey                                on 2000/05/25  03:10:36
30866         Log: Add bounds checking for several strings (Charles Lane)
30867      Branch: vmsperl
30868            ! vms/vms.c
30869 ____________________________________________________________________________
30870 [  6114] By: bailey                                on 2000/05/25  02:25:34
30871         Log: Urk -- undo previous removal of vmsish 'exit' change
30872      Branch: vmsperl
30873            ! vms/ext/vmsish.pm vms/vmsish.h
30874 ____________________________________________________________________________
30875 [  6113] By: bailey                                on 2000/05/24  02:24:40
30876         Log: Ugly workaround for version-specific RTL error
30877      Branch: vmsperl
30878            ! vms/vms.c
30879 ____________________________________________________________________________
30880 [  6112] By: bailey                                on 2000/05/24  02:19:55
30881         Log: Check for existence of file before trying to delete
30882      Branch: vmsperl
30883            ! vms/test.com
30884 ____________________________________________________________________________
30885 [  6111] By: bailey                                on 2000/05/23  23:35:13
30886         Log: Resync with mainline prior to post-5.6.0 updates
30887      Branch: vmsperl
30888           +> (branch 49 files)
30889            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
30890            ! vms/ext/vmsish.pm
30891           !> (integrate 334 files)
30892 ____________________________________________________________________________
30893 [  6110] By: jhi                                   on 2000/05/23  19:28:32
30894         Log: todo tweak
30895      Branch: cfgperl
30896            ! Todo-5.6
30897 ____________________________________________________________________________
30898 [  6109] By: jhi                                   on 2000/05/18  17:38:54
30899         Log: Integrate with Sarathy.
30900      Branch: cfgperl
30901           !> mg.c perl.h win32/perlhost.h
30902 ____________________________________________________________________________
30903 [  6108] By: gsar                                  on 2000/05/17  02:24:56
30904         Log: reenable fake signal handling on Windows, bugs and all
30905      Branch: perl
30906            ! mg.c perl.h win32/perlhost.h
30907 ____________________________________________________________________________
30908 [  6107] By: jhi                                   on 2000/05/15  18:01:41
30909         Log: Tweak the todo list.
30910      Branch: cfgperl
30911            ! Todo-5.6
30912 ____________________________________________________________________________
30913 [  6106] By: jhi                                   on 2000/05/15  13:41:48
30914         Log: The (Configure) script refuses to go on, after asking for
30915              'You may also choose to try maximal 64-bitness....'.
30916              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
30917              -- Patrick Zima
30918              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
30919      Branch: cfgperl
30920            ! hints/solaris_2.sh
30921 ____________________________________________________________________________
30922 [  6105] By: jhi                                   on 2000/05/11  14:37:43
30923         Log: Integrate with Sarathy.
30924      Branch: cfgperl
30925           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30926           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
30927 ____________________________________________________________________________
30928 [  6104] By: gsar                                  on 2000/05/11  03:39:07
30929         Log: PL_sys_intern was being initialized too late on windows
30930      Branch: perl
30931            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30932            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
30933 ____________________________________________________________________________
30934 [  6103] By: jhi                                   on 2000/05/09  19:42:20
30935         Log: Test tweaking for Unicos continues.
30936      Branch: cfgperl
30937            ! t/op/64bitint.t
30938 ____________________________________________________________________________
30939 [  6102] By: jhi                                   on 2000/05/09  16:47:27
30940         Log: The test suite tweak in #6101 wasn't quite right.
30941      Branch: cfgperl
30942            ! t/lib/complex.t
30943 ____________________________________________________________________________
30944 [  6101] By: jhi                                   on 2000/05/09  15:35:34
30945         Log: Hints and test tweaks for Unicos.
30946      Branch: cfgperl
30947            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
30948 ____________________________________________________________________________
30949 [  6100] By: jhi                                   on 2000/05/08  21:15:06
30950         Log: More compilation tweakery from Allen Smith.
30951      Branch: cfgperl
30952            ! hints/irix_6.sh
30953 ____________________________________________________________________________
30954 [  6099] By: jhi                                   on 2000/05/08  19:21:18
30955         Log: Tweaks for the cc bugs from Allen Smith.
30956      Branch: cfgperl
30957            ! hints/irix_6.sh
30958 ____________________________________________________________________________
30959 [  6098] By: jhi                                   on 2000/05/08  19:13:37
30960         Log: Add a note about other, yet unsupported, shadow password APIs.
30961      Branch: cfgperl
30962            ! pp_sys.c
30963 ____________________________________________________________________________
30964 [  6097] By: jhi                                   on 2000/05/08  18:46:34
30965         Log: Add a note about possible compilation problems from Allen Smith.
30966      Branch: cfgperl
30967            ! hints/irix_6.sh
30968 ____________________________________________________________________________
30969 [  6096] By: jhi                                   on 2000/05/08  17:33:10
30970         Log: Integrate with Sarathy.
30971      Branch: cfgperl
30972           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30973           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
30974 ____________________________________________________________________________
30975 [  6095] By: jhi                                   on 2000/05/08  16:21:33
30976         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
30977              might be useful in future.
30978      Branch: cfgperl
30979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30980            ! config_h.SH
30981      Branch: metaconfig
30982            ! U/installdirs/inc_version_list.U
30983      Branch: metaconfig/U/perl
30984            ! perlxv.U
30985 ____________________________________________________________________________
30986 [  6094] By: gsar                                  on 2000/05/08  14:22:22
30987         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
30988      Branch: perl
30989            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30990            ! hints/cygwin.sh pp_sys.c
30991 ____________________________________________________________________________
30992 [  6093] By: gsar                                  on 2000/05/08  12:52:28
30993         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
30994              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
30995      Branch: perl
30996            ! pp_sys.c sv.c win32/perlhost.h
30997 ____________________________________________________________________________
30998 [  6092] By: jhi                                   on 2000/05/07  22:40:34
30999         Log: Regen perltoc with the fixed buildtoc.
31000      Branch: cfgperl
31001            ! pod/perltoc.pod
31002 ____________________________________________________________________________
31003 [  6091] By: jhi                                   on 2000/05/07  22:24:16
31004         Log: Integrate with Sarathy.
31005      Branch: cfgperl
31006           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
31007           !> t/op/substr.t toke.c
31008 ____________________________________________________________________________
31009 [  6090] By: gsar                                  on 2000/05/07  19:47:07
31010         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
31011              [NI]OK; added tests for both
31012      Branch: perl
31013            ! perl.c pp_hot.c sv.c t/op/substr.t
31014 ____________________________________________________________________________
31015 [  6089] By: gsar                                  on 2000/05/07  18:18:38
31016         Log: buildtoc tweak to fix newline lossage
31017      Branch: perl
31018            ! pod/buildtoc
31019 ____________________________________________________________________________
31020 [  6088] By: jhi                                   on 2000/05/07  16:35:36
31021         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
31022              because we do not use those.  The HAS_GETSPNAM remains,
31023              though, because we still do use that.
31024      Branch: cfgperl
31025            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31026            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
31027            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
31028            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31029            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31030            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31031 ____________________________________________________________________________
31032 [  6087] By: gsar                                  on 2000/05/07  16:05:16
31033         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
31034      Branch: perl
31035            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
31036 ____________________________________________________________________________
31037 [  6086] By: jhi                                   on 2000/05/07  15:27:07
31038         Log: Integrate with Sarathy.
31039      Branch: cfgperl
31040           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31041           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31042           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
31043           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
31044           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
31045           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
31046 ____________________________________________________________________________
31047 [  6085] By: gsar                                  on 2000/05/07  05:52:02
31048         Log: repeat operator (x) doesn't preserve utf8-ness
31049      Branch: perl
31050            ! pp.c t/op/substr.t
31051 ____________________________________________________________________________
31052 [  6084] By: gsar                                  on 2000/05/07  05:39:55
31053         Log: substr() does not preserve utf8-ness (from Stefan Eissing
31054              <Eissing@medicaldataservice.de>); added tests
31055      Branch: perl
31056            ! pp.c t/op/substr.t
31057 ____________________________________________________________________________
31058 [  6083] By: gsar                                  on 2000/05/07  05:24:46
31059         Log: note about undocumented caller() return value (from M.J.T. Guy);
31060              yet another peek.t tweak
31061      Branch: perl
31062            ! pod/perlfunc.pod t/lib/peek.t
31063 ____________________________________________________________________________
31064 [  6082] By: gsar                                  on 2000/05/07  05:08:40
31065         Log: peek.t non-portable to ithreads
31066      Branch: perl
31067            ! t/lib/peek.t
31068 ____________________________________________________________________________
31069 [  6081] By: gsar                                  on 2000/05/07  04:17:04
31070         Log: better default perlbug categories for ok reports (from Richard Foley)
31071      Branch: perl
31072            ! utils/perlbug.PL
31073 ____________________________________________________________________________
31074 [  6080] By: gsar                                  on 2000/05/07  04:08:07
31075         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
31076              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31077      Branch: perl
31078            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31079            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31080            ! AUTHORS MAINTAIN MANIFEST
31081 ____________________________________________________________________________
31082 [  6079] By: gsar                                  on 2000/05/07  04:01:38
31083         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
31084      Branch: perl
31085            ! lib/Carp/Heavy.pm
31086 ____________________________________________________________________________
31087 [  6078] By: gsar                                  on 2000/05/07  01:24:19
31088         Log: workaround for CRT bug in chdir() (from Charles Lane, via
31089              Peter Prymmer)
31090      Branch: perl
31091            ! iperlsys.h vms/vms.c vms/vmsish.h
31092 ____________________________________________________________________________
31093 [  6077] By: gsar                                  on 2000/05/07  01:22:23
31094         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
31095              and Tom Phoenix)
31096      Branch: perl
31097            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
31098 ____________________________________________________________________________
31099 [  6076] By: gsar                                  on 2000/05/06  17:36:29
31100         Log: integrate cfgperl contents into mainline
31101      Branch: perl
31102           +> t/lib/peek.t
31103           !> Configure MANIFEST Porting/Glossary Porting/config.sh
31104           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
31105           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
31106           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
31107 ____________________________________________________________________________
31108 [  6075] By: jhi                                   on 2000/05/05  18:56:10
31109         Log: Make the test more portable.
31110      Branch: cfgperl
31111            ! t/lib/peek.t
31112 ____________________________________________________________________________
31113 [  6074] By: jhi                                   on 2000/05/05  18:49:20
31114         Log: Introduce t/lib/peek.t.
31115      Branch: cfgperl
31116            + t/lib/peek.t
31117            ! MANIFEST
31118 ____________________________________________________________________________
31119 [  6073] By: jhi                                   on 2000/05/05  14:30:45
31120         Log: Complex tweaks.
31121      Branch: cfgperl
31122            ! lib/Math/Complex.pm t/lib/complex.t
31123 ____________________________________________________________________________
31124 [  6072] By: jhi                                   on 2000/05/05  12:27:13
31125         Log: Integrate with Sarathy.
31126      Branch: cfgperl
31127           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31128           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31129           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
31130           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
31131 ____________________________________________________________________________
31132 [  6071] By: gsar                                  on 2000/05/05  02:24:46
31133         Log: misformatted perllocal.pod (from Tim Jenness
31134              <t.jenness@jach.hawaii.edu>)
31135      Branch: perl
31136            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31137 ____________________________________________________________________________
31138 [  6070] By: gsar                                  on 2000/05/05  02:16:52
31139         Log: remove misleading comment (from M.J.T. Guy)
31140      Branch: perl
31141            ! t/lib/anydbm.t
31142 ____________________________________________________________________________
31143 [  6069] By: gsar                                  on 2000/05/05  02:15:13
31144         Log: File::Spec compatibility update (from Barrie Slaymaker
31145              <barries@slaysys.com>)
31146      Branch: perl
31147            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31148            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31149 ____________________________________________________________________________
31150 [  6068] By: gsar                                  on 2000/05/05  02:01:50
31151         Log: note about values()
31152      Branch: perl
31153            ! pod/perlfunc.pod
31154 ____________________________________________________________________________
31155 [  6067] By: gsar                                  on 2000/05/05  01:33:09
31156         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
31157      Branch: perl
31158            ! win32/win32.c
31159 ____________________________________________________________________________
31160 [  6066] By: gsar                                  on 2000/05/05  01:23:43
31161         Log: s/END/CHECK/
31162      Branch: perl
31163            ! perl.c
31164 ____________________________________________________________________________
31165 [  6065] By: jhi                                   on 2000/05/04  17:30:22
31166         Log: Integrate with Sarathy.
31167      Branch: cfgperl
31168           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
31169 ____________________________________________________________________________
31170 [  6064] By: gsar                                  on 2000/05/04  17:26:14
31171         Log: change#5905 wasn't quite right--it's intent only applies when arguments
31172              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
31173      Branch: perl
31174            ! pp_sys.c sv.c
31175 ____________________________________________________________________________
31176 [  6063] By: gsar                                  on 2000/05/04  16:52:29
31177         Log: tokeq() could read unallocated field in argument
31178      Branch: perl
31179            ! toke.c
31180 ____________________________________________________________________________
31181 [  6062] By: gsar                                  on 2000/05/04  16:34:51
31182         Log: additional tests for utf8.t
31183      Branch: perl
31184            ! t/pragma/utf8.t
31185 ____________________________________________________________________________
31186 [  6061] By: gsar                                  on 2000/05/04  16:09:28
31187         Log: change#5921 neglected to make eq honor "use bytes"
31188      Branch: perl
31189            ! sv.c
31190 ____________________________________________________________________________
31191 [  6060] By: jhi                                   on 2000/05/04  15:30:16
31192         Log: Integrate with Sarathy.
31193      Branch: cfgperl
31194           !> perl.c regcomp.c t/pragma/utf8.t
31195 ____________________________________________________________________________
31196 [  6059] By: jhi                                   on 2000/05/04  15:26:37
31197         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
31198              in natively 64-bit platforms where a long is a quad (no need
31199              for long longs).  Also added bias for IVs.
31200      Branch: cfgperl
31201            ! toke.c
31202 ____________________________________________________________________________
31203 [  6058] By: gsar                                  on 2000/05/04  00:19:14
31204         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
31205              (spotted by Donald Kinzer <dkinzer@premia.com>)
31206      Branch: perl
31207            ! perl.c
31208 ____________________________________________________________________________
31209 [  6057] By: gsar                                  on 2000/05/03  18:34:01
31210         Log: fix broken parsing of /\x{ab}/
31211      Branch: perl
31212            ! regcomp.c t/pragma/utf8.t
31213 ____________________________________________________________________________
31214 [  6056] By: jhi                                   on 2000/05/03  17:57:16
31215         Log: The search of infinity continues, this time simplified.
31216      Branch: cfgperl
31217            ! lib/Math/Complex.pm
31218 ____________________________________________________________________________
31219 [  6055] By: jhi                                   on 2000/05/03  17:45:30
31220         Log: Detypo.
31221      Branch: cfgperl
31222            ! hints/unicos.sh
31223 ____________________________________________________________________________
31224 [  6054] By: jhi                                   on 2000/05/02  22:28:27
31225         Log: Be more forgiving in POSIX about HUGE_VALL.
31226      Branch: cfgperl
31227            ! ext/POSIX/POSIX.xs
31228 ____________________________________________________________________________
31229 [  6053] By: jhi                                   on 2000/05/02  22:25:05
31230         Log: Integrate with Sarathy.
31231      Branch: cfgperl
31232           !> hints/irix_6.sh pod/perlop.pod
31233 ____________________________________________________________________________
31234 [  6052] By: jhi                                   on 2000/05/02  22:24:31
31235         Log: Unicos hint tweak.
31236      Branch: cfgperl
31237            ! hints/unicos.sh
31238 ____________________________________________________________________________
31239 [  6051] By: jhi                                   on 2000/05/02  22:21:26
31240         Log: Complex tweakery.
31241      Branch: cfgperl
31242            ! lib/Math/Complex.pm t/lib/complex.t
31243 ____________________________________________________________________________
31244 [  6050] By: jhi                                   on 2000/05/02  19:26:22
31245         Log: Use setxxent()/endxxent().
31246      Branch: cfgperl
31247            ! t/op/grent.t t/op/pwent.t
31248 ____________________________________________________________________________
31249 [  6049] By: jhi                                   on 2000/05/02  19:06:02
31250         Log: Test both the scalar and list contexts.
31251      Branch: cfgperl
31252            ! t/op/grent.t t/op/pwent.t
31253 ____________________________________________________________________________
31254 [  6048] By: gsar                                  on 2000/05/02  18:29:10
31255         Log: add note about how $( doesn't interpolate in REs (from
31256              Philip Newton <newton@ficus.frogspace.net>)
31257      Branch: perl
31258            ! pod/perlop.pod
31259 ____________________________________________________________________________
31260 [  6047] By: jhi                                   on 2000/05/02  17:41:24
31261         Log: Call getspnam() only iff needd.
31262      Branch: cfgperl
31263            ! pp_sys.c
31264 ____________________________________________________________________________
31265 [  6046] By: gsar                                  on 2000/05/02  17:07:25
31266         Log: libscheck has insufficient checks for n32 libs (from
31267              Albert Chin-A-Young <china@thewrittenword.com>)
31268      Branch: perl
31269            ! hints/irix_6.sh
31270 ____________________________________________________________________________
31271 [  6045] By: jhi                                   on 2000/05/02  13:57:17
31272         Log: Integrate with Sarathy.
31273      Branch: cfgperl
31274           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
31275           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
31276 ____________________________________________________________________________
31277 [  6044] By: gsar                                  on 2000/05/02  06:48:19
31278         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
31279              such that underscores are only ignored in literal numbers,
31280              "\x{...}", and hex/oct argument
31281      Branch: perl
31282            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
31283 ____________________________________________________________________________
31284 [  6043] By: gsar                                  on 2000/05/02  02:22:29
31285         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
31286      Branch: perl
31287            ! pod/perlretut.pod
31288 ____________________________________________________________________________
31289 [  6042] By: gsar                                  on 2000/05/02  02:17:51
31290         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
31291      Branch: perl
31292            ! pod/perltrap.pod
31293 ____________________________________________________________________________
31294 [  6041] By: gsar                                  on 2000/05/02  01:53:51
31295         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
31296              to compensate
31297      Branch: perl
31298            ! Porting/makerel
31299 ____________________________________________________________________________
31300 [  6040] By: gsar                                  on 2000/05/02  01:51:57
31301         Log: missing files in MANIFEST
31302      Branch: perl
31303            ! MANIFEST
31304 ____________________________________________________________________________
31305 [  6039] By: jhi                                   on 2000/05/02  00:36:46
31306         Log: Infinite problems.
31307      Branch: cfgperl
31308            ! lib/Math/Complex.pm
31309 ____________________________________________________________________________
31310 [  6038] By: jhi                                   on 2000/05/02  00:06:38
31311         Log: pwent/spent #ifdef imbalance.
31312      Branch: cfgperl
31313            ! pp_sys.c
31314 ____________________________________________________________________________
31315 [  6037] By: jhi                                   on 2000/05/01  22:50:11
31316         Log: Use HUGE_VALL if applicable.
31317      Branch: cfgperl
31318            ! ext/POSIX/POSIX.xs util.c
31319 ____________________________________________________________________________
31320 [  6036] By: jhi                                   on 2000/05/01  22:20:53
31321         Log: Correct Freudian slip.
31322      Branch: cfgperl
31323            ! pp_sys.c
31324 ____________________________________________________________________________
31325 [  6035] By: jhi                                   on 2000/05/01  21:07:38
31326         Log: Continue on the pwent/spent case.
31327      Branch: cfgperl
31328            ! pp_sys.c
31329 ____________________________________________________________________________
31330 [  6034] By: jhi                                   on 2000/05/01  17:45:14
31331         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
31332              adjustments in 6032 conflicted badly with this, will have
31333              to revisit them later.
31334      Branch: cfgperl
31335           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
31336           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
31337           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
31338           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
31339           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
31340           !> t/lib/cgi-html.t t/lib/cgi-request.t
31341 ____________________________________________________________________________
31342 [  6033] By: jhi                                   on 2000/05/01  17:40:49
31343         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
31344      Branch: cfgperl
31345            ! pp_sys.c
31346 ____________________________________________________________________________
31347 [  6032] By: gsar                                  on 2000/05/01  15:56:32
31348         Log: whitespace adjustments
31349      Branch: perl
31350            ! pp_sys.c
31351 ____________________________________________________________________________
31352 [  6031] By: gsar                                  on 2000/05/01  15:19:41
31353         Log: small nits in diagnostics.pm (from Robin Barker)
31354      Branch: perl
31355            ! lib/diagnostics.pm pod/perldiag.pod
31356 ____________________________________________________________________________
31357 [  6030] By: gsar                                  on 2000/05/01  08:39:18
31358         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
31359              for @- and @+ (from Johan Vromans)
31360      Branch: perl
31361            ! lib/English.pm pod/perlvar.pod
31362 ____________________________________________________________________________
31363 [  6029] By: gsar                                  on 2000/05/01  08:16:10
31364         Log: add CGI.pm v2.66 (from Lincoln Stein)
31365      Branch: perl
31366            + lib/CGI/Util.pm t/lib/cgi-pretty.t
31367            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
31368            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
31369            ! t/lib/cgi-html.t t/lib/cgi-request.t
31370 ____________________________________________________________________________
31371 [  6028] By: gsar                                  on 2000/05/01  06:34:41
31372         Log: Pod::Man generates groff-incompatible macro definition (from
31373              Tom Christiansen)
31374      Branch: perl
31375            ! lib/Pod/Man.pm
31376 ____________________________________________________________________________
31377 [  6027] By: gsar                                  on 2000/05/01  06:31:36
31378         Log: podlators-1.02 update (from Russ Allbery)
31379      Branch: perl
31380            ! lib/Pod/Man.pm lib/Pod/Text.pm
31381 ____________________________________________________________________________
31382 [  6026] By: jhi                                   on 2000/04/30  23:24:23
31383         Log: Integrate with Sarathy.
31384      Branch: cfgperl
31385           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
31386           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
31387           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
31388           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
31389           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
31390           !> t/lib/syslog.t toke.c win32/win32.h
31391 ____________________________________________________________________________
31392 [  6025] By: gsar                                  on 2000/04/30  18:17:47
31393         Log: Is{Alnum,Alpha,Word} don't match titlecase
31394              
31395              TODO: IsSpace is defined recursively!
31396              
31397              (both spotted by Larry)
31398      Branch: perl
31399            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
31400            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
31401 ____________________________________________________________________________
31402 [  6024] By: gsar                                  on 2000/04/30  17:50:19
31403         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
31404              (from Hugo van der Sanden)
31405      Branch: perl
31406            ! toke.c
31407 ____________________________________________________________________________
31408 [  6023] By: gsar                                  on 2000/04/30  17:14:43
31409         Log: debugger stomps on $. (from M.J.T. Guy)
31410      Branch: perl
31411            ! lib/perl5db.pl
31412 ____________________________________________________________________________
31413 [  6022] By: gsar                                  on 2000/04/30  16:59:22
31414         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
31415      Branch: perl
31416            ! sv.c
31417 ____________________________________________________________________________
31418 [  6021] By: gsar                                  on 2000/04/29  21:00:08
31419         Log: remove Win2K issue in pod (fixed by change#6020)
31420      Branch: perl
31421            ! README.win32 pod/perl56delta.pod
31422 ____________________________________________________________________________
31423 [  6020] By: gsar                                  on 2000/04/29  20:51:49
31424         Log: test tweak
31425      Branch: perl
31426            ! t/lib/open3.t
31427 ____________________________________________________________________________
31428 [  6019] By: gsar                                  on 2000/04/29  20:34:27
31429         Log: windows portability tweaks
31430      Branch: perl
31431            ! t/lib/b.t win32/win32.h
31432 ____________________________________________________________________________
31433 [  6018] By: gsar                                  on 2000/04/29  19:55:24
31434         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
31435              make _PATH_LOG() return "" if unavailable
31436      Branch: perl
31437            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
31438            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
31439 ____________________________________________________________________________
31440 [  6017] By: jhi                                   on 2000/04/28  22:49:46
31441         Log: Integrate with Sarathy.
31442      Branch: cfgperl
31443           !> op.c perl.c pod/perldiag.pod t/lib/b.t
31444 ____________________________________________________________________________
31445 [  6016] By: jhi                                   on 2000/04/28  22:46:14
31446         Log: Do not warn that an infinity does not look like a number.
31447      Branch: cfgperl
31448            ! sv.c
31449 ____________________________________________________________________________
31450 [  6015] By: gsar                                  on 2000/04/28  22:35:49
31451         Log: tweak test for portability
31452      Branch: perl
31453            ! t/lib/b.t
31454 ____________________________________________________________________________
31455 [  6014] By: gsar                                  on 2000/04/28  22:05:31
31456         Log: glob() loading File::Glob behind the scenes may cause syntax errors
31457      Branch: perl
31458            ! op.c
31459 ____________________________________________________________________________
31460 [  6013] By: gsar                                  on 2000/04/28  21:25:22
31461         Log: tweak change#5945 to display correct switch name in diagnostic
31462      Branch: perl
31463            ! perl.c pod/perldiag.pod
31464 ____________________________________________________________________________
31465 [  6012] By: jhi                                   on 2000/04/28  21:08:12
31466         Log: Integrate with Sarathy.
31467      Branch: cfgperl
31468           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
31469           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
31470           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
31471 ____________________________________________________________________________
31472 [  6011] By: jhi                                   on 2000/04/28  21:04:46
31473         Log: &HUGE_VAL is not defined, it exists.
31474      Branch: cfgperl
31475            ! lib/Math/Complex.pm
31476 ____________________________________________________________________________
31477 [  6010] By: gsar                                  on 2000/04/28  21:02:58
31478         Log: clarify note about shadow password support (from
31479              gellyfish@gellyfish.com)
31480      Branch: perl
31481            ! pod/perlfunc.pod
31482 ____________________________________________________________________________
31483 [  6009] By: gsar                                  on 2000/04/28  21:00:00
31484         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
31485      Branch: perl
31486            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
31487 ____________________________________________________________________________
31488 [  6008] By: gsar                                  on 2000/04/28  20:56:33
31489         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
31490      Branch: perl
31491            ! installperl vms/subconfigure.com
31492 ____________________________________________________________________________
31493 [  6007] By: gsar                                  on 2000/04/28  20:51:21
31494         Log: note about compile failures and END blocks (from M.J.T. Guy)
31495      Branch: perl
31496            ! pod/perl56delta.pod pod/perlmod.pod
31497 ____________________________________________________________________________
31498 [  6006] By: jhi                                   on 2000/04/28  20:42:14
31499         Log: Regen Configure.
31500      Branch: cfgperl
31501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31502            ! config_h.SH
31503 ____________________________________________________________________________
31504 [  6005] By: gsar                                  on 2000/04/28  20:41:16
31505         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
31506      Branch: perl
31507            ! utils/perldoc.PL
31508 ____________________________________________________________________________
31509 [  6004] By: jhi                                   on 2000/04/28  20:28:21
31510         Log: Integrate with Sarathy.
31511      Branch: cfgperl
31512           !> Configure INSTALL Porting/Glossary Porting/config.sh
31513           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
31514           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
31515           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
31516           !> win32/config.vc win32/win32.c
31517 ____________________________________________________________________________
31518 [  6003] By: gsar                                  on 2000/04/28  20:11:20
31519         Log: allow REG_EXPAND_SZ keys in Windows registry (from
31520              John Clayton <John.Clayton@barclayscapital.com>)
31521      Branch: perl
31522            ! win32/win32.c
31523 ____________________________________________________________________________
31524 [  6002] By: gsar                                  on 2000/04/28  19:34:16
31525         Log: destructive sv_setsv() can lose UV-ness from source, causing
31526              numeric promotions/comparisons to fail to do the right thing
31527      Branch: perl
31528            ! sv.c
31529 ____________________________________________________________________________
31530 [  6001] By: gsar                                  on 2000/04/28  18:44:15
31531         Log: support additional library locations via $Config{otherlibdirs}
31532              (from Andy Dougherty)
31533      Branch: perl
31534            ! Configure INSTALL Porting/Glossary Porting/config.sh
31535            ! Porting/config_H config_h.SH epoc/config.sh perl.c
31536            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
31537            ! win32/config.bc win32/config.gc win32/config.vc
31538 ____________________________________________________________________________
31539 [  6000] By: gsar                                  on 2000/04/28  18:26:58
31540         Log: reworked otherlibdirs.U (from Andy Dougherty)
31541      Branch: metaconfig
31542            ! U/installdirs/otherlibdirs.U
31543 ____________________________________________________________________________
31544 [  5999] By: gsar                                  on 2000/04/28  18:17:07
31545         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
31546      Branch: perl
31547            ! t/pragma/warn/toke toke.c
31548 ____________________________________________________________________________
31549 [  5998] By: jhi                                   on 2000/04/28  13:32:17
31550         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
31551      Branch: cfgperl
31552            ! lib/Math/Complex.pm
31553 ____________________________________________________________________________
31554 [  5997] By: jhi                                   on 2000/04/28  13:14:04
31555         Log: Preserve $!.
31556      Branch: cfgperl
31557            ! lib/Math/Complex.pm
31558 ____________________________________________________________________________
31559 [  5996] By: jhi                                   on 2000/04/28  12:59:23
31560         Log: Integrate with Sarathy.
31561      Branch: cfgperl
31562           +> pod/perlrequick.pod pod/perlretut.pod
31563           !> (integrate 51 files)
31564 ____________________________________________________________________________
31565 [  5995] By: gsar                                  on 2000/04/28  09:37:36
31566         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
31567      Branch: perl
31568            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
31569 ____________________________________________________________________________
31570 [  5994] By: gsar                                  on 2000/04/28  09:33:26
31571         Log: fix for missed accounting for null byte in pack("Z",...) (from
31572              M.J.T. Guy)
31573      Branch: perl
31574            ! pp.c t/op/pack.t
31575 ____________________________________________________________________________
31576 [  5993] By: gsar                                  on 2000/04/28  09:30:05
31577         Log: various minor tweaks seen on p5p
31578      Branch: perl
31579            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
31580 ____________________________________________________________________________
31581 [  5992] By: gsar                                  on 2000/04/28  09:08:19
31582         Log: pod nit (from Simon Cozens)
31583      Branch: perl
31584            ! pod/perlop.pod
31585 ____________________________________________________________________________
31586 [  5991] By: gsar                                  on 2000/04/28  09:06:36
31587         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
31588      Branch: perl
31589            ! README.posix-bc hints/posix-bc.sh
31590 ____________________________________________________________________________
31591 [  5990] By: gsar                                  on 2000/04/28  08:54:52
31592         Log: use $ENV{LIB} to search for libs under Visual C compiler
31593              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
31594      Branch: perl
31595            ! lib/ExtUtils/Liblist.pm
31596 ____________________________________________________________________________
31597 [  5989] By: gsar                                  on 2000/04/28  08:27:12
31598         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
31599              itself and no other (from Tom Hughes)
31600      Branch: perl
31601            ! t/op/array.t toke.c
31602 ____________________________________________________________________________
31603 [  5988] By: gsar                                  on 2000/04/28  08:01:38
31604         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
31605              <paul@miraclefish.com>)
31606      Branch: perl
31607            ! lib/ExtUtils/MakeMaker.pm
31608 ____________________________________________________________________________
31609 [  5987] By: gsar                                  on 2000/04/28  07:53:09
31610         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
31611      Branch: perl
31612            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
31613 ____________________________________________________________________________
31614 [  5986] By: gsar                                  on 2000/04/28  07:44:17
31615         Log: add regular expressions tutorial and quick-start guide (from
31616              Mark Kvale <kvale@phy.ucsf.edu>)
31617      Branch: perl
31618            + pod/perlrequick.pod pod/perlretut.pod
31619            ! AUTHORS MAINTAIN MANIFEST
31620 ____________________________________________________________________________
31621 [  5985] By: gsar                                  on 2000/04/28  07:30:28
31622         Log: forked child may not exit correctly if it failed to open
31623              /dev/console (from Graham Barr)
31624      Branch: perl
31625            ! ext/Sys/Syslog/Syslog.pm
31626 ____________________________________________________________________________
31627 [  5984] By: gsar                                  on 2000/04/28  07:27:20
31628         Log: attributes::reftype() doesn't work on tied argument
31629      Branch: perl
31630            ! xsutils.c
31631 ____________________________________________________________________________
31632 [  5983] By: gsar                                  on 2000/04/28  07:15:04
31633         Log: numeric conversion of non-number in change#3378 tramples on
31634              OOK offset, causing segfaults
31635      Branch: perl
31636            ! sv.c
31637 ____________________________________________________________________________
31638 [  5982] By: gsar                                  on 2000/04/28  04:48:25
31639         Log: avoid error in IO::Socket::INET when given an unknown service name
31640              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
31641      Branch: perl
31642            ! ext/IO/lib/IO/Socket/INET.pm
31643 ____________________________________________________________________________
31644 [  5981] By: gsar                                  on 2000/04/28  04:31:31
31645         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
31646              prototype mismatch with CORE::glob(); update pod and tests to
31647              suit (File::Glob::glob() is still available for backward
31648              compatibility, but should be considered deprecated)
31649      Branch: perl
31650            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
31651            ! t/lib/glob-taint.t
31652 ____________________________________________________________________________
31653 [  5980] By: gsar                                  on 2000/04/28  03:47:29
31654         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
31655              <ghudson@mit.edu>)
31656      Branch: metaconfig
31657            ! U/modified/Options.U
31658      Branch: perl
31659            ! Configure
31660 ____________________________________________________________________________
31661 [  5979] By: gsar                                  on 2000/04/28  03:07:54
31662         Log: under useithreads, constant pad entries could inadvertantly be
31663              shared across threads (from Eric Blood <eblood@xmission.com>);
31664              added Eric's test case to testsuite
31665      Branch: perl
31666            ! op.c t/op/misc.t
31667 ____________________________________________________________________________
31668 [  5978] By: gsar                                  on 2000/04/27  21:13:00
31669         Log: sync version numbers in File::Spec with the ones on CPAN
31670              (from Barrie Slaymaker)
31671      Branch: perl
31672            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31673            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31674            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31675 ____________________________________________________________________________
31676 [  5977] By: gsar                                  on 2000/04/27  21:07:29
31677         Log: autoquote barewords followed by newline and arrow properly
31678              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
31679      Branch: perl
31680            ! t/pragma/warn/toke toke.c
31681 ____________________________________________________________________________
31682 [  5976] By: gsar                                  on 2000/04/27  20:41:20
31683         Log: DB_File v1.73 update (from Paul Marquess)
31684      Branch: perl
31685            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31686            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31687 ____________________________________________________________________________
31688 [  5975] By: gsar                                  on 2000/04/27  20:34:24
31689         Log: allow sort() reentrancy (variant of patch suggested by
31690              Hugo van der Sanden)
31691      Branch: perl
31692            ! pp_ctl.c t/op/sort.t
31693 ____________________________________________________________________________
31694 [  5974] By: gsar                                  on 2000/04/27  19:46:57
31695         Log: change#4197 somehow missed initializing PL_errors, meaning
31696              sytax error queueing wasn't working outside eval"" at all;
31697              also fixed eval"" to localize PL_error_count, so that compile-time
31698              eval's don't clobber the error state of the outer context
31699      Branch: perl
31700            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
31701            ! t/pragma/warn/toke
31702 ____________________________________________________________________________
31703 [  5973] By: gsar                                  on 2000/04/27  18:29:05
31704         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
31705      Branch: perl
31706            ! regcomp.c regexec.c t/op/re_tests
31707 ____________________________________________________________________________
31708 [  5972] By: jhi                                   on 2000/04/27  18:22:41
31709         Log: Integrate with Sarathy.
31710      Branch: cfgperl
31711           +> t/lib/b.t t/lib/syslog.t
31712           !> (integrate 31 files)
31713 ____________________________________________________________________________
31714 [  5971] By: jhi                                   on 2000/04/27  18:18:46
31715         Log: Unicos tweaks from Mark P. Lutz.
31716      Branch: cfgperl
31717            ! hints/unicos.sh lib/Math/Complex.pm
31718 ____________________________________________________________________________
31719 [  5970] By: gsar                                  on 2000/04/27  18:05:11
31720         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
31721              IV is >32bits
31722      Branch: perl
31723            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
31724 ____________________________________________________________________________
31725 [  5969] By: gsar                                  on 2000/04/27  17:50:56
31726         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
31727      Branch: perl
31728            + t/lib/syslog.t
31729            ! MANIFEST ext/Sys/Syslog/Syslog.pm
31730 ____________________________________________________________________________
31731 [  5968] By: gsar                                  on 2000/04/27  17:44:49
31732         Log: tolerate spaces in group names in test on solaris (from David Boyce
31733              <dsb@boyski.com>)
31734      Branch: perl
31735            ! t/op/groups.t
31736 ____________________________________________________________________________
31737 [  5967] By: gsar                                  on 2000/04/27  17:41:22
31738         Log: improved docs on the warn_uninit diagnostic (from David Glasser
31739              and Simon Cozens)
31740      Branch: perl
31741            ! pod/perldiag.pod
31742 ____________________________________________________________________________
31743 [  5966] By: gsar                                  on 2000/04/27  16:54:58
31744         Log: add testsuite for B backends, fix bug in B::Deparse (from
31745              Simon Cozens <simon@brecon.co.uk>)
31746      Branch: perl
31747            + t/lib/b.t
31748            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
31749 ____________________________________________________________________________
31750 [  5965] By: gsar                                  on 2000/04/27  16:10:37
31751         Log: avoid "will not stay shared" warnings for our variables (from
31752              Robin Barker)
31753      Branch: perl
31754            ! op.c t/pragma/warn/op
31755 ____________________________________________________________________________
31756 [  5964] By: gsar                                  on 2000/04/27  07:05:05
31757         Log: reformat to 72 columns (again)
31758      Branch: perl
31759            ! pod/perldiag.pod
31760 ____________________________________________________________________________
31761 [  5963] By: gsar                                  on 2000/04/27  06:28:31
31762         Log: patch from Larry to make (\&) prototype work; added tests for
31763              the same
31764      Branch: perl
31765            ! op.c t/comp/proto.t
31766 ____________________________________________________________________________
31767 [  5962] By: gsar                                  on 2000/04/27  06:15:47
31768         Log: updated README.hpux (from Jeff Okamoto)
31769      Branch: perl
31770            ! README.hpux
31771 ____________________________________________________________________________
31772 [  5961] By: gsar                                  on 2000/04/27  05:55:03
31773         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
31774      Branch: perl
31775            ! emacs/cperl-mode.el
31776 ____________________________________________________________________________
31777 [  5960] By: gsar                                  on 2000/04/27  05:49:26
31778         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
31779      Branch: perl
31780            ! INSTALL
31781 ____________________________________________________________________________
31782 [  5959] By: gsar                                  on 2000/04/27  05:33:41
31783         Log: doubled words in pods (from Simon Cozens
31784              <simon.p.cozens@jp.pwcglobal.com>)
31785      Branch: perl
31786            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
31787            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
31788            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
31789            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
31790            ! pod/perltootc.pod
31791 ____________________________________________________________________________
31792 [  5958] By: gsar                                  on 2000/04/27  05:11:39
31793         Log: change#3569 deleted some essential code, revert; avoid use of
31794              atexit() to make DynaLoader work properly on AIX under mod_perl
31795              (from Jens-Uwe Mager <jum@helios.de>)
31796      Branch: perl
31797            ! ext/DynaLoader/dl_aix.xs
31798 ____________________________________________________________________________
31799 [  5957] By: gsar                                  on 2000/04/27  04:54:51
31800         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
31801      Branch: perl
31802            ! pod/perlmod.pod
31803 ____________________________________________________________________________
31804 [  5956] By: gsar                                  on 2000/04/27  04:51:47
31805         Log: better diagnostics on failed tests (from Ilya Zakharevich)
31806      Branch: perl
31807            ! t/op/lex_assign.t
31808 ____________________________________________________________________________
31809 [  5955] By: gsar                                  on 2000/04/27  04:26:44
31810         Log: longstanding bug exposed by change#3307: sort arguments weren't
31811              compiled with the right wantarray context (ensuing runtime lookup
31812              via block_gimme() was getting the incidental context of the
31813              sort() itself)
31814      Branch: perl
31815            ! op.c t/op/sort.t
31816 ____________________________________________________________________________
31817 [  5954] By: gsar                                  on 2000/04/26  23:42:12
31818         Log: integrate cfgperl contents into mainline
31819      Branch: perl
31820           !> (integrate 30 files)
31821 ____________________________________________________________________________
31822 [  5953] By: jhi                                   on 2000/04/26  23:06:42
31823         Log: Integrate with Sarathy.
31824      Branch: cfgperl
31825           !> README.win32 ext/B/B/Deparse.pm
31826           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31827           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
31828           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
31829           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
31830           !> utils/perldoc.PL vms/perlvms.pod
31831 ____________________________________________________________________________
31832 [  5952] By: jhi                                   on 2000/04/26  23:03:46
31833         Log: Undo "use integer" addition from 64bitint as it seems
31834              to break most of the subtests in Digital UNIX;
31835              Unicos needs to find another way.
31836      Branch: cfgperl
31837            ! t/op/64bitint.t
31838 ____________________________________________________________________________
31839 [  5951] By: jhi                                   on 2000/04/26  22:57:53
31840         Log: Be more robust on "extreme" (large absolute value)
31841              arguments.  Originally reported by Daniel Connelly
31842              as a problem with asinh() on large negative arguments,
31843              asinh() used to bail out because an argument to log()
31844              ended up being zero.  Ilya Zakharevich proposed using
31845              Taylor's series in such cases, which for such large
31846              arguments is a very good approximation.
31847      Branch: cfgperl
31848            ! lib/Math/Complex.pm t/lib/complex.t
31849 ____________________________________________________________________________
31850 [  5950] By: gsar                                  on 2000/04/25  19:13:12
31851         Log: reformat perldiag to avoid long lines
31852      Branch: perl
31853            ! pod/perldiag.pod
31854 ____________________________________________________________________________
31855 [  5949] By: gsar                                  on 2000/04/25  18:41:11
31856         Log: make perldoc use the pod2man from the same version (from
31857              M.J.T. Guy)
31858      Branch: perl
31859            ! utils/perldoc.PL
31860 ____________________________________________________________________________
31861 [  5948] By: gsar                                  on 2000/04/25  18:21:57
31862         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
31863              <kompas@kompas.usr.onet.pl>)
31864      Branch: perl
31865            ! lib/vars.pm
31866 ____________________________________________________________________________
31867 [  5947] By: gsar                                  on 2000/04/25  18:11:53
31868         Log: use &dl_error rather than &dl_load_file as the guard for calling
31869              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
31870              statically built perl)
31871      Branch: perl
31872            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31873 ____________________________________________________________________________
31874 [  5946] By: jhi                                   on 2000/04/25  17:37:54
31875         Log: Document that tr() is not tr(1).
31876      Branch: cfgperl
31877            ! pod/perlop.pod
31878 ____________________________________________________________________________
31879 [  5945] By: gsar                                  on 2000/04/25  16:34:33
31880         Log: make module name mandatory after -M switch; reorder perldiag
31881              alphabetically (from Mark-Jason Dominus)
31882      Branch: perl
31883            ! perl.c pod/perldiag.pod
31884 ____________________________________________________________________________
31885 [  5944] By: jhi                                   on 2000/04/25  01:15:18
31886         Log: On second thoughts frexp() does have two arguments.
31887      Branch: cfgperl
31888            ! perl.h
31889 ____________________________________________________________________________
31890 [  5943] By: jhi                                   on 2000/04/24  22:56:32
31891         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
31892              Now pp_ncmp() returns undef is either operand is a NaN.
31893      Branch: cfgperl
31894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31895            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
31896            ! vms/subconfigure.com vos/config.def vos/config.h
31897            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31898            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31899            ! win32/config_H.vc
31900      Branch: metaconfig/U/perl
31901            + d_modfl.U
31902 ____________________________________________________________________________
31903 [  5942] By: jhi                                   on 2000/04/24  19:45:17
31904         Log: Regen Configure to match #5937.
31905      Branch: cfgperl
31906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31907            ! config_h.SH
31908      Branch: metaconfig
31909            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
31910 ____________________________________________________________________________
31911 [  5941] By: jhi                                   on 2000/04/24  19:24:11
31912         Log: Further Unicos fixes for Mark Lutz.
31913      Branch: cfgperl
31914            ! hints/unicos.sh pp_ctl.c
31915 ____________________________________________________________________________
31916 [  5940] By: jhi                                   on 2000/04/24  19:09:06
31917         Log: Various Unicos 10.0.0.6 fixes.
31918              
31919              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
31920              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
31921              Reply-To: tecmpl1@triton.ca.boeing.com 
31922              To: perl5-porters@perl.org 
31923              Date: Fri, 14 Apr 2000 20:21:00 GMT 
31924              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
31925      Branch: cfgperl
31926            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
31927 ____________________________________________________________________________
31928 [  5939] By: gsar                                  on 2000/04/24  19:01:24
31929         Log: more pod nits (from Larry Virden)
31930      Branch: perl
31931            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
31932            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
31933            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
31934 ____________________________________________________________________________
31935 [  5938] By: gsar                                  on 2000/04/24  18:54:01
31936         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
31937      Branch: perl
31938            ! ext/B/B/Deparse.pm
31939 ____________________________________________________________________________
31940 [  5937] By: jhi                                   on 2000/04/24  17:39:00
31941         Log: Integrate with Sarathy.
31942      Branch: cfgperl
31943           +> (branch 31 files)
31944           !> (integrate 73 files)
31945 ____________________________________________________________________________
31946 [  5936] By: gsar                                  on 2000/04/24  17:30:06
31947         Log: additional tests for change#5934 (from Paul Marquess, who also
31948              sent in the same fix)
31949      Branch: perl
31950            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
31951            ! t/pragma/warn/5nolint t/pragma/warn/6default
31952 ____________________________________________________________________________
31953 [  5935] By: jhi                                   on 2000/04/24  17:26:05
31954         Log: Do not assume sign propagation.
31955              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
31956              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
31957              To: payner@ncifcrf.gov, perl5-porters@perl.org 
31958              Date: Tue, 18 Apr 2000 18:24:49 +0100 
31959              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
31960      Branch: cfgperl
31961            ! t/op/bop.t t/op/misc.t
31962 ____________________________________________________________________________
31963 [  5934] By: gsar                                  on 2000/04/24  17:16:54
31964         Log: propagate lexical warnings from surrounding scope correctly
31965              within string eval()
31966      Branch: perl
31967            ! pp_ctl.c t/pragma/warn/pp_ctl
31968 ____________________________________________________________________________
31969 [  5933] By: jhi                                   on 2000/04/24  17:01:07
31970         Log: Flatten the cpp jungle doing the nosuid checking.
31971      Branch: cfgperl
31972            ! perl.c
31973 ____________________________________________________________________________
31974 [  5932] By: gsar                                  on 2000/04/24  09:08:14
31975         Log: add rsignal(), whichsig() and do_join() to public API list
31976              (mod_perl uses them to good advantage)
31977      Branch: perl
31978            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
31979 ____________________________________________________________________________
31980 [  5931] By: gsar                                  on 2000/04/24  09:01:40
31981         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
31982      Branch: perl
31983            ! pp_hot.c regexec.c t/op/pat.t
31984 ____________________________________________________________________________
31985 [  5930] By: gsar                                  on 2000/04/24  08:58:33
31986         Log: small os390 tweaks (from Peter Prymmer)
31987      Branch: perl
31988            ! config_h.SH makedepend.SH
31989 ____________________________________________________________________________
31990 [  5929] By: gsar                                  on 2000/04/24  08:55:25
31991         Log: pod nits
31992      Branch: perl
31993            ! pod/perlguts.pod
31994 ____________________________________________________________________________
31995 [  5928] By: gsar                                  on 2000/04/24  08:50:13
31996         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
31997      Branch: perl
31998            ! ext/IO/lib/IO/Poll.pm
31999 ____________________________________________________________________________
32000 [  5927] By: gsar                                  on 2000/04/24  08:43:24
32001         Log: arrange for next() to resume at the unstack op rather than the
32002              loop conditional, so that scope cleanup happens correctly
32003              (from Stephen McCamant)
32004      Branch: perl
32005            ! op.c pp_ctl.c t/op/misc.t
32006 ____________________________________________________________________________
32007 [  5926] By: gsar                                  on 2000/04/24  08:18:40
32008         Log: on windows, reserve 16M of stack rather than 128M (allows more
32009              threads to run concurrently)
32010      Branch: perl
32011            ! win32/Makefile win32/makefile.mk
32012 ____________________________________________________________________________
32013 [  5925] By: gsar                                  on 2000/04/24  08:13:52
32014         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
32015      Branch: perl
32016            ! toke.c
32017 ____________________________________________________________________________
32018 [  5924] By: gsar                                  on 2000/04/24  08:08:59
32019         Log: avoid using uninitialized memory in require version check
32020      Branch: perl
32021            ! pp_ctl.c universal.c
32022 ____________________________________________________________________________
32023 [  5923] By: gsar                                  on 2000/04/24  07:20:14
32024         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
32025      Branch: perl
32026            ! ext/IO/lib/IO/Poll.pm
32027 ____________________________________________________________________________
32028 [  5922] By: gsar                                  on 2000/04/24  07:08:42
32029         Log: commentary about IoTYPE() (from Nathan Torkington)
32030      Branch: perl
32031            ! sv.h
32032 ____________________________________________________________________________
32033 [  5921] By: gsar                                  on 2000/04/24  06:58:26
32034         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
32035              by fix
32036      Branch: perl
32037            ! sv.c t/lib/charnames.t t/pragma/utf8.t
32038 ____________________________________________________________________________
32039 [  5920] By: gsar                                  on 2000/04/24  06:37:59
32040         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
32041      Branch: perl
32042            ! doop.c t/op/ver.t
32043 ____________________________________________________________________________
32044 [  5919] By: gsar                                  on 2000/04/24  06:21:58
32045         Log: Configure might miss old directories when prefix must be
32046              expanded (from Robin Barker)
32047      Branch: metaconfig
32048            ! U/installdirs/inc_version_list.U
32049      Branch: perl
32050            ! Configure
32051 ____________________________________________________________________________
32052 [  5918] By: gsar                                  on 2000/04/24  06:16:11
32053         Log: VMS nits in glob() test (from Charles Lane)
32054      Branch: perl
32055            ! t/lib/glob-basic.t
32056 ____________________________________________________________________________
32057 [  5917] By: gsar                                  on 2000/04/24  06:11:56
32058         Log: various pod nits (from Larry Virden and others)
32059      Branch: perl
32060            ! README.amiga README.hpux README.machten README.os2
32061            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
32062            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
32063            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
32064            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
32065            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
32066            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
32067            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
32068            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
32069 ____________________________________________________________________________
32070 [  5916] By: gsar                                  on 2000/04/24  05:52:43
32071         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
32072              <wjones@tc.fluke.com>)
32073      Branch: perl
32074            ! t/lib/glob-basic.t
32075 ____________________________________________________________________________
32076 [  5915] By: gsar                                  on 2000/04/24  05:07:01
32077         Log: supported platforms mixed up
32078      Branch: perl
32079            ! pod/perl56delta.pod pod/perlport.pod
32080 ____________________________________________________________________________
32081 [  5914] By: gsar                                  on 2000/04/24  04:56:08
32082         Log: caller() wasn't returning the right number of elements for
32083              eval {...}
32084      Branch: perl
32085            ! pp_ctl.c t/pragma/warn/9enabled
32086 ____________________________________________________________________________
32087 [  5913] By: gsar                                  on 2000/04/24  04:35:41
32088         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
32089              Mark-Jason Dominus)
32090      Branch: perl
32091            ! pod/perlfunc.pod
32092 ____________________________________________________________________________
32093 [  5912] By: gsar                                  on 2000/04/24  04:17:15
32094         Log: fix totally broken caching in UNIVERSAL::isa() (from
32095              Nick Ing-Simmons)
32096      Branch: perl
32097            ! t/op/universal.t universal.c
32098 ____________________________________________________________________________
32099 [  5911] By: gsar                                  on 2000/04/24  03:39:47
32100         Log: add linebreak properties from unicode/LineBrk.txt (from
32101              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
32102      Branch: perl
32103            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32104            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
32105            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
32106            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
32107            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
32108            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
32109            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
32110            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
32111            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
32112            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
32113            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
32114            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
32115            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
32116            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
32117            + lib/unicode/Is/LbrkZW.pl
32118            ! lib/unicode/mktables.PL
32119 ____________________________________________________________________________
32120 [  5910] By: gsar                                  on 2000/04/24  03:23:10
32121         Log: typo in pod
32122      Branch: perl
32123            ! ext/Thread/Thread.pm
32124 ____________________________________________________________________________
32125 [  5909] By: gsar                                  on 2000/04/24  03:22:03
32126         Log: mode argument to do_binmode() should be file mode, not boolean
32127      Branch: perl
32128            ! pp_sys.c
32129 ____________________________________________________________________________
32130 [  5908] By: gsar                                  on 2000/04/16  16:51:08
32131         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
32132              always returns a valid GV even when the symbol is trapped by strictures
32133              (avoids coredumps)
32134              
32135              TODO: the C<package;> hack needs similar treatment
32136      Branch: perl
32137            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
32138            ! t/pragma/strict-vars
32139 ____________________________________________________________________________
32140 [  5907] By: jhi                                   on 2000/03/31  23:42:56
32141         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
32142              an assumption which #5905 demolished.
32143      Branch: cfgperl
32144            ! pp_sys.c
32145 ____________________________________________________________________________
32146 [  5906] By: jhi                                   on 2000/03/31  18:54:37
32147         Log: Typo in #5905.
32148      Branch: cfgperl
32149            ! t/op/64bitint.t
32150 ____________________________________________________________________________
32151 [  5905] By: jhi                                   on 2000/03/31  18:50:54
32152         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
32153              reported by Joseph N. Hall.  The bug was that even with use64bitint
32154              one had to use the prefixes q, L, or ll with printf/sprintf,
32155              contrary to the documentation and common sense.
32156      Branch: cfgperl
32157            ! sv.c t/op/64bitint.t
32158 ____________________________________________________________________________
32159 [  5904] By: gsar                                  on 2000/03/28  02:31:32
32160         Log: add Changes, perldelta.pod
32161      Branch: perl
32162            + Changes pod/perldelta.pod
32163 ____________________________________________________________________________
32164 [  5903] By: gsar                                  on 2000/03/28  02:03:55
32165         Log: rename Changes and perldelta.pod
32166      Branch: perl
32167           +> Changes5.6 pod/perl56delta.pod
32168            - Changes pod/perldelta.pod
32169            ! MANIFEST
32170 ____________________________________________________________________________
32171 [  5902] By: gsar                                  on 2000/03/28  01:59:14
32172         Log: create maint-5.6 branch
32173      Branch: maint-5.6/perl
32174           +> (branch 1611 files)
32175 ____________________________________________________________________________
32176 [  5901] By: jhi                                   on 2000/03/23  05:48:43
32177         Log: Integrate with Sarathy.
32178      Branch: cfgperl
32179           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
32180 ____________________________________________________________________________
32181 [  5900] By: gsar                                  on 2000/03/23  05:42:43
32182         Log: three guesses on what this is :-)
32183      Branch: perl
32184            ! Changes