Typemap testing
[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 [  9358] By: jhi                                   on 2001/03/26  02:05:32
35         Log: Document the most common pixie options.
36      Branch: perl
37            ! pod/perlhack.pod
38 ____________________________________________________________________________
39 [  9357] By: jhi                                   on 2001/03/26  01:25:28
40         Log: For perl.pixie check *before* compiling that optimize is -g,
41              as for perl.third.
42      Branch: perl
43            ! Makefile.SH
44 ____________________________________________________________________________
45 [  9356] By: jhi                                   on 2001/03/26  01:13:41
46         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
47      Branch: perl
48            ! Makefile.SH
49 ____________________________________________________________________________
50 [  9355] By: jhi                                   on 2001/03/26  01:11:19
51         Log: Remove t/perl.third.
52      Branch: perl
53            ! Makefile.SH
54 ____________________________________________________________________________
55 [  9354] By: jhi                                   on 2001/03/26  00:23:38
56         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
57              IO::Sockatmark().
58              
59              TODO:
60              - have a IO::Sockatmark wrapper for backward compatibility?
61              (need to check Lincoln's book)
62              - add HAS_SOCKATMARK, I_SYS_SOCKIO, and I_SYS_SOCKIOS probes
63              (now uses only the SIOCATMARK ioctl, if available)
64      Branch: perl
65            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
66 ____________________________________________________________________________
67 [  9353] By: jhi                                   on 2001/03/25  22:25:04
68         Log: Integrate perlio.
69      Branch: perl
70           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
71           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
72           !> pp_hot.c win32/makefile.mk
73 ____________________________________________________________________________
74 [  9352] By: jhi                                   on 2001/03/25  22:21:41
75         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
76              From: Radu Greab <radu@netsoft.ro>
77              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
78              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
79      Branch: perl
80            ! pp_sys.c
81 ____________________________________________________________________________
82 [  9351] By: nick                                  on 2001/03/25  22:15:02
83         Log: Fix readline in list mode to tell rest of world that it has
84              things on the stack. Otherwise if perl code gets invoked
85              underneath it it scribbles over results-so-far.
86              (Why TIEHANDLE has not tripped on this is a mystery.)
87      Branch: perlio
88            ! pp_hot.c
89 ____________________________________________________________________________
90 [  9350] By: nick                                  on 2001/03/25  22:10:13
91         Log: win32/makefile.mk typos
92      Branch: perlio
93            ! win32/makefile.mk
94 ____________________________________________________________________________
95 [  9349] By: nick                                  on 2001/03/25  21:31:14
96         Log: Integrate now-non-binary file.
97      Branch: perlio
98           !> t/lib/mimeqp.t
99 ____________________________________________________________________________
100 [  9348] By: nick                                  on 2001/03/25  21:27:24
101         Log: Make it text
102      Branch: perlio
103            ! t/lib/mimeqp.t
104 ____________________________________________________________________________
105 [  9347] By: nick                                  on 2001/03/25  21:25:37
106         Log: Integrate mainline.
107      Branch: perlio
108           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
109           !> lib/Term/ReadLine.pm t/lib/md5-file.t
110 ____________________________________________________________________________
111 [  9346] By: nick                                  on 2001/03/25  20:58:15
112         Log: Add destruct time hook to PerlIO (for work-in-process implementing
113              layers in perl code. In such cases layers need to be popped before
114              we loose the ability to run perl code.)
115              Also back-out "PerlIO::object" hook - it isn't going to work like that...
116      Branch: perlio
117            ! perl.c perlio.c perlio.h perliol.h
118 ____________________________________________________________________________
119 [  9345] By: nick                                  on 2001/03/25  20:49:11
120         Log: Avoid at leasy one of undefined warnings in Encode.
121      Branch: perlio
122            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
123 ____________________________________________________________________________
124 [  9344] By: jhi                                   on 2001/03/25  20:37:43
125         Log: A workaround for using Term::ReadLine in emacs minibuffer
126              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
127              additional tweaks from Ilya Zakharevich.
128      Branch: perl
129            ! lib/Term/ReadLine.pm
130 ____________________________________________________________________________
131 [  9343] By: nick                                  on 2001/03/25  20:21:14
132         Log: Missing return value.
133      Branch: perlio
134            ! ext/PerlIO/Scalar/Scalar.xs
135 ____________________________________________________________________________
136 [  9342] By: jhi                                   on 2001/03/25  16:21:00
137         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
138              to equal the CPAN versions since no code changes have been made.
139      Branch: perl
140            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
141            ! t/lib/md5-file.t
142 ____________________________________________________________________________
143 [  9341] By: jhi                                   on 2001/03/25  16:01:48
144         Log: Escape 8-bit characters.
145      Branch: perl
146            ! t/lib/mimeqp.t
147 ____________________________________________________________________________
148 [  9340] By: gsar                                  on 2001/03/25  15:50:53
149         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
150              chars)
151      Branch: perl
152            + t/lib/mimeqp.t
153 ____________________________________________________________________________
154 [  9339] By: gsar                                  on 2001/03/25  15:48:50
155         Log: delete mimeqp.t for later with text mode set
156      Branch: perl
157            - t/lib/mimeqp.t
158 ____________________________________________________________________________
159 [  9338] By: nick                                  on 2001/03/25  09:01:57
160         Log: Integrate mainline.
161      Branch: perlio
162           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
163           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
164           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
165           +> t/lib/mimeb64u.t t/lib/mimeqp.t
166           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
167           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
168           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
169 ____________________________________________________________________________
170 [  9337] By: jhi                                   on 2001/03/25  04:23:24
171         Log: Add MIME::Base64 here and there.  Again, a lot of
172              optimism is in the air.
173      Branch: perl
174            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
175            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
176 ____________________________________________________________________________
177 [  9336] By: jhi                                   on 2001/03/25  04:12:43
178         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
179              this by ear as I do not do Win32 programming.)
180      Branch: perl
181            ! win32/Makefile win32/makefile.mk
182 ____________________________________________________________________________
183 [  9335] By: jhi                                   on 2001/03/25  04:03:50
184         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
185      Branch: perl
186            ! t/lib/md5-file.t
187 ____________________________________________________________________________
188 [  9334] By: jhi                                   on 2001/03/25  03:58:53
189         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
190      Branch: perl
191            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
192            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
193            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
194            + t/lib/mimeb64u.t t/lib/mimeqp.t
195            ! MANIFEST
196 ____________________________________________________________________________
197 [  9333] By: jhi                                   on 2001/03/24  20:14:37
198         Log: Integrate perlio.
199      Branch: perl
200           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
201 ____________________________________________________________________________
202 [  9332] By: nick                                  on 2001/03/24  19:40:34
203         Log: Fix un-init variable leading to spurious "Out of Memory!"
204      Branch: perlio
205            ! doio.c
206 ____________________________________________________________________________
207 [  9331] By: nick                                  on 2001/03/24  19:09:59
208         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
209              and update layers internals doc.
210      Branch: perlio
211            ! pod/perlfunc.pod pod/perliol.pod
212 ____________________________________________________________________________
213 [  9330] By: jhi                                   on 2001/03/24  18:42:11
214         Log: The length might be uninitialized garbage if the *svp is the undef.
215      Branch: perl
216            ! doio.c
217 ____________________________________________________________________________
218 [  9329] By: jhi                                   on 2001/03/24  18:26:57
219         Log: Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
220              From: Simon Cozens <simon@netthink.co.uk>
221              Date: Sat, 24 Mar 2001 17:13:17 +0000
222              Message-ID: <20010324171317.A13406@netthink.co.uk>
223      Branch: perl
224            ! utils/h2xs.PL
225 ____________________________________________________________________________
226 [  9328] By: nick                                  on 2001/03/24  17:22:02
227         Log: Integrate mainline.
228      Branch: perlio
229           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
230           !> lib/unicode/version
231 ____________________________________________________________________________
232 [  9327] By: nick                                  on 2001/03/24  17:16:02
233         Log: Integrate mainline.
234      Branch: perlio
235           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
236           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
237           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
238           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
239           +> t/lib/md5-file.t
240           !> MANIFEST Makefile.SH configure.com djgpp/config.over
241           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
242           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
243           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
244           !> win32/makefile.mk
245 ____________________________________________________________________________
246 [  9326] By: jhi                                   on 2001/03/24  17:00:42
247         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
248      Branch: perl
249            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
250            ! lib/unicode/version
251 ____________________________________________________________________________
252 [  9325] By: jhi                                   on 2001/03/24  16:22:33
253         Log: Subject: Re: B::Deparse bug (5.6.0)
254              From: Robin Houston <robin@kitsite.com>
255              Date: Sat, 24 Mar 2001 14:33:09 +0000
256              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
257      Branch: perl
258            ! op.c pp.c t/lib/b.t t/op/repeat.t
259 ____________________________________________________________________________
260 [  9324] By: jhi                                   on 2001/03/24  16:21:56
261         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
262              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
263              these additions may be too optimistic.
264      Branch: perl
265            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
266            ! hints/uwin.sh hints/vmesa.sh
267 ____________________________________________________________________________
268 [  9323] By: jhi                                   on 2001/03/24  16:06:01
269         Log: Integrate perlio.
270      Branch: perl
271           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
272           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
273            ! Makefile.SH
274           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
275           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
276           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
277           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
278           !> win32/makefile.mk win32/perlhost.h win32/win32.c
279           !> win32/win32iop.h
280 ____________________________________________________________________________
281 [  9322] By: nick                                  on 2001/03/24  14:39:12
282         Log: Routine Win32 regen_config_h - no real changes.
283      Branch: perlio
284            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
285 ____________________________________________________________________________
286 [  9321] By: nick                                  on 2001/03/24  14:31:49
287         Log: PerlIO fixups for Win32:
288              - provide win33_popenlist() - non-functional as yet.
289              - avoid need for aTHX in PerlIO_debug calls - even if not 
290              enabled args are still evaluated so Win32 has trouble during fork().
291              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
292              - Fixup makedef.pl for latest set of symbols.
293      Branch: perlio
294            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
295            ! win32/perlhost.h win32/win32.c win32/win32iop.h
296 ____________________________________________________________________________
297 [  9320] By: nick                                  on 2001/03/24  14:26:58
298         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
299              was gibberish - broke it on WIn32 at least.
300      Branch: perlio
301            ! ext/POSIX/POSIX.xs
302 ____________________________________________________________________________
303 [  9319] By: nick                                  on 2001/03/24  11:29:41
304         Log: Generated files.
305      Branch: perlio
306            ! embed.h global.sym objXSUB.h perlapi.c proto.h
307 ____________________________________________________________________________
308 [  9318] By: nick                                  on 2001/03/24  10:29:37
309         Log: Implement:
310              1.  open($fh,"+<",undef);  # add test to t/io/open.t
311              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
312      Branch: perlio
313            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
314            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
315            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
316            ! t/io/open.t t/io/utf8.t
317 ____________________________________________________________________________
318 [  9317] By: jhi                                   on 2001/03/23  23:41:25
319         Log: AIX does seems to have optimization problems with its C compilers.
320      Branch: perl
321            ! hints/aix.sh
322 ____________________________________________________________________________
323 [  9316] By: jhi                                   on 2001/03/23  23:40:46
324         Log: Integrate perlio.
325      Branch: perl
326           +> lib/PerlIO.pm
327           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
328           !> perliol.h
329 ____________________________________________________________________________
330 [  9315] By: jhi                                   on 2001/03/23  22:16:30
331         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
332      Branch: perl
333            ! t/lib/md5-file.t
334 ____________________________________________________________________________
335 [  9314] By: nick                                  on 2001/03/23  20:49:02
336         Log: Perlio internals re-organized.
337              - open process creates AV of layer/arg pairs
338              (appends layers from open() or open.pm to default list).
339              - push arg is now an SV.
340              - layer ->Open get passed the AV
341              - open is no longer mandatory method.
342              - topmost layer that has ->Open method does the open
343              - any layers above are pushed once that returns.
344              - vtable re-ordered so dummy layers need only provide push/pop methods.
345      Branch: perlio
346            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
347 ____________________________________________________________________________
348 [  9313] By: nick                                  on 2001/03/23  16:27:41
349         Log: Check in a stable (working) version before next round of tweaks.
350              Changes include:
351              - Move default layers code out of doio.c and into perlio.c
352              - Single routine for parsing layer specification strings.
353              - Skeleton support for demand loading of layers
354              - Core-dump avoidance if PERLIO environment specifies loadable layer
355              (does not _work_ as need IO to load and need load to do IO ...)
356      Branch: perlio
357            + lib/PerlIO.pm
358            ! MANIFEST doio.c perlio.c
359 ____________________________________________________________________________
360 [  9312] By: gsar                                  on 2001/03/23  16:25:25
361         Log: add execute bit to files with shebang lines in the repository;
362              avoid clobbering execute bit in Porting/makerel 
363      Branch: maint-5.6/perl
364            ! (edit 144 files)
365 ____________________________________________________________________________
366 [  9311] By: jhi                                   on 2001/03/23  14:25:35
367         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
368      Branch: perl
369            ! MANIFEST
370 ____________________________________________________________________________
371 [  9310] By: jhi                                   on 2001/03/23  13:45:04
372         Log: Subject: [PATCH] Net::Ping
373              From: Colin McMillen <mcmi0037@tc.umn.edu>
374              Date: Thu, 22 Mar 2001 19:30:31 -0600
375              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
376      Branch: perl
377            ! lib/Net/Ping.pm
378 ____________________________________________________________________________
379 [  9309] By: jhi                                   on 2001/03/23  13:39:13
380         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
381      Branch: perl
382            ! t/lib/md5-aaa.t t/lib/md5-file.t
383 ____________________________________________________________________________
384 [  9308] By: jhi                                   on 2001/03/23  13:20:34
385         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
386              - bump the version to 2.14
387              - drop the base64 tests since they require MIME::Base64
388              - drop the rfc1321.txt
389              - drop the hints/dec_osf.pl since it's only needed for
390              pre-5.005_03 Perls
391              Todo:
392              - the U32 alignment testing is now removed; it needs to
393              be reintroduced as as a Config variable (meaning also
394              as a Configure test)
395              - get the new EBCDIC md5sum for MD5.pm
396              - test in Win32 to see how badly I botched the makefiles
397      Branch: perl
398            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
399            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
400            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
401            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
402            + t/lib/md5-file.t
403            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
404            ! win32/Makefile win32/makefile.mk
405 ____________________________________________________________________________
406 [  9307] By: jhi                                   on 2001/03/23  12:56:14
407         Log: Integrate change #9306 from maintperl into mainline,
408              AIX dynaloader for AIXes without <load.h>.
409      Branch: perl
410           !> ext/DynaLoader/hints/aix.pl
411 ____________________________________________________________________________
412 [  9306] By: jhi                                   on 2001/03/23  12:51:36
413         Log: There are AIXes without /usr/include/load.h,
414              patch from H.Merijn Brand.
415      Branch: maint-5.6/perl
416            ! ext/DynaLoader/hints/aix.pl
417 ____________________________________________________________________________
418 [  9305] By: nick                                  on 2001/03/23  11:00:42
419         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
420      Branch: perlio
421            ! ext/Encode/Encode.xs perlio.c perlio.h
422 ____________________________________________________________________________
423 [  9304] By: nick                                  on 2001/03/23  10:20:46
424         Log: Render -Duseperlio functional again.
425              - this is "quick fix" which calls PerlIO_apply_layers after opening,
426              which is what old scheme did. New scheme needs to change that
427              to make open(...,\$scalar) etc. work but this will do for now.
428      Branch: perlio
429            ! perlio.c
430 ____________________________________________________________________________
431 [  9303] By: nick                                  on 2001/03/23  09:53:20
432         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
433              -Uuseperlio now works again.
434              -Duseperlio is still poorly. Don't merge yet...
435      Branch: perlio
436            ! doio.c perlio.h
437 ____________________________________________________________________________
438 [  9302] By: nick                                  on 2001/03/22  22:26:51
439         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
440              type code.
441              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
442              is its main caller. In particular now has access to "extra" args, and
443              can tell when an open handle is "reopened" (or duped?).
444              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
445              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
446              PerlIO_open() et. al. (i.e. other way round).
447              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
448              with args close to PerlIO_openn().
449      Branch: perlio
450            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
451 ____________________________________________________________________________
452 [  9301] By: jhi                                   on 2001/03/22  20:58:04
453         Log: Integrate perlio.
454      Branch: perl
455           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
456           !> t/io/open.t util.c
457 ____________________________________________________________________________
458 [  9300] By: nick                                  on 2001/03/22  17:36:32
459         Log: Don't include $@ in not ok message.
460      Branch: perlio
461            ! t/io/open.t
462 ____________________________________________________________________________
463 [  9299] By: gsar                                  on 2001/03/22  16:53:45
464         Log: back out changes#7532,7521 for now (appears to have problems
465              on IRIX)
466      Branch: maint-5.6/perl
467            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
468            ! ext/POSIX/typemap pod/perlvar.pod
469 ____________________________________________________________________________
470 [  9298] By: nick                                  on 2001/03/22  14:35:46
471         Log: Give a meaning to '&' in n-arg open case:
472              open($fh,"<&",$scalar);
473              $scalar can be:
474              - an integer which does "fdopen"
475              open($fh,"<&",2); # like open($fh,"<&2")
476              - something that will yield a file handle via sv_2io()
477              useful for dup'ing anonymous handles.
478              e.g.:
479              open(my $fh,"<&",\*STDIN);
480              open(my $dup,"<&",$fh);
481      Branch: perlio
482            ! doio.c t/io/open.t
483 ____________________________________________________________________________
484 [  9297] By: nick                                  on 2001/03/22  13:34:35
485         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
486      Branch: perlio
487            ! util.c
488 ____________________________________________________________________________
489 [  9296] By: nick                                  on 2001/03/22  12:51:20
490         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
491      Branch: perlio
492            ! perl.c
493 ____________________________________________________________________________
494 [  9295] By: nick                                  on 2001/03/22  11:59:44
495         Log: If stdin, stdout or stderr get opened in unexpected read/write state
496              then warn at time of open not at time of use.
497      Branch: perlio
498            ! doio.c pp_hot.c pp_sys.c
499 ____________________________________________________________________________
500 [  9294] By: nick                                  on 2001/03/22  10:54:35
501         Log: Die on n-arg open(...,"",xxx,yyy,...)
502              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
503              - die on read/write cases so we can decide what it means later.
504      Branch: perlio
505            ! doio.c embed.pl iperlsys.h util.c
506 ____________________________________________________________________________
507 [  9293] By: nick                                  on 2001/03/22  09:02:45
508         Log: perlio tweaks (reported by Nick Clark)
509              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
510              error check in Pendinf_read().
511      Branch: perlio
512            ! perlio.c
513 ____________________________________________________________________________
514 [  9292] By: gsar                                  on 2001/03/22  07:12:00
515         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
516              fixes)
517      Branch: maint-5.6/perl
518           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
519 ____________________________________________________________________________
520 [  9291] By: jhi                                   on 2001/03/22  06:06:44
521         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
522      Branch: perl
523            ! t/op/re_tests
524 ____________________________________________________________________________
525 [  9290] By: jhi                                   on 2001/03/22  05:57:01
526         Log: Move MacOS Classic higher in the list of supported platforms.
527      Branch: maint-5.6/perl
528            ! pod/perlport.pod
529 ____________________________________________________________________________
530 [  9289] By: gsar                                  on 2001/03/22  05:35:04
531         Log: revert part of change#6438 for compatibility (av_reify()
532              appears to be needed to implement av_splice()ish things
533              in XS)
534      Branch: maint-5.6/perl
535            ! embed.pl global.sym objXSUB.h perlapi.c
536 ____________________________________________________________________________
537 [  9288] By: gsar                                  on 2001/03/22  03:09:19
538         Log: update copyright year
539      Branch: maint-5.6/perl
540            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
541            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
542            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
543            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
544            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
545            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
546            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
547            ! x2p/walk.c
548 ____________________________________________________________________________
549 [  9287] By: jhi                                   on 2001/03/21  20:30:54
550         Log: Integrate perlio.
551      Branch: perl
552           !> ext/Data/Dumper/Dumper.xs
553 ____________________________________________________________________________
554 [  9286] By: gsar                                  on 2001/03/21  19:49:54
555         Log: makefile.mk tweak
556      Branch: maint-5.6/perl
557            ! win32/Makefile win32/makefile.mk
558 ____________________________________________________________________________
559 [  9285] By: nick                                  on 2001/03/21  19:07:13
560         Log: Multiplicity fix for Dumper.
561      Branch: perlio
562            ! ext/Data/Dumper/Dumper.xs
563 ____________________________________________________________________________
564 [  9284] By: nick                                  on 2001/03/21  19:01:07
565         Log: Integrate mainline - (does not build xTHX issue in Dumper).
566      Branch: perlio
567           !> (integrate 27 files)
568 ____________________________________________________________________________
569 [  9283] By: jhi                                   on 2001/03/21  17:17:35
570         Log: Integrate change #9282 from mainline into maintperl,
571              4-arg UTF-8 substr().
572      Branch: maint-5.6/perl
573           !> pp.c
574 ____________________________________________________________________________
575 [  9282] By: jhi                                   on 2001/03/21  17:15:43
576         Log: The #9270 would have leaked a scalar if pp_substr()
577              returned early.
578      Branch: perl
579            ! pp.c
580 ____________________________________________________________________________
581 [  9281] By: gsar                                  on 2001/03/21  17:03:14
582         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
583      Branch: maint-5.6/perl
584            ! win32/makefile.mk
585 ____________________________________________________________________________
586 [  9280] By: gsar                                  on 2001/03/21  17:01:20
587         Log: some tweaks to change#9278 (fork() emulation should be enabled
588              by setting BUILD_FLAVOR instead of changing the defaults)
589      Branch: maint-5.6/perl
590            ! win32/makefile.mk
591 ____________________________________________________________________________
592 [  9279] By: gsar                                  on 2001/03/21  16:47:19
593         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
594      Branch: maint-5.6/perl
595            ! ext/File/Glob/Glob.pm
596           !> lib/Cwd.pm
597 ____________________________________________________________________________
598 [  9278] By: jhi                                   on 2001/03/21  14:35:10
599         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
600              From: "Vadim Konovalov" <watman@inbox.ru>
601              Date: Wed, 21 Mar 2001 01:53:51 +0300
602              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
603      Branch: maint-5.6/perl
604            ! win32/makefile.mk win32/win32sck.c
605 ____________________________________________________________________________
606 [  9277] By: jhi                                   on 2001/03/21  13:58:28
607         Log: Integrate change #9270 from mainline to maintperl:
608              continued 4-arg UTF-8 substr() fixing.
609      Branch: maint-5.6/perl
610           !> pp.c t/op/substr.t
611 ____________________________________________________________________________
612 [  9276] By: jhi                                   on 2001/03/21  13:33:00
613         Log: More pixie cleaning.
614      Branch: perl
615            ! Makefile.SH
616 ____________________________________________________________________________
617 [  9275] By: jhi                                   on 2001/03/21  03:54:17
618         Log: Update Changes.
619      Branch: perl
620            ! Changes patchlevel.h
621 ____________________________________________________________________________
622 [  9274] By: jhi                                   on 2001/03/21  03:48:24
623         Log: First stab at making Data::Dumper to grok Unicode.
624              
625              TODO: tests, EBCDICify.
626      Branch: perl
627            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
628 ____________________________________________________________________________
629 [  9273] By: jhi                                   on 2001/03/21  02:23:00
630         Log: Fix for
631              
632              Subject: Memory leak in unquoted print   
633              From: Benjamin Sugars <bsugars@canoe.ca> 
634              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
635              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
636      Branch: perl
637            ! perlio.c
638 ____________________________________________________________________________
639 [  9272] By: jhi                                   on 2001/03/21  01:33:17
640         Log: Subject: Re: [PATCH] POSIX::getcwd()
641              From: Benjamin Sugars <bsugars@canoe.ca> 
642              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
643              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
644      Branch: perl
645            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
646 ____________________________________________________________________________
647 [  9271] By: jhi                                   on 2001/03/21  01:22:52
648         Log: Subject: [PATCH] Cwd.pm docs
649              From: Benjamin Sugars <bsugars@canoe.ca>
650              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
651              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
652      Branch: perl
653            ! lib/Cwd.pm
654 ____________________________________________________________________________
655 [  9270] By: jhi                                   on 2001/03/21  01:16:29
656         Log: Continue 4-arg substr() UTF-8 fixage.
657      Branch: perl
658            ! pp.c t/op/substr.t
659 ____________________________________________________________________________
660 [  9269] By: jhi                                   on 2001/03/21  00:46:14
661         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
662              
663              revert the leak fix in change#9142 (problem needs a more experimental
664              fix unsuitable for 5.6.1)
665              
666              do alphabetical sorting by default (for csh compatibility)
667              
668              cut-n-paste goof in change#9264
669              
670              VMS piping fixes (from Charles Lane)
671      Branch: perl
672           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
673           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
674           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
675 ____________________________________________________________________________
676 [  9268] By: jhi                                   on 2001/03/21  00:37:04
677         Log: Integrate perlio.
678      Branch: perl
679           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
680           !> utf8.c utf8.h utfebcdic.h
681 ____________________________________________________________________________
682 [  9267] By: nick                                  on 2001/03/20  20:04:39
683         Log: More EBCDIC stuff:
684              - Loose the extra level of function on ASCII.
685              - spotted a chr(0) issue in sv.c
686              - re-work of UTF-X tr/// ranges to work in Unicode
687              space. Still issues with the "0xff is illegal UTF-8" hack.
688              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
689              (why do it once when you can do it all over the place :-(
690              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
691              need utf8.pm for swashes.
692              - Simplified and commented scan_const() in toke.c
693              Still something wrong regexp and tr (swashes?).
694      Branch: perlio
695            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
696            ! utf8.c utf8.h utfebcdic.h
697 ____________________________________________________________________________
698 [  9266] By: gsar                                  on 2001/03/20  19:16:43
699         Log: VMS piping fixes (from Charles Lane)
700      Branch: maint-5.6/perl
701            ! vms/vms.c vms/vmspipe.com
702 ____________________________________________________________________________
703 [  9265] By: gsar                                  on 2001/03/20  17:53:52
704         Log: cut-n-paste goof in change#9264
705      Branch: maint-5.6/perl
706            ! ext/File/Glob/Glob.xs
707 ____________________________________________________________________________
708 [  9264] By: gsar                                  on 2001/03/20  17:43:47
709         Log: do alphabetical sorting by default (for csh compatibility);
710              bsd_glob() does ASCII sort by default as usual, unless
711              GLOB_ALPHASORT was specified
712      Branch: maint-5.6/perl
713            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
714            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
715            ! ext/File/Glob/bsd_glob.h
716 ____________________________________________________________________________
717 [  9263] By: gsar                                  on 2001/03/20  16:40:08
718         Log: integrate change#9255 from mainline (unicode fix)
719              
720              substr($bytestr, i, n, $charstr)
721      Branch: maint-5.6/perl
722           !> Todo-5.6 pp.c t/op/substr.t
723 ____________________________________________________________________________
724 [  9262] By: gsar                                  on 2001/03/20  15:57:41
725         Log: revert the leak fix in change#9142 (problem needs a more experimental
726              fix unsuitable for 5.6.1)
727      Branch: maint-5.6/perl
728            ! scope.c
729 ____________________________________________________________________________
730 [  9261] By: jhi                                   on 2001/03/20  14:26:25
731         Log: Integrate changes #9259,9260 from maintperl into mainline.
732              
733              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
734              
735              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
736      Branch: perl
737           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
738 ____________________________________________________________________________
739 [  9260] By: jhi                                   on 2001/03/20  14:05:46
740         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
741              From: Robin Barker <rmb1@cise.npl.co.uk>
742              Date: Tue, 20 Mar 2001 10:12:04 GMT
743              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
744      Branch: maint-5.6/perl
745            ! run.c
746 ____________________________________________________________________________
747 [  9259] By: jhi                                   on 2001/03/20  14:04:39
748         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
749              From: Chris Nandor <pudge@pobox.com>
750              Date: Tue, 20 Mar 2001 00:40:56 -0500
751              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
752      Branch: maint-5.6/perl
753            ! ext/POSIX/POSIX.xs lib/File/Path.pm
754 ____________________________________________________________________________
755 [  9258] By: jhi                                   on 2001/03/20  05:09:34
756         Log: Update Changes.
757      Branch: perl
758            ! Changes patchlevel.h
759 ____________________________________________________________________________
760 [  9257] By: jhi                                   on 2001/03/20  05:04:25
761         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
762      Branch: perl
763            ! t/op/tr.t
764 ____________________________________________________________________________
765 [  9256] By: jhi                                   on 2001/03/20  04:43:12
766         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
767              From: Peter Prymmer <pvhp@forte.com>
768              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
769              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
770      Branch: maint-5.6/perl
771            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
772 ____________________________________________________________________________
773 [  9255] By: jhi                                   on 2001/03/19  23:17:17
774         Log: substr($bytestr, i, n, $charstr)
775
776              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
777      Branch: perl
778            ! Todo-5.6 pp.c t/op/substr.t
779 ____________________________________________________________________________
780 [  9254] By: jhi                                   on 2001/03/19  22:25:09
781         Log: Rearrange the make test target prerequisites so that
782              in a parallel make 'all' is finished before 'test'.
783      Branch: perl
784            ! Makefile.SH
785 ____________________________________________________________________________
786 [  9253] By: jhi                                   on 2001/03/19  21:48:07
787         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
788              From: Robin Houston <robin@kitsite.com>
789              Date: Mon, 19 Mar 2001 15:48:41 +0000
790              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
791      Branch: perl
792            ! pp_ctl.c
793 ____________________________________________________________________________
794 [  9252] By: jhi                                   on 2001/03/19  21:42:27
795         Log: Integrate perlio.
796      Branch: perl
797           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
798           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
799           !> utfebcdic.h vms/perly_c.vms
800 ____________________________________________________________________________
801 [  9251] By: jhi                                   on 2001/03/19  21:31:28
802         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
803              
804              Dynaloading in 64-bit AIX with vac.
805      Branch: perl
806           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
807           !> hints/aix.sh
808 ____________________________________________________________________________
809 [  9250] By: jhi                                   on 2001/03/19  21:18:00
810         Log: A more robust solution for the 64bitall AIX dynaloading
811              problem, from Jens-Uwe Mager.
812      Branch: maint-5.6/perl
813            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
814 ____________________________________________________________________________
815 [  9249] By: nick                                  on 2001/03/19  20:59:37
816         Log: Integrate mainline.
817      Branch: perlio
818           !> (integrate 42 files)
819 ____________________________________________________________________________
820 [  9248] By: nick                                  on 2001/03/19  20:22:07
821         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
822              (Building on OS390 uses native YACC and YYDEBUG has other
823              side effects.)
824      Branch: perlio
825            ! perly.c perly.y vms/perly_c.vms
826 ____________________________________________________________________________
827 [  9247] By: jhi                                   on 2001/03/19  19:59:53
828         Log: 64-bit AIX dynaloading problem (see #9244) idea
829              from Jens-Uwe Mager.
830      Branch: maint-5.6/perl
831            ! ext/DynaLoader/dl_aix.xs
832 ____________________________________________________________________________
833 [  9246] By: nick                                  on 2001/03/19  19:27:57
834         Log: More EBCDIC fixes.
835      Branch: perlio
836            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
837            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
838 ____________________________________________________________________________
839 [  9245] By: jhi                                   on 2001/03/19  19:05:19
840         Log: Integrate change #9243 from mainline into maintperl.
841              
842              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
843      Branch: maint-5.6/perl
844           !> README.vmesa
845 ____________________________________________________________________________
846 [  9244] By: jhi                                   on 2001/03/19  19:03:15
847         Log: Get 64bitall AIX building, but still does not test okay:
848              dynaloading anything fails, for example for op/defins:
849              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
850              (update: fixed by #9247,9250)
851      Branch: maint-5.6/perl
852            ! hints/aix.sh
853 ____________________________________________________________________________
854 [  9243] By: jhi                                   on 2001/03/19  19:00:16
855         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
856              From: Robin Barker <rmb1@cise.npl.co.uk>
857              Date: Mon, 19 Mar 2001 18:01:57 GMT
858              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
859      Branch: perl
860            ! README.vmesa
861 ____________________________________________________________________________
862 [  9242] By: jhi                                   on 2001/03/19  18:58:43
863         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
864              
865              TODO: tests.
866      Branch: perl
867            ! doop.c op.c
868 ____________________________________________________________________________
869 [  9241] By: gsar                                  on 2001/03/19  17:34:46
870         Log: VMSify tests (from Charles Lane)
871      Branch: maint-5.6/perl
872            ! t/lib/filehand.t t/lib/texttabs.t
873 ____________________________________________________________________________
874 [  9240] By: jhi                                   on 2001/03/19  14:24:26
875         Log: Integrate change #9233 from maintperl into mainline.
876              
877              some refcounts were incorrect in perl_clone()
878      Branch: perl
879           !> sv.c
880 ____________________________________________________________________________
881 [  9239] By: gsar                                  on 2001/03/19  09:23:17
882         Log: this is 5.6.1-trial3
883      Branch: maint-5.6/perl
884            ! Changes
885 ____________________________________________________________________________
886 [  9238] By: gsar                                  on 2001/03/19  08:47:04
887         Log: some new symbols are only available under ithreads
888      Branch: maint-5.6/perl
889            ! makedef.pl
890 ____________________________________________________________________________
891 [  9237] By: gsar                                  on 2001/03/19  08:42:28
892         Log: update patchlevel.h, Changes, &c.
893      Branch: maint-5.6/perl
894            ! Changes patchlevel.h pod/perlhist.pod
895           !> AUTHORS
896 ____________________________________________________________________________
897 [  9236] By: gsar                                  on 2001/03/19  08:17:49
898         Log: integrate changes#8068,8717 from mainline
899              
900              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
901              
902              [PATCH CPAN 1.59_51] warning message (not!)
903      Branch: maint-5.6/perl
904           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
905           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
906           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
907           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
908           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
909 ____________________________________________________________________________
910 [  9235] By: gsar                                  on 2001/03/19  08:07:09
911         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
912              
913              [PATCH] Add missing CV flags to dump.c
914              
915              Re: [patch] Re: PL_ptr_table
916              
917              Fixup non-ithread build after 8713
918              
919              Generated files form 8713 etc.
920              
921              Correct the correction :-(
922              
923              Documenting coderef @INC (Re: CPAN "make this script work" feature)
924              
925              Subject: Re: sync sync sync: have I missed any patches?
926              Replace djSP with dSP.
927      Branch: maint-5.6/perl
928           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
929           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
930           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
931           !> sv.c sv.h win32/perlhost.h
932 ____________________________________________________________________________
933 [  9234] By: gsar                                  on 2001/03/19  07:22:05
934         Log: revert the change#9090 integrate for now (change looks somewhat
935              incomplete in that [ha]v_exists() need something similar; lacks
936              tests; &c.)
937      Branch: maint-5.6/perl
938            ! hv.c
939 ____________________________________________________________________________
940 [  9233] By: gsar                                  on 2001/03/19  07:10:01
941         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
942              destruction when there are unreferenced scalars (SvREFCNT==0)
943      Branch: maint-5.6/perl
944            ! sv.c
945 ____________________________________________________________________________
946 [  9232] By: jhi                                   on 2001/03/19  05:11:02
947         Log: Regen api and toc.
948      Branch: maint-5.6/perl
949            ! pod/perlapi.pod pod/perltoc.pod
950 ____________________________________________________________________________
951 [  9231] By: jhi                                   on 2001/03/19  04:06:03
952         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
953              add a lost line in pp.c:pp_chop(), update to new op/chop.
954              
955              Clarify the description differentiating for and while; inspired by
956              
957              Subject: [ID 20010306.004] || != named unary operator
958              
959              The $Is_MacOS needs to be declared.
960      Branch: maint-5.6/perl
961            ! pp.c t/op/chop.t
962           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
963 ____________________________________________________________________________
964 [  9230] By: jhi                                   on 2001/03/19  03:48:16
965         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
966              9079,9083,9089,9090,9091 from mainline to maintperl.
967              
968              Quieten some noise in Win32 builds
969              
970              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
971              
972              The perlretut was still talking about the old \p and \P
973              definitions.
974              
975              More tweakage on the Unicode character class descriptions.
976              
977              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
978              
979              Subject: 'no *POSIX' Patch speeding up make on BS2000 
980              
981              Subject: [PATCH] perldata.pod here-doc docs
982              
983              Add /sbin and /usr/sbin to the list of directories scanned
984              for setuid programs.  Takes care of bug id 20010309.003.
985              
986              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
987              
988              In op/stat #35 better to scan all the potential directories
989              for setuids, not just the first one.
990      Branch: maint-5.6/perl
991            ! Makefile.SH
992           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
993           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
994           !> t/op/stat.t toke.c win32/win32.h
995 ____________________________________________________________________________
996 [  9229] By: jhi                                   on 2001/03/19  02:31:50
997         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
998              From: Chris Nandor <pudge@pobox.com>
999              Date: Sat, 10 Mar 2001 14:22:19 -0500
1000              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
1001      Branch: maint-5.6/perl
1002            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
1003            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
1004            ! t/lib/b.t t/lib/errno.t
1005 ____________________________________________________________________________
1006 [  9228] By: jhi                                   on 2001/03/19  02:29:59
1007         Log: Integrate changes #9113,9122 from mainline into maintperl.
1008              
1009              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?)
1010      Branch: maint-5.6/perl
1011           !> Configure README.os390 hints/os390.sh
1012 ____________________________________________________________________________
1013 [  9227] By: jhi                                   on 2001/03/19  02:22:35
1014         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
1015              into maintperl.
1016              
1017              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
1018              
1019              Forgot to check-in the larger part of #9120, duh.
1020              
1021              Subject: Another patch for integer.pm POD 
1022              
1023              h2ph strictness and cleanliness from Kurt Starsinic.
1024              
1025              Borland filename case problem.
1026              
1027              h2ph strictness and cleanliness from Kurt Starsinic.
1028              
1029              Subject: [PATCH] the uncontroversial doc patches
1030      Branch: maint-5.6/perl
1031           +> win32/sncfnmcs.pl
1032           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
1033           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
1034           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
1035           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
1036           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
1037           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
1038           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
1039 ____________________________________________________________________________
1040 [  9226] By: jhi                                   on 2001/03/19  02:10:21
1041         Log: Integrate changes #9207,9214 from mainline into maintperl.
1042              
1043              podchecker relaxations: =over has an *optional* number after it,
1044              and whitespace in L<> is okay.
1045      Branch: maint-5.6/perl
1046           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
1047           !> t/pod/poderrs.xr
1048 ____________________________________________________________________________
1049 [  9225] By: jhi                                   on 2001/03/19  02:07:38
1050         Log: Integrate change #9219 from maintperl into mainline.
1051              
1052              remove duplicated tests
1053      Branch: perl
1054           !> t/op/re_tests
1055 ____________________________________________________________________________
1056 [  9224] By: jhi                                   on 2001/03/19  02:06:11
1057         Log: Integrate change #9223 from mainline to maintperl.
1058              
1059              Document -Dmksymlinks.
1060      Branch: maint-5.6/perl
1061           !> INSTALL
1062 ____________________________________________________________________________
1063 [  9223] By: jhi                                   on 2001/03/19  02:01:25
1064         Log: Document -Dmksymlinks.
1065      Branch: perl
1066            ! INSTALL
1067 ____________________________________________________________________________
1068 [  9222] By: jhi                                   on 2001/03/19  01:15:35
1069         Log: The -Dmksymlinks wasn't working for maintperl.
1070      Branch: maint-5.6/perl
1071            ! Configure
1072 ____________________________________________________________________________
1073 [  9221] By: jhi                                   on 2001/03/19  00:49:43
1074         Log: Cleanup pixie residue.
1075      Branch: perl
1076            ! Makefile.SH
1077 ____________________________________________________________________________
1078 [  9220] By: jhi                                   on 2001/03/19  00:44:47
1079         Log: Document the use of pixie/prof; create make targets for it.
1080              
1081              TODO: make t/TEST pixie-aware.
1082      Branch: perl
1083            ! Makefile.SH pod/perlhack.pod
1084 ____________________________________________________________________________
1085 [  9219] By: gsar                                  on 2001/03/19  00:16:55
1086         Log: remove duplicated tests
1087      Branch: maint-5.6/perl
1088            ! t/op/re_tests
1089 ____________________________________________________________________________
1090 [  9218] By: jhi                                   on 2001/03/18  23:59:31
1091         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
1092      Branch: perl
1093            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
1094 ____________________________________________________________________________
1095 [  9217] By: jhi                                   on 2001/03/18  23:25:20
1096         Log: Rewrite the tests section of Makefile to be less redundant
1097              and to allow for more flexible test targets, many recursive
1098              make calls introduced.
1099      Branch: perl
1100            ! Makefile.SH
1101 ____________________________________________________________________________
1102 [  9216] By: jhi                                   on 2001/03/18  22:30:04
1103         Log: Document the use of Third Degree (sparsely).
1104      Branch: perl
1105            ! pod/perlhack.pod t/TEST
1106 ____________________________________________________________________________
1107 [  9215] By: jhi                                   on 2001/03/18  22:10:30
1108         Log: Make targets for testing with Third Degree.
1109      Branch: perl
1110            ! Makefile.SH
1111 ____________________________________________________________________________
1112 [  9214] By: jhi                                   on 2001/03/18  21:08:53
1113         Log: The podchecker relaxations need to mirrored also at the tests.
1114      Branch: perl
1115            ! t/pod/poderrs.xr
1116 ____________________________________________________________________________
1117 [  9213] By: jhi                                   on 2001/03/18  20:56:21
1118         Log: Update Changes.
1119      Branch: perl
1120            ! Changes patchlevel.h
1121 ____________________________________________________________________________
1122 [  9212] By: jhi                                   on 2001/03/18  20:36:59
1123         Log: Looking for config.sh in parent directories isn't
1124              very useful for the toplevel Makefile.
1125      Branch: perl
1126            ! Makefile.SH
1127 ____________________________________________________________________________
1128 [  9211] By: jhi                                   on 2001/03/18  20:33:37
1129         Log: On "make clean" take care of Third Degree droppings.
1130      Branch: perl
1131            ! Makefile.SH
1132 ____________________________________________________________________________
1133 [  9210] By: jhi                                   on 2001/03/18  20:21:34
1134         Log: Add a hook for running the tests under the Third Degree
1135              debugging tool (set $ENV{PERL_3LOG} to non-zero)
1136              
1137              TODO: Document the use of Third Degree.
1138      Branch: perl
1139            ! t/TEST
1140 ____________________________________________________________________________
1141 [  9209] By: jhi                                   on 2001/03/18  20:19:07
1142         Log: Regen toc and api pods.
1143      Branch: perl
1144            ! pod/perlapi.pod pod/perltoc.pod
1145 ____________________________________________________________________________
1146 [  9208] By: jhi                                   on 2001/03/18  20:12:12
1147         Log: Integrate changes #8128,9132 from mainline into maintperl,
1148              Tie::SubstrHash fixes.
1149      Branch: maint-5.6/perl
1150           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
1151 ____________________________________________________________________________
1152 [  9207] By: jhi                                   on 2001/03/18  20:07:43
1153         Log: podchecker relaxations from Michael Stevens.
1154      Branch: perl
1155            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
1156 ____________________________________________________________________________
1157 [  9206] By: jhi                                   on 2001/03/18  20:04:24
1158         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
1159      Branch: perl
1160            ! lib/Locale/Constants.pm lib/Locale/Country.pm
1161            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
1162            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
1163 ____________________________________________________________________________
1164 [  9205] By: jhi                                   on 2001/03/18  19:54:45
1165         Log: Integrate changes #9161,9162 from maintperl to mainline.
1166              
1167              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
1168              results
1169      Branch: perl
1170           !> t/op/magic.t
1171 ____________________________________________________________________________
1172 [  9204] By: jhi                                   on 2001/03/18  19:37:46
1173         Log: Make perl.third checks more understandable to the builder.
1174      Branch: perl
1175            ! Makefile.SH
1176 ____________________________________________________________________________
1177 [  9203] By: jhi                                   on 2001/03/18  19:20:54
1178         Log: Re-integrate #9138 from maintperl to mainline,
1179              the squelching of the unneeded "Scalars leaked" messages.
1180      Branch: perl
1181           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
1182           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
1183           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
1184 ____________________________________________________________________________
1185 [  9202] By: jhi                                   on 2001/03/18  18:48:36
1186         Log: More robust and more paranoid perl.third target.
1187      Branch: perl
1188            ! Makefile.SH
1189 ____________________________________________________________________________
1190 [  9201] By: jhi                                   on 2001/03/18  18:39:21
1191         Log: Integrate change #9197 from maintperl to mainline.
1192              
1193              more thorough cleaning of arenas.
1194      Branch: perl
1195           !> embed.pl perl.c proto.h sv.c t/op/sort.t
1196 ____________________________________________________________________________
1197 [  9200] By: jhi                                   on 2001/03/18  18:25:17
1198         Log: Integrate perlio.
1199      Branch: perl
1200           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
1201           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
1202           !> t/lib/encode.t toke.c universal.c utf8.c
1203 ____________________________________________________________________________
1204 [  9199] By: nick                                  on 2001/03/18  15:23:51
1205         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
1206              is the sense of the test being done. Avoid some magical 127 and 128 values
1207              by using macros.
1208      Branch: perlio
1209            ! doop.c pp_ctl.c sv.c toke.c
1210 ____________________________________________________________________________
1211 [  9198] By: nick                                  on 2001/03/18  14:18:12
1212         Log: UTF-X encoding invariance for Encode:
1213              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
1214              - move the XS code for those to universal.c (so in miniperl)
1215              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
1216              - change ext/Encode/compile to use above.
1217              - Fix t/lib/encode.t for above
1218              - Teach t/lib/b.t to expect -uutf8
1219              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
1220              utf8.pm is needed.
1221      Branch: perlio
1222            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1223            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
1224 ____________________________________________________________________________
1225 [  9197] By: gsar                                  on 2001/03/18  12:15:57
1226         Log: more thorough cleaning of arenas--keep going until no more
1227              SvREFCNT_dec()s occur (this fixes the problem that causes the
1228              pesky "Scalars leaked" warnings)
1229      Branch: maint-5.6/perl
1230            ! embed.pl perl.c proto.h sv.c t/op/sort.t
1231 ____________________________________________________________________________
1232 [  9196] By: nick                                  on 2001/03/18  10:57:29
1233         Log: Fix pragma/utf8.t # 15
1234              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
1235              are SvUTF8 as well.
1236      Branch: perlio
1237            ! toke.c
1238 ____________________________________________________________________________
1239 [  9195] By: nick                                  on 2001/03/18  09:27:06
1240         Log: Integrate mainline
1241      Branch: perlio
1242           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
1243           !> t/op/pat.t
1244 ____________________________________________________________________________
1245 [  9194] By: jhi                                   on 2001/03/18  05:29:59
1246         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
1247              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
1248      Branch: perl
1249            ! op.c op.h t/op/misc.t t/op/pat.t
1250 ____________________________________________________________________________
1251 [  9193] By: jhi                                   on 2001/03/18  05:15:06
1252         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
1253      Branch: perl
1254            ! mg.c t/op/pat.t
1255 ____________________________________________________________________________
1256 [  9192] By: jhi                                   on 2001/03/18  04:22:43
1257         Log: tr/// UTF-8 patches from Inaba Hiroto.
1258      Branch: perl
1259            ! doop.c op.c
1260 ____________________________________________________________________________
1261 [  9191] By: jhi                                   on 2001/03/18  04:21:17
1262         Log: Integrate perlio.
1263      Branch: perl
1264           !> utf8.c utfebcdic.h
1265 ____________________________________________________________________________
1266 [  9190] By: nick                                  on 2001/03/17  20:32:01
1267         Log: Correct #if EBCDIC side typos.
1268              Builds and passes many tests on OS390.
1269      Branch: perlio
1270            ! utf8.c utfebcdic.h
1271 ____________________________________________________________________________
1272 [  9189] By: jhi                                   on 2001/03/17  18:55:49
1273         Log: Add prerequisites for the perl.third target.
1274      Branch: perl
1275            ! Makefile.SH
1276 ____________________________________________________________________________
1277 [  9188] By: jhi                                   on 2001/03/17  18:46:00
1278         Log: Integrate perlio.
1279      Branch: perl
1280           +> utfebcdic.h
1281           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
1282 ____________________________________________________________________________
1283 [  9187] By: jhi                                   on 2001/03/17  18:38:47
1284         Log: Add a make rule for perl.third (the Third Degree memory debugging
1285              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
1286      Branch: perl
1287            ! Makefile.SH
1288 ____________________________________________________________________________
1289 [  9186] By: nick                                  on 2001/03/17  18:34:48
1290         Log: MANIFEST addition :-(
1291      Branch: perlio
1292            ! MANIFEST
1293 ____________________________________________________________________________
1294 [  9185] By: nick                                  on 2001/03/17  18:29:50
1295         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
1296              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
1297              a superset of ASCII are invariant under the encoding. This is EBCDIC
1298              friendly as an encoded string can be looked at as being EBCDIC by lexer
1299              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
1300              ASCII on ASCII machines.
1301              
1302              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
1303              seperate.
1304              - Add some more macros to comprehend different shift amounts and
1305              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
1306              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
1307              and conditionaly #include it.
1308              
1309              EBCDIC build as yet untested.  ASCII still fails the one test.
1310      Branch: perlio
1311            + utfebcdic.h
1312            ! utf8.c utf8.h
1313 ____________________________________________________________________________
1314 [  9184] By: nick                                  on 2001/03/17  17:44:16
1315         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
1316      Branch: perlio
1317            ! doop.c perl.h pp.c utf8.h
1318 ____________________________________________________________________________
1319 [  9183] By: jhi                                   on 2001/03/17  15:55:42
1320         Log: Integrate perlio.
1321      Branch: perl
1322            ! MANIFEST
1323           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
1324 ____________________________________________________________________________
1325 [  9182] By: nick                                  on 2001/03/17  09:16:06
1326         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
1327      Branch: perlio
1328            ! t/op/pat.t
1329 ____________________________________________________________________________
1330 [  9181] By: nick                                  on 2001/03/17  09:15:11
1331         Log: Integrate mainline.
1332      Branch: perlio
1333           +> lib/Locale/Constants.pm lib/Locale/Country.pm
1334           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
1335           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
1336           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
1337           !> (integrate 83 files)
1338 ____________________________________________________________________________
1339 [  9180] By: nick                                  on 2001/03/16  17:23:21
1340         Log: EBCDIC Fixes.
1341      Branch: perlio
1342            ! perl.h sv.c toke.c utf8.c utf8.h
1343 ____________________________________________________________________________
1344 [  9179] By: jhi                                   on 2001/03/16  14:10:12
1345         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
1346              a change needed to work around an AIX compiler bug.
1347      Branch: perl
1348            ! ext/Storable/Storable.xs
1349 ____________________________________________________________________________
1350 [  9178] By: jhi                                   on 2001/03/16  03:19:59
1351         Log: With Damian's approval synchronize damian's modules'
1352              licensing with Perl's standard module licensing.
1353      Branch: perl
1354            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
1355 ____________________________________________________________________________
1356 [  9177] By: jhi                                   on 2001/03/16  03:15:34
1357         Log: Make the Filter::Util:Call files have their own copies
1358              of the Perl standard module licensing, from Paul Marquess.
1359      Branch: perl
1360            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
1361 ____________________________________________________________________________
1362 [  9176] By: jhi                                   on 2001/03/16  02:56:04
1363         Log: Subject: [PATCH] more pod patches
1364              From: Michael Stevens <michael@etla.org>
1365              Date: Thu, 15 Mar 2001 21:25:18 +0000
1366              Message-ID: <20010315212518.A18870@firedrake.org>
1367      Branch: perl
1368            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
1369            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
1370            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
1371            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
1372            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
1373            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
1374            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
1375            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
1376            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
1377            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
1378            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
1379            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
1380            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
1381            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
1382            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
1383            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
1384            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
1385            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
1386            ! lib/Locale/Country.pm lib/Locale/Language.pm
1387            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
1388            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1389            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
1390            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
1391            ! os2/OS2/Process/Process.pm
1392 ____________________________________________________________________________
1393 [  9175] By: jhi                                   on 2001/03/16  02:53:32
1394         Log: Subject: [PATCH] the uncontroversial doc patches
1395              From: Michael Stevens <michael@etla.org>
1396              Date: Thu, 15 Mar 2001 20:01:12 +0000
1397              Message-ID: <20010315200112.A7636@firedrake.org>
1398      Branch: perl
1399            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
1400            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
1401            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
1402            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
1403            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
1404 ____________________________________________________________________________
1405 [  9174] By: jhi                                   on 2001/03/16  02:50:49
1406         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
1407              From: Paul Lindner <lindner@inuus.com>
1408              Date: Fri, 16 Mar 2001 11:28:03 -0800
1409              Message-ID: <20010316112803.A7577@inuus.com>
1410      Branch: perl
1411            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
1412 ____________________________________________________________________________
1413 [  9173] By: nick                                  on 2001/03/15  20:21:03
1414         Log: 1st day's EBCDIC fixes:
1415              - toke.c's parsing of strings needed attention
1416              needed to conditionally e2a if string was already UTF-8
1417              - e2a/a2e tables where wrong way round.
1418              - new macros in utf8.h
1419      Branch: perlio
1420            ! perl.h toke.c utf8.h
1421 ____________________________________________________________________________
1422 [  9172] By: jhi                                   on 2001/03/15  15:17:17
1423         Log: Update Changes.
1424      Branch: perl
1425            ! Changes patchlevel.h
1426 ____________________________________________________________________________
1427 [  9171] By: jhi                                   on 2001/03/15  15:09:32
1428         Log: Subject: Re: Another Borland C++ problem.
1429              From: "Vadim Konovalov" <watman@inbox.ru>
1430              Date: Sat, 10 Mar 2001 19:26:07 +0300
1431              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
1432              
1433              Borland filename case problem.
1434      Branch: perl
1435            + win32/sncfnmcs.pl
1436            ! MANIFEST README.win32
1437 ____________________________________________________________________________
1438 [  9170] By: jhi                                   on 2001/03/15  14:54:23
1439         Log: Add Locale::Codes 1.06, from Neil Bowers.
1440      Branch: perl
1441            + lib/Locale/Constants.pm lib/Locale/Country.pm
1442            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
1443            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
1444            + t/lib/lc-language.t t/lib/lc-uk.t
1445            ! MANIFEST
1446 ____________________________________________________________________________
1447 [  9169] By: jhi                                   on 2001/03/15  14:19:01
1448         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
1449      Branch: perl
1450            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1451            ! ext/Storable/Storable.xs
1452 ____________________________________________________________________________
1453 [  9168] By: jhi                                   on 2001/03/15  14:13:22
1454         Log: Integrate changes #9120,9167 from mainline to maintperl.
1455              
1456              Subject: [PATCH 5.6.1] OS/2 docs
1457              
1458              Subject: [PATCH 5.6.1] perldoc
1459      Branch: maint-5.6/perl
1460           !> os2/Changes utils/perldoc.PL
1461 ____________________________________________________________________________
1462 [  9167] By: jhi                                   on 2001/03/15  14:07:42
1463         Log: Subject: [PATCH 5.6.1] perldoc
1464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1465              Date: Wed, 14 Mar 2001 23:46:52 -0500
1466              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
1467      Branch: perl
1468            ! utils/perldoc.PL
1469 ____________________________________________________________________________
1470 [  9166] By: jhi                                   on 2001/03/15  13:53:15
1471         Log: sigaction test condition tweakage.
1472      Branch: perl
1473            ! t/lib/sigaction.t
1474 ____________________________________________________________________________
1475 [  9165] By: alanbur                               on 2001/03/15  03:49:17
1476         Log: Resynchronised with parent
1477      Branch: maint-5.6/pureperl
1478           +> os2/os2add.sym t/op/anonsub.t
1479           !> (integrate 72 files)
1480 ____________________________________________________________________________
1481 [  9164] By: jhi                                   on 2001/03/15  01:05:01
1482         Log: Avoid stomping off the beginning of an array in tr///.
1483      Branch: perl
1484            ! op.c
1485 ____________________________________________________________________________
1486 [  9163] By: jhi                                   on 2001/03/15  00:58:57
1487         Log: h2ph strictness and cleanliness from Kurt Starsinic.
1488      Branch: perl
1489            ! utils/h2ph.PL
1490 ____________________________________________________________________________
1491 [  9162] By: gsar                                  on 2001/03/15  00:56:53
1492         Log: avoid warnings
1493      Branch: maint-5.6/perl
1494            ! t/op/magic.t
1495 ____________________________________________________________________________
1496 [  9161] By: gsar                                  on 2001/03/15  00:52:09
1497         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
1498              results
1499      Branch: maint-5.6/perl
1500            ! t/op/magic.t
1501 ____________________________________________________________________________
1502 [  9160] By: jhi                                   on 2001/03/14  22:02:10
1503         Log: Do not use the Perl malloc in IRIX, suggested by
1504              Helmus Jarausch.
1505      Branch: perl
1506            ! hints/irix_6.sh
1507 ____________________________________________________________________________
1508 [  9159] By: nick                                  on 2001/03/14  21:45:59
1509         Log: Integrate mainline
1510      Branch: perlio
1511           +> t/op/loopctl.t
1512           !> (integrate 41 files)
1513 ____________________________________________________________________________
1514 [  9158] By: jhi                                   on 2001/03/14  21:10:09
1515         Log: The Day of the Retractions continues: the #9138
1516              (integrated in #9144) doesn't work well in mainline.
1517      Branch: perl
1518            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
1519            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
1520            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
1521 ____________________________________________________________________________
1522 [  9157] By: jhi                                   on 2001/03/14  20:58:12
1523         Log: The #9145 CANNOT be enabled: the clear_pmop code still
1524              dumps core all over in Tru64.
1525      Branch: perl
1526            ! op.c op.h t/op/pat.t
1527 ____________________________________________________________________________
1528 [  9156] By: jhi                                   on 2001/03/14  20:48:06
1529         Log: Integrate change #9154 from maintperl to mainline.
1530              
1531              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
1532              (caused Storable 1.0.10 to break on windows)
1533      Branch: perl
1534           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
1535           !> perlapi.c proto.h
1536 ____________________________________________________________________________
1537 [  9155] By: jhi                                   on 2001/03/14  20:23:53
1538         Log: Retract #9136: breaks threading (and binary compatibility).
1539      Branch: perl
1540            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
1541 ____________________________________________________________________________
1542 [  9154] By: gsar                                  on 2001/03/14  17:48:18
1543         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
1544              (caused Storable 1.0.10 to break on windows)
1545      Branch: maint-5.6/perl
1546            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
1547            ! perlapi.c proto.h
1548 ____________________________________________________________________________
1549 [  9153] By: jhi                                   on 2001/03/14  13:35:21
1550         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
1551      Branch: perl
1552            ! t/lib/sigaction.t
1553 ____________________________________________________________________________
1554 [  9152] By: gsar                                  on 2001/03/14  07:29:40
1555         Log: back out changes#9012,9010,9009 and parts of change#9016
1556              (causes ABRs under purify, and some prerequisites don't
1557              seem to be there in 5.6.x)
1558      Branch: maint-5.6/perl
1559            ! doop.c op.c t/op/tr.t toke.c
1560 ____________________________________________________________________________
1561 [  9151] By: gsar                                  on 2001/03/14  07:01:29
1562         Log: reenable change#9145 (the test was busted due to a missing
1563              C<print "ok 27\n">)
1564      Branch: perl
1565            ! op.c op.h t/op/pat.t
1566 ____________________________________________________________________________
1567 [  9150] By: jhi                                   on 2001/03/14  06:38:36
1568         Log: Retract #9145.
1569      Branch: perl
1570            ! op.c op.h t/op/pat.t
1571 ____________________________________________________________________________
1572 [  9149] By: jhi                                   on 2001/03/14  06:14:56
1573         Log: Retract #9143.
1574      Branch: perl
1575            ! op.c
1576 ____________________________________________________________________________
1577 [  9148] By: gsar                                  on 2001/03/14  06:13:02
1578         Log: Uninitialized Memory Read in regexec.c
1579      Branch: perl
1580            ! regexec.c
1581 ____________________________________________________________________________
1582 [  9147] By: jhi                                   on 2001/03/14  04:59:54
1583         Log: Subject: PATCH: make goto work in nested eval ""
1584              From: Robin Houston <robin@kitsite.com>
1585              Date: Wed, 14 Mar 2001 04:16:10 +0000
1586              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
1587      Branch: perl
1588            ! pp_ctl.c t/op/goto.t
1589 ____________________________________________________________________________
1590 [  9146] By: jhi                                   on 2001/03/14  04:42:54
1591         Log: Preserve the #ifdef PERL_CORE in perly.h.
1592      Branch: perl
1593            ! perly.fixer
1594 ____________________________________________________________________________
1595 [  9145] By: jhi                                   on 2001/03/14  03:57:41
1596         Log: (Retracted by #9150.)
1597      Branch: perl
1598            ! op.c op.h t/op/pat.t
1599 ____________________________________________________________________________
1600 [  9144] By: jhi                                   on 2001/03/14  03:50:38
1601         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
1602              
1603              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
1604              
1605              remove squelch controls for "Scalars leaked" messages in most places
1606              (these are now cured)
1607              
1608              fix another memory leak reported by purify (tie callbacks that
1609              croak can leak when wiping out magic)
1610      Branch: perl
1611           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
1612           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
1613           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
1614           !> t/pragma/warnings.t
1615 ____________________________________________________________________________
1616 [  9143] By: jhi                                   on 2001/03/14  03:37:53
1617         Log: (Retracted by #9149.)
1618      Branch: perl
1619            ! op.c
1620 ____________________________________________________________________________
1621 [  9142] By: gsar                                  on 2001/03/14  03:20:48
1622         Log: fix another memory leak reported by purify (tie callbacks that
1623              croak can leak when wiping out magic)
1624      Branch: maint-5.6/perl
1625            ! scope.c
1626 ____________________________________________________________________________
1627 [  9141] By: jhi                                   on 2001/03/14  02:55:00
1628         Log: Subject: PATCH for [ID 20010305.003]
1629              From: Robin Houston <robin@kitsite.com>
1630              Date: Wed, 14 Mar 2001 02:45:51 +0000
1631              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
1632      Branch: perl
1633            ! pp_ctl.c t/op/eval.t
1634 ____________________________________________________________________________
1635 [  9140] By: jhi                                   on 2001/03/14  02:41:54
1636         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
1637              Date: Wed, 14 Mar 2001 01:52:51 +0000
1638              From: Robin Houston <robin@kitsite.com>
1639              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
1640              
1641              Fix for 2000313.004.
1642      Branch: perl
1643            ! pp_ctl.c t/op/goto.t
1644 ____________________________________________________________________________
1645 [  9139] By: jhi                                   on 2001/03/14  02:40:50
1646         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
1647              From: Robin Houston <robin@kitsite.com>
1648              Date: Wed, 14 Mar 2001 00:43:45 +0000
1649              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
1650      Branch: perl
1651            + t/op/loopctl.t
1652            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
1653            ! vms/perly_c.vms
1654 ____________________________________________________________________________
1655 [  9138] By: gsar                                  on 2001/03/14  01:18:00
1656         Log: remove squelch controls for "Scalars leaked" messages in most places
1657              (these are now cured)
1658      Branch: maint-5.6/perl
1659            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
1660            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
1661            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
1662 ____________________________________________________________________________
1663 [  9137] By: gsar                                  on 2001/03/14  00:57:04
1664         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
1665      Branch: maint-5.6/perl
1666            ! regcomp.c
1667 ____________________________________________________________________________
1668 [  9136] By: jhi                                   on 2001/03/13  23:12:24
1669         Log: (Retracted by #9155)
1670              
1671              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
1672              From: Jens-Uwe Mager <jum@helios.de>
1673              Date: Wed, 21 Feb 2001 21:32:04 +0100
1674              Message-ID: <20010221213203.A18340@ans.helios.de>
1675      Branch: perl
1676            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
1677 ____________________________________________________________________________
1678 [  9135] By: jhi                                   on 2001/03/13  22:50:05
1679         Log: Integrate perlio.
1680      Branch: perl
1681           !> pp.c
1682 ____________________________________________________________________________
1683 [  9134] By: jhi                                   on 2001/03/13  22:49:05
1684         Log: Integrate change #9131 from maintperl into mainline.
1685              
1686              make the error text look more consistent in hints/hpux.sh
1687      Branch: perl
1688           !> hints/hpux.sh
1689 ____________________________________________________________________________
1690 [  9133] By: gsar                                  on 2001/03/13  22:46:20
1691         Log: integrate change#9067 from mainline
1692              
1693              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
1694      Branch: maint-5.6/perl
1695           !> lib/ExtUtils/MM_Unix.pm
1696 ____________________________________________________________________________
1697 [  9132] By: jhi                                   on 2001/03/13  22:41:21
1698         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
1699              From: "John P. Linderman" <jpl@research.att.com>
1700              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
1701              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
1702              
1703              A more correct prime finder.
1704      Branch: perl
1705            ! lib/Tie/SubstrHash.pm
1706 ____________________________________________________________________________
1707 [  9131] By: gsar                                  on 2001/03/13  22:30:42
1708         Log: make the error text look more consistent in hints/hpux.sh
1709      Branch: maint-5.6/perl
1710            ! hints/hpux.sh
1711 ____________________________________________________________________________
1712 [  9130] By: jhi                                   on 2001/03/13  22:23:44
1713         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
1714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1715              Date: Tue, 13 Mar 2001 18:41:26 +0100
1716              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
1717              
1718              If the test is run non-interactively the default handler
1719              is different.
1720      Branch: perl
1721            ! t/lib/sigaction.t
1722 ____________________________________________________________________________
1723 [  9129] By: jhi                                   on 2001/03/13  22:20:21
1724         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
1725              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1726              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
1727              Date:     Tue, 13 Mar 2001 16:44:32 EST
1728      Branch: perl
1729            ! t/lib/1_compile.t
1730 ____________________________________________________________________________
1731 [  9128] By: jhi                                   on 2001/03/13  22:18:34
1732         Log: Subject: Another patch for integer.pm POD 
1733              From: "John L. Allen" <allen@grumman.com>
1734              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
1735              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
1736      Branch: perl
1737            ! lib/integer.pm
1738 ____________________________________________________________________________
1739 [  9127] By: nick                                  on 2001/03/13  21:26:30
1740         Log: Integrate mainline.
1741      Branch: perlio
1742           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
1743           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
1744           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
1745           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
1746           !> Changes Configure MANIFEST README.os2 README.os390
1747           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
1748           !> os2/Changes patchlevel.h win32/perlhost.h
1749 ____________________________________________________________________________
1750 [  9126] By: nick                                  on 2001/03/13  20:39:51
1751         Log: #ifdef'ed out code to make packed side of pack/unpack
1752              octets. (i.e. pack('U') => encode_utf8).
1753      Branch: perlio
1754            ! pp.c
1755 ____________________________________________________________________________
1756 [  9125] By: jhi                                   on 2001/03/13  15:07:16
1757         Log: Update Changes.
1758      Branch: perl
1759            ! Changes patchlevel.h
1760 ____________________________________________________________________________
1761 [  9124] By: jhi                                   on 2001/03/13  14:22:45
1762         Log: Workaround for the buggy ("internal compiler error")
1763              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
1764              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
1765              of Andreas König.
1766      Branch: perl
1767            ! ext/re/Makefile.PL hints/aix.sh
1768 ____________________________________________________________________________
1769 [  9123] By: jhi                                   on 2001/03/13  03:24:34
1770         Log: Typo in #9114.
1771      Branch: metaconfig
1772            ! U/modified/myhostname.U
1773 ____________________________________________________________________________
1774 [  9122] By: jhi                                   on 2001/03/13  03:24:06
1775         Log: Typo in #9113.
1776      Branch: perl
1777            ! Configure
1778 ____________________________________________________________________________
1779 [  9121] By: jhi                                   on 2001/03/13  01:53:05
1780         Log: Forgot to check-in the larger part of #9120, duh.
1781      Branch: perl
1782            ! README.os2
1783 ____________________________________________________________________________
1784 [  9120] By: jhi                                   on 2001/03/13  01:51:31
1785         Log: Subject: [PATCH 5.6.1] OS/2 docs
1786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1787              Date: Mon, 12 Mar 2001 03:27:32 -0500
1788              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
1789      Branch: perl
1790            ! os2/Changes
1791 ____________________________________________________________________________
1792 [  9119] By: jhi                                   on 2001/03/13  01:49:41
1793         Log: Integrate change #9116 from maintperl into mainline.
1794              
1795              Win32::GetCwd() returns C: instead of C:\ in the root directory
1796              under ithreads
1797      Branch: perl
1798           !> win32/perlhost.h
1799 ____________________________________________________________________________
1800 [  9118] By: jhi                                   on 2001/03/13  01:13:39
1801         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
1802      Branch: perl
1803            + lib/Switch.pm t/lib/switch.t
1804            ! MANIFEST
1805 ____________________________________________________________________________
1806 [  9117] By: jhi                                   on 2001/03/13  01:03:17
1807         Log: Add Text::Balanced 1.83.
1808      Branch: perl
1809            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
1810            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
1811            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
1812            + t/lib/tb-xvari.t
1813            ! MANIFEST
1814 ____________________________________________________________________________
1815 [  9116] By: gsar                                  on 2001/03/13  00:55:53
1816         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
1817              under ithreads
1818      Branch: maint-5.6/perl
1819            ! win32/perlhost.h
1820 ____________________________________________________________________________
1821 [  9115] By: jhi                                   on 2001/03/13  00:54:09
1822         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
1823              From: "John L. Allen" <allen@grumman.com>
1824              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
1825              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
1826              
1827              use integer document clarification.
1828      Branch: perl
1829            ! lib/integer.pm
1830 ____________________________________________________________________________
1831 [  9114] By: jhi                                   on 2001/03/13  00:38:54
1832         Log: Metaconfig unit change for #9113.
1833      Branch: metaconfig
1834            ! U/modified/myhostname.U
1835 ____________________________________________________________________________
1836 [  9113] By: jhi                                   on 2001/03/13  00:38:35
1837         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?)
1838              From: Peter Prymmer <pvhp@forte.com>
1839              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
1840              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
1841      Branch: perl
1842            ! Configure README.os390 hints/os390.sh
1843 ____________________________________________________________________________
1844 [  9112] By: jhi                                   on 2001/03/13  00:29:00
1845         Log: Integrate perlio.
1846      Branch: perl
1847           !> sv.c utf8.h
1848 ____________________________________________________________________________
1849 [  9111] By: nick                                  on 2001/03/12  21:16:33
1850         Log: Integrate mainline.
1851      Branch: perlio
1852           +> t/op/anonsub.t
1853           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
1854           !> proto.h sv.c
1855 ____________________________________________________________________________
1856 [  9110] By: nick                                  on 2001/03/12  21:00:13
1857         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
1858      Branch: perlio
1859            ! sv.c utf8.h
1860 ____________________________________________________________________________
1861 [  9109] By: jhi                                   on 2001/03/12  16:04:47
1862         Log: Integrate change #9108 from maintperl to mainline.
1863              
1864              fix memory leak in C<sub X { sub {} }> arising from a refcount
1865              loop between the outer sub and the inner prototype anonsub
1866              
1867              this also enables closures returned by subroutines that
1868              subsequently get redefined to work without generating coredumps :)
1869              
1870              completely removed the free_closures() hack--it shouldn't be
1871              needed anymore
1872      Branch: perl
1873           +> t/op/anonsub.t
1874           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
1875           !> proto.h sv.c
1876 ____________________________________________________________________________
1877 [  9108] By: gsar                                  on 2001/03/12  10:21:31
1878         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
1879              loop between the outer sub and the inner prototype anonsub
1880              
1881              this also enables closures returned by subroutines that
1882              subsequently get redefined to work without generating coredumps :)
1883              
1884              completely removed the free_closures() hack--it shouldn't be
1885              needed anymore
1886      Branch: maint-5.6/perl
1887            + t/op/anonsub.t
1888            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
1889            ! proto.h sv.c
1890 ____________________________________________________________________________
1891 [  9107] By: jhi                                   on 2001/03/12  05:15:31
1892         Log: Integrate perlio.
1893      Branch: perl
1894           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
1895 ____________________________________________________________________________
1896 [  9106] By: nick                                  on 2001/03/11  20:10:12
1897         Log: regcomp.c is working in native space, not Unicode space (if different)
1898              as it is doing compare against 'W' in \W etc.
1899      Branch: perlio
1900            ! regcomp.c
1901 ____________________________________________________________________________
1902 [  9105] By: nick                                  on 2001/03/11  19:39:34
1903         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
1904              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
1905      Branch: perlio
1906            ! regcomp.c toke.c utf8.c
1907 ____________________________________________________________________________
1908 [  9104] By: nick                                  on 2001/03/11  18:15:44
1909         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
1910      Branch: perlio
1911            ! sv.c
1912 ____________________________________________________________________________
1913 [  9103] By: nick                                  on 2001/03/11  18:03:28
1914         Log: Integrate mainline (for regexp stuff).
1915      Branch: perlio
1916           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
1917           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
1918           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
1919           !> t/lib/errno.t t/op/pat.t
1920 ____________________________________________________________________________
1921 [  9102] By: nick                                  on 2001/03/11  17:44:20
1922         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
1923              - exclude layer syms in makedef.pl for sfio
1924              - also inhibit Encode from trying to build ":encode()" layer.
1925      Branch: perlio
1926            ! ext/Encode/Encode.xs makedef.pl
1927 ____________________________________________________________________________
1928 [  9101] By: jhi                                   on 2001/03/10  22:38:13
1929         Log: The $Is_MacOS needs to be declared.
1930      Branch: perl
1931            ! lib/ExtUtils/Manifest.pm
1932 ____________________________________________________________________________
1933 [  9100] By: jhi                                   on 2001/03/10  22:14:29
1934         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
1935              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
1936              pollute the symbolspace if using sfio.
1937      Branch: perl
1938            ! ext/Encode/Encode.xs
1939 ____________________________________________________________________________
1940 [  9099] By: jhi                                   on 2001/03/10  21:58:48
1941         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
1942              Date: Sat, 10 Mar 2001 14:23:55 -0500
1943              From: Chris Nandor <pudge@pobox.com>
1944              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
1945      Branch: perl
1946            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
1947            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
1948            ! t/lib/errno.t
1949 ____________________________________________________________________________
1950 [  9098] By: jhi                                   on 2001/03/10  21:38:30
1951         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
1952      Branch: perl
1953            ! regcomp.c regexec.c t/op/pat.t
1954 ____________________________________________________________________________
1955 [  9097] By: jhi                                   on 2001/03/10  14:38:07
1956         Log: Integrate perlio.
1957      Branch: perl
1958           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
1959           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
1960           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
1961 ____________________________________________________________________________
1962 [  9096] By: nick                                  on 2001/03/10  11:55:43
1963         Log: EBCDIC sanity - phase I
1964              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
1965              - use utf8n_xxxx (c.f. pvn) for forms which take length.
1966              - back out vN.N and $^V exceptions to e2a/a2e
1967              - make "locale" isxxx macros be uvchr (may be redundant?)
1968              
1969              Not clear yet that toUPPER_uni et. al. return being handled correctly.
1970              The tr// and rexexp stuff still needs an audit, assumption is they are working
1971              in Unicode space.
1972              
1973              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
1974      Branch: perlio
1975            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
1976            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
1977            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
1978 ____________________________________________________________________________
1979 [  9095] By: jhi                                   on 2001/03/09  22:10:01
1980         Log: Integrate perlio.
1981      Branch: perl
1982           !> dump.c
1983 ____________________________________________________________________________
1984 [  9094] By: nick                                  on 2001/03/09  17:36:38
1985         Log: Builds an passes all tests after integrate and this tweak.
1986      Branch: perlio
1987            ! dump.c
1988 ____________________________________________________________________________
1989 [  9093] By: nick                                  on 2001/03/09  17:16:03
1990         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
1991      Branch: perlio
1992           +> lib/unicode/Scripts.txt t/lib/sigaction.t
1993           !> (integrate 79 files)
1994 ____________________________________________________________________________
1995 [  9092] By: jhi                                   on 2001/03/09  15:28:26
1996         Log: Update Changes.
1997      Branch: perl
1998            ! Changes patchlevel.h
1999 ____________________________________________________________________________
2000 [  9091] By: jhi                                   on 2001/03/09  15:25:05
2001         Log: In op/stat #35 better to scan all the potential directories
2002              for setuids, not just the first one.
2003      Branch: perl
2004            ! t/op/stat.t
2005 ____________________________________________________________________________
2006 [  9090] By: jhi                                   on 2001/03/09  15:01:27
2007         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
2008              From: rspier@pobox.com (Robert Spier)
2009              Date: Fri, 9 Mar 2001 03:30:20 -0500
2010              Message-ID: <15016.38044.381174.160189@rls.cx>
2011              
2012              EXISTS() returning undef mistakenly triggered a FETCH().
2013      Branch: perl
2014            ! hv.c
2015 ____________________________________________________________________________
2016 [  9089] By: jhi                                   on 2001/03/09  14:59:02
2017         Log: Add /sbin and /usr/sbin to the list of directories scanned
2018              for setuid programs.  Takes care of bug id 20010309.003.
2019      Branch: perl
2020            ! t/op/stat.t
2021 ____________________________________________________________________________
2022 [  9088] By: jhi                                   on 2001/03/09  14:48:32
2023         Log: Regen perlapi, perltoc.
2024      Branch: perl
2025            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
2026 ____________________________________________________________________________
2027 [  9087] By: jhi                                   on 2001/03/09  14:38:56
2028         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
2029              From: David Mitchell <davem@fdgroup.co.uk>
2030              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
2031              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
2032      Branch: perl
2033            ! dump.c perl.c perl.h pod/perlrun.pod
2034 ____________________________________________________________________________
2035 [  9086] By: jhi                                   on 2001/03/09  01:47:16
2036         Log: A modified version of
2037              
2038              Subject: [ID 20010307.005] POSIX::sigaction has various problems
2039              From: anders@broadcom.com
2040              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
2041              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
2042              
2043              Currently the sigaction.t test #6 fails (and is fudged to look
2044              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
2045              This may well be a genuine bug in Linux sigaction() (since at
2046              least Tru64, Solaris, and HP-UX disagree with Linux).
2047              Anyone with POSIX / SUSv2 tome handy?  The problem is that
2048              the flags of the oldaction don't match with the flags in
2049              the previously installed disposition.
2050      Branch: perl
2051            + t/lib/sigaction.t
2052            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
2053 ____________________________________________________________________________
2054 [  9085] By: jhi                                   on 2001/03/09  01:30:13
2055         Log: Subject: Re: mission impossible for the day
2056              From: Alex Gough <alex@rcon.org>
2057              Date: Thu, 08 Mar 2001 17:18:19 +0000
2058              Message-ID: <3AA7BEDB.8070409@rcon.org>
2059              
2060              If references (are overloaded) and can be directly stringified,
2061              show that instead of "stringified".
2062              
2063              (The problem, infinite mutual recursion caused by overloaded bool
2064              in Switch.pm, tracked by David Mitchell)
2065      Branch: perl
2066            ! lib/Carp/Heavy.pm
2067 ____________________________________________________________________________
2068 [  9084] By: jhi                                   on 2001/03/09  01:20:39
2069         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
2070              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
2071              From: David Mitchell <davem@fdgroup.co.uk>
2072              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
2073      Branch: perl
2074            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
2075            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
2076 ____________________________________________________________________________
2077 [  9083] By: jhi                                   on 2001/03/09  01:16:51
2078         Log: Subject: [PATCH] perldata.pod here-doc docs
2079              From: Jeff Pinyan <jeffp@crusoe.net>
2080              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
2081              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
2082      Branch: perl
2083            ! pod/perldata.pod
2084 ____________________________________________________________________________
2085 [  9082] By: jhi                                   on 2001/03/09  01:01:27
2086         Log: Subject: Re: Unicode/EBCDIC
2087              From: Peter Prymmer <pvhp@forte.com>
2088              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
2089              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
2090      Branch: perl
2091            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
2092 ____________________________________________________________________________
2093 [  9081] By: jhi                                   on 2001/03/08  13:41:30
2094         Log: Subject: Ooops, wrong 'no *POSIX' Patch
2095              From: Dorner Thomas <Thomas.Dorner@start.de>
2096              Date: Thu, 8 Mar 2001 08:43:28 +0100
2097              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
2098      Branch: perl
2099            ! hints/posix-bc.sh
2100 ____________________________________________________________________________
2101 [  9080] By: jhi                                   on 2001/03/08  13:11:42
2102         Log: It's Scripts.txt, not Script.txt.
2103      Branch: perl
2104            ! MANIFEST
2105 ____________________________________________________________________________
2106 [  9079] By: jhi                                   on 2001/03/08  12:59:05
2107         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
2108              From: Dorner Thomas <Thomas.Dorner@start.de>
2109              Date: Wed, 7 Mar 2001 14:13:31 +0100
2110              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
2111      Branch: perl
2112            ! makedepend.SH
2113 ____________________________________________________________________________
2114 [  9078] By: jhi                                   on 2001/03/08  12:57:43
2115         Log: Retract #9069, wrong patch.
2116      Branch: perl
2117            ! Makefile.SH
2118 ____________________________________________________________________________
2119 [  9077] By: jhi                                   on 2001/03/08  01:06:13
2120         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
2121      Branch: perl
2122            + lib/unicode/Scripts.txt
2123            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
2124            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
2125            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
2126            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
2127            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
2128            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
2129            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
2130            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
2131            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
2132            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
2133            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
2134            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
2135            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
2136            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
2137            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
2138            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
2139            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
2140            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
2141            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
2142            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
2143            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
2144            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
2145            ! lib/unicode/version
2146 ____________________________________________________________________________
2147 [  9076] By: jhi                                   on 2001/03/07  22:59:39
2148         Log: Integrate change #7784 from mainline into maintperl.
2149              
2150              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
2151      Branch: maint-5.6/perl
2152           !> pp_ctl.c t/op/pat.t
2153 ____________________________________________________________________________
2154 [  9075] By: jhi                                   on 2001/03/07  22:05:11
2155         Log: More UTF-8 test tweaks.
2156      Branch: perl
2157            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
2158 ____________________________________________________________________________
2159 [  9074] By: nick                                  on 2001/03/07  21:39:29
2160         Log: Integrate mainline.
2161      Branch: perlio
2162           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
2163           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
2164           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
2165           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
2166           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
2167 ____________________________________________________________________________
2168 [  9073] By: jhi                                   on 2001/03/07  16:37:09
2169         Log: Update Changes.
2170      Branch: perl
2171            ! Changes patchlevel.h
2172 ____________________________________________________________________________
2173 [  9072] By: jhi                                   on 2001/03/07  16:32:30
2174         Log: Subject: [ID 20010306.004] || != named unary operator
2175              From: abela@geneanet.org
2176              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
2177              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
2178      Branch: perl
2179            ! pod/perlop.pod
2180 ____________________________________________________________________________
2181 [  9071] By: jhi                                   on 2001/03/07  15:14:11
2182         Log: Subject: downgrading to bytes for common functions
2183              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
2184              Date: Wed, 7 Mar 2001 02:36:55 -0500
2185              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
2186      Branch: perl
2187            ! pp_sys.c
2188 ____________________________________________________________________________
2189 [  9070] By: jhi                                   on 2001/03/07  15:04:58
2190         Log: Clarify the description differentiating for and while; inspired by
2191              
2192              Subject: [ID 20010306.002] for/while difference in for definition
2193              From: abela@geneanet.org
2194              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
2195              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
2196      Branch: perl
2197            ! pod/perlsyn.pod
2198 ____________________________________________________________________________
2199 [  9069] By: jhi                                   on 2001/03/07  14:55:30
2200         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
2201              From: Dorner Thomas <Thomas.Dorner@start.de>
2202              Date: Wed, 7 Mar 2001 14:13:31 +0100
2203              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
2204      Branch: perl
2205            ! Makefile.SH
2206 ____________________________________________________________________________
2207 [  9068] By: jhi                                   on 2001/03/07  14:51:17
2208         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
2209              From: Radu Greab <radu@netsoft.ro>
2210              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
2211              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
2212      Branch: perl
2213            ! pp.c t/op/chop.t
2214 ____________________________________________________________________________
2215 [  9067] By: jhi                                   on 2001/03/07  14:48:57
2216         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
2217              From: Simon Cozens <simon@netthink.co.uk>
2218              Date: Wed, 7 Mar 2001 13:59:28 +0000
2219              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
2220              
2221              In order to allow MakeMaker to build correct Makefiles,
2222              you need to change the order of the arguments in MM_Unix.pm
2223              as well. (Unless you have C89_CCMODE set, but we're trying
2224              to be POSIXly correct)
2225              
2226              Thanks to Merijn Broeren for tracking this down.
2227      Branch: perl
2228            ! lib/ExtUtils/MM_Unix.pm
2229 ____________________________________________________________________________
2230 [  9066] By: jhi                                   on 2001/03/07  14:30:02
2231         Log: Floating point too messy.
2232      Branch: perl
2233            ! t/camel-III/vstring.t
2234 ____________________________________________________________________________
2235 [  9065] By: jhi                                   on 2001/03/07  14:17:44
2236         Log: Integrate change #9064 from maintperl into mainline.
2237              
2238              fix memory leak in pack("Bb",...)
2239      Branch: perl
2240           !> perl.c
2241 ____________________________________________________________________________
2242 [  9064] By: gsar                                  on 2001/03/07  06:29:24
2243         Log: fix memory leak in pack("Bb",...)
2244      Branch: maint-5.6/perl
2245            ! perl.c
2246 ____________________________________________________________________________
2247 [  9063] By: jhi                                   on 2001/03/07  00:55:04
2248         Log: Major utf8 test reorganisation and rewrite.
2249              Hopefully no tests were lost in the shuffle.
2250              (The beginning of pragma/utf8 was lost intentionally,
2251              the tests were rather bogus and incomplete.)
2252      Branch: perl
2253            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
2254            ! t/pragma/utf8.t
2255 ____________________________________________________________________________
2256 [  9062] By: jhi                                   on 2001/03/07  00:41:16
2257         Log: More tweakage on the Unicode character class descriptions.
2258      Branch: perl
2259            ! lib/unicode/mktables.PL pod/perlretut.pod
2260 ____________________________________________________________________________
2261 [  9061] By: jhi                                   on 2001/03/06  23:12:38
2262         Log: The perlretut was still talking about the old \p and \P
2263              definitions.
2264      Branch: perl
2265            ! pod/perlretut.pod
2266 ____________________________________________________________________________
2267 [  9060] By: nick                                  on 2001/03/06  20:52:37
2268         Log: Integrate mainline (make test works again now).
2269      Branch: perlio
2270           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
2271 ____________________________________________________________________________
2272 [  9059] By: jhi                                   on 2001/03/06  15:36:14
2273         Log: 0.999... does equal 1.0, doesn't it?
2274      Branch: perl
2275            ! t/camel-III/vstring.t
2276 ____________________________________________________________________________
2277 [  9058] By: jhi                                   on 2001/03/06  15:34:00
2278         Log: Make /x{abcd}/ to work without use utf8.
2279      Branch: perl
2280            ! regcomp.c
2281 ____________________________________________________________________________
2282 [  9057] By: jhi                                   on 2001/03/06  03:02:36
2283         Log: Easier to outcomment all the three reset() tests for now.
2284      Branch: perl
2285            ! t/op/pat.t
2286 ____________________________________________________________________________
2287 [  9056] By: jhi                                   on 2001/03/06  02:30:02
2288         Log: Comment out the deadly reset; until the 20010301.005
2289              is finally fixed.
2290      Branch: perl
2291            ! t/op/pat.t
2292 ____________________________________________________________________________
2293 [  9055] By: jhi                                   on 2001/03/06  02:21:26
2294         Log: Integrate the change #9054 from mainline:
2295              retract the PMOP cleanup patch pending further investigation.
2296      Branch: maint-5.6/perl
2297           !> op.c op.h
2298 ____________________________________________________________________________
2299 [  9054] By: jhi                                   on 2001/03/06  02:19:57
2300         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
2301              with oddly familiar stack traces.
2302      Branch: perl
2303            ! op.c op.h
2304 ____________________________________________________________________________
2305 [  9053] By: jhi                                   on 2001/03/05  23:20:28
2306         Log: Integrate perlio.
2307      Branch: perl
2308           +> ext/Encode/Encode/koi8-r.ucm
2309           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
2310           !> makedef.pl
2311 ____________________________________________________________________________
2312 [  9052] By: nick                                  on 2001/03/05  23:08:17
2313         Log: skipping USE_PERLIO symbols correction.
2314      Branch: perlio
2315            ! makedef.pl
2316 ____________________________________________________________________________
2317 [  9051] By: nick                                  on 2001/03/05  22:35:07
2318         Log: More Encode alias tidying.
2319      Branch: perlio
2320            + ext/Encode/Encode/koi8-r.ucm
2321            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
2322 ____________________________________________________________________________
2323 [  9050] By: jhi                                   on 2001/03/05  21:44:29
2324         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
2325              Sarathy's fix for ID 20010301.005.
2326      Branch: maint-5.6/perl
2327           !> op.c op.h
2328 ____________________________________________________________________________
2329 [  9049] By: nick                                  on 2001/03/05  19:54:04
2330         Log: Integrate Jarkko's Encode.pm tweak.
2331      Branch: perlio
2332           !> ext/Encode/Encode.pm
2333 ____________________________________________________________________________
2334 [  9048] By: nick                                  on 2001/03/05  19:47:57
2335         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
2336      Branch: perlio
2337           +> os2/os2add.sym
2338           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
2339           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
2340           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
2341           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
2342           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
2343 ____________________________________________________________________________
2344 [  9047] By: jhi                                   on 2001/03/05  19:25:26
2345         Log: Regen perlapi.
2346      Branch: perl
2347            ! pod/perlapi.pod
2348 ____________________________________________________________________________
2349 [  9046] By: jhi                                   on 2001/03/05  19:12:14
2350         Log: Integrate perlio.
2351      Branch: perl
2352           +> t/camel-III/vstring.t
2353           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
2354 ____________________________________________________________________________
2355 [  9045] By: jhi                                   on 2001/03/05  19:10:36
2356         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
2357      Branch: perl
2358            ! ext/Encode/Encode.pm
2359 ____________________________________________________________________________
2360 [  9044] By: jhi                                   on 2001/03/05  18:49:12
2361         Log: Forgot the other half of the PMOP patch (#9033).
2362      Branch: perl
2363            ! op.h
2364 ____________________________________________________________________________
2365 [  9043] By: nick                                  on 2001/03/05  18:14:47
2366         Log: Update MANIFEST for new test.
2367      Branch: perlio
2368            ! MANIFEST
2369 ____________________________________________________________________________
2370 [  9042] By: nick                                  on 2001/03/05  18:12:41
2371         Log: Some tests for Camel 3rd edition features.
2372              Make gethostbyaddr() test in above work.
2373      Branch: perlio
2374            + t/camel-III/vstring.t
2375            ! pp.h pp_sys.c t/TEST t/harness
2376 ____________________________________________________________________________
2377 [  9041] By: jhi                                   on 2001/03/05  17:41:48
2378         Log: Add more ISO 8859 encoding aliases.
2379      Branch: perl
2380            ! ext/Encode/Encode.pm
2381 ____________________________________________________________________________
2382 [  9040] By: jhi                                   on 2001/03/05  17:30:43
2383         Log: Integrate perlio.
2384      Branch: perl
2385           !> MANIFEST sv.c
2386 ____________________________________________________________________________
2387 [  9039] By: nick                                  on 2001/03/05  17:11:36
2388         Log: Missed added file.
2389      Branch: perlio
2390            ! MANIFEST
2391 ____________________________________________________________________________
2392 [  9038] By: jhi                                   on 2001/03/05  15:58:01
2393         Log: Add tr tests for EBCDIC, from Karsten Sperling.
2394      Branch: perl
2395            ! t/op/tr.t
2396 ____________________________________________________________________________
2397 [  9037] By: nick                                  on 2001/03/05  15:56:35
2398         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
2399              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
2400              
2401              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
2402              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
2403              - uses SvPV() rather than sv_2pv() in case it isn't a string.
2404      Branch: perlio
2405            ! sv.c
2406 ____________________________________________________________________________
2407 [  9036] By: jhi                                   on 2001/03/05  15:49:15
2408         Log: Add matching tests currently failing in EBCDIC,
2409              suggested by Karsten Sperling.
2410      Branch: perl
2411            ! t/op/pat.t
2412 ____________________________________________________________________________
2413 [  9035] By: jhi                                   on 2001/03/05  15:36:55
2414         Log: The #9034 needs a MANIFESTation.
2415      Branch: perl
2416            ! MANIFEST
2417 ____________________________________________________________________________
2418 [  9034] By: jhi                                   on 2001/03/05  15:35:14
2419         Log: Integrate perlio.
2420      Branch: perl
2421           +> ext/Encode/Encode/Tcl.pm
2422           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
2423           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
2424           !> ext/Encode/Encode/iso8859-1.ucm
2425           !> ext/Encode/Encode/iso8859-10.ucm
2426           !> ext/Encode/Encode/iso8859-13.ucm
2427           !> ext/Encode/Encode/iso8859-14.ucm
2428           !> ext/Encode/Encode/iso8859-15.ucm
2429           !> ext/Encode/Encode/iso8859-16.ucm
2430           !> ext/Encode/Encode/iso8859-2.ucm
2431           !> ext/Encode/Encode/iso8859-3.ucm
2432           !> ext/Encode/Encode/iso8859-4.ucm
2433           !> ext/Encode/Encode/iso8859-5.ucm
2434           !> ext/Encode/Encode/iso8859-6.ucm
2435           !> ext/Encode/Encode/iso8859-7.ucm
2436           !> ext/Encode/Encode/iso8859-8.ucm
2437           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
2438           !> t/lib/encode.t
2439 ____________________________________________________________________________
2440 [  9033] By: jhi                                   on 2001/03/05  15:33:18
2441         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
2442              From: Gurusamy Sarathy <gsar@ActiveState.com>
2443              Date: Sun, 04 Mar 2001 22:33:15 -0800
2444              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
2445              
2446              PMOPs need to remember their own stash so that they can
2447              gracefully remove themselves from their linked list.
2448      Branch: perl
2449            ! op.c
2450 ____________________________________________________________________________
2451 [  9032] By: nick                                  on 2001/03/05  14:51:50
2452         Log: Encode implementation "completion"
2453              Implement and document define_encoding()
2454              Implement and document encoding aliases including define_alias()
2455              Make Encode::XS use define_encoding() rather than back-door.
2456              Move run-time *.enc to separate Encode::Tcl module.
2457              Make 'compile' honour <codeset_name>
2458              Change canonical names of to iso-8859-* and US-ascii.
2459      Branch: perlio
2460            + ext/Encode/Encode/Tcl.pm
2461            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
2462            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
2463            ! ext/Encode/Encode/iso8859-1.ucm
2464            ! ext/Encode/Encode/iso8859-10.ucm
2465            ! ext/Encode/Encode/iso8859-13.ucm
2466            ! ext/Encode/Encode/iso8859-14.ucm
2467            ! ext/Encode/Encode/iso8859-15.ucm
2468            ! ext/Encode/Encode/iso8859-16.ucm
2469            ! ext/Encode/Encode/iso8859-2.ucm
2470            ! ext/Encode/Encode/iso8859-3.ucm
2471            ! ext/Encode/Encode/iso8859-4.ucm
2472            ! ext/Encode/Encode/iso8859-5.ucm
2473            ! ext/Encode/Encode/iso8859-6.ucm
2474            ! ext/Encode/Encode/iso8859-7.ucm
2475            ! ext/Encode/Encode/iso8859-8.ucm
2476            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
2477            ! t/lib/encode.t
2478 ____________________________________________________________________________
2479 [  9031] By: jhi                                   on 2001/03/05  13:51:17
2480         Log: Integrate change #9030 from maintperl into mainline.
2481              
2482              Subject: [PATCH 5.6.1] OS/2 cleanup
2483      Branch: perl
2484           +> os2/os2add.sym
2485           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2486           !> makedef.pl os2/Changes os2/Makefile.SHs
2487           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
2488           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
2489           !> os2/os2.sym os2/os2ish.h
2490 ____________________________________________________________________________
2491 [  9030] By: jhi                                   on 2001/03/05  13:46:49
2492         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
2493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2494              Date: Mon, 5 Mar 2001 02:29:44 -0500
2495              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
2496      Branch: maint-5.6/perl
2497            + os2/os2add.sym
2498            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2499            ! makedef.pl os2/Changes os2/Makefile.SHs
2500            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
2501            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
2502            ! os2/os2.sym os2/os2ish.h
2503 ____________________________________________________________________________
2504 [  9029] By: jhi                                   on 2001/03/05  13:40:35
2505         Log: Integrate change #9028 from maintperl into mainline.
2506              
2507              various nits in MM_Unix.pm found by disabling SelfLoader
2508      Branch: perl
2509           !> lib/ExtUtils/MM_Unix.pm
2510 ____________________________________________________________________________
2511 [  9028] By: gsar                                  on 2001/03/05  09:58:38
2512         Log: various nits in MM_Unix.pm found by disabling SelfLoader
2513      Branch: maint-5.6/perl
2514            ! lib/ExtUtils/MM_Unix.pm
2515 ____________________________________________________________________________
2516 [  9027] By: nick                                  on 2001/03/05  08:35:22
2517         Log: Integrate mainline
2518      Branch: perlio
2519           !> (integrate 28 files)
2520 ____________________________________________________________________________
2521 [  9026] By: jhi                                   on 2001/03/05  02:14:59
2522         Log: Integrate change #9025 from mainline to maintperl,
2523              retract \N{U+HHHH}.
2524      Branch: maint-5.6/perl
2525           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
2526           !> t/lib/charnames.t toke.c
2527 ____________________________________________________________________________
2528 [  9025] By: jhi                                   on 2001/03/05  02:13:09
2529         Log: Retracting \N{U+HHHH}.
2530      Branch: perl
2531            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
2532            ! t/lib/charnames.t toke.c
2533 ____________________________________________________________________________
2534 [  9024] By: jhi                                   on 2001/03/04  20:51:07
2535         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
2536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2537              Date: Fri, 02 Mar 2001 18:25:26 +0100
2538              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
2539              
2540              Casting problem.
2541      Branch: perl
2542            ! ext/Storable/Storable.xs
2543 ____________________________________________________________________________
2544 [  9023] By: jhi                                   on 2001/03/04  19:46:45
2545         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
2546              From: nick@talking.bollo.cx
2547              Date: Sat, 03 Mar 2001 21:41:33 +0000
2548              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
2549              
2550              Revert the workaround.
2551      Branch: perl
2552            ! perlio.c
2553 ____________________________________________________________________________
2554 [  9022] By: jhi                                   on 2001/03/04  19:36:28
2555         Log: Update Changes.
2556      Branch: perl
2557            ! Changes patchlevel.h
2558 ____________________________________________________________________________
2559 [  9021] By: jhi                                   on 2001/03/04  18:41:00
2560         Log: makedef.pl updates suggested by Chris Nandor; double-checking
2561              the changes in AIX, OS/2 Win32 would be nice.
2562      Branch: perl
2563            ! makedef.pl
2564 ____________________________________________________________________________
2565 [  9020] By: jhi                                   on 2001/03/04  18:23:58
2566         Log: Integrate change #9012 from maintperl into mainline,
2567              quench a compiler warning.
2568      Branch: perl
2569           !> toke.c
2570 ____________________________________________________________________________
2571 [  9019] By: jhi                                   on 2001/03/04  18:18:43
2572         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
2573              
2574              \N{U+HHHH} fix.
2575              
2576              pattern in G_ARRAY context
2577      Branch: maint-5.6/perl
2578           !> pp_hot.c t/op/pat.t toke.c
2579 ____________________________________________________________________________
2580 [  9018] By: jhi                                   on 2001/03/04  18:07:48
2581         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
2582              From: Jeff Pinyan <jeffp@crusoe.net>
2583              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
2584              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
2585      Branch: perl
2586            ! pp_hot.c t/op/pat.t
2587 ____________________________________________________________________________
2588 [  9017] By: jhi                                   on 2001/03/04  18:06:21
2589         Log: I thought I tested the #9014.
2590      Branch: perl
2591            ! toke.c
2592 ____________________________________________________________________________
2593 [  9016] By: jhi                                   on 2001/03/04  17:41:22
2594         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
2595              
2596              Tweak the get*ent() OS/2 prototypes.
2597              
2598              Add the \N{U+HHHH} syntax.
2599              
2600              More tr/// UTF-8 fixes from Inaba Hiroto.
2601      Branch: maint-5.6/perl
2602           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
2603           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
2604 ____________________________________________________________________________
2605 [  9015] By: jhi                                   on 2001/03/04  17:36:04
2606         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
2607      Branch: perl
2608            ! doop.c t/op/tr.t
2609 ____________________________________________________________________________
2610 [  9014] By: jhi                                   on 2001/03/04  17:24:49
2611         Log: Add the \N{U+HHHH} syntax.
2612      Branch: perl
2613            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
2614            ! t/lib/charnames.t toke.c
2615 ____________________________________________________________________________
2616 [  9013] By: jhi                                   on 2001/03/04  17:20:45
2617         Log: Tweak the get*ent() OS/2 prototypes.
2618      Branch: perl
2619            ! os2/os2.c
2620 ____________________________________________________________________________
2621 [  9012] By: gsar                                  on 2001/03/04  06:26:14
2622         Log: avoid warning (nit in change#9009)
2623      Branch: maint-5.6/perl
2624            ! toke.c
2625 ____________________________________________________________________________
2626 [  9011] By: gsar                                  on 2001/03/04  06:15:24
2627         Log: lib/charnames.t fails in 5.6.x because of older Unicode
2628              data
2629              
2630              TODO: need to revisit this after updating lib/unicode/...
2631      Branch: maint-5.6/perl
2632            ! t/lib/charnames.t
2633 ____________________________________________________________________________
2634 [  9010] By: gsar                                  on 2001/03/04  06:08:36
2635         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
2636      Branch: maint-5.6/perl
2637            ! toke.c
2638 ____________________________________________________________________________
2639 [  9009] By: jhi                                   on 2001/03/03  19:27:20
2640         Log: Integrate change #9008 from mainline to maintperl,
2641              UTF-8 tr/// fixes from Inaba Hiroto.
2642      Branch: maint-5.6/perl
2643           !> doop.c op.c t/op/tr.t toke.c
2644 ____________________________________________________________________________
2645 [  9008] By: jhi                                   on 2001/03/03  19:19:42
2646         Log: UTF8 tr/// fixes from Inaba Hiroto.
2647      Branch: perl
2648            ! doop.c op.c t/op/tr.t toke.c
2649 ____________________________________________________________________________
2650 [  9007] By: jhi                                   on 2001/03/03  19:00:30
2651         Log: Integrate change #9006 from maintperl to mainline,
2652              more robust quest for the infinite.
2653      Branch: perl
2654           !> lib/Math/Complex.pm
2655 ____________________________________________________________________________
2656 [  9006] By: jhi                                   on 2001/03/03  18:58:06
2657         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
2658              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2659              Date: Sat, 3 Mar 2001 12:51:50 -0500
2660              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
2661              
2662              Be more robust in our quest for the infinite.
2663      Branch: maint-5.6/perl
2664            ! lib/Math/Complex.pm
2665 ____________________________________________________________________________
2666 [  9005] By: jhi                                   on 2001/03/03  17:55:50
2667         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
2668      Branch: maint-5.6/perl
2669            ! doio.c
2670 ____________________________________________________________________________
2671 [  9004] By: jhi                                   on 2001/03/03  17:40:14
2672         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
2673              so that picky compilers like IRIX won't get huffy about
2674              "statements without effect" (like 1;).
2675      Branch: perl
2676            ! toke.c
2677 ____________________________________________________________________________
2678 [  9003] By: jhi                                   on 2001/03/03  17:15:52
2679         Log: Integrate change #9002 from mainline to maintperl.
2680              
2681              Subject: [perl-5.6.x, perl-current] accept for EPOC
2682      Branch: maint-5.6/perl
2683           !> pp_sys.c
2684 ____________________________________________________________________________
2685 [  9002] By: jhi                                   on 2001/03/03  17:14:30
2686         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
2687              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2688              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
2689              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
2690      Branch: perl
2691            ! pp_sys.c
2692 ____________________________________________________________________________
2693 [  9001] By: jhi                                   on 2001/03/03  17:13:13
2694         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
2695              From: "Craig A. Berry" <craigberry@mac.com>
2696              Date: Fri, 02 Mar 2001 17:44:40 -0600
2697              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
2698      Branch: perl
2699            ! t/pod/find.t
2700 ____________________________________________________________________________
2701 [  9000] By: jhi                                   on 2001/03/03  17:11:55
2702         Log: Integrate changes #8997,8999 from maintperl.
2703              
2704              Subject: [PATCH 5.6.1] compiling on OS/2
2705              (Better error message from hints/os2.sh)
2706              
2707              Subject: [PATCH 5.6.1] syslog.t
2708      Branch: perl
2709           !> hints/os2.sh t/lib/syslog.t
2710 ____________________________________________________________________________
2711 [  8999] By: jhi                                   on 2001/03/03  17:09:28
2712         Log: Subject: [PATCH 5.6.1] syslog.t
2713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2714              Date: Sat, 3 Mar 2001 02:11:17 -0500
2715              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
2716      Branch: maint-5.6/perl
2717            ! t/lib/syslog.t
2718 ____________________________________________________________________________
2719 [  8998] By: jhi                                   on 2001/03/03  17:07:50
2720         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
2721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2722              Date: Sat, 3 Mar 2001 01:53:52 -0500
2723              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
2724      Branch: maint-5.6/perl
2725            ! opcode.pl os2/os2.c
2726 ____________________________________________________________________________
2727 [  8997] By: jhi                                   on 2001/03/03  17:03:30
2728         Log: Subject: [PATCH 5.6.1] compiling on OS/2
2729              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2730              Date: Sat, 3 Mar 2001 01:59:59 -0500
2731              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
2732      Branch: maint-5.6/perl
2733            ! hints/os2.sh
2734 ____________________________________________________________________________
2735 [  8996] By: jhi                                   on 2001/03/03  00:55:58
2736         Log: Regen files for mainline.
2737      Branch: perl
2738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2739            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
2740 ____________________________________________________________________________
2741 [  8995] By: jhi                                   on 2001/03/03  00:35:22
2742         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
2743              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
2744              to maintperl.
2745              
2746              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
2747              
2748              Add Configure option -Dmksymlinks which will create a symlink
2749              forest if the current/build differs from the source directory.
2750              (8218,8220,8221,8317,8318,8971)
2751              
2752              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
2753              (Document APPLLIB_EXP in INSTALL.)
2754              
2755              If running byacc write-enable also perly.h.
2756              
2757              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
2758              
2759              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
2760              
2761              Sanity check for conflicting thread flavours.
2762              
2763              Fix the sys/fcntl.h problem reported by Peter Prymmer.
2764              
2765              Add few CPUs/architectures to the Cppsym scan,
2766              add -perlio to archname if so selected (modified 8890)
2767              
2768              Be more helpful for devel builders, suggested by John L. Allen.
2769              (admittedly pointless change for maintperl, but the usedevel
2770              code is there already)
2771      Branch: maint-5.6/perl
2772           !> Configure INSTALL Makefile.SH Porting/Glossary
2773           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
2774           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
2775           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
2776           !> win32/config.bc win32/config.gc win32/config.vc
2777 ____________________________________________________________________________
2778 [  8994] By: jhi                                   on 2001/03/02  23:31:41
2779         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
2780      Branch: metaconfig/U/perl
2781            ! gccvers.U
2782 ____________________________________________________________________________
2783 [  8993] By: jhi                                   on 2001/03/02  23:22:12
2784         Log: Regenerate various files for maint.
2785      Branch: maint-5.6/perl
2786            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
2787            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
2788 ____________________________________________________________________________
2789 [  8992] By: alanbur                               on 2001/03/02  22:48:34
2790         Log: Resync wuth parent
2791      Branch: maint-5.6/pureperl
2792           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
2793           !> (integrate 60 files)
2794 ____________________________________________________________________________
2795 [  8991] By: jhi                                   on 2001/03/02  21:00:08
2796         Log: Retract the #8742 part of #8986, backward compat.
2797      Branch: maint-5.6/perl
2798            ! embed.pl
2799 ____________________________________________________________________________
2800 [  8990] By: jhi                                   on 2001/03/02  20:40:07
2801         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
2802      Branch: maint-5.6/perl
2803            ! hv.c
2804 ____________________________________________________________________________
2805 [  8989] By: jhi                                   on 2001/03/02  19:59:56
2806         Log: Update Changes.
2807      Branch: perl
2808            ! Changes patchlevel.h
2809 ____________________________________________________________________________
2810 [  8988] By: jhi                                   on 2001/03/02  19:57:08
2811         Log: Integrate perlio.
2812      Branch: perl
2813           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
2814           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
2815           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
2816           !> ext/Encode/Encode/iso8859-10.ucm
2817           !> ext/Encode/Encode/iso8859-13.ucm
2818           !> ext/Encode/Encode/iso8859-14.ucm
2819           !> ext/Encode/Encode/iso8859-15.ucm
2820           !> ext/Encode/Encode/iso8859-16.ucm
2821           !> ext/Encode/Encode/iso8859-2.ucm
2822           !> ext/Encode/Encode/iso8859-3.ucm
2823           !> ext/Encode/Encode/iso8859-4.ucm
2824           !> ext/Encode/Encode/iso8859-5.ucm
2825           !> ext/Encode/Encode/iso8859-6.ucm
2826           !> ext/Encode/Encode/iso8859-7.ucm
2827           !> ext/Encode/Encode/iso8859-8.ucm
2828           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
2829           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
2830 ____________________________________________________________________________
2831 [  8987] By: jhi                                   on 2001/03/02  19:43:40
2832         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
2833              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
2834              8950,8952,8955 from mainline to maintperl.
2835              
2836              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
2837              
2838              Put to rest the 20010205.001, the email address checking (not) regex.
2839              
2840              fork() not everywhere, cleanup temp files.
2841              
2842              The #8843 wasn't quite right: %Config needs to imported.
2843              
2844              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
2845              (#8849: the glob-basic hunk needed massaging as it depended
2846              on Schwern's large-scale (unintegrated) patches)
2847              
2848              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
2849              
2850              Upgrade to CGI.pm 2.752, from Lincoln Stein.
2851              (Note: there were some conflicts due to EBCDIC and EPOC
2852              patches, in general I preferred the repository code.)
2853              (When 2.753 comes out, we need to synchronize.)
2854              
2855              Subject: [PATCH] fix for charnames above FFFF
2856              
2857              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
2858              
2859              If no sfio, no -lsfio.
2860              
2861              Run run/*.t also in minitest.
2862              
2863              Subject:  [PATCH perl 5.7.0] malloc message address offset
2864              
2865              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
2866              
2867              Subject: fix for parameter -Dm (for perl@8867)
2868              
2869              Subject: [PATCH: perl@8892] was Re: hashing order difference?
2870              (make the test more portable)
2871              
2872              Subject: Re: [PATCH] fix for charnames above FFFF
2873              
2874              Subject: Re: I'm losing the war...
2875              (hv_store() not working correctly in ENV_IS_CASELESS case.)
2876              
2877              Subject: Modified README.bs2000 
2878              
2879              Subject: [PATCH: perl@8935] -Dt padsv($var)
2880              
2881              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
2882              
2883              Subject: PATCH: extra tests to check on negative float to unsigned cast
2884              
2885              Subject: [PATCH] XPUSH[insp] was Re: progress
2886              
2887              Subject: Re: Compile with perlcc..
2888      Branch: maint-5.6/perl
2889           !> (integrate 36 files)
2890 ____________________________________________________________________________
2891 [  8986] By: jhi                                   on 2001/03/02  18:51:25
2892         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
2893              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
2894              to maintperl.
2895              
2896              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
2897              
2898              Subject: [DOC PATCH] overload.pm nits
2899              
2900              Add header for LIB$ prototypes (C. Berry)
2901              
2902              Convert fwrite()s to sockets to write()s, since some socket stacks
2903              don't take kindly to stdio.
2904              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
2905              (for often optional LNMs)
2906              Correct a few typos
2907              (C. Bailey)
2908              
2909              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
2910              
2911              De-cut-and-pasto.
2912              
2913              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
2914              
2915              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
2916              
2917              Upgrade to CPAN 1.59_54, from Andreas König.
2918              
2919              Bogus shebang.
2920              
2921              Subject: [PATCH] Document makepatch in Porting/patching
2922              
2923              UTF-8 documentation.
2924              
2925              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
2926              
2927              Sort the MANIFEST.
2928              
2929              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
2930              
2931              Subject: [PATCH @8807] toke.c cleanup: scan_str()
2932              
2933              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
2934              
2935              Add run/*.t to testables.
2936              
2937              TODO: integrate #8784.
2938      Branch: maint-5.6/perl
2939           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
2940           !> (integrate 28 files)
2941 ____________________________________________________________________________
2942 [  8985] By: nick                                  on 2001/03/02  18:15:45
2943         Log: Integrate mainline
2944      Branch: perlio
2945           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
2946           !> vms/vms.c
2947 ____________________________________________________________________________
2948 [  8984] By: jhi                                   on 2001/03/02  16:00:17
2949         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
2950              
2951              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
2952              5.004_05, and mention the suidperl August 2000 security problem.
2953              (#8978,#8981)
2954              
2955              Subject: [ID 20010301.004] Technically speaking in perldata
2956              
2957              Subject: [PATCH] File::Copy for bleadperl, maintperl
2958              
2959              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
2960              
2961              (The #8982, fix for 20010221.005 and 20010221.008,
2962              would be nice too but it didn't integrate cleanly.)
2963      Branch: maint-5.6/perl
2964           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
2965 ____________________________________________________________________________
2966 [  8983] By: jhi                                   on 2001/03/02  15:51:16
2967         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
2968              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2969              Date:     Thu, 1 Mar 2001 15:54:09 EST
2970              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
2971      Branch: perl
2972            ! vms/vms.c
2973 ____________________________________________________________________________
2974 [  8982] By: jhi                                   on 2001/03/02  15:43:31
2975         Log: Subject: Re: sync sync sync: have I missed any patches?
2976              From: Radu Greab <radu@netsoft.ro> 
2977              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
2978              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
2979              
2980              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
2981              was checking argv[0] regardless of whether a different pathname
2982              will actually be executed."  Test case not supplied because 
2983              drafting that, ironically enough, revealed another bug
2984              (or a feature).
2985      Branch: perl
2986            ! doio.c
2987 ____________________________________________________________________________
2988 [  8981] By: jhi                                   on 2001/03/02  15:28:03
2989         Log: Misdate in #8978.
2990      Branch: perl
2991            ! pod/perlfaq1.pod
2992 ____________________________________________________________________________
2993 [  8980] By: jhi                                   on 2001/03/02  15:24:20
2994         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
2995              From: Chris Nandor <pudge@pobox.com>
2996              Date: Wed, 28 Feb 2001 22:10:15 -0500
2997              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
2998      Branch: perl
2999            ! lib/File/Copy.pm
3000 ____________________________________________________________________________
3001 [  8979] By: jhi                                   on 2001/03/02  15:17:16
3002         Log: Subject: [ID 20010301.004] Technically speaking in perldata
3003              From: abela@geneanet.org
3004              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
3005              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
3006      Branch: perl
3007            ! pod/perldata.pod
3008 ____________________________________________________________________________
3009 [  8978] By: jhi                                   on 2001/03/02  15:15:27
3010         Log: Subject: [ID 20010301.003] ref to 5.004
3011              From: abela@geneanet.org
3012              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
3013              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
3014              
3015              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
3016              and mention the suidperl August 2000 security problem.
3017      Branch: perl
3018            ! pod/perlfaq1.pod
3019 ____________________________________________________________________________
3020 [  8977] By: alanbur                               on 2001/03/02  14:17:45
3021         Log: Resynchronised with parent
3022      Branch: maint-5.6/pureperl
3023           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
3024           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
3025           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
3026           !> vms/descrip_mms.template win32/win32.c win32/win32.h
3027           !> win32/win32iop.h
3028 ____________________________________________________________________________
3029 [  8976] By: nick                                  on 2001/03/01  23:25:30
3030         Log: Integrate mainline.
3031      Branch: perlio
3032            - t/op/qu.t
3033           !> (integrate 55 files)
3034 ____________________________________________________________________________
3035 [  8975] By: jhi                                   on 2001/03/01  16:51:34
3036         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
3037      Branch: perl
3038           !> toke.c
3039 ____________________________________________________________________________
3040 [  8974] By: gsar                                  on 2001/03/01  16:28:21
3041         Log: fix for bugid 20010226.008
3042              
3043              the problem was that some of the pointers (PL_last_lop and
3044              PL_last_uni specifically) into the lex buffers weren't correctly
3045              being invalidated when the buffer changed; this would leave the
3046              pointers pointing at an arbitrary location in the buffer if
3047              the buffer didn't need to be reallocated, or point into freed
3048              memory if the buffer had to be realloced
3049              
3050              TODO item for bugdb maintainers: check other seemingly random
3051              parser-related bugs--they might be cured by this
3052      Branch: maint-5.6/perl
3053            ! toke.c
3054 ____________________________________________________________________________
3055 [  8973] By: jhi                                   on 2001/03/01  02:23:25
3056         Log: Retract #8970 because of a completely mysterious core dump:
3057              adding the tests 241..244 causes op/pat dump core at test #25.
3058              The test needs a lot of whittling down before the bug can be solved.
3059      Branch: perl
3060            ! t/op/pat.t
3061 ____________________________________________________________________________
3062 [  8972] By: jhi                                   on 2001/03/01  01:58:38
3063         Log: Regen perlapi.
3064      Branch: perl
3065            ! pod/perlapi.pod
3066 ____________________________________________________________________________
3067 [  8971] By: jhi                                   on 2001/03/01  01:34:09
3068         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))
3069              From: Nicholas Clark <nick@ccl4.org>
3070              Date: Wed, 28 Feb 2001 23:28:49 +0000
3071              Message-ID: <20010228232849.A55187@plum.flirble.org>
3072              
3073              Allow a completely write protected source code tree
3074              when using the Configure -Dmksymlinks.
3075      Branch: perl
3076            ! embed.pl warnings.pl
3077 ____________________________________________________________________________
3078 [  8970] By: jhi                                   on 2001/03/01  01:32:04
3079         Log: Add back the EBCDIC character range tests (for matching).
3080      Branch: perl
3081            ! t/op/pat.t
3082 ____________________________________________________________________________
3083 [  8969] By: nick                                  on 2001/02/28  18:18:01
3084         Log: Add charname comments to .ucm files writen by 'compile',
3085              also order charmaps in those files by source encoding.
3086              regenerate distrubuted .ucm files
3087      Branch: perlio
3088            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
3089            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
3090            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
3091            ! ext/Encode/Encode/iso8859-10.ucm
3092            ! ext/Encode/Encode/iso8859-13.ucm
3093            ! ext/Encode/Encode/iso8859-14.ucm
3094            ! ext/Encode/Encode/iso8859-15.ucm
3095            ! ext/Encode/Encode/iso8859-16.ucm
3096            ! ext/Encode/Encode/iso8859-2.ucm
3097            ! ext/Encode/Encode/iso8859-3.ucm
3098            ! ext/Encode/Encode/iso8859-4.ucm
3099            ! ext/Encode/Encode/iso8859-5.ucm
3100            ! ext/Encode/Encode/iso8859-6.ucm
3101            ! ext/Encode/Encode/iso8859-7.ucm
3102            ! ext/Encode/Encode/iso8859-8.ucm
3103            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
3104            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
3105 ____________________________________________________________________________
3106 [  8968] By: jhi                                   on 2001/02/28  16:26:37
3107         Log: Expand usemorebits early if d_casti32 needs to be undefined.
3108      Branch: perl
3109            ! hints/hpux.sh hints/irix_6.sh
3110 ____________________________________________________________________________
3111 [  8967] By: jhi                                   on 2001/02/28  16:22:26
3112         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
3113              retract toke.c/qu parts of #8583, retract #8485, retract
3114              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
3115              op/length.t, and MANIFEST, and delete t/op/qu.t.
3116      Branch: perl
3117            - t/op/qu.t
3118            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
3119            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
3120            ! t/op/length.t toke.c
3121 ____________________________________________________________________________
3122 [  8966] By: jhi                                   on 2001/02/28  15:00:27
3123         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
3124              by not changing from pre-Unicode days into being Unicode-aware.
3125              Sniff.
3126      Branch: perl
3127            ! pp.c t/op/pack.t t/op/qu.t
3128 ____________________________________________________________________________
3129 [  8965] By: jhi                                   on 2001/02/28  14:37:55
3130         Log: Subject: Re: Errors in core PODs
3131              From: Michael Stevens <michael@etla.org> 
3132              Date: Fri, 23 Feb 2001 15:47:56 +0000
3133              Message-ID: <20010223154756.A7723@firedrake.org> 
3134      Branch: perl
3135            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
3136            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
3137            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
3138            ! x2p/a2p.pod
3139 ____________________________________________________________________________
3140 [  8964] By: jhi                                   on 2001/02/28  14:35:35
3141         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
3142              (The #8961 was too bold.)
3143      Branch: perl
3144            ! hints/hpux.sh hints/irix_6.sh
3145 ____________________________________________________________________________
3146 [  8963] By: jhi                                   on 2001/02/28  14:33:39
3147         Log: Subject: Re: sync sync sync: have I missed any patches?
3148              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3149              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
3150              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
3151              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
3152              
3153              Replace djSP with dSP.
3154      Branch: perl
3155            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
3156            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
3157            ! win32/perlhost.h
3158 ____________________________________________________________________________
3159 [  8962] By: jhi                                   on 2001/02/27  23:21:14
3160         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
3161      Branch: perl
3162            ! lib/Filter/Simple.pm
3163 ____________________________________________________________________________
3164 [  8961] By: jhi                                   on 2001/02/27  22:55:26
3165         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
3166              and this would be it.
3167      Branch: perl
3168            ! hints/hpux.sh hints/irix_6.sh
3169 ____________________________________________________________________________
3170 [  8960] By: jhi                                   on 2001/02/27  22:51:33
3171         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
3172              From: "Craig A. Berry" <craigberry@mac.com>
3173              Date: Tue, 27 Feb 2001 16:11:44 -0600
3174              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
3175      Branch: maint-5.6/perl
3176            ! configure.com vms/descrip_mms.template
3177 ____________________________________________________________________________
3178 [  8959] By: jhi                                   on 2001/02/27  22:47:23
3179         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
3180              From: "Craig A. Berry" <craigberry@mac.com>
3181              Date: Tue, 27 Feb 2001 16:11:44 -0600
3182              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
3183      Branch: perl
3184            ! configure.com vms/descrip_mms.template
3185 ____________________________________________________________________________
3186 [  8958] By: jhi                                   on 2001/02/27  15:16:42
3187         Log: Update Changes.
3188      Branch: perl
3189            ! Changes patchlevel.h
3190 ____________________________________________________________________________
3191 [  8957] By: jhi                                   on 2001/02/27  06:15:07
3192         Log: Subject: [5.6.x] EPOC additions
3193              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3194              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
3195              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
3196      Branch: maint-5.6/perl
3197            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
3198 ____________________________________________________________________________
3199 [  8956] By: jhi                                   on 2001/02/27  06:12:11
3200         Log: Subject: [perl-current] EPOC 
3201              From: Olaf Flebbe <O.Flebbe@science-computing.de>
3202              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
3203              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
3204      Branch: perl
3205            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
3206            ! epoc/epocish.c epoc/epocish.h pp_sys.c
3207 ____________________________________________________________________________
3208 [  8955] By: jhi                                   on 2001/02/27  05:59:50
3209         Log: Subject: Re: Compile with perlcc..
3210              From: Edward Peschko <edwardp@excitehome.net>
3211              Date: Mon, 26 Feb 2001 18:51:58 -0800
3212              Message-ID: <20010226185158.A9871@excitehome.net>
3213              
3214              plus add a simple usage message if no arguments given.
3215      Branch: perl
3216            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
3217            ! utils/Makefile utils/perlcc.PL win32/pod.mak
3218 ____________________________________________________________________________
3219 [  8954] By: nick                                  on 2001/02/26  21:02:59
3220         Log: Integrate mainline
3221      Branch: perlio
3222           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
3223           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
3224           !> t/op/sprintf.t
3225 ____________________________________________________________________________
3226 [  8953] By: jhi                                   on 2001/02/26  14:43:54
3227         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
3228              From: Nicholas Clark <nick@ccl4.org>
3229              Date: Mon, 26 Feb 2001 00:42:07 +0000
3230              Message-ID: <20010226004207.F23333@plum.flirble.org>
3231      Branch: perl
3232            ! pp_ctl.c
3233 ____________________________________________________________________________
3234 [  8952] By: jhi                                   on 2001/02/26  14:42:13
3235         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
3236              From: Simon Cozens <simon@netthink.co.uk>
3237              Date: Mon, 26 Feb 2001 12:23:48 +0000
3238              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
3239      Branch: perl
3240            ! pod/perlguts.pod
3241 ____________________________________________________________________________
3242 [  8951] By: jhi                                   on 2001/02/26  14:39:15
3243         Log: Subject: [PATCH] perlio - unknown layer
3244              From: Nicholas Clark <nick@ccl4.org>
3245              Date: Mon, 26 Feb 2001 00:27:19 +0000
3246              Message-ID: <20010226002719.E23333@plum.flirble.org>
3247      Branch: perl
3248            ! perlio.c
3249 ____________________________________________________________________________
3250 [  8950] By: jhi                                   on 2001/02/26  14:38:04
3251         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
3252              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
3253              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
3254              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
3255      Branch: perl
3256            ! t/op/bop.t
3257 ____________________________________________________________________________
3258 [  8949] By: jhi                                   on 2001/02/26  14:37:07
3259         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
3260              From: Peter Prymmer <pvhp@forte.com>
3261              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
3262              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
3263      Branch: perl
3264            ! lib/Test.pm
3265 ____________________________________________________________________________
3266 [  8948] By: jhi                                   on 2001/02/26  14:35:53
3267         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
3268              From: Radu Greab <radu@netsoft.ro>
3269              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
3270              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
3271      Branch: perl
3272            ! pod/perlop.pod
3273 ____________________________________________________________________________
3274 [  8947] By: jhi                                   on 2001/02/26  14:34:46
3275         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
3276              From: David Mitchell <davem@fdgroup.co.uk>
3277              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
3278              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
3279      Branch: perl
3280            ! run.c
3281 ____________________________________________________________________________
3282 [  8946] By: jhi                                   on 2001/02/26  14:32:37
3283         Log: Subject: Modified README.bs2000 
3284              From: Dorner Thomas <Thomas.Dorner@start.de>
3285              Date: Mon, 26 Feb 2001 09:22:17 +0100
3286              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
3287      Branch: perl
3288            ! README.bs2000
3289 ____________________________________________________________________________
3290 [  8945] By: jhi                                   on 2001/02/26  14:19:53
3291         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
3292              to maintperl, listing the known failures on the tests 129 and 130.
3293      Branch: maint-5.6/perl
3294           !> t/op/sprintf.t
3295 ____________________________________________________________________________
3296 [  8944] By: jhi                                   on 2001/02/26  14:14:15
3297         Log: Add more known sprintf failures.
3298      Branch: perl
3299            ! t/op/sprintf.t
3300 ____________________________________________________________________________
3301 [  8943] By: jhi                                   on 2001/02/26  13:56:22
3302         Log: perlglob.exe needs to be found in Win32, patch from
3303              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
3304              which needs external glob at mini-perl time."
3305      Branch: perl
3306            ! ext/Encode/compile
3307 ____________________________________________________________________________
3308 [  8942] By: jhi                                   on 2001/02/26  13:52:19
3309         Log: A missing dTHX from Vadim Konovalov.
3310      Branch: perl
3311            ! perlio.c
3312 ____________________________________________________________________________
3313 [  8941] By: jhi                                   on 2001/02/26  13:37:05
3314         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
3315      Branch: perl
3316            ! op.c
3317 ____________________________________________________________________________
3318 [  8940] By: jhi                                   on 2001/02/26  13:35:40
3319         Log: Integrate perlio.
3320      Branch: perl
3321           !> ext/Encode/Encode.pm
3322 ____________________________________________________________________________
3323 [  8939] By: nick                                  on 2001/02/25  23:47:09
3324         Log: Integrate mainline.
3325      Branch: perlio
3326           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
3327           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
3328 ____________________________________________________________________________
3329 [  8938] By: nick                                  on 2001/02/25  19:36:28
3330         Log: Encode implementations docs.
3331      Branch: perlio
3332            ! ext/Encode/Encode.pm
3333 ____________________________________________________________________________
3334 [  8937] By: jhi                                   on 2001/02/25  19:26:16
3335         Log: Script wasn't aligned with reality.
3336      Branch: perl
3337            ! t/pod/find.t
3338 ____________________________________________________________________________
3339 [  8936] By: jhi                                   on 2001/02/25  18:54:55
3340         Log: Update Changes.
3341      Branch: perl
3342            ! Changes patchlevel.h
3343 ____________________________________________________________________________
3344 [  8935] By: jhi                                   on 2001/02/25  18:46:36
3345         Log: Retract #8929,8930,8932,8933 for now.
3346      Branch: perl
3347            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
3348 ____________________________________________________________________________
3349 [  8934] By: jhi                                   on 2001/02/25  17:34:35
3350         Log: Integrate perlio.
3351      Branch: perl
3352           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
3353           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
3354           !> t/lib/encode.t
3355 ____________________________________________________________________________
3356 [  8933] By: jhi                                   on 2001/02/25  17:33:12
3357         Log: (Retracted by #8395.)
3358              
3359              Slight tweaks in scan_const(), not fixes yet, it seems like
3360              lots of work remains to be done...
3361      Branch: perl
3362            ! toke.c
3363 ____________________________________________________________________________
3364 [  8932] By: jhi                                   on 2001/02/25  17:27:11
3365         Log: (Retracted by #8395.)
3366              
3367              Missing from #8930.
3368      Branch: perl
3369            ! perl.h
3370 ____________________________________________________________________________
3371 [  8931] By: jhi                                   on 2001/02/25  17:26:19
3372         Log: A comment tweak.
3373      Branch: perl
3374            ! utf8.c
3375 ____________________________________________________________________________
3376 [  8930] By: jhi                                   on 2001/02/25  17:25:47
3377         Log: (Retracted by #8395.)
3378              
3379              Attempt to fix the EBCDIC character range problwm with //.
3380      Branch: perl
3381            ! regcomp.c
3382 ____________________________________________________________________________
3383 [  8929] By: jhi                                   on 2001/02/25  17:23:45
3384         Log: (Retracted by #8395.)
3385              
3386              Expand the EBCDIC character range tests, and add few nasty
3387              tr tests from Karsten Sperling.
3388      Branch: perl
3389            ! t/op/pat.t t/op/tr.t
3390 ____________________________________________________________________________
3391 [  8928] By: jhi                                   on 2001/02/25  17:18:49
3392         Log: Missing check-in.
3393      Branch: perl
3394            ! lib/Pod/Find.pm
3395 ____________________________________________________________________________
3396 [  8927] By: nick                                  on 2001/02/25  11:30:22
3397         Log: Change method names in Encode implementation classes to something
3398              less confusing (preparing to "go public").
3399      Branch: perlio
3400            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
3401 ____________________________________________________________________________
3402 [  8926] By: nick                                  on 2001/02/25  10:53:24
3403         Log: GCC __atribute__ / printf fix
3404      Branch: perlio
3405            ! perl.h
3406 ____________________________________________________________________________
3407 [  8925] By: nick                                  on 2001/02/25  10:52:25
3408         Log: Checked in the wrong one ...
3409      Branch: perlio
3410            ! ext/Encode/Encode.pm
3411 ____________________________________________________________________________
3412 [  8924] By: nick                                  on 2001/02/24  18:46:51
3413         Log: Integrate mainline - to see what Jarkko has in ...
3414      Branch: perlio
3415           +> t/pod/testpods/lib/Pod/Stuff.pm
3416           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
3417 ____________________________________________________________________________
3418 [  8923] By: nick                                  on 2001/02/24  17:05:23
3419         Log: Encode API documentation nd tidy up.
3420              Minor additions to test.
3421              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
3422              Adds STRLEN to standard typemap.
3423      Branch: perlio
3424            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
3425            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
3426 ____________________________________________________________________________
3427 [  8922] By: jhi                                   on 2001/02/24  16:38:12
3428         Log: Add a test for the "character range should match in EBCDIC
3429              if specified using explicit numerics" bug found by Karsten
3430              Sperling.
3431      Branch: perl
3432            ! t/op/pat.t
3433 ____________________________________________________________________________
3434 [  8921] By: jhi                                   on 2001/02/24  16:30:16
3435         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
3436              From: schwern@pobox.com
3437              Date: Fri, 23 Feb 2001 03:21:37 -0500
3438              Message-ID: <20010223032137.A26022@magnonel.guild.net>
3439              
3440              plus Charles Lane's fixes, plus tweaks.
3441      Branch: perl
3442            + t/pod/testpods/lib/Pod/Stuff.pm
3443            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
3444 ____________________________________________________________________________
3445 [  8920] By: nick                                  on 2001/02/24  10:30:11
3446         Log: Integrate mainline
3447      Branch: perlio
3448           !> (integrate 33 files)
3449 ____________________________________________________________________________
3450 [  8919] By: jhi                                   on 2001/02/24  00:23:35
3451         Log: Subject: Re: I'm losing the war...
3452              From: "Vadim Konovalov" <watman@inbox.ru>
3453              Date: Sat, 24 Feb 2001 00:10:14 +0300
3454              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
3455              
3456              hv_store() not working correctly in ENV_IS_CASELESS case.
3457      Branch: perl
3458            ! hv.c
3459 ____________________________________________________________________________
3460 [  8918] By: jhi                                   on 2001/02/24  00:20:09
3461         Log: Subject: Re: [PATCH] fix for charnames above FFFF
3462              From: andreas.koenig@anima.de (Andreas J. Koenig)
3463              Date: 23 Feb 2001 02:39:03 +0100
3464              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
3465              
3466              A further efficiency tweak.
3467      Branch: perl
3468            ! lib/charnames.pm
3469 ____________________________________________________________________________
3470 [  8917] By: jhi                                   on 2001/02/23  20:27:51
3471         Log: Integrate change #8916 from mainline,
3472              do away with USE_WIN32_RTL_ENV.
3473      Branch: maint-5.6/perl
3474           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
3475 ____________________________________________________________________________
3476 [  8916] By: jhi                                   on 2001/02/23  20:02:25
3477         Log: Abolish USE_WIN32_RTL_ENV.
3478      Branch: perl
3479            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
3480 ____________________________________________________________________________
3481 [  8915] By: jhi                                   on 2001/02/23  19:36:00
3482         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
3483              later protected by some #define.
3484      Branch: perl
3485            ! gv.c
3486 ____________________________________________________________________________
3487 [  8914] By: jhi                                   on 2001/02/23  19:31:38
3488         Log: Retract #8902 for now, requested by Charles Lane, the correct
3489              fix will be something else.
3490      Branch: perl
3491            ! op.c
3492 ____________________________________________________________________________
3493 [  8913] By: jhi                                   on 2001/02/23  19:11:36
3494         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
3495              From: Peter Prymmer <pvhp@forte.com>
3496              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
3497              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
3498      Branch: perl
3499            ! t/op/lex_assign.t
3500 ____________________________________________________________________________
3501 [  8912] By: jhi                                   on 2001/02/23  18:38:20
3502         Log: Subject: [patch] perlio + useithreads
3503              From: Doug MacEachern <dougm@covalent.net>
3504              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
3505              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
3506              
3507              Gets things running but not complete.
3508      Branch: perl
3509            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
3510 ____________________________________________________________________________
3511 [  8911] By: jhi                                   on 2001/02/23  04:20:02
3512         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
3513              
3514              Duplicated environment freeing, File::Temp 0.12,
3515              op/append portability (EBCDIC) tweak.
3516      Branch: maint-5.6/perl
3517           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3518           !> t/op/append.t
3519 ____________________________________________________________________________
3520 [  8910] By: jhi                                   on 2001/02/23  02:07:33
3521         Log: Integrate change #8909 from mainline, a better Borland
3522              putenv() workaround.
3523      Branch: maint-5.6/perl
3524           !> perl.c
3525 ____________________________________________________________________________
3526 [  8909] By: jhi                                   on 2001/02/23  02:05:46
3527         Log: A better workaround for Borland putenv() brokenness from Sarathy.
3528      Branch: perl
3529            ! perl.c
3530 ____________________________________________________________________________
3531 [  8908] By: jhi                                   on 2001/02/23  02:04:14
3532         Log: Subject: fix for parameter -Dm (for perl@8867)
3533              From: "Vadim Konovalov" <watman@inbox.ru>
3534              Date: Thu, 22 Feb 2001 17:30:12 +0300
3535              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
3536      Branch: perl
3537            ! perl.h
3538 ____________________________________________________________________________
3539 [  8907] By: jhi                                   on 2001/02/23  01:58:20
3540         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
3541              From: Peter Prymmer <pvhp@forte.com>
3542              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
3543              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
3544      Branch: perl
3545            ! t/op/append.t
3546 ____________________________________________________________________________
3547 [  8906] By: jhi                                   on 2001/02/23  01:48:34
3548         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
3549      Branch: perl
3550            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
3551 ____________________________________________________________________________
3552 [  8905] By: jhi                                   on 2001/02/23  01:43:30
3553         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
3554              From: Peter Prymmer <pvhp@forte.com>
3555              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
3556              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
3557      Branch: perl
3558            ! t/lib/st-06compat.t
3559 ____________________________________________________________________________
3560 [  8904] By: jhi                                   on 2001/02/23  01:42:39
3561         Log: Metaconfig unit change for #8903.
3562      Branch: metaconfig/U/perl
3563            ! Devel.U
3564 ____________________________________________________________________________
3565 [  8903] By: jhi                                   on 2001/02/23  01:42:12
3566         Log: Be more helpful for devel builders, suggested by John L. Allen.
3567      Branch: perl
3568            ! Configure
3569 ____________________________________________________________________________
3570 [  8902] By: jhi                                   on 2001/02/23  01:37:41
3571         Log: (Retracted by #8914)
3572              (Wrongly, reinstated by #8941)             
3573
3574              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
3575              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3576              Date:     Thu, 22 Feb 2001 09:43:57 EST
3577              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
3578      Branch: perl
3579            ! op.c
3580 ____________________________________________________________________________
3581 [  8901] By: jhi                                   on 2001/02/23  01:20:32
3582         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
3583              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3584              Date:     Thu, 22 Feb 2001 08:01:35 EST
3585              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
3586      Branch: perl
3587            ! malloc.c
3588 ____________________________________________________________________________
3589 [  8900] By: jhi                                   on 2001/02/23  01:18:02
3590         Log: Integrate changes #8898,8899 from mainline, environ handling.
3591      Branch: maint-5.6/perl
3592           !> perl.c
3593 ____________________________________________________________________________
3594 [  8899] By: jhi                                   on 2001/02/23  01:16:25
3595         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
3596              putenv() is not to be relied on, they are either broken or leaky
3597              or both.)
3598      Branch: perl
3599            ! perl.c
3600 ____________________________________________________________________________
3601 [  8898] By: jhi                                   on 2001/02/22  23:36:59
3602         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
3603              and safesysfree() must be used.
3604      Branch: perl
3605            ! perl.c
3606 ____________________________________________________________________________
3607 [  8897] By: jhi                                   on 2001/02/22  23:25:45
3608         Log: With environ one must use safesysmalloc()/safesysfree().
3609      Branch: perl
3610            ! perl.c
3611 ____________________________________________________________________________
3612 [  8896] By: jhi                                   on 2001/02/22  22:13:18
3613         Log: If we have a duplicated environment free it
3614              if PERL_DESTRUCT_LEVEL.
3615      Branch: perl
3616            ! perl.c
3617 ____________________________________________________________________________
3618 [  8895] By: alanbur                               on 2001/02/22  19:31:57
3619         Log: Synchronised with parent
3620      Branch: maint-5.6/pureperl
3621           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
3622 ____________________________________________________________________________
3623 [  8894] By: gsar                                  on 2001/02/22  19:06:18
3624         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
3625              
3626              fix memory leak in method call optimization (change#3768);
3627              made C<eval "$x->foo()"> leak
3628              
3629              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
3630      Branch: maint-5.6/perl
3631           !> op.c
3632 ____________________________________________________________________________
3633 [  8893] By: jhi                                   on 2001/02/22  18:35:27
3634         Log: (Retracted by #8915.)
3635              
3636              Third Degree finding:
3637              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
3638      Branch: perl
3639            ! gv.c
3640 ____________________________________________________________________________
3641 [  8892] By: jhi                                   on 2001/02/22  14:28:32
3642         Log: Update Changes.
3643      Branch: perl
3644            ! Changes patchlevel.h
3645 ____________________________________________________________________________
3646 [  8891] By: jhi                                   on 2001/02/22  13:22:45
3647         Log: Metaconfig unit changes for #8890.
3648      Branch: metaconfig
3649            ! U/modified/Cppsym.U U/threads/archname.U
3650 ____________________________________________________________________________
3651 [  8890] By: jhi                                   on 2001/02/22  13:22:12
3652         Log: Add -stdio to the archname if no perlio selected,
3653              no -perlio added since that is now the default.
3654              
3655              Add few CPUs/architectures to the Cppsym scan.
3656      Branch: perl
3657            ! Configure config_h.SH
3658 ____________________________________________________________________________
3659 [  8889] By: jhi                                   on 2001/02/22  13:05:59
3660         Log: Metaconfig unit change for #8888.
3661      Branch: metaconfig/U/perl
3662            ! useperlio.U
3663 ____________________________________________________________________________
3664 [  8888] By: jhi                                   on 2001/02/22  13:05:28
3665         Log: *drum roll*  Make perlio the default.
3666      Branch: perl
3667            ! Configure config_h.SH
3668 ____________________________________________________________________________
3669 [  8887] By: jhi                                   on 2001/02/22  12:50:52
3670         Log: Integrate change #8665 from maintperl to mainline,
3671              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
3672      Branch: perl
3673           !> ext/POSIX/POSIX.xs
3674 ____________________________________________________________________________
3675 [  8886] By: jhi                                   on 2001/02/22  12:49:24
3676         Log: Integrate changes #8883,8884 from mainline to maintperl.
3677              
3678              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
3679              Subject: Re: File::Temp::_gettemp warning
3680      Branch: maint-5.6/perl
3681           !> embed.h embed.pl lib/File/Temp.pm
3682 ____________________________________________________________________________
3683 [  8885] By: jhi                                   on 2001/02/22  12:43:59
3684         Log: Based on
3685              
3686              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
3687              From: schwab@suse.de
3688              Date: Thu, 22 Feb 2001 13:08:09 +0100
3689              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
3690              
3691              but the fix done slightly differently because the other
3692              half was already done in #8664.
3693      Branch: maint-5.6/perl
3694            ! ext/POSIX/POSIX.xs
3695 ____________________________________________________________________________
3696 [  8884] By: jhi                                   on 2001/02/22  12:37:15
3697         Log: Subject: Re: File::Temp::_gettemp warning
3698              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3699              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
3700              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
3701              
3702              This patch to File::Temp does two things:
3703              
3704              1. Fixes the problem with CGI::Carp when determining
3705              the Fcntl constants
3706              
3707              2. Removes most of the carps and consolidates them so that all the
3708              reasons are included in a single die that is caught by the test. This
3709              means that the correct skipping behaviour is displayed by the test.
3710      Branch: perl
3711            ! lib/File/Temp.pm
3712 ____________________________________________________________________________
3713 [  8883] By: jhi                                   on 2001/02/22  12:29:19
3714         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
3715              From: Peter Prymmer <pvhp@forte.com>
3716              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
3717              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
3718      Branch: perl
3719            ! embed.h embed.pl
3720 ____________________________________________________________________________
3721 [  8882] By: jhi                                   on 2001/02/21  19:41:33
3722         Log: Integrate change #8881 from mainlin to maintperl.
3723              
3724              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
3725      Branch: maint-5.6/perl
3726           !> op.c
3727 ____________________________________________________________________________
3728 [  8881] By: jhi                                   on 2001/02/21  19:38:57
3729         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
3730              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3731              Date:     Wed, 21 Feb 2001 13:08:03 EST
3732              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
3733      Branch: perl
3734            ! op.c
3735 ____________________________________________________________________________
3736 [  8880] By: jhi                                   on 2001/02/21  19:34:34
3737         Log: Retract #8875, cannot let go of the old semantics of unpack U
3738              without rethinking utf8decode.t.
3739      Branch: perl
3740            ! pp.c t/op/pack.t
3741 ____________________________________________________________________________
3742 [  8879] By: jhi                                   on 2001/02/21  19:08:02
3743         Log: Run run/*.t also in minitest.
3744      Branch: perl
3745            ! Makefile.SH
3746 ____________________________________________________________________________
3747 [  8878] By: nick                                  on 2001/02/21  18:55:37
3748         Log: Integrate mainline
3749      Branch: perlio
3750           !> (integrate 76 files)
3751 ____________________________________________________________________________
3752 [  8877] By: jhi                                   on 2001/02/21  15:09:33
3753         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
3754      Branch: metaconfig
3755            ! U/compline/nblock_io.U
3756      Branch: perl
3757            ! Configure config_h.SH
3758 ____________________________________________________________________________
3759 [  8876] By: jhi                                   on 2001/02/21  14:54:45
3760         Log: If no sfio, no -lsfio.
3761      Branch: metaconfig/U/perl
3762            ! d_sfio.U
3763      Branch: perl
3764            ! Configure config_h.SH
3765 ____________________________________________________________________________
3766 [  8875] By: jhi                                   on 2001/02/21  14:54:00
3767         Log: Make unpack C and unpack C truly equivalent.
3768      Branch: perl
3769            ! pp.c t/op/pack.t
3770 ____________________________________________________________________________
3771 [  8874] By: jhi                                   on 2001/02/21  14:26:02
3772         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
3773              From: Peter Prymmer <pvhp@forte.com>
3774              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
3775              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
3776      Branch: perl
3777            ! pod/perlport.pod
3778 ____________________________________________________________________________
3779 [  8873] By: jhi                                   on 2001/02/21  14:24:31
3780         Log: Subject: [PATCH] fix for charnames above FFFF
3781              From: andreas.koenig@anima.de (Andreas J. Koenig)
3782              Date: 21 Feb 2001 07:05:45 +0100
3783              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
3784      Branch: perl
3785            ! lib/charnames.pm t/lib/charnames.t
3786 ____________________________________________________________________________
3787 [  8872] By: jhi                                   on 2001/02/21  14:15:25
3788         Log: Integrate change #8868 from pureperl to mainline.
3789              
3790              Fixed reference count loop caused by sv_magic.
3791      Branch: perl
3792           !> sv.c
3793 ____________________________________________________________________________
3794 [  8871] By: jhi                                   on 2001/02/21  14:07:29
3795         Log: Integrate change #8868 from pureperl to maintperl.
3796              
3797              Fixed reference count loop caused by sv_magic.
3798      Branch: maint-5.6/perl
3799           !> sv.c
3800 ____________________________________________________________________________
3801 [  8870] By: jhi                                   on 2001/02/21  14:04:41
3802         Log: Put back the #8840, it was innocent.
3803      Branch: perl
3804            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3805            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
3806 ____________________________________________________________________________
3807 [  8869] By: jhi                                   on 2001/02/21  14:00:03
3808         Log: unpack("C", ...) was left slightly unfinished by #8865.
3809      Branch: perl
3810            ! pp.c t/op/pack.t
3811 ____________________________________________________________________________
3812 [  8868] By: alanbur                               on 2001/02/21  01:33:45
3813         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
3814              from gv_fetchpv to create single-character magic variables (e.g. $!),
3815              and it is passed a sv and the gv that contains the sv as the mg_obj
3816              value.  When sv_magic stores the mg_obj pointer it increments the gv
3817              refcount, thus causing a sv-gv pair that can't be freed.  There is
3818              already a check for sv == obj which is used to prevent such reference
3819              loops.  This change extends the check to cover the case described above.
3820      Branch: maint-5.6/pureperl
3821            ! sv.c
3822 ____________________________________________________________________________
3823 [  8867] By: jhi                                   on 2001/02/21  00:52:39
3824         Log: Update Changes.
3825      Branch: perl
3826            ! Changes patchlevel.h
3827 ____________________________________________________________________________
3828 [  8866] By: jhi                                   on 2001/02/21  00:34:20
3829         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
3830              (Note: there were some conflicts due to EBCDIC and EPOC
3831              patches, in general I preferred the repository code.)
3832              (When 2.753 comes out, we need to synchronize.)
3833      Branch: perl
3834            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
3835            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
3836            ! t/lib/cgi-html.t
3837 ____________________________________________________________________________
3838 [  8865] By: jhi                                   on 2001/02/21  00:24:22
3839         Log: Make pack("C", 0x100) to create Unicode, unless under the
3840              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
3841              will understand Unicode, unless you under know what.
3842      Branch: perl
3843            ! pp.c t/op/pack.t t/op/qu.t
3844 ____________________________________________________________________________
3845 [  8864] By: alanbur                               on 2001/02/20  22:35:34
3846         Log: Resynchronised with parent
3847      Branch: maint-5.6/pureperl
3848           !> README.win32 ext/GDBM_File/GDBM_File.pm
3849           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3850           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
3851           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3852           !> t/lib/sdbm.t util.c
3853 ____________________________________________________________________________
3854 [  8863] By: jhi                                   on 2001/02/20  20:55:11
3855         Log: Integrate change #8860,8861 from mainline into maintperl.
3856              
3857              "pseudo-literal j"
3858              
3859              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
3860      Branch: maint-5.6/perl
3861           !> lib/Test.pm pod/perlop.pod
3862 ____________________________________________________________________________
3863 [  8862] By: jhi                                   on 2001/02/20  20:30:07
3864         Log: Don't do casting between pointers pointing to differently sized
3865              integers.
3866      Branch: perl
3867            ! hv.c sv.c
3868 ____________________________________________________________________________
3869 [  8861] By: jhi                                   on 2001/02/20  19:53:44
3870         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
3871              From: Peter Prymmer <pvhp@forte.com>
3872              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
3873              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
3874      Branch: perl
3875            ! lib/Test.pm
3876 ____________________________________________________________________________
3877 [  8860] By: jhi                                   on 2001/02/20  19:48:02
3878         Log: "pseudo-literal j", a documentation glitch reported to Debian.
3879              The text recovered from Perl 5.005_03, and pseudo-literal replaced
3880              by "backtick string".
3881      Branch: perl
3882            ! pod/perlop.pod
3883 ____________________________________________________________________________
3884 [  8859] By: jhi                                   on 2001/02/20  19:15:46
3885         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
3886              from Chris Nandor.
3887      Branch: perl
3888            ! makedef.pl
3889 ____________________________________________________________________________
3890 [  8858] By: jhi                                   on 2001/02/20  17:36:53
3891         Log: Integrate pureperl changes #8844,8845,8850 to mainline
3892              (via maintperl #8855).
3893              
3894              Fixed %^H scoping bug
3895              
3896              Removed GV <-> CV refcount loop
3897              
3898              Removed %ENV refcount loop
3899      Branch: perl
3900           !> gv.c op.c perl.c pp.c scope.c
3901 ____________________________________________________________________________
3902 [  8857] By: jhi                                   on 2001/02/20  17:34:32
3903         Log: Integrate changes #8853,8854 from maintperl to mainline.
3904              
3905              EBDIC fixes, README.win32 Borland update.
3906      Branch: perl
3907           !> README.win32 handy.h util.c
3908 ____________________________________________________________________________
3909 [  8856] By: jhi                                   on 2001/02/20  17:33:16
3910         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
3911      Branch: maint-5.6/perl
3912           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
3913           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
3914           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
3915 ____________________________________________________________________________
3916 [  8855] By: jhi                                   on 2001/02/20  17:32:13
3917         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
3918              
3919              Fixed %^H scoping bug
3920              
3921              Removed GV <-> CV refcount loop
3922              
3923              Removed %ENV refcount loop
3924      Branch: maint-5.6/perl
3925           !> gv.c op.c perl.c pp.c scope.c
3926 ____________________________________________________________________________
3927 [  8854] By: jhi                                   on 2001/02/20  17:25:06
3928         Log: Subject: Addition to readme.win32 for Borland C++ compilers
3929              Date: Tue, 20 Feb 2001 02:15:25 +0300
3930              From: "Vadim Konovalov" <watman@inbox.ru>
3931              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
3932              
3933              Document Borland compiler misbehaviour.
3934      Branch: maint-5.6/perl
3935            ! README.win32
3936 ____________________________________________________________________________
3937 [  8853] By: jhi                                   on 2001/02/20  17:22:25
3938         Log: The assimilation of ebcdic.c didn't quite work at the first try,
3939              patches from Thomas Dorner.
3940      Branch: maint-5.6/perl
3941            ! handy.h util.c
3942 ____________________________________________________________________________
3943 [  8852] By: jhi                                   on 2001/02/20  17:20:15
3944         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
3945              From: Chris Nandor <pudge@pobox.com>
3946              Date: Tue, 20 Feb 2001 08:32:45 -0500
3947              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
3948      Branch: maint-5.6/perl
3949            ! makedef.pl mg.c
3950 ____________________________________________________________________________
3951 [  8851] By: jhi                                   on 2001/02/20  17:15:52
3952         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
3953      Branch: perl
3954            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
3955            ! t/lib/filter-util.t
3956 ____________________________________________________________________________
3957 [  8850] By: alanbur                               on 2001/02/20  17:12:40
3958         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
3959              and the magic pointer points back to the GV that contains the
3960              %ENV hash.  This creates a refcount loop that prevents members
3961              of %ENV from being freed correctly.  This change removes the
3962              refcount loop - the magic pointer was never used anyway, the
3963              only use of the magic was to check the type ('E') so that the
3964              appropriate environment manipulation code is called when %ENV
3965              is modified.
3966      Branch: maint-5.6/pureperl
3967            ! perl.c
3968 ____________________________________________________________________________
3969 [  8849] By: jhi                                   on 2001/02/20  17:12:20
3970         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
3971              From: "Craig A. Berry" <craigberry@mac.com>
3972              Date: Mon, 19 Feb 2001 23:36:12 -0600
3973              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
3974              
3975              Case-forgiving systems match TestInit.pm with TES*.
3976      Branch: perl
3977            ! t/lib/glob-basic.t
3978 ____________________________________________________________________________
3979 [  8848] By: jhi                                   on 2001/02/20  17:10:02
3980         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
3981      Branch: perl
3982            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
3983            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
3984            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
3985 ____________________________________________________________________________
3986 [  8847] By: jhi                                   on 2001/02/20  15:34:41
3987         Log: The #8843 wasn't quite right: %Config needs to imported.
3988      Branch: perl
3989            ! t/run/runenv.t
3990 ____________________________________________________________________________
3991 [  8846] By: jhi                                   on 2001/02/20  15:31:50
3992         Log: Retract the #8838 and #8840 for now because of
3993              the DB_File tie problem.
3994      Branch: perl
3995            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
3996            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
3997            ! proto.h sv.c
3998 ____________________________________________________________________________
3999 [  8845] By: alanbur                               on 2001/02/20  14:25:41
4000         Log: Removed GV <-> CV refcount loop
4001              CvGV(mycv) points to the parent GV of the CV, and was previously
4002              refcounted.  The pointer remains, but the refcounting has been removed
4003              as it causes a refcount loop between the CV and GV that means the CV
4004              can't ever be deleted.
4005      Branch: maint-5.6/pureperl
4006            ! gv.c op.c pp.c
4007 ____________________________________________________________________________
4008 [  8844] By: alanbur                               on 2001/02/20  14:23:13
4009         Log: Fixed %^H scoping bug
4010      Branch: maint-5.6/pureperl
4011            ! scope.c
4012 ____________________________________________________________________________
4013 [  8843] By: jhi                                   on 2001/02/19  13:38:08
4014         Log: fork() not everywhere, cleanup temp files.
4015      Branch: perl
4016            ! t/run/runenv.t
4017 ____________________________________________________________________________
4018 [  8842] By: alanbur                               on 2001/02/19  12:42:07
4019         Log: Resynchronised with parent
4020      Branch: maint-5.6/pureperl
4021           !> pod/perlfaq4.pod sv.c utf8.c
4022 ____________________________________________________________________________
4023 [  8841] By: jhi                                   on 2001/02/19  03:35:51
4024         Log: Update Changes.
4025      Branch: perl
4026            ! Changes patchlevel.h
4027 ____________________________________________________________________________
4028 [  8840] By: jhi                                   on 2001/02/19  00:23:41
4029         Log: Subject: [patch] add sv_setref_uv
4030              From: Doug MacEachern <dougm@covalent.net>
4031              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
4032              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
4033      Branch: perl
4034            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4035            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
4036 ____________________________________________________________________________
4037 [  8839] By: jhi                                   on 2001/02/19  00:01:38
4038         Log: Put to rest the 20010205.001, the email address checking (not) regex.
4039      Branch: perl
4040            ! pod/perlfaq9.pod
4041 ____________________________________________________________________________
4042 [  8838] By: jhi                                   on 2001/02/18  22:17:54
4043         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
4044              From: Doug MacEachern <dougm@covalent.net>
4045              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
4046              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
4047      Branch: perl
4048            ! lib/ExtUtils/xsubpp
4049 ____________________________________________________________________________
4050 [  8837] By: jhi                                   on 2001/02/18  22:16:50
4051         Log: Subject: [patch] -Wall cleanup round 2
4052              From: Doug MacEachern <dougm@covalent.net>
4053              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
4054              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
4055      Branch: perl
4056            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4057            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
4058            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
4059            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
4060            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4061            ! ext/SDBM_File/SDBM_File.xs
4062 ____________________________________________________________________________
4063 [  8836] By: jhi                                   on 2001/02/18  22:11:20
4064         Log: Misapplied regex optimizations when \C is present.
4065              Fixes 20001230.002.
4066              
4067              What still remains broken is that the submatches that
4068              have \C in them get their UTF8 flag on because their
4069              parent SV has it on.  This will result in malformed
4070              UTF8 if a \C happened to match a non-ASCII byte.
4071      Branch: perl
4072            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
4073            ! t/pragma/utf8.t
4074 ____________________________________________________________________________
4075 [  8835] By: jhi                                   on 2001/02/18  20:12:02
4076         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
4077              
4078              The hash key got wrongly UTF8fied.
4079      Branch: perl
4080            ! pod/perlapi.pod toke.c utf8.c
4081 ____________________________________________________________________________
4082 [  8834] By: jhi                                   on 2001/02/18  19:44:25
4083         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
4084              don't warn on magical or overloaded things.
4085      Branch: perl
4086            ! pp_hot.c
4087 ____________________________________________________________________________
4088 [  8833] By: nick                                  on 2001/02/18  19:31:22
4089         Log: Integrate mainline
4090      Branch: perlio
4091           +> t/TestInit.pm t/run/runenv.t
4092            - t/UTEST
4093           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
4094           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
4095           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
4096           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
4097           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
4098           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
4099           !> utf8.c
4100 ____________________________________________________________________________
4101 [  8832] By: jhi                                   on 2001/02/18  19:21:18
4102         Log: Integrate perlio.
4103      Branch: perl
4104           !> perlio.c pod/perldiag.pod
4105 ____________________________________________________________________________
4106 [  8831] By: jhi                                   on 2001/02/18  19:14:20
4107         Log: Integrate change #8827 from mainline.
4108              
4109              UTF8 tweaks.
4110      Branch: maint-5.6/perl
4111           !> sv.c utf8.c
4112 ____________________________________________________________________________
4113 [  8830] By: nick                                  on 2001/02/18  19:10:34
4114         Log: Apply the spirit of patch from Nick Clark:
4115              Subject: [PATCH] Re: extensions that provide layers
4116              From: Nicholas Clark <nick@ccl4.org>
4117              Date: Mon, 12 Feb 2001 16:43:51 +0000
4118              Message-Id: <20010212164350.Q3652@plum.flirble.org>
4119      Branch: perlio
4120            ! perlio.c pod/perldiag.pod
4121 ____________________________________________________________________________
4122 [  8829] By: jhi                                   on 2001/02/18  19:03:25
4123         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
4124              From: schwern@pobox.com 
4125              Date: Sun, 18 Feb 2001 13:44:35 -0500
4126              Message-ID: <20010218134435.A17544@magnonel.guild.net>
4127              
4128              Applied, but as t/TestInit.pm.
4129      Branch: perl
4130            + t/TestInit.pm
4131            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
4132            ! t/op/subst_wamp.t
4133 ____________________________________________________________________________
4134 [  8828] By: jhi                                   on 2001/02/18  18:43:52
4135         Log: Integrate perlio.
4136      Branch: perl
4137           !> perlio.c
4138 ____________________________________________________________________________
4139 [  8827] By: jhi                                   on 2001/02/18  18:41:33
4140         Log: UTF-8 tweaks.
4141      Branch: perl
4142            ! sv.c utf8.c
4143 ____________________________________________________________________________
4144 [  8826] By: nick                                  on 2001/02/18  17:40:59
4145         Log: Fix [ID 20010217.002]
4146              open FOO, "<:raw:perlio", ...
4147              :raw now inserts default base layer below itself.
4148              Also
4149              open FOO, "<:unix", ...
4150              works as well - but leaves buffer layer on stack under the unix layer.
4151      Branch: perlio
4152            ! perlio.c
4153 ____________________________________________________________________________
4154 [  8825] By: jhi                                   on 2001/02/18  17:15:39
4155         Log: Integrate perlio.
4156      Branch: perl
4157           !> perlio.c perliol.h
4158 ____________________________________________________________________________
4159 [  8824] By: jhi                                   on 2001/02/18  17:10:53
4160         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
4161              From: schwern@pobox.com
4162              Date: Sun, 18 Feb 2001 01:48:50 -0500
4163              Message-ID: <20010218014850.C19957@magnonel.guild.net>
4164      Branch: perl
4165            ! lib/Test/Harness.pm t/TEST t/op/chop.t
4166 ____________________________________________________________________________
4167 [  8823] By: jhi                                   on 2001/02/18  17:01:06
4168         Log: Add run/*.t to testables.
4169      Branch: perl
4170            ! t/TEST
4171 ____________________________________________________________________________
4172 [  8822] By: jhi                                   on 2001/02/18  16:58:58
4173         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
4174              From: schwern@pobox.com
4175              Date: Sun, 18 Feb 2001 01:11:35 -0500
4176              Message-ID: <20010218011135.A19957@magnonel.guild.net>
4177              
4178              Revive mjd's and Simon's PERL5OPT fix.
4179      Branch: perl
4180            + t/run/runenv.t
4181            ! MANIFEST perl.c
4182 ____________________________________________________________________________
4183 [  8821] By: jhi                                   on 2001/02/18  16:53:46
4184         Log: Subject: Re: Why t/TEST and not Test::Harness?
4185              From: schwern@pobox.com
4186              Date: Sat, 17 Feb 2001 22:44:44 -0500
4187              Message-ID: <20010217224444.A6679@magnonel.guild.net>
4188              
4189              Replace UTEST with TEST -utf8.
4190      Branch: perl
4191            - t/UTEST
4192            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
4193            ! t/lib/glob-basic.t
4194 ____________________________________________________________________________
4195 [  8820] By: nick                                  on 2001/02/18  13:06:16
4196         Log: Clean up a few core dumps when layers are used in unexpected ways.
4197              (Still not "right"...)
4198      Branch: perlio
4199            ! perlio.c perliol.h
4200 ____________________________________________________________________________
4201 [  8819] By: jhi                                   on 2001/02/18  02:25:55
4202         Log: Integrate change #8818 from maintperl, a FAQ nit.
4203      Branch: perl
4204           !> pod/perlfaq4.pod
4205 ____________________________________________________________________________
4206 [  8818] By: jhi                                   on 2001/02/18  02:24:50
4207         Log: FAQ nit from Chris Fedde.
4208      Branch: maint-5.6/perl
4209            ! pod/perlfaq4.pod
4210 ____________________________________________________________________________
4211 [  8817] By: nick                                  on 2001/02/17  18:20:14
4212         Log: Integrate mainline
4213      Branch: perlio
4214           +> lib/unicode/UCD.html lib/unicode/Unicode.html
4215           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
4216           +> pod/perlclib.pod
4217            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
4218            - lib/unicode/Unicode.301
4219           !> (integrate 324 files)
4220 ____________________________________________________________________________
4221 [  8816] By: jhi                                   on 2001/02/17  16:56:58
4222         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
4223      Branch: perl
4224            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4225            ! ext/Storable/Storable.xs t/lib/st-06compat.t
4226            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
4227 ____________________________________________________________________________
4228 [  8815] By: jhi                                   on 2001/02/17  16:40:07
4229         Log: Subject: [patch] -Wall
4230              From: Doug MacEachern <dougm@covalent.net>
4231              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
4232              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
4233      Branch: perl
4234            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
4235            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
4236 ____________________________________________________________________________
4237 [  8814] By: jhi                                   on 2001/02/16  19:27:18
4238         Log: Document qu better.
4239      Branch: perl
4240            ! pod/perlop.pod
4241 ____________________________________________________________________________
4242 [  8813] By: jhi                                   on 2001/02/15  13:54:37
4243         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
4244              From: Hugo <hv@crypt.compulink.co.uk>
4245              Date: Thu, 15 Feb 2001 13:39:49 +0000
4246              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
4247      Branch: perl
4248            ! toke.c
4249 ____________________________________________________________________________
4250 [  8812] By: alanbur                               on 2001/02/15  13:52:16
4251         Log: Resynchronised with parent
4252      Branch: maint-5.6/pureperl
4253            - ebcdic.c
4254           !> (integrate 36 files)
4255 ____________________________________________________________________________
4256 [  8811] By: jhi                                   on 2001/02/15  13:51:16
4257         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
4258              
4259              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
4260              From: Jan Dubois <JanD@ActiveState.com>
4261              Date: Wed, 31 Jan 2001 21:17:03 -0800
4262              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
4263              
4264              tweak change#8659 to keep it simple
4265              
4266              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
4267              From: Russ Allbery <rra@stanford.edu>
4268              Date: 14 Feb 2001 10:15:41 -0800
4269              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
4270              
4271              (8809 empty)
4272
4273              Upgrade to podlators 1.08, from Russ Allbery.
4274      Branch: perl
4275           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
4276           !> utils/perldoc.PL
4277 ____________________________________________________________________________
4278 [  8810] By: jhi                                   on 2001/02/15  13:35:08
4279         Log: Upgrade to podlators 1.08, from Russ Allbery.
4280      Branch: maint-5.6/perl
4281            ! lib/Pod/Man.pm lib/Pod/Text.pm
4282 ____________________________________________________________________________
4283 [  8809] By: jhi                                   on 2001/02/15  13:26:38
4284         Log: (accidentally empty check-in)
4285      Branch: maint-5.6/perl
4286            ! lib/Test/Harness.pm
4287 ____________________________________________________________________________
4288 [  8808] By: jhi                                   on 2001/02/15  13:23:47
4289         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
4290              From: Russ Allbery <rra@stanford.edu>
4291              Date: 14 Feb 2001 10:15:41 -0800
4292              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
4293              
4294              perldoc was hardcoding $Config{installscript}, which breaks
4295              when install* isn't where Perl ends up (such as with AFS).
4296              
4297              Use $Config{scriptdir} instead.
4298      Branch: maint-5.6/perl
4299            ! utils/perldoc.PL
4300 ____________________________________________________________________________
4301 [  8807] By: jhi                                   on 2001/02/14  14:37:27
4302         Log: Update Changes.
4303      Branch: perl
4304            ! Changes patchlevel.h
4305 ____________________________________________________________________________
4306 [  8806] By: jhi                                   on 2001/02/14  14:25:31
4307         Log: Integrate changes #8803,8804,8805 from mainline.
4308              
4309              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
4310              
4311              Don't skip too much of the locale error message if no environ array,
4312              from Chris Nandor.
4313              
4314              More MacOS Classic fixes from Chris Nandor.
4315      Branch: maint-5.6/perl
4316           !> doop.c lib/Cwd.pm perl.c perl.h util.c
4317 ____________________________________________________________________________
4318 [  8805] By: jhi                                   on 2001/02/14  03:29:01
4319         Log: More MacOS Classic fixes from Chris Nandor.
4320      Branch: perl
4321            ! doop.c lib/Cwd.pm
4322 ____________________________________________________________________________
4323 [  8804] By: jhi                                   on 2001/02/14  03:18:35
4324         Log: Don't skip too much of the locale error message if no environ array,
4325              from Chris Nandor.
4326      Branch: perl
4327            ! util.c
4328 ____________________________________________________________________________
4329 [  8803] By: jhi                                   on 2001/02/14  03:14:14
4330         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
4331      Branch: perl
4332            ! perl.c perl.h
4333 ____________________________________________________________________________
4334 [  8802] By: jhi                                   on 2001/02/13  18:31:33
4335         Log: AUTHORS update.
4336      Branch: perl
4337            ! AUTHORS
4338 ____________________________________________________________________________
4339 [  8801] By: jhi                                   on 2001/02/13  17:55:19
4340         Log: Integrate change #8792 from mainline.
4341              
4342              Subject: buncha MacPerl patches for bleadperl
4343              From: Chris Nandor <pudge@pobox.com>
4344              Date: Tue, 13 Feb 2001 00:02:43 -0500
4345              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
4346      Branch: maint-5.6/perl
4347           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
4348           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
4349           !> t/lib/basename.t toke.c util.h
4350 ____________________________________________________________________________
4351 [  8800] By: jhi                                   on 2001/02/13  17:46:43
4352         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
4353              to be forced to Off_t.
4354              
4355              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
4356              From: nick@ccl4.org
4357              Date: Thu, 1 Feb 2001 12:01:04 +0000
4358              Message-Id: <20010201120103.E11401@plum.flirble.org>
4359      Branch: maint-5.6/perl
4360            ! iperlsys.h perlio.c
4361 ____________________________________________________________________________
4362 [  8799] By: jhi                                   on 2001/02/13  16:52:51
4363         Log: Duplex duplex hunk hunk.
4364      Branch: maint-5.6/perl
4365            ! Makefile.SH
4366 ____________________________________________________________________________
4367 [  8797] By: jhi                                   on 2001/02/13  14:52:04
4368         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
4369              From: "Craig A. Berry" <craigberry@mac.com>
4370              Date: Mon, 12 Feb 2001 11:05:25 -0600
4371              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
4372      Branch: perl
4373            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
4374 ____________________________________________________________________________
4375 [  8796] By: jhi                                   on 2001/02/13  14:36:47
4376         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
4377              From: simon.cozens@pembroke.oxford.ac.uk 
4378              Date: Sat, 10 Feb 2001 17:57:02 +0000
4379              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
4380              
4381              Now it does include.
4382      Branch: perl
4383            ! pod/perldiag.pod
4384 ____________________________________________________________________________
4385 [  8795] By: jhi                                   on 2001/02/13  14:30:11
4386         Log: Sort the MANIFEST.
4387      Branch: perl
4388            ! MANIFEST
4389 ____________________________________________________________________________
4390 [  8794] By: jhi                                   on 2001/02/13  14:26:51
4391         Log: Integrate change #8793 from mainline, FAQ updates.
4392      Branch: maint-5.6/perl
4393           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
4394 ____________________________________________________________________________
4395 [  8793] By: jhi                                   on 2001/02/13  14:25:13
4396         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
4397      Branch: perl
4398            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
4399 ____________________________________________________________________________
4400 [  8792] By: jhi                                   on 2001/02/13  14:22:50
4401         Log: Subject: buncha MacPerl patches for bleadperl
4402              From: Chris Nandor <pudge@pobox.com>
4403              Date: Tue, 13 Feb 2001 00:02:43 -0500
4404              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
4405      Branch: perl
4406            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
4407            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
4408            ! t/lib/basename.t toke.c util.h
4409 ____________________________________________________________________________
4410 [  8791] By: jhi                                   on 2001/02/13  14:10:39
4411         Log: Integrate change #8790 from mainline.
4412              
4413              environ array wrongly assumed in Perl_init_i18nl10n(),
4414      Branch: maint-5.6/perl
4415           !> util.c
4416 ____________________________________________________________________________
4417 [  8790] By: jhi                                   on 2001/02/13  14:06:15
4418         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
4419              noticed by Chris Nandor in MacOS Classic.
4420      Branch: perl
4421            ! util.c
4422 ____________________________________________________________________________
4423 [  8789] By: jhi                                   on 2001/02/13  13:58:07
4424         Log: Integrate changes #8373,8487,8544,8783 from mainline.
4425              
4426              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
4427              hints files, the dynaloading, assimilate ebcdic into util.c.
4428      Branch: maint-5.6/perl
4429            - ebcdic.c
4430            ! MANIFEST hints/posix-bc.sh
4431           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
4432           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
4433           !> perlapi.c proto.h util.c
4434 ____________________________________________________________________________
4435 [  8788] By: alanbur                               on 2001/02/13  10:33:13
4436         Log: Integrated changes from maint-5.6
4437      Branch: maint-5.6/pureperl
4438           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
4439           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
4440           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4441           !> vos/config.ga.h vos/configure_perl.cm
4442 ____________________________________________________________________________
4443 [  8787] By: jhi                                   on 2001/02/13  05:56:36
4444         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
4445      Branch: perl
4446           !> Makefile.SH
4447 ____________________________________________________________________________
4448 [  8786] By: jhi                                   on 2001/02/13  05:54:34
4449         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
4450              From: Dorner Thomas <Thomas.Dorner@start.de>
4451              Date: Mon, 12 Feb 2001 15:06:26 +0100
4452              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
4453      Branch: maint-5.6/perl
4454            ! Makefile.SH
4455 ____________________________________________________________________________
4456 [  8785] By: jhi                                   on 2001/02/13  05:29:04
4457         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
4458      Branch: perl
4459           !> hints/openbsd.sh
4460 ____________________________________________________________________________
4461 [  8784] By: jhi                                   on 2001/02/13  02:25:24
4462         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
4463              From: Peter Prymmer <pvhp@forte.com>
4464              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
4465              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
4466      Branch: perl
4467            ! pod/perlclib.pod
4468 ____________________________________________________________________________
4469 [  8783] By: jhi                                   on 2001/02/13  02:22:36
4470         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
4471      Branch: perl
4472            - ebcdic.c
4473            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
4474            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
4475            ! util.c
4476 ____________________________________________________________________________
4477 [  8782] By: jhi                                   on 2001/02/13  02:00:07
4478         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
4479      Branch: maint-5.6/perl
4480            ! pod/perlport.pod
4481 ____________________________________________________________________________
4482 [  8781] By: jhi                                   on 2001/02/13  01:58:44
4483         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
4484      Branch: maint-5.6/perl
4485            ! hints/openbsd.sh
4486 ____________________________________________________________________________
4487 [  8780] By: jhi                                   on 2001/02/13  01:57:33
4488         Log: Synchronize the regexp tests between maintperl and mainline.
4489      Branch: maint-5.6/perl
4490           !> t/op/re_tests
4491 ____________________________________________________________________________
4492 [  8779] By: jhi                                   on 2001/02/13  01:49:35
4493         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
4494              From: Hugo <hv@crypt.compulink.co.uk>
4495              Date: Tue, 13 Feb 2001 00:11:11 +0000
4496              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
4497      Branch: perl
4498            ! regcomp.c t/op/re_tests
4499 ____________________________________________________________________________
4500 [  8778] By: jhi                                   on 2001/02/13  00:23:10
4501         Log: Comments do not nest.
4502      Branch: perl
4503            ! perl.h
4504 ____________________________________________________________________________
4505 [  8777] By: jhi                                   on 2001/02/13  00:17:54
4506         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
4507              From: Hugo <hv@crypt.compulink.co.uk>
4508              Date: Tue, 13 Feb 2001 00:11:11 +0000
4509              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
4510      Branch: maint-5.6/perl
4511            ! regcomp.c t/op/re_tests
4512 ____________________________________________________________________________
4513 [  8776] By: jhi                                   on 2001/02/12  23:25:52
4514         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
4515      Branch: maint-5.6/perl
4516            ! pod/perlport.pod
4517 ____________________________________________________________________________
4518 [  8775] By: jhi                                   on 2001/02/12  23:04:28
4519         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
4520      Branch: maint-5.6/perl
4521            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
4522            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
4523            ! vos/configure_perl.cm
4524 ____________________________________________________________________________
4525 [  8774] By: jhi                                   on 2001/02/12  22:59:11
4526         Log: Subject: Re: [patch] context for 'U' magic functions
4527              From: Doug MacEachern <dougm@covalent.net>
4528              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
4529              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
4530              
4531              plus the suggestion by Nick Ing-Simmons to name the macro
4532              as PERL_MG_UFUNC to avoid namespace pollution, plus add
4533              the advice by Doug for XS writers to perl.h
4534      Branch: perl
4535            ! mg.c perl.h
4536 ____________________________________________________________________________
4537 [  8773] By: jhi                                   on 2001/02/11  20:14:12
4538         Log: Update Changes.
4539      Branch: perl
4540            ! Changes patchlevel.h
4541 ____________________________________________________________________________
4542 [  8772] By: jhi                                   on 2001/02/11  18:47:52
4543         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
4544              From: Simon Cozens <simon@cozens.net>
4545              Date: Wed, 31 Jan 2001 16:31:43 +0000
4546              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
4547      Branch: perl
4548            + pod/perlclib.pod
4549            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
4550            ! pod/perltoc.pod
4551 ____________________________________________________________________________
4552 [  8771] By: jhi                                   on 2001/02/11  18:36:48
4553         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
4554              
4555              Blocks-4d3.beta.txt
4556              CaseFolding-3d4.beta.txt
4557              CompositionExclusions-3d6.beta.txt
4558              EastAsianWidth-4d4.beta.txt
4559              LineBreak-6d3.beta.txt
4560              NamesList-3.1.0d1.beta.txt
4561              PropList-3.1.0d4.beta.txt
4562              SpecialCasing-4d1.beta.txt
4563              UnicodeData-3.1.0d6.beta.txt
4564      Branch: perl
4565            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
4566           +> lib/unicode/UCD.html lib/unicode/Unicode.html
4567            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
4568            - lib/unicode/Unicode.301
4569            ! (edit 257 files)
4570 ____________________________________________________________________________
4571 [  8770] By: jhi                                   on 2001/02/11  17:26:22
4572         Log: UTF-8 documentation.
4573      Branch: perl
4574            ! utf8.h
4575 ____________________________________________________________________________
4576 [  8769] By: jhi                                   on 2001/02/11  17:12:49
4577         Log: Retract #8762.
4578      Branch: perl
4579            ! regexec.c
4580 ____________________________________________________________________________
4581 [  8768] By: jhi                                   on 2001/02/11  16:54:45
4582         Log: Subject: [PATCH] Test::Harness
4583              From: andreas.koenig@anima.de (Andreas J. Koenig)
4584              Date: 11 Feb 2001 14:37:00 +0100
4585              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
4586      Branch: perl
4587            ! lib/Test/Harness.pm
4588 ____________________________________________________________________________
4589 [  8767] By: jhi                                   on 2001/02/11  16:53:52
4590         Log: Subject: [PATCH] Document makepatch in Porting/patching
4591              From: andreas.koenig@anima.de (Andreas J. Koenig)
4592              Date: 11 Feb 2001 16:46:28 +0100
4593              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
4594      Branch: perl
4595            ! Porting/patching.pod
4596 ____________________________________________________________________________
4597 [  8766] By: jhi                                   on 2001/02/11  06:30:23
4598         Log: Subject: Re: [patch] GvSHARED
4599              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
4600              From: Doug MacEachern <dougm@covalent.net>
4601              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
4602              
4603              Subject: Re: [patch] GvSHARED
4604              From: Doug MacEachern <dougm@covalent.net>
4605              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
4606              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
4607              
4608              Subject: [patch] attributes.pm support for `shared'
4609              From: Doug MacEachern <dougm@covalent.net>
4610              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
4611              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
4612              
4613              our() attributes were ignored, our :shared pieces missing,
4614              allow attributes.pm to turn on shared.
4615      Branch: perl
4616            ! op.c t/op/attrs.t toke.c xsutils.c
4617 ____________________________________________________________________________
4618 [  8765] By: alanbur                               on 2001/02/10  23:11:19
4619         Log: Resync with parent (hopefully sucessfully this time)
4620      Branch: maint-5.6/pureperl
4621           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
4622           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
4623           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
4624           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
4625           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
4626           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
4627           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
4628 ____________________________________________________________________________
4629 [  8764] By: jhi                                   on 2001/02/10  22:54:38
4630         Log: Make TEST and UTEST more verbose in case something goes
4631              wrong in running/compiling a script, suggested by Doug
4632              MacEachern.
4633      Branch: perl
4634            ! t/TEST t/UTEST
4635 ____________________________________________________________________________
4636 [  8763] By: jhi                                   on 2001/02/10  22:11:34
4637         Log: Bogus shebang.
4638      Branch: perl
4639            ! t/lib/texttabs.t
4640 ____________________________________________________________________________
4641 [  8762] By: jhi                                   on 2001/02/10  21:56:02
4642         Log: (Retracted by #8769)
4643      Branch: perl
4644            ! regexec.c
4645 ____________________________________________________________________________
4646 [  8761] By: jhi                                   on 2001/02/10  21:26:15
4647         Log: Subject: Re: [patch] GvSHARED 
4648              From: Doug MacEachern <dougm@covalent.net>
4649              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
4650              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
4651              
4652              our @EXPORT : shared = (...);
4653      Branch: perl
4654            ! toke.c
4655 ____________________________________________________________________________
4656 [  8760] By: jhi                                   on 2001/02/10  21:25:07
4657         Log: Subject: [patch] GvSHARED
4658              From: Doug MacEachern <dougm@covalent.net>
4659              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
4660              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
4661      Branch: perl
4662            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
4663 ____________________________________________________________________________
4664 [  8759] By: alanbur                               on 2001/02/10  21:24:27
4665         Log: Backed out mismerge.
4666      Branch: maint-5.6/pureperl
4667            ! MANIFEST README.hpux README.vmesa gv.c installhtml
4668            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
4669            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
4670            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
4671            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
4672            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
4673            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
4674 ____________________________________________________________________________
4675 [  8758] By: jhi                                   on 2001/02/10  18:01:17
4676         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
4677              
4678              Fixed UMRs and leak in Perl_pmtrans()
4679              
4680              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
4681              associated UTFied tr/// code.  Also fixed scoping leak of
4682              PL_reg_start_tmp.
4683              
4684              newATTRSUB leaks when an attempt to redefine the active sort sub is
4685              made.
4686      Branch: maint-5.6/perl
4687           !> op.c regcomp.c
4688 ____________________________________________________________________________
4689 [  8757] By: alanbur                               on 2001/02/10  17:56:46
4690         Log: Resynchronised with parent
4691      Branch: maint-5.6/pureperl
4692           +> README.bs2000
4693            - README.posix-bc
4694            ! gv.c perl.c sv.c
4695           !> MANIFEST README.hpux README.vmesa installhtml
4696           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
4697           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
4698           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
4699           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
4700           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
4701           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
4702 ____________________________________________________________________________
4703 [  8756] By: alanbur                               on 2001/02/10  17:51:15
4704         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
4705              made.
4706      Branch: maint-5.6/pureperl
4707            ! op.c
4708 ____________________________________________________________________________
4709 [  8755] By: jhi                                   on 2001/02/09  22:41:35
4710         Log: Upgrade to CPAN 1.59_54, from Andreas König.
4711      Branch: perl
4712            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4713 ____________________________________________________________________________
4714 [  8754] By: jhi                                   on 2001/02/09  22:29:20
4715         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
4716              
4717              Didn't upgrade the fill.t since it has a dependency to File::Slurp
4718              purely for debugging purposes, the actual test hasn't changed.
4719      Branch: perl
4720            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
4721            ! t/lib/textwrap.t
4722 ____________________________________________________________________________
4723 [  8753] By: jhi                                   on 2001/02/09  20:17:50
4724         Log: Integrate change #8682 from maintperl.
4725              
4726              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
4727              to work correctly.
4728      Branch: perl
4729           !> hints/irix_6.sh
4730 ____________________________________________________________________________
4731 [  8752] By: jhi                                   on 2001/02/09  20:00:46
4732         Log: Update Changes.
4733      Branch: perl
4734            ! Changes patchlevel.h
4735 ____________________________________________________________________________
4736 [  8751] By: nick                                  on 2001/02/09  19:48:37
4737         Log: Integrate mainline
4738      Branch: perlio
4739           +> README.bs2000 t/lib/cgi-esc.t
4740            - README.posix-bc
4741           !> (integrate 53 files)
4742 ____________________________________________________________________________
4743 [  8750] By: nick                                  on 2001/02/09  19:25:16
4744         Log: Subject: RE: Biannual Competition to Improve Hashing Function
4745              From: Fisher Mark <fisherm@tce.com>
4746              Date: Thu, 8 Feb 2001 10:44:00 -0500
4747              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
4748              Date: Thu, 8 Feb 2001 15:02:47 -0500
4749              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
4750      Branch: perl
4751            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
4752 ____________________________________________________________________________
4753 [  8749] By: jhi                                   on 2001/02/09  19:02:35
4754         Log: Forgotten fragment.
4755      Branch: perl
4756            ! pod/perlapi.pod
4757 ____________________________________________________________________________
4758 [  8748] By: jhi                                   on 2001/02/09  18:31:34
4759         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
4760              plus manual tweakage.
4761              
4762              Sync the perlfaq2 between mainline and maintperl.
4763      Branch: maint-5.6/perl
4764            ! pod/perlfaq2.pod
4765      Branch: perl
4766           !> pod/perlfaq2.pod
4767 ____________________________________________________________________________
4768 [  8747] By: jhi                                   on 2001/02/09  18:12:04
4769         Log: Subject: versiononly and installperl
4770              From: abigail@foad.org
4771              Date: Wed, 7 Feb 2001 22:43:12 +0100
4772              Message-ID: <20010207214312.7045.qmail@foad.org>    
4773              
4774              Add +v flag to force a normal install of the perl binary
4775              and the utilities.
4776              
4777              Subject: [PATCH] installperl
4778              From: Nicholas Clark <nick@ccl4.org>
4779              Date: Fri, 9 Feb 2001 16:28:57 +0000
4780              Message-ID: <20010209162857.B10931@plum.flirble.org>
4781              
4782              Add -A flag which also hardlinks the binary with
4783              the full architecture name.
4784      Branch: perl
4785            ! installperl
4786 ____________________________________________________________________________
4787 [  8746] By: jhi                                   on 2001/02/09  18:03:43
4788         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
4789              
4790              Subject: perlfaq2, re: perlmongers
4791              
4792              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
4793              
4794              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
4795              
4796              Subject: [ID 20010205.001] typo in perlfaq9
4797              
4798              Subject: [ID 20010208.002] unordered explanation in perlcall
4799      Branch: maint-5.6/perl
4800           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
4801           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
4802           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
4803 ____________________________________________________________________________
4804 [  8745] By: jhi                                   on 2001/02/09  17:59:09
4805         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
4806              From: abela@geneanet.org
4807              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
4808              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
4809      Branch: perl
4810            ! pod/perlcall.pod
4811 ____________________________________________________________________________
4812 [  8744] By: jhi                                   on 2001/02/09  17:48:16
4813         Log: Subject: [ID 20010205.001] typo in perlfaq9
4814              From: eserte@vran.herceg.de
4815              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
4816              Message-Id: <200102042244.XAA21926@vran.herceg.de>
4817      Branch: perl
4818            ! pod/perlfaq9.pod
4819 ____________________________________________________________________________
4820 [  8743] By: jhi                                   on 2001/02/09  17:25:12
4821         Log: Integrate change #8695 from maintperl.
4822              
4823              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
4824      Branch: perl
4825           !> thread.h
4826 ____________________________________________________________________________
4827 [  8742] By: jhi                                   on 2001/02/09  17:21:22
4828         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
4829              From: Andy Dougherty <doughera@lafayette.edu>
4830              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
4831              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
4832      Branch: perl
4833            ! embed.pl
4834 ____________________________________________________________________________
4835 [  8741] By: jhi                                   on 2001/02/09  17:05:19
4836         Log: Integrate changes #8738,8739,8740 from maintperl.
4837              
4838              Html files will be installed in a more logical and easier to
4839              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
4840              
4841              Html files will be generated with a header to make them look
4842              a little less bare.
4843              
4844              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
4845      Branch: perl
4846           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
4847 ____________________________________________________________________________
4848 [  8740] By: jhi                                   on 2001/02/09  17:03:46
4849         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
4850              From: "Brendan O'Dea" <bod@compusol.com.au>
4851              Date: Sun, 4 Feb 2001 11:17:56 +1100
4852              Message-ID: <20010204111756.A16301@compusol.com.au>
4853      Branch: maint-5.6/perl
4854            ! pod/perlfaq3.pod
4855 ____________________________________________________________________________
4856 [  8739] By: jhi                                   on 2001/02/09  17:01:59
4857         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
4858              From: "Indy Singh" <indy@nusphere.com>
4859              Date: Fri, 2 Feb 2001 15:09:59 -0500
4860              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
4861              
4862              Html files will be generated with a header to make them look
4863              a little less bare.
4864      Branch: maint-5.6/perl
4865            ! installhtml
4866 ____________________________________________________________________________
4867 [  8738] By: jhi                                   on 2001/02/09  16:58:48
4868         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
4869              From: "Indy Singh" <indy@nusphere.com>
4870              Date: Fri, 2 Feb 2001 15:08:23 -0500
4871              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
4872              
4873              Html files will be installed in a more logical and easier to
4874              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
4875      Branch: maint-5.6/perl
4876            ! win32/Makefile win32/makefile.mk
4877 ____________________________________________________________________________
4878 [  8737] By: jhi                                   on 2001/02/09  16:46:54
4879         Log: Integrate changes #8687,8736 from maintperl.
4880              
4881              HP-UX thread patches from Merijn H. Brand.
4882              
4883              Latin nit from Philip Newton.
4884      Branch: perl
4885           !> README.hpux hints/hpux.sh
4886 ____________________________________________________________________________
4887 [  8736] By: jhi                                   on 2001/02/09  16:42:31
4888         Log: Latin nit from Philip Newton.
4889      Branch: maint-5.6/perl
4890            ! README.hpux
4891 ____________________________________________________________________________
4892 [  8735] By: jhi                                   on 2001/02/09  16:24:03
4893         Log: Integrate changes #8704,8710 from pureperl.
4894              
4895              Fixed UMRs and leak in Perl_pmtrans()
4896              
4897              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
4898              associated UTFied tr/// code.  Also fixed scoping leak of
4899              PL_reg_start_tmp.
4900      Branch: perl
4901           !> op.c regcomp.c
4902 ____________________________________________________________________________
4903 [  8734] By: jhi                                   on 2001/02/09  15:40:21
4904         Log: Integrate change #8733 from maintperl.
4905              
4906              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
4907      Branch: perl
4908           !> pod/perlre.pod
4909 ____________________________________________________________________________
4910 [  8733] By: jhi                                   on 2001/02/09  15:35:47
4911         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
4912              From: Prymmer/Kahn <pvhp@best.com>
4913              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
4914              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
4915      Branch: maint-5.6/perl
4916            ! pod/perlre.pod
4917 ____________________________________________________________________________
4918 [  8732] By: jhi                                   on 2001/02/09  15:26:17
4919         Log: Rename README.posix-bc to README.bs2000 (to avoid the
4920              confusion of a "perlposix-bc.pod"), add a few missing
4921              arch pods, regen toc.
4922      Branch: maint-5.6/perl
4923           +> README.bs2000
4924            - README.posix-bc
4925            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4926            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4927 ____________________________________________________________________________
4928 [  8731] By: jhi                                   on 2001/02/09  15:23:39
4929         Log: De-cut-and-pasto.
4930      Branch: perl
4931            ! pod/perl.pod
4932 ____________________________________________________________________________
4933 [  8730] By: jhi                                   on 2001/02/09  15:11:13
4934         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
4935              when people think that perlposix-bc.pod tells anything about
4936              Perl and POSIX.  Regen toc.
4937      Branch: perl
4938           +> README.bs2000
4939            - README.posix-bc
4940            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
4941            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4942 ____________________________________________________________________________
4943 [  8729] By: jhi                                   on 2001/02/09  14:52:28
4944         Log: The README.vmesa part of #8712 from maintperl.
4945      Branch: perl
4946            ! README.vmesa
4947 ____________________________________________________________________________
4948 [  8728] By: jhi                                   on 2001/02/09  14:46:06
4949         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
4950              From: Peter Prymmer <pvhp@forte.com>
4951              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
4952              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
4953      Branch: maint-5.6/perl
4954            ! README.vmesa win32/Makefile win32/makefile.mk
4955 ____________________________________________________________________________
4956 [  8727] By: jhi                                   on 2001/02/09  14:33:25
4957         Log: Integrate change #8712 from mainline.
4958              
4959              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
4960      Branch: maint-5.6/perl
4961           !> lib/Pod/Find.pm
4962 ____________________________________________________________________________
4963 [  8726] By: jhi                                   on 2001/02/09  14:30:28
4964         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
4965              From: Peter Prymmer <pvhp@forte.com>
4966              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
4967              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
4968      Branch: perl
4969            + t/lib/cgi-esc.t
4970            ! MANIFEST lib/CGI/Util.pm
4971 ____________________________________________________________________________
4972 [  8725] By: jhi                                   on 2001/02/09  04:56:47
4973         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
4974      Branch: maint-5.6/perl
4975            ! pod/perlport.pod
4976 ____________________________________________________________________________
4977 [  8724] By: jhi                                   on 2001/02/09  04:40:59
4978         Log: Integrate changes 7819,7820 from vmsperl into mainline.
4979              
4980              Add header for LIB$ prototypes (C. Berry)
4981              
4982              Convert fwrite()s to sockets to write()s, since some socket stacks
4983              don't take kindly to stdio.
4984              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
4985              (for often optional LNMs)
4986              Correct a few typos
4987              (C. Bailey)
4988      Branch: perl
4989           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
4990 ____________________________________________________________________________
4991 [  8723] By: jhi                                   on 2001/02/09  03:29:29
4992         Log: Integrate change #8722 from mainline.
4993              
4994              The Im() function wasn't returning zero for non-Math::Complex
4995              arguments.  The bug reported by John Gamble.
4996      Branch: maint-5.6/perl
4997           !> lib/Math/Complex.pm
4998 ____________________________________________________________________________
4999 [  8722] By: jhi                                   on 2001/02/09  03:28:33
5000         Log: The Im() function wasn't returning zero for non-Math::Complex
5001              arguments.  The bug reported by John Gamble.
5002      Branch: perl
5003            ! lib/Math/Complex.pm
5004 ____________________________________________________________________________
5005 [  8721] By: nick                                  on 2001/02/08  22:11:35
5006         Log: Correct the correction :-(
5007      Branch: perl
5008            ! perl.c
5009 ____________________________________________________________________________
5010 [  8720] By: bailey                                on 2001/02/08  20:59:22
5011         Log: Convert frwite()s to sockets to write()s, since some socket stacks
5012              don't take kindly to stdio.
5013              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
5014              (for often optional LNMs)
5015              Correct a few typos
5016              (C. Bailey)
5017      Branch: vmsperl
5018            ! vms/vms.c vms/vmsish.h
5019 ____________________________________________________________________________
5020 [  8719] By: bailey                                on 2001/02/08  20:51:02
5021         Log: Add header for LIB$ prototypes (C. Berry)
5022      Branch: vmsperl
5023            ! ext/Devel/DProf/DProf.xs
5024 ____________________________________________________________________________
5025 [  8718] By: bailey                                on 2001/02/08  20:49:00
5026         Log: SYN SYN
5027      Branch: vmsperl
5028           +> pod/perliol.pod t/lib/sample-tests/bailout
5029           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
5030           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
5031           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
5032           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
5033           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
5034           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
5035            - lib/unicode/Is/DCinital.pl
5036           !> (integrate 101 files)
5037 ____________________________________________________________________________
5038 [  8717] By: nick                                  on 2001/02/08  19:38:48
5039         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
5040              From: Robin Barker <rmb1@cise.npl.co.uk>
5041              Date: Thu, 8 Feb 2001 14:38:07 GMT
5042              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
5043      Branch: perl
5044            ! lib/CPAN.pm
5045 ____________________________________________________________________________
5046 [  8716] By: nick                                  on 2001/02/08  19:29:07
5047         Log: Generated files form 8713 etc.
5048      Branch: perl
5049            ! embed.h global.sym objXSUB.h perlapi.c proto.h
5050 ____________________________________________________________________________
5051 [  8715] By: nick                                  on 2001/02/08  19:26:08
5052         Log: Fixup non-ithread build after 8713
5053      Branch: perl
5054            ! perl.c
5055 ____________________________________________________________________________
5056 [  8714] By: nick                                  on 2001/02/08  19:17:45
5057         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
5058              From: nick@ccl4.org
5059              Date: Wed, 7 Feb 2001 00:27:47 +0000
5060              Message-Id: <20010207002747.B63724@plum.flirble.org>
5061      Branch: perl
5062            ! sv.c toke.c
5063 ____________________________________________________________________________
5064 [  8713] By: nick                                  on 2001/02/08  19:15:58
5065         Log: Subject: Re: [patch] Re: PL_ptr_table
5066              From: Doug Maceachern <dougm@covalent.net>
5067              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
5068              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
5069      Branch: perl
5070            ! embed.pl perl.c sv.c sv.h
5071 ____________________________________________________________________________
5072 [  8712] By: nick                                  on 2001/02/08  19:12:47
5073         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
5074              From: Peter Prymmer <pvhp@forte.com>
5075              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
5076              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
5077      Branch: perl
5078            ! lib/Pod/Find.pm
5079 ____________________________________________________________________________
5080 [  8711] By: nick                                  on 2001/02/07  21:06:11
5081         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
5082              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
5083              From: Alan Burlison <Alan.Burlison@uk.sun.com>
5084              Date: Tue, 06 Feb 2001 23:37:01 +0000
5085              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
5086      Branch: perl
5087            ! regcomp.c
5088 ____________________________________________________________________________
5089 [  8710] By: alanbur                               on 2001/02/07  00:22:04
5090         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
5091              associated UTFied tr/// code.  Also fixed scoping leak of
5092              PL_reg_start_tmp.
5093      Branch: maint-5.6/pureperl
5094            ! op.c regcomp.c
5095 ____________________________________________________________________________
5096 [  8709] By: nick                                  on 2001/02/06  21:16:49
5097         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
5098              From: Michael G Schwern <schwern@pobox.com>
5099              Date: Sun, 4 Feb 2001 19:47:14 -0500
5100              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
5101      Branch: perl
5102            ! pod/perlapi.pod pod/perlmodlib.PL
5103 ____________________________________________________________________________
5104 [  8708] By: nick                                  on 2001/02/06  20:41:20
5105         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
5106              From: Michael G Schwern <schwern@pobox.com>
5107              Date: Sun, 4 Feb 2001 21:17:49 -0500
5108              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
5109      Branch: perl
5110            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
5111            ! pod/perltootc.pod
5112 ____________________________________________________________________________
5113 [  8707] By: nick                                  on 2001/02/06  20:29:11
5114         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
5115              From: Michael G Schwern <schwern@pobox.com>
5116              Date: Tue, 6 Feb 2001 05:54:30 -0500
5117              Message-Id: <20010206055430.A951@blackrider.aocn.com>
5118      Branch: perl
5119            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
5120 ____________________________________________________________________________
5121 [  8706] By: nick                                  on 2001/02/06  20:21:40
5122         Log: Subject: RE: some win32 fixes
5123              Date: Tue, 6 Feb 2001 09:23:20 +0300
5124              From: Vadim Konovalov <vkonovalov@lucent.com>
5125              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
5126      Branch: perl
5127            ! toke.c win32/Makefile win32/config.bc win32/config.gc
5128            ! win32/config.vc win32/config_H.bc win32/makefile.mk
5129 ____________________________________________________________________________
5130 [  8705] By: alanbur                               on 2001/02/06  15:00:03
5131         Log: Synchronised with parent
5132      Branch: maint-5.6/pureperl
5133            ! regexec.c
5134           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
5135           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
5136 ____________________________________________________________________________
5137 [  8704] By: alanbur                               on 2001/02/06  14:55:24
5138         Log: Fixed UMRs and leak in Perl_pmtrans()
5139      Branch: maint-5.6/pureperl
5140            ! op.c
5141 ____________________________________________________________________________
5142 [  8703] By: gsar                                  on 2001/02/06  02:29:37
5143         Log: $(MAKE) distclean doesn't clean up properly on windows
5144      Branch: maint-5.6/perl
5145            ! win32/Makefile win32/makefile.mk
5146 ____________________________________________________________________________
5147 [  8702] By: gsar                                  on 2001/02/06  01:00:46
5148         Log: tweak change#8659 to keep it simple
5149      Branch: maint-5.6/perl
5150            ! utils/perldoc.PL
5151 ____________________________________________________________________________
5152 [  8701] By: gsar                                  on 2001/02/05  22:45:41
5153         Log: change#8693 was missing testsuite changes
5154      Branch: maint-5.6/perl
5155           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
5156 ____________________________________________________________________________
5157 [  8700] By: nick                                  on 2001/02/05  20:32:52
5158         Log: Integrate mainline
5159      Branch: perlio
5160           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
5161           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
5162           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
5163           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
5164           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
5165           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
5166           +> t/lib/test-harness.t
5167           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
5168           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
5169           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
5170           !> pod/perlutil.pod t/TEST utils/h2xs.PL
5171 ____________________________________________________________________________
5172 [  8699] By: nick                                  on 2001/02/05  19:41:07
5173         Log: Subject: perlfaq2, re: perlmongers
5174              From: David H. Adler <dha@panix.com>
5175              Date: Sun, 4 Feb 2001 23:48:23 -0500
5176              Message-Id: <20010204234823.A13429@panix.com>
5177      Branch: perl
5178            ! pod/perlfaq2.pod
5179 ____________________________________________________________________________
5180 [  8698] By: nick                                  on 2001/02/05  19:39:31
5181         Log: Missed file f#rom the testharness mess.
5182      Branch: perl
5183            + t/lib/test-harness.t
5184 ____________________________________________________________________________
5185 [  8697] By: nick                                  on 2001/02/05  19:37:21
5186         Log: Subject: [DOC PATCH] overload.pm nits
5187              From: John Tobey <jtobey@john-edwin-tobey.org>
5188              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
5189              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
5190      Branch: perl
5191            ! lib/overload.pm
5192 ____________________________________________________________________________
5193 [  8696] By: alanbur                               on 2001/02/05  11:56:00
5194         Log: Sync with parent
5195      Branch: maint-5.6/pureperl
5196           !> thread.h
5197 ____________________________________________________________________________
5198 [  8695] By: gsar                                  on 2001/02/05  03:27:34
5199         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
5200      Branch: maint-5.6/perl
5201            ! thread.h
5202 ____________________________________________________________________________
5203 [  8694] By: alanbur                               on 2001/02/05  00:07:47
5204         Log: Initial branch creation from //depot/maint-5.6/perl
5205      Branch: maint-5.6/pureperl
5206           +> (branch 1719 files)
5207 ____________________________________________________________________________
5208 [  8693] By: gsar                                  on 2001/02/04  22:38:49
5209         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
5210              changes)
5211      Branch: maint-5.6/perl
5212           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
5213           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
5214           !> ext/DB_File/version.c
5215 ____________________________________________________________________________
5216 [  8692] By: nick                                  on 2001/02/04  18:15:57
5217         Log: The missed t/TEST part of the grand testharness upgrade.
5218      Branch: perl
5219            ! t/TEST
5220 ____________________________________________________________________________
5221 [  8691] By: nick                                  on 2001/02/04  18:05:17
5222         Log: New improved test harness
5223              Subject: Re: [PATCH Test::Harness] Third time's a charm?
5224              From: Michael G Schwern <schwern@pobox.com>
5225              Date: Sun, 4 Feb 2001 08:01:20 -0500
5226              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
5227      Branch: perl
5228            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
5229            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
5230            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
5231            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
5232            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
5233            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
5234            ! MANIFEST lib/Test/Harness.pm
5235 ____________________________________________________________________________
5236 [  8690] By: nick                                  on 2001/02/04  17:57:51
5237         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
5238              From: Jonathan Stowe <gellyfish@gellyfish.com>
5239              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
5240              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
5241      Branch: perl
5242            ! utils/h2xs.PL
5243 ____________________________________________________________________________
5244 [  8689] By: nick                                  on 2001/02/04  17:55:24
5245         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
5246              From: Michael G Schwern <schwern@pobox.com>
5247              Date: Sat, 3 Feb 2001 22:46:38 -0500
5248              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
5249      Branch: perl
5250            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
5251            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
5252 ____________________________________________________________________________
5253 [  8688] By: nick                                  on 2001/02/04  17:43:55
5254         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
5255              length byfailing to spot lack of closing )
5256              From: nick@talking.bollo.cx
5257              Date: Sat, 03 Feb 2001 23:53:16 +0000
5258              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
5259      Branch: perl
5260            ! perlio.c pod/perldiag.pod
5261 ____________________________________________________________________________
5262 [  8687] By: jhi                                   on 2001/02/03  17:11:42
5263         Log: HP-UX thread patches from Merijn H. Brand.
5264      Branch: maint-5.6/perl
5265            ! README.hpux hints/hpux.sh
5266 ____________________________________________________________________________
5267 [  8686] By: jhi                                   on 2001/02/03  16:40:12
5268         Log: Metaconfig changes for #8685.
5269      Branch: metaconfig
5270            ! U/installdirs/instubperl.U
5271      Branch: metaconfig/U/perl
5272            ! Devel.U versiononly.U
5273 ____________________________________________________________________________
5274 [  8685] By: jhi                                   on 2001/02/03  16:39:49
5275         Log: For -Dusedevel builds turn off installusrbinperl and turn on
5276              versiononly, a combined idea of Richard Soderberg and Merijn
5277              H. Brand.  You can still override both of these from the command
5278              line if you need to, -Dinstallusrbinperl and -Uversiononly.
5279      Branch: perl
5280            ! Configure
5281 ____________________________________________________________________________
5282 [  8684] By: jhi                                   on 2001/02/03  16:16:34
5283         Log: Metaconfig unit fix for #8683.
5284      Branch: metaconfig
5285            ! U/compline/nblock_io.U
5286 ____________________________________________________________________________
5287 [  8683] By: jhi                                   on 2001/02/03  16:16:12
5288         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
5289              reported by Peter Prymmer for 5.6-TRIAL1.
5290      Branch: perl
5291            ! Configure
5292 ____________________________________________________________________________
5293 [  8682] By: jhi                                   on 2001/02/03  05:52:11
5294         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
5295              to work correctly.
5296      Branch: maint-5.6/perl
5297            ! hints/irix_6.sh
5298 ____________________________________________________________________________
5299 [  8681] By: jhi                                   on 2001/02/03  05:47:33
5300         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
5301      Branch: maint-5.6/perl
5302            ! pod/perlport.pod
5303 ____________________________________________________________________________
5304 [  8680] By: jhi                                   on 2001/02/02  21:39:49
5305         Log: perlport update from Peter Prymmer.
5306      Branch: maint-5.6/perl
5307            ! pod/perlport.pod
5308 ____________________________________________________________________________
5309 [  8679] By: nick                                  on 2001/02/02  20:50:48
5310         Log: Integrate mainline
5311      Branch: perlio
5312           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
5313           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
5314           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
5315 ____________________________________________________________________________
5316 [  8678] By: gsar                                  on 2001/02/02  16:02:12
5317         Log: note about bincompat, slightly modified (from Lupe Christoph)
5318      Branch: maint-5.6/perl
5319            ! README.solaris
5320 ____________________________________________________________________________
5321 [  8677] By: jhi                                   on 2001/02/02  15:46:20
5322         Log: Supported platforms updates.
5323      Branch: maint-5.6/perl
5324            ! pod/perlport.pod
5325 ____________________________________________________________________________
5326 [  8676] By: jhi                                   on 2001/02/02  03:41:26
5327         Log: A couple more perlfaq2 tweaks.
5328      Branch: maint-5.6/perl
5329            ! pod/perlfaq2.pod
5330 ____________________________________________________________________________
5331 [  8675] By: jhi                                   on 2001/02/02  03:17:44
5332         Log: Misedit in #8661.
5333      Branch: maint-5.6/perl
5334            ! Configure
5335 ____________________________________________________________________________
5336 [  8674] By: jhi                                   on 2001/02/02  03:14:38
5337         Log: Damien again.
5338      Branch: maint-5.6/perl
5339            ! pod/perlfaq2.pod
5340 ____________________________________________________________________________
5341 [  8673] By: jhi                                   on 2001/02/02  03:12:40
5342         Log: perlfaq update from Elaine Ashton.
5343      Branch: maint-5.6/perl
5344            ! pod/perlfaq2.pod
5345 ____________________________________________________________________________
5346 [  8672] By: jhi                                   on 2001/02/02  03:07:08
5347         Log: UTF-8 s/// patch from Inaba Hiroto.
5348      Branch: maint-5.6/perl
5349            ! pp_ctl.c pp_hot.c
5350 ____________________________________________________________________________
5351 [  8671] By: jhi                                   on 2001/02/01  22:34:31
5352         Log: Update Changes.
5353      Branch: perl
5354            ! Changes patchlevel.h
5355 ____________________________________________________________________________
5356 [  8670] By: jhi                                   on 2001/02/01  22:15:29
5357         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
5358              from maintperl.
5359              
5360              Upgrade to Getopt::Long 2.25, from Johan Vromans.
5361              
5362              more files need to be writable in the source distribution
5363              
5364              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
5365              
5366              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
5367              
5368              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
5369              
5370              Allow the float to be fuzzier.
5371              
5372              need to use INT2PTR instead of a straight cast or ia64 fails
5373              
5374              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
5375              
5376              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
5377      Branch: perl
5378           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
5379           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
5380           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
5381 ____________________________________________________________________________
5382 [  8669] By: jhi                                   on 2001/02/01  21:57:02
5383         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
5384              From: Robin Barker <rmb1@cise.npl.co.uk>
5385              Date: Thu, 1 Feb 2001 16:59:05 GMT
5386              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
5387      Branch: maint-5.6/perl
5388            ! pod/perlmodlib.PL
5389 ____________________________________________________________________________
5390 [  8668] By: nick                                  on 2001/02/01  19:41:40
5391         Log: Integrate mainline
5392      Branch: perlio
5393           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
5394           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
5395           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
5396 ____________________________________________________________________________
5397 [  8667] By: gsar                                  on 2001/02/01  16:59:11
5398         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
5399      Branch: maint-5.6/perl
5400            ! embed.pl embedvar.h
5401 ____________________________________________________________________________
5402 [  8666] By: gsar                                  on 2001/02/01  16:34:51
5403         Log: add missing entries to win32/config.?c
5404      Branch: maint-5.6/perl
5405            ! win32/config.bc win32/config.gc win32/config.vc
5406            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5407 ____________________________________________________________________________
5408 [  8665] By: jhi                                   on 2001/02/01  14:58:51
5409         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
5410              From: "Stephen P. Potter" <spp@spotter.yi.org>
5411              Date: Thu, 01 Feb 2001 10:45:46 -0500
5412              Message-Id: <200102011545.KAA31479@spotter.yi.org>
5413      Branch: maint-5.6/perl
5414            ! pod/perlfunc.pod
5415 ____________________________________________________________________________
5416 [  8664] By: gsar                                  on 2001/02/01  14:52:37
5417         Log: need to use INT2PTR instead of a straight cast or ia64 fails
5418              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
5419      Branch: maint-5.6/perl
5420            ! ext/POSIX/POSIX.xs
5421 ____________________________________________________________________________
5422 [  8663] By: jhi                                   on 2001/02/01  14:09:13
5423         Log: Allow the float to be fuzzier.
5424      Branch: maint-5.6/perl
5425            ! t/lib/peek.t
5426 ____________________________________________________________________________
5427 [  8662] By: jhi                                   on 2001/02/01  13:59:00
5428         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
5429              From: Robin Barker <rmb1@cise.npl.co.uk>
5430              Date: Thu, 1 Feb 2001 13:05:39 GMT
5431              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
5432      Branch: maint-5.6/perl
5433            ! pod/perlmodlib.pod
5434 ____________________________________________________________________________
5435 [  8661] By: jhi                                   on 2001/02/01  13:57:38
5436         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
5437              Date: Thu, 01 Feb 2001 14:15:41 +0100
5438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5439              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
5440              
5441              Have the $ccflags in the gcc version test (strange, this change
5442              is claimed to be have been integrated already)
5443      Branch: maint-5.6/perl
5444            ! Configure
5445 ____________________________________________________________________________
5446 [  8660] By: jhi                                   on 2001/02/01  13:44:10
5447         Log: Integrate changes #7950,7964,7962 from mainline.
5448              
5449              Find the stdchar signedness using cpp, should fix some of
5450              the Solaris compiler warnings reported by Alan Burlison.
5451      Branch: maint-5.6/perl
5452           !> Configure config_h.SH
5453 ____________________________________________________________________________
5454 [  8659] By: jhi                                   on 2001/02/01  05:35:32
5455         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
5456              From: Jan Dubois <JanD@ActiveState.com>
5457              Date: Wed, 31 Jan 2001 21:17:03 -0800
5458              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
5459      Branch: maint-5.6/perl
5460            ! utils/perldoc.PL
5461 ____________________________________________________________________________
5462 [  8658] By: jhi                                   on 2001/02/01  04:33:17
5463         Log: Integrate the README.os390 and README.posix-bc parts of mainline
5464              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
5465              installperl parts were taken care of by #8657.)
5466      Branch: maint-5.6/perl
5467           !> README.os390 README.posix-bc
5468 ____________________________________________________________________________
5469 [  8657] By: jhi                                   on 2001/02/01  04:29:21
5470         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
5471              From: Peter Prymmer <pvhp@forte.com>
5472              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
5473              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
5474      Branch: maint-5.6/perl
5475            + ext/DynaLoader/dl_dllload.xs
5476            ! MANIFEST Makefile.SH hints/os390.sh installperl
5477 ____________________________________________________________________________
5478 [  8656] By: jhi                                   on 2001/02/01  04:25:45
5479         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
5480              From: Peter Prymmer <pvhp@forte.com>
5481              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
5482              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
5483      Branch: maint-5.6/perl
5484            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
5485 ____________________________________________________________________________
5486 [  8655] By: jhi                                   on 2001/02/01  04:14:47
5487         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
5488              From: troc@netrus.net
5489              Date: Wed, 31 Jan 2001 22:31:26 -0500
5490              Message-Id: <200102010331.WAA117.85@rocco.homenet>
5491      Branch: maint-5.6/perl
5492            ! os2/os2.c
5493 ____________________________________________________________________________
5494 [  8654] By: jhi                                   on 2001/02/01  04:12:52
5495         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
5496              as reported by Alan Burlison.
5497      Branch: maint-5.6/perl
5498            ! pp.h
5499 ____________________________________________________________________________
5500 [  8653] By: jhi                                   on 2001/02/01  04:05:12
5501         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
5502              From: dsugalski@northernlight.com
5503              Date: Wed, 31 Jan 2001 18:54:11 -0500
5504              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
5505      Branch: maint-5.6/perl
5506            ! configure.com
5507 ____________________________________________________________________________
5508 [  8652] By: jhi                                   on 2001/02/01  04:03:11
5509         Log: Misplaced #endif.
5510              
5511              Subject: [perl-5-6-1-trial2] patches for EPOC
5512              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5513              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
5514              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
5515      Branch: maint-5.6/perl
5516            ! epoc/epocish.c
5517 ____________________________________________________________________________
5518 [  8651] By: jhi                                   on 2001/02/01  04:00:25
5519         Log: Integrate changes #8647,8648,8650 from mainline.
5520              
5521              Macrofy a magic UTF-8 test.
5522              
5523              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
5524              
5525              Watch out for cross compiling for EPOC (usually done on linux).
5526      Branch: maint-5.6/perl
5527           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
5528 ____________________________________________________________________________
5529 [  8650] By: jhi                                   on 2001/02/01  03:56:20
5530         Log: Watch out for cross compiling for EPOC (usually done on linux)
5531              
5532              Subject: [perl-5-6-1-trial2] patches for EPOC
5533              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5534              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
5535              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
5536      Branch: perl
5537            ! ext/Errno/Errno_pm.PL
5538 ____________________________________________________________________________
5539 [  8649] By: gsar                                  on 2001/02/01  00:46:00
5540         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
5541      Branch: maint-5.6/perl
5542            ! sv.c
5543 ____________________________________________________________________________
5544 [  8648] By: jhi                                   on 2001/01/31  23:35:36
5545         Log: All the uses of PL_numeric_radix must be protected by
5546              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
5547              
5548              Subject: [perl-5-6-1-trial2] patches for EPOC
5549              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5550              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
5551              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
5552      Branch: perl
5553            ! sv.c
5554 ____________________________________________________________________________
5555 [  8647] By: jhi                                   on 2001/01/31  22:56:16
5556         Log: Macrofy a magic UTF-8 test.
5557      Branch: perl
5558            ! utf8.c utf8.h
5559 ____________________________________________________________________________
5560 [  8646] By: gsar                                  on 2001/01/31  15:55:12
5561         Log: update Changes
5562      Branch: maint-5.6/perl
5563            ! Changes
5564 ____________________________________________________________________________
5565 [  8645] By: gsar                                  on 2001/01/31  15:10:14
5566         Log: Configure tweak suggested by Peter Prymmer
5567      Branch: maint-5.6/perl
5568            ! Configure
5569 ____________________________________________________________________________
5570 [  8644] By: gsar                                  on 2001/01/31  15:06:32
5571         Log: more files need to be writable in the source distribution
5572      Branch: maint-5.6/perl
5573            ! Porting/makerel
5574 ____________________________________________________________________________
5575 [  8643] By: jhi                                   on 2001/01/31  14:59:46
5576         Log: Integrate changes #8258,8278,8279 from mainline.
5577              
5578              Make the large file tests more robust/talkative.
5579      Branch: maint-5.6/perl
5580           !> t/lib/syslfs.t t/op/lfs.t
5581 ____________________________________________________________________________
5582 [  8642] By: gsar                                  on 2001/01/31  14:53:48
5583         Log: integrate changes#8311,8334 from mainline
5584              
5585              Add a new MakeMaker variable PM_FILTER that defines a Unix
5586              filter to be run on each .pm during the pm_to_blib() phase,
5587              a fixed version of
5588              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
5589              
5590              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
5591              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
5592              accurate reading of the "atime".  
5593      Branch: maint-5.6/perl
5594           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
5595           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5596           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
5597 ____________________________________________________________________________
5598 [  8641] By: jhi                                   on 2001/01/31  14:46:37
5599         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
5600      Branch: maint-5.6/perl
5601            ! lib/Getopt/Long.pm
5602 ____________________________________________________________________________
5603 [  8640] By: gsar                                  on 2001/01/31  14:40:24
5604         Log: make regen_all
5605      Branch: maint-5.6/perl
5606            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
5607 ____________________________________________________________________________
5608 [  8639] By: gsar                                  on 2001/01/31  14:37:25
5609         Log: refresh windows config files
5610      Branch: maint-5.6/perl
5611            ! win32/Makefile win32/config_H.bc win32/config_H.gc
5612            ! win32/config_H.vc win32/makefile.mk
5613 ____________________________________________________________________________
5614 [  8638] By: gsar                                  on 2001/01/31  14:28:10
5615         Log: makefile tweaks for windows: introduce a bulk-switch to enable
5616              same options as ActivePerl; sync changes with makefile.mk
5617      Branch: maint-5.6/perl
5618            ! win32/Makefile win32/makefile.mk
5619 ____________________________________________________________________________
5620 [  8637] By: jhi                                   on 2001/01/31  04:41:30
5621         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
5622              From: Nicholas Clark <nick@ccl4.org>
5623              Date: Tue, 30 Jan 2001 19:51:05 +0000
5624              Message-ID: <20010130195105.R76607@plum.flirble.org> 
5625              
5626              op/inc cure.
5627      Branch: perl
5628            ! pp.c pp.h pp_hot.c t/op/arith.t
5629 ____________________________________________________________________________
5630 [  8636] By: jhi                                   on 2001/01/31  02:38:32
5631         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
5632              no perlio],8257,8380,8479,8515 from mainline.
5633              
5634              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
5635              
5636              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
5637              Subject: [PATCH perl@8133] fix-up for VMS extensions
5638              
5639              In VMS embedded perls couldn't access the statically built Socket.
5640              
5641              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
5642              
5643              Further VMS piping fixes from Charles Lane.
5644              
5645              Subject:  [PATCH] make t/op/misc.t work on VMS
5646              
5647              Add tracing for debugging extensions builds in VMS.
5648              
5649              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
5650      Branch: maint-5.6/perl
5651           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
5652           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
5653           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
5654 ____________________________________________________________________________
5655 [  8635] By: jhi                                   on 2001/01/31  01:46:41
5656         Log: Integrate change #7732 from mainline.
5657              
5658              Sparc 64-bit pack() fix from Jens Hamisch.
5659      Branch: maint-5.6/perl
5660           !> pp.c
5661 ____________________________________________________________________________
5662 [  8634] By: jhi                                   on 2001/01/31  01:41:16
5663         Log: One spot missing from #8626.
5664      Branch: maint-5.6/perl
5665            ! sv.c
5666 ____________________________________________________________________________
5667 [  8633] By: jhi                                   on 2001/01/31  00:49:17
5668         Log: Integrate change #7495 from mainline.
5669              
5670              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
5671      Branch: maint-5.6/perl
5672           !> MANIFEST ext/re/Makefile.PL
5673 ____________________________________________________________________________
5674 [  8632] By: jhi                                   on 2001/01/30  23:38:49
5675         Log: Integrate change #8396 from mainline.
5676              
5677              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
5678              better multicast support (resend)
5679      Branch: maint-5.6/perl
5680           !> ext/Socket/Socket.pm
5681 ____________________________________________________________________________
5682 [  8631] By: jhi                                   on 2001/01/30  23:28:03
5683         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
5684              
5685              More AIX lore. (7514, ext/re/hints/aix.pl)
5686              
5687              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
5688              
5689              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)
5690              
5691              Subject: [ID 20001214.002] Net::Ping patch
5692              
5693              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
5694              
5695              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
5696              
5697              Add ReuseAddr as a (preferred) alias for Reuse as we now
5698              also have ReusePort.
5699              
5700              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
5701      Branch: maint-5.6/perl
5702           +> ext/re/hints/aix.pl
5703           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
5704           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
5705 ____________________________________________________________________________
5706 [  8630] By: jhi                                   on 2001/01/30  23:03:59
5707         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
5708              
5709              read() documentation tweak for 20001121.004.
5710              
5711              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
5712      Branch: maint-5.6/perl
5713           !> pod/perlfunc.pod pod/perlre.pod
5714 ____________________________________________________________________________
5715 [  8629] By: jhi                                   on 2001/01/30  22:41:57
5716         Log: Integrate change #8098 from mainline.
5717              
5718              fastgetcwd is defined using a glob alias on a $^O dependent basis
5719              and there was no default assignment or perl subroutine.
5720      Branch: maint-5.6/perl
5721           !> lib/Cwd.pm
5722 ____________________________________________________________________________
5723 [  8628] By: jhi                                   on 2001/01/30  21:58:52
5724         Log: Integrate change #7866 from mainline.
5725              
5726              File::Temp 0.11.
5727      Branch: maint-5.6/perl
5728           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
5729 ____________________________________________________________________________
5730 [  8627] By: jhi                                   on 2001/01/30  21:39:44
5731         Log: Integrate changes #8075,8086,8228 from mainline.  
5732              
5733              Darwin is not Windows. (8075,8086)
5734              
5735              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
5736      Branch: maint-5.6/perl
5737           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
5738           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
5739           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
5740           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
5741 ____________________________________________________________________________
5742 [  8626] By: jhi                                   on 2001/01/30  21:22:11
5743         Log: Integrate with tweakery the change #8625 from mainline,
5744              the multibyte decimal separator fix ("fa_IR locale failure").
5745      Branch: maint-5.6/perl
5746            ! embedvar.h perlapi.h
5747           !> intrpvar.h perl.c perl.h sv.c util.c
5748 ____________________________________________________________________________
5749 [  8625] By: jhi                                   on 2001/01/30  20:26:33
5750         Log: Fix for the fa_IR locale failure.  The reason for the failure
5751              was that Perl was assuming the decimal separator aka the radix
5752              separator is one character.  The Farsi-Iranian locale crushed
5753              that bad assumption since there the separator is 'Momayyez',
5754              glyphwise looking somewhat like a slash, and in Unicode UTF-8
5755              encoded in two bytes, 0xd9 0xab.
5756      Branch: perl
5757            ! intrpvar.h perl.c perl.h sv.c util.c
5758 ____________________________________________________________________________
5759 [  8624] By: gsar                                  on 2001/01/30  20:17:03
5760         Log: regen_headers
5761      Branch: maint-5.6/perl
5762            ! Makefile.SH pod/perlintern.pod
5763 ____________________________________________________________________________
5764 [  8623] By: gsar                                  on 2001/01/30  19:42:34
5765         Log: backout change#7431 and its dependents (causes spurious rebuilds
5766              of autogenerated files)
5767              
5768              fix benign b.t failure
5769      Branch: maint-5.6/perl
5770            ! Makefile.SH t/lib/b.t
5771 ____________________________________________________________________________
5772 [  8622] By: jhi                                   on 2001/01/30  19:41:41
5773         Log: Microperl sync.
5774      Branch: perl
5775            ! mg.c perl.h
5776 ____________________________________________________________________________
5777 [  8621] By: gsar                                  on 2001/01/30  19:24:47
5778         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
5779              from mainline
5780              
5781              Subject: podlators 1.06 released
5782              
5783              Subject: [PATCH @8436] Eliminate op_children
5784              
5785              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
5786              
5787              (Replaced by #8448)  More op_children traces (cleanup of #8442).
5788              
5789              Subject: [PATCH #3 @8436] Re: Eliminate op_children
5790              Replace #8444 and #8445.
5791              
5792              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
5793              at the setting of the ofs_sv in new_struct_thread() as the
5794              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
5795              uninitialized fields are, uh, initialized with),
5796              SvREFCNT_inc()ing that invited a core dump.
5797              
5798              podlators 1.07, from Russ Allbery.
5799              
5800              Subject: [PATCH] regcomp.c old feature removal
5801              From: mjd@plover.com
5802              Date: 16 Jan 2001 14:43:18 -0000 
5803              Message-ID: <20010116144318.7140.qmail@plover.com> 
5804      Branch: maint-5.6/perl
5805           +> lib/Pod/Text/Overstrike.pm
5806           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
5807           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
5808           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
5809           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
5810           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
5811           !> util.c
5812 ____________________________________________________________________________
5813 [  8620] By: gsar                                  on 2001/01/30  18:48:32
5814         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
5815              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
5816              now fails one test)
5817              
5818              Subject: [PATCH] lvalue AUTOLOAD. No, really.
5819              
5820              Subject: [PATCH] Interesting syntax idea
5821              Make opens + bareword assigns do typeglob assigns.
5822              
5823              Tests for #8254.
5824              
5825              Subject: [PATCH @8269] Continue blocks and B::Deparse
5826              Make the peephole optimizer to bypass more null ops and
5827              and rewrite the deparse handling of continue blocks.
5828              
5829              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
5830              Doc tweak on #8313.
5831              
5832              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
5833              
5834              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
5835              
5836              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
5837              
5838              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
5839              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
5840              according to the platform.
5841              
5842              Subject: [PATCH @8404] Consolidated lvalue sub changes
5843              
5844              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
5845              
5846              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
5847              
5848              Subject: B::Concise -- an improved replacement for B::Terse 
5849              
5850              The B::Terse drop-in replacement wasn't quite drop-in.
5851              
5852              The LVRET macro needed an aTHX.
5853              
5854              Use the /^Perl_/-less form of is_lvalue_sub().
5855              
5856              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
5857      Branch: maint-5.6/perl
5858           +> ext/B/B/Concise.pm
5859           !> (integrate 27 files)
5860 ____________________________________________________________________________
5861 [  8619] By: nick                                  on 2001/01/30  18:40:28
5862         Log: Integrate mainline
5863      Branch: perlio
5864           !> (integrate 40 files)
5865 ____________________________________________________________________________
5866 [  8618] By: jhi                                   on 2001/01/30  18:37:18
5867         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
5868              Date: Mon, 29 Jan 2001 22:51:29 -0600
5869              From: "Craig A. Berry" <craigberry@mac.com>
5870              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
5871      Branch: perl
5872            ! vms/test.com
5873 ____________________________________________________________________________
5874 [  8617] By: jhi                                   on 2001/01/30  18:34:53
5875         Log: Subject: [PATCH] Add missing CV flags to dump.c
5876              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5877              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
5878              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
5879      Branch: perl
5880            ! dump.c
5881 ____________________________________________________________________________
5882 [  8616] By: jhi                                   on 2001/01/30  18:20:58
5883         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
5884              part isn't applicable to maintperl.
5885              
5886              UTF-8 nit from Inaba Hiroto.
5887      Branch: maint-5.6/perl
5888           !> pod/perlapi.pod utf8.c
5889 ____________________________________________________________________________
5890 [  8615] By: jhi                                   on 2001/01/30  18:18:51
5891         Log: UTF-8 nit from Inaba Hiroto.
5892      Branch: perl
5893            ! pod/perlapi.pod t/op/each.t utf8.c
5894 ____________________________________________________________________________
5895 [  8614] By: jhi                                   on 2001/01/30  18:13:38
5896         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
5897              
5898              perl's internal variables are not for public consumption,
5899              move their docs from perlapi.pod to perlintern.pod
5900              
5901              support for -Dusethreads build under HP-UX 10.20 and DCE threads
5902              library (11.0 and later have pthreads but 10.x don't)
5903              
5904              avoid uninitialized value warnings
5905              
5906              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
5907              gets weird results)
5908              
5909              perldoc nit on windows
5910              
5911              make it possible to run the tests outside the source tree
5912              (there's still a dependency on ../lib being the library
5913              location)
5914      Branch: perl
5915           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
5916           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
5917           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
5918           !> win32/bin/search.pl win32/vdir.h
5919 ____________________________________________________________________________
5920 [  8613] By: gsar                                  on 2001/01/30  16:39:59
5921         Log: make it possible to run the tests outside the source tree
5922              (there's still a dependency on ../lib being the library
5923              location)
5924      Branch: maint-5.6/perl
5925            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
5926 ____________________________________________________________________________
5927 [  8612] By: gsar                                  on 2001/01/30  16:31:12
5928         Log: perldoc nit on windows
5929      Branch: maint-5.6/perl
5930            ! utils/perldoc.PL
5931 ____________________________________________________________________________
5932 [  8611] By: gsar                                  on 2001/01/30  16:22:54
5933         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
5934              gets weird results)
5935      Branch: maint-5.6/perl
5936            ! win32/vdir.h
5937 ____________________________________________________________________________
5938 [  8610] By: gsar                                  on 2001/01/30  16:12:45
5939         Log: avoid uninitialized value warnings
5940      Branch: maint-5.6/perl
5941            ! win32/bin/search.pl
5942 ____________________________________________________________________________
5943 [  8609] By: gsar                                  on 2001/01/30  16:08:01
5944         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
5945              library (11.0 and later have pthreads but 10.x don't)
5946      Branch: maint-5.6/perl
5947            ! hints/hpux.sh thread.h
5948 ____________________________________________________________________________
5949 [  8608] By: gsar                                  on 2001/01/30  15:48:55
5950         Log: perl's internal variables are not for public consumption,
5951              move their docs from perlapi.pod to perlintern.pod
5952      Branch: maint-5.6/perl
5953            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
5954            ! thrdvar.h
5955 ____________________________________________________________________________
5956 [  8607] By: gsar                                  on 2001/01/30  15:44:27
5957         Log: mistakenly branched perl56delta.pod, revert
5958      Branch: maint-5.6/perl
5959            - pod/perl56delta.pod
5960           !> pod/perldelta.pod
5961 ____________________________________________________________________________
5962 [  8606] By: gsar                                  on 2001/01/30  14:20:24
5963         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
5964              dTHR which has been a noop for a while now, except for the
5965              compatibility definition in thread.h)
5966      Branch: maint-5.6/perl
5967           !> (integrate 45 files)
5968 ____________________________________________________________________________
5969 [  8605] By: jhi                                   on 2001/01/30  05:43:58
5970         Log: Mark the UTF-8 APIs as experimental.
5971      Branch: maint-5.6/perl
5972            ! embed.pl pod/perlapi.pod
5973 ____________________________________________________________________________
5974 [  8604] By: jhi                                   on 2001/01/30  05:38:40
5975         Log: Nits from earlier integrates.
5976      Branch: maint-5.6/perl
5977            ! lib/Carp/Heavy.pm
5978           !> sv.c
5979 ____________________________________________________________________________
5980 [  8603] By: jhi                                   on 2001/01/30  05:27:26
5981         Log: Regenerate Porting files.
5982      Branch: maint-5.6/perl
5983            ! Porting/Glossary Porting/config.sh Porting/config_H
5984 ____________________________________________________________________________
5985 [  8602] By: jhi                                   on 2001/01/30  05:14:59
5986         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
5987              8310,8339,8447,8492,8493,8505,8525: documentation changes.
5988              
5989              Subject: Re: perlfaq style changes
5990              
5991              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
5992              
5993              Subject: [PATCH] docs on NaN
5994              
5995              Subject: [patch] perlfaq7
5996              
5997              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
5998              
5999              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
6000              
6001              Subject: [PATCH] open() example in perlfunc.pod
6002              
6003              Podify README.mpeix (a new version from the web)
6004              
6005              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
6006              
6007              Subject: [PATCH] format and rewording in perlfaq.pod
6008              
6009              Subject: [PATCH] API Variable documentation   
6010              
6011              Memory management calls documentation.
6012              
6013              Subject: [PATCH: perl@8482] README.vms URL updates
6014              
6015              Subject: Minor typos in perlfaq2.pod
6016              
6017              Subject: [PATCH] pod/perlvar.pod
6018      Branch: maint-5.6/perl
6019           +> pod/perl56delta.pod
6020            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6021           !> README.amiga README.epoc README.mpeix README.vms
6022           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
6023           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
6024           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
6025           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
6026           !> pod/perlvar.pod thrdvar.h
6027 ____________________________________________________________________________
6028 [  8601] By: jhi                                   on 2001/01/30  04:38:35
6029         Log: Integrate changes #8036,8096,8253 from mainline:
6030              hints changes.
6031              
6032              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
6033              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
6034              
6035              Output the (apparent) version of gcc in Tru64.
6036      Branch: maint-5.6/perl
6037           +> ext/POSIX/hints/svr4.pl
6038           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
6039           !> hints/svr4.sh t/lib/bigfltpm.t
6040 ____________________________________________________________________________
6041 [  8600] By: jhi                                   on 2001/01/30  04:04:01
6042         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
6043              locale fixes.
6044              
6045              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
6046              
6047              Debian allows /usr/bin/locale to exist without any locales. (7868)
6048              
6049              Allow the locale test needing POSIX and the taint test
6050              needing IPC::SysV to run under 'minitest' (basically,
6051              bail out if loading the extension fails). (8384)
6052              
6053              Cleanup the locale.t output  (8480)
6054      Branch: maint-5.6/perl
6055           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
6056           !> t/pragma/locale.t
6057 ____________________________________________________________________________
6058 [  8599] By: jhi                                   on 2001/01/30  03:51:04
6059         Log: Missing generated files from #8598.
6060      Branch: maint-5.6/perl
6061            ! embed.h global.sym objXSUB.h perlapi.c proto.h
6062 ____________________________________________________________________________
6063 [  8598] By: jhi                                   on 2001/01/30  03:41:54
6064         Log: Integrate change #8555 from mainline, manually integrate parts
6065              of changes 8452 and 8583.
6066              
6067              Subject: [PATCH] utf8.c documentation (8452)
6068              
6069              No point in checking the length if the pointer is bogus. (8555)
6070              
6071              Introduce bytes_from_utf8() and implement sv_eq() using it,
6072              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
6073              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
6074              was malformed. (8583)
6075      Branch: maint-5.6/perl
6076            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
6077           !> pod/perlapi.pod sv.c utf8.c
6078 ____________________________________________________________________________
6079 [  8597] By: gsar                                  on 2001/01/30  02:37:26
6080         Log: get PERL_OBJECT build going again on windows
6081      Branch: maint-5.6/perl
6082            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6083            ! pod/perlapi.pod proto.h sv.c
6084 ____________________________________________________________________________
6085 [  8596] By: jhi                                   on 2001/01/30  02:16:17
6086         Log: Signedness nit.
6087      Branch: perl
6088            ! sv.c
6089 ____________________________________________________________________________
6090 [  8595] By: jhi                                   on 2001/01/30  02:11:07
6091         Log: EBCDIC patch for Storable, from Peter Prymmer.
6092      Branch: perl
6093            ! t/lib/st-06compat.t
6094 ____________________________________________________________________________
6095 [  8594] By: jhi                                   on 2001/01/30  01:04:48
6096         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
6097              From: Peter Prymmer <pvhp@forte.com>
6098              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
6099              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
6100      Branch: perl
6101            ! t/lib/b.t
6102 ____________________________________________________________________________
6103 [  8593] By: jhi                                   on 2001/01/30  00:56:47
6104         Log: Subject: [PATCH: perl@8585] pod problems in io
6105              From: Peter Prymmer <pvhp@forte.com>
6106              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
6107              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
6108      Branch: perl
6109            ! pod/perlapio.pod pod/perliol.pod
6110 ____________________________________________________________________________
6111 [  8592] By: jhi                                   on 2001/01/30  00:48:20
6112         Log: Integrate perlio.
6113      Branch: perl
6114           !> pod/perlapio.pod pod/perliol.pod
6115 ____________________________________________________________________________
6116 [  8591] By: nick                                  on 2001/01/29  22:02:28
6117         Log: GNU 'merge' Simon's copy of perliol.pod with version
6118              patched by Craig's patch.
6119      Branch: perlio
6120            ! pod/perliol.pod
6121 ____________________________________________________________________________
6122 [  8590] By: nick                                  on 2001/01/29  21:55:10
6123         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
6124      Branch: perlio
6125            ! pod/perlapio.pod pod/perliol.pod
6126 ____________________________________________________________________________
6127 [  8589] By: jhi                                   on 2001/01/29  15:35:33
6128         Log: Integrate change #8586 from maint-5.6/perl.
6129              
6130              make the BOM detection code not call tell() until it has to
6131              (meant to fix esoteric compatibility issues where PL_rsfp
6132              is overridden)
6133      Branch: perl
6134           !> toke.c
6135 ____________________________________________________________________________
6136 [  8588] By: jhi                                   on 2001/01/29  15:29:11
6137         Log: Subject: MAking Solaris malloc() the default
6138              From: Lupe Christoph <lupe@lupe-christoph.de>
6139              Date: Mon, 29 Jan 2001 12:59:36 +0100
6140              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
6141              
6142              The README.solaris part slightly tweaked.
6143      Branch: perl
6144            ! README.solaris hints/solaris_2.sh
6145 ____________________________________________________________________________
6146 [  8587] By: jhi                                   on 2001/01/29  15:17:34
6147         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
6148              From: root@ak-75.mind.de
6149              Date: Sun, 28 Jan 2001 20:32:29 +0100
6150              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
6151      Branch: perl
6152            ! pod/perlre.pod
6153 ____________________________________________________________________________
6154 [  8586] By: gsar                                  on 2001/01/29  13:43:44
6155         Log: make the BOM detection code not call tell() until it has to
6156              (meant to fix esoteric compatibility issues where PL_rsfp
6157              is overridden)
6158      Branch: maint-5.6/perl
6159            ! toke.c
6160 ____________________________________________________________________________
6161 [  8585] By: jhi                                   on 2001/01/28  20:05:45
6162         Log: Update Changes.
6163      Branch: perl
6164            ! Changes patchlevel.h
6165 ____________________________________________________________________________
6166 [  8584] By: jhi                                   on 2001/01/28  19:30:02
6167         Log: Integrate perlio.
6168      Branch: perl
6169           +> pod/perliol.pod
6170           !> MANIFEST pod/perlapio.pod
6171 ____________________________________________________________________________
6172 [  8583] By: jhi                                   on 2001/01/28  19:28:40
6173         Log: Patch from Inaba Hiroto:
6174              - canonical UTF-8 hash keys: if a key string for a hash is
6175              UTF8-on, try downgrade the string and use it if
6176              unicode::distinct is not in effect.
6177              For the task, I added a function bytes_from_utf8() to utf8.c.
6178              It might resemble utf8_to_bytes() but it is not convenient
6179              to the task.
6180              Made a test for it and added to t/op/each.t
6181              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
6182              the mortal copy of the argument SV.
6183              And changed t/io/utf8.t test 18 which expects print() to
6184              upgrade its argument.
6185              - re-implement sv_eq with bytes_from_utf8()
6186              - some bug fixes
6187              - tr/// does not handle UTF8 range (\x{}-\x{})
6188              - \ before raw UTF8 character produced
6189              "Malformed UTF-8 character" warning.
6190              - "\x{100}\N{CENT SIGN}" is Malformed.
6191              Added tests for these 3.
6192              - and one silly bug (by me) with qu operator.
6193      Branch: perl
6194            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
6195            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
6196            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
6197 ____________________________________________________________________________
6198 [  8582] By: nick                                  on 2001/01/28  19:25:04
6199         Log: Add pod/perliol.pod to MANIFEST :-(
6200      Branch: perlio
6201            ! MANIFEST
6202 ____________________________________________________________________________
6203 [  8581] By: nick                                  on 2001/01/28  19:22:40
6204         Log: PerlIO documentation. Proofing and sub-editing requested.
6205      Branch: perlio
6206            + pod/perliol.pod
6207            ! pod/perlapio.pod
6208 ____________________________________________________________________________
6209 [  8580] By: jhi                                   on 2001/01/28  05:16:25
6210         Log: Revert the change to sv_2pv() done by #8054: Someone who
6211              did SvNV_set() on a scalar that also happened to be POK,
6212              followed by sv_2pv() won't get the right coercion anymore.
6213              [Sarathy]
6214      Branch: maint-5.6/perl
6215            ! sv.c
6216 ____________________________________________________________________________
6217 [  8579] By: jhi                                   on 2001/01/28  05:15:04
6218         Log: Remove the #8084 effect: do not allow -Q to be interpreted
6219              as -&Q(), this is too much wiggle room.
6220      Branch: maint-5.6/perl
6221            ! toke.c
6222 ____________________________________________________________________________
6223 [  8578] By: jhi                                   on 2001/01/28  05:12:45
6224         Log: Needed bits of #8439 (should have been in #8576),
6225              mainly for lval substr().
6226      Branch: maint-5.6/perl
6227            ! mg.c pp.c pp_hot.c
6228 ____________________________________________________________________________
6229 [  8577] By: jhi                                   on 2001/01/28  05:02:46
6230         Log: A missing check-in.
6231      Branch: maint-5.6/perl
6232            ! utf8.c
6233 ____________________________________________________________________________
6234 [  8576] By: jhi                                   on 2001/01/28  04:26:18
6235         Log: Integrate changes #8425,8436,8439,8517 from mainline.
6236              The 8439 was not truly integrated because it had too many
6237              dependencies on the development branch and because it introduced
6238              concepts too bold for a maintenance branch (such as the qu operator).
6239              
6240              Subject: [PATCH perl@8342] -Wformat
6241              
6242              Tighten some of the UTF-8 tests a bit.
6243              
6244              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
6245              - The substr lval was still not okay.
6246              - Now pp_stringify and sv_setsv copies source's UTF8 flag
6247              even if IN_BYTE.  pp_stringify is called from fold_constants
6248              at optimization phase and "\x{100}" was made SvUTF8_off under
6249              use bytes (the bytes pragma is for "byte semantics" and not
6250              for "do not produce UTF8 data")
6251      Branch: maint-5.6/perl
6252            ! t/lib/charnames.t t/op/substr.t toke.c
6253           !> sv.c t/pragma/utf8.t
6254 ____________________________________________________________________________
6255 [  8575] By: jhi                                   on 2001/01/28  04:01:51
6256         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
6257              
6258              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
6259              
6260              Subject: [ID 20001230.003] UTF-8 tr still hurts
6261              
6262              Test cases for #8385 (from Simon's "torture.pl")
6263              
6264              Start fixing UTF-8 lval substr() (8405)
6265      Branch: maint-5.6/perl
6266           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
6267           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
6268 ____________________________________________________________________________
6269 [  8574] By: jhi                                   on 2001/01/28  03:09:06
6270         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
6271              from mainline.
6272              
6273              UTF-8 cleanup.
6274              
6275              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
6276              
6277              "\x{FF}\xFF" was broken.
6278              
6279              Tests for #8329 and #8330.
6280              
6281              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
6282              
6283              IRIX compiler noticed that the bof initialization might be
6284              bypassed by control flow.
6285              
6286              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
6287      Branch: maint-5.6/perl
6288           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
6289           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
6290 ____________________________________________________________________________
6291 [  8573] By: jhi                                   on 2001/01/28  02:06:12
6292         Log: Retract #8552.
6293      Branch: perl
6294            ! lib/Text/Wrap.pm t/lib/textwrap.t
6295 ____________________________________________________________________________
6296 [  8572] By: jhi                                   on 2001/01/28  02:04:49
6297         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
6298              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
6299              not really integrated but instead salvaged by hand
6300              (they had too many dependencies on the development release
6301              to be cleanly integratable).
6302              
6303              Subject: more UTF8 test suites and an UTF8 patch
6304              
6305              Tweak for MULTIPLICITY/USE_PERLIO
6306              
6307              Signedness nit.
6308              
6309              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
6310              
6311              Use the UTF8_XXX macros in is_utf8_char().
6312              
6313              Rewrite pp_concat() in terms of sv_catsv().  The . operator
6314              should now be UTF-8-proof.
6315              
6316              Subject: [PATCH perl@8269] scanning two hex-constants
6317              fails on EBCDIC environment (script length.t)
6318              
6319              Add some Unicode chop() tests.
6320      Branch: maint-5.6/perl
6321            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
6322           !> sv.c t/op/chop.t utf8.h
6323 ____________________________________________________________________________
6324 [  8571] By: jhi                                   on 2001/01/28  00:35:59
6325         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
6326              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
6327              
6328              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
6329              
6330              The maxiters upper limit sanity check (guarding against
6331              non-progress) assumed bytes instead of characters in s///
6332              and split().
6333              
6334              Signedness nit.
6335              
6336              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
6337              join() should now be UTF-8-proof.
6338              
6339              More split // UTF-8 tests. (8250)
6340      Branch: maint-5.6/perl
6341           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
6342           !> util.c
6343 ____________________________________________________________________________
6344 [  8570] By: jhi                                   on 2001/01/27  22:15:46
6345         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
6346              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
6347              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
6348              8084,8204,8244,8333 from mainline.
6349              
6350              For -Q where Q might be a one-letter sub name one does no more
6351              get a warning about an unknown filetest (7941,7943,7944,8084).
6352              
6353              Subject: Re: [ID 20001130.011] expression parsing bug ?
6354              
6355              Make uv_to_utf8() to zero-terminate its output buffer.
6356              
6357              Split off t/op/length.t (7995)
6358              
6359              Split off t/op/utf8decode.t (7996)
6360              
6361              Remove an unnecessary 'use utf8' from the utf8.t (7998)
6362              
6363              Split off t/op/concat.t (8004)
6364              
6365              Split off t/op/ver.t (8005)
6366              
6367              Document utf8_length(), utf8_distance(), and utf8_hop().
6368              
6369              Document utf8_to_uv() better.
6370              
6371              Introduce macros for UTF8 decoding (8028,8033).
6372              
6373              Add test for reverse() (8030,8031).
6374              
6375              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
6376              
6377              Do not return the Unicode replacement character    on UTF-8
6378              decoding failure.
6379              
6380              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
6381              not this_utf8 i.e. the output string has one, but don't mess
6382              with source assumption. (8052,8053)
6383              
6384              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
6385              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
6386              was not expecting to be called with something that was already
6387              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
6388              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
6389              (8054)
6390              
6391              Recode the naughty binary bytes in utf8decode.t using the \xHH.
6392              
6393              Make some panic messages a bit more logical.
6394      Branch: maint-5.6/perl
6395           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
6396           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
6397           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
6398           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
6399           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
6400           !> utf8.c utf8.h
6401 ____________________________________________________________________________
6402 [  8569] By: jhi                                   on 2001/01/27  19:16:43
6403         Log: Integrate changes #7750 from perlio and #8566 from mainline.
6404      Branch: maint-5.6/perl
6405           !> regexec.c sv.c
6406 ____________________________________________________________________________
6407 [  8568] By: jhi                                   on 2001/01/27  18:06:51
6408         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
6409              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
6410              7935[-perlio.c],7936,7959,7965 from mainline.
6411              
6412              Change the "big byte" error message to "Wide character".
6413              (7355, the croak-if-wide-chars-in-print part ignored)
6414              
6415              Use UINT64_C().
6416              
6417              Introduce Perl_utf8_length().
6418              
6419              diff -se shows these as different (7753, forgotten check-ins)
6420              
6421              Subject: [PATCH] doop.c - UTF8 tr///
6422              
6423              If we use (aTHX_ ...) then put Perl_ on the front.
6424              
6425              Make utf8_length() and utf8_distance() to be less forgiving
6426              about bad UTF-8.
6427              
6428              Test line numbers are different with utf8.
6429              
6430              No need to scan till infinity, 13 is enough. (7872,7911)
6431              
6432              Subject: [PATCH] Tokeniser debugging
6433              
6434              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
6435              
6436              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
6437              
6438              Be more careful in Perl_sv_utf8_downgrade().
6439              
6440              Use DO_UTF8().
6441              
6442              Raw zero bytes in text files confuse at least GNU patch 2.1.
6443      Branch: maint-5.6/perl
6444           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
6445           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
6446           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
6447           !> t/pragma/utf8.t toke.c utf8.c utf8.h
6448 ____________________________________________________________________________
6449 [  8567] By: nick                                  on 2001/01/27  11:10:38
6450         Log: Integrate mainline
6451      Branch: perlio
6452           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
6453           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
6454           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
6455           !> toke.c
6456 ____________________________________________________________________________
6457 [  8566] By: jhi                                   on 2001/01/27  06:22:48
6458         Log: More documentation for the regexp context stack.
6459      Branch: perl
6460            ! regexec.c
6461 ____________________________________________________________________________
6462 [  8565] By: jhi                                   on 2001/01/27  05:21:57
6463         Log: Update Changes.
6464      Branch: perl
6465            ! Changes patchlevel.h
6466 ____________________________________________________________________________
6467 [  8564] By: jhi                                   on 2001/01/27  04:44:04
6468         Log: Threadedness patch for #8562 from Doug MacEachern.
6469      Branch: perl
6470            ! toke.c
6471 ____________________________________________________________________________
6472 [  8563] By: jhi                                   on 2001/01/27  04:26:24
6473         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
6474              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6475              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
6476              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
6477      Branch: perl
6478            ! op.c
6479 ____________________________________________________________________________
6480 [  8562] By: jhi                                   on 2001/01/27  04:20:30
6481         Log: Subject: Re: Announce : Tokener reporting patch
6482              From: Simon Cozens <simon@cozens.net>
6483              Date: Mon, 22 Jan 2001 02:17:22 +0000
6484              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
6485      Branch: perl
6486            ! embed.h embed.pl proto.h toke.c
6487 ____________________________________________________________________________
6488 [  8561] By: jhi                                   on 2001/01/27  04:17:24
6489         Log: Forgot from #8545.  Oops.
6490      Branch: perl
6491            ! pp.c t/pragma/overload.t
6492 ____________________________________________________________________________
6493 [  8560] By: jhi                                   on 2001/01/27  03:01:47
6494         Log: A better module compilation test, use MANIFEST as suggested
6495              by Spider.
6496      Branch: perl
6497            ! t/lib/1_compile.t
6498 ____________________________________________________________________________
6499 [  8559] By: jhi                                   on 2001/01/27  02:50:48
6500         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
6501              From: Peter Prymmer <pvhp@forte.com>
6502              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
6503              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
6504      Branch: perl
6505            ! t/lib/b.t
6506 ____________________________________________________________________________
6507 [  8558] By: jhi                                   on 2001/01/27  02:27:05
6508         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
6509              From: Peter Prymmer <pvhp@forte.com>
6510              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
6511              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
6512      Branch: perl
6513            ! t/pragma/sub_lval.t
6514 ____________________________________________________________________________
6515 [  8557] By: jhi                                   on 2001/01/27  02:26:03
6516         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
6517              From: Peter Prymmer <pvhp@forte.com>
6518              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
6519              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
6520      Branch: perl
6521            ! t/lib/st-06compat.t
6522 ____________________________________________________________________________
6523 [  8556] By: jhi                                   on 2001/01/27  02:24:33
6524         Log: Subject: [PATCH: perl@8531] minor update to README.os390
6525              From: Peter Prymmer <pvhp@forte.com>
6526              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
6527              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
6528      Branch: perl
6529            ! README.os390
6530 ____________________________________________________________________________
6531 [  8555] By: jhi                                   on 2001/01/27  00:35:47
6532         Log: No point in checking the length before we know whether the pointer
6533              is bogus or not, fixes Abigail's odbm failures in Linux.
6534      Branch: perl
6535            ! sv.c
6536 ____________________________________________________________________________
6537 [  8554] By: nick                                  on 2001/01/26  19:01:31
6538         Log: Integrate mainline
6539      Branch: perlio
6540           !> lib/Text/Wrap.pm t/lib/textwrap.t
6541 ____________________________________________________________________________
6542 [  8553] By: jhi                                   on 2001/01/26  15:19:39
6543         Log: Integrate change #7792 from perlio (multiplicity fix),
6544              fix the AV leak in regex DEBUGGING (tiny part of the
6545              polymorphic regexp patch #8143).
6546      Branch: maint-5.6/perl
6547            ! regcomp.c
6548           !> scope.h
6549 ____________________________________________________________________________
6550 [  8552] By: jhi                                   on 2001/01/26  15:03:23
6551         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
6552              From: Michael G Schwern <schwern@pobox.com>
6553              Date: Fri, 26 Jan 2001 09:28:31 -0500
6554              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
6555      Branch: perl
6556            ! lib/Text/Wrap.pm t/lib/textwrap.t
6557 ____________________________________________________________________________
6558 [  8551] By: jhi                                   on 2001/01/26  02:33:19
6559         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
6560              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
6561              
6562              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
6563              
6564              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
6565              
6566              Message nit.
6567              
6568              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
6569              
6570              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
6571              
6572              (the cleanup of unused submatches in regtry() and regcppop())
6573              
6574              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
6575              stored and restored, and thusly was trounced by the utf8 swash
6576              routines.
6577              
6578              use utf8 not required to use \x{}.
6579              
6580              Removed two more tests that make no sense in UTF-8 since the test
6581              data is not in UTF-8.
6582              
6583              Get the three different space character classes right under utf8.
6584              
6585              Implement ANYOFUTF8 regprop() dumping.
6586              
6587              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
6588              
6589              Document the regex context pushing/popping a bit better.
6590      Branch: maint-5.6/perl
6591           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
6592           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
6593           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
6594           !> t/op/regmesg.t utf8.c
6595 ____________________________________________________________________________
6596 [  8550] By: nick                                  on 2001/01/25  19:42:30
6597         Log: Integrate mainline
6598      Branch: perlio
6599           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
6600           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
6601           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
6602           !> t/lib/bigint.t t/lib/bigintpm.t
6603 ____________________________________________________________________________
6604 [  8549] By: jhi                                   on 2001/01/25  15:22:28
6605         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
6606      Branch: maint-5.6/perl
6607            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
6608 ____________________________________________________________________________
6609 [  8548] By: jhi                                   on 2001/01/25  15:02:55
6610         Log: Integrate changes #7997,8063,8492,8547 from mainline.
6611              
6612              Subject: Re: STRLEN - what?
6613              
6614              Subject: [PATCH] perlguts.pod
6615              
6616              Memory management calls documentation.
6617              
6618              Layout using tabulator is not a good idea in a pod.
6619      Branch: maint-5.6/perl
6620           !> pod/perlguts.pod
6621 ____________________________________________________________________________
6622 [  8547] By: jhi                                   on 2001/01/25  14:49:05
6623         Log: Layout using tabulator is not a good idea in a pod.
6624      Branch: perl
6625            ! pod/perlguts.pod
6626 ____________________________________________________________________________
6627 [  8546] By: jhi                                   on 2001/01/25  14:31:12
6628         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
6629              from mainline.
6630              
6631              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
6632              
6633              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
6634              
6635              More Win32 editor/IDE/shell hints.
6636              
6637              More Win32 Perling.
6638              
6639              Yet another editor edit.
6640              
6641              Edit edit edit.
6642              
6643              IDE/editor section tweaking.
6644              
6645              Few more IDE/editor nits from p5p.
6646      Branch: maint-5.6/perl
6647           !> pod/perlfaq3.pod
6648 ____________________________________________________________________________
6649 [  8545] By: jhi                                   on 2001/01/25  04:16:32
6650         Log: Subject: [PATCH 5.7.0] overload int()
6651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6652              Date: Wed, 24 Jan 2001 19:06:57 -0500
6653              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
6654      Branch: perl
6655            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
6656            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
6657            ! t/lib/bigintpm.t
6658 ____________________________________________________________________________
6659 [  8544] By: jhi                                   on 2001/01/25  04:15:11
6660         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
6661              From: Peter Prymmer <pvhp@forte.com>
6662              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
6663              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
6664      Branch: perl
6665            ! Makefile.SH README.os390 hints/os390.sh installperl
6666 ____________________________________________________________________________
6667 [  8543] By: jhi                                   on 2001/01/25  03:52:08
6668         Log: Integrate change #8462,8469 from mainline.
6669              
6670              In VMS Perl subversion (perl -V) is undef.
6671      Branch: maint-5.6/perl
6672           !> configure.com
6673 ____________________________________________________________________________
6674 [  8542] By: jhi                                   on 2001/01/25  03:44:55
6675         Log: Integrate changes #7835,7850,8315,8316 from mainline.
6676              
6677              Solaris hints.
6678      Branch: maint-5.6/perl
6679           !> hints/solaris_2.sh
6680 ____________________________________________________________________________
6681 [  8541] By: jhi                                   on 2001/01/25  03:39:28
6682         Log: Integrate #8336 from mainline.
6683      Branch: maint-5.6/perl
6684           !> hv.c
6685 ____________________________________________________________________________
6686 [  8540] By: jhi                                   on 2001/01/25  03:23:50
6687         Log: Retract #8539.
6688      Branch: maint-5.6/perl
6689            ! pod/perlfaq3.pod
6690 ____________________________________________________________________________
6691 [  8539] By: jhi                                   on 2001/01/25  03:21:55
6692         Log: (Retracted by #5940.)
6693      Branch: maint-5.6/perl
6694            ! pod/perlfaq3.pod
6695 ____________________________________________________________________________
6696 [  8538] By: jhi                                   on 2001/01/25  03:14:07
6697         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
6698              From: Peter Prymmer <pvhp@forte.com>
6699              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
6700              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
6701              
6702              The VMS bits.
6703      Branch: maint-5.6/perl
6704            ! configure.com vms/descrip_mms.template
6705 ____________________________________________________________________________
6706 [  8537] By: jhi                                   on 2001/01/25  03:06:09
6707         Log: Integrate #7710,7824,7973 from mainline.
6708      Branch: maint-5.6/perl
6709           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6710           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
6711           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
6712           !> vos/config.ga.def vos/config.ga.h win32/config.bc
6713           !> win32/config.gc win32/config.vc
6714 ____________________________________________________________________________
6715 [  8536] By: jhi                                   on 2001/01/24  13:50:20
6716         Log: Revert the edits made by me so far to the 5.6 branch since
6717              the TRIAL1 since I did edits when I should have been using
6718              integrates.  Bad programmer.   (Will integrate them properly later.)
6719              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
6720              The #8353 will not be reapplied at least for now since
6721              the UTF-8 hash keys need more thinking.
6722              (The patches #8347, #8354, #8454, #8473 were okay since they
6723              were original edits made specifically for the 5.6.1-TRIAL1.)
6724      Branch: maint-5.6/perl
6725            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6726            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
6727            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
6728            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
6729            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
6730            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6731            ! win32/config.bc win32/config.gc win32/config.vc
6732 ____________________________________________________________________________
6733 [  8535] By: bailey                                on 2001/01/24  06:37:02
6734         Log: SYN SYN
6735      Branch: vmsperl
6736           +> (branch 26 files)
6737           !> (integrate 130 files)
6738 ____________________________________________________________________________
6739 [  8534] By: nick                                  on 2001/01/23  19:30:57
6740         Log: Integrate mainline.
6741      Branch: perlio
6742           !> Changes Configure Porting/Glossary Porting/config.sh
6743           !> Porting/config_H embed.h embed.pl ext/Encode/compile
6744           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
6745           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
6746           !> pod/perlvar.pod proto.h t/lib/1_compile.t
6747 ____________________________________________________________________________
6748 [  8533] By: jhi                                   on 2001/01/23  16:15:46
6749         Log: Forgotten from #8501.
6750      Branch: perl
6751            ! Porting/Glossary Porting/config.sh Porting/config_H
6752 ____________________________________________________________________________
6753 [  8532] By: jhi                                   on 2001/01/23  16:13:27
6754         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
6755              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6756              Date: Mon, 22 Jan 2001 17:51:58 +0100
6757              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
6758      Branch: perl
6759            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
6760 ____________________________________________________________________________
6761 [  8531] By: jhi                                   on 2001/01/23  15:46:01
6762         Log: Update Changes.
6763      Branch: perl
6764            ! Changes patchlevel.h
6765 ____________________________________________________________________________
6766 [  8530] By: jhi                                   on 2001/01/23  15:38:39
6767         Log: De-cut-and-pasto.
6768      Branch: perl
6769            ! t/lib/1_compile.t
6770 ____________________________________________________________________________
6771 [  8529] By: jhi                                   on 2001/01/23  15:11:04
6772         Log: Document the mkdir trailing slashes case.
6773      Branch: perl
6774            ! pod/perlfunc.pod
6775 ____________________________________________________________________________
6776 [  8528] By: jhi                                   on 2001/01/23  15:08:28
6777         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
6778              get installed:
6779              
6780              Subject: lib/lib.pm
6781              From: <abigail@foad.org>
6782              Date: Mon, 28 Aug 2000 20:35:08 -0400
6783              Message-ID: <20000829003508.21281.qmail@foad.org>
6784      Branch: perl
6785            ! installperl
6786 ____________________________________________________________________________
6787 [  8527] By: jhi                                   on 2001/01/23  14:44:04
6788         Log: Metaconfig unit change for #8526.
6789      Branch: metaconfig
6790            ! U/threads/archname.U
6791 ____________________________________________________________________________
6792 [  8526] By: jhi                                   on 2001/01/23  14:43:19
6793         Log: Attach -perlio to the archname if so selected.
6794      Branch: perl
6795            ! Configure
6796 ____________________________________________________________________________
6797 [  8525] By: jhi                                   on 2001/01/23  14:24:01
6798         Log: Subject: [PATCH] pod/perlvar.pod
6799              From: abigail@foad.org
6800              Date: Tue, 23 Jan 2001 01:41:10 +0100
6801              Message-ID: <20010123004110.22259.qmail@foad.org>
6802      Branch: perl
6803            ! pod/perlvar.pod
6804 ____________________________________________________________________________
6805 [  8524] By: jhi                                   on 2001/01/23  14:22:32
6806         Log: A bug introduced in #8217 (the undefined variable in the
6807              lib/safe1_t #3) fixed, by Charles Lane:
6808              
6809              The earlier patch made it so that stuff running in Safe
6810              compartments could do a "caller" and see "main".  That
6811              little change in name is done right before the code in
6812              the compartment is run, and apparantly the parser
6813              was picking up the stash name before it got changed.
6814              
6815              (why it was threaded vs. unthreaded Perl that was sensitive to this
6816              I still don't know...and it probably doesn't matter).
6817              
6818              I tryed removing the stash name-change and saw that threaded Perl
6819              did indeed pass the lib/safe1.t tests.
6820              
6821              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
6822              do the name change (and to connect _ in the compartment to the global
6823              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
6824              to call _safe_pkg_prep when creating a new compartment.
6825              
6826              Passes all tests with threaded perl on linux; passes all tests
6827              with unthreaded perl on VMS.
6828              
6829              At some point I'll probably want to revisit Safe and Opcode to
6830              provide more sensible handling of global variables...and to get
6831              formats working in Safe compartments, which they don't do currently.
6832      Branch: perl
6833            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
6834 ____________________________________________________________________________
6835 [  8523] By: jhi                                   on 2001/01/23  14:11:58
6836         Log: Also the lib/Thread.pm itself needs to be ignored if
6837              the Thread extension hasn't been built.
6838      Branch: perl
6839            ! t/lib/1_compile.t
6840 ____________________________________________________________________________
6841 [  8522] By: jhi                                   on 2001/01/23  13:51:28
6842         Log: print() instead of warn() so that stderr doesn't get
6843              unncessarily polluted.
6844      Branch: perl
6845            ! ext/Encode/compile
6846 ____________________________________________________________________________
6847 [  8521] By: jhi                                   on 2001/01/23  13:49:48
6848         Log: Integrate perlio.
6849      Branch: perl
6850           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
6851           !> ext/Encode/encode.h
6852 ____________________________________________________________________________
6853 [  8520] By: nick                                  on 2001/01/22  21:44:00
6854         Log: More messing with Encode:
6855              Extra fields in header to allow multiple names and to record
6856              other things "compile" knows.
6857              Re-organise compile to factor out common output routines.
6858      Branch: perlio
6859            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
6860 ____________________________________________________________________________
6861 [  8519] By: nick                                  on 2001/01/22  20:33:50
6862         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
6863      Branch: perlio
6864            ! ext/Encode/Makefile.PL ext/Encode/compile
6865 ____________________________________________________________________________
6866 [  8518] By: nick                                  on 2001/01/22  20:28:13
6867         Log: Integrate mainline
6868      Branch: perlio
6869           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
6870           !> vos/config.alpha.def vos/config.alpha.h
6871 ____________________________________________________________________________
6872 [  8517] By: jhi                                   on 2001/01/22  15:37:17
6873         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
6874              by Inaba Hiroto.
6875      Branch: perl
6876            ! sv.c
6877 ____________________________________________________________________________
6878 [  8516] By: jhi                                   on 2001/01/22  14:55:15
6879         Log: More SIG_SIZE fixes.
6880      Branch: perl
6881            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
6882 ____________________________________________________________________________
6883 [  8515] By: jhi                                   on 2001/01/22  14:50:27
6884         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
6885              From: "Craig A. Berry" <craigberry@mac.com>
6886              Date: Mon, 22 Jan 2001 00:42:24 -0600
6887              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
6888      Branch: perl
6889            ! configure.com
6890 ____________________________________________________________________________
6891 [  8514] By: jhi                                   on 2001/01/22  14:31:17
6892         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
6893              From: "Craig A. Berry" <craigberry@mac.com>
6894              Date: Sun, 21 Jan 2001 23:03:25 -0600
6895              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
6896      Branch: perl
6897            ! configure.com
6898 ____________________________________________________________________________
6899 [  8513] By: jhi                                   on 2001/01/22  14:14:00
6900         Log: Add the .ucm encoding tables to the MANIFEST.
6901      Branch: perl
6902            ! MANIFEST
6903 ____________________________________________________________________________
6904 [  8512] By: jhi                                   on 2001/01/22  13:43:33
6905         Log: Integrate perlio.
6906      Branch: perl
6907           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
6908           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6909           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
6910           +> ext/Encode/Encode/iso8859-10.ucm
6911           +> ext/Encode/Encode/iso8859-13.ucm
6912           +> ext/Encode/Encode/iso8859-14.ucm
6913           +> ext/Encode/Encode/iso8859-15.ucm
6914           +> ext/Encode/Encode/iso8859-16.ucm
6915           +> ext/Encode/Encode/iso8859-2.ucm
6916           +> ext/Encode/Encode/iso8859-3.ucm
6917           +> ext/Encode/Encode/iso8859-4.ucm
6918           +> ext/Encode/Encode/iso8859-5.ucm
6919           +> ext/Encode/Encode/iso8859-6.ucm
6920           +> ext/Encode/Encode/iso8859-7.ucm
6921           +> ext/Encode/Encode/iso8859-8.ucm
6922           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
6923           +> ext/Encode/Encode/symbol.ucm
6924           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
6925           !> perliol.h
6926 ____________________________________________________________________________
6927 [  8511] By: nick                                  on 2001/01/21  23:44:47
6928         Log: Make "real" layers of ":utf8" and ":raw".
6929              So now PERLIO=utf8 perl ...
6930              does what Andreas wanted.
6931              Fix arg passing in open.pm (still have a Carp issue).
6932      Branch: perlio
6933            ! lib/open.pm perlio.c perliol.h
6934 ____________________________________________________________________________
6935 [  8510] By: jhi                                   on 2001/01/21  22:56:53
6936         Log: Document the regex context pushing/popping a bit better.
6937      Branch: perl
6938            ! regexec.c
6939 ____________________________________________________________________________
6940 [  8509] By: jhi                                   on 2001/01/21  22:55:44
6941         Log: Tweak the mkdir trailing slash code some more.
6942              
6943              TO DO: the same handling should probably be done for
6944              all the other filesystem functions that can have directories
6945              as their arguments.
6946      Branch: perl
6947            ! pp_sys.c
6948 ____________________________________________________________________________
6949 [  8508] By: nick                                  on 2001/01/21  21:37:43
6950         Log: Switch "compiled in" encodings to .ucm format.
6951              (Leave others as .enc till we can run-time load .ucm,
6952              or find some other way to load them.)
6953      Branch: perlio
6954            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
6955            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6956            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
6957            + ext/Encode/Encode/iso8859-10.ucm
6958            + ext/Encode/Encode/iso8859-13.ucm
6959            + ext/Encode/Encode/iso8859-14.ucm
6960            + ext/Encode/Encode/iso8859-15.ucm
6961            + ext/Encode/Encode/iso8859-16.ucm
6962            + ext/Encode/Encode/iso8859-2.ucm
6963            + ext/Encode/Encode/iso8859-3.ucm
6964            + ext/Encode/Encode/iso8859-4.ucm
6965            + ext/Encode/Encode/iso8859-5.ucm
6966            + ext/Encode/Encode/iso8859-6.ucm
6967            + ext/Encode/Encode/iso8859-7.ucm
6968            + ext/Encode/Encode/iso8859-8.ucm
6969            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
6970            + ext/Encode/Encode/symbol.ucm
6971            ! ext/Encode/Makefile.PL ext/Encode/compile
6972 ____________________________________________________________________________
6973 [  8507] By: nick                                  on 2001/01/21  21:02:03
6974         Log: Integrate (partial) mainline.
6975      Branch: perlio
6976           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
6977           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
6978           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6979 ____________________________________________________________________________
6980 [  8506] By: jhi                                   on 2001/01/21  20:09:30
6981         Log: Update Changes.
6982      Branch: perl
6983            ! Changes patchlevel.h
6984 ____________________________________________________________________________
6985 [  8505] By: jhi                                   on 2001/01/21  19:39:59
6986         Log: Subject: Minor typos in perlfaq2.pod
6987              From: "Stephen P. Potter" <spp@spotter.yi.org>
6988              Message-Id: <200101192101.QAA11911@spotter.yi.org>
6989              Date: Fri, 19 Jan 2001 16:01:13 -0500
6990              
6991              with a nit from Philip Netwon.
6992      Branch: perl
6993            ! pod/perlfaq2.pod
6994 ____________________________________________________________________________
6995 [  8504] By: jhi                                   on 2001/01/21  19:33:05
6996         Log: Metaconfig change for #8503.
6997      Branch: metaconfig
6998            ! U/threads/usethreads.U
6999 ____________________________________________________________________________
7000 [  8503] By: jhi                                   on 2001/01/21  19:32:21
7001         Log: Sanity check for conflicting thread flavours.
7002      Branch: perl
7003            ! Configure config_h.SH
7004 ____________________________________________________________________________
7005 [  8502] By: jhi                                   on 2001/01/21  19:23:00
7006         Log: Metaconfig change for #8501.
7007      Branch: metaconfig
7008            ! U/modified/sig_name.U
7009 ____________________________________________________________________________
7010 [  8501] By: jhi                                   on 2001/01/21  19:22:26
7011         Log: The SIG_SIZE is the number of the elements *excluding*
7012              the terminating NULL.
7013      Branch: perl
7014            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
7015            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
7016            ! win32/config_H.vc
7017 ____________________________________________________________________________
7018 [  8500] By: jhi                                   on 2001/01/21  18:31:31
7019         Log: Integrate perlio.
7020      Branch: perl
7021           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
7022           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
7023           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
7024           !> pp_sys.c proto.h sv.c
7025 ____________________________________________________________________________
7026 [  8499] By: jhi                                   on 2001/01/21  17:43:57
7027         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
7028              From: Hugo <hv@crypt.compulink.co.uk>
7029              Date: Sun, 21 Jan 2001 13:34:05 +0000
7030              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
7031              
7032              In sprintf UTF8ize only if necessary.
7033      Branch: perl
7034            ! sv.c
7035 ____________________________________________________________________________
7036 [  8498] By: nick                                  on 2001/01/21  16:25:32
7037         Log: Encode cleanup.
7038              Add command line control over "compile" so that Makefile.PL
7039              needs can be combined with other uses.
7040              Use command line options in Makefile.PL.
7041              Fix multi-byte parsing in .ucm files.
7042      Branch: perlio
7043            ! ext/Encode/Makefile.PL ext/Encode/compile
7044 ____________________________________________________________________________
7045 [  8497] By: nick                                  on 2001/01/21  12:56:27
7046         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
7047      Branch: perlio
7048            ! ext/Encode/Encode.xs
7049 ____________________________________________________________________________
7050 [  8496] By: nick                                  on 2001/01/21  12:18:45
7051         Log: Fixup after integrate:
7052              missed the .sym files that are changed by regen_headers
7053              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
7054      Branch: perlio
7055            ! global.sym pp.sym sv.c
7056 ____________________________________________________________________________
7057 [  8495] By: nick                                  on 2001/01/21  11:51:07
7058         Log: Integrate mainline.
7059      Branch: perlio
7060           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
7061           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
7062           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
7063           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
7064           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
7065           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
7066           !> win32/Makefile win32/makefile.mk
7067 ____________________________________________________________________________
7068 [  8494] By: jhi                                   on 2001/01/20  23:12:11
7069         Log: Forgot the expect_number() prototype.
7070      Branch: perl
7071            ! embed.h embed.pl proto.h
7072 ____________________________________________________________________________
7073 [  8493] By: jhi                                   on 2001/01/20  22:56:39
7074         Log: Subject: [PATCH: perl@8482] README.vms URL updates
7075              From: Peter Prymmer <pvhp@forte.com>
7076              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
7077              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
7078              
7079              Plus Craig A. Berry's suggestion to use compaq.com instead
7080              of digital.com.
7081      Branch: perl
7082            ! README.vms
7083 ____________________________________________________________________________
7084 [  8492] By: jhi                                   on 2001/01/20  22:50:05
7085         Log: Memory management calls documentation.
7086      Branch: perl
7087            ! pod/perlguts.pod
7088 ____________________________________________________________________________
7089 [  8491] By: jhi                                   on 2001/01/20  22:38:33
7090         Log: Signedness nit plus few memcpy/Copy nits.
7091      Branch: perl
7092            ! sv.c
7093 ____________________________________________________________________________
7094 [  8490] By: jhi                                   on 2001/01/20  22:25:53
7095         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
7096              From: Peter Prymmer <pvhp@forte.com>
7097              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
7098              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
7099      Branch: perl
7100            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
7101 ____________________________________________________________________________
7102 [  8489] By: jhi                                   on 2001/01/20  22:24:41
7103         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
7104              From: Peter Prymmer <pvhp@forte.com>
7105              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
7106              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
7107      Branch: perl
7108            ! win32/Makefile win32/makefile.mk
7109 ____________________________________________________________________________
7110 [  8488] By: jhi                                   on 2001/01/20  22:22:27
7111         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
7112              From: Peter Prymmer <pvhp@forte.com>
7113              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
7114              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
7115      Branch: perl
7116            ! Makefile.SH
7117 ____________________________________________________________________________
7118 [  8487] By: jhi                                   on 2001/01/20  22:21:18
7119         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
7120              From: Peter Prymmer <pvhp@forte.com>
7121              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
7122              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
7123      Branch: perl
7124            + ext/DynaLoader/dl_dllload.xs
7125            ! MANIFEST Makefile.SH hints/os390.sh
7126 ____________________________________________________________________________
7127 [  8486] By: jhi                                   on 2001/01/20  22:17:53
7128         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
7129              From: Peter Prymmer <pvhp@forte.com>
7130              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
7131              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
7132      Branch: perl
7133            ! README.os390 README.posix-bc
7134 ____________________________________________________________________________
7135 [  8485] By: jhi                                   on 2001/01/20  20:15:30
7136         Log: Document and test the new qu operator.
7137      Branch: perl
7138            + t/op/qu.t
7139            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
7140            ! pod/perlretut.pod pod/perlunicode.pod
7141 ____________________________________________________________________________
7142 [  8484] By: nick                                  on 2001/01/20  19:42:30
7143         Log: Infrastructure to allow:
7144              open($fh,"|-",@array);
7145              to be implemented
7146              i.e. mark pp_open as needing a stack mark, and make pp_open
7147              process its args in that style (and pass them _all_ to tied handles OPEN).
7148              Invent do_openn() which takes SV ** at allow it to see multiple args.
7149              Note this does not _do_ anything yet.
7150      Branch: perlio
7151            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
7152            ! perlapi.c pp_proto.h pp_sys.c proto.h
7153 ____________________________________________________________________________
7154 [  8483] By: nick                                  on 2001/01/20  17:23:14
7155         Log: Integrate mainline.
7156      Branch: perlio
7157           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
7158           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
7159 ____________________________________________________________________________
7160 [  8482] By: jhi                                   on 2001/01/19  15:37:49
7161         Log: Update Changes.
7162      Branch: perl
7163            ! Changes patchlevel.h
7164 ____________________________________________________________________________
7165 [  8481] By: jhi                                   on 2001/01/19  14:41:24
7166         Log: Subject: Re: new feature: s?printf parameter reordering 
7167              From: Hugo <hv@crypt.compulink.co.uk>
7168              Date: Thu, 11 Jan 2001 17:09:03 +0000
7169              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
7170              
7171              - support reordering for all parameters: %, *v, *, .*
7172              - lay down that the reordering specification must immediately
7173              follow that parameter: %3$, *v3$, *3$, .*3$
7174              - fix vectorisation of a zero-length string
7175              - factor out the code choosing the argument to format
7176              
7177              Possibly unwanted side-effects:
7178              - the special format specifiers ' +-0' must now precede any
7179              vectorisation specifier. Tests in op/sprintf and op/ver
7180              have been changed to reflect this.
7181              - sprintf.t test #214 changed its expectations because in many
7182              cases, the next parameter has already been consumed when an
7183              invalid type letter is detected.
7184              
7185              Probably wanted side-effects:
7186              - attempts to format a non-existent parameter will warn as if C<undef>
7187              - attempt to write to non-existent parameter with '%n' will complain
7188              of "attempt to modify read-only value" instead of being silent
7189      Branch: perl
7190            ! sv.c t/op/sprintf.t t/op/ver.t
7191 ____________________________________________________________________________
7192 [  8480] By: jhi                                   on 2001/01/19  14:08:37
7193         Log: Subject: PATCH pragma/locale.t
7194              From: andreas.koenig@anima.de (Andreas J. Koenig)
7195              Date: 18 Jan 2001 09:45:37 +0100
7196              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
7197      Branch: perl
7198            ! t/pragma/locale.t
7199 ____________________________________________________________________________
7200 [  8479] By: jhi                                   on 2001/01/19  13:19:58
7201         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
7202      Branch: perl
7203            ! configure.com
7204 ____________________________________________________________________________
7205 [  8478] By: jhi                                   on 2001/01/19  02:12:35
7206         Log: Automate 1_compile.t.
7207      Branch: perl
7208            ! t/lib/1_compile.t
7209 ____________________________________________________________________________
7210 [  8477] By: jhi                                   on 2001/01/19  01:49:56
7211         Log: Integrate perlio.
7212      Branch: perl
7213           !> sv.c win32/config.bc win32/config.gc win32/config.vc
7214           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7215 ____________________________________________________________________________
7216 [  8476] By: nick                                  on 2001/01/18  21:51:52
7217         Log: Integrate mainline
7218      Branch: perlio
7219           +> t/lib/1_compile.t t/lib/compmod.pl
7220           !> MANIFEST configure.com lib/unicode/distinct.pm
7221 ____________________________________________________________________________
7222 [  8475] By: nick                                  on 2001/01/18  21:48:02
7223         Log: Win32 "safe signals" co-existance fix.
7224              Fix SIG_SIZE value.
7225              Clear PL_sig_pending when cloning (fork).
7226      Branch: perlio
7227            ! sv.c win32/config.bc win32/config.gc win32/config.vc
7228            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7229 ____________________________________________________________________________
7230 [  8474] By: jhi                                   on 2001/01/18  14:40:57
7231         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
7232      Branch: perl
7233            ! t/lib/1_compile.t
7234 ____________________________________________________________________________
7235 [  8473] By: gsar                                  on 2001/01/18  11:42:31
7236         Log: unsubmitted trial1 change
7237      Branch: maint-5.6/perl
7238            ! Changes
7239 ____________________________________________________________________________
7240 [  8472] By: jhi                                   on 2001/01/18  04:30:24
7241         Log: The first bug found by 1_compile.t.
7242      Branch: perl
7243            ! lib/unicode/distinct.pm
7244 ____________________________________________________________________________
7245 [  8471] By: jhi                                   on 2001/01/18  04:29:42
7246         Log: Add Schwern's 1_compile test.  The compile_module script renamed
7247              to be a bit shorter for the 8.3 people.
7248      Branch: perl
7249            + t/lib/1_compile.t t/lib/compmod.pl
7250            ! MANIFEST
7251 ____________________________________________________________________________
7252 [  8470] By: jhi                                   on 2001/01/18  04:16:00
7253         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)
7254              From: Peter Prymmer <pvhp@forte.com>
7255              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
7256              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
7257              Replace #8463.
7258      Branch: maint-5.6/perl
7259            ! configure.com
7260 ____________________________________________________________________________
7261 [  8469] By: jhi                                   on 2001/01/18  04:13:02
7262         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)
7263              From: Peter Prymmer <pvhp@forte.com>
7264              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
7265              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
7266              Replace #8462.
7267      Branch: perl
7268            ! configure.com
7269 ____________________________________________________________________________
7270 [  8468] By: jhi                                   on 2001/01/18  03:42:08
7271         Log: Integrate perlio.
7272      Branch: perl
7273           !> gv.c mg.c perlio.c util.c
7274 ____________________________________________________________________________
7275 [  8467] By: nick                                  on 2001/01/17  22:41:10
7276         Log: "Safe" signals - trial implementation.
7277              gv.c tweaked to zero PL_sig_pend array
7278              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
7279              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
7280              Odd thing is that it "works" with PERLIO=stdio as well (linux).
7281      Branch: perlio
7282            ! gv.c mg.c perlio.c util.c
7283 ____________________________________________________________________________
7284 [  8466] By: nick                                  on 2001/01/17  20:40:20
7285         Log: Integrate mainline.
7286      Branch: perlio
7287           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7288           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
7289           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
7290           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7291           !> vos/config.ga.h win32/config.bc win32/config.gc
7292           !> win32/config.vc
7293 ____________________________________________________________________________
7294 [  8465] By: jhi                                   on 2001/01/17  18:37:13
7295         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
7296              From: Nicholas Clark <nick@ccl4.org>
7297              Date: Wed, 17 Jan 2001 17:31:33 +0000
7298              Message-ID: <20010117173133.I2633@plum.flirble.org>
7299      Branch: perl
7300            ! t/op/int.t
7301 ____________________________________________________________________________
7302 [  8464] By: jhi                                   on 2001/01/17  14:43:17
7303         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
7304              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7305              Date: Wed, 17 Jan 2001 15:16:43 +0100
7306              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
7307              
7308              pp_int() was dropping an NV to the floor,
7309              int(279964589018079/59) either returned not an integer
7310              4745162525730.15, or one got "Attempt to free unreferenced scalar."
7311      Branch: perl
7312            ! pp.c
7313 ____________________________________________________________________________
7314 [  8463] By: jhi                                   on 2001/01/17  06:12:42
7315         Log: (Replaced by #8470)
7316              
7317              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)
7318              From: "Craig A. Berry" <craigberry@mac.com>
7319              Date: Tue, 16 Jan 2001 23:38:46 -0600
7320              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
7321      Branch: maint-5.6/perl
7322            ! configure.com
7323 ____________________________________________________________________________
7324 [  8462] By: jhi                                   on 2001/01/17  06:11:31
7325         Log: (Replaced by #8469)
7326              
7327              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)
7328              From: "Craig A. Berry" <craigberry@mac.com>
7329              Date: Tue, 16 Jan 2001 23:38:46 -0600
7330              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
7331      Branch: perl
7332            ! configure.com
7333 ____________________________________________________________________________
7334 [  8461] By: jhi                                   on 2001/01/17  05:56:12
7335         Log: Allow for one trailing slash in the directory of mkdir().
7336      Branch: perl
7337            ! pp_sys.c
7338 ____________________________________________________________________________
7339 [  8460] By: jhi                                   on 2001/01/17  03:26:01
7340         Log: Metaconfig unit changes for #8459.
7341      Branch: metaconfig
7342            ! U/modified/Loc.U U/modified/sig_name.U
7343 ____________________________________________________________________________
7344 [  8459] By: jhi                                   on 2001/01/17  03:24:48
7345         Log: Define SIG_SIZE, the number of elements in the sig_name and
7346              sig_num arrays, including the final NULL entry.
7347      Branch: perl
7348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7349            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
7350            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
7351            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7352            ! win32/config.bc win32/config.gc win32/config.vc
7353 ____________________________________________________________________________
7354 [  8458] By: jhi                                   on 2001/01/17  01:41:33
7355         Log: Integrate perlio.
7356      Branch: perl
7357           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
7358           !> perlapi.h proto.h sv.c
7359 ____________________________________________________________________________
7360 [  8457] By: nick                                  on 2001/01/16  22:07:26
7361         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
7362              Provides all the "cost" but no benefit yet - it is to allow cost
7363              to be measured, and implementation experiments (just in mg.c?).
7364      Branch: perlio
7365            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
7366            ! perlapi.h proto.h sv.c
7367 ____________________________________________________________________________
7368 [  8456] By: nick                                  on 2001/01/16  21:07:07
7369         Log: Integrate mainline.
7370      Branch: perlio
7371           !> (integrate 51 files)
7372 ____________________________________________________________________________
7373 [  8455] By: jhi                                   on 2001/01/16  18:13:43
7374         Log: Subject: [PATCH] regcomp.c old feature removal
7375              From: mjd@plover.com
7376              Date: 16 Jan 2001 14:43:18 -0000 
7377              Message-ID: <20010116144318.7140.qmail@plover.com> 
7378      Branch: perl
7379            ! regcomp.c
7380 ____________________________________________________________________________
7381 [  8454] By: jhi                                   on 2001/01/16  16:12:39
7382         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
7383              From: "Indy Singh" <indy@nusphere.com>
7384              Date: Wed, 10 Jan 2001 20:17:49 -0500
7385              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
7386      Branch: maint-5.6/perl
7387            ! win32/Makefile
7388 ____________________________________________________________________________
7389 [  8453] By: jhi                                   on 2001/01/16  16:09:33
7390         Log: Update Changes.
7391      Branch: perl
7392            ! Changes patchlevel.h
7393 ____________________________________________________________________________
7394 [  8452] By: jhi                                   on 2001/01/16  15:42:04
7395         Log: Subject: Re: API Cleanup
7396              To: perl5-porters@perl.org
7397              Date: Tue, 16 Jan 2001 13:42:30 +0000
7398              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
7399              
7400              Subject: [PATCH] utf8.c documentation
7401              From: Simon Cozens <simon@cozens.net>
7402              Date: Tue, 16 Jan 2001 13:52:48 +0000
7403              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
7404              
7405              Subject: Re: API Cleanup
7406              From: Simon Cozens <simon@cozens.net>
7407              Date: Tue, 16 Jan 2001 14:58:55 +0000
7408              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
7409              
7410              UTF-8 doc patches.
7411      Branch: perl
7412            ! embed.pl pod/perlapi.pod utf8.c
7413 ____________________________________________________________________________
7414 [  8451] By: jhi                                   on 2001/01/16  14:41:39
7415         Log: podlators 1.07, from Russ Allbery.
7416      Branch: perl
7417            ! lib/Pod/Man.pm
7418 ____________________________________________________________________________
7419 [  8450] By: jhi                                   on 2001/01/16  14:24:19
7420         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
7421              From: "Indy Singh" <indy@nusphere.com>
7422              Date: Mon, 15 Jan 2001 20:59:40 -0500
7423              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
7424      Branch: perl
7425            ! win32/Makefile
7426 ____________________________________________________________________________
7427 [  8449] By: jhi                                   on 2001/01/16  03:42:55
7428         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
7429              at the setting of the ofs_sv in new_struct_thread() as the
7430              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
7431              that invited a core dump.
7432      Branch: perl
7433            ! util.c
7434 ____________________________________________________________________________
7435 [  8448] By: jhi                                   on 2001/01/16  01:49:07
7436         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
7437              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7438              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
7439              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
7440              
7441              Replace #8444 and #8445.
7442      Branch: perl
7443            ! ext/B/B.xs ext/B/B/Debug.pm
7444 ____________________________________________________________________________
7445 [  8447] By: jhi                                   on 2001/01/15  21:05:35
7446         Log: Subject: [PATCH] API Variable documentation   
7447              From: Simon Cozens <simon@cozens.net>
7448              Date: Mon, 15 Jan 2001 19:35:54 +0000
7449              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
7450      Branch: perl
7451            ! pod/perlapi.pod thrdvar.h
7452 ____________________________________________________________________________
7453 [  8446] By: jhi                                   on 2001/01/15  20:49:20
7454         Log: Signedness nit.
7455      Branch: perl
7456            ! pp_ctl.c
7457 ____________________________________________________________________________
7458 [  8445] By: jhi                                   on 2001/01/15  20:28:48
7459         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
7460      Branch: perl
7461            ! ext/B/B/Debug.pm
7462 ____________________________________________________________________________
7463 [  8444] By: jhi                                   on 2001/01/15  13:09:10
7464         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
7465      Branch: perl
7466            ! ext/B/B.xs
7467 ____________________________________________________________________________
7468 [  8443] By: jhi                                   on 2001/01/15  13:06:26
7469         Log: Missing from #8439.
7470      Branch: perl
7471            ! keywords.h mg.c
7472 ____________________________________________________________________________
7473 [  8442] By: jhi                                   on 2001/01/15  13:02:38
7474         Log: Subject: [PATCH @8436] Eliminate op_children
7475              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7476              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
7477              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
7478              
7479              Subject: [PATCH @8436] Re: Eliminate op_children
7480              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7481              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
7482              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
7483      Branch: perl
7484            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
7485            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
7486            ! op.c op.h
7487 ____________________________________________________________________________
7488 [  8441] By: jhi                                   on 2001/01/15  12:57:08
7489         Log: Use the /^Perl_/-less form of is_lvalue_sub().
7490      Branch: perl
7491            ! pp.h
7492 ____________________________________________________________________________
7493 [  8440] By: jhi                                   on 2001/01/15  05:13:09
7494         Log: Revert #8437 and #8438, the Linux large files story is more complex.
7495      Branch: metaconfig/U/perl
7496            ! d_fpos64_t.U d_off64_t.U
7497      Branch: perl
7498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7499            ! config_h.SH configure.com epoc/config.sh perl.h
7500            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
7501            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7502            ! win32/config.bc win32/config.gc win32/config.vc
7503 ____________________________________________________________________________
7504 [  8439] By: jhi                                   on 2001/01/15  05:02:24
7505         Log: More UTF-8 patches from Inaba Hiroto.
7506              - The substr lval was still not okay.
7507              - Now pp_stringify and sv_setsv copies source's UTF8 flag
7508              even if IN_BYTE.  pp_stringify is called from fold_constants
7509              at optimization phase and "\x{100}" was made SvUTF8_off under
7510              use bytes (the bytes pragma is for "byte semantics" and not
7511              for "do not produce UTF8 data")
7512              - New `qu' operator to generate UTF8 string explicitly.
7513              Though I agree with the policy "0x00-0xff always produce bytes",
7514              sometimes want to such a string to be coded in UTF8.
7515              I can use pack"U0a*" but it requires more typing and has
7516              runtime overhead.
7517              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
7518              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
7519              string is not UTF8_on and has char 0x80-0xff.
7520              
7521              TODO: document and test qu.
7522      Branch: perl
7523            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
7524            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
7525            ! toke.c
7526 ____________________________________________________________________________
7527 [  8438] By: jhi                                   on 2001/01/14  05:10:23
7528         Log: Metaconfig unit changes for #8437.
7529      Branch: metaconfig/U/perl
7530            ! d_fpos64_t.U d_off64_t.U
7531 ____________________________________________________________________________
7532 [  8437] By: jhi                                   on 2001/01/14  04:55:34
7533         Log: Add <features.h> probing, seems to be needed for (some?)
7534              Linux largefileness.
7535      Branch: perl
7536            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7537            ! config_h.SH configure.com epoc/config.sh perl.h
7538            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
7539            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7540            ! win32/config.bc win32/config.gc win32/config.vc
7541 ____________________________________________________________________________
7542 [  8436] By: jhi                                   on 2001/01/13  17:47:21
7543         Log: Tighten some of the tests a bit.
7544      Branch: perl
7545            ! t/pragma/utf8.t
7546 ____________________________________________________________________________
7547 [  8435] By: jhi                                   on 2001/01/13  17:31:54
7548         Log: Integrate perlio.
7549      Branch: perl
7550           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
7551           !> win32/config_H.gc win32/config_H.vc
7552 ____________________________________________________________________________
7553 [  8434] By: nick                                  on 2001/01/13  11:36:53
7554         Log: Run dmake regen_config_h for Win32
7555      Branch: perlio
7556            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7557 ____________________________________________________________________________
7558 [  8433] By: nick                                  on 2001/01/13  11:31:55
7559         Log: VMS friendly patch to Encode compile process
7560      Branch: perlio
7561            ! ext/Encode/Makefile.PL ext/Encode/compile
7562 ____________________________________________________________________________
7563 [  8432] By: nick                                  on 2001/01/13  11:06:44
7564         Log: Integrate mainline
7565      Branch: perlio
7566           +> ext/B/B/Concise.pm
7567           !> (integrate 52 files)
7568 ____________________________________________________________________________
7569 [  8431] By: jhi                                   on 2001/01/13  05:55:55
7570         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
7571              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7572              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
7573              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
7574      Branch: perl
7575            ! ext/B/B/Concise.pm
7576 ____________________________________________________________________________
7577 [  8430] By: jhi                                   on 2001/01/13  04:24:18
7578         Log: The LVRET macro needed an aTHX.
7579      Branch: perl
7580            ! pp.h
7581 ____________________________________________________________________________
7582 [  8429] By: jhi                                   on 2001/01/13  02:12:42
7583         Log: Update Changes.
7584      Branch: perl
7585            ! Changes patchlevel.h
7586 ____________________________________________________________________________
7587 [  8428] By: jhi                                   on 2001/01/13  02:08:50
7588         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
7589              From: Peter Prymmer <pvhp@forte.com>
7590              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
7591              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
7592              
7593              Add a BEGIN guard for sloppy floating point division.
7594      Branch: perl
7595            ! lib/Math/BigInt.pm lib/bigint.pl
7596 ____________________________________________________________________________
7597 [  8427] By: jhi                                   on 2001/01/13  01:47:16
7598         Log: The B::Terse drop-in replacement wasn't quite drop-in.
7599      Branch: perl
7600            ! ext/B/B/Terse.pm
7601 ____________________________________________________________________________
7602 [  8426] By: jhi                                   on 2001/01/12  21:20:43
7603         Log: Use UVXf.
7604      Branch: perl
7605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7606            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
7607            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7608            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7609            ! win32/config.gc win32/config.vc
7610 ____________________________________________________________________________
7611 [  8425] By: jhi                                   on 2001/01/12  20:20:14
7612         Log: Subject: [PATCH perl@8342] -Wformat
7613              From: Robin Barker <rmb1@cise.npl.co.uk>
7614              Date: Fri, 12 Jan 2001 20:03:14 GMT
7615              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
7616      Branch: perl
7617            ! ext/Encode/Encode.xs mg.c sv.c toke.c
7618 ____________________________________________________________________________
7619 [  8424] By: jhi                                   on 2001/01/12  20:01:48
7620         Log: Subject: B::Concise -- an improved replacement for B::Terse 
7621              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7622              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
7623              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
7624      Branch: perl
7625            + ext/B/B/Concise.pm
7626            ! MANIFEST ext/B/B/Terse.pm
7627 ____________________________________________________________________________
7628 [  8423] By: jhi                                   on 2001/01/12  19:24:02
7629         Log: The new metaconfig unit from the #8421.
7630      Branch: metaconfig/U/perl
7631            + d_sigprocmask.U
7632 ____________________________________________________________________________
7633 [  8422] By: jhi                                   on 2001/01/12  19:23:43
7634         Log: Forgot the microperl config from the #8421.
7635      Branch: perl
7636            ! uconfig.h uconfig.sh
7637 ____________________________________________________________________________
7638 [  8421] By: jhi                                   on 2001/01/12  19:05:27
7639         Log: Add sigprocmask() probe, regen Configure, regen toc.
7640      Branch: perl
7641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7642            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
7643            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7644            ! vos/config.ga.h win32/config.bc win32/config.gc
7645            ! win32/config.vc
7646 ____________________________________________________________________________
7647 [  8420] By: jhi                                   on 2001/01/12  18:34:31
7648         Log: Add sockatmark() to the todo list.
7649      Branch: perl
7650            ! Todo-5.6
7651 ____________________________________________________________________________
7652 [  8419] By: jhi                                   on 2001/01/12  18:09:46
7653         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
7654      Branch: perl
7655            ! op.c
7656 ____________________________________________________________________________
7657 [  8418] By: jhi                                   on 2001/01/12  18:05:30
7658         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
7659              From: Radu Greab <radu@netsoft.ro>
7660              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
7661              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
7662      Branch: perl
7663            ! op.c t/pragma/sub_lval.t
7664 ____________________________________________________________________________
7665 [  8417] By: jhi                                   on 2001/01/12  16:09:09
7666         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
7667              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
7668              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
7669              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
7670      Branch: perl
7671            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
7672            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
7673            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
7674            ! t/pragma/sub_lval.t toke.c
7675 ____________________________________________________________________________
7676 [  8416] By: jhi                                   on 2001/01/12  15:42:06
7677         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
7678              From: "Richard Soderberg" <rs@crystalflame.net>
7679              Date: Fri, 12 Jan 2001 04:49:35 -0800
7680              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
7681              
7682              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
7683              according to the platform.
7684      Branch: perl
7685            ! op.c
7686 ____________________________________________________________________________
7687 [  8415] By: jhi                                   on 2001/01/12  15:33:41
7688         Log: One more UTF-8 fix from Inaba Hiroto.
7689      Branch: perl
7690            ! pp.c regexec.c t/pragma/utf8.t
7691 ____________________________________________________________________________
7692 [  8414] By: jhi                                   on 2001/01/12  15:30:18
7693         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
7694      Branch: perl
7695            ! regexec.c
7696 ____________________________________________________________________________
7697 [  8413] By: jhi                                   on 2001/01/12  15:22:10
7698         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
7699              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7700              Date: Thu, 11 Jan 2001 12:53:36 +0100
7701              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
7702      Branch: perl
7703            ! toke.c
7704 ____________________________________________________________________________
7705 [  8412] By: jhi                                   on 2001/01/12  15:20:25
7706         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
7707              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7708              Date: Fri, 12 Jan 2001 14:37:55 +0100
7709              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
7710      Branch: perl
7711            ! hints/posix-bc.sh
7712 ____________________________________________________________________________
7713 [  8411] By: jhi                                   on 2001/01/12  15:14:14
7714         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
7715              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7716              Date: Fri, 12 Jan 2001 10:42:21 +0100
7717              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
7718      Branch: perl
7719            ! t/op/regmesg.t
7720 ____________________________________________________________________________
7721 [  8410] By: jhi                                   on 2001/01/12  05:48:55
7722         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
7723              From: Nicholas Clark <nick@ccl4.org> 
7724              Date: Sun, 7 Jan 2001 19:47:14 +0000
7725              Message-ID: <20010107194714.B1048@plum.flirble.org>
7726      Branch: perl
7727            ! t/op/numconvert.t
7728 ____________________________________________________________________________
7729 [  8409] By: jhi                                   on 2001/01/12  05:41:28
7730         Log: Integrate perlio.
7731      Branch: perl
7732           !> mg.c scope.h
7733 ____________________________________________________________________________
7734 [  8408] By: nick                                  on 2001/01/11  22:43:28
7735         Log: Remove variables that were used in experiments.
7736      Branch: perlio
7737            ! mg.c
7738 ____________________________________________________________________________
7739 [  8407] By: nick                                  on 2001/01/11  20:57:44
7740         Log: Catch die in %SIG handler and unblock the signal before re-dying.
7741              This make Linux work _without_ sigsetjmp().
7742              Turn off sigsetjmp() to see what else it does.
7743              May need Configure probe for sigprocmask() if anything has sigaction()
7744              but not sigprocmask().
7745      Branch: perlio
7746            ! mg.c scope.h
7747 ____________________________________________________________________________
7748 [  8406] By: nick                                  on 2001/01/11  19:32:07
7749         Log: Integrate mainline
7750      Branch: perlio
7751           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
7752           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
7753           !> t/op/substr.t
7754 ____________________________________________________________________________
7755 [  8405] By: jhi                                   on 2001/01/11  17:11:01
7756         Log: Fix UTF-8 lval substr().
7757      Branch: perl
7758            ! mg.c t/op/substr.t
7759 ____________________________________________________________________________
7760 [  8404] By: jhi                                   on 2001/01/11  05:13:58
7761         Log: Update Changes.
7762      Branch: perl
7763            ! Changes patchlevel.h
7764 ____________________________________________________________________________
7765 [  8403] By: jhi                                   on 2001/01/11  04:38:24
7766         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
7767              From: Hugo <hv@crypt.compulink.co.uk>
7768              Date: Mon, 30 Oct 2000 01:33:26 +0000
7769              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
7770      Branch: perl
7771            ! regexec.c t/op/re_tests
7772 ____________________________________________________________________________
7773 [  8402] By: jhi                                   on 2001/01/11  04:26:12
7774         Log: Integrate perlio.
7775      Branch: perl
7776           !> scope.h util.c
7777 ____________________________________________________________________________
7778 [  8401] By: nick                                  on 2001/01/10  22:52:55
7779         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
7780              (So Alan and Ilya can try setting via hints.)
7781              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
7782              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
7783              doing the save everywhere seems to restart read() correctly, but just
7784              doing it once "round" the handler does not.
7785      Branch: perlio
7786            ! scope.h
7787 ____________________________________________________________________________
7788 [  8400] By: jhi                                   on 2001/01/10  21:57:54
7789         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
7790              of IRIX, HP-UX is unaffected.
7791      Branch: perl
7792            ! perl.h
7793 ____________________________________________________________________________
7794 [  8399] By: nick                                  on 2001/01/10  21:29:19
7795         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
7796      Branch: perlio
7797            ! util.c
7798 ____________________________________________________________________________
7799 [  8398] By: jhi                                   on 2001/01/10  20:55:31
7800         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
7801              also have ReusePort.
7802      Branch: perl
7803            ! ext/IO/lib/IO/Socket/INET.pm
7804 ____________________________________________________________________________
7805 [  8397] By: jhi                                   on 2001/01/10  20:50:57
7806         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
7807              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
7808              Date: Wed, 10 Jan 2001 01:38:13 -0800
7809              Message-ID: <20010110013813.B41744@yahoo-inc.com>
7810      Branch: perl
7811            ! ext/IO/lib/IO/Socket/INET.pm
7812 ____________________________________________________________________________
7813 [  8396] By: jhi                                   on 2001/01/10  20:49:30
7814         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
7815              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
7816              Date: Wed, 10 Jan 2001 01:37:32 -0800
7817              Message-ID: <20010110013732.A41744@yahoo-inc.com>
7818      Branch: perl
7819            ! ext/Socket/Socket.pm
7820 ____________________________________________________________________________
7821 [  8395] By: jhi                                   on 2001/01/10  20:41:37
7822         Log: Test for bug id 20010105.016 (fixed by #8378).
7823      Branch: perl
7824            ! t/op/split.t
7825 ____________________________________________________________________________
7826 [  8394] By: jhi                                   on 2001/01/10  20:26:32
7827         Log: Integrate perlio.
7828      Branch: perl
7829            ! util.c
7830 ____________________________________________________________________________
7831 [  8393] By: nick                                  on 2001/01/10  19:34:30
7832         Log: Back out Simon's pid hackery for now.
7833      Branch: perlio
7834            ! util.c
7835 ____________________________________________________________________________
7836 [  8392] By: nick                                  on 2001/01/10  19:23:13
7837         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
7838      Branch: perlio
7839           !> (integrate 29 files)
7840 ____________________________________________________________________________
7841 [  8391] By: jhi                                   on 2001/01/10  18:43:15
7842         Log: Subject: [PATCH] Fix my_pclose segfault
7843              From: Simon Cozens <simon@cozens.net>
7844              Date: Wed, 10 Jan 2001 18:39:35 +0000
7845              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
7846      Branch: perl
7847            ! util.c
7848 ____________________________________________________________________________
7849 [  8390] By: jhi                                   on 2001/01/10  18:42:08
7850         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
7851              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7852              Date:     Wed, 10 Jan 2001 13:23:02 EST
7853              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
7854      Branch: perl
7855            ! ext/Opcode/Opcode.xs
7856 ____________________________________________________________________________
7857 [  8389] By: jhi                                   on 2001/01/10  15:16:07
7858         Log: Turn off the integer preservation for now.
7859      Branch: perl
7860            ! perl.h
7861 ____________________________________________________________________________
7862 [  8388] By: jhi                                   on 2001/01/10  15:01:25
7863         Log: Few more IDE/editor nits from p5p.
7864      Branch: perl
7865            ! pod/perlfaq3.pod
7866 ____________________________________________________________________________
7867 [  8387] By: jhi                                   on 2001/01/10  06:53:16
7868         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
7869              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
7870              Date: Tue, 9 Jan 2001 23:16:02 +0000
7871              Message-ID: <20010109231602.A81101@plum.flirble.org>
7872      Branch: perl
7873            ! sv.c
7874 ____________________________________________________________________________
7875 [  8386] By: jhi                                   on 2001/01/10  03:17:54
7876         Log: Test cases for #8385 (from Simon's "torture.pl")
7877      Branch: perl
7878            ! t/op/tr.t
7879 ____________________________________________________________________________
7880 [  8385] By: jhi                                   on 2001/01/10  03:17:11
7881         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
7882              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
7883              Date: Wed, 10 Jan 2001 11:39:39 +0900
7884              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
7885              
7886              Some more UTF-8 tr cases fixed.
7887      Branch: perl
7888            ! doop.c
7889 ____________________________________________________________________________
7890 [  8384] By: jhi                                   on 2001/01/09  22:45:40
7891         Log: Allow the locale test needing POSIX and the taint test
7892              needing IPC::SysV to run under 'minitest' (basically,
7893              bail out if loading the extension fails)
7894      Branch: perl
7895            ! t/op/misc.t t/op/taint.t
7896 ____________________________________________________________________________
7897 [  8383] By: jhi                                   on 2001/01/09  21:36:04
7898         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
7899              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7900              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
7901              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
7902      Branch: perl
7903            ! t/io/openpid.t
7904 ____________________________________________________________________________
7905 [  8382] By: jhi                                   on 2001/01/09  21:06:08
7906         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
7907              Should finish up the bug id 20001205.022.
7908      Branch: perl
7909            ! pp.c pp_hot.c scope.c
7910 ____________________________________________________________________________
7911 [  8381] By: jhi                                   on 2001/01/09  18:27:43
7912         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
7913              From: Andy Dougherty <doughera@lafayette.edu>
7914              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
7915              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
7916              
7917              More robust yacc/bison error detection.
7918      Branch: perl
7919            ! t/comp/proto.t
7920 ____________________________________________________________________________
7921 [  8380] By: jhi                                   on 2001/01/09  15:21:38
7922         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
7923              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7924              Date:     Tue, 9 Jan 2001 07:53:55 EST
7925              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
7926      Branch: perl
7927            ! t/op/misc.t vms/test.com
7928 ____________________________________________________________________________
7929 [  8379] By: jhi                                   on 2001/01/09  15:20:38
7930         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
7931              From: jhi@cc.hut.fi
7932              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
7933              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
7934              
7935              The #8378 fixed this.
7936      Branch: perl
7937            ! t/op/tr.t
7938 ____________________________________________________________________________
7939 [  8378] By: jhi                                   on 2001/01/09  15:05:32
7940         Log: Subject: One more patch for UTF8 
7941              From: Inaba Hiroto <inaba@st.rim.or.jp>
7942              Date: Tue, 09 Jan 2001 01:04:32 +0900
7943              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
7944              
7945              UTF-8 fixes for 'x' and tr///.
7946      Branch: perl
7947            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
7948            ! regcomp.c regexec.c toke.c utf8.c
7949 ____________________________________________________________________________
7950 [  8377] By: jhi                                   on 2001/01/09  14:32:17
7951         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
7952      Branch: perl
7953            ! t/op/length.t
7954 ____________________________________________________________________________
7955 [  8376] By: jhi                                   on 2001/01/09  04:32:32
7956         Log: integrate changes #7775, #8316, #8316 from mainline
7957      Branch: maint-5.6/perl
7958            ! hints/solaris_2.sh
7959 ____________________________________________________________________________
7960 [  8375] By: jhi                                   on 2001/01/09  04:26:43
7961         Log: Update Changes.
7962      Branch: perl
7963            ! Changes patchlevel.h
7964 ____________________________________________________________________________
7965 [  8374] By: jhi                                   on 2001/01/09  04:14:32
7966         Log: IDE/editor section tweaking.
7967      Branch: perl
7968            ! pod/perlfaq3.pod
7969 ____________________________________________________________________________
7970 [  8373] By: jhi                                   on 2001/01/09  02:38:26
7971         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
7972              From: Peter Prymmer <pvhp@forte.com>
7973              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
7974              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
7975              
7976              In preparation os OS/390 dynamic loading.
7977      Branch: perl
7978            ! README.os390 hints/os390.sh
7979 ____________________________________________________________________________
7980 [  8372] By: jhi                                   on 2001/01/09  00:24:30
7981         Log: Integrate with perlio.
7982      Branch: perl
7983           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
7984 ____________________________________________________________________________
7985 [  8371] By: nick                                  on 2001/01/08  23:54:33
7986         Log: Fix "scalars leaked" bugs caused by overload magic
7987              (Highlighted by Ilya's DESTROY optimization.)
7988      Branch: perlio
7989            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
7990 ____________________________________________________________________________
7991 [  8370] By: nick                                  on 2001/01/08  20:19:41
7992         Log: Integrate mainline
7993      Branch: perlio
7994           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
7995           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
7996           !> t/op/64bitint.t
7997 ____________________________________________________________________________
7998 [  8369] By: jhi                                   on 2001/01/08  17:30:52
7999         Log: save_delete() Safefree() doesn't (anymore?) work with shared
8000              strings, one test failure in op/misc and almost all of lib/b.
8001              (Outcomments #8369.)
8002      Branch: perl
8003            ! scope.c
8004 ____________________________________________________________________________
8005 [  8368] By: jhi                                   on 2001/01/08  14:47:10
8006         Log: (Outcommented by #8369.)
8007              
8008              Subject: Re: Perl BugID 20001205.022 ---- save_delete
8009              From: Simon Cozens <simon@cozens.net>
8010              Date: Sat, 6 Jan 2001 11:48:40 +0000
8011              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
8012              
8013              The save_delete() does need the Safefree.
8014      Branch: perl
8015            ! scope.c
8016 ____________________________________________________________________________
8017 [  8367] By: bailey                                on 2001/01/08  08:53:52
8018         Log: Once again syncing after too long an absence
8019      Branch: vmsperl
8020           +> (branch 55 files)
8021            - MAINTAIN fix_pl vos/config.def vos/config.h
8022            - vos/config_h.SH_orig
8023           !> (integrate 498 files)
8024 ____________________________________________________________________________
8025 [  8366] By: jhi                                   on 2001/01/08  02:42:59
8026         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
8027              From: nick@ccl4.org
8028              Date: Sun, 7 Jan 2001 21:07:18 +0000
8029              Message-Id: <20010107210717.D1048@plum.flirble.org>
8030      Branch: perl
8031            ! sv.c t/op/64bitint.t
8032 ____________________________________________________________________________
8033 [  8365] By: jhi                                   on 2001/01/08  02:35:16
8034         Log: Subject: [PATCH] environ nit
8035              From: Simon Cozens <simon@cozens.net>
8036              Date: Sun, 7 Jan 2001 17:57:07 +0000
8037              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
8038              
8039              Use environ only if we have it.
8040      Branch: perl
8041            ! mg.c
8042 ____________________________________________________________________________
8043 [  8364] By: jhi                                   on 2001/01/08  02:24:51
8044         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
8045      Branch: perl
8046            ! ext/GDBM_File/GDBM_File.xs
8047 ____________________________________________________________________________
8048 [  8363] By: jhi                                   on 2001/01/08  02:19:24
8049         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
8050              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8051              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
8052              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
8053      Branch: perl
8054            ! dump.c op.c
8055 ____________________________________________________________________________
8056 [  8362] By: jhi                                   on 2001/01/08  02:17:43
8057         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
8058              From: Doug MacEachern <dougm@covalent.net>
8059              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
8060              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
8061              
8062              Allow AUTOLOAD to be an xsub and allow such xsubs
8063              to avoid use of $AUTOLOAD.
8064      Branch: perl
8065            ! gv.c
8066 ____________________________________________________________________________
8067 [  8361] By: jhi                                   on 2001/01/08  02:16:07
8068         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8069              From: Radu Greab <radu@netsoft.ro>
8070              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
8071              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
8072              
8073              No need for the potentially unportable $SIG{CHLD}.
8074      Branch: perl
8075            ! t/io/pipe.t
8076 ____________________________________________________________________________
8077 [  8360] By: jhi                                   on 2001/01/08  01:58:23
8078         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
8079      Branch: perl
8080            ! lib/Getopt/Long.pm
8081 ____________________________________________________________________________
8082 [  8359] By: jhi                                   on 2001/01/08  01:55:44
8083         Log: Integrate perlio.
8084      Branch: perl
8085           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
8086           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
8087           !> utf8.c win32/Makefile
8088 ____________________________________________________________________________
8089 [  8358] By: jhi                                   on 2001/01/07  21:16:50
8090         Log: Update the EPOC cross SDK URL.
8091      Branch: perl
8092            ! README.epoc
8093 ____________________________________________________________________________
8094 [  8357] By: jhi                                   on 2001/01/07  21:16:09
8095         Log: Update the EPOC cross SDK URL.
8096      Branch: maint-5.6/perl
8097            ! README.epoc
8098 ____________________________________________________________________________
8099 [  8356] By: nick                                  on 2001/01/06  21:47:52
8100         Log: FILE * in XS code for PerlIO world:
8101              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
8102              - Add FILE * T_STDIO typemap.
8103              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
8104      Branch: perlio
8105            ! lib/ExtUtils/typemap perlio.c perlio.h
8106 ____________________________________________________________________________
8107 [  8355] By: jhi                                   on 2001/01/06  20:27:15
8108         Log: integrate change #8336 from mainline
8109              
8110              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
8111      Branch: maint-5.6/perl
8112            ! hv.c
8113 ____________________________________________________________________________
8114 [  8354] By: jhi                                   on 2001/01/06  20:24:29
8115         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8116              From: Robin Barker <rmb1@cise.npl.co.uk>
8117              Date: Fri, 22 Dec 2000 12:17:38 GMT
8118              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
8119              
8120              The patch reformats some long =item lines so they give
8121              correct output via pod2man | nroff -man
8122              
8123              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8124              From: Robin Barker <rmb1@cise.npl.co.uk>
8125              Date: Tue, 2 Jan 2001 15:35:03 GMT
8126              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
8127              
8128              Here is a _further_ patch which corrects a few more errors:
8129              * an empty C<=item> in CPAN.pm
8130              * patching the wrong file (pod/perlamiga.pod not README.amiga)
8131              * leaving empty C<=item>s which formatted incorrectly
8132              * over long C<=item>s revealed by latest patch to Pod::Man
8133      Branch: maint-5.6/perl
8134            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
8135            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
8136            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
8137            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
8138            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
8139            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
8140 ____________________________________________________________________________
8141 [  8353] By: jhi                                   on 2001/01/06  20:21:10
8142         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
8143              
8144              UTF-8 hash keys.
8145      Branch: maint-5.6/perl
8146            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
8147 ____________________________________________________________________________
8148 [  8352] By: jhi                                   on 2001/01/06  20:18:44
8149         Log: Forgotten from #8438.
8150      Branch: maint-5.6/perl
8151            ! epoc/epocish.h
8152 ____________________________________________________________________________
8153 [  8351] By: jhi                                   on 2001/01/06  20:18:12
8154         Log: Forgotten from #8347.
8155      Branch: maint-5.6/perl
8156            ! config_h.SH
8157 ____________________________________________________________________________
8158 [  8350] By: jhi                                   on 2001/01/06  20:00:19
8159         Log: Thinko in #8347.
8160      Branch: maint-5.6/perl
8161            ! regcomp.c
8162 ____________________________________________________________________________
8163 [  8349] By: jhi                                   on 2001/01/06  18:05:30
8164         Log: Copy the FAQ3 IDE section from the development branch,
8165              changes originally by Peter Prymmer.
8166      Branch: maint-5.6/perl
8167            ! pod/perlfaq3.pod
8168 ____________________________________________________________________________
8169 [  8348] By: jhi                                   on 2001/01/06  18:03:02
8170         Log: EPOC updates for TRIAL1.
8171              
8172              Subject: [5.6.1 trial1] EPOC update
8173              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8174              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
8175              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
8176              
8177              Subject: epoc patch2 for perl-5.6.1-trial1
8178              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8179              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
8180              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
8181      Branch: maint-5.6/perl
8182            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
8183            ! epoc/epocish.c
8184 ____________________________________________________________________________
8185 [  8347] By: jhi                                   on 2001/01/06  17:29:10
8186         Log: integrate changes #7710,7824,7973 from mainline,
8187              plus VMS nits from Peter Prymmer and Dan Sugalski.
8188              
8189              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
8190              library (getprotobyname and getprotobynumber are outversioned by
8191              the same calls in libc, at least for xlc version 3.
8192              
8193              Add HAS_SBRK_PROTO.
8194              
8195              Fixes for signedness warnings noticed by VMSperlers.
8196      Branch: maint-5.6/perl
8197            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8198            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
8199            ! sv.c vms/descrip_mms.template vos/config.alpha.def
8200            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8201            ! win32/config.bc win32/config.gc win32/config.vc
8202 ____________________________________________________________________________
8203 [  8346] By: nick                                  on 2001/01/06  14:36:01
8204         Log: Fixup accumulated integrate muddles (perlio == devperl again)
8205      Branch: perlio
8206            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
8207 ____________________________________________________________________________
8208 [  8345] By: nick                                  on 2001/01/06  14:24:58
8209         Log: Integrate mainline
8210      Branch: perlio
8211           !> (integrate 55 files)
8212 ____________________________________________________________________________
8213 [  8344] By: jhi                                   on 2001/01/06  02:24:02
8214         Log: Subject: [patch] PerlIO_cleanup() prototype
8215              From: Doug MacEachern <dougm@covalent.net>
8216              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
8217              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
8218      Branch: perl
8219            ! perlio.h
8220 ____________________________________________________________________________
8221 [  8343] By: jhi                                   on 2001/01/06  01:04:09
8222         Log: IRIX compiler noticed that the bof initialization might be
8223              bypassed by control flow.
8224      Branch: perl
8225            ! toke.c
8226 ____________________________________________________________________________
8227 [  8342] By: jhi                                   on 2001/01/06  00:10:48
8228         Log: Update Changes.
8229      Branch: perl
8230            ! Changes patchlevel.h
8231 ____________________________________________________________________________
8232 [  8341] By: jhi                                   on 2001/01/05  23:52:33
8233         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
8234      Branch: perl
8235            ! toke.c
8236 ____________________________________________________________________________
8237 [  8340] By: jhi                                   on 2001/01/05  22:44:08
8238         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
8239              From: Radu Greab <radu@netsoft.ro>
8240              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
8241              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
8242      Branch: perl
8243            ! t/io/pipe.t util.c
8244 ____________________________________________________________________________
8245 [  8339] By: jhi                                   on 2001/01/05  22:35:17
8246         Log: Subject: [PATCH] format and rewording in perlfaq.pod
8247              From: Robin Barker <rmb1@cise.npl.co.uk>
8248              Date: Fri, 5 Jan 2001 18:51:20 GMT
8249              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
8250      Branch: perl
8251            ! pod/perlfaq.pod
8252 ____________________________________________________________________________
8253 [  8338] By: jhi                                   on 2001/01/05  22:31:17
8254         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
8255              From: Peter Prymmer <pvhp@forte.com>
8256              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
8257              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
8258      Branch: perl
8259            ! utils/perlbug.PL
8260 ____________________________________________________________________________
8261 [  8337] By: jhi                                   on 2001/01/05  18:15:11
8262         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
8263              From: Robin Barker <rmb1@cise.npl.co.uk>
8264              Date: Tue, 2 Jan 2001 15:24:07 GMT
8265              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
8266              
8267              If you call configure as C<./Configure> or C<sh ./Configure>,
8268              $src is set to the absolute path name, not '.'.
8269              
8270              This, in turn, means -Dmksymlink tries to do its stuff because
8271              it does not think it is in the src directory.
8272              
8273              (plus a metaconfig nitfix)
8274      Branch: metaconfig
8275            ! U/compline/ccflags.U U/modified/src.U
8276      Branch: perl
8277            ! Configure config_h.SH
8278 ____________________________________________________________________________
8279 [  8336] By: jhi                                   on 2001/01/05  17:48:32
8280         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
8281              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8282              Message-ID: <3A5606C4.473D2226@uk.sun.com>
8283              Date: Fri, 05 Jan 2001 17:39:16 +0000
8284      Branch: perl
8285            ! hv.c
8286 ____________________________________________________________________________
8287 [  8335] By: jhi                                   on 2001/01/05  16:05:44
8288         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
8289      Branch: perl
8290            ! lib/Getopt/Long.pm
8291 ____________________________________________________________________________
8292 [  8334] By: jhi                                   on 2001/01/05  16:00:51
8293         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
8294              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
8295              Date: Fri, 05 Jan 2001 13:46:51 +0100
8296              Message-ID: <13693.978698811@nice.ram.loc>
8297              
8298              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
8299              accurate reading of the "atime".  
8300      Branch: perl
8301            ! t/io/fs.t
8302 ____________________________________________________________________________
8303 [  8333] By: jhi                                   on 2001/01/05  15:57:37
8304         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
8305              From: Simon Cozens <simon@cozens.net>
8306              Date: Fri, 8 Dec 2000 13:33:31 +0000
8307              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
8308              
8309              A lost patch fragment.
8310      Branch: perl
8311            ! doop.c
8312 ____________________________________________________________________________
8313 [  8332] By: jhi                                   on 2001/01/05  15:40:42
8314         Log: Do away with strncpy() and a fixed length buffer.
8315      Branch: perl
8316            ! utf8.c
8317 ____________________________________________________________________________
8318 [  8331] By: jhi                                   on 2001/01/05  15:03:07
8319         Log: Tests for #8329 and #8330.
8320      Branch: perl
8321            ! t/op/bop.t
8322 ____________________________________________________________________________
8323 [  8330] By: jhi                                   on 2001/01/05  15:02:38
8324         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
8325              raw 8-bit form to the UTF-8 string.
8326      Branch: perl
8327            ! toke.c
8328 ____________________________________________________________________________
8329 [  8329] By: jhi                                   on 2001/01/05  14:55:13
8330         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
8331              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8332              Date: Fri, 5 Jan 2001 12:28:52 +0100
8333              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
8334              
8335              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
8336              no effect.  (changed the strncpy() to Copy())
8337      Branch: perl
8338            ! toke.c
8339 ____________________________________________________________________________
8340 [  8328] By: jhi                                   on 2001/01/05  06:44:27
8341         Log: UTF-8 cleanup.
8342      Branch: perl
8343            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
8344            ! regexec.c sv.c toke.c
8345 ____________________________________________________________________________
8346 [  8327] By: jhi                                   on 2001/01/05  01:11:29
8347         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')
8348              From: Radu Greab <radu@netsoft.ro>
8349              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
8350              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
8351              
8352              Cleans up Harness to not use FileHandle, which uses IO.
8353      Branch: perl
8354            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
8355 ____________________________________________________________________________
8356 [  8326] By: jhi                                   on 2001/01/05  00:56:37
8357         Log: Update Changes.
8358      Branch: perl
8359            ! Changes patchlevel.h
8360 ____________________________________________________________________________
8361 [  8325] By: jhi                                   on 2001/01/05  00:53:18
8362         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
8363              From: Peter Prymmer <pvhp@forte.com>
8364              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
8365              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
8366              
8367              plus a couple more tailing whitespace removals.
8368      Branch: perl
8369            ! win32/Makefile
8370 ____________________________________________________________________________
8371 [  8324] By: jhi                                   on 2001/01/05  00:47:39
8372         Log: Add some Unicode chop() tests.
8373      Branch: perl
8374            ! t/op/chop.t
8375 ____________________________________________________________________________
8376 [  8323] By: jhi                                   on 2001/01/05  00:47:23
8377         Log: Unify UTF-8 malformedness handling.
8378      Branch: perl
8379            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
8380 ____________________________________________________________________________
8381 [  8322] By: jhi                                   on 2001/01/04  22:21:54
8382         Log: The new $issymlink was unknown to Mksymlinks.
8383      Branch: metaconfig/U/perl
8384            ! Mksymlinks.U issymlink.U
8385      Branch: perl
8386            ! Configure config_h.SH
8387 ____________________________________________________________________________
8388 [  8321] By: jhi                                   on 2001/01/04  21:51:05
8389         Log: The test didn't work under the core test framework.
8390      Branch: perl
8391            ! t/lib/st-lock.t
8392 ____________________________________________________________________________
8393 [  8320] By: jhi                                   on 2001/01/04  21:14:22
8394         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
8395      Branch: perl
8396            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
8397 ____________________________________________________________________________
8398 [  8319] By: jhi                                   on 2001/01/04  20:46:17
8399         Log: Typo in #8312 when manually appying a problematic patch fragment.
8400      Branch: perl
8401            ! ext/Storable/Storable.xs
8402 ____________________________________________________________________________
8403 [  8318] By: jhi                                   on 2001/01/04  20:43:01
8404         Log: The $sh_c didn't fly.
8405      Branch: metaconfig
8406            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
8407            ! U/modified/Loc.U U/modified/myhostname.U
8408            ! U/modified/spitshell.U
8409      Branch: metaconfig/U/perl
8410            ! issymlink.U
8411      Branch: perl
8412            ! Configure config_h.SH
8413 ____________________________________________________________________________
8414 [  8317] By: jhi                                   on 2001/01/04  19:58:01
8415         Log: AIX builtin test -h is broken, changes based on
8416              
8417              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
8418              Date: Tue, 02 Jan 2001 11:24:39 +0100
8419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8420              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
8421      Branch: metaconfig
8422            + U/modified/spitshell.U
8423            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
8424            ! U/modified/Loc.U U/modified/myhostname.U
8425      Branch: metaconfig/U/perl
8426            ! Mksymlinks.U issymlink.U
8427      Branch: perl
8428            ! Configure
8429 ____________________________________________________________________________
8430 [  8316] By: jhi                                   on 2001/01/04  19:02:22
8431         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
8432              From: Andy Dougherty <doughera@lafayette.edu>
8433              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
8434              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
8435              
8436              Beware of GNU ld.
8437      Branch: perl
8438            ! hints/solaris_2.sh
8439 ____________________________________________________________________________
8440 [  8315] By: jhi                                   on 2001/01/04  18:56:48
8441         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
8442              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
8443              Date: Wed, 3 Jan 2001 07:58:51 +0100
8444              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
8445      Branch: perl
8446            ! hints/solaris_2.sh
8447 ____________________________________________________________________________
8448 [  8314] By: jhi                                   on 2001/01/04  18:54:07
8449         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
8450              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8451              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
8452              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
8453              
8454              Doc tweak on #8313.
8455      Branch: perl
8456            ! ext/B/B/Deparse.pm
8457 ____________________________________________________________________________
8458 [  8313] By: jhi                                   on 2001/01/04  18:52:27
8459         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
8460              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
8461              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
8462              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
8463              
8464              Make the peephole optimizer to bypass more null ops and
8465              and rewrite the deparse handling of continue blocks.
8466      Branch: perl
8467            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
8468 ____________________________________________________________________________
8469 [  8312] By: jhi                                   on 2001/01/04  18:47:39
8470         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
8471      Branch: perl
8472            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
8473            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
8474            ! t/lib/st-lock.t
8475 ____________________________________________________________________________
8476 [  8311] By: jhi                                   on 2001/01/04  18:36:08
8477         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
8478              filter to be run on each .pm during the pm_to_blib() phase,
8479              a fixed version of
8480              
8481              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
8482              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
8483              Date: Wed, 03 Jan 2001 22:01:30 +0100
8484              Message-ID: <5296.978555690@nice.ram.loc>
8485      Branch: perl
8486            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
8487            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8488            ! lib/ExtUtils/MakeMaker.pm
8489 ____________________________________________________________________________
8490 [  8310] By: jhi                                   on 2001/01/04  18:32:54
8491         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
8492              From: Robin Barker <rmb1@cise.npl.co.uk>
8493              Date: Tue, 2 Jan 2001 15:35:03 GMT
8494              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
8495      Branch: perl
8496            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
8497            ! pod/perlrequick.pod
8498 ____________________________________________________________________________
8499 [  8309] By: jhi                                   on 2001/01/04  18:29:07
8500         Log: Subject: Re: [patch] static-ize XS()
8501              From: Doug MacEachern <dougm@covalent.net>
8502              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
8503              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
8504              
8505              Provide prototypes for the XS functions.
8506      Branch: perl
8507            ! lib/ExtUtils/xsubpp
8508 ____________________________________________________________________________
8509 [  8308] By: jhi                                   on 2001/01/04  18:27:44
8510         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
8511              From: Doug MacEachern <dougm@covalent.net>
8512              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
8513              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
8514      Branch: perl
8515            ! lib/ExtUtils/typemap
8516 ____________________________________________________________________________
8517 [  8307] By: jhi                                   on 2001/01/04  18:25:25
8518         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
8519              From: Doug MacEachern <dougm@covalent.net>
8520              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
8521              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
8522              
8523              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
8524      Branch: perl
8525            ! lib/ExtUtils/MM_Unix.pm
8526 ____________________________________________________________________________
8527 [  8306] By: jhi                                   on 2001/01/04  18:23:00
8528         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
8529              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8530              Date: Thu, 4 Jan 2001 12:47:10 +0100 
8531              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
8532              
8533              The toke.c part only, patching embed.h and proto.h is futile.
8534      Branch: perl
8535            ! toke.c
8536 ____________________________________________________________________________
8537 [  8305] By: jhi                                   on 2001/01/04  18:05:51
8538         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
8539              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8540              Date: Thu, 4 Jan 2001 17:50:12 +0100 
8541              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
8542      Branch: perl
8543            ! toke.c
8544 ____________________________________________________________________________
8545 [  8304] By: jhi                                   on 2001/01/04  18:03:26
8546         Log: Subject: [PATCH perl@8269]
8547              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
8548              Date: Thu, 4 Jan 2001 12:53:39 +0100 
8549              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
8550              
8551              If running byacc write-enable also perly.h.
8552      Branch: perl
8553            ! Makefile.SH
8554 ____________________________________________________________________________
8555 [  8303] By: jhi                                   on 2001/01/04  15:40:49
8556         Log: Rewrite pp_concat() in terms of sv_catsv().
8557      Branch: perl
8558            ! pp_hot.c
8559 ____________________________________________________________________________
8560 [  8302] By: nick                                  on 2001/01/03  22:43:22
8561         Log: Integrate mainline.
8562      Branch: perlio
8563           !> ext/Encode/Encode.xs sv.c utf8.c
8564 ____________________________________________________________________________
8565 [  8301] By: jhi                                   on 2001/01/02  23:40:26
8566         Log: Variable naming tweak.
8567      Branch: perl
8568            ! sv.c
8569 ____________________________________________________________________________
8570 [  8300] By: jhi                                   on 2001/01/02  23:40:02
8571         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
8572              in is_utf8_string().
8573      Branch: perl
8574            ! utf8.c
8575 ____________________________________________________________________________
8576 [  8299] By: jhi                                   on 2001/01/02  22:14:40
8577         Log: Integrate perlio.
8578      Branch: perl
8579           !> pp.c pp_hot.c win32/Makefile
8580 ____________________________________________________________________________
8581 [  8298] By: nick                                  on 2001/01/02  22:03:06
8582         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
8583      Branch: perlio
8584            ! pp.c pp_hot.c
8585 ____________________________________________________________________________
8586 [  8297] By: jhi                                   on 2001/01/02  04:26:28
8587         Log: Signedness nit.
8588      Branch: perl
8589            ! ext/Encode/Encode.xs
8590 ____________________________________________________________________________
8591 [  8296] By: nick                                  on 2001/01/01  23:49:36
8592         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
8593      Branch: perlio
8594            ! win32/Makefile
8595 ____________________________________________________________________________
8596 [  8295] By: jhi                                   on 2001/01/01  23:05:48
8597         Log: Integrate perlio.
8598      Branch: perl
8599           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
8600           !> t/lib/encode.t
8601 ____________________________________________________________________________
8602 [  8294] By: nick                                  on 2001/01/01  22:48:34
8603         Log: Integrate mainline
8604      Branch: perlio
8605            ! pp_hot.c t/lib/encode.t
8606           !> (integrate 65 files)
8607 ____________________________________________________________________________
8608 [  8293] By: nick                                  on 2001/01/01  21:58:50
8609         Log: More rigor in UTF-8-ness of Encode's toUnicode
8610              XS export some of the utf8 internal functions.
8611              Test some of the functions.
8612              Fix pp_concat() bug shown by said tests.
8613      Branch: perlio
8614            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
8615            ! t/lib/encode.t
8616 ____________________________________________________________________________
8617 [  8292] By: jhi                                   on 2001/01/01  18:11:44
8618         Log: Integrate perlio.
8619      Branch: perl
8620           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
8621           !> ext/Encode/encengine.c ext/Encode/encode.h
8622 ____________________________________________________________________________
8623 [  8291] By: jhi                                   on 2001/01/01  18:10:58
8624         Log: Podify README.mpeix (a new version from the web),
8625              add a dummy NAME to Carp::Heavy, regen toc.
8626      Branch: perl
8627            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
8628            ! pod/perltoc.pod
8629 ____________________________________________________________________________
8630 [  8290] By: nick                                  on 2001/01/01  17:43:47
8631         Log: Loose the "Loading..." warning.
8632              Another bug in fallback support
8633      Branch: perlio
8634            ! ext/Encode/Encode.pm ext/Encode/encengine.c
8635 ____________________________________________________________________________
8636 [  8289] By: jhi                                   on 2001/01/01  00:01:57
8637         Log: Bump up Larry's copyright.
8638      Branch: perl
8639            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
8640            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
8641            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
8642            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
8643            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
8644            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
8645            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
8646            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
8647 ____________________________________________________________________________
8648 [  8288] By: nick                                  on 2000/12/31  21:27:53
8649         Log: Fix .ucm reading - forgot a chr()
8650              Start of .ucm write (for .enc to .ucm)
8651      Branch: perlio
8652            ! ext/Encode/compile
8653 ____________________________________________________________________________
8654 [  8287] By: jhi                                   on 2000/12/31  18:15:56
8655         Log: Comment away a diagnostic message as noted by Craig A. Berry
8656              (the unexpected message was confusing testing)
8657      Branch: perl
8658            ! ext/Encode/Encode.pm
8659 ____________________________________________________________________________
8660 [  8286] By: jhi                                   on 2000/12/31  18:14:51
8661         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
8662              Date: Sun, 31 Dec 2000 11:17:37 -0600
8663              From: "Craig A. Berry" <craigberry@mac.com>
8664              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
8665      Branch: perl
8666            ! ext/Encode/Makefile.PL
8667 ____________________________________________________________________________
8668 [  8285] By: nick                                  on 2000/12/31  18:11:54
8669         Log: Start of support of ICU-style .ucm files:
8670              - teach compile how to read a .ucm file
8671              - first guess at how to represent fallbacks in "tries".
8672              - use fallbacks if check == 0
8673              - new return code to indicate we used one.
8674      Branch: perlio
8675            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
8676            ! ext/Encode/encengine.c ext/Encode/encode.h
8677 ____________________________________________________________________________
8678 [  8284] By: jhi                                   on 2000/12/31  18:04:41
8679         Log: Pacify picky VMS compiler.
8680              
8681              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
8682              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8683              Date: Sat, 30 Dec 2000 18:10:02 -0600
8684              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
8685      Branch: perl
8686            ! sv.c
8687 ____________________________________________________________________________
8688 [  8283] By: jhi                                   on 2000/12/31  16:11:47
8689         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
8690      Branch: perl
8691            ! t/lib/glob-basic.t
8692 ____________________________________________________________________________
8693 [  8282] By: jhi                                   on 2000/12/31  15:26:11
8694         Log: Integrate perlio.
8695      Branch: perl
8696           !> makedef.pl opcode.pl os2/os2.c perlio.c
8697 ____________________________________________________________________________
8698 [  8281] By: nick                                  on 2000/12/31  10:06:15
8699         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
8700              is available to be exported
8701      Branch: perlio
8702            ! makedef.pl perlio.c
8703 ____________________________________________________________________________
8704 [  8280] By: nick                                  on 2000/12/31  09:41:26
8705         Log: Ilya's OS2 patch (testing for damage on Win32)
8706      Branch: perlio
8707            ! makedef.pl opcode.pl os2/os2.c
8708 ____________________________________________________________________________
8709 [  8279] By: jhi                                   on 2000/12/30  21:52:07
8710         Log: Test nits.
8711      Branch: perl
8712            ! t/lib/syslfs.t t/op/lfs.t
8713 ____________________________________________________________________________
8714 [  8278] By: jhi                                   on 2000/12/30  21:47:49
8715         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
8716              From: andreas.koenig@anima.de (Andreas J. Koenig)
8717              Date: 30 Dec 2000 22:35:37 +0100
8718              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
8719              
8720              The 32-bit wraparound test wasn't quite right.
8721      Branch: perl
8722            ! t/lib/syslfs.t t/op/lfs.t
8723 ____________________________________________________________________________
8724 [  8277] By: jhi                                   on 2000/12/30  21:33:44
8725         Log: Subject: [PATCH] open() example in perlfunc.pod 
8726              From: Karsten Sperling <s_sperli@ira.uka.de>
8727              Date: Sat, 30 Dec 2000 22:27:09 +0100
8728              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
8729      Branch: perl
8730            ! pod/perlfunc.pod
8731 ____________________________________________________________________________
8732 [  8276] By: jhi                                   on 2000/12/30  20:32:40
8733         Log: Not quite that many tests yet.
8734      Branch: perl
8735            ! t/op/pat.t
8736 ____________________________________________________________________________
8737 [  8275] By: jhi                                   on 2000/12/30  20:26:58
8738         Log: Integrate perlio.
8739      Branch: perl
8740           !> toke.c
8741 ____________________________________________________________________________
8742 [  8274] By: jhi                                   on 2000/12/30  20:24:56
8743         Log: Signedness nit.
8744      Branch: perl
8745            ! utf8.c
8746 ____________________________________________________________________________
8747 [  8273] By: jhi                                   on 2000/12/30  20:15:46
8748         Log: Add a test case for 20000731.001 which was fixed by the #8267.
8749      Branch: perl
8750            ! t/op/pat.t
8751 ____________________________________________________________________________
8752 [  8272] By: nick                                  on 2000/12/30  19:47:51
8753         Log: Tweak for MULTIPLICITY/USE_PERLIO
8754      Branch: perlio
8755            ! toke.c
8756 ____________________________________________________________________________
8757 [  8271] By: nick                                  on 2000/12/30  19:46:45
8758         Log: Integrate mainline
8759      Branch: perlio
8760           +> lib/unicode/distinct.pm
8761           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
8762           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
8763           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
8764 ____________________________________________________________________________
8765 [  8270] By: jhi                                   on 2000/12/30  19:39:50
8766         Log: Subject: RE: perl@8269
8767              From: "Richard Soderberg" <rs@crystalflame.net>
8768              Date: Sat, 30 Dec 2000 11:36:27 -0800
8769              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
8770              
8771              A missing aTHX_.
8772      Branch: perl
8773            ! toke.c
8774 ____________________________________________________________________________
8775 [  8269] By: jhi                                   on 2000/12/30  18:55:48
8776         Log: Update Changes.
8777      Branch: perl
8778            ! Changes patchlevel.h
8779 ____________________________________________________________________________
8780 [  8268] By: jhi                                   on 2000/12/30  17:18:40
8781         Log: Add a test for Unicode split //.  The #8267 was the cure.
8782      Branch: perl
8783            ! t/op/split.t
8784 ____________________________________________________________________________
8785 [  8267] By: jhi                                   on 2000/12/30  17:14:19
8786         Log: Subject: more UTF8 test suites and an UTF8 patch
8787              From: Inaba Hiroto <inaba@st.rim.or.jp>
8788              Date: Sat, 30 Dec 2000 14:27:10 +0900
8789              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
8790              
8791              Just the patch part for now, and the pragma renamed
8792              as unicode::distinct.
8793      Branch: perl
8794            + lib/unicode/distinct.pm
8795            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
8796            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
8797            ! regcomp.h regexec.c sv.c toke.c utf8.c
8798 ____________________________________________________________________________
8799 [  8266] By: nick                                  on 2000/12/30  16:40:49
8800         Log: Integrate mainline
8801      Branch: perlio
8802           +> lib/Pod/Text/Overstrike.pm
8803           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
8804           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
8805           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
8806           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
8807           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
8808 ____________________________________________________________________________
8809 [  8265] By: jhi                                   on 2000/12/30  07:28:55
8810         Log: The sv_catsv() fix, take two.
8811      Branch: perl
8812            ! sv.c t/op/join.t
8813 ____________________________________________________________________________
8814 [  8264] By: jhi                                   on 2000/12/30  06:19:18
8815         Log: Undo all the join-related changes since #8248: relevant
8816              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
8817              The new sv_catsv() doesn't fly so it must go back to
8818              the drawing board.
8819      Branch: perl
8820            ! sv.c t/op/join.t t/pragma/utf8.t
8821 ____________________________________________________________________________
8822 [  8263] By: jhi                                   on 2000/12/30  01:08:32
8823         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
8824      Branch: perl
8825            ! sv.c
8826 ____________________________________________________________________________
8827 [  8262] By: jhi                                   on 2000/12/30  00:45:14
8828         Log: Retract #8261.
8829      Branch: perl
8830            ! hv.c util.c
8831 ____________________________________________________________________________
8832 [  8261] By: jhi                                   on 2000/12/30  00:38:32
8833         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
8834      Branch: perl
8835            ! hv.c util.c
8836 ____________________________________________________________________________
8837 [  8260] By: jhi                                   on 2000/12/29  22:51:33
8838         Log: (Retracted by #8264)  More fixing for #8251.
8839      Branch: perl
8840            ! sv.c
8841 ____________________________________________________________________________
8842 [  8259] By: jhi                                   on 2000/12/29  18:27:30
8843         Log: Subject: podlators 1.06 released
8844              From: Russ Allbery <rra@stanford.edu>
8845              Date: 25 Dec 2000 05:09:30 -0800
8846              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
8847      Branch: perl
8848            + lib/Pod/Text/Overstrike.pm
8849            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
8850            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
8851 ____________________________________________________________________________
8852 [  8258] By: jhi                                   on 2000/12/29  18:20:45
8853         Log: Make the large file tests more robust/talkative as suggested by
8854              
8855              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
8856              From: andreas.koenig@anima.de (Andreas J. Koenig)
8857              Date: 29 Dec 2000 14:23:01 +0100
8858              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
8859      Branch: perl
8860            ! t/lib/syslfs.t t/op/lfs.t
8861 ____________________________________________________________________________
8862 [  8257] By: jhi                                   on 2000/12/29  17:48:04
8863         Log: Further VMS piping fixes from Charles Lane:
8864              
8865              In summary, error messages produced when a subprocess terminated
8866              abnormally were being sent not just to the parent process, but to
8867              grandparents, because of default values for error output that were
8868              not completely overridden when the subprocess was started.
8869              
8870              This patch fixes this behavior by defining user-mode (i.e., temporary
8871              for the duration of the program) logical names for SYS$OUTPUT and
8872              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
8873              changes to make it so that the user-mode logicals are the ones that
8874              control where Perl's error messages go if it terminates abnormally.
8875              
8876              I also added some gratuitous fixes to the indentation of braces in
8877              the piping code.  It just looked ugly, before.
8878      Branch: perl
8879            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
8880 ____________________________________________________________________________
8881 [  8256] By: jhi                                   on 2000/12/29  17:45:12
8882         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
8883              From: "Casey R. Tweten" <crt@kiski.net>
8884              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
8885              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
8886              
8887              Tests for for #8240.
8888      Branch: perl
8889            ! t/pragma/constant.t
8890 ____________________________________________________________________________
8891 [  8255] By: jhi                                   on 2000/12/29  17:43:07
8892         Log: Subject: Re: [PATCH] Interesting syntax idea
8893              From: Simon Cozens <simon@cozens.net>
8894              Date: Fri, 29 Dec 2000 14:34:04 +0000
8895              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
8896              
8897              Tests for #8254.
8898      Branch: perl
8899            ! t/pragma/sub_lval.t
8900 ____________________________________________________________________________
8901 [  8254] By: jhi                                   on 2000/12/29  17:42:11
8902         Log: Subject: [PATCH] Interesting syntax idea
8903              From: Simon Cozens <simon@cozens.net>
8904              Date: Wed, 27 Dec 2000 05:08:57 +0000
8905              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
8906              
8907              Make opens + bareword assigns do typeglob assigns.
8908      Branch: perl
8909            ! op.c
8910 ____________________________________________________________________________
8911 [  8253] By: jhi                                   on 2000/12/29  17:36:45
8912         Log: Output the (apparent) version of gcc, as suggested by
8913              
8914              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
8915              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
8916              Date: 26 Dec 2000 04:29:17 -0500
8917              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
8918              
8919              (The patch as such didn't any more apply as the misparsing had
8920              already been addressed in #6474.)  Also change the wording about
8921              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
8922      Branch: perl
8923            ! hints/dec_osf.sh
8924 ____________________________________________________________________________
8925 [  8252] By: nick                                  on 2000/12/29  12:14:31
8926         Log: Integrate mainline
8927      Branch: perlio
8928           !> (integrate 27 files)
8929 ____________________________________________________________________________
8930 [  8251] By: jhi                                   on 2000/12/29  08:45:46
8931         Log: (Retracted by #8264)
8932              
8933              (Fixed by #8260.)
8934              
8935              sv_catsv() needs one more byte space than seems reasonable.
8936              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
8937              Curiouser and curiouser.
8938      Branch: perl
8939            ! sv.c
8940 ____________________________________________________________________________
8941 [  8250] By: jhi                                   on 2000/12/29  07:57:52
8942         Log: More split // UTF-8 tests.
8943      Branch: perl
8944            ! t/pragma/utf8.t
8945 ____________________________________________________________________________
8946 [  8249] By: jhi                                   on 2000/12/29  07:54:51
8947         Log: (Retracted by #8264)  More join() testing which was good because
8948              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
8949      Branch: perl
8950            ! pp.c t/op/join.t utf8.c utf8.h
8951 ____________________________________________________________________________
8952 [  8248] By: jhi                                   on 2000/12/29  07:08:32
8953         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
8954              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
8955              that the only cases to care about are byte+byte and byte+character.
8956              
8957              TODO: See how well pp_concat() could be implemented in terms
8958              of sv_catsv().
8959      Branch: perl
8960            ! doop.c sv.c t/op/join.t utf8.h
8961 ____________________________________________________________________________
8962 [  8247] By: jhi                                   on 2000/12/29  06:35:23
8963         Log: Signedness nit.
8964      Branch: perl
8965            ! pp_hot.c
8966 ____________________________________________________________________________
8967 [  8246] By: jhi                                   on 2000/12/29  01:23:31
8968         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
8969              From: Lupe Christoph <lupe@lupe-christoph.de>
8970              Date: Thu, 28 Dec 2000 23:00:00 +0100
8971              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
8972              
8973              Suggest rsync --delete --dry-run.
8974      Branch: perl
8975            ! pod/perlhack.pod
8976 ____________________________________________________________________________
8977 [  8245] By: jhi                                   on 2000/12/28  23:57:05
8978         Log: The maxiters upper limit sanity check (guarding against
8979              non-progress) assumed bytes instead of characters in s///
8980              and split().
8981      Branch: perl
8982            ! pp.c pp_hot.c
8983 ____________________________________________________________________________
8984 [  8244] By: jhi                                   on 2000/12/28  23:34:08
8985         Log: Make some panic messages a bit more logical.
8986      Branch: perl
8987            ! doop.c pod/perldiag.pod pp.c pp_hot.c
8988 ____________________________________________________________________________
8989 [  8243] By: jhi                                   on 2000/12/28  22:59:16
8990         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
8991              From: Simon Cozens <simon@cozens.net>
8992              Date: Wed, 27 Dec 2000 02:30:03 +0000
8993              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
8994      Branch: perl
8995            ! pp.c t/pragma/sub_lval.t
8996 ____________________________________________________________________________
8997 [  8242] By: jhi                                   on 2000/12/28  22:56:53
8998         Log: Subject: [PATCH blead] Fix B::Terse indentation
8999              From: Daniel Chetlin <daniel@chetlin.com>
9000              Date: Wed, 27 Dec 2000 06:43:30 -0800
9001              Message-ID: <20001227064329.B9573@darkstar>
9002      Branch: perl
9003            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
9004 ____________________________________________________________________________
9005 [  8241] By: jhi                                   on 2000/12/28  22:48:59
9006         Log: The latter patch from the
9007              
9008              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
9009              From: Peter Prymmer <pvhp@forte.com> 
9010              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
9011              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
9012              
9013              (the former patch from the above should have been
9014              taken care of by Nick I-S)
9015      Branch: perl
9016            ! win32/Makefile
9017 ____________________________________________________________________________
9018 [  8240] By: jhi                                   on 2000/12/28  22:45:22
9019         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
9020              From: "Casey R. Tweten" <crt@kiski.net>
9021              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
9022              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
9023      Branch: perl
9024            ! lib/constant.pm
9025 ____________________________________________________________________________
9026 [  8239] By: jhi                                   on 2000/12/28  22:37:45
9027         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
9028              From: Simon Cozens <simon@cozens.net>
9029              Date: Wed, 27 Dec 2000 14:12:44 +0000
9030              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
9031      Branch: perl
9032            ! t/op/method.t t/op/sort.t toke.c
9033 ____________________________________________________________________________
9034 [  8238] By: jhi                                   on 2000/12/28  22:30:32
9035         Log: Subject: [PATCH perl@8229] Call.pm
9036              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
9037              Date: Mon, 25 Dec 2000 10:47:15 -0000
9038              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
9039      Branch: perl
9040            ! ext/Filter/Util/Call/Call.pm
9041 ____________________________________________________________________________
9042 [  8237] By: jhi                                   on 2000/12/28  22:19:21
9043         Log: Subject: [PATCH blead] Fix problem with `&' prototype
9044              From: Daniel Chetlin <daniel@chetlin.com>
9045              Date: Wed, 27 Dec 2000 15:55:32 -0800
9046              Message-ID: <20001227155532.D9573@darkstar>
9047      Branch: perl
9048            ! op.c t/comp/proto.t
9049 ____________________________________________________________________________
9050 [  8236] By: jhi                                   on 2000/12/28  22:09:25
9051         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
9052              From: Daniel Chetlin <daniel@chetlin.com>
9053              Date: Sun, 24 Dec 2000 04:09:49 -0800
9054              Message-ID: <20001224040949.B3090@darkstar>
9055      Branch: perl
9056            ! gv.c mg.c t/op/attrs.t
9057 ____________________________________________________________________________
9058 [  8235] By: jhi                                   on 2000/12/28  22:07:11
9059         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
9060              From: Jan Dubois <jand@ActiveState.com>
9061              Date: Tue, 26 Dec 2000 20:57:31 -0800
9062              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
9063      Branch: perl
9064            ! win32/win32.c
9065 ____________________________________________________________________________
9066 [  8234] By: jhi                                   on 2000/12/28  21:52:42
9067         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
9068              From: Simon Cozens <simon@cozens.net>
9069              Date: Thu, 28 Dec 2000 20:33:13 +0000
9070              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
9071      Branch: perl
9072            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
9073 ____________________________________________________________________________
9074 [  8233] By: jhi                                   on 2000/12/28  19:40:49
9075         Log: Integrate perlio.
9076      Branch: perl
9077           !> ext/Encode/Makefile.PL ext/Encode/compile
9078 ____________________________________________________________________________
9079 [  8232] By: nick                                  on 2000/12/23  16:06:00
9080         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
9081              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
9082      Branch: perlio
9083            ! ext/Encode/Makefile.PL
9084 ____________________________________________________________________________
9085 [  8231] By: nick                                  on 2000/12/23  14:30:34
9086         Log: "Compiled" encode build cleanup
9087              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
9088              - .c files do not export sub-tables
9089      Branch: perlio
9090            ! ext/Encode/Makefile.PL ext/Encode/compile
9091 ____________________________________________________________________________
9092 [  8230] By: nick                                  on 2000/12/23  12:50:37
9093         Log: Integrate mainline
9094      Branch: perlio
9095           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
9096           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
9097           !> pod/perl5004delta.pod pod/perl5005delta.pod
9098           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
9099           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
9100           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
9101           !> pod/perlsub.pod
9102 ____________________________________________________________________________
9103 [  8229] By: jhi                                   on 2000/12/22  15:32:12
9104         Log: Integrate perlio.
9105      Branch: perl
9106           +> win32/distclean.bat
9107           !> MANIFEST t/io/utf8.t
9108 ____________________________________________________________________________
9109 [  8228] By: jhi                                   on 2000/12/22  15:29:40
9110         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
9111              From: Robin Barker <rmb1@cise.npl.co.uk>
9112              Date: Fri, 22 Dec 2000 12:17:38 GMT
9113              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
9114      Branch: perl
9115            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
9116            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
9117            ! pod/perl5004delta.pod pod/perl5005delta.pod
9118            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
9119            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
9120            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
9121            ! pod/perlsub.pod
9122 ____________________________________________________________________________
9123 [  8227] By: jhi                                   on 2000/12/22  15:24:28
9124         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
9125              From: "John L. Allen" <allen@grumman.com>
9126              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
9127              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
9128              
9129              Document APPLLIB_EXP.
9130      Branch: perl
9131            ! INSTALL
9132 ____________________________________________________________________________
9133 [  8226] By: nick                                  on 2000/12/21  22:11:50
9134         Log: Handy script for when one forgets to "dmake clean" 
9135      Branch: perlio
9136            + win32/distclean.bat
9137            ! MANIFEST
9138 ____________________________________________________________________________
9139 [  8225] By: nick                                  on 2000/12/21  21:54:04
9140         Log: CRLF platform issue with io/utf8 fix.
9141      Branch: perlio
9142            ! t/io/utf8.t
9143 ____________________________________________________________________________
9144 [  8224] By: nick                                  on 2000/12/21  21:02:20
9145         Log: Integrate mainline
9146      Branch: perlio
9147           !> Changes Configure Makefile.SH Porting/Glossary
9148           !> Porting/config.sh Porting/config_H configure.com
9149           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
9150           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
9151           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
9152           !> win32/config.bc win32/config.gc win32/config.vc
9153 ____________________________________________________________________________
9154 [  8223] By: jhi                                   on 2000/12/21  17:09:16
9155         Log: Update Changes.
9156      Branch: perl
9157            ! Changes patchlevel.h
9158 ____________________________________________________________________________
9159 [  8222] By: jhi                                   on 2000/12/21  16:24:01
9160         Log: Metaconfig unit changes for #8221.
9161      Branch: metaconfig/U/perl
9162           +> issymlink.U
9163            - testsyml.U
9164            ! Mksymlinks.U
9165 ____________________________________________________________________________
9166 [  8221] By: jhi                                   on 2000/12/21  16:23:48
9167         Log: Rename testsyml to issymlink.
9168      Branch: perl
9169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9170            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
9171            ! win32/config.vc
9172 ____________________________________________________________________________
9173 [  8220] By: jhi                                   on 2000/12/21  15:47:26
9174         Log: Robustness support for #8218 (symlink forest) since the GNU
9175              tools seem to be overly picky about symlinkage depths.
9176      Branch: perl
9177            ! Makefile.SH t/io/fs.t
9178 ____________________________________________________________________________
9179 [  8219] By: jhi                                   on 2000/12/21  15:38:27
9180         Log: Metaconfig changes for #8218.
9181      Branch: metaconfig
9182            ! U/modified/Oldconfig.U
9183      Branch: metaconfig/U/perl
9184            + Mksymlinks.U
9185            ! testsyml.U
9186 ____________________________________________________________________________
9187 [  8218] By: jhi                                   on 2000/12/21  15:37:57
9188         Log: Add Configure option -Dmksymlinks which will create a symlink
9189              forest if the current/build differs from the source directory.
9190              TODO: mkdir -p is not portable.
9191      Branch: perl
9192            ! Configure
9193 ____________________________________________________________________________
9194 [  8217] By: jhi                                   on 2000/12/21  14:39:12
9195         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
9196              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
9197              Date: Thu, 21 Dec 2000 09:38:18 GMT
9198              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
9199              
9200              The ofs became an SV.
9201      Branch: perl
9202            ! ext/Thread/Thread.xs
9203 ____________________________________________________________________________
9204 [  8216] By: jhi                                   on 2000/12/21  05:40:21
9205         Log: The polymorphism seems to have fixed 20000517.001.
9206      Branch: perl
9207            ! t/pragma/utf8.t
9208 ____________________________________________________________________________
9209 [  8215] By: jhi                                   on 2000/12/21  04:44:52
9210         Log: read() documentation tweak for 20001121.004.
9211      Branch: perl
9212            ! pod/perlfunc.pod
9213 ____________________________________________________________________________
9214 [  8214] By: jhi                                   on 2000/12/21  03:54:11
9215         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
9216      Branch: perl
9217            ! pp_sys.c t/op/misc.t
9218 ____________________________________________________________________________
9219 [  8213] By: jhi                                   on 2000/12/21  00:28:10
9220         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
9221              From: Peter Prymmer <pvhp@forte.com>
9222              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
9223              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
9224      Branch: perl
9225            ! configure.com
9226 ____________________________________________________________________________
9227 [  8212] By: jhi                                   on 2000/12/21  00:26:21
9228         Log: Edit edit edit.
9229      Branch: perl
9230            ! pod/perlfaq3.pod
9231 ____________________________________________________________________________
9232 [  8211] By: jhi                                   on 2000/12/20  18:52:46
9233         Log: Update Changes.
9234      Branch: perl
9235            ! Changes patchlevel.h
9236 ____________________________________________________________________________
9237 [  8210] By: jhi                                   on 2000/12/20  18:34:47
9238         Log: Yet another editor edit.
9239      Branch: perl
9240            ! pod/perlfaq3.pod
9241 ____________________________________________________________________________
9242 [  8209] By: jhi                                   on 2000/12/20  15:33:28
9243         Log: More Win32 Perling.
9244      Branch: perl
9245            ! pod/perlfaq3.pod
9246 ____________________________________________________________________________
9247 [  8208] By: jhi                                   on 2000/12/20  15:07:46
9248         Log: More Win32 editor/IDE/shell hints.
9249      Branch: perl
9250            ! pod/perlfaq3.pod
9251 ____________________________________________________________________________
9252 [  8207] By: jhi                                   on 2000/12/20  03:54:08
9253         Log: Subject: [PATCH] obscure timing knowledge
9254              From: Nicholas Clark <nick@ccl4.org>
9255              Date: Tue, 19 Dec 2000 19:22:31 +0000
9256              Message-ID: <20001219192231.F2827@plum.flirble.org>
9257      Branch: perl
9258            ! sv.c
9259 ____________________________________________________________________________
9260 [  8206] By: jhi                                   on 2000/12/20  03:45:57
9261         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
9262              From: Spider Boardman <spider@leggy.zk3.dec.com>
9263              Date: Tue, 19 Dec 2000 21:30:16 -0500
9264              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
9265      Branch: perl
9266            ! sv.c
9267 ____________________________________________________________________________
9268 [  8205] By: jhi                                   on 2000/12/19  23:02:01
9269         Log: Update Changes.
9270      Branch: perl
9271            ! Changes patchlevel.h
9272 ____________________________________________________________________________
9273 [  8204] By: jhi                                   on 2000/12/19  22:58:18
9274         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
9275              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
9276              on editors and diffing/patching.
9277      Branch: perl
9278            ! t/op/utf8decode.t
9279 ____________________________________________________________________________
9280 [  8203] By: nick                                  on 2000/12/19  21:36:16
9281         Log: Integrate mainline (forgot my own change...)
9282      Branch: perlio
9283           !> ext/Encode/compile
9284 ____________________________________________________________________________
9285 [  8202] By: nick                                  on 2000/12/19  21:34:42
9286         Log: Integrate mainline.
9287      Branch: perlio
9288           !> (integrate 61 files)
9289 ____________________________________________________________________________
9290 [  8201] By: nick                                  on 2000/12/19  21:34:06
9291         Log: Avoid looking for File::Glob when we don't need it.
9292      Branch: perl
9293            ! ext/Encode/compile
9294 ____________________________________________________________________________
9295 [  8200] By: jhi                                   on 2000/12/19  18:35:49
9296         Log: Update Changes.
9297      Branch: perl
9298            ! Changes patchlevel.h
9299 ____________________________________________________________________________
9300 [  8199] By: jhi                                   on 2000/12/19  18:35:07
9301         Log: Microperl tweaks.
9302      Branch: perl
9303            ! sv.c uconfig.h uconfig.sh
9304 ____________________________________________________________________________
9305 [  8198] By: jhi                                   on 2000/12/19  18:29:59
9306         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
9307      Branch: perl
9308            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9309            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
9310 ____________________________________________________________________________
9311 [  8197] By: jhi                                   on 2000/12/19  17:55:29
9312         Log: In VMS embedded perls couldn't access the statically built Socket,
9313              from Charles Lane.
9314      Branch: perl
9315            ! configure.com
9316 ____________________________________________________________________________
9317 [  8196] By: jhi                                   on 2000/12/19  17:49:50
9318         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
9319              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
9320              Date: Sun, 17 Dec 2000 19:11:44 -0000
9321              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
9322      Branch: perl
9323            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9324            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
9325 ____________________________________________________________________________
9326 [  8195] By: jhi                                   on 2000/12/19  17:47:53
9327         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
9328              From: Jonathan Stowe <gellyfish@gellyfish.com>
9329              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
9330              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
9331      Branch: perl
9332            ! utils/h2xs.PL
9333 ____________________________________________________________________________
9334 [  8194] By: jhi                                   on 2000/12/19  17:46:28
9335         Log: Subject: Re: useless use of void context work-around
9336              From: andreas.koenig@anima.de (Andreas J. Koenig)
9337              Date: 16 Dec 2000 15:13:36 +0100
9338              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
9339              
9340              Document (comment) the q(di ds ig) trick in the code.
9341      Branch: perl
9342            ! op.c
9343 ____________________________________________________________________________
9344 [  8193] By: jhi                                   on 2000/12/19  17:10:57
9345         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
9346              From: "Mark J. Reed" <mreed@strange.turner.com>
9347              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
9348              Message-Id: <200012160222.VAA13986@strange.turner.com>
9349      Branch: perl
9350            ! ext/Sys/Syslog/Syslog.pm
9351 ____________________________________________________________________________
9352 [  8192] By: jhi                                   on 2000/12/19  17:07:45
9353         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
9354              From: Nicholas Clark <nick@ccl4.org>
9355              Date: Sat, 16 Dec 2000 19:03:13 +0000
9356              Message-ID: <20001216190313.D68304@plum.flirble.org>
9357      Branch: perl
9358            ! t/op/64bitint.t
9359 ____________________________________________________________________________
9360 [  8191] By: jhi                                   on 2000/12/19  17:06:13
9361         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
9362              From: Dominic Dunlop <domo@computer.org>
9363              Date: Mon, 18 Dec 2000 12:00:15 +0100
9364              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
9365              
9366              This patchlet is needed in order that perl can be statically linked.  
9367      Branch: perl
9368            ! regexec.c
9369 ____________________________________________________________________________
9370 [  8190] By: jhi                                   on 2000/12/19  17:03:08
9371         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
9372              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9373              Date: Sun, 17 Dec 2000 00:18:35 -0600
9374              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
9375      Branch: perl
9376            ! perlio.h vms/gen_shrfls.pl
9377 ____________________________________________________________________________
9378 [  8189] By: jhi                                   on 2000/12/19  16:20:28
9379         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
9380              From: Prymmer/Kahn <pvhp@best.com>
9381              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
9382              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
9383              
9384              A better version of #8188.
9385      Branch: perl
9386            ! pod/perlfaq3.pod
9387 ____________________________________________________________________________
9388 [  8188] By: jhi                                   on 2000/12/19  15:57:06
9389         Log: (Replaced by #8189)
9390              
9391              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
9392              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
9393              From: Prymmer/Kahn <pvhp@best.com>
9394              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
9395              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
9396              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
9397              Date: Mon, 18 Dec 2000 11:10:45 -0500
9398              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
9399      Branch: perl
9400            ! pod/perlfaq3.pod
9401 ____________________________________________________________________________
9402 [  8187] By: jhi                                   on 2000/12/19  15:54:19
9403         Log: Email address fix for Anton Berezin.
9404      Branch: perl
9405            ! AUTHORS
9406 ____________________________________________________________________________
9407 [  8186] By: jhi                                   on 2000/12/19  15:38:54
9408         Log: Subject: [PATCH perl@8102] cygwin port
9409              From: "Eric Fifer" <efifer@dircon.co.uk> 
9410              Date: Thu, 14 Dec 2000 13:41:29 -0000
9411              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
9412              
9413              When compiling modules the data item that is being imported
9414              from libperl.dll needs to be tagged as imported/shared data:
9415              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
9416      Branch: perl
9417            ! perliol.h
9418 ____________________________________________________________________________
9419 [  8185] By: jhi                                   on 2000/12/19  14:53:24
9420         Log: Regen uconfig.h and uconfig.sh.
9421      Branch: perl
9422            ! uconfig.h uconfig.sh
9423 ____________________________________________________________________________
9424 [  8184] By: jhi                                   on 2000/12/18  20:43:49
9425         Log: Comments work so much better when they are closed.
9426      Branch: perl
9427            ! regcomp.c
9428 ____________________________________________________________________________
9429 [  8183] By: jhi                                   on 2000/12/18  18:04:02
9430         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
9431              Fixes the bug 20001218.016.
9432      Branch: perl
9433            ! regcomp.c
9434 ____________________________________________________________________________
9435 [  8182] By: gsar                                  on 2000/12/18  09:53:47
9436         Log: delete spurious files
9437      Branch: maint-5.6/perl
9438            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
9439            - vos/config.h vos/config_h.SH_orig
9440 ____________________________________________________________________________
9441 [  8181] By: gsar                                  on 2000/12/18  09:46:08
9442         Log: regen perltoc
9443      Branch: maint-5.6/perl
9444            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
9445 ____________________________________________________________________________
9446 [  8180] By: gsar                                  on 2000/12/18  09:20:27
9447         Log: integrate changes#7924..7926,7946,7952 from mainline
9448      Branch: maint-5.6/perl
9449           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
9450           !> lib/File/stat.pm t/lib/class-struct.t
9451 ____________________________________________________________________________
9452 [  8179] By: gsar                                  on 2000/12/18  08:55:54
9453         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
9454              7918,7919,7988,8907 from mainline (various)
9455      Branch: maint-5.6/perl
9456           +> t/lib/class-struct.t
9457           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
9458           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
9459           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
9460 ____________________________________________________________________________
9461 [  8178] By: gsar                                  on 2000/12/18  08:16:30
9462         Log: avoid redefinition warnings on windows due to sys/socket.h getting
9463              #included before win32.h
9464      Branch: maint-5.6/perl
9465            ! win32/include/sys/socket.h
9466 ____________________________________________________________________________
9467 [  8177] By: gsar                                  on 2000/12/18  05:24:04
9468         Log: make regen_headers; fix POSIX.xs problems; remove outdated
9469              code from sys/socket.h that makes build fail now
9470      Branch: maint-5.6/perl
9471            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
9472            ! pod/perlapi.pod
9473           !> win32/include/sys/socket.h
9474 ____________________________________________________________________________
9475 [  8176] By: gsar                                  on 2000/12/18  05:20:17
9476         Log: update Changes
9477      Branch: maint-5.6/perl
9478            ! Changes patchlevel.h
9479 ____________________________________________________________________________
9480 [  8175] By: gsar                                  on 2000/12/18  04:57:48
9481         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
9482              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
9483              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
9484              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
9485              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
9486              7823,7825,7838
9487      Branch: maint-5.6/perl
9488           +> lib/File/Spec/Epoc.pm
9489           !> (integrate 88 files)
9490 ____________________________________________________________________________
9491 [  8174] By: gsar                                  on 2000/12/18  03:53:09
9492         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
9493              7625..7629,7631..7634,7637,7639,7642 from mainline
9494      Branch: maint-5.6/perl
9495           +> README.solaris
9496           !> (integrate 26 files)
9497 ____________________________________________________________________________
9498 [  8173] By: gsar                                  on 2000/12/18  03:37:02
9499         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
9500              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
9501              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
9502              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
9503      Branch: maint-5.6/perl
9504           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
9505            - MAINTAIN
9506           !> (integrate 111 files)
9507 ____________________________________________________________________________
9508 [  8172] By: jhi                                   on 2000/12/18  02:49:27
9509         Log: Regen pods.
9510      Branch: perl
9511            ! pod/perlmodlib.pod pod/perltoc.pod
9512 ____________________________________________________________________________
9513 [  8171] By: gsar                                  on 2000/12/18  02:49:24
9514         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
9515              7465..7471 from mainline
9516              
9517              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
9518              in platforms that strictly require all the symbols being present
9519              at link time.
9520              
9521              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
9522              
9523              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
9524              
9525              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
9526              
9527              Subject: [PATCH] todo
9528              
9529              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
9530              
9531              Use $sort, $uniq (and $tr) consistently as wondered
9532              by Nicholas Clark.
9533              
9534              Too enthusiastic editing in #7460.
9535              
9536              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
9537              
9538              Upgrade to CPAN 1.58_55.
9539              Subject: CPAN.pm status
9540              
9541              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
9542              
9543              Make target reordering to avoid pointless re-makes.
9544              Subject: Re: Total re-make of 'make okfile' after 7451 ?
9545              
9546              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
9547              
9548              Subject: DOC PATCH 5.6.0
9549              
9550              Add the repository doc by Malcolm, Sarathy, and by Simon,
9551              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
9552      Branch: maint-5.6/perl
9553           +> Porting/repository.pod
9554           !> Configure MANIFEST Makefile.SH README.dos README.os2
9555           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
9556           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
9557           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
9558 ____________________________________________________________________________
9559 [  8169] By: gsar                                  on 2000/12/18  02:33:34
9560         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
9561              7435..7441,7445 from mainline
9562              
9563              Make the UTF-8 decoding stricter and more verbose when
9564              malformation happens.  This involved adding an argument
9565              to utf8_to_uv_chk(), which involved changing its prototype,
9566              and prefer STRLEN over I32 for the UTF-8 length, which as
9567              a domino effect necessitated changing the prototypes of
9568              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
9569              The stricter UTF-8 decoding checking uses Markus Kuhn's
9570              UTF-8 Decode Stress Tester from
9571              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
9572              
9573              Run vms/vms_yfix.pl, should have done that after changing
9574              perly.c in #7382.
9575              
9576              Subject: [PATCH 5.7.0] static linking with uninstalled perl
9577              
9578              (Replaced by #7440.)
9579              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9580              
9581              Fix the bug ID 20001024.005, the bug introduced by #7416.
9582              
9583              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
9584              
9585              Fix the bug reported in
9586              From: andreas.koenig@anima.de (Andreas J. Koenig)
9587              Also make is_utf8_char() stricter.
9588              
9589              Missed the header file changes from #7425.
9590              
9591              Check if stdio supports tweaking lval and cnt simultaneously.
9592              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9593              
9594              Stratus VOS updates from Paul Green.
9595              
9596              Podify README.epoc and README.vos.
9597              
9598              Add targets to Makefile.SH, most importantly
9599              'regen_all' which also remembers to update vms/perly*.
9600              
9601              Subject: Minor update to find2perl, for portability
9602              
9603              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
9604              
9605              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
9606              
9607              Rename UTF8LEN() to be UNISKIP(), too confusing to have
9608              UTF8LEN() and UTF8SKIP(). 
9609              
9610              Allow poking holes at the UTF-8 decoding strictness.
9611              
9612              Continue the internal UTF-8 API tweaking.
9613              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
9614              used much more than the simpler API, now called utf8_to_uv_simple().
9615              Still not quite happy with API, too much partial duplication
9616              of functionality.
9617              
9618              A new version of making the syslog test more robust.
9619              (Replaces #7421.)
9620              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9621              
9622              buildtoc target tweaks.
9623              
9624              Integrate with vmsperl #7430 by Charles Bailey:
9625              
9626              Cleanup from prior patch (Charles Lane?):
9627              - improve handling of MFDs in Basename and Path
9628              - default to no xsubpp line # munging when building debug images
9629      Branch: maint-5.6/perl
9630           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9631           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
9632           !> (integrate 67 files)
9633 ____________________________________________________________________________
9634 [  8168] By: gsar                                  on 2000/12/18  02:05:49
9635         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
9636              
9637              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
9638              From: Martin Husemann <martin@duskware.de>
9639              
9640              Subject: [PATCH 5.7.0] restore match data on backtracing
9641              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9642      Branch: maint-5.6/perl
9643           !> regcomp.c regexec.c t/op/re_tests
9644 ____________________________________________________________________________
9645 [  8167] By: gsar                                  on 2000/12/18  01:55:22
9646         Log: integrate changes#7858,7986 from mainline
9647              
9648              C<foreach my $x ...> in pseudo-fork()ed process may diddle
9649              parent's memory; fix it by keeping track of the actual pad
9650              offset rather than a raw pointer (this change is probably also
9651              relevant to non-ithreads case to avoid fallout from reallocs of
9652              the pad array, but is currently only enabled for the ithreads
9653              case in the interests of minimal disruption to existing "well
9654              tested" code)
9655              
9656              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
9657              due to the notorious GetFileType() bug in Windows 9x, which fstat()
9658              tickles)
9659      Branch: maint-5.6/perl
9660           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
9661           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
9662           !> win32/win32.c win32/win32.h win32/win32sck.c
9663 ____________________________________________________________________________
9664 [  8166] By: gsar                                  on 2000/12/18  01:52:59
9665         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
9666              from mainline (xsubpp and ExtUtils::LibList fixups, various
9667              other small items)
9668      Branch: maint-5.6/perl
9669           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
9670           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9671           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
9672           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
9673           !> win32/bin/search.pl
9674 ____________________________________________________________________________
9675 [  8165] By: gsar                                  on 2000/12/18  01:28:45
9676         Log: integrate changes#7533,7563,7611,7623 from mainline (various
9677              malloc.c embellishments)
9678      Branch: maint-5.6/perl
9679           !> malloc.c pod/perldiag.pod
9680 ____________________________________________________________________________
9681 [  8164] By: gsar                                  on 2000/12/18  01:23:33
9682         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
9683              fixups)
9684      Branch: maint-5.6/perl
9685           !> utils/h2xs.PL
9686 ____________________________________________________________________________
9687 [  8163] By: gsar                                  on 2000/12/18  01:17:50
9688         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
9689              fixups)
9690      Branch: maint-5.6/perl
9691           !> Makefile.SH utils/perlbug.PL
9692 ____________________________________________________________________________
9693 [  8162] By: gsar                                  on 2000/12/18  00:25:43
9694         Log: always export Perl_deb() (it is required by re.xs whether
9695              Perl is built with or without -DDEBUGGING)
9696      Branch: maint-5.6/perl
9697            ! makedef.pl
9698 ____________________________________________________________________________
9699 [  8161] By: gsar                                  on 2000/12/18  00:23:38
9700         Log: integrate change#7414 from mainline
9701              
9702              Undo the basename() part of #7412 since the lib/basename
9703              tests would need upgrading too.
9704              
9705              squelch two tests in tr.t that rely on tr/// paranoia change
9706              that's not in 5.6.x
9707      Branch: maint-5.6/perl
9708            ! t/op/tr.t
9709           !> lib/File/Basename.pm
9710 ____________________________________________________________________________
9711 [  8160] By: gsar                                  on 2000/12/18  00:05:30
9712         Log: missing change in previous integrate
9713      Branch: maint-5.6/perl
9714           !> README.aix
9715 ____________________________________________________________________________
9716 [  8159] By: gsar                                  on 2000/12/18  00:03:38
9717         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
9718              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
9719              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
9720              7410..7413 from mainline
9721      Branch: maint-5.6/perl
9722           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
9723           +> t/lib/tie-splice.t
9724            - lib/unicode/Is/DCinital.pl
9725           !> (integrate 112 files)
9726 ____________________________________________________________________________
9727 [  8158] By: jhi                                   on 2000/12/17  23:04:24
9728         Log: Subject: [PATCHES] RE: perl@8150 
9729              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
9730              Date: Sun, 17 Dec 2000 21:46:39 +0100
9731              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
9732              
9733              Neither cygwin has a getpwuid() one can trust on.
9734      Branch: perl
9735            ! t/lib/glob-basic.t
9736 ____________________________________________________________________________
9737 [  8157] By: jhi                                   on 2000/12/17  23:01:54
9738         Log: More MAN.PODS => {} fixes.
9739      Branch: perl
9740            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
9741            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
9742            ! os2/OS2/REXX/Makefile.PL
9743 ____________________________________________________________________________
9744 [  8156] By: gsar                                  on 2000/12/17  22:49:13
9745         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
9746              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
9747              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
9748              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
9749              7201,7204 from mainline
9750      Branch: maint-5.6/perl
9751           !> (integrate 121 files)
9752 ____________________________________________________________________________
9753 [  8155] By: jhi                                   on 2000/12/17  22:30:58
9754         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
9755              From: "Craig A. Berry" <craigberry@mac.com>
9756              Date: Sun, 17 Dec 2000 13:09:28 -0600
9757              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
9758              
9759              MAN.PODS => ' ' is naughty.
9760      Branch: perl
9761            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
9762 ____________________________________________________________________________
9763 [  8154] By: nick                                  on 2000/12/17  22:07:13
9764         Log: MULTIPLICITY nit.
9765      Branch: perl
9766            ! mg.c
9767 ____________________________________________________________________________
9768 [  8153] By: gsar                                  on 2000/12/17  21:23:05
9769         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
9770              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
9771              from mainline
9772              
9773              Document the SvIOK_.*UV().
9774              
9775              Update Unicode todo list.
9776              
9777              Guard against bad string->int conversion for quads.
9778              
9779              Subject: small apidoc fix
9780              
9781              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
9782              
9783              Subject: [PATCH] Tied filehandle documentation
9784              
9785              Subject: [PATCH] Modernize Opcode.pm documentation
9786              
9787              Make Data::Dumper (non-XS) to work with changed semantics of ref().
9788              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
9789              [applied even though said semantics didn't change in 5.6.x]
9790              
9791              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
9792              
9793              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
9794              
9795              Fix the URL, but the server is still missing in action.
9796              Subject: [ID 20000905.002] perlfaq1.pod URL error
9797              
9798              Subject: [ID 20000903.001] \w in utf8-strings
9799              
9800              Fix the ccversion detection for 5.1 and beyond.
9801              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9802              
9803              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
9804              
9805              Subject: [ID 20000904.008] Tiny fix for perldiag
9806              
9807              Subject: Re: [ID 20000906.004] segfault with bad perl statement
9808              
9809              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
9810              
9811              Subject: [ID 20000908.002] perlipc documentation bug.
9812              
9813              Subject: [PATCH lib/Benchmark.pm]
9814              
9815              Re-allow vec() for characters > 255.
9816              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
9817              
9818              Do away with memory models cruft.  Sorry, PDP users.
9819              
9820              Continue #7041.
9821              
9822              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
9823              
9824              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
9825              
9826              Upgrade to CPAN 1.57_65, from Andreas König.
9827              
9828              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
9829              by Russ Allbery.
9830              
9831              Silence t/pod/*.t about alternate quote-mappings now implemented
9832              by Pod::Text, from Brad Appleton.
9833              
9834              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
9835              Subject: borland C++ win32.c tweak
9836              
9837              C<@a = @b = split(...)> optimization coredumps under ithreads
9838              (missed a spot when fixing up op_pmreplroot hack for ithreads)
9839              
9840              Document the SvUTF8*().
9841              
9842              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
9843              
9844              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
9845              
9846              Do in VMS as the #7054 does.
9847              
9848              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
9849              
9850              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
9851              
9852              Subject: [patch: perl@7045] vms updates
9853              
9854              Test for the #7049.
9855              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
9856              
9857              Break up the myconfig lines a bit.
9858              Subject: perlbug/perl -V output format
9859              
9860              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
9861              
9862              The #7054 truncated Configure badly.
9863              
9864              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
9865              initialization in all the threads on Windows
9866              
9867              Allow for whitespace between "#" and "line" in cpp output.
9868              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
9869              
9870              Remove vestiges of tr//CU.
9871              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
9872              
9873              The return value of setlocale must be copied away.
9874              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
9875              
9876              Allow chop() and chomp() to be overridden.
9877              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
9878              
9879              Hints optimization.
9880              Subject: Minor nit
9881              
9882              Subject: [PATCH] de-wall t/README
9883              
9884              Subject: Re: Two advertising clauses need to be removed
9885      Branch: maint-5.6/perl
9886           !> (integrate 75 files)
9887 ____________________________________________________________________________
9888 [  8152] By: gsar                                  on 2000/12/17  20:30:11
9889         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
9890              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
9891              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
9892              
9893              Don't attach -ld to the archname if pointless.
9894              
9895              Document UNTIE in a very minimalistic way.
9896              
9897              POSIX doesn't report long double values under -Duselongdouble
9898              when the long doubles are "real" (bigger than doubles).
9899              
9900              More author updates.
9901              
9902              Try to deduce NV_MAX.  Really should be Configure fodder.
9903              
9904              :: not allowed in pathnames, change to .
9905              Subject: [PATCH perl@6938] cygwin port
9906              
9907              Forget about NV_MAX (#6951).  Various floating point tweaks,
9908              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
9909              
9910              Move the Solaris 7 scan to use64bitall, make the
9911              failure to find 64-bot sparc libc to mention the
9912              possibility of being in an intel, from Lupe and Alan.
9913              
9914              Regen perltoc.
9915              
9916              AUTHORS tweaks, from Peter Prymmer.
9917              
9918              More address tweaking.
9919              
9920              Small tweaks all over.
9921              
9922              File::Temp patches from Andreas König,
9923              
9924              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
9925              
9926              Subject: CPAN.pm beta 1.57_57 for the core
9927              
9928              Part of the solution.
9929              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
9930              
9931              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
9932              
9933              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9934              
9935              Add the overload warnings to perldiag.
9936              
9937              Drop unused argument.
9938              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
9939              
9940              Subject: Nit in Configure (bleadperl@6961)
9941              
9942              Update to PodParser 1.18, from Brad Appleton.
9943              
9944              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
9945              
9946              Subject: [PATCH: 6948] add SCNfldbl to configure.com
9947              
9948              Document UNTIE. Also tweak implementation to suppress the 'inner references'
9949              warning when UNTIE exists and instead pass the cound of extra references to
9950              the UNTIE method.
9951              
9952              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
9953              so that case-ignoring systems like DCL can tell them from
9954              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
9955              
9956              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
9957              
9958              Feature ordering tweak.
9959              
9960              Regen perltoc.
9961              
9962              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
9963              
9964              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
9965              
9966              Subject: http:// in L<>
9967              
9968              Detypo.
9969              
9970              change#6791 accidentally clobbered change#6710, put it back
9971              
9972              Only the first line, thank you very much.
9973              
9974              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
9975              plus rework the http: spots as suggested by Tom Christiansen,
9976              plus regen perltoc.
9977              
9978              Undo part of change 6489 which looks like a bulk edit which
9979              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
9980              The supressing of main:: on return from select() is undesirable.
9981              
9982              Apparently avoiding the swapping is too costly.
9983              
9984              Various Configure nits by Philip Newton,
9985              plus the ebcdic one by me.
9986              
9987              Make certain cc is set before trying to run it.
9988              
9989              If overloaded %{} etc. return the object do not loop.
9990              Thus  sub deref { $_[0] } functions if object is wanted type.
9991              
9992              Update perlhist.
9993              
9994              More %{} and other deref special casing - do not pass to 'nomethod'.
9995      Branch: maint-5.6/perl
9996           !> (integrate 59 files)
9997 ____________________________________________________________________________
9998 [  8151] By: gsar                                  on 2000/12/17  19:14:38
9999         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
10000              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
10001              
10002              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
10003              
10004              Make the epsilon to be relative, not absolute.
10005              
10006              Put back the flags dump as reasoned in
10007              Subject: Re: [PATCH] Glob dumping
10008              
10009              Introduce ccname to keep track of what compiler kind of we have.
10010              
10011              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
10012              
10013              Put back the slice accidentally removed by #6907.
10014              
10015              Reset archname and archname64 always, forcing them be
10016              recomputed at each Configure run, make Configure and
10017              the hints files agree on the naming of largefiles variables.
10018              
10019              Don't say "Perl 5.0 source kit".
10020              
10021              Subject: [PATCH] fix misc cast warnings
10022              
10023              Subject: typos in pods
10024              
10025              NVs not necessarily doubles, as pointed out by Yitzchak.
10026              
10027              Subject: [PATCH 6889] add a few ldbl formats to configure.com
10028              
10029              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
10030              
10031              Better options for rsync.
10032              
10033              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
10034              
10035              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
10036              
10037              Subject: [PATCH] Re: UNTIE method 
10038              
10039              A better fix for the Socket building problem from Craig Berry.
10040              
10041              Retract the dummy test, skip the security tests (instead of failing),
10042              explain what the warnings mean.
10043              
10044              Heap decorruption.
10045              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
10046              
10047              Update to Unicode 3.0.1.
10048              
10049              Missed one Unicode file.
10050              
10051              Subject: Re: typos in pods
10052              
10053              The #6929 was too skimpy.
10054              
10055              sscanf() may be the only way to read long doubles from strings.
10056              
10057              Reveal Borland's isnan.
10058              Subject: build with BC++ tweak
10059              
10060              Issue useful diagnostic on unknown pod commands.
10061              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
10062              
10063              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
10064              
10065              Clarify the third case of ftmp-security warnings.
10066              
10067              Make -Dusemorebits find long doubles in Solaris.
10068              
10069              Wrap the test in eval.
10070      Branch: maint-5.6/perl
10071           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
10072           +> lib/unicode/PropList.txt lib/unicode/README.perl
10073           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
10074           +> lib/unicode/Unicode.301 vms/vmspipe.com
10075            - lib/unicode/Props.txt lib/unicode/UCD300.html
10076            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10077           !> (integrate 305 files)
10078 ____________________________________________________________________________
10079 [  8150] By: jhi                                   on 2000/12/17  18:47:57
10080         Log: Uncheckedin generated files.
10081      Branch: perl
10082            ! global.sym perlapi.c pod/perlapi.pod
10083 ____________________________________________________________________________
10084 [  8149] By: jhi                                   on 2000/12/17  18:41:22
10085         Log: Update Changes.
10086      Branch: perl
10087            ! Changes patchlevel.h
10088 ____________________________________________________________________________
10089 [  8148] By: jhi                                   on 2000/12/17  18:39:16
10090         Log: Subject: [PATCH] Fcntl constants speedup
10091              From: Nicholas Clark <nick@ccl4.org>
10092              Date: Sun, 17 Dec 2000 16:29:24 +0000
10093              Message-ID: <20001217162924.E97668@plum.flirble.org>
10094              
10095              Use IVs for the Fcntl constants instead of NVs.
10096      Branch: perl
10097            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
10098 ____________________________________________________________________________
10099 [  8147] By: jhi                                   on 2000/12/17  18:33:41
10100         Log: Add test for #8145 (binmode() warning), add warning for
10101              ioctl() and sockpair(), document them. (fileno() cannot
10102              be tripwired with the same kind of warning because
10103              'defined fileno($foo)' seems to be an idiom.)
10104      Branch: perl
10105            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
10106 ____________________________________________________________________________
10107 [  8146] By: gsar                                  on 2000/12/17  18:09:08
10108         Log: update Changes
10109      Branch: maint-5.6/perl
10110            ! Changes
10111 ____________________________________________________________________________
10112 [  8145] By: jhi                                   on 2000/12/17  17:39:35
10113         Log: Subject: [PATCH] Re: The long awaited feature ...
10114              From: Simon Cozens <simon@cozens.net>
10115              Date: Sun, 17 Dec 2000 12:31:56 +0000
10116              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
10117              
10118              Add a warning to binmode() about using bad filehandles
10119              (can happen e.g. if someone forgets the filehandle argument)
10120      Branch: perl
10121            ! pp_sys.c
10122 ____________________________________________________________________________
10123 [  8144] By: jhi                                   on 2000/12/17  17:33:48
10124         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
10125              From: Jonathan Stowe <gellyfish@gellyfish.com>
10126              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
10127              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
10128      Branch: perl
10129            ! lib/Net/Ping.pm
10130 ____________________________________________________________________________
10131 [  8143] By: jhi                                   on 2000/12/17  05:31:37
10132         Log: Polymorphic regexps.
10133              
10134              Fixes at least the bugs 20001028.003 (both of them...) and
10135              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
10136              also to be fixed by now, probably already before this patch.
10137      Branch: perl
10138            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
10139            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
10140            ! t/op/utf8decode.t t/pragma/utf8.t
10141 ____________________________________________________________________________
10142 [  8142] By: jhi                                   on 2000/12/16  17:16:05
10143         Log: Subject: [patch perl@8102] dos/djgpp update
10144              From: Laszlo Molnar <ml1050@freemail.hu>
10145              Date: Sat, 16 Dec 2000 01:40:52 +0100
10146              Message-ID: <20001216014052.A335@freemail.hu>
10147      Branch: perl
10148            ! djgpp/config.over t/base/commonsense.t
10149 ____________________________________________________________________________
10150 [  8141] By: jhi                                   on 2000/12/16  17:09:27
10151         Log: Few uncheckedin files.
10152      Branch: perl
10153            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
10154 ____________________________________________________________________________
10155 [  8140] By: nick                                  on 2000/12/15  22:14:31
10156         Log: Integrate mainline
10157      Branch: perlio
10158           !> (integrate 53 files)
10159 ____________________________________________________________________________
10160 [  8139] By: jhi                                   on 2000/12/15  19:49:49
10161         Log: One more IVUV tweak from Nicholas Clark.
10162      Branch: perl
10163            ! sv.c
10164 ____________________________________________________________________________
10165 [  8138] By: jhi                                   on 2000/12/15  19:17:06
10166         Log: Return of the IVUV-preservation, now seems to be happy even
10167              in Digital UNIX (the broken strtoul brokenness detection
10168              seems to have been the fly in the ointment).
10169      Branch: perl
10170            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10171            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
10172            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
10173            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
10174            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10175            ! vos/config.ga.h win32/config.bc win32/config.gc
10176            ! win32/config.vc
10177 ____________________________________________________________________________
10178 [  8137] By: jhi                                   on 2000/12/15  18:12:14
10179         Log: Metaconfig unit change for #8136.
10180      Branch: metaconfig
10181            ! U/modified/d_strtoul.U
10182      Branch: metaconfig/U/perl
10183            ! d_strtoull.U d_strtouq.U
10184 ____________________________________________________________________________
10185 [  8136] By: jhi                                   on 2000/12/15  18:11:35
10186         Log: I don't think it's sensible or portable to test the strtou*
10187              on /^-/ strings.
10188      Branch: perl
10189            ! Configure
10190 ____________________________________________________________________________
10191 [  8135] By: jhi                                   on 2000/12/15  17:18:49
10192         Log: Metaconfig unit change for #8134.
10193      Branch: metaconfig
10194            ! U/modified/d_strtoul.U
10195 ____________________________________________________________________________
10196 [  8134] By: jhi                                   on 2000/12/15  17:14:13
10197         Log: If longsize is 8 we don't need a LL suffix for integer constants.
10198      Branch: perl
10199            ! Configure config_h.SH
10200 ____________________________________________________________________________
10201 [  8133] By: jhi                                   on 2000/12/15  16:00:23
10202         Log: Update Changes.
10203      Branch: perl
10204            ! Changes patchlevel.h
10205 ____________________________________________________________________________
10206 [  8132] By: jhi                                   on 2000/12/15  15:44:16
10207         Log: Some compilers get huffy if you do not cast a const pointer
10208              to a non-const when assigning.
10209      Branch: perl
10210            ! gv.c
10211 ____________________________________________________________________________
10212 [  8131] By: jhi                                   on 2000/12/15  15:38:30
10213         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
10214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10215              Date: Fri, 15 Dec 2000 05:26:57 -0500
10216              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
10217      Branch: perl
10218            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
10219            ! t/pragma/overload.t
10220 ____________________________________________________________________________
10221 [  8130] By: jhi                                   on 2000/12/15  15:36:08
10222         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
10223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10224              Date: Thu, 14 Dec 2000 22:02:43 -0500
10225              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
10226      Branch: perl
10227            ! gv.c perl.h
10228 ____________________________________________________________________________
10229 [  8129] By: jhi                                   on 2000/12/15  15:34:16
10230         Log: Subject: PATCH: h2xs nit
10231              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10232              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
10233              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
10234              
10235              Add a template README.
10236      Branch: perl
10237            ! utils/h2xs.PL
10238 ____________________________________________________________________________
10239 [  8128] By: jhi                                   on 2000/12/15  15:32:22
10240         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
10241      Branch: perl
10242            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
10243 ____________________________________________________________________________
10244 [  8127] By: jhi                                   on 2000/12/15  15:19:34
10245         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
10246              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10247              Date:     Thu, 14 Dec 2000 20:04:42 EST
10248              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
10249      Branch: perl
10250            ! ext/Opcode/Opcode.xs
10251 ____________________________________________________________________________
10252 [  8126] By: jhi                                   on 2000/12/15  15:17:49
10253         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
10254              From: Peter Prymmer <pvhp@forte.com>
10255              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
10256              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
10257      Branch: perl
10258            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
10259            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
10260            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
10261 ____________________________________________________________________________
10262 [  8125] By: jhi                                   on 2000/12/15  15:11:05
10263         Log: This seems to be a stage sane and stable enough to checkin.
10264              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
10265      Branch: perl
10266            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
10267            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
10268            ! t/op/cmp.t t/op/numconvert.t
10269 ____________________________________________________________________________
10270 [  8124] By: jhi                                   on 2000/12/15  04:20:26
10271         Log: Something is really wonky.
10272      Branch: perl
10273            ! sv.c
10274 ____________________________________________________________________________
10275 [  8123] By: jhi                                   on 2000/12/15  04:00:50
10276         Log: Fixes for the IV UV patches to compile in Digital UNIX.
10277      Branch: perl
10278            ! sv.c
10279 ____________________________________________________________________________
10280 [  8122] By: jhi                                   on 2000/12/15  02:53:40
10281         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
10282              From: "Craig A. Berry" <craigberry@mac.com>
10283              Date: Thu, 14 Dec 2000 19:10:49 -0600
10284              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
10285      Branch: perl
10286            ! vms/vms.c
10287 ____________________________________________________________________________
10288 [  8121] By: jhi                                   on 2000/12/15  02:50:00
10289         Log: Metaconfig changes for #8120.
10290      Branch: metaconfig
10291            + U/modified/d_strtoul.U
10292      Branch: metaconfig/U/perl
10293            ! d_strtoull.U d_strtouq.U
10294 ____________________________________________________________________________
10295 [  8120] By: jhi                                   on 2000/12/15  02:49:42
10296         Log: From: Nicholas Clark <nick@ccl4.org> 
10297              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
10298              Date: Thu, 14 Dec 2000 18:38:57 +0000
10299              Message-ID: <20001214183857.B97909@plum.flirble.org>
10300      Branch: perl
10301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10302            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
10303            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10304            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10305            ! win32/config.gc win32/config.vc
10306 ____________________________________________________________________________
10307 [  8119] By: jhi                                   on 2000/12/14  23:40:58
10308         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
10309              From: Nicholas Clark <nick@ccl4.org>
10310              Date: Wed, 13 Dec 2000 20:08:50 +0000
10311              Message-ID: <20001213200849.B71166@plum.flirble.org>
10312      Branch: perl
10313            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
10314            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
10315 ____________________________________________________________________________
10316 [  8118] By: jhi                                   on 2000/12/14  22:46:26
10317         Log: Integrate perlio.
10318      Branch: perl
10319           !> MANIFEST ext/Encode/compile makedef.pl
10320 ____________________________________________________________________________
10321 [  8117] By: nick                                  on 2000/12/14  22:38:53
10322         Log: Win32 tweaks to get Encode to build
10323              - temp hack to makedef.pl till PerlIO is properly "exported".
10324              - MSVC dislikes  
10325              static encpage_t foo[];
10326              so make 'em extern for now.
10327      Branch: perlio
10328            ! ext/Encode/compile makedef.pl
10329 ____________________________________________________________________________
10330 [  8116] By: nick                                  on 2000/12/14  22:00:53
10331         Log: Document the new files
10332      Branch: perlio
10333            ! MANIFEST
10334 ____________________________________________________________________________
10335 [  8115] By: jhi                                   on 2000/12/14  21:58:01
10336         Log: MANIFEST new files of #8114.
10337      Branch: perl
10338            ! MANIFEST
10339 ____________________________________________________________________________
10340 [  8114] By: jhi                                   on 2000/12/14  21:50:49
10341         Log: Integrate perlio.
10342      Branch: perl
10343           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
10344           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10345           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
10346           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
10347           !> ext/Encode/Makefile.PL
10348 ____________________________________________________________________________
10349 [  8113] By: jhi                                   on 2000/12/14  21:48:49
10350         Log: The documentation part of the
10351              
10352              Subject: [ID 20001214.002] Net::Ping patch
10353              From: Jonathan Stowe <gellyfish@gellyfish.com>
10354              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
10355              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
10356              since the #7529 had already addressed the same problem.
10357      Branch: perl
10358            ! lib/Net/Ping.pm
10359 ____________________________________________________________________________
10360 [  8112] By: jhi                                   on 2000/12/14  21:42:57
10361         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
10362              From: Dominic Dunlop <domo@computer.org>
10363              Date: Tue, 12 Dec 2000 10:47:10 +0100
10364              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
10365              
10366              Document how elusive subroutines can be.
10367      Branch: perl
10368            ! pod/perlfunc.pod
10369 ____________________________________________________________________________
10370 [  8111] By: jhi                                   on 2000/12/14  21:38:05
10371         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
10372              From: Dominic Dunlop <domo@computer.org>
10373              Date: Thu, 14 Dec 2000 10:13:51 +0100
10374              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
10375      Branch: perl
10376            ! ext/POSIX/POSIX.pod
10377 ____________________________________________________________________________
10378 [  8110] By: jhi                                   on 2000/12/14  21:36:32
10379         Log: Subject: [patch] perlfaq7
10380              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
10381              Date: Thu, 14 Dec 2000 15:31:07 +0100
10382              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
10383      Branch: perl
10384            ! pod/perlfaq7.pod
10385 ____________________________________________________________________________
10386 [  8109] By: jhi                                   on 2000/12/14  21:29:20
10387         Log: Subject: [8104] Encode
10388              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10389              Date: Thu, 14 Dec 2000 14:49:34 +0100
10390              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
10391              
10392              Type casting for nervous compilers.
10393      Branch: perl
10394            ! ext/Encode/Encode.xs
10395 ____________________________________________________________________________
10396 [  8108] By: jhi                                   on 2000/12/14  21:26:17
10397         Log: Subject: [8104] DB_File
10398              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10399              Date: Thu, 14 Dec 2000 14:49:35 +0100
10400              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
10401              
10402              Type definition incorrect for DB 2.7.7.  Not known when it
10403              changed, so only changed it for a known revision.
10404      Branch: perl
10405            ! ext/DB_File/DB_File.xs
10406 ____________________________________________________________________________
10407 [  8107] By: jhi                                   on 2000/12/14  21:23:41
10408         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
10409              From: Peter Prymmer <pvhp@forte.com>
10410              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
10411              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
10412              
10413              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
10414      Branch: perl
10415            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
10416            ! ext/Encode/Encode/posix-bc.enc
10417 ____________________________________________________________________________
10418 [  8106] By: nick                                  on 2000/12/14  20:36:13
10419         Log: "Cold" build correction to Encode's Makefile.PL
10420      Branch: perlio
10421            ! ext/Encode/Makefile.PL
10422 ____________________________________________________________________________
10423 [  8105] By: nick                                  on 2000/12/14  20:09:37
10424         Log: "Compiled" encodings.
10425              Correct replacement character in EBCDIC .enc files
10426              Add 0x7F to ASCII repertoire.
10427      Branch: perlio
10428            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10429            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
10430            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
10431            ! ext/Encode/Makefile.PL ext/Encode/compile
10432            ! ext/Encode/encengine.c ext/Encode/encode.h
10433 ____________________________________________________________________________
10434 [  8104] By: nick                                  on 2000/12/14  00:38:20
10435         Log: Integrate mainline
10436      Branch: perlio
10437           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
10438           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
10439           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
10440           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
10441           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
10442           !> t/lib/db-hash.t t/lib/db-recno.t
10443 ____________________________________________________________________________
10444 [  8103] By: nick                                  on 2000/12/13  23:16:13
10445         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
10446              so far and so it does not get lost.
10447      Branch: perlio
10448            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
10449 ____________________________________________________________________________
10450 [  8102] By: jhi                                   on 2000/12/13  17:14:22
10451         Log: Update Changes.
10452      Branch: perl
10453            ! Changes patchlevel.h
10454 ____________________________________________________________________________
10455 [  8101] By: jhi                                   on 2000/12/13  16:53:41
10456         Log: Move the proto of start_glob() to a better place; regen api files.
10457      Branch: perl
10458            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
10459 ____________________________________________________________________________
10460 [  8100] By: jhi                                   on 2000/12/13  16:47:11
10461         Log: Metaconfig change for #8099.
10462      Branch: metaconfig
10463            ! U/modified/Head.U
10464 ____________________________________________________________________________
10465 [  8099] By: jhi                                   on 2000/12/13  16:46:48
10466         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
10467              From: Andy Dougherty <doughera@lafayette.edu>
10468              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
10469              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
10470      Branch: perl
10471            ! Configure
10472 ____________________________________________________________________________
10473 [  8098] By: jhi                                   on 2000/12/13  16:39:02
10474         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
10475              From: rspier@pobox.com (Robert Spier)
10476              Date: Tue, 12 Dec 2000 21:12:39 -0500
10477              Message-ID: <14902.56087.678086.725773@rls.cx>
10478              
10479              fastgetcwd is defined using a glob alias on a $^O dependent basis -
10480              and there was no default assignment or perl subroutine.
10481      Branch: perl
10482            ! lib/Cwd.pm
10483 ____________________________________________________________________________
10484 [  8097] By: jhi                                   on 2000/12/13  16:16:01
10485         Log: Subject: [PATCH] move startglob out of pp_hot.c
10486              From: Nicholas Clark <nick@ccl4.org>
10487              Date: Mon, 11 Dec 2000 23:16:39 +0000
10488              Message-ID: <20001211231638.A55550@plum.flirble.org>
10489      Branch: perl
10490            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
10491 ____________________________________________________________________________
10492 [  8096] By: jhi                                   on 2000/12/13  15:26:23
10493         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
10494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10495              Date: Wed, 13 Dec 2000 14:01:37 +0100
10496              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
10497              
10498              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
10499              in turn requires libpthread in libswanted.
10500      Branch: perl
10501            ! hints/hpux.sh
10502 ____________________________________________________________________________
10503 [  8095] By: jhi                                   on 2000/12/12  19:51:05
10504         Log: The integration wars continue.
10505      Branch: perl
10506           !> sv.c
10507 ____________________________________________________________________________
10508 [  8094] By: jhi                                   on 2000/12/12  19:48:26
10509         Log: Subject: [PATCH perl@8070] DB_File-1.74  
10510              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
10511              Date: Mon, 11 Dec 2000 23:07:17 -0000
10512              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
10513      Branch: perl
10514            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10515            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
10516            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
10517            ! t/lib/db-recno.t
10518 ____________________________________________________________________________
10519 [  8093] By: nick                                  on 2000/12/12  19:42:13
10520         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
10521      Branch: perlio
10522            ! sv.c
10523           !> lib/File/DosGlob.pm
10524 ____________________________________________________________________________
10525 [  8092] By: jhi                                   on 2000/12/12  19:28:11
10526         Log: Integrate perlio.
10527      Branch: perl
10528           !> sv.c
10529 ____________________________________________________________________________
10530 [  8091] By: nick                                  on 2000/12/12  18:49:45
10531         Log: Fix for Tk, and upgrading shared SVs.
10532      Branch: perlio
10533            ! sv.c
10534 ____________________________________________________________________________
10535 [  8090] By: jhi                                   on 2000/12/12  16:48:59
10536         Log: Subject: [PATCH] Re: Breadperl & Tk
10537              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10538              Date: Tue, 12 Dec 2000 14:48:27 GMT
10539              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
10540      Branch: perl
10541            ! sv.c
10542 ____________________________________________________________________________
10543 [  8089] By: jhi                                   on 2000/12/12  03:37:19
10544         Log: Subject: DosGlob.pm diff for bash style brace expansion.
10545              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
10546              Date: Fri, 8 Dec 2000 10:45:30 -0600
10547              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
10548      Branch: perl
10549            ! lib/File/DosGlob.pm
10550 ____________________________________________________________________________
10551 [  8088] By: nick                                  on 2000/12/11  23:59:59
10552         Log: Integrate mainline
10553      Branch: perlio
10554           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
10555           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
10556           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
10557           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
10558           !> t/op/local.t t/pragma/warn/toke toke.c
10559 ____________________________________________________________________________
10560 [  8087] By: jhi                                   on 2000/12/11  23:20:23
10561         Log: Integrate perlio.
10562      Branch: perl
10563           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
10564 ____________________________________________________________________________
10565 [  8086] By: jhi                                   on 2000/12/11  22:50:59
10566         Log: Tune further the OS detection of CGI.
10567      Branch: perl
10568            ! lib/CGI.pm
10569 ____________________________________________________________________________
10570 [  8085] By: nick                                  on 2000/12/11  22:50:46
10571         Log: Finish 1st pass of "encoding" layer e.g. :
10572              open($fh,"<encoding(iso8859-7)",$greek) || die;
10573      Branch: perlio
10574            ! ext/Encode/Encode.xs perlio.c perliol.h
10575 ____________________________________________________________________________
10576 [  8084] By: jhi                                   on 2000/12/11  22:32:06
10577         Log: Revert the -f ambiguousity patch, seems to cause
10578              too much hassle (the interpret -Q as a function
10579              where Q is not a known filetest part is left in).
10580      Branch: perl
10581            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
10582            ! toke.c
10583 ____________________________________________________________________________
10584 [  8083] By: jhi                                   on 2000/12/11  22:27:23
10585         Log: (accidentally empty check-in)
10586      Branch: perl
10587            ! lib/File/DosGlob.pm
10588 ____________________________________________________________________________
10589 [  8082] By: nick                                  on 2000/12/11  19:09:51
10590         Log: Restore mmap function (broken by tweaks to shared buffer
10591              layer for encode(xxxx)).
10592      Branch: perlio
10593            ! perlio.c
10594 ____________________________________________________________________________
10595 [  8081] By: jhi                                   on 2000/12/11  18:29:13
10596         Log: Subject: Re: The long awaited feature ...
10597              From: Simon Cozens <simon@cozens.net>
10598              Date: Mon, 11 Dec 2000 15:54:24 +0000
10599              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
10600              
10601              More io/utf8 tests.
10602      Branch: perl
10603            ! t/io/utf8.t
10604 ____________________________________________________________________________
10605 [  8080] By: jhi                                   on 2000/12/11  18:19:36
10606         Log: Subject: PATCH MakeMaker manpage clarification
10607              From: andreas.koenig@anima.de (Andreas J. Koenig)
10608              Date: 10 Dec 2000 20:46:13 +0100
10609              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
10610      Branch: perl
10611            ! lib/ExtUtils/MakeMaker.pm
10612 ____________________________________________________________________________
10613 [  8079] By: jhi                                   on 2000/12/11  15:35:07
10614         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
10615              From: Simon Cozens <simon@cozens.net>
10616              Date: Sun, 10 Dec 2000 19:06:19 +0000
10617              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
10618      Branch: perl
10619            ! ext/B/B/Deparse.pm t/lib/b.t
10620 ____________________________________________________________________________
10621 [  8078] By: jhi                                   on 2000/12/11  15:09:11
10622         Log: Subject: [PATCH] docs on NaN
10623              From: Nicholas Clark <nick@ccl4.org>
10624              Date: Mon, 11 Dec 2000 01:48:38 +0000
10625              Message-ID: <20001211014838.B99205@plum.flirble.org>
10626      Branch: perl
10627            ! pod/perlop.pod
10628 ____________________________________________________________________________
10629 [  8077] By: jhi                                   on 2000/12/11  15:02:21
10630         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
10631              From: Simon Cozens <simon@cozens.net>
10632              Date: Mon, 11 Dec 2000 01:21:45 +0000
10633              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
10634      Branch: perl
10635            ! pp.c pp_hot.c scope.c t/op/local.t
10636 ____________________________________________________________________________
10637 [  8076] By: nick                                  on 2000/12/10  20:43:32
10638         Log: Not merge worthy...
10639              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
10640              syntax is modelled on attributes.
10641              Untested fix for io/utf8 on Win32 etc.
10642              Very clumsy start to the encode layer.
10643      Branch: perlio
10644            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
10645 ____________________________________________________________________________
10646 [  8075] By: jhi                                   on 2000/12/10  18:39:33
10647         Log: Darwin is not Windows.
10648      Branch: perl
10649            ! lib/CGI.pm
10650 ____________________________________________________________________________
10651 [  8074] By: jhi                                   on 2000/12/10  18:31:27
10652         Log: Subject: Ambiguous -%c() resolved as a file test
10653              From: "Paul Marquess" <Paul.Marquess@openwave.com>
10654              Date: Sun, 10 Dec 2000 15:35:07 -0000
10655              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
10656      Branch: perl
10657            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
10658 ____________________________________________________________________________
10659 [  8073] By: jhi                                   on 2000/12/10  18:16:29
10660         Log: Subject: PATCH installperl misinformed 
10661              From: andreas.koenig@anima.de (Andreas J. Koenig)
10662              Date: 10 Dec 2000 13:01:32 +0100 
10663              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
10664      Branch: perl
10665            ! installperl
10666 ____________________________________________________________________________
10667 [  8072] By: jhi                                   on 2000/12/10  18:07:55
10668         Log: The walkoptree confusion rages; walkoptree() seems to be coming
10669              from B.xs, while walkoptree_slow() comes from B.pm.
10670      Branch: perl
10671            ! ext/B/B.pm
10672 ____________________________________________________________________________
10673 [  8071] By: nick                                  on 2000/12/10  11:45:47
10674         Log: Integrate mainline
10675      Branch: perlio
10676           +> t/base/commonsense.t
10677           !> (integrate 37 files)
10678 ____________________________________________________________________________
10679 [  8070] By: jhi                                   on 2000/12/10  04:46:21
10680         Log: Update Changes.
10681      Branch: perl
10682            ! Changes patchlevel.h
10683 ____________________________________________________________________________
10684 [  8069] By: jhi                                   on 2000/12/10  04:39:19
10685         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
10686              From: andreas.koenig@anima.de (Andreas J. Koenig)
10687              Date: 09 Dec 2000 17:14:25 +0100
10688              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
10689      Branch: perl
10690            + t/base/commonsense.t
10691            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
10692 ____________________________________________________________________________
10693 [  8068] By: jhi                                   on 2000/12/10  04:17:36
10694         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
10695              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10696              Date: Sat, 9 Dec 2000 16:47:22 -0000
10697              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
10698      Branch: perl
10699            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
10700            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
10701            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
10702            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
10703            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
10704            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
10705            ! t/lib/sdbm.t
10706 ____________________________________________________________________________
10707 [  8067] By: jhi                                   on 2000/12/10  03:52:02
10708         Log: Test case for #8066.
10709      Branch: perl
10710            ! t/op/misc.t
10711 ____________________________________________________________________________
10712 [  8066] By: jhi                                   on 2000/12/10  03:50:30
10713         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
10714              From: Simon Cozens <simon@cozens.net>
10715              Date: Sun, 10 Dec 2000 00:55:37 +0000
10716              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
10717      Branch: perl
10718            ! pp_sys.c
10719 ____________________________________________________________________________
10720 [  8065] By: jhi                                   on 2000/12/10  03:44:52
10721         Log: Test case for #8064.
10722      Branch: perl
10723            ! t/comp/proto.t
10724 ____________________________________________________________________________
10725 [  8064] By: jhi                                   on 2000/12/10  03:42:32
10726         Log: Subject: Re: prototype of substr
10727              From: Simon Cozens <simon@cozens.net>
10728              Date: Sun, 10 Dec 2000 00:13:33 +0000
10729              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
10730              
10731              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
10732      Branch: perl
10733            ! pp.c
10734 ____________________________________________________________________________
10735 [  8063] By: jhi                                   on 2000/12/10  03:39:42
10736         Log: Subject: [PATCH] perlguts.pod
10737              From: Simon Cozens <simon@cozens.net>
10738              Date: Sun, 10 Dec 2000 00:06:47 +0000
10739              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
10740              
10741              Documentation of the different types of ops,
10742              plus the functions in dump.c
10743      Branch: perl
10744            ! pod/perlguts.pod
10745 ____________________________________________________________________________
10746 [  8062] By: jhi                                   on 2000/12/10  03:30:04
10747         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
10748              From: Nicholas Clark <nick@talking.bollo.cx>
10749              Date: Sat, 09 Dec 2000 18:57:25 +0000
10750              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
10751              
10752              Be more robust in weird hostname setups.
10753      Branch: perl
10754            ! t/lib/net-hostent.t
10755 ____________________________________________________________________________
10756 [  8061] By: jhi                                   on 2000/12/10  03:28:21
10757         Log: Pacify fussy compiler. 
10758      Branch: perl
10759            ! pp_sys.c
10760 ____________________________________________________________________________
10761 [  8060] By: jhi                                   on 2000/12/10  02:52:46
10762         Log: Integrate perlio.
10763      Branch: perl
10764           !> pp_sys.c t/io/utf8.t
10765 ____________________________________________________________________________
10766 [  8059] By: nick                                  on 2000/12/09  23:40:14
10767         Log: read/sysread/recv should now be utf8 aware.
10768              Basic test for utf8 read.
10769      Branch: perlio
10770            ! pp_sys.c t/io/utf8.t
10771 ____________________________________________________________________________
10772 [  8058] By: jhi                                   on 2000/12/09  21:56:02
10773         Log: Integrate perlio.
10774      Branch: perl
10775           +> t/io/utf8.t
10776           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
10777 ____________________________________________________________________________
10778 [  8057] By: jhi                                   on 2000/12/09  21:53:35
10779         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
10780              From: Inaba Hiroto <inaba@st.rim.or.jp>
10781              Date: Sun, 10 Dec 2000 05:53:21 +0900
10782              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
10783              
10784              Tests for #8056.
10785      Branch: perl
10786            ! t/op/each.t
10787 ____________________________________________________________________________
10788 [  8056] By: jhi                                   on 2000/12/09  21:51:16
10789         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
10790              From: Inaba Hiroto <inaba@st.rim.or.jp>
10791              Date: Sat, 09 Dec 2000 18:02:00 +0900
10792              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
10793              
10794              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
10795      Branch: perl
10796            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
10797 ____________________________________________________________________________
10798 [  8055] By: nick                                  on 2000/12/09  20:11:48
10799         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
10800              than raw PerlIO_write() - does not seem to break any tests.
10801      Branch: perlio
10802            ! pp_sys.c
10803 ____________________________________________________________________________
10804 [  8054] By: nick                                  on 2000/12/09  19:47:30
10805         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
10806              (sysread, recv and write i.e. formats still to do...)
10807              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
10808              open($fh,">:utf8","name")
10809              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
10810              so no extra overhead is involved.
10811              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
10812              to a non-utf8 stream.
10813              Add initial io/utf8.t
10814              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
10815              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
10816              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
10817      Branch: perlio
10818            + t/io/utf8.t
10819            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
10820 ____________________________________________________________________________
10821 [  8053] By: nick                                  on 2000/12/09  19:26:37
10822         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
10823              was only testing this_utf8.
10824      Branch: perlio
10825            ! toke.c
10826 ____________________________________________________________________________
10827 [  8052] By: nick                                  on 2000/12/09  19:09:41
10828         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
10829              i.e. the output string has one, but don't mess with source assumption.
10830      Branch: perlio
10831            ! toke.c
10832 ____________________________________________________________________________
10833 [  8051] By: jhi                                   on 2000/12/09  16:55:17
10834         Log: Integrate perlio.
10835      Branch: perl
10836           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
10837           !> sv.c thrdvar.h util.c
10838 ____________________________________________________________________________
10839 [  8050] By: jhi                                   on 2000/12/09  16:48:07
10840         Log: Nits noticed by Peter Prymmer.
10841      Branch: perl
10842            ! lib/ExtUtils/MM_VMS.pm
10843 ____________________________________________________________________________
10844 [  8049] By: nick                                  on 2000/12/09  13:49:40
10845         Log: UTF8 output prework.
10846              - Store $\ and $, as SVs so they can have SvUTF8 flag
10847              - use do_print() rather than raw PerlIO_write() to print them.
10848      Branch: perlio
10849            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
10850            ! thrdvar.h util.c
10851 ____________________________________________________________________________
10852 [  8048] By: nick                                  on 2000/12/09  12:30:43
10853         Log: Integrate mainline.
10854      Branch: perlio
10855           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
10856           +> t/op/reverse.t
10857           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
10858           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
10859           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
10860           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
10861           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
10862           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
10863 ____________________________________________________________________________
10864 [  8047] By: jhi                                   on 2000/12/09  00:23:27
10865         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
10866              From: Michael G Schwern <schwern@pobox.com>
10867              Date: Fri, 8 Dec 2000 14:43:04 -0600
10868      Branch: perl
10869            ! lib/ExtUtils/MM_VMS.pm
10870 ____________________________________________________________________________
10871 [  8046] By: jhi                                   on 2000/12/08  23:10:27
10872         Log: A missed check-in.
10873      Branch: perl
10874            ! lib/ExtUtils/Manifest.pm
10875 ____________________________________________________________________________
10876 [  8045] By: jhi                                   on 2000/12/08  21:57:12
10877         Log: (null check-in)
10878      Branch: perl
10879            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
10880 ____________________________________________________________________________
10881 [  8044] By: jhi                                   on 2000/12/08  21:11:06
10882         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
10883              at the final draft stage.
10884      Branch: perl
10885            + ext/Encode/Encode/iso8859-16.enc
10886            ! MANIFEST
10887 ____________________________________________________________________________
10888 [  8043] By: jhi                                   on 2000/12/08  16:39:04
10889         Log: Update Changes.
10890      Branch: perl
10891            ! Changes patchlevel.h
10892 ____________________________________________________________________________
10893 [  8042] By: jhi                                   on 2000/12/08  16:33:39
10894         Log: Do not return the Unicode replacement character if UTF-8
10895              decoding goes awry, it should be up to the caller to decide.
10896      Branch: perl
10897            ! pod/perlapi.pod utf8.c
10898 ____________________________________________________________________________
10899 [  8041] By: jhi                                   on 2000/12/08  16:22:28
10900         Log: metaconfig maintenance.
10901      Branch: metaconfig
10902            ! U/modified/stdchar.U
10903      Branch: metaconfig/U/perl
10904            + testsyml.U
10905 ____________________________________________________________________________
10906 [  8040] By: jhi                                   on 2000/12/08  16:03:08
10907         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
10908              From: sthoenna@efn.org
10909              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
10910              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
10911      Branch: perl
10912            ! Changes lib/ExtUtils/MM_OS2.pm
10913 ____________________________________________________________________________
10914 [  8039] By: jhi                                   on 2000/12/08  15:57:11
10915         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
10916              From: Simon Cozens <simon@cozens.net>
10917              Date: Fri, 8 Dec 2000 13:33:31 +0000
10918              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
10919              
10920              (The pp_hot part needed a rewrite.)
10921      Branch: perl
10922            ! doop.c pp_hot.c utf8.c
10923 ____________________________________________________________________________
10924 [  8038] By: jhi                                   on 2000/12/08  15:25:08
10925         Log: Subject: djSP
10926              From: Michael Stevens <michael@etla.org>
10927              Date: Wed, 6 Dec 2000 23:24:01 +0000
10928              Message-ID: <20001206232400.A21381@firedrake.org>
10929              
10930              Plus a note from Nick Ing-Simmons.
10931      Branch: perl
10932            ! pp.h
10933 ____________________________________________________________________________
10934 [  8037] By: jhi                                   on 2000/12/08  15:18:35
10935         Log: Filetype is text.
10936      Branch: perl
10937            ! t/op/utf8decode.t
10938 ____________________________________________________________________________
10939 [  8036] By: jhi                                   on 2000/12/08  03:31:27
10940         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
10941              From: Andy Dougherty <doughera@lafayette.edu>
10942              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
10943              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
10944              
10945              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
10946              From: Andy Dougherty <doughera@lafayette.edu>
10947              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
10948              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
10949      Branch: perl
10950            + ext/POSIX/hints/svr4.pl
10951            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
10952 ____________________________________________________________________________
10953 [  8035] By: jhi                                   on 2000/12/08  03:26:01
10954         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
10955              From: Andy Dougherty <doughera@lafayette.edu>
10956              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
10957              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
10958      Branch: perl
10959            ! t/README t/base/term.t
10960 ____________________________________________________________________________
10961 [  8034] By: jhi                                   on 2000/12/08  03:21:59
10962         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
10963              From: mjd@plover.com  
10964              Date: 7 Dec 2000 21:04:20 -0000
10965              Message-ID: <20001207210420.22282.qmail@plover.com>
10966              
10967              Plus -z doc.
10968      Branch: perl
10969            ! pod/perlfunc.pod
10970 ____________________________________________________________________________
10971 [  8033] By: jhi                                   on 2000/12/08  03:19:03
10972         Log: Use the UTF8 macros a bit.  They can't be used with abandon
10973              everywhere because we do generate illegal UTF-8 in some situations.
10974              This is of course naughty.
10975      Branch: perl
10976            ! pod/perlapi.pod utf8.c utf8.h
10977 ____________________________________________________________________________
10978 [  8032] By: jhi                                   on 2000/12/08  03:00:09
10979         Log: Out of sync?
10980      Branch: perl
10981            ! t/pragma/warn/utf8
10982 ____________________________________________________________________________
10983 [  8031] By: jhi                                   on 2000/12/08  02:22:39
10984         Log: Cnt spl.
10985      Branch: perl
10986            ! MANIFEST
10987 ____________________________________________________________________________
10988 [  8030] By: jhi                                   on 2000/12/08  01:23:54
10989         Log: Add test for reverse().
10990      Branch: perl
10991            + t/op/reverse.t
10992            ! MANIFEST
10993 ____________________________________________________________________________
10994 [  8029] By: jhi                                   on 2000/12/08  01:21:47
10995         Log: Integrate perlio.
10996      Branch: perl
10997           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
10998           !> perlio.c perlio.h perlsdio.h warnings.pl
10999 ____________________________________________________________________________
11000 [  8028] By: jhi                                   on 2000/12/08  01:19:08
11001         Log: Introduce macros for UTF8 decoding.
11002      Branch: perl
11003            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
11004 ____________________________________________________________________________
11005 [  8027] By: nick                                  on 2000/12/07  22:18:19
11006         Log: Integrate mainline
11007      Branch: perlio
11008           !> embed.pl pod/perlapi.pod utf8.c
11009 ____________________________________________________________________________
11010 [  8026] By: nick                                  on 2000/12/07  21:45:08
11011         Log: Various oddities p4 diff -se showed up
11012              Remove 'our' from warnings.pl
11013      Branch: perlio
11014            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
11015 ____________________________________________________________________________
11016 [  8025] By: nick                                  on 2000/12/07  21:43:32
11017         Log: Change PerlIO_(get|set)pos to take SV *
11018              Should fix, OS/2, VMS, (sfio??)
11019      Branch: perlio
11020            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
11021 ____________________________________________________________________________
11022 [  8024] By: jhi                                   on 2000/12/07  19:05:32
11023         Log: Document utf8_to_uv() better.
11024      Branch: perl
11025            ! pod/perlapi.pod utf8.c
11026 ____________________________________________________________________________
11027 [  8023] By: jhi                                   on 2000/12/07  18:23:47
11028         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
11029      Branch: perl
11030            ! embed.pl pod/perlapi.pod utf8.c
11031 ____________________________________________________________________________
11032 [  8022] By: jhi                                   on 2000/12/07  04:13:51
11033         Log: Integrate perlio.
11034      Branch: perl
11035           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
11036           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
11037           !> win32/makefile.mk
11038 ____________________________________________________________________________
11039 [  8021] By: nick                                  on 2000/12/07  00:28:14
11040         Log: Various attempts at MSVC debug - not sure what has
11041              changed but works now. 
11042              Seems atexit() _may_ work for DLLs built with MSVC so don't
11043              call cleanup that way.
11044      Branch: perlio
11045            ! perlio.c win32/makefile.mk
11046 ____________________________________________________________________________
11047 [  8020] By: nick                                  on 2000/12/06  19:57:20
11048         Log: Integrate mainline
11049      Branch: perlio
11050           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
11051           !> (integrate 75 files)
11052 ____________________________________________________________________________
11053 [  8019] By: nick                                  on 2000/12/06  19:28:21
11054         Log: Add useperlio to config.vc
11055              Turn off binmode in config_H.PL
11056              Regen all the config_H.xx
11057              Attempt to get debugging build with MSVC.
11058      Branch: perlio
11059            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11060            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
11061 ____________________________________________________________________________
11062 [  8018] By: nick                                  on 2000/12/06  19:21:57
11063         Log: Test various dup/external program options on all platforms.
11064      Branch: perlio
11065            ! t/io/dup.t
11066 ____________________________________________________________________________
11067 [  8017] By: nick                                  on 2000/12/06  19:20:47
11068         Log: Fix harness to be less picky
11069      Branch: perlio
11070            ! lib/Test/Harness.pm
11071 ____________________________________________________________________________
11072 [  8016] By: jhi                                   on 2000/12/06  16:45:12
11073         Log: Update Changes.
11074      Branch: perl
11075            ! Changes patchlevel.h
11076 ____________________________________________________________________________
11077 [  8015] By: jhi                                   on 2000/12/06  16:41:03
11078         Log: Test \x{...} with ord().
11079      Branch: perl
11080            ! t/op/ord.t
11081 ____________________________________________________________________________
11082 [  8014] By: jhi                                   on 2000/12/06  16:20:33
11083         Log: Test tweak because of #8013.
11084      Branch: perl
11085            ! t/lib/b.t
11086 ____________________________________________________________________________
11087 [  8013] By: jhi                                   on 2000/12/06  16:09:09
11088         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
11089              From: Michael G Schwern <schwern@pobox.com>
11090              Date: Tue, 5 Dec 2000 21:23:28 -0500
11091              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
11092              
11093              Carp::Heavy parts not very applicable because of recent changes.
11094      Branch: perl
11095            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
11096            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
11097            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
11098            ! lib/Exporter.pm lib/Exporter/Heavy.pm
11099            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
11100            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
11101            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
11102            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
11103            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
11104            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
11105            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
11106            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
11107            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
11108            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
11109            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
11110            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
11111            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
11112            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
11113            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
11114            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
11115            ! warnings.pl
11116 ____________________________________________________________________________
11117 [  8012] By: jhi                                   on 2000/12/06  15:22:38
11118         Log: Subject: [PATCH] Re: New harness is failing things
11119              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11120              Date: Wed, 6 Dec 2000 13:00:30 GMT
11121              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
11122      Branch: perl
11123            ! lib/Test/Harness.pm
11124 ____________________________________________________________________________
11125 [  8011] By: jhi                                   on 2000/12/06  15:12:08
11126         Log: Subject: installhtml changes
11127              From: Michael Stevens <michael@etla.org>
11128              Date: Wed, 6 Dec 2000 13:15:53 +0000
11129              Message-ID: <20001206131553.A27317@firedrake.org>
11130      Branch: perl
11131            ! installhtml
11132 ____________________________________________________________________________
11133 [  8010] By: jhi                                   on 2000/12/06  15:06:05
11134         Log: Subject: the dTHR hits
11135              From: Michael Stevens <michael@etla.org>
11136              Date: Wed, 6 Dec 2000 12:06:03 +0000
11137              Message-ID: <20001206120603.A24581@firedrake.org>
11138              
11139              More, errrm, less dTHRs.
11140      Branch: perl
11141            ! bytecode.pl ext/B/B/C.pm
11142 ____________________________________________________________________________
11143 [  8009] By: jhi                                   on 2000/12/06  15:04:25
11144         Log: Subject: MakeMaker mailing list gone?
11145              From: Michael G Schwern <schwern@pobox.com>
11146              Date: Tue, 5 Dec 2000 19:29:59 -0500
11147              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
11148              
11149              The MakeMaker mailing list is dead, perlbug is the right
11150              address to report bugs.
11151      Branch: perl
11152            ! lib/ExtUtils/MakeMaker.pm
11153 ____________________________________________________________________________
11154 [  8008] By: jhi                                   on 2000/12/06  15:00:32
11155         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
11156              From: Michael G Schwern <schwern@pobox.com>
11157              Date: Tue, 5 Dec 2000 19:21:21 -0500
11158              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
11159              
11160              Add a default MANIFEST skip that ignores things like
11161              version control files, editor temporary files, and the Makefile.
11162      Branch: perl
11163            + lib/ExtUtils/MANIFEST.SKIP
11164            ! MANIFEST lib/ExtUtils/Manifest.pm
11165 ____________________________________________________________________________
11166 [  8007] By: jhi                                   on 2000/12/06  14:57:20
11167         Log: In Amiga more manual hackery of the scripts seems to be needed,
11168              from Jan-Erik Karlsson.  Why Configure does not get this right
11169              is unknown, may be shell-induced.
11170      Branch: perl
11171            ! README.amiga
11172 ____________________________________________________________________________
11173 [  8006] By: jhi                                   on 2000/12/05  23:53:12
11174         Log: Add TOPm1s to peek at the second topmost stack item.
11175      Branch: perl
11176            ! pp.h
11177 ____________________________________________________________________________
11178 [  8005] By: jhi                                   on 2000/12/05  23:13:55
11179         Log: Avaunt, you foul UTF-8 tests.
11180      Branch: perl
11181            ! t/op/ver.t t/pragma/utf8.t
11182 ____________________________________________________________________________
11183 [  8004] By: jhi                                   on 2000/12/05  23:09:54
11184         Log: Continue utf8 dispersal. 
11185      Branch: perl
11186            + t/op/concat.t
11187            ! MANIFEST t/pragma/utf8.t
11188 ____________________________________________________________________________
11189 [  8003] By: nick                                  on 2000/12/05  23:02:39
11190         Log: Integrate mainline.
11191      Branch: perlio
11192           +> t/op/length.t t/op/utf8decode.t
11193           !> (integrate 69 files)
11194 ____________________________________________________________________________
11195 [  8002] By: jhi                                   on 2000/12/05  22:59:28
11196         Log: Integrate perlio.
11197      Branch: perl
11198           !> iperlsys.h perl.c perlio.c win32/perllib.c
11199 ____________________________________________________________________________
11200 [  8001] By: nick                                  on 2000/12/05  22:07:52
11201         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
11202              - calloc/free suffer from damage on TerminateThread()
11203              - use PerlMemShared (as originally planned) now fixed
11204              - avoid doing anything important on DLL "detach".
11205      Branch: perlio
11206            ! perl.c perlio.c win32/perllib.c
11207 ____________________________________________________________________________
11208 [  8000] By: nick                                  on 2000/12/05  21:05:09
11209         Log: Fix gross PerlMemShared issue.
11210      Branch: perlio
11211            ! iperlsys.h
11212 ____________________________________________________________________________
11213 [  7999] By: jhi                                   on 2000/12/05  20:46:58
11214         Log: Test for Unicode (UTF-8) hash keys.
11215      Branch: perl
11216            ! t/op/each.t
11217 ____________________________________________________________________________
11218 [  7998] By: jhi                                   on 2000/12/05  20:30:35
11219         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
11220              is now always UTF-8), empty line cosmetics.
11221      Branch: perl
11222            ! t/pragma/utf8.t
11223 ____________________________________________________________________________
11224 [  7997] By: jhi                                   on 2000/12/05  20:15:40
11225         Log: Subject: Re: STRLEN - what?
11226              From: Andy Dougherty <doughera@lafayette.edu>
11227              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
11228              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
11229              
11230              Explain STRLEN.
11231      Branch: perl
11232            ! pod/perlguts.pod
11233 ____________________________________________________________________________
11234 [  7996] By: jhi                                   on 2000/12/05  20:13:34
11235         Log: Split off the UTF-8 decoder tests, make them to check also
11236              the error message.
11237      Branch: perl
11238            + t/op/utf8decode.t
11239            ! MANIFEST t/pragma/utf8.t utf8.c
11240 ____________________________________________________________________________
11241 [  7995] By: jhi                                   on 2000/12/05  16:39:47
11242         Log: Start migrating bits of pragma/utf8 to elsewhere
11243              (since the long term plan is to obsolete 'use utf8').
11244      Branch: perl
11245            + t/op/length.t
11246            ! MANIFEST t/pragma/utf8.t
11247 ____________________________________________________________________________
11248 [  7994] By: jhi                                   on 2000/12/05  16:30:21
11249         Log: Fix a manual edit typo from #7993, fix the message formatting
11250              for Unicode, add few our declarations.
11251      Branch: perl
11252            ! lib/Carp/Heavy.pm
11253 ____________________________________________________________________________
11254 [  7993] By: jhi                                   on 2000/12/05  16:09:15
11255         Log: Subject: Need help with warnings :-(
11256              From: "Ben Tilly" <ben_tilly@hotmail.com>
11257              Date: Tue, 05 Dec 2000 01:35:54 -0500
11258              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
11259              
11260              Subject: UPDATE: Carp/Heavy now passes all tests
11261              From: "Ben Tilly" <ben_tilly@hotmail.com>
11262              Date: Tue, 05 Dec 2000 07:59:41 -0500
11263              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
11264              
11265              The Brave New Carp.
11266      Branch: perl
11267            ! lib/Carp.pm lib/Carp/Heavy.pm
11268 ____________________________________________________________________________
11269 [  7992] By: jhi                                   on 2000/12/05  15:55:08
11270         Log: Subject: [PATCH perl@7979] cygwin port
11271              From: "Eric Fifer" <efifer@dircon.co.uk>
11272              Date: Tue, 5 Dec 2000 14:04:09 -0000
11273              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
11274      Branch: perl
11275            ! t/lib/net-hostent.t
11276 ____________________________________________________________________________
11277 [  7991] By: jhi                                   on 2000/12/05  15:52:34
11278         Log: Subject: Re: [PATCH] The largest hoax of all times?
11279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11280              Date: Tue, 5 Dec 2000 00:40:25 -0500
11281              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
11282              
11283              Subject: Re: [PATCH] The largest hoax of all times?
11284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11285              Date: Mon, 4 Dec 2000 23:55:53 -0500
11286              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
11287              
11288              Subject: Re: [PATCH] The largest hoax of all times?
11289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11290              Date: Tue, 5 Dec 2000 01:28:45 -0500
11291              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
11292              
11293              Fix the unpredictable order of DESTROYs.
11294      Branch: perl
11295            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
11296            ! sv.c sv.h t/op/ref.t
11297 ____________________________________________________________________________
11298 [  7990] By: jhi                                   on 2000/12/05  14:38:53
11299         Log: Subject: [PATCH] shrink pp_hot fractionally
11300              From: Nicholas Clark <nick@ccl4.org>
11301              Date: Tue, 5 Dec 2000 12:44:31 +0000
11302              Message-ID: <20001205124431.E74518@plum.flirble.org>
11303              
11304              Use report_evil_fh().
11305      Branch: perl
11306            ! opcode.pl opnames.h pp_hot.c util.c
11307 ____________________________________________________________________________
11308 [  7989] By: jhi                                   on 2000/12/05  14:21:27
11309         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
11310              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11311              Date: Mon, 04 Dec 2000 22:21:59 -0800
11312              Message-ID: <HmIL6gzkgepS092yn@efn.org>
11313              
11314              Harness shouldn't ignore responses like "ok 3\r\r\n".
11315      Branch: perl
11316            ! lib/Test/Harness.pm
11317 ____________________________________________________________________________
11318 [  7988] By: jhi                                   on 2000/12/05  13:51:28
11319         Log: Integrate the "skip" messages to explain().
11320      Branch: perl
11321            ! t/lib/syslfs.t t/op/lfs.t
11322 ____________________________________________________________________________
11323 [  7987] By: jhi                                   on 2000/12/05  12:34:54
11324         Log: The one that got away in #7984.
11325              
11326              Subject: Re: dTHR - what and why?
11327              From: Michael Stevens <michael@etla.org> 
11328              Date: Tue, 5 Dec 2000 11:15:52 +0000
11329              Message-ID: <20001205111552.A4647@firedrake.org>
11330      Branch: perl
11331            ! sv.h
11332 ____________________________________________________________________________
11333 [  7986] By: gsar                                  on 2000/12/05  09:14:44
11334         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
11335              due to the notorious GetFileType() bug in Windows 9x, which fstat()
11336              tickles)
11337      Branch: perl
11338            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
11339 ____________________________________________________________________________
11340 [  7985] By: jhi                                   on 2000/12/05  05:49:03
11341         Log: Integrate perlio.
11342      Branch: perl
11343           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
11344           !> win32/perlhost.h win32/perllib.c
11345 ____________________________________________________________________________
11346 [  7984] By: jhi                                   on 2000/12/05  05:48:16
11347         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
11348      Branch: perl
11349            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
11350            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
11351            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
11352            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
11353            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
11354            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
11355            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
11356            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
11357            ! win32/win32.c
11358 ____________________________________________________________________________
11359 [  7983] By: nick                                  on 2000/12/04  23:27:43
11360         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
11361      Branch: perlio
11362            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
11363            ! win32/perlhost.h win32/perllib.c
11364 ____________________________________________________________________________
11365 [  7982] By: jhi                                   on 2000/12/04  19:44:09
11366         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
11367              uncovered by #7980.
11368      Branch: perl
11369            ! op.c
11370 ____________________________________________________________________________
11371 [  7981] By: jhi                                   on 2000/12/04  19:42:07
11372         Log: Subject: [PATCH] Trivial dump.c feature
11373              From: Simon Cozens <simon@cozens.net>
11374              Date: Mon, 4 Dec 2000 18:08:38 +0000
11375              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
11376              
11377              Show whether a constant is UTF-8.
11378      Branch: perl
11379            ! dump.c
11380 ____________________________________________________________________________
11381 [  7980] By: jhi                                   on 2000/12/04  19:36:51
11382         Log: UTF-8 hash keys, patch from Inaba Hiroto.
11383      Branch: perl
11384            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
11385 ____________________________________________________________________________
11386 [  7979] By: jhi                                   on 2000/12/04  17:36:28
11387         Log: Update Changes.
11388      Branch: perl
11389            ! Changes patchlevel.h
11390 ____________________________________________________________________________
11391 [  7978] By: jhi                                   on 2000/12/04  16:42:17
11392         Log: Retract #7977, still too volatile (the euphemism of the day
11393              for unfinished and buggy :-)
11394      Branch: perl
11395            ! doop.c hv.c pp.c sv.h
11396 ____________________________________________________________________________
11397 [  7977] By: jhi                                   on 2000/12/04  16:25:15
11398         Log: (Retracted by #7978, too shaky yet.)
11399              
11400              Subject: Re: utf8 in hash keys, implementor missing
11401              From: Simon Cozens <simon@cozens.net>
11402              Date: Sat, 2 Dec 2000 19:49:35 +0000
11403              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
11404              
11405              The first step at UTF-8 hash keys.
11406      Branch: perl
11407            ! doop.c hv.c pp.c sv.h
11408 ____________________________________________________________________________
11409 [  7976] By: jhi                                   on 2000/12/04  16:13:53
11410         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
11411              From: sthoenna@efn.org
11412              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
11413              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
11414      Branch: perl
11415            ! os2/os2.c perlio.c
11416 ____________________________________________________________________________
11417 [  7975] By: jhi                                   on 2000/12/04  16:05:25
11418         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
11419              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11420              Date: Thu, 30 Nov 2000 20:50:37 -0800
11421              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
11422      Branch: perl
11423            ! os2/os2.c
11424 ____________________________________________________________________________
11425 [  7974] By: jhi                                   on 2000/12/04  16:03:57
11426         Log: Subject: [PATCH] ++ 20% faster
11427              From: Nicholas Clark <nick@ccl4.org>
11428              Date: Mon, 4 Dec 2000 12:17:27 +0000
11429              Message-ID: <20001204121726.B52976@plum.flirble.org>
11430              
11431              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
11432      Branch: perl
11433            ! sv.c
11434 ____________________________________________________________________________
11435 [  7973] By: jhi                                   on 2000/12/04  16:00:48
11436         Log: 
11437              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
11438              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11439              Date: Mon, 04 Dec 2000 12:30:45 +0100
11440              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
11441              
11442              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
11443              library (getprotobyname and getprotobynumber are outversioned by
11444              the same calls in libc, at least for xlc version 3.
11445      Branch: perl
11446            ! hints/aix.sh
11447 ____________________________________________________________________________
11448 [  7972] By: jhi                                   on 2000/12/04  02:58:31
11449         Log: Integrate perlio.
11450      Branch: perl
11451           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
11452           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
11453           !> win32/win32.h win32/win32iop.h win32/win32thread.h
11454 ____________________________________________________________________________
11455 [  7971] By: nick                                  on 2000/12/04  00:24:33
11456         Log: Quieten some noise in Win32 builds:
11457              - win32.h is included after <sys/socket.h>, so need to 
11458              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
11459              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
11460      Branch: perlio
11461            ! doio.c perl.h toke.c win32/win32.h
11462 ____________________________________________________________________________
11463 [  7970] By: nick                                  on 2000/12/03  22:57:46
11464         Log: PERL_IMPLICIT_SYS compiles but does not work.
11465      Branch: perlio
11466            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
11467            ! win32/perlhost.h win32/perllib.c win32/win32.h
11468            ! win32/win32iop.h win32/win32thread.h
11469 ____________________________________________________________________________
11470 [  7969] By: jhi                                   on 2000/12/03  22:12:58
11471         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
11472              used to swash_init(), makes regprop() dumps more informative
11473              (+utf8::IsAlpha, -utf8::IsDigit, for example).
11474      Branch: perl
11475            ! regcomp.c regexec.c
11476 ____________________________________________________________________________
11477 [  7968] By: jhi                                   on 2000/12/03  21:39:56
11478         Log: Implement ANYOFUTF8 regprop() dumping.
11479      Branch: perl
11480            ! regcomp.c
11481 ____________________________________________________________________________
11482 [  7967] By: jhi                                   on 2000/12/03  20:57:19
11483         Log: Make uv_to_utf8() to zero-terminate its output buffer,
11484              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
11485      Branch: perl
11486            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
11487 ____________________________________________________________________________
11488 [  7966] By: nick                                  on 2000/12/03  18:41:21
11489         Log: Integrate mainline (STDCHAR)
11490      Branch: perlio
11491           !> Configure t/pragma/utf8.t
11492 ____________________________________________________________________________
11493 [  7965] By: jhi                                   on 2000/12/03  17:58:20
11494         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
11495      Branch: perl
11496            ! t/pragma/utf8.t
11497 ____________________________________________________________________________
11498 [  7964] By: jhi                                   on 2000/12/03  17:35:56
11499         Log: Integrate perlio.
11500      Branch: perl
11501           !> iperlsys.h perlio.c
11502 ____________________________________________________________________________
11503 [  7963] By: jhi                                   on 2000/12/03  17:33:55
11504         Log: Metaconfig unit change for #7962.
11505      Branch: metaconfig
11506            ! U/modified/stdchar.U
11507 ____________________________________________________________________________
11508 [  7962] By: jhi                                   on 2000/12/03  17:33:27
11509         Log: Untangle the <stdio.h> #include nest for the stdchar test,
11510              from Andy Dougherty.
11511      Branch: perl
11512            ! Configure
11513 ____________________________________________________________________________
11514 [  7961] By: nick                                  on 2000/12/03  16:53:00
11515         Log: Make iperlsys.h vector stdio not PerlIO.
11516      Branch: perlio
11517            ! iperlsys.h perlio.c
11518 ____________________________________________________________________________
11519 [  7960] By: nick                                  on 2000/12/03  14:43:01
11520         Log: Integrate mainline
11521      Branch: perlio
11522           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
11523           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
11524 ____________________________________________________________________________
11525 [  7959] By: jhi                                   on 2000/12/03  08:16:36
11526         Log: Use DO_UTF8().
11527      Branch: perl
11528            ! op.c
11529 ____________________________________________________________________________
11530 [  7958] By: jhi                                   on 2000/12/02  18:33:05
11531         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
11532              From: Mike Guy <mjtg@cam.ac.uk>         
11533              Date: Sat, 02 Dec 2000 17:27:13 +0000
11534              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
11535              
11536              An extraneous argument.
11537      Branch: perl
11538            ! toke.c
11539 ____________________________________________________________________________
11540 [  7957] By: jhi                                   on 2000/12/02  18:22:32
11541         Log: A missing hunk.
11542      Branch: perl
11543            ! t/lib/net-hostent.t
11544 ____________________________________________________________________________
11545 [  7956] By: jhi                                   on 2000/12/02  18:06:20
11546         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
11547              From: Nicholas Clark <nick@ccl4.org>
11548              Date: Sat, 2 Dec 2000 14:28:27 +0000
11549              Message-ID: <20001202142827.A12308@plum.flirble.org>
11550              
11551              Test robustness.
11552      Branch: perl
11553            ! t/lib/net-hostent.t
11554 ____________________________________________________________________________
11555 [  7955] By: jhi                                   on 2000/12/02  17:58:06
11556         Log: Metaconfig unit change for #7954.
11557      Branch: metaconfig
11558            ! U/modified/stdchar.U
11559 ____________________________________________________________________________
11560 [  7954] By: jhi                                   on 2000/12/02  17:54:32
11561         Log: An inconvenient hang would happen if the stdio _ptr wasn't
11562              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
11563              would be grepping stdin for all eternity for the _ptr.)
11564      Branch: perl
11565            ! Configure
11566 ____________________________________________________________________________
11567 [  7953] By: jhi                                   on 2000/12/02  00:07:15
11568         Log: Update Changes.
11569      Branch: perl
11570            ! Changes patchlevel.h
11571 ____________________________________________________________________________
11572 [  7952] By: jhi                                   on 2000/12/01  23:54:47
11573         Log: Subject: Re: long shell lines
11574              From: Andy Dougherty <doughera@lafayette.edu>
11575              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
11576              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
11577              
11578              Split overly long shell command lines.
11579      Branch: perl
11580            ! lib/ExtUtils/MM_Unix.pm
11581 ____________________________________________________________________________
11582 [  7951] By: jhi                                   on 2000/12/01  23:48:02
11583         Log: The metaconfig unit change for #7950.
11584      Branch: metaconfig
11585            + U/modified/stdchar.U
11586 ____________________________________________________________________________
11587 [  7950] By: jhi                                   on 2000/12/01  23:47:39
11588         Log: Try to find stdchar also from <stdio_impl.h>.
11589      Branch: perl
11590            ! Configure config_h.SH
11591 ____________________________________________________________________________
11592 [  7949] By: jhi                                   on 2000/12/01  23:46:45
11593         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
11594              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
11595              Date: Fri, 1 Dec 2000 16:26:08 -0500
11596              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
11597              
11598              Reword the diagnostic message.
11599      Branch: perl
11600            ! pod/perldiag.pod
11601 ____________________________________________________________________________
11602 [  7948] By: nick                                  on 2000/12/01  22:49:43
11603         Log: Integrate mainline (for s/y/m as sub names stuff).
11604      Branch: perlio
11605           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
11606           !> t/pragma/warn/toke toke.c
11607 ____________________________________________________________________________
11608 [  7947] By: jhi                                   on 2000/12/01  20:55:41
11609         Log: Integrate perlio.
11610      Branch: perl
11611           !> perlio.c perliol.h t/io/pipe.t
11612 ____________________________________________________________________________
11613 [  7946] By: jhi                                   on 2000/12/01  20:36:51
11614         Log: Upgrade to CPAN 1.59_51, from Andreas König.
11615      Branch: perl
11616            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
11617 ____________________________________________________________________________
11618 [  7945] By: nick                                  on 2000/12/01  20:31:32
11619         Log: Integrate mainline
11620      Branch: perlio
11621           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
11622           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
11623           +> t/lib/net-hostent.t
11624           !> (integrate 35 files)
11625 ____________________________________________________________________________
11626 [  7944] By: jhi                                   on 2000/12/01  20:23:29
11627         Log: Some help for 20001130.011.  Now one gets warnings like
11628              "Ambiguous -f() resolved as a file test ..."
11629      Branch: perl
11630            ! pod/perldiag.pod t/pragma/warn/toke toke.c
11631 ____________________________________________________________________________
11632 [  7943] By: jhi                                   on 2000/12/01  19:44:44
11633         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
11634              that also breaks using them as methods. 
11635      Branch: perl
11636            ! pod/perldiag.pod t/op/misc.t toke.c
11637 ____________________________________________________________________________
11638 [  7942] By: nick                                  on 2000/12/01  17:56:46
11639         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
11640              Make 'unix' pass most tests
11641              - do unread by temporary push of layer ("pending") holding unread chars
11642              - fast_gets is now based on per-handle flag
11643              - relax one of io/pipe.t tests to allow print to fail and close to
11644              succeed so that it passes on unbuffered "unix" layer.
11645              Remaining fail is sporadic and a genuine race condition between
11646              parent/child in fork test.
11647      Branch: perlio
11648            ! perlio.c perliol.h t/io/pipe.t
11649 ____________________________________________________________________________
11650 [  7941] By: jhi                                   on 2000/12/01  15:28:58
11651         Log: (Retracted by #7943.)
11652              
11653              Reserve the short named string operator names.
11654      Branch: perl
11655            ! pod/perldiag.pod t/op/misc.t toke.c
11656 ____________________________________________________________________________
11657 [  7940] By: jhi                                   on 2000/12/01  06:45:53
11658         Log: Get the three different space character classes right under utf8.
11659      Branch: perl
11660            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
11661            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
11662            ! regexec.c t/op/pat.t utf8.c
11663 ____________________________________________________________________________
11664 [  7939] By: jhi                                   on 2000/12/01  03:26:26
11665         Log: Two more tests that make no sense in UTF-8 since the test
11666              data is not in UTF-8.
11667      Branch: perl
11668            ! t/op/regexp.t
11669 ____________________________________________________________________________
11670 [  7938] By: jhi                                   on 2000/12/01  03:20:39
11671         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
11672              should it be required inside regexen?
11673      Branch: perl
11674            ! regcomp.c t/op/regmesg.t
11675 ____________________________________________________________________________
11676 [  7937] By: jhi                                   on 2000/12/01  02:58:53
11677         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
11678              stored and restored, and thusly was trounced by the utf8 swash
11679              routines.
11680      Branch: perl
11681            ! regcomp.c
11682 ____________________________________________________________________________
11683 [  7936] By: jhi                                   on 2000/11/30  20:41:39
11684         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
11685              Why the different platforms behave so differently (core dump vs
11686              no core dump) on this bug is a but of a mystery, but if I had to
11687              guess I would mumble something like 'alignment'.
11688      Branch: perl
11689            ! sv.c
11690 ____________________________________________________________________________
11691 [  7935] By: jhi                                   on 2000/11/30  16:17:02
11692         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
11693              From: Robin Barker <rmb1@cise.npl.co.uk>
11694              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
11695              Date: Thu, 30 Nov 2000 14:27:12 GMT
11696      Branch: perl
11697            ! perlio.c toke.c
11698 ____________________________________________________________________________
11699 [  7934] By: jhi                                   on 2000/11/30  16:04:49
11700         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
11701      Branch: perl
11702            ! t/lib/net-hostent.t
11703 ____________________________________________________________________________
11704 [  7933] By: jhi                                   on 2000/11/30  06:07:26
11705         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
11706              From: Peter Prymmer <pvhp@forte.com>
11707              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
11708              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
11709              
11710              In VMS the localhost may be LOCALHOST.
11711      Branch: perl
11712            ! t/lib/net-hostent.t
11713 ____________________________________________________________________________
11714 [  7932] By: jhi                                   on 2000/11/30  01:11:11
11715         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
11716              From: Peter Prymmer <pvhp@forte.com>
11717              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
11718              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
11719              
11720              plus regen perlapi.pod.
11721      Branch: perl
11722            ! pod/perlapi.pod utf8.c
11723 ____________________________________________________________________________
11724 [  7931] By: jhi                                   on 2000/11/30  01:06:19
11725         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
11726              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11727              Date:     Wed, 29 Nov 2000 17:15:11 EST
11728              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
11729      Branch: perl
11730            ! t/lib/filter-util.pl t/lib/filter-util.t
11731 ____________________________________________________________________________
11732 [  7930] By: jhi                                   on 2000/11/29  18:51:55
11733         Log: Update Changes.
11734      Branch: perl
11735            ! Changes patchlevel.h
11736 ____________________________________________________________________________
11737 [  7929] By: jhi                                   on 2000/11/29  18:50:55
11738         Log: Update the va_copy() metaconfig unit.
11739      Branch: metaconfig/U/perl
11740            ! need_va_copy.U
11741 ____________________________________________________________________________
11742 [  7928] By: jhi                                   on 2000/11/29  17:50:43
11743         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
11744              From: Dominic Dunlop <domo@computer.org>
11745              Date: Tue, 28 Nov 2000 16:41:57 +0100
11746              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
11747              
11748              Patch to catch a core dump in the Configure va_copy test.
11749      Branch: perl
11750            ! Configure config_h.SH
11751 ____________________________________________________________________________
11752 [  7927] By: jhi                                   on 2000/11/29  17:31:59
11753         Log: Retract #7921, the patch shouldn't be needed.
11754      Branch: perl
11755            ! sv.c
11756 ____________________________________________________________________________
11757 [  7926] By: jhi                                   on 2000/11/29  17:01:41
11758         Log: Make the Class::Struct import() wiser.
11759      Branch: perl
11760            ! lib/Class/Struct.pm t/lib/class-struct.t
11761 ____________________________________________________________________________
11762 [  7925] By: jhi                                   on 2000/11/29  16:36:33
11763         Log: All the core library users of Class::Struct seem to be
11764              using "use Class::Struct 'struct';" instead of the bare
11765              "use Class::Struct;", which isn't documented in Class::Struct.
11766              This can't be right.
11767      Branch: perl
11768            ! lib/File/stat.pm
11769 ____________________________________________________________________________
11770 [  7924] By: jhi                                   on 2000/11/29  16:32:15
11771         Log: A test works better if it has the right 1..$n output.
11772      Branch: perl
11773            ! t/lib/class-struct.t
11774 ____________________________________________________________________________
11775 [  7923] By: jhi                                   on 2000/11/29  16:29:11
11776         Log: Forgot to MANIFEST the new Net::hostent test.
11777      Branch: perl
11778            ! MANIFEST
11779 ____________________________________________________________________________
11780 [  7922] By: jhi                                   on 2000/11/29  16:27:49
11781         Log: Integrate perlio.
11782      Branch: perl
11783           !> iperlsys.h perlio.c
11784 ____________________________________________________________________________
11785 [  7921] By: jhi                                   on 2000/11/29  16:27:10
11786         Log: (Retracted by #7927.)
11787              
11788              Subject: [PATCH] Is infinity a number?
11789              From: Simon Cozens <simon@cozens.net>
11790              Date: Wed, 29 Nov 2000 14:48:20 +0000
11791              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
11792      Branch: perl
11793            ! sv.c
11794 ____________________________________________________________________________
11795 [  7920] By: jhi                                   on 2000/11/29  16:23:02
11796         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
11797              From: rspier@pobox.com (Robert Spier)
11798              Date: Wed, 29 Nov 2000 02:17:49 -0500
11799              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
11800              
11801              Add a test for Net::hostent.
11802      Branch: perl
11803            + t/lib/net-hostent.t
11804 ____________________________________________________________________________
11805 [  7919] By: jhi                                   on 2000/11/29  16:21:31
11806         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
11807              add a test for Class::Struct.
11808      Branch: perl
11809            + t/lib/class-struct.t
11810            ! MANIFEST lib/Class/Struct.pm
11811 ____________________________________________________________________________
11812 [  7918] By: jhi                                   on 2000/11/29  15:48:40
11813         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
11814              From: rspier@pobox.com (Robert Spier)
11815              Date: Wed, 29 Nov 2000 02:25:39 -0500
11816              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
11817              
11818              More checking in case someone has broken their services or
11819              protocol databases.
11820      Branch: perl
11821            ! ext/Sys/Syslog/Syslog.pm
11822 ____________________________________________________________________________
11823 [  7917] By: jhi                                   on 2000/11/29  15:46:25
11824         Log: Subject: [PATCH] $^O  win32 -> MSWin32
11825              From: rspier@pobox.com (Robert Spier)
11826              Date: Wed, 29 Nov 2000 02:17:38 -0500
11827              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
11828              
11829              plus similar nits for vms, err, VMS, and UNICOS.
11830      Branch: perl
11831            ! t/lib/syslfs.t t/op/lfs.t
11832 ____________________________________________________________________________
11833 [  7916] By: jhi                                   on 2000/11/29  15:42:51
11834         Log: Subject: [PATCH] Tokeniser debugging
11835              From: Simon Cozens <simon@cozens.net>
11836              Date: Wed, 29 Nov 2000 14:15:45 +0000
11837              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
11838      Branch: perl
11839            ! perl.c perl.h pod/perlrun.pod toke.c
11840 ____________________________________________________________________________
11841 [  7915] By: jhi                                   on 2000/11/29  15:41:36
11842         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
11843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11844              Date: Wed, 29 Nov 2000 02:13:14 -0500
11845              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
11846              
11847              OUT keyword nits.
11848              
11849              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
11850              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11851              Date: Wed, 29 Nov 2000 03:09:04 -0500
11852              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
11853              
11854              OUT and IN_OUT documentation.
11855      Branch: perl
11856            ! lib/ExtUtils/xsubpp pod/perlxs.pod
11857 ____________________________________________________________________________
11858 [  7914] By: jhi                                   on 2000/11/29  03:35:01
11859         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
11860              From: John Tobey <jtobey@john-edwin-tobey.org>
11861              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
11862              Message-Id: <m140e1N-000FOoC@feynman.localnet>
11863              
11864              plus a performance speedup noticed by Sarathy.
11865      Branch: perl
11866            ! op.c
11867 ____________________________________________________________________________
11868 [  7913] By: jhi                                   on 2000/11/29  03:16:59
11869         Log: Use "1 while unlink" so that VMS gets clean, too.
11870      Branch: perl
11871            ! t/lib/filter-util.t
11872 ____________________________________________________________________________
11873 [  7912] By: jhi                                   on 2000/11/29  03:09:08
11874         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
11875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11876              Date: Tue, 28 Nov 2000 03:27:09 -0500
11877              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
11878      Branch: perl
11879            ! lib/ExtUtils/xsubpp
11880 ____________________________________________________________________________
11881 [  7911] By: jhi                                   on 2000/11/29  03:06:30
11882         Log: This should have been part of #7872: no need to scan UTF-8
11883              until eternity.
11884      Branch: perl
11885            ! utf8.c
11886 ____________________________________________________________________________
11887 [  7910] By: jhi                                   on 2000/11/29  02:50:04
11888         Log: One more perltie.pod nit from Casey R. Tweten.
11889      Branch: perl
11890            ! pod/perltie.pod
11891 ____________________________________________________________________________
11892 [  7909] By: jhi                                   on 2000/11/29  02:44:23
11893         Log: Document the known sprintf test failures, exact standard
11894              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
11895      Branch: perl
11896            ! pod/perldelta.pod t/op/sprintf.t
11897 ____________________________________________________________________________
11898 [  7908] By: jhi                                   on 2000/11/29  02:36:23
11899         Log: Add the Encoding table format documentation.
11900      Branch: perl
11901            + ext/Encode/Encode/EncodeFormat.pod
11902            ! MANIFEST
11903 ____________________________________________________________________________
11904 [  7907] By: jhi                                   on 2000/11/29  02:07:24
11905         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
11906              From: "Casey R. Tweten" <crt@kiski.net>
11907              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
11908              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
11909              
11910              Subject: Re: [PATCH] Updating perltie.pod for arrays
11911              From: "Casey R. Tweten" <crt@kiski.net>
11912              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
11913              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
11914      Branch: perl
11915            ! pod/perltie.pod
11916 ____________________________________________________________________________
11917 [  7906] By: nick                                  on 2000/11/28  22:40:59
11918         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
11919      Branch: perlio
11920            ! iperlsys.h perlio.c
11921 ____________________________________________________________________________
11922 [  7905] By: nick                                  on 2000/11/28  22:04:34
11923         Log: Integrate mainline
11924      Branch: perlio
11925           !> (integrate 39 files)
11926 ____________________________________________________________________________
11927 [  7904] By: jhi                                   on 2000/11/28  16:44:43
11928         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
11929              From: Nicholas Clark <nick@babyhippo.co.uk>
11930              Date: Tue, 28 Nov 2000 11:16:57 +0000
11931              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
11932      Branch: perl
11933            ! pod/perlipc.pod
11934 ____________________________________________________________________________
11935 [  7903] By: jhi                                   on 2000/11/28  16:40:31
11936         Log: Subject: [PATCH] Updating perltie.pod for arrays
11937              From: "Casey R. Tweten" <crt@kiski.net>
11938              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
11939              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
11940      Branch: perl
11941            ! pod/perltie.pod
11942 ____________________________________________________________________________
11943 [  7902] By: jhi                                   on 2000/11/28  16:39:37
11944         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
11945              From: Robin Barker <rmb1@cise.npl.co.uk>
11946              Date: Mon, 27 Nov 2000 17:56:44 GMT
11947              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
11948      Branch: perl
11949            ! pod/perlfunc.pod t/op/split.t
11950 ____________________________________________________________________________
11951 [  7901] By: jhi                                   on 2000/11/28  16:28:04
11952         Log: setmode() is a DOSish-only thing.
11953      Branch: perl
11954            ! perlio.c
11955 ____________________________________________________________________________
11956 [  7900] By: jhi                                   on 2000/11/28  16:21:46
11957         Log: Subject: [PATCH] perlcc.PL cleanups
11958              From: Simon Cozens <simon@cozens.net>
11959              Date: Tue, 28 Nov 2000 12:44:35 +0000
11960              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
11961      Branch: perl
11962            ! utils/perlcc.PL
11963 ____________________________________________________________________________
11964 [  7899] By: gsar                                  on 2000/11/28  06:32:55
11965         Log: reintegrate files missed by change#7895
11966      Branch: maint-5.6/perl
11967           +> ext/ByteLoader/bytecode.h utils/Makefile
11968            - utils/perlbc.PL
11969 ____________________________________________________________________________
11970 [  7897] By: gsar                                  on 2000/11/27  18:22:47
11971         Log: can't integrate these two files, for some reason
11972      Branch: maint-5.6/perl
11973            - ext/ByteLoader/bytecode.h utils/Makefile
11974 ____________________________________________________________________________
11975 [  7895] By: gsar                                  on 2000/11/27  18:11:21
11976         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
11977              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
11978              6757..6890,6892..6901 from mainline
11979              
11980              Bytecompiler patches from Benjamin Stuhl.
11981              
11982              More bytecompiler.
11983              
11984              Subject: [PATCH blead] B:: missing dependency
11985              
11986              Subject: [PATCH: 6757] configure.com updates and syslog build
11987              
11988              Long double Gconvert fixes from Yitzchak Scott-Thoennes
11989              and Spider Boardman.
11990              
11991              Subject: [PATCH blead] nextchar() abuse misses an optimisation
11992              
11993              Long double fixes from Spider Boardman.
11994              
11995              Make the selection of NVff et al stricter.
11996              
11997              cSVOPo_*v things index into the current PL_curpad
11998              under ithreads, which is different from the curpad
11999              used by the XSUB.  (In other words, the code as-is
12000              before this patch wouldn't work under ithreads.)
12001              
12002              Be portable.
12003              
12004              VMS MMS (make) wants null action.
12005              
12006              Mac and other portability updates from Chris Nandor.
12007              
12008              Storable support, v-version fixes.
12009              Subject: CPAN.pm beta for testing available
12010              
12011              Portability fix from Hugo van der Sanden.
12012              
12013              Bad makefile.
12014              
12015              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
12016              
12017              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
12018              
12019              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
12020              
12021              Replace #6705 with a minimal doc patch.
12022              Subject: [PATCH 5.6.0] replace change #6705
12023              
12024              Drop the separate perlbc, perlcc -b should be enough.
12025              
12026              installperl couldn't tell whether it had run tests or not.
12027              Subject: [PATCH] Re: installperl and t/TEST
12028              
12029              Add silencer flags to installperl.
12030              Subject: [PATCH] Making installperl silent.
12031              
12032              Make "make install" by default silent.  A new "install-verbose"
12033              target is verbose.
12034              
12035              More liberal parsing of version numbers.
12036              Subject: Re: CPAN.pm beta for testing available
12037              
12038              Create directories in silence.
12039              Subject: [PATCH] Another silencer for MakeMaker
12040              
12041              DOS patches and portability/porting notes, from Tim Jenness.
12042              
12043              Make installman to recognize the silence flag -S.
12044              
12045              Actually do something with the silencer option.
12046              
12047              Continue silencing.
12048              
12049              Show the doc file, not the temp file.
12050              
12051              Regen perltoc.
12052              
12053              Subject: [PATCH] More silencing of installman.
12054              
12055              Better wording for the vec lvalue diagnostic.
12056              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
12057              
12058              Subject: [PATCH: 6805] several more tweaks to configure.com
12059              
12060              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
12061              
12062              Missing parts of 
12063              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
12064              
12065              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
12066              (applied slightly modified)
12067              
12068              installperl --verbose and --silent.
12069              Subject: Re: [PATCH] More silencing of installman.
12070              
12071              Add install-silent target.
12072              
12073              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
12074              the problem reported in
12075              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
12076              
12077              Tweak the sfio/useperlio logic, hopefully as wished in
12078              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
12079              
12080              One forgotten file from #6816.
12081              
12082              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
12083              
12084              Remove duplicately applied patch shards.
12085              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
12086              
12087              Support preserving extremely big/small angles.
12088              
12089              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
12090              
12091              Subject: [PATCH] installation not quite silent yet.
12092              
12093              Update the test count.
12094              
12095              Use UVxf, PTR2UV, NVff.
12096              
12097              Document PTR2XX and INT2PTR.
12098              
12099              no-install target a la make -n.
12100              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
12101              
12102              grep -e isn't portable.
12103              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
12104              
12105              Can't get the test to reliably work thanks to the
12106              inaccurateness of floating point.  "Resolves" bug ids
12107              20000826.003, 20000826.009, 20000826.010,
12108              
12109              Subject: installman buglet
12110              
12111              DJGPP update from Laszlo Molnar.
12112              
12113              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
12114              
12115              Passing -R in ldflags makes now it to appear in the default
12116              for lddlflags, just like with -L.
12117              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
12118              
12119              Test nit.
12120              
12121              Use the actual thread type, not the pointer-to-struct.
12122              
12123              Provice virtual $Config{ccflags_nolargefiles} etc. 
12124              
12125              display_format used as a class method without arguments was broken,
12126              reported in
12127              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
12128              
12129              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
12130              
12131              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
12132              
12133              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
12134              
12135              opmini.o may be left around if a build is interrupted.
12136              
12137              Typo in #6858.
12138              
12139              Fix for ID 20000828.001, long doubles were not formatted
12140              correctly (showed up in $], which stopped installing perl).
12141              
12142              An attempt to fix the problem reported in
12143              Subject: Building perl@6856 using gcc/AIX 4.3.3 
12144              I can't test this properly since the gcc installation I have
12145              access to seems to be botched (gcc is calling the AIX cpp,
12146              a losing proposition...)
12147              
12148              Add -ld to archname on long tr...double platforms.
12149              
12150              Subject: hv.h Doc Patch
12151              
12152              Potential cruft.
12153              
12154              Subject: [PATCH bleedperl@6856] warnings fixes
12155              
12156              -S is the silent flag, -s is the strip flag.
12157              Subject: [PATCH] Re: [PATCH] make no-install          
12158              
12159              Take out the SUIDMAIL thing, that will not be
12160              a problem in 5.7.*.
12161              
12162              Subject: [PATCH bleedperl@6866] spellings
12163              
12164              Subject: [PATCH] Re: files not cleaned even by veryclean
12165              
12166              Use minimal @INC in tests, most of the time just '../lib',
12167              so that we simply can't pick up stuff from other Perls than
12168              the one we are testing.  Pointed out by
12169              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
12170              
12171              Update to Getopt::Long 2.24, from Johan Vromans.
12172              
12173              Fix for thinko in #6848.
12174              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
12175              
12176              Patches all over for people and the files they (hopefully) care about.
12177              
12178              Subject: Net::protoent does not export 'getproto'
12179              
12180              Missed a change in #6869.
12181              
12182              Subject: [PATCH] Warnings in B::Deparse
12183              
12184              Subject: [PATCH] Glob dumping
12185              
12186              Disable one of the tests for now.
12187              
12188              Disabling the one test is a bit tricky.
12189              
12190              Don't forget to tidy up.
12191              
12192              The #6881 removed one dump line.
12193              
12194              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
12195              
12196              Under usethreads the dumped variable is IN_PAD.
12197              Subject: Re: [PATCH] Glob dumping
12198              
12199              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
12200              
12201              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
12202              
12203              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
12204              
12205              Regen Configure for #6894.
12206              
12207              Subject: [PATCH: 6889] updates to perlebcdic.pod
12208              
12209              Undo namespace pollution of #6878.
12210              Subject: Re: Net::protoent does not export 'getproto'
12211              
12212              Admit that we are leaking scalars.
12213              
12214              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
12215      Branch: maint-5.6/perl
12216           !> (integrate 271 files)
12217 ____________________________________________________________________________
12218 [  7894] By: gsar                                  on 2000/11/27  16:00:34
12219         Log: a couple of nits
12220      Branch: maint-5.6/perl
12221            ! MANIFEST pp_sys.c
12222 ____________________________________________________________________________
12223 [  7893] By: gsar                                  on 2000/11/27  15:10:56
12224         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
12225              6740..6745,6747..6757,6760
12226              
12227              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
12228              
12229              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
12230              
12231              Doc nits spotted by Richard Soderberg.
12232              
12233              move WNOHANG definition to where other such things are
12234              
12235              Make $Config{byteorder} more magical so that it is
12236              dynamically computed: nice for 'fat binaries'.
12237              Subject: [PATCH]: default byteorder
12238              
12239              Subject: [PATCH] Cwd.pm now uses strict
12240              
12241              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
12242              
12243              Get -DLEAKTEST to compile (not necessarily to work, mind)
12244              Subject: [ID 20000724.006] -DLEAKTEST problem
12245              
12246              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
12247              
12248              Add perlebcdic from Peter Prymmer, regen toc.
12249              
12250              Don't propose using modules built for 5.005 if no binary
12251              compatibility with 5.005 is attempted.
12252              
12253              Do not use prototyping here.
12254              Subject: [ID 20000817.016] [PATCH] Peek.xs
12255              
12256              Document what the backtick returns if the command fails.
12257              
12258              Add byteorder to the myconfig output.
12259              
12260              Introduce NVef, NVff, and NVgf, use the middle one.
12261              (helps for lib/peek + Linux + long doubles)  Reported in
12262              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12263              Use NVs in POSIX math, not doubles.
12264              Subject: [ID 20000817.014] POSIX & modfl
12265              
12266              Subject: [PATCH 5.6.0+] newSVrv() memory leak
12267              
12268              The byteorder code in #6671 was wrong.
12269              
12270              Fix the lib/complex failure of
12271              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
12272              Linux long double accuracy issue: something that
12273              when printed with %g looks like "2" but int() of it is 1.
12274              
12275              Propagate new Configure vars.
12276              
12277              Unbuffer the output.
12278              
12279              Subject: [PATCH] perltrap.pod spring cleaning
12280              
12281              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
12282              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
12283              
12284              Tiny Getopt::Long patch from Johan Vromans.
12285              
12286              Document code point which makes if (defined %stash::) to work
12287              (noted by Spider Boardman).
12288              
12289              Subject: [PATCH perl@6698] cygwin port
12290              
12291              Document the NDBM_File and ODBM_File as SDBM_File
12292              was documented in #6417.
12293              
12294              The new tests were missing from #6415.
12295              
12296              Add [[:blank:]] as suggested in
12297              Subject: [ID 20000716.024] [=cc=] / [:blank:]
12298              (the [=cc=] has already been taken care of by #6439
12299              so the whole bug report can be closed)
12300              and make [[:space:]] to be equivalent to isspace(3)
12301              (as opposed to \s, which is isSPACE()).  The difference
12302              is that now [[:space:]] matches the mythical vertical tab,
12303              while \s doesn't.
12304              
12305              Don't eat leading os from index entries.
12306              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
12307              
12308              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
12309              
12310              Typo in pp_complement().
12311              Subject: [PATCH perl-current] Deparse
12312              
12313              Add warnif(), check warnings further up the stack,
12314              all the warnings functions now can take an optional object reference.
12315              Subject: [PATCH bleedperl@6691] warnings pragma update
12316              
12317              Fix a core dump in lib/selfloader under -DDEBUGGING.
12318              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
12319              
12320              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
12321              
12322              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
12323              
12324              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
12325              Put back the long double avoidance code to POSIX.xs
12326              because VMS seems to need it still.
12327              
12328              Introduce a 'veryclean' target that is like 'distclean'
12329              but also removes *~ and *.orig.
12330              
12331              Subject: [ID 20000817.023] endianness description in perlfunc.pod
12332              
12333              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
12334              
12335              Let's try #6717 again.
12336              
12337              UTF8 concat fixes.
12338              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
12339              
12340              pp_open() could pass an uninitialized filename down to do_open9().
12341              
12342              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
12343              
12344              Update to CGI 2.72, from Lincoln Stein.
12345              
12346              Subject: [PATCH] Silence MakeMaker (Was: installman)
12347              
12348              Use temporary directory instead of current directory.
12349              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
12350              
12351              Document odd vs even subreleases and -Dusedevel.
12352              
12353              The veryclean target needs to clobber.
12354              
12355              Use File::Spec->tmpdir().
12356              
12357              Document the number of exponent digits.
12358              
12359              Mention perlebcdic and perlposix-bc.
12360              
12361              s/this one/the 5.6.0 release/
12362              
12363              The #6724 is here.
12364              
12365              The correct cleaning order is an art.
12366              
12367              small tweaks for change#6705: avoid C++ style comments in C code;
12368              use Perl's malloc API rather than the low level system one
12369              
12370              Array context keeps slithering in.
12371              
12372              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
12373              
12374              Subject: [PATCH] os2.c fix for use64bitint
12375              
12376              Update to Pod::LaTeX 0.53.
12377              Subject: [PATCH] lib/Pod/LaTeX.pm updates
12378              
12379              Document the endianness of Alpha more precisely.
12380              
12381              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
12382              
12383              Rename the macro argument because some preprocessors
12384              can't tell the difference and expand arguments also inside
12385              double quoted strings.
12386              
12387              free TLS slot properly on Windows
12388              
12389              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
12390              
12391              Unicos/mk requires elaborate paranoia.
12392              
12393              Tweak the floating point output routine preferences.
12394              
12395              Also under djgpp the timestamps are funky.
12396              
12397              Apply some PodParser 1.18 patches; the Pod/Find.pm
12398              patches cannot be applied since #6712 conflicts.
12399              
12400              Use PodParser 1.18 new test.
12401              
12402              A pod nit.
12403              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
12404              
12405              Be verydeepclean.
12406      Branch: maint-5.6/perl
12407           +> pod/perlebcdic.pod
12408           !> (integrate 106 files)
12409 ____________________________________________________________________________
12410 [  7892] By: jhi                                   on 2000/11/27  15:02:32
12411         Log: Update Changes.
12412      Branch: perl
12413            ! Changes patchlevel.h
12414 ____________________________________________________________________________
12415 [  7891] By: jhi                                   on 2000/11/27  14:57:23
12416         Log: Subject: Re: perlfaq style changes
12417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12418              Date: Sat, 25 Nov 2000 23:32:26 -0800
12419              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
12420              
12421              plus a note from Ronald Kimball.
12422      Branch: perl
12423            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
12424 ____________________________________________________________________________
12425 [  7890] By: jhi                                   on 2000/11/27  14:53:14
12426         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
12427              From: Benjamin Holzman <bah@ecnvantage.com>
12428              Date: Sun, 26 Nov 2000 16:27:33 -0500
12429              Message-ID: <20001126162733.J25040@ecnvantage.com>
12430      Branch: perl
12431            ! gv.c
12432 ____________________________________________________________________________
12433 [  7889] By: jhi                                   on 2000/11/27  14:43:11
12434         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
12435              From: lvirden@cas.org
12436              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
12437              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
12438      Branch: perl
12439            ! README.amiga
12440 ____________________________________________________________________________
12441 [  7888] By: jhi                                   on 2000/11/27  14:32:34
12442         Log: Restore also the locale test to no-sprintf-taint state.
12443              Fixes the bug 20001127.003.
12444      Branch: perl
12445            ! sv.c t/pragma/locale.t
12446 ____________________________________________________________________________
12447 [  7887] By: gsar                                  on 2000/11/27  14:13:05
12448         Log: integrate changes#6613..6616,6620..6665 from mainline
12449              
12450              VMS configure.com update continues.
12451              
12452              Subject: Test fails / warnings with perl-current #6612
12453              
12454              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
12455              
12456              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12457              
12458              For now remove the mail code.
12459              
12460              Subject: Re: [PATCH] @+, @- readonly
12461              
12462              Subject: warning: storage class after type is obsolescent
12463              
12464              Subject: sfio2000
12465              
12466              Subject: Re: File::Temp problems on VMS in bleedperl
12467              
12468              README.os2 update.
12469              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
12470              
12471              Make the user to give up his firstborn, err, to knowingly
12472              verify installing an unstable developer release.  Also bump
12473              the release to 5.7.0, but leave a patch tag in the local
12474              patches saying that this is not yet the real thing.
12475              
12476              Update (kinda) to Test 1.14, from Joshua Pritikin.
12477              
12478              make ok etc also for win32.
12479              
12480              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
12481              
12482              Don't blow limited stacks, a lower number is enough to
12483              tickle the lookbehind limit.
12484              
12485              Use -Dusedevel; regen Configure and the respective Porting stuff.
12486              
12487              Subject: [PATCH] debugger exit code should reflect user exit code
12488              
12489              Subject: [PATCH perl@6620] cygwin port
12490              
12491              Missed a file from #6638.
12492              
12493              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)
12494              
12495              magic callbacks all need to have same type signature
12496              
12497              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
12498              
12499              Fix a dependency problem.
12500              Subject: [PATCH: 6640] VMS Makefile.SH update
12501              
12502              The numeric locale was reset to "C" by s?printf and never restored.
12503              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
12504              No test since adding the failing example to locale.t
12505              does not fail -- probably because the locale settings are so
12506              thoroughly tweaked by that time.  Running the example standalone
12507              does fail, though.  UPDATE: test case added at change #7540.
12508              
12509              Subject: [ID 20000324.040] minor fix to perlhpux.pod
12510              
12511              Update to CPAN 1.57.
12512              
12513              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
12514              
12515              Change the perlbug address to perl.org since it's more forgiving.
12516              
12517              Change the regx compilation error markers to use = instead of <
12518              since pod makes using the latter quite messy.  Reported in
12519              ID 20000814.006 by Abigail and in
12520              Subject: Unknown escape E<> ?
12521              
12522              Update to perldebtut 1.9, from Richard Foley.
12523              
12524              check that the number pseudo children doesn't exceed
12525              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
12526              the WaitForMultipleObjects() limit that would cause wait()
12527              to crash)
12528              wait() and waitpid() could potentially be rewritten to use
12529              more than one thread to do the waiting to eliminate this
12530              limitation
12531              
12532              change#6328 could make close(SOCKET) return false on windows
12533              when it shouldn't
12534              
12535              pod nit seen in passing
12536              
12537              on windows, the return values from wait() and waitpid() don't
12538              match those of pseudo-pids
12539              
12540              waitpid() now handles externally spawned pids correctly;
12541              fixes for backtick/wait/waitpid failures on Windows 9x
12542              these changes make the pid returned by process functions on
12543              Windows 9x always positive by clearing the high bit (which
12544              is always set on Win9x); pseudo-process PIDs are likewise
12545              always negative now on Win9x (just as on NT/2000)
12546              
12547              trailing new %ENV entries weren't being pushed into the real
12548              environment of subprocesses on Windows
12549              
12550              Tweak the regex compilation errors once more.
12551              
12552              avoid warnings from dense compiler
12553              
12554              add "ok" targets from change#6632 in makefile.mk
12555      Branch: maint-5.6/perl
12556            - lib/Pod/PlainText.pm vms/configure.com
12557           !> (integrate 66 files)
12558 ____________________________________________________________________________
12559 [  7886] By: jhi                                   on 2000/11/27  13:54:18
12560         Log: __FUNCTION__ isn't portable and trying to emulate it leads
12561              into practically spelling out the name of the function.
12562              Takes care of the bug 20001127.001.
12563      Branch: perl
12564            ! perlio.c
12565 ____________________________________________________________________________
12566 [  7885] By: gsar                                  on 2000/11/27  13:53:18
12567         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
12568              6610..6611 from mainline
12569              
12570              Make regular expression parse error messages easier to understand.
12571              Subject: Re: enhanced(?) regex error messages
12572              
12573              Tiny tidying on report_evil_fh().
12574              
12575              Subject: Re: enhanced(?) regex error messages 
12576              plus Capitalize the error messages, plus perldiag them.
12577              
12578              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
12579              
12580              Document here-doc better.
12581              
12582              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
12583              
12584              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
12585              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
12586              (either perlbug or p5p ate the original), plus regen
12587              perlapi and perltoc. 
12588              
12589              Regen global.sym.
12590              
12591              Double check that we have a dirhandle.
12592              
12593              Subject: Re: enhanced(?) regex error messages
12594              (plus two small patches sent privately)
12595              (this still seems to leave few test failures)
12596              
12597              warn is a macro, avoid using at a variable to avoid warnings
12598              in some configurations; readdir.t is too conservative in
12599              estimating number of *.t's
12600              
12601              Get back into sync with Jeffrey on the enhanced regex warnings.
12602              
12603              Subject: [PATCH 5.6.0] cygwin port
12604              
12605              Zero entries were skipped, fix from Adrian Goalby
12606              <argoalby@yahoo.co.uk>
12607              
12608              Subject: Remove dead entry in perldiag
12609              
12610              Amend the description of Perl6.
12611              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
12612              
12613              detypo
12614              
12615              It's the 2ndO'ROSSC.
12616              
12617              Revert the sv.c part of #6559, a better fix is needed.
12618              
12619              Iterating perl6 description.
12620              
12621              Update to Term::ANSIColor 1.03, from Russ Allbery.
12622              
12623              Update to Getopt::Long 2.23_05, from Johan Vromans.
12624              
12625              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
12626              
12627              Update to Pod::Parser 1.17, from Brad Appleton.
12628              
12629              Update to CPAN 1.56, from Andreas König.
12630              
12631              Update to CGI 2.70, from Lincoln Stein.
12632              
12633              Put back the std @INC thing.
12634              
12635              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
12636              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
12637              
12638              Document the IO::Select timeout.
12639              
12640              sleep(1) does not necessarily return 1.
12641              Subject: [PATCH bleadperl] op/lex_assign.t  
12642              
12643              Subject: debugger "d" command doesnt check line number
12644              
12645              B::Deparse didn't do sub attributes.
12646              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12647              
12648              Preprocessing and postprocessing for File::Find.
12649              Subject: Patch to Find::File.pm to allow alphabetical results
12650              
12651              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
12652              
12653              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
12654              
12655              Subject: Re: [ID 20000730.003] utf8::length() bad
12656              
12657              Subject: Getting perlio and threads to compile
12658              (the Solaris version changes in Configure skipped)
12659              
12660              Tests for #6589.
12661              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
12662              
12663              Add Perl debugging tutorial, regen toc. 
12664              Subject: perldebtut.pod
12665              
12666              Add a few missing files, update MANIFEST.
12667              
12668              Rewrite of vms/subconfigure.com as configure.com,
12669              from Peter Prymmer and the vmsperl crew.
12670              
12671              Should have deleted this in #6603.
12672              
12673              Fix the test for 5005threads.
12674              
12675              Fix-n-skip the tests under 5005threads.
12676              
12677              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
12678              
12679              Upgrade to CGI 2.71, from Lincoln Stein.
12680      Branch: maint-5.6/perl
12681           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
12682           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
12683           +> t/op/regmesg.t t/pod/find.t vms/configure.com
12684            - vms/subconfigure.com
12685            ! lib/lib.pm
12686           !> (integrate 115 files)
12687 ____________________________________________________________________________
12688 [  7884] By: jhi                                   on 2000/11/27  13:44:33
12689         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
12690              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12691              Date:     Mon, 27 Nov 2000 08:23:54 EST
12692              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
12693      Branch: perl
12694            ! vms/descrip_mms.template vms/test.com
12695 ____________________________________________________________________________
12696 [  7883] By: gsar                                  on 2000/11/27  11:50:46
12697         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
12698              6511..6513,6515..6523,6525..6536
12699              
12700              The swallow_bom() saga continues.  The #23 of require.t
12701              (UTF16-LE) still fails (silently, no output) but the #22
12702              (UTF16-BE) seems to be working now.  The root of the
12703              failure may be in sv_gets(): is it UTF-16LE-aware,
12704              especially when it comes to line endings? 
12705              
12706              Document the problem with -P in HP-UX and its workaround.
12707              
12708              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
12709              (aka ID 20000730.002)
12710              
12711              Subject: fix and question re: waitpid() under win32
12712              
12713              Make the safety catch for buggy gccs work with triple version
12714              numbers like 2.95.2.  Reported in
12715              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
12716              
12717              In Digital UNIX warn if gcc explicitly chosen because even
12718              2.95.2 is known to cause problems.
12719              
12720              Make chr() for values >127 to create utf8 when under utf8.
12721              
12722              various syntax errors and such (not fixed: comp/require.t#22 coredump
12723              on Windows)
12724              
12725              Stash away the largefiles flags and libswanted.
12726              
12727              BOM patching from Simon Cozens.
12728              
12729              If gccosandvers is equal to osname, clear gccosandvers.
12730              
12731              Make p4desc to skip non-mainperl branches by default.
12732              
12733              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
12734              
12735              The test from this
12736              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
12737              
12738              In new BSDs changes to argv[] do not show up in ps(1) output,
12739              instead one must use setproctitle().  This was already addressed
12740              by change #6457, but the below has a new variant for FreeBSD 4.0
12741              or later, and the matter is also documented more.
12742              
12743              FreeBSD 3.* updates from
12744              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
12745              
12746              regen_headers, regen perltoc.
12747              
12748              Document in one place the memory abstractions used in Perl core.
12749              
12750              memcpy has n o in it, as pinted ut by Sarathy.
12751              
12752              Remove the extraneous "main::" prefix from all the
12753              "opened only for", "on closed", and "never opened" warnings.
12754              
12755              The name of a filehandle does not have <these>.
12756              
12757              The tr utf8 patching continues.
12758              
12759              The new setproctitle() feature is available only in 
12760              bleeding edge FreeBSD.  From Paul Saab.
12761              
12762              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
12763              
12764              Dump UVs as UVs in Data::Dumper.
12765              
12766              detypo #6494
12767              
12768              Document the IVdf UVuf UVof UVxf.
12769              
12770              require.t needs binmode() to work on windows
12771              
12772              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
12773              that are hopefully soon put into use.
12774              
12775              Allow "no Module;" even if there is no 'unimport'.
12776              
12777              Better skip message for the test; one of the two problems in
12778              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
12779              
12780              The subtest 4 may fail also on VOBS, as pointed out
12781              by Nick Ing-Simmons in November 1999, bug id 19991124.003
12782              (but the failure in that bug report isn't the subtest 4).
12783              
12784              Be more informative on what is skipped and why,
12785              also repeat the list at the end.
12786              
12787              Add a URL for FSF.
12788              
12789              Subject: [PATCH] sv.h documentation - SvLEN
12790              
12791              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
12792              
12793              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
12794              
12795              Subject: [PATCH] bad cppsymbols on os2 + Configure question
12796              
12797              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
12798              
12799              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
12800              mention the idea of @( and @)
12801              
12802              This is 6512.  Really.
12803              
12804              Subject: [ID 19990721.004] Documentation bug in perlfunc
12805              
12806              Subject: Minor tweak to perlvar.pod
12807              
12808              In the warnings call filehandles consistently so;
12809              add "unopened" warning for stat().
12810              
12811              After the #6519 a warning about stat() is just that,
12812              not about a filetest, which now have their own warning.
12813              
12814              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
12815              
12816              Subject: Re: Array vs. List context
12817              
12818              Subject: New perlcc, take 2
12819              
12820              Weed buglets pointed out by
12821              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
12822              
12823              gcc versions might have (parentheses) in them.
12824              
12825              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
12826              
12827              Essential prototype changes were missing from #6527.
12828              Also make report_evil_fh() more bomb-proof.
12829              
12830              Zap lib/Sys directory when cleaning up.
12831              
12832              Change the Policy policy: now -Dprefix= with an existing
12833              Policy.sh and prefix == siteprefix == vendorprefix, then all
12834              of them follow along the new prefix.
12835              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
12836              
12837              Continue fixing the io warnings.  This also
12838              sort of fixes bug ID 20000802.003: the core dump
12839              is no more.  Whether the current behaviour is correct
12840              (giving a warning: "Not a format reference"), is another matter.
12841              
12842              Have symbols for the IoTYPEs.
12843              
12844              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
12845              
12846              Document a bit that UDP is not what you might think.
12847              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
12848              tr memory corruption fix from Simon Cozens.
12849              
12850              Plug the security hole described in the Aug 05 2000 bugtraq message
12851              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
12852              The security hole exists only in suidperls, which isn't
12853              installed or even built by default.
12854      Branch: maint-5.6/perl
12855           !> (integrate 71 files)
12856 ____________________________________________________________________________
12857 [  7882] By: gsar                                  on 2000/11/27  10:25:36
12858         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
12859              from mainline
12860              
12861              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
12862              to be fatal errors (instead of by default ignoring them, and
12863              ignoring with a bug: even though -w gave an error, the opening [
12864              was left in)  Reported in:
12865              
12866              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
12867              
12868              Subject: [PATCH] split /^/
12869              
12870              MacOS nits from Matthias Neeracher.
12871              
12872              More split() doc and test patches from Mike Guy.
12873              
12874              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
12875              from Graham Barr in the module list.
12876              
12877              docfix from Peter Scott <Peter@PSDT.com>.
12878              
12879              File::Temp patches for VMS and OS/2 from Tim Jenness.
12880              
12881              open() wariness in perlbug.
12882              
12883              Subject: [PATCH] minor doc change - perlguts
12884              
12885              Subject: Minor doc patch: handy.h
12886              
12887              Be wary of close()s, too.
12888              
12889              Further File::Temp patches from Yitzchak Scott-Thoennes
12890              and Craig A. Berry.
12891              
12892              Subject: [PATCH] fixes bug 20000508.004
12893              
12894              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
12895              
12896              Allow "no AutoLoader;", based on change #6444,
12897              suggested by Graham Barr.
12898              
12899              Use setproctitle() if available to modify $0.
12900              
12901              Warn if the version of the operating system used to compile gcc
12902              differs from the current version of the operating system.
12903              Also display the gcc compilation os and version in myconfig.
12904              Inspiration from
12905              
12906              Tiny fixes for #6460.
12907              
12908              The problem described in this
12909              Subject: [ID 20000322.018] named chars aren't magical enough
12910              has been fixed in perl 5.6.0 but just in case added a test
12911              to keep it away.  (The report from Joseph Hall.)
12912              
12913              Tune the comments and hopefully stop a memory leak.
12914              
12915              Subject: UTF8 concat
12916              (with a memory leak fixed, plus a few casts added)
12917              This also seems to help for
12918              Subject: [ID 20000716.015] join UTF8 weirdness
12919              
12920              Do not upgrade SVs into utf8 just because they participate
12921              in eq or cmp.  Reported and fix suggested in
12922              Subject: [ID 20000720.009] sv_eq UTF8 bug
12923              
12924              Fix the HALF_UPGRADE() macro introduced in #6263.
12925              
12926              Find green threads before native threads.
12927              Subject: Re: Patch to jpl/JNI/Makefile.PL
12928      Branch: maint-5.6/perl
12929           !> (integrate 30 files)
12930 ____________________________________________________________________________
12931 [  7881] By: jhi                                   on 2000/11/27  05:48:41
12932         Log: It seems that *both* the unused submatch loop cleanup
12933              codes are needed.
12934      Branch: perl
12935            ! regexec.c
12936 ____________________________________________________________________________
12937 [  7880] By: jhi                                   on 2000/11/27  04:50:07
12938         Log: Clean .exists deeper.
12939      Branch: perl
12940            ! Makefile.SH
12941 ____________________________________________________________________________
12942 [  7879] By: jhi                                   on 2000/11/27  02:31:35
12943         Log: The code in regcppop() (see #7878) contains the correct lower
12944              limit for the unused submatch 'cleanup' loop so that under
12945              "use utf8" the following code wouldn't dump core:
12946              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
12947              the cleanup loop in regtry() stomped beyond allocated area
12948              in the startp[] array.  Therefore, copied the correct lower
12949              loop limit (*PL_reglastparen) to regtry().  Note: something
12950              may still not be quite right: why was the _higher_ loop limit
12951              (prog->nparens) different in the utf8 case?
12952              
12953              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
12954              without core dumps, there were about 17 of them before
12955              the patch (with us since Perl 5.7.0).  Two failures, still:
12956              496 and 505 (though these may not be severe).
12957              
12958              Patch #7881 is also needed since both the cleanup loops
12959              seem to be needed.
12960              
12961              Also, the t/op/pat#44 seems to core dump under utf8.
12962              Plus a couple of failures.  UGH-8.
12963      Branch: perl
12964            ! regexec.c
12965 ____________________________________________________________________________
12966 [  7878] By: jhi                                   on 2000/11/27  02:21:17
12967         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
12968              the code in regcppop() seems to be redundant for the test suite --
12969              but it contains a germ of truth, and it needed for the build
12970              process itself: see #7879 and #7881.
12971      Branch: perl
12972            ! regexec.c
12973 ____________________________________________________________________________
12974 [  7877] By: jhi                                   on 2000/11/27  01:53:09
12975         Log: Comment on comment.
12976      Branch: perl
12977            ! regexec.c
12978 ____________________________________________________________________________
12979 [  7876] By: jhi                                   on 2000/11/27  00:49:59
12980         Log: Adjust the docs to agree with #7875.
12981      Branch: perl
12982            ! pod/perllocale.pod
12983 ____________________________________________________________________________
12984 [  7875] By: jhi                                   on 2000/11/27  00:49:27
12985         Log: Retract #7863.  It makes more sense not to taint formatted output,
12986              not even by sprintf().
12987      Branch: perl
12988            ! sv.c
12989 ____________________________________________________________________________
12990 [  7874] By: jhi                                   on 2000/11/26  23:36:02
12991         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
12992              Not really fixed (should really dump the UTF-8 charclass),
12993              but stopped displaying the garbage.
12994              
12995              Also add a note on the (missing) Unicode PSXSPC and BLANK.
12996      Branch: perl
12997            ! regcomp.c
12998 ____________________________________________________________________________
12999 [  7873] By: jhi                                   on 2000/11/26  21:31:13
13000         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
13001      Branch: perl
13002            ! regexec.c
13003 ____________________________________________________________________________
13004 [  7872] By: jhi                                   on 2000/11/26  21:06:04
13005         Log: No need to scan till infinity, 13 is enough.
13006      Branch: perl
13007            ! handy.h utf8.c
13008 ____________________________________________________________________________
13009 [  7871] By: jhi                                   on 2000/11/26  20:20:32
13010         Log: Test line numbers are different with utf8.
13011      Branch: perl
13012            ! t/op/re_tests
13013 ____________________________________________________________________________
13014 [  7870] By: jhi                                   on 2000/11/26  20:10:12
13015         Log: Message nit.
13016      Branch: perl
13017            ! regcomp.c
13018 ____________________________________________________________________________
13019 [  7869] By: jhi                                   on 2000/11/26  19:01:05
13020         Log: Make utf8_length() and utf8_distance() (the latter of which
13021              is unused at the moment) to be less forgiving about bad UTF-8.
13022      Branch: perl
13023            ! embed.h embed.pl objXSUB.h proto.h utf8.c
13024 ____________________________________________________________________________
13025 [  7868] By: jhi                                   on 2000/11/26  18:45:56
13026         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
13027              From: Benjamin Holzman <bah@ecnvantage.com>
13028              Date: Sat, 25 Nov 2000 20:40:20 -0500       
13029              Message-ID: <20001125204020.A25040@ecnvantage.com>              
13030              
13031              Debian allows installing /usr/bin/locale without installing
13032              any locales, an error message will ensue.
13033      Branch: perl
13034            ! t/pragma/locale.t
13035 ____________________________________________________________________________
13036 [  7867] By: jhi                                   on 2000/11/26  18:31:12
13037         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
13038              From: Benjamin Holzman <bah@ecnvantage.com>
13039              Date: Sun, 26 Nov 2000 02:42:34 -0500
13040              Message-ID: <20001126024234.G25040@ecnvantage.com>
13041              
13042              Patch for the bug 20000212.002.
13043      Branch: perl
13044            ! sv.c t/op/array.t
13045 ____________________________________________________________________________
13046 [  7866] By: jhi                                   on 2000/11/26  18:28:09
13047         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
13048              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13049              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
13050              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
13051              
13052              File::Temp 0.11.
13053      Branch: perl
13054            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
13055 ____________________________________________________________________________
13056 [  7865] By: jhi                                   on 2000/11/26  18:24:22
13057         Log: The metaconfig unit change for #7864.
13058      Branch: metaconfig/U/perl
13059            ! need_va_copy.U
13060 ____________________________________________________________________________
13061 [  7864] By: jhi                                   on 2000/11/26  18:23:41
13062         Log: Make the va_copy() test not to be so talkative.
13063      Branch: perl
13064            ! Configure config_h.SH
13065 ____________________________________________________________________________
13066 [  7863] By: jhi                                   on 2000/11/26  18:11:02
13067         Log: Fix locale inconsistencies unearthed by Hugo's work.
13068              Now the floating point sprintf really does taint the result
13069              string as perllocale promises (has promised for a long time)
13070              if "use locale" is in the lexical scope.
13071      Branch: perl
13072            ! sv.c t/pragma/locale.t
13073 ____________________________________________________________________________
13074 [  7862] By: jhi                                   on 2000/11/26  00:35:15
13075         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
13076              From: Nicholas Clark <nick@ccl4.org>
13077              Date: Sun, 26 Nov 2000 00:07:50 +0000
13078              Message-ID: <20001126000750.A22446@plum.flirble.org>
13079              
13080              Infinit.
13081      Branch: perl
13082            ! sv.c
13083 ____________________________________________________________________________
13084 [  7861] By: jhi                                   on 2000/11/26  00:01:26
13085         Log: Integrate perlio.
13086      Branch: perl
13087           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
13088 ____________________________________________________________________________
13089 [  7860] By: nick                                  on 2000/11/25  22:04:17
13090         Log: Correct relative path from new ext\Filter\Util\Call location
13091              back to miniperl.
13092      Branch: perlio
13093            ! win32/makefile.mk
13094 ____________________________________________________________________________
13095 [  7859] By: nick                                  on 2000/11/25  21:26:54
13096         Log: Integrate mainline.
13097      Branch: perlio
13098           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13099           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
13100           +> t/lib/filter-util.t
13101            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
13102            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
13103            - t/lib/filt-util.t
13104           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
13105           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
13106           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
13107           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
13108           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
13109           !> win32/makefile.mk
13110 ____________________________________________________________________________
13111 [  7858] By: gsar                                  on 2000/11/25  20:52:17
13112         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
13113              parent's memory; fix it by keeping track of the actual pad
13114              offset rather than a raw pointer (this change is probably also
13115              relevant to non-ithreads case to avoid fallout from reallocs of
13116              the pad array, but is currently only enabled for the ithreads
13117              case in the interests of minimal disruption to existing "well
13118              tested" code)
13119      Branch: perl
13120            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
13121            ! proto.h scope.c scope.h sv.c t/op/fork.t
13122 ____________________________________________________________________________
13123 [  7857] By: nick                                  on 2000/11/25  20:01:28
13124         Log: All tests pass on Win32/gcc/USE_PERLIO.
13125              - when crlf layer is pushed make unix-level binary.
13126              - remove :crlf injection in pp_backtick in pp_sys.c
13127              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
13128      Branch: perlio
13129            ! doio.c perlio.c pp_sys.c win32/makefile.mk
13130 ____________________________________________________________________________
13131 [  7856] By: jhi                                   on 2000/11/25  18:38:30
13132         Log: Update the metaconfig units for #7855.
13133      Branch: metaconfig/U/perl
13134            ! useperlio.U usesocks.U
13135 ____________________________________________________________________________
13136 [  7855] By: jhi                                   on 2000/11/25  18:37:54
13137         Log: Undo the SOCKS workarounds, instead start using PerlIO
13138              if SOCKS is selected.
13139              
13140              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
13141              From: Jens Hamisch <jens@Strawberry.COM>
13142              Date: Fri, 24 Nov 2000 18:31:30 +0100
13143              Message-ID: <20001124183130.E28337@Strawberry.COM>
13144              
13145              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
13146              From: Jens Hamisch <jens@Strawberry.COM>
13147              Date: Fri, 24 Nov 2000 19:11:51 +0100
13148              Message-ID: <20001124191151.A28753@Strawberry.COM>
13149      Branch: perl
13150            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
13151            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
13152 ____________________________________________________________________________
13153 [  7854] By: jhi                                   on 2000/11/25  17:39:08
13154         Log: Undo #7848.  Some of the code seems to use walkoptree(),
13155              some walkoptree_slow().  An unfinished renaming?
13156              Now the sub is walkoptree() (which is @EXPORT_OK),
13157              the walkoptree_slow() is a typeglob alias to walkoptree.
13158              This makes the tests to pass, at least.
13159      Branch: perl
13160            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
13161 ____________________________________________________________________________
13162 [  7853] By: nick                                  on 2000/11/24  22:24:33
13163         Log: Re-arrange crlf vs binary for platforms that care.
13164              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
13165              Lip-service to making stdio layer work on such platfroms (untested).
13166              Now fails 3 tests rather than one, checkin to see if I can debug 
13167              the issue under linux. (Do not merge.)
13168      Branch: perlio
13169            ! doio.c perlio.c perliol.h
13170 ____________________________________________________________________________
13171 [  7852] By: jhi                                   on 2000/11/24  18:57:39
13172         Log: AUTHORS edits.
13173      Branch: perl
13174            ! AUTHORS
13175 ____________________________________________________________________________
13176 [  7851] By: jhi                                   on 2000/11/24  17:34:56
13177         Log: Add Jan-Erik Karlsson.
13178      Branch: perl
13179            ! AUTHORS
13180 ____________________________________________________________________________
13181 [  7850] By: jhi                                   on 2000/11/24  17:27:56
13182         Log: Configure should find stdchar on its own.
13183      Branch: perl
13184            ! hints/solaris_2.sh
13185 ____________________________________________________________________________
13186 [  7849] By: jhi                                   on 2000/11/24  17:24:55
13187         Log: Subject: PATCH over 7848: Filter test flawed
13188              From: andreas.koenig@anima.de (Andreas J. Koenig)
13189              Date: 24 Nov 2000 10:28:29 +0100
13190              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
13191      Branch: perl
13192            ! t/lib/filter-util.t
13193 ____________________________________________________________________________
13194 [  7848] By: jhi                                   on 2000/11/24  17:22:15
13195         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
13196              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
13197              Date: Fri, 24 Nov 2000 16:12:58 +0000
13198              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
13199      Branch: perl
13200            ! ext/B/B.pm
13201 ____________________________________________________________________________
13202 [  7847] By: jhi                                   on 2000/11/24  03:07:01
13203         Log: Integrate perlio.
13204      Branch: perl
13205           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
13206           !> win32/makefile.mk
13207 ____________________________________________________________________________
13208 [  7846] By: gsar                                  on 2000/11/24  00:55:57
13209         Log: integrate changes#6415..6418,6420..6438 from mainline
13210              
13211              Fix the bitvector ops for utf8 (tricky since past 7 bits
13212              the utf8 'characters' can be more than one octet).
13213              
13214              MPE/ix updates for perl 5.6.0 from Mark Bixby.
13215              
13216              Subject: SDBM_File documentation
13217              
13218              Detypo.
13219              
13220              Decutandpasto.
13221              
13222              Send all installperl messages to STDERR and be -w clean.
13223              
13224              Out-of-date note removed.
13225              
13226              Protect against "wild next"s, that is, callbacks doing "next"
13227              instead of "return".
13228              
13229              Use STDOUT consistently.
13230              
13231              The output might have been produced in the wrong order.
13232              
13233              A missing 'break' after the [[:space:]] switch case.
13234              
13235              Add tests for
13236              [ID 19991110.003] another matching finding by pcre author
13237              which has already been fixed by some patch, as verified in
13238              
13239              Documentation to explain the behaviour of map().
13240              
13241              Add an optimization for map-maps-a-list-element-to-more-list-elements
13242              case, but add also notes explaining the relationship of this
13243              patch and the earlier notes by Sarathy.
13244              
13245              Subject: [ID 20000716.023] syslog test fails without sockets
13246              
13247              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
13248              Test cases for #6431.
13249              
13250              File::Spec::VMS fixup for tmpdir from Craig Berry.
13251              
13252              Make the "uninit variable" warning to say "concat or string"
13253              or "join or string" when in concat or join .
13254              
13255              Get UTF16 BOMs working.  Patch from
13256              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
13257              
13258              Subject: [PATCH] Make large file tests deal with SIGXFSZ
13259              
13260              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
13261              
13262              Subject: [PATCH] av.c apidoc
13263      Branch: maint-5.6/perl
13264           !> (integrate 43 files)
13265 ____________________________________________________________________________
13266 [  7845] By: gsar                                  on 2000/11/24  00:20:45
13267         Log: integrate changes#6406..6414 from mainline
13268              
13269              Merge perlhacktut into perlhack, update perlguts.
13270              
13271              Fix AutoSplit to use File::Spec the right way in VMS,
13272              from Peter Prymmer.
13273              
13274              The bug report
13275              [ID 19991110.002] minimal matching discrepancy found by pcre author
13276              seems to have been fixed (though differently from what was suggested
13277              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
13278              
13279              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
13280              not in pod, from Peter Prymmer
13281              
13282              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
13283              From: Hugo <hv@crypt.compulink.co.uk>
13284              Date: Fri, 14 Jul 2000 23:05:20 +0100
13285              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
13286              
13287              Didn't anymore apply, but that point still could use another fix.
13288              
13289              lib/b test fixes from Peter Prymmer.
13290              
13291              More docs for sv functions.
13292              
13293              perlvms.pod whitespace cleanup to keep pod utils happy.
13294              
13295              another VMS build tweak from Peter Prymmer
13296      Branch: maint-5.6/perl
13297           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
13298           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
13299           !> vms/descrip_mms.template vms/perlvms.pod
13300 ____________________________________________________________________________
13301 [  7844] By: nick                                  on 2000/11/23  23:42:45
13302         Log: Win32/perlio Now just fails one io/argv.t test - lack 
13303              of default :crlf on standard streams.
13304      Branch: perlio
13305            ! doio.c perlio.c
13306 ____________________________________________________________________________
13307 [  7843] By: nick                                  on 2000/11/23  23:04:05
13308         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
13309              peek fail is showing a real problem (multiple crlf layers
13310              are getting pushed.)
13311      Branch: perlio
13312            ! doio.c perlio.c win32/makefile.mk
13313 ____________________________________________________________________________
13314 [  7842] By: nick                                  on 2000/11/23  19:46:23
13315         Log: Implement PerlIO_binmode()
13316              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
13317              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
13318              make binmode in t/lib/io_tell.t unconditional so that works.
13319              Checkin just so Win32 machine can see these changes.
13320      Branch: perlio
13321            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
13322 ____________________________________________________________________________
13323 [  7841] By: jhi                                   on 2000/11/23  19:30:00
13324         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
13325      Branch: perl
13326            ! README.amiga
13327 ____________________________________________________________________________
13328 [  7840] By: jhi                                   on 2000/11/23  17:18:02
13329         Log: SOCKS wrestling continues, patches from Jens Hamisch.
13330      Branch: perl
13331            ! doio.c embed.h embed.pl perlsdio.h proto.h
13332 ____________________________________________________________________________
13333 [  7839] By: jhi                                   on 2000/11/23  16:54:14
13334         Log: Push Filter::Util::Call one level deeper.
13335      Branch: perl
13336            + t/lib/filter-util.t
13337           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
13338           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
13339            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
13340            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
13341            - t/lib/filt-util.t
13342            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
13343            ! win32/Makefile win32/makefile.mk
13344 ____________________________________________________________________________
13345 [  7838] By: jhi                                   on 2000/11/23  16:52:40
13346         Log: Reach back one higher up when searching for PERL_SRC.
13347      Branch: perl
13348            ! lib/ExtUtils/MM_Unix.pm
13349 ____________________________________________________________________________
13350 [  7837] By: jhi                                   on 2000/11/23  16:05:41
13351         Log: Subject: Re: perl@7826
13352              Date: Thu, 23 Nov 2000 02:20:25 -0600
13353              From: "Craig A. Berry" <craigberry@mac.com>
13354              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
13355              
13356              Make VMS to like Filter::Util::Call. 
13357      Branch: perl
13358            ! configure.com ext/Filter/Util/Makefile.PL
13359 ____________________________________________________________________________
13360 [  7836] By: nick                                  on 2000/11/23  16:04:08
13361         Log: Implement crlf layer - not ready for merge.
13362      Branch: perlio
13363            ! perlio.c win32/makefile.mk
13364 ____________________________________________________________________________
13365 [  7835] By: jhi                                   on 2000/11/23  15:56:52
13366         Log: STDCHAR is different in Sparc v9 vs x86.
13367      Branch: perl
13368            ! hints/solaris_2.sh
13369 ____________________________________________________________________________
13370 [  7834] By: jhi                                   on 2000/11/23  15:50:47
13371         Log: The type needs to be visible to protos.
13372      Branch: perl
13373            ! perl.h
13374 ____________________________________________________________________________
13375 [  7833] By: jhi                                   on 2000/11/23  15:40:46
13376         Log: Finish unfinished SOCKS workaround changes.
13377      Branch: perl
13378            ! doio.c
13379 ____________________________________________________________________________
13380 [  7832] By: jhi                                   on 2000/11/23  15:33:30
13381         Log: Integrate perlio.
13382      Branch: perl
13383           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13384           !> win32/makefile.mk
13385 ____________________________________________________________________________
13386 [  7831] By: nick                                  on 2000/11/23  10:31:07
13387         Log: Correct makefile.mk dependancies for ext/Filter/Util
13388              Build ext/Encode
13389              Run dmake regen_config_h
13390      Branch: perlio
13391            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13392            ! win32/makefile.mk
13393 ____________________________________________________________________________
13394 [  7830] By: nick                                  on 2000/11/23  08:05:07
13395         Log: Integrate mainline
13396      Branch: perlio
13397           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
13398           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
13399           +> t/lib/filt-util.pl t/lib/filt-util.t
13400           !> (integrate 41 files)
13401 ____________________________________________________________________________
13402 [  7829] By: gsar                                  on 2000/11/23  03:07:11
13403         Log: build the Filter extension on windows
13404      Branch: perl
13405            ! win32/Makefile win32/makefile.mk
13406 ____________________________________________________________________________
13407 [  7828] By: gsar                                  on 2000/11/23  02:46:35
13408         Log: regenerate win32/config* and fix some inconsistencies in the
13409              makefiles; always export Perl_deb() because it is needed
13410              by ext/re/* (whether perl itself is built with -DDEBUGGING
13411              or not)
13412      Branch: perl
13413            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
13414            ! win32/config_H.vc win32/makefile.mk
13415 ____________________________________________________________________________
13416 [  7827] By: gsar                                  on 2000/11/23  02:18:38
13417         Log: get sources building on windows+MSVC again (untested with other
13418              compilers)
13419      Branch: perl
13420            ! win32/include/sys/socket.h win32/perllib.c
13421 ____________________________________________________________________________
13422 [  7826] By: jhi                                   on 2000/11/23  01:18:26
13423         Log: Update Changes.
13424      Branch: perl
13425            ! Changes patchlevel.h
13426 ____________________________________________________________________________
13427 [  7825] By: jhi                                   on 2000/11/23  00:20:41
13428         Log: Subject: Re: av.c patch (having slight problems)
13429              From: "Ben Tilly" <ben_tilly@hotmail.com>
13430              Date: Tue, 21 Nov 2000 23:29:31 -0500
13431              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
13432              
13433              unshift() speedup.
13434      Branch: perl
13435            ! av.c
13436 ____________________________________________________________________________
13437 [  7824] By: jhi                                   on 2000/11/22  23:59:15
13438         Log: Fixes for signedness warnings noticed by VMSperlers.
13439      Branch: perl
13440            ! ext/Storable/Storable.xs regcomp.c sv.c
13441 ____________________________________________________________________________
13442 [  7823] By: jhi                                   on 2000/11/22  23:19:31
13443         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
13444              From: Peter Prymmer <pvhp@forte.com>
13445              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
13446              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
13447      Branch: perl
13448            ! t/pragma/warn/pp_hot
13449 ____________________________________________________________________________
13450 [  7822] By: jhi                                   on 2000/11/22  22:52:20
13451         Log: Be clean.
13452      Branch: perl
13453            ! Makefile.SH
13454 ____________________________________________________________________________
13455 [  7821] By: jhi                                   on 2000/11/22  22:46:39
13456         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
13457              by Damian Conway, as suggested by Paul Marquess.
13458      Branch: perl
13459            + lib/Filter/Simple.pm
13460 ____________________________________________________________________________
13461 [  7820] By: jhi                                   on 2000/11/22  22:45:51
13462         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
13463      Branch: perl
13464            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
13465            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
13466            + t/lib/filt-util.t
13467            ! MANIFEST
13468 ____________________________________________________________________________
13469 [  7819] By: jhi                                   on 2000/11/22  22:03:27
13470         Log: Integrate perlio.
13471      Branch: perl
13472           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
13473           !> win32/makefile.mk
13474 ____________________________________________________________________________
13475 [  7818] By: jhi                                   on 2000/11/22  21:56:02
13476         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
13477      Branch: perl
13478            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
13479            ! t/lib/io_sock.t
13480 ____________________________________________________________________________
13481 [  7817] By: jhi                                   on 2000/11/22  21:39:49
13482         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
13483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13484              Date: Wed, 22 Nov 2000 16:08:12 -0500
13485              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
13486      Branch: perl
13487            ! lib/ExtUtils/Liblist.pm
13488 ____________________________________________________________________________
13489 [  7816] By: jhi                                   on 2000/11/22  21:38:25
13490         Log: Go ahead and #include <unistd.h> in perl.h.
13491      Branch: perl
13492            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
13493            ! util.c
13494 ____________________________________________________________________________
13495 [  7815] By: jhi                                   on 2000/11/22  21:22:52
13496         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
13497              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13498              Date: Mon, 20 Nov 2000 18:30:52 -0500
13499              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
13500      Branch: perl
13501            ! pod/perlre.pod regcomp.c t/op/re_tests
13502 ____________________________________________________________________________
13503 [  7814] By: jhi                                   on 2000/11/22  21:21:46
13504         Log: Subject: [PATCH 5.7.0] Liblist finally works
13505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13506              Date: Tue, 21 Nov 2000 22:02:17 -0500
13507              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
13508      Branch: perl
13509            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
13510            ! lib/ExtUtils/MakeMaker.pm
13511 ____________________________________________________________________________
13512 [  7813] By: jhi                                   on 2000/11/22  21:20:23
13513         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
13514              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13515              Date: Wed, 22 Nov 2000 17:53:15 +0100
13516              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
13517              
13518              AIX dynaloader and perlio patch.
13519      Branch: perl
13520            ! ext/DynaLoader/dl_aix.xs
13521 ____________________________________________________________________________
13522 [  7812] By: jhi                                   on 2000/11/22  21:17:52
13523         Log: (Accidentally empty patch.)
13524      Branch: perl
13525            ! av.c
13526 ____________________________________________________________________________
13527 [  7811] By: jhi                                   on 2000/11/22  21:16:31
13528         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
13529              From: Peter Prymmer <pvhp@forte.com>
13530              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
13531              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
13532      Branch: perl
13533            ! vms/test.com
13534 ____________________________________________________________________________
13535 [  7810] By: jhi                                   on 2000/11/22  21:15:36
13536         Log: Subject: Re: perl@7777 
13537              From: "John P. Linderman" <jpl@research.att.com>
13538              Date: Wed, 22 Nov 2000 13:11:11 -0500
13539              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
13540              
13541              Detypoing.
13542      Branch: perl
13543            ! lib/CPAN.pm
13544 ____________________________________________________________________________
13545 [  7809] By: jhi                                   on 2000/11/22  21:14:19
13546         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
13547              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13548              Date:     Wed, 22 Nov 2000 13:51:37 EST
13549              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
13550      Branch: perl
13551            ! perlsdio.h
13552 ____________________________________________________________________________
13553 [  7808] By: jhi                                   on 2000/11/22  21:13:27
13554         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
13555              From: Casey Tweten <crt@kiski.net>
13556              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
13557              Message-Id: <200011201653.LAA10194@home.kiski.net>
13558      Branch: perl
13559            ! t/lib/io_udp.t
13560 ____________________________________________________________________________
13561 [  7807] By: jhi                                   on 2000/11/22  21:12:35
13562         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
13563              From: Casey Tweten <crt@kiski.net>
13564              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
13565              Message-Id: <200011201636.LAA07227@home.kiski.net>
13566      Branch: perl
13567            ! t/lib/io_sock.t
13568 ____________________________________________________________________________
13569 [  7806] By: jhi                                   on 2000/11/22  21:10:59
13570         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
13571              From: "Casey R. Tweten" <crt@kiski.net>
13572              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
13573              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
13574      Branch: perl
13575            ! utils/h2xs.PL
13576 ____________________________________________________________________________
13577 [  7805] By: nick                                  on 2000/11/22  21:05:06
13578         Log: Integrate mainline
13579      Branch: perlio
13580           !> Changes Porting/genlog ext/DB_File/DB_File.xs
13581           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
13582           !> utils/perlbug.PL
13583 ____________________________________________________________________________
13584 [  7804] By: jhi                                   on 2000/11/22  21:01:12
13585         Log: Subject: [PATCH] Test.pm POD peculiarity
13586              From: "Casey R. Tweten" <crt@kiski.net>
13587              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
13588              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
13589      Branch: perl
13590            ! lib/Test.pm
13591 ____________________________________________________________________________
13592 [  7803] By: jhi                                   on 2000/11/22  20:59:59
13593         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
13594              From: "Philip Newton" <pnewton@gmx.de>
13595              Date: Wed, 22 Nov 2000 14:25:53 +0100
13596              Message-Id: <3A1BD771.25462.1939FAD@localhost>
13597              
13598              Be case-understanding also on 's', and use the -oi of sendmail
13599              not to terminate the transmission on a lone '.'.
13600      Branch: perl
13601            ! utils/perlbug.PL
13602 ____________________________________________________________________________
13603 [  7802] By: nick                                  on 2000/11/22  20:51:42
13604         Log: Win32 PerlIO intermediate state now working as expected.
13605              - In current state we are still using C runtime in text/binary
13606              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
13607              - PERLIO=stdio and PERLIO=unix pass all expected tests.
13608              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
13609              and PerlIO_seek() and the dummy crlf layer is not making adjustments
13610              for CRLF translation happening in C runtime. All other tests pass.
13611              
13612              Added note to README.win32 to point out the snags of doing a perl build
13613              with Norton AntiVirus turned on.
13614              
13615              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
13616              which file a fail comes from.
13617              
13618              Updated "canned" config.h to match the one generated.
13619      Branch: perlio
13620            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
13621            ! win32/makefile.mk
13622 ____________________________________________________________________________
13623 [  7801] By: jhi                                   on 2000/11/22  06:50:20
13624         Log: Nickety nits.
13625      Branch: perl
13626            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
13627 ____________________________________________________________________________
13628 [  7800] By: jhi                                   on 2000/11/22  01:29:55
13629         Log: Changes had accidentally gone too silent on non-main branches.
13630      Branch: perl
13631            ! Changes Porting/genlog patchlevel.h
13632 ____________________________________________________________________________
13633 [  7799] By: gsar                                  on 2000/11/22  01:02:56
13634         Log: some lib_pm.PL changes snuck in via change#7772
13635      Branch: maint-5.6/perl
13636            ! Makefile.SH
13637 ____________________________________________________________________________
13638 [  7798] By: nick                                  on 2000/11/21  21:59:40
13639         Log: Integrate mainline
13640      Branch: perlio
13641           !> (integrate 28 files)
13642 ____________________________________________________________________________
13643 [  7797] By: jhi                                   on 2000/11/21  21:01:45
13644         Log: Integrate perlio.
13645      Branch: perl
13646           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
13647 ____________________________________________________________________________
13648 [  7796] By: nick                                  on 2000/11/21  20:36:22
13649         Log: Win32 builds and runs (mostly) with USE_PERLIO.
13650              PERLIO=perlio passes all tests. 
13651              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
13652      Branch: perlio
13653            ! perlio.c win32/perllib.c win32/win32.c
13654 ____________________________________________________________________________
13655 [  7795] By: jhi                                   on 2000/11/21  19:03:44
13656         Log: Update Changes.
13657      Branch: perl
13658            ! Changes patchlevel.h
13659 ____________________________________________________________________________
13660 [  7794] By: jhi                                   on 2000/11/21  18:56:34
13661         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
13662              From: "Craig A. Berry" <craigberry@mac.com>
13663              Date: Mon, 20 Nov 2000 20:27:06 -0600
13664              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
13665              
13666              A cut-and-pasto.
13667      Branch: perl
13668            ! perlio.h
13669 ____________________________________________________________________________
13670 [  7793] By: jhi                                   on 2000/11/21  18:54:41
13671         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
13672              From: Dominic Dunlop <domo@computer.org> 
13673              Date: Mon, 20 Nov 2000 18:55:29 +0100
13674              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
13675              
13676              va_copy() and the need of it.
13677              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
13678      Branch: metaconfig/U/perl
13679            + need_va_copy.U
13680      Branch: perl
13681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13682            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
13683            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
13684            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13685            ! win32/config.bc win32/config.gc win32/config.vc
13686 ____________________________________________________________________________
13687 [  7792] By: jhi                                   on 2000/11/21  17:04:10
13688         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
13689      Branch: perl
13690           !> scope.h
13691 ____________________________________________________________________________
13692 [  7791] By: jhi                                   on 2000/11/21  17:01:16
13693         Log: Export the SOCKS workaround symbols only if necessary.
13694      Branch: perl
13695            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
13696 ____________________________________________________________________________
13697 [  7790] By: nick                                  on 2000/11/20  23:57:11
13698         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
13699      Branch: perlio
13700            ! scope.h
13701 ____________________________________________________________________________
13702 [  7789] By: nick                                  on 2000/11/20  23:38:33
13703         Log: Integrate mainline
13704      Branch: perlio
13705           +> lib/File/Spec/Epoc.pm
13706           !> (integrate 34 files)
13707 ____________________________________________________________________________
13708 [  7788] By: nick                                  on 2000/11/20  23:20:18
13709         Log: Make extra buffer layer work (dummy crlf layer)
13710      Branch: perlio
13711            ! doio.c perlio.c perlio.h
13712 ____________________________________________________________________________
13713 [  7787] By: jhi                                   on 2000/11/20  22:44:04
13714         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
13715              From: Peter Prymmer <pvhp@forte.com>
13716              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
13717              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
13718      Branch: perl
13719            ! t/pragma/locale.t
13720 ____________________________________________________________________________
13721 [  7786] By: jhi                                   on 2000/11/20  22:29:10
13722         Log: Subject: DOC PATCH 5.6.0 perlreftut
13723              From: mjd@plover.com
13724              Date: 20 Nov 2000 19:45:06 -0000
13725              Message-ID: <20001120194506.9505.qmail@plover.com>
13726      Branch: perl
13727            ! pod/perlreftut.pod
13728 ____________________________________________________________________________
13729 [  7785] By: jhi                                   on 2000/11/20  22:27:44
13730         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
13731              From: David Dyck <dcd@tc.fluke.com>
13732              Date: Mon, 20 Nov 2000 11:43:40 -0800
13733              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
13734      Branch: perl
13735            ! lib/Cwd.pm
13736 ____________________________________________________________________________
13737 [  7784] By: jhi                                   on 2000/11/20  22:23:21
13738         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
13739              Date: Mon, 20 Nov 2000 17:06:10 -0500
13740              To: Mailing list Perl5 <perl5-porters@perl.org>
13741              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
13742      Branch: perl
13743            ! pp_ctl.c t/op/pat.t
13744 ____________________________________________________________________________
13745 [  7783] By: jhi                                   on 2000/11/20  22:11:18
13746         Log: Subject: [PATCH] doop.c - UTF8 tr///               
13747              From: Simon Cozens <simon@cozens.net>
13748              Date: Sat, 18 Nov 2000 18:49:30 +0000
13749              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
13750              
13751              Subject: Re: [PATCH] doop.c - UTF8 tr///           
13752              From: Simon Cozens <simon@cozens.net>
13753              Date: Mon, 20 Nov 2000 20:45:22 +0000
13754              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
13755              
13756              Make tr on UTF-8 better but still not correct.
13757      Branch: perl
13758            ! doop.c
13759 ____________________________________________________________________________
13760 [  7782] By: jhi                                   on 2000/11/20  22:02:16
13761         Log: Remove the shared object before attempting to create
13762              (by linking) a new one.  E.g. in AIX not removing
13763              becomes quite painful if one tries to do more than one
13764              build in the same tree (an interrupted build, for example),
13765              since the AIX' shared dynaloader seemingly keeps the shared
13766              objects open and therefore 'busy' for quite a while, even when
13767              nobody is using the objects, leading into link failures.
13768      Branch: perl
13769            ! lib/ExtUtils/MM_Unix.pm
13770 ____________________________________________________________________________
13771 [  7781] By: gsar                                  on 2000/11/20  19:02:55
13772         Log: type mismatch due to faulty integration
13773      Branch: maint-5.6/perl
13774            ! toke.c win32/Makefile
13775 ____________________________________________________________________________
13776 [  7780] By: gsar                                  on 2000/11/20  17:31:55
13777         Log: integrate changes#6392,6394..6399,6401..6404
13778              
13779              The {multiplier} of a fixed substring was overlooked which
13780              caused a wrong initial search offset for that substring.
13781              
13782              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
13783              From: Hugo <hv@crypt.compulink.co.uk>
13784              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
13785              Date: Thu, 13 Jul 2000 19:27:13 +0100
13786              
13787              Fix the BOM bug: not a byteorder bug, a signedness bug.
13788              
13789              Replace change #6337 with a better one.
13790              
13791              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
13792              From: Hugo <hv@crypt.compulink.co.uk>
13793              Date: Fri, 14 Jul 2000 04:16:20 +0100
13794              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
13795              
13796              MakeMaker should not remove editor backups (*~) on `make clean`
13797              by default (completes change#6383)
13798              
13799              move new variables to the end of the interpreter structure (for
13800              bincompat in code that doesn't #include XSUB.h)
13801              
13802              rename totally bletcherous SvLOCK() thingy (doesn't do what the
13803              name suggests anyway)
13804              
13805              various cleanups (typos, misformatted code, and small bugs)
13806              
13807              typecasts needed for change#6394
13808              
13809              typos in change#6399, regen headers
13810              
13811              inconsistent types needs casts
13812              
13813              PERL_OBJECT build tweaks
13814      Branch: maint-5.6/perl
13815           !> MANIFEST doop.c embed.h embed.pl embedvar.h
13816           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
13817           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
13818           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
13819           !> toke.c util.c
13820 ____________________________________________________________________________
13821 [  7779] By: gsar                                  on 2000/11/20  17:06:29
13822         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
13823              
13824              Cosmetics and perldelta.
13825              
13826              Fix nits noticed by Boston.pm.
13827              
13828              Do the cc sanity check both before the hints and
13829              after the cc selction.
13830              
13831              get sprintf.t to adjust properly for 3-digit exponents
13832              
13833              don't clobber *.orig files on *clean targets
13834              
13835              fix bugs in processing %v-*d and similar format specs (from
13836              Avi Finkel <avi@finkel.org>)
13837              
13838              sprintf test tweaks (from Dominic Dunlop)
13839              
13840              new selfloader.t in change#6183 doesn't close DATA handles,
13841              and thus fails to clean up tmp files on dosish platforms
13842              
13843              typos (spotted by Peter Prymmer)
13844              
13845              typo fix from Craig Berry
13846      Branch: maint-5.6/perl
13847           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
13848           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
13849           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
13850           !> x2p/Makefile.SH
13851 ____________________________________________________________________________
13852 [  7778] By: gsar                                  on 2000/11/20  16:46:51
13853         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
13854              
13855              Subject: Re: format bug report  [Patch]
13856              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13857              Date: Wed, 05 Jul 2000 13:12:52 +0200
13858              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
13859              
13860              Subject: Re: format bug report  [Patch]
13861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13862              Date: Wed, 05 Jul 2000 14:10:01 +0200
13863              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
13864              
13865              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
13866              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13867              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
13868              Date: Fri, 07 Jul 2000 17:57:16 +0100
13869              
13870              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
13871              To: perl5-porters@perl.org
13872              From: Karsten Sperling <spiff@phreax.net>
13873              Date: Mon, 10 Jul 2000 15:12:52 +0200
13874              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
13875              
13876              README.posix-bc podified from Thomas Dorner.
13877              
13878              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
13879              From: Dominic Dunlop <domo@computer.org>
13880              Date: Tue, 11 Jul 2000 12:27:33 +0200
13881              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
13882              
13883              Typo in #6341.
13884              
13885              Fix for
13886              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
13887              From: Roderick Schertler <roderick@argon.org>
13888              Date: Tue, 11 Jul 2000 13:55:05 -0400
13889              Message-Id: <200007111755.NAA05077@jones.argon.org>
13890              
13891              Minor cleanups on the booklist.
13892              
13893              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
13894              regen perltoc.
13895              
13896              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
13897      Branch: maint-5.6/perl
13898           +> pod/perlbook.pod
13899           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
13900           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
13901           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
13902 ____________________________________________________________________________
13903 [  7777] By: jhi                                   on 2000/11/20  16:08:49
13904         Log: Update Changes.
13905      Branch: perl
13906            ! Changes patchlevel.h
13907 ____________________________________________________________________________
13908 [  7776] By: jhi                                   on 2000/11/20  15:27:56
13909         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
13910              This may be overly harsh but until proven otherwise, we think this
13911              way, or until we have a simple test for Configure (having to start
13912              up servers is does not count as simple) to check for the problems.
13913      Branch: perl
13914            ! perl.h
13915 ____________________________________________________________________________
13916 [  7775] By: jhi                                   on 2000/11/20  15:22:17
13917         Log: Solaris hints tweaks.
13918      Branch: perl
13919            ! hints/solaris_2.sh
13920 ____________________________________________________________________________
13921 [  7774] By: jhi                                   on 2000/11/20  15:01:20
13922         Log: Add a workaround to SOCKS 64-bit problems.
13923      Branch: perl
13924            ! doio.c embed.h embed.pl perlsdio.h proto.h
13925 ____________________________________________________________________________
13926 [  7773] By: jhi                                   on 2000/11/20  14:51:47
13927         Log: sysseek() instead of seek().
13928      Branch: perl
13929            ! t/lib/syslfs.t
13930 ____________________________________________________________________________
13931 [  7772] By: gsar                                  on 2000/11/20  13:06:23
13932         Log: integrate changes#6315..6319,6321..6331,6333..6338
13933              
13934              Integrate with Sarathy, preliminary fix for unicos
13935              alignment problems in [ID 20000612.002] Perl problem on Cray system.
13936              
13937              some debugger output does not go to the socket when RemotePort is set
13938              
13939              winsock cleanup never done on Windows (leads to handle leaks)
13940              
13941              fix UNC path handling on Windows under ithreads, and chdir()
13942              return value when given a non-existent directory
13943              
13944              Autogenerate pod/Makefile and pod/buildtoc.
13945              buildtoc also checks whether the existin pods are
13946              mentioned in MANIFEST and perl.pod, and vice versa.
13947              (None of the thusly found discrepancies fixed yet.)
13948              roffitall also needs to be autogenerated similarly but it
13949              seems so badly out of date that I didn't touch it yet.
13950              
13951              Config is being used.
13952              
13953              Add =head1 NAMEs so that buildtoc is happy.
13954              (The CGI::Util nit reported to Lincoln.)
13955              
13956              Fix complaints of buildtoc.
13957              
13958              Fix the alignment problem in Crays ([ID 20000612.002]).
13959              
13960              Remove perlbook, update perlfaq book listing,
13961              rearrange perl.pod, regenerate perltoc.
13962              
13963              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
13964              was cast to an unsigned (32-bit) integer with wild abandon.
13965              
13966              winsock options weren't being set in all threads under ithreads
13967              (caused send()s from second and subsequent threads to fail)
13968              
13969              accept() leaks memory on windows due to incorrect ordering of
13970              closesocket() and fclose() calls
13971              
13972              Reorder perl.pod once more.
13973              
13974              More POSIX.pod tweaks.
13975              
13976              Sprinkle ldlibpath.
13977              
13978              Precedence goof, fix based on
13979              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
13980              From: Hugo <hv@crypt.compulink.co.uk>
13981              Date: Tue, 11 Jul 2000 12:52:38 +0100
13982              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
13983              
13984              Subject: PATCH perlguts.pod: Document D and d magic types
13985              From: mjd@plover.com
13986              Date: 5 Jul 2000 18:01:51 -0000
13987              Message-ID: <20000705180151.29413.qmail@plover.com>
13988              
13989              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
13990              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
13991              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
13992              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
13993              
13994              Subject: [PATCH cfgperl] $& segfaults if you trick it
13995              From: simon@brecon.co.uk (Simon Cozens)
13996              Date: 7 Jul 2000 11:26:09 GMT
13997              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
13998              
13999              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
14000              From: Hugo <hv@crypt.compulink.co.uk>
14001              Date: Tue, 11 Jul 2000 12:44:50 +0100
14002              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
14003              
14004              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
14005              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14006              Date: Tue, 11 Jul 2000 13:50:51 +0100
14007              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
14008      Branch: maint-5.6/perl
14009           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
14010           +> pod/buildtoc.PL
14011            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
14012           !> (integrate 26 files)
14013 ____________________________________________________________________________
14014 [  7771] By: gsar                                  on 2000/11/20  12:31:42
14015         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
14016              6310,6311,6314
14017              
14018              Subject: [PATCH bleedperl] File::Spec 0.82 beta
14019              From: Barrie Slaymaker <barries@jester.slaysys.com>
14020              Date: Wed, 28 Jun 2000 11:35:29 -0400
14021              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
14022              
14023              tweak perlembed for multiplicity/usethreads sanity; correct notes
14024              about Windows
14025              
14026              localize %INC in a Safe compartment so that use/require work
14027              (many other magic globals probably need similar treatment)
14028              
14029              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
14030              when @_ is modified, causing coredumps
14031              
14032              slurp mode fix in change#4736 still not quite right
14033              
14034              Point to perlipc for more SysV IPC examples.
14035              
14036              Elaborate POSIX.pod.  Still needs work.
14037              
14038              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
14039              
14040              fix large memory leak that has been around for ever, masked by
14041              -DPURIFY (most of the arenas were never freed!)
14042              
14043              fix memory leak on Windows (PL_sys_intern contents were never
14044              freed)
14045              
14046              PERL_OBJECT build tweak
14047              
14048              adjust change#6299
14049              
14050              remove rel2abs prototypes (from Barrie Slaymaker)
14051              
14052              missing perldiag entry for unpack("w",...) diagnostic (from
14053              Andreas Koenig)
14054              
14055              better diagnostic on Frob->stuff() when Frob:: doesn't exist
14056              (from Richard Soderberg <rs@oregonnet.com>)
14057              
14058              Win32 patches for cfgperl from Sarathy.
14059              
14060              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
14061              
14062              More POSIX.pod embellishment.
14063              
14064              tyop in change#6306
14065      Branch: maint-5.6/perl
14066           !> (integrate 44 files)
14067 ____________________________________________________________________________
14068 [  7770] By: gsar                                  on 2000/11/20  11:51:00
14069         Log: integrate changes#6268..6282 from cfgperl branch
14070              
14071              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
14072              From: Dominic Dunlop <domo@computer.org>
14073              Date: Thu, 29 Jun 2000 12:32:39 +0200
14074              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
14075              
14076              Regen headers for #6261 (and update embed.pl for this) and #6267,
14077              silence few compiler warnings.
14078              
14079              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
14080              From: Nicholas Clark <nick@talking.bollo.cx>
14081              Date: Fri, 23 Jun 2000 16:21:15 +0100
14082              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
14083              
14084              Subject: PATCH pod/perltie.pod
14085              From: Ian Phillipps <Ian.Phillipps@iname.com>
14086              Date: Fri, 16 Jun 2000 00:17:19 +0100
14087              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
14088              (only the first hunk, the second hunk had already been done
14089              by some other patch)
14090              
14091              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
14092              From: Tom Phoenix <rootbeer@redcat.com>
14093              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
14094              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
14095              
14096              Subject: [PATCH] xsub attributes
14097              From: Doug MacEachern <dougm@covalent.net>
14098              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
14099              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
14100              
14101              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
14102              From: Andy Dougherty <doughera@lafayette.edu>
14103              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
14104              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
14105              
14106              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
14107              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14108              Date: Tue, 13 Jun 2000 02:43:48 -0500
14109              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
14110              
14111              Subject: [PATCH] Re: eval documentation: context
14112              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14113              Date: Mon, 12 Jun 2000 15:07:29 +0100
14114              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
14115              
14116              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
14117              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14118              Date: Mon, 12 Jun 2000 14:55:59 +0100
14119              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
14120              
14121              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
14122              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
14123              Date: Fri, 09 Jun 2000 12:39:27 -0400
14124              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
14125              (plus update the version "number" of Text::Wrap)
14126              
14127              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
14128              From: Tim Ayers <tayers@bridge.com>
14129              Date: Thu, 08 Jun 2000 08:11:06 +0200
14130              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
14131              [resent by Richard Foley, Message-Id probably wrong]
14132              
14133              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
14134              From: rspier@pobox.com (Robert Spier)
14135              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
14136              Message-ID: <14654.31913.845602.610277@rls.cx>
14137              
14138              Subject: [PATCH 5.6.0] utils/h2xs.PL
14139              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14140              Date: Wed, 7 Jun 2000 04:02:04 -0500
14141              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
14142              
14143              Subject: [PATCH 5.6.0]ITHREADs for VMS
14144              From: Dan Sugalski <dan@sidhe.org>
14145              Date: Tue, 06 Jun 2000 11:59:50 -0400
14146              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
14147      Branch: maint-5.6/perl
14148           !> (integrate 31 files)
14149 ____________________________________________________________________________
14150 [  7769] By: gsar                                  on 2000/11/20  11:29:06
14151         Log: integrate changes#6261..6266 from cfgperl
14152              
14153              Subject: Re: [PATCH cfgperl] BOMs away!
14154              From: simon@brecon.co.uk (Simon Cozens)
14155              Date: 17 Jun 2000 11:49:57 GMT
14156              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
14157              
14158              Subject: 5.6.0 Patch for EPOC
14159              From: Olaf Flebbe <o.flebbe@gmx.de>
14160              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
14161              Message-ID: <23449.960929969@www11.gmx.net>
14162              
14163              tr fixes from Simon Cozens
14164              
14165              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
14166              From: Marty Lucich <marty@netcom.com>
14167              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
14168              Message-Id: <200006282116.OAA11148@netcom.com>
14169              ccdlflags update (the BSD/OS 4.1 part had already been taken
14170              care of by #6141).
14171              
14172              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
14173              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14174              Date: Wed, 28 Jun 2000 17:50:12 -0700
14175              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
14176              
14177              Subject: [PATCH 5.6.0] cygwin port
14178              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
14179              From: "Fifer, Eric" <EFifer@sanwaint.com>
14180              Date: Thu, 29 Jun 2000 12:58:29 +0100
14181      Branch: maint-5.6/perl
14182           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
14183           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
14184           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14185           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
14186 ____________________________________________________________________________
14187 [  7768] By: gsar                                  on 2000/11/20  11:13:44
14188         Log: integrate changes#6252..6256,6259..6260
14189              
14190              Paranoia tweak on #6249.
14191              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
14192              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14193              Date: Sun, 25 Jun 2000 23:43:12 -0400
14194              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
14195              
14196              Subject: tr///, help wanted.
14197              From: simon@brecon.co.uk (Simon Cozens)
14198              Date: 28 Jun 2000 11:29:04 GMT
14199              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
14200              
14201              small thinko tweaks
14202              
14203              tweaks from Simon Conzes to further fix tr/// under utf8
14204              
14205              perlnewmod was missing from MANIFEST.
14206              
14207              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
14208              From: simon@brecon.co.uk (Simon Cozens)
14209              Date: 17 Jun 2000 11:56:44 GMT
14210              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
14211              pack U0, pack C0
14212      Branch: maint-5.6/perl
14213           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
14214           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
14215           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
14216           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
14217 ____________________________________________________________________________
14218 [  7767] By: gsar                                  on 2000/11/20  10:51:38
14219         Log: integrate change#6250 from cfgperl
14220              
14221              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
14222              From: Doug MacEachern <dougm@covalent.net>
14223              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
14224              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
14225      Branch: maint-5.6/perl
14226           +> t/op/my_stash.t
14227           !> MANIFEST embed.pl global.sym proto.h toke.c
14228 ____________________________________________________________________________
14229 [  7766] By: gsar                                  on 2000/11/20  10:48:34
14230         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
14231              
14232              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
14233              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
14234              Date: Mon, 26 Jun 2000 18:40:14 +0100
14235              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
14236              
14237              Subject: [PATCH] bytes<->utf8 fixes
14238              From: simon@brecon.co.uk (Simon Cozens)
14239              Date: 26 Jun 2000 04:55:45 GMT
14240              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
14241              
14242              Subject: [PATCH] is_utf8_string
14243              From: simon@brecon.co.uk (Simon Cozens)
14244              Date: 26 Jun 2000 02:25:59 GMT
14245              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
14246              
14247              Subject: [PATCH] avoid mg_ptr in '*' magic
14248              From: Doug MacEachern <dougm@covalent.net>
14249              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
14250              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
14251              
14252              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
14253              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
14254              Date: Sat, 24 Jun 2000 13:06:20 +0100
14255              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
14256              
14257              Allow for standalone testing.
14258              
14259              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
14260              From: Mark-Jason Dominus <mjd@plover.com>
14261              Date: Tue, 27 Jun 2000 22:36:42 -0400
14262              Message-ID: <20000628023642.12166.qmail@plover.com>
14263              
14264              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
14265              From: Frank Tobin <ftobin@uiuc.edu>
14266              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
14267              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
14268      Branch: maint-5.6/perl
14269           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
14270           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
14271           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
14272           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
14273           !> utf8.c utils/h2xs.PL
14274 ____________________________________________________________________________
14275 [  7765] By: gsar                                  on 2000/11/20  10:29:13
14276         Log: integrate change#6239 from cfgperl
14277              
14278              Configure maintenance.  Sever some dependency cycles,
14279              separate gccversion from the cc unit,
14280              address [ID 20000623.006] Configure script patch for using gcc on AIX
14281              (but solve it a little bit differently),
14282              unduplex some accidentally duplicated units,
14283              suggest using gcc if no cc available
14284              (p5p thread: "Solaris configure: counterproposal", 1999-09)
14285      Branch: maint-5.6/perl
14286           !> Configure Todo-5.6 config_h.SH
14287 ____________________________________________________________________________
14288 [  7764] By: gsar                                  on 2000/11/20  10:25:55
14289         Log: integrate changes#6233..6238 from cfgperl
14290              
14291              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
14292              From: Mark-Jason Dominus <mjd@plover.com>
14293              Date: Fri, 16 Jun 2000 20:53:04 -0400
14294              Message-ID: <20000617005304.8008.qmail@plover.com>
14295              
14296              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
14297              because when run as services (Win32ese for daemons)
14298              no environment variables are set and tmpdir ends up as /tmp,
14299              which is ambiguous.
14300              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
14301              From: matt@sergeant.org
14302              Date: 16 Jun 2000 16:30:43 -0000
14303              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
14304              
14305              The thread begun by
14306              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
14307              From: Kevin.Ruscoe@ubsw.com
14308              Date: Fri, 16 Jun 2000 16:38:51 +0100
14309              Message-Id: <H000019b03c300d6@MHS>
14310              
14311              Tweak embed.pl, regen headers.
14312              
14313              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
14314              From: Dan Sugalski <dan@sidhe.org>
14315              Date: Fri, 23 Jun 2000 17:00:00 -0400
14316              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
14317      Branch: maint-5.6/perl
14318           !> (integrate 27 files)
14319 ____________________________________________________________________________
14320 [  7763] By: gsar                                  on 2000/11/20  10:08:08
14321         Log: s/perl56delta/perldelta/g
14322      Branch: maint-5.6/perl
14323            ! pod/Makefile
14324 ____________________________________________________________________________
14325 [  7762] By: gsar                                  on 2000/11/20  10:04:00
14326         Log: integrate changes#6225,6229,6231,6232 from cfgperl
14327              
14328              Add source code filenames to apidoc.
14329              From: simon@brecon.co.uk (Simon Cozens)
14330              Subject: [PATCH embed.pl] Source X-ref
14331              Date: 22 Jun 2000 02:18:49 GMT
14332              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
14333              
14334              Subject: README.hpux version 0.6.1
14335              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
14336              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14337              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
14338              
14339              Subject: [PATCH 5.6.0] cygwin port
14340              From: "Fifer, Eric" <EFifer@sanwaint.com>
14341              Date: Tue, 20 Jun 2000 14:30:58 +0100
14342              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
14343              
14344              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
14345              From: simon@brecon.co.uk (Simon Cozens)
14346              Date: 19 Jun 2000 15:18:27 GMT
14347              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
14348              
14349              plus update pod/Makefile and regenerate perltoc
14350      Branch: maint-5.6/perl
14351           +> pod/perlutil.pod
14352           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
14353           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
14354 ____________________________________________________________________________
14355 [  7761] By: jhi                                   on 2000/11/20  04:09:55
14356         Log: Miraculous typo.
14357      Branch: perl
14358            ! t/op/pat.t
14359 ____________________________________________________________________________
14360 [  7760] By: jhi                                   on 2000/11/20  04:06:08
14361         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
14362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14363              Date: Sun, 19 Nov 2000 22:30:26 -0500
14364              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
14365      Branch: perl
14366            ! regexec.c scope.h t/op/pat.t
14367 ____________________________________________________________________________
14368 [  7759] By: jhi                                   on 2000/11/20  02:05:22
14369         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
14370      Branch: perl
14371            ! perl.h
14372 ____________________________________________________________________________
14373 [  7758] By: jhi                                   on 2000/11/20  01:58:11
14374         Log: Subject: [perl 7711: EPOC] updates
14375              From: Olaf Flebbe <o.flebbe@gmx.de>
14376              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
14377              Message-ID: <25575.974658810@www23.gmx.net>               
14378      Branch: perl
14379            + lib/File/Spec/Epoc.pm
14380            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
14381            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
14382            ! lib/File/Spec.pm perl.c sv.c
14383 ____________________________________________________________________________
14384 [  7757] By: jhi                                   on 2000/11/20  01:53:11
14385         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
14386      Branch: perl
14387            ! MANIFEST
14388 ____________________________________________________________________________
14389 [  7756] By: jhi                                   on 2000/11/20  01:47:22
14390         Log: Integrate perlio.
14391      Branch: perl
14392            - ext/re/hints/MSWin32.pl
14393           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
14394           !> win32/config.gc win32/config_H.gc win32/win32sck.c
14395 ____________________________________________________________________________
14396 [  7755] By: nick                                  on 2000/11/19  20:57:17
14397         Log: Add dummy crlf layer (just as buffer)
14398              Correct 1st bug - one layer of indirection.
14399      Branch: perlio
14400            ! perlio.c perlio.h perliol.h
14401 ____________________________________________________________________________
14402 [  7754] By: nick                                  on 2000/11/19  20:56:12
14403         Log: Work-round to Perl_deb_nocontext is no longer required
14404      Branch: perlio
14405            - ext/re/hints/MSWin32.pl
14406 ____________________________________________________________________________
14407 [  7753] By: nick                                  on 2000/11/19  20:01:16
14408         Log: diff -se shows these as different
14409      Branch: perlio
14410            ! global.sym pod/perlapi.pod
14411 ____________________________________________________________________________
14412 [  7752] By: nick                                  on 2000/11/19  18:57:30
14413         Log: Configure GCC/Win32 build -Duseperlio
14414              Fix a couple of gross issues
14415              - double-include of ../deb.o in re.dll
14416              - win32sck.c needs PerlIO and FILE 
14417      Branch: perlio
14418            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
14419            ! win32/win32sck.c
14420 ____________________________________________________________________________
14421 [  7751] By: nick                                  on 2000/11/19  17:05:36
14422         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
14423      Branch: perlio
14424            ! perlio.c
14425 ____________________________________________________________________________
14426 [  7750] By: nick                                  on 2000/11/19  16:57:14
14427         Log: Missing aTHX_
14428      Branch: perlio
14429            ! sv.c
14430 ____________________________________________________________________________
14431 [  7749] By: jhi                                   on 2000/11/19  16:28:40
14432         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
14433              From: "Peter J. Farley III" <pjfarley@banet.net>
14434              Date: Sun, 19 Nov 2000 01:42:58 -0500
14435              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
14436      Branch: perl
14437            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
14438 ____________________________________________________________________________
14439 [  7748] By: jhi                                   on 2000/11/19  16:08:10
14440         Log: Subject: podlators 1.05 available        
14441              From: Russ Allbery <rra@stanford.edu>   
14442              Date: 18 Nov 2000 22:04:28 -0800
14443              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
14444      Branch: perl
14445            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
14446 ____________________________________________________________________________
14447 [  7747] By: nick                                  on 2000/11/19  11:19:39
14448         Log: Integrate mainline
14449      Branch: perlio
14450           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
14451           !> util.c
14452 ____________________________________________________________________________
14453 [  7746] By: jhi                                   on 2000/11/19  06:42:22
14454         Log: Make hex scanning warn on "\x{x}" and "\xx".
14455              "\x" and and hex("x") are still valid.
14456      Branch: perl
14457            ! util.c
14458 ____________________________________________________________________________
14459 [  7745] By: nick                                  on 2000/11/18  22:52:28
14460         Log: Integrate mainline
14461      Branch: perlio
14462           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
14463           !> perl.h perlio.c proto.h regcomp.c regcomp.h
14464 ____________________________________________________________________________
14465 [  7744] By: jhi                                   on 2000/11/18  22:50:28
14466         Log: Introduce Perl_utf8_length().  Use it.
14467      Branch: perl
14468            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
14469 ____________________________________________________________________________
14470 [  7743] By: jhi                                   on 2000/11/18  22:38:51
14471         Log: Compiler denit.
14472      Branch: perl
14473            ! perlio.c
14474 ____________________________________________________________________________
14475 [  7742] By: jhi                                   on 2000/11/18  20:33:05
14476         Log: Integrate perlio.
14477      Branch: perl
14478           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
14479           !> perlio.h pp_ctl.c pp_sys.c sv.c
14480 ____________________________________________________________________________
14481 [  7741] By: jhi                                   on 2000/11/18  20:31:27
14482         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
14483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14484              Date: Fri, 17 Nov 2000 20:35:11 -0500
14485              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
14486              
14487              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
14488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14489              Date: Fri, 17 Nov 2000 21:03:47 -0500
14490              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
14491              
14492              Plus a little bit of tweaking in pregcomp().
14493      Branch: perl
14494            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
14495 ____________________________________________________________________________
14496 [  7740] By: nick                                  on 2000/11/18  20:17:22
14497         Log: Lexical use open ... support:
14498              add ->cop_io to COP structure in cop.h.
14499              Make mg.c and gv.c associate it with ${^OPEN}.
14500              Make lib/open.pm set it.
14501              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
14502              manner similar to ->cop_warnings.
14503              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
14504              call new PerlIO_apply_layers().
14505              Declare latter in perlio.h and define in perlio.c
14506      Branch: perlio
14507            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
14508            ! perlio.h pp_ctl.c pp_sys.c sv.c
14509 ____________________________________________________________________________
14510 [  7739] By: jhi                                   on 2000/11/18  19:54:00
14511         Log: Integrate perlio.
14512      Branch: perl
14513           !> doio.c perlio.c pp.c
14514 ____________________________________________________________________________
14515 [  7738] By: jhi                                   on 2000/11/18  17:16:13
14516         Log: Subject: [PATCH 5.7.0] etags broken again
14517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14518              Date: Sat, 18 Nov 2000 02:41:36 -0500
14519              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
14520      Branch: perl
14521            ! emacs/ptags
14522 ____________________________________________________________________________
14523 [  7737] By: jhi                                   on 2000/11/18  17:12:18
14524         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
14525      Branch: perl
14526            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14527 ____________________________________________________________________________
14528 [  7736] By: nick                                  on 2000/11/18  14:06:20
14529         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
14530              part to be isolated.
14531      Branch: perlio
14532            ! doio.c perlio.c
14533 ____________________________________________________________________________
14534 [  7735] By: nick                                  on 2000/11/18  11:03:32
14535         Log: Integrate mainline
14536      Branch: perlio
14537           !> Changes README.amiga README.win32 patchlevel.h
14538           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
14539 ____________________________________________________________________________
14540 [  7734] By: jhi                                   on 2000/11/18  01:18:56
14541         Log: Update Changes.
14542      Branch: perl
14543            ! Changes patchlevel.h
14544 ____________________________________________________________________________
14545 [  7733] By: jhi                                   on 2000/11/18  00:32:54
14546         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
14547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14548              Date: Fri, 17 Nov 2000 17:28:02 -0500
14549              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
14550      Branch: perl
14551            ! regcomp.c regexec.c t/op/re_tests
14552 ____________________________________________________________________________
14553 [  7732] By: jhi                                   on 2000/11/18  00:28:56
14554         Log: Sparc 64-bit pack() fix from Jens Hamisch.
14555      Branch: perl
14556            ! pp.c
14557 ____________________________________________________________________________
14558 [  7731] By: jhi                                   on 2000/11/18  00:18:39
14559         Log: Explain in more detail the {} syntax ambiguousity.
14560              
14561              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
14562              From: Nicholas Clark <nick@ccl4.org>
14563              Date: Fri, 17 Nov 2000 22:10:28 +0000
14564              Message-ID: <20001117221028.A88930@plum.flirble.org>
14565      Branch: perl
14566            ! pod/perlfunc.pod
14567 ____________________________________________________________________________
14568 [  7730] By: jhi                                   on 2000/11/18  00:12:18
14569         Log: Subject: Fix for README.amiga (20000323.033)
14570              From: "Stephen P. Potter" <spp@spotter.yi.org>
14571              Date: Fri, 17 Nov 2000 12:25:51 -0500
14572              Message-Id: <200011171725.MAA05768@spotter.yi.org>
14573      Branch: perl
14574            ! README.amiga
14575 ____________________________________________________________________________
14576 [  7729] By: jhi                                   on 2000/11/18  00:08:34
14577         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
14578              From: "A. C. Yardley" <yardley@tanet.net>
14579              Date: Mon, 3 Apr 2000 11:35:33 -0700
14580              Message-ID: <3483.000403@tanet.net>
14581      Branch: perl
14582            ! README.win32
14583 ____________________________________________________________________________
14584 [  7728] By: nick                                  on 2000/11/17  21:59:47
14585         Log: Integrate mainline
14586      Branch: perlio
14587           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
14588           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
14589           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
14590           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
14591 ____________________________________________________________________________
14592 [  7727] By: nick                                  on 2000/11/17  21:56:31
14593         Log: Experiment on use of attributes.pm interface.
14594              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
14595              SVt_PVRV if not already something better (else vivify of say magic gets
14596              core dump).
14597      Branch: perlio
14598            ! perlio.c pp.c
14599 ____________________________________________________________________________
14600 [  7726] By: jhi                                   on 2000/11/17  14:15:49
14601         Log: Subject: Fix for 20000815.006
14602              From: "Stephen P. Potter" <spp@spotter.yi.org>
14603              Date: Fri, 17 Nov 2000 08:57:45 -0500
14604              Message-Id: <200011171357.IAA05122@spotter.yi.org>
14605              
14606              It's really 20000518.006.
14607      Branch: perl
14608            ! pod/perlmodlib.PL
14609 ____________________________________________________________________________
14610 [  7725] By: jhi                                   on 2000/11/17  14:12:31
14611         Log: Subject: Fix for 20000409.001
14612              From: "Stephen P. Potter" <spp@spotter.yi.org>
14613              Date: Fri, 17 Nov 2000 08:55:45 -0500
14614              Message-Id: <200011171355.IAA05104@spotter.yi.org>
14615      Branch: perl
14616            ! pod/perlfaq9.pod
14617 ____________________________________________________________________________
14618 [  7724] By: jhi                                   on 2000/11/17  14:08:58
14619         Log: Undo #7627 now that we have =head3.
14620      Branch: perl
14621            ! pod/perlhack.pod
14622 ____________________________________________________________________________
14623 [  7723] By: jhi                                   on 2000/11/17  14:04:09
14624         Log: As surmised the #7719 wasn't a good move.
14625      Branch: perl
14626            ! hints/solaris_2.sh
14627 ____________________________________________________________________________
14628 [  7722] By: jhi                                   on 2000/11/17  13:59:04
14629         Log: Also the 64bitall hints can be either here or there.
14630      Branch: perl
14631            ! hints/solaris_2.sh
14632 ____________________________________________________________________________
14633 [  7721] By: jhi                                   on 2000/11/17  02:26:23
14634         Log: Test tweak for the open pragma.
14635      Branch: perl
14636            ! t/lib/b.t
14637 ____________________________________________________________________________
14638 [  7720] By: jhi                                   on 2000/11/17  00:23:22
14639         Log: The long double hints can be here or there.
14640      Branch: perl
14641            ! hints/solaris_2.sh
14642 ____________________________________________________________________________
14643 [  7719] By: jhi                                   on 2000/11/17  00:14:06
14644         Log: For Solaris use64bitall the stdchar needs a little bit of help.
14645      Branch: perl
14646            ! hints/solaris_2.sh
14647 ____________________________________________________________________________
14648 [  7718] By: jhi                                   on 2000/11/16  23:27:34
14649         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
14650              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
14651              Date: Wed, 15 Nov 2000 08:56:32 +0100
14652              Message-ID: <3A1241B0.64477E00@alcatel.at>
14653      Branch: perl
14654            ! lib/Carp/Heavy.pm
14655 ____________________________________________________________________________
14656 [  7717] By: jhi                                   on 2000/11/16  23:23:29
14657         Log: Subject: [PATCH] Re: 20001101.003 PDL
14658              From: Nicholas Clark <nick@ccl4.org>
14659              Date: Thu, 16 Nov 2000 16:48:25 +0000
14660              Message-ID: <20001116164825.B93487@plum.flirble.org>
14661      Branch: perl
14662            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
14663 ____________________________________________________________________________
14664 [  7716] By: jhi                                   on 2000/11/16  23:21:31
14665         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
14666              From: "Casey R. Tweten" <crt@kiski.net>
14667              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
14668              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
14669      Branch: perl
14670            ! lib/Pod/Checker.pm pod/perlpod.pod
14671 ____________________________________________________________________________
14672 [  7715] By: jhi                                   on 2000/11/16  23:19:40
14673         Log: Avoid an infinite loop in VMS when utils scripts are run
14674              with no arguments, from Charles Lane.
14675      Branch: perl
14676            ! configure.com
14677 ____________________________________________________________________________
14678 [  7714] By: jhi                                   on 2000/11/16  23:17:08
14679         Log: Subject: perllocale.pod changes
14680              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14681              Date: Mon, 13 Nov 2000 10:09:22 +0300
14682              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
14683      Branch: perl
14684            ! pod/perllocale.pod
14685 ____________________________________________________________________________
14686 [  7713] By: jhi                                   on 2000/11/16  23:14:06
14687         Log: Integrate perlio.
14688      Branch: perl
14689           !> doio.c perlio.c perlio.h util.c
14690 ____________________________________________________________________________
14691 [  7712] By: nick                                  on 2000/11/16  21:10:58
14692         Log: Integrate mainline
14693      Branch: perlio
14694           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14695           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
14696           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
14697           !> vos/config.ga.def vos/config.ga.h win32/config.bc
14698           !> win32/config.gc win32/config.vc
14699 ____________________________________________________________________________
14700 [  7711] By: nick                                  on 2000/11/16  19:56:41
14701         Log: Minor tweaks:
14702              consistent way of getting 'rb', 'wb' etc. for binary opens
14703              move *perlio::layers to *open::layers
14704              a #define to show layers available
14705              DOSISH popen/PerlIO had export/import sense inverted.
14706      Branch: perlio
14707            ! doio.c perlio.c perlio.h util.c
14708 ____________________________________________________________________________
14709 [  7710] By: jhi                                   on 2000/11/16  15:46:05
14710         Log: Add HAS_SBRK_PROTO.
14711      Branch: metaconfig/U/perl
14712            + d_sbrkproto.U
14713      Branch: perl
14714            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14715            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
14716            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
14717            ! vos/config.ga.def vos/config.ga.h win32/config.bc
14718            ! win32/config.gc win32/config.vc
14719 ____________________________________________________________________________
14720 [  7709] By: nick                                  on 2000/11/16  07:31:49
14721         Log: Integrate mainline
14722      Branch: perlio
14723           !> (integrate 35 files)
14724 ____________________________________________________________________________
14725 [  7708] By: jhi                                   on 2000/11/16  05:33:03
14726         Log: These files are text, not binary.
14727      Branch: perl
14728            ! ext/Encode/Encode/iso8859-10.enc
14729            ! ext/Encode/Encode/iso8859-13.enc
14730            ! ext/Encode/Encode/iso8859-14.enc
14731            ! ext/Encode/Encode/iso8859-15.enc
14732 ____________________________________________________________________________
14733 [  7707] By: jhi                                   on 2000/11/16  01:53:37
14734         Log: Update Changes.
14735      Branch: perl
14736            ! Changes patchlevel.h
14737 ____________________________________________________________________________
14738 [  7706] By: jhi                                   on 2000/11/16  01:35:59
14739         Log: More #undefing of stdio.
14740      Branch: perl
14741            ! fakesdio.h nostdio.h
14742 ____________________________________________________________________________
14743 [  7705] By: jhi                                   on 2000/11/16  01:34:18
14744         Log: Add fwalk() probe to the configuration files and regen perltoc.
14745      Branch: perl
14746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14747            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
14748            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
14749            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14750            ! win32/config.bc win32/config.gc win32/config.vc
14751 ____________________________________________________________________________
14752 [  7704] By: jhi                                   on 2000/11/16  01:33:07
14753         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
14754              an optional third argument to Inlibc?)
14755      Branch: metaconfig/U/perl
14756            + d__fwalk.U
14757 ____________________________________________________________________________
14758 [  7703] By: jhi                                   on 2000/11/16  01:09:22
14759         Log: The type of the hash_cb() size argument is tricky.
14760      Branch: perl
14761            ! ext/DB_File/DB_File.xs
14762 ____________________________________________________________________________
14763 [  7702] By: jhi                                   on 2000/11/15  23:01:16
14764         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
14765      Branch: perl
14766            ! nostdio.h
14767 ____________________________________________________________________________
14768 [  7701] By: jhi                                   on 2000/11/15  22:52:32
14769         Log: Detypo.
14770      Branch: perl
14771            ! t/lib/bigfltpm.t
14772 ____________________________________________________________________________
14773 [  7700] By: jhi                                   on 2000/11/15  22:51:56
14774         Log: UINT64_C() work continues.
14775      Branch: perl
14776            ! handy.h perl.h utf8.h
14777 ____________________________________________________________________________
14778 [  7699] By: jhi                                   on 2000/11/15  14:13:04
14779         Log: SOCKS has its own USE_THREADS, based on
14780              
14781              Subject: [ID 20001114.002] et. al. bugfix followup
14782              From: Jens Hamisch <jens@Strawberry.COM> 
14783              Date: Wed, 15 Nov 2000 14:23:11 +0100
14784              Message-ID: <20001115142311.A21164@Strawberry.COM>
14785      Branch: perl
14786            ! perl.h
14787 ____________________________________________________________________________
14788 [  7698] By: jhi                                   on 2000/11/15  03:50:56
14789         Log: Add few missing #undefs and sort them.
14790      Branch: perl
14791            ! fakesdio.h
14792 ____________________________________________________________________________
14793 [  7697] By: jhi                                   on 2000/11/15  03:39:14
14794         Log: Linenumber fix.
14795      Branch: perl
14796            ! t/pragma/warn/utf8
14797 ____________________________________________________________________________
14798 [  7696] By: jhi                                   on 2000/11/15  02:55:26
14799         Log: EBCDIC tweaks.
14800              
14801              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
14802              From: Peter Prymmer <pvhp@forte.com>
14803              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
14804              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
14805      Branch: perl
14806            ! t/op/regmesg.t t/pragma/warn/utf8
14807 ____________________________________________________________________________
14808 [  7695] By: jhi                                   on 2000/11/15  02:53:58
14809         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
14810              From: Peter Prymmer <pvhp@forte.com>
14811              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
14812              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
14813      Branch: perl
14814            ! utf8.c
14815 ____________________________________________________________________________
14816 [  7694] By: jhi                                   on 2000/11/15  02:50:55
14817         Log: Subject: [PATCH: perl@7674] updates to README.os390
14818              From: Prymmer/Kahn <pvhp@best.com>
14819              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
14820              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
14821      Branch: perl
14822            ! README.os390
14823 ____________________________________________________________________________
14824 [  7693] By: jhi                                   on 2000/11/15  02:48:37
14825         Log: Quit utf8_to_uv() instantly if curlen == 0.
14826      Branch: perl
14827            ! utf8.c
14828 ____________________________________________________________________________
14829 [  7692] By: jhi                                   on 2000/11/15  02:24:29
14830         Log: Use u_int32_t for the size of hash_cb(), not size_t.
14831              
14832              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
14833              From: Jens Hamisch <jens@Strawberry.COM>     
14834              Date: Tue, 14 Nov 2000 19:03:55 +0100
14835              Message-Id: <20001114190355.A20559@Strawberry.COM>
14836      Branch: perl
14837            ! ext/DB_File/DB_File.xs
14838 ____________________________________________________________________________
14839 [  7691] By: jhi                                   on 2000/11/15  02:20:12
14840         Log: Use UINT64_C().
14841              
14842              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
14843              From: Jens Hamisch <jens@Strawberry.COM>
14844              Date: Tue, 14 Nov 2000 19:16:23 +0100
14845              Message-Id: <20001114191623.G20559@Strawberry.COM>
14846      Branch: perl
14847            ! utf8.c utf8.h
14848 ____________________________________________________________________________
14849 [  7690] By: jhi                                   on 2000/11/15  02:17:06
14850         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
14851              (a macro to define signed and unsigned integer constants).
14852      Branch: perl
14853            ! handy.h
14854 ____________________________________________________________________________
14855 [  7689] By: jhi                                   on 2000/11/15  01:56:51
14856         Log: Regen Configure.
14857      Branch: perl
14858            ! Configure
14859 ____________________________________________________________________________
14860 [  7688] By: jhi                                   on 2000/11/15  01:56:32
14861         Log: Make the unit know about SOCKS.
14862      Branch: metaconfig
14863            ! U/protos/socksizetype.U
14864 ____________________________________________________________________________
14865 [  7687] By: jhi                                   on 2000/11/15  01:54:47
14866         Log: Remove unused dependencies.
14867      Branch: metaconfig
14868            ! U/compline/d_getpagsz.U
14869 ____________________________________________________________________________
14870 [  7686] By: nick                                  on 2000/11/14  21:25:13
14871         Log: Integrate mainline.
14872      Branch: perlio
14873           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
14874           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
14875           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
14876           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
14877           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
14878           !> win32/config.bc win32/config.gc win32/config.vc
14879           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
14880 ____________________________________________________________________________
14881 [  7685] By: jhi                                   on 2000/11/14  17:54:56
14882         Log: Integrate perlio.
14883      Branch: perl
14884           +> fakesdio.h perliol.h
14885           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
14886           !> perlsdio.h perlsfio.h pod/perlfunc.pod
14887 ____________________________________________________________________________
14888 [  7684] By: nick                                  on 2000/11/14  17:43:04
14889         Log: PerlIO #include and #ifdef re-work.
14890      Branch: perlio
14891            + fakesdio.h perliol.h
14892            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
14893            ! perlsdio.h perlsfio.h
14894 ____________________________________________________________________________
14895 [  7683] By: jhi                                   on 2000/11/14  15:42:40
14896         Log: Hoist the duplicated socket/netdb include logic to perl.h;
14897              undef SETERRNO in case SOCKS has defined it.  Based on:
14898              
14899              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
14900              From: Jens Hamisch <jens@Strawberry.COM> 
14901              Date: Tue, 14 Nov 2000 11:34:40 +0100
14902              Message-Id: <20001114113440.A20005@Strawberry.COM>
14903      Branch: perl
14904            ! doio.c perl.h pp_sys.c
14905 ____________________________________________________________________________
14906 [  7682] By: jhi                                   on 2000/11/14  14:07:28
14907         Log: Subject: some additions for makefiles for win32 (for perl@7674)
14908              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14909              Date: Tue, 14 Nov 2000 09:31:13 +0300
14910              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
14911      Branch: perl
14912            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14913            ! win32/makefile.mk
14914 ____________________________________________________________________________
14915 [  7681] By: jhi                                   on 2000/11/14  14:01:41
14916         Log: Subject: tiny typo in perl5db.pl
14917              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14918              Date: Tue, 14 Nov 2000 09:29:28 +0300
14919              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
14920      Branch: perl
14921            ! lib/perl5db.pl
14922 ____________________________________________________________________________
14923 [  7680] By: jhi                                   on 2000/11/14  04:13:50
14924         Log: Redo #7679 with LFs instead of CRLFs.
14925      Branch: perl
14926            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
14927            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
14928            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
14929 ____________________________________________________________________________
14930 [  7679] By: jhi                                   on 2000/11/14  01:21:09
14931         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
14932              From: Benjamin Stuhl <tiriath@yahoo.com> 
14933              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
14934              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
14935      Branch: perl
14936            + win32/bin/mdelete.bat
14937            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
14938            ! makedef.pl perlio.c win32/Makefile win32/config.gc
14939            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
14940 ____________________________________________________________________________
14941 [  7678] By: jhi                                   on 2000/11/14  01:19:20
14942         Log: Fix the re extension building for Win32.
14943              
14944              Subject: [PATCH perl@7638] Get PerlIO building on Win32
14945              From: Benjamin Stuhl <tiriath@yahoo.com> 
14946              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
14947              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
14948      Branch: perl
14949            + ext/re/hints/MSWin32.pl
14950            ! MANIFEST
14951 ____________________________________________________________________________
14952 [  7677] By: jhi                                   on 2000/11/14  01:13:54
14953         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
14954              From: sthoenna@efn.org
14955              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
14956              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
14957      Branch: perl
14958            ! doop.c pp.c toke.c utf8.c utf8.h
14959 ____________________________________________________________________________
14960 [  7676] By: jhi                                   on 2000/11/13  20:23:15
14961         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
14962              From: Nicholas Clark <nick@ccl4.org>
14963              Date: Mon, 13 Nov 2000 18:55:04 +0000
14964              Message-ID: <20001113185504.J29183@plum.flirble.org>
14965      Branch: perl
14966            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
14967 ____________________________________________________________________________
14968 [  7675] By: nick                                  on 2000/11/13  20:21:57
14969         Log: Integrate mainline ...
14970      Branch: perlio
14971           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
14972           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
14973           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
14974           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
14975 ____________________________________________________________________________
14976 [  7674] By: jhi                                   on 2000/11/13  15:07:56
14977         Log: Update Changes.
14978      Branch: perl
14979            ! Changes patchlevel.h
14980 ____________________________________________________________________________
14981 [  7673] By: jhi                                   on 2000/11/13  14:42:42
14982         Log: Remove the new two tests of lib/io_xs for now, they seem to
14983              fail under perlio on some platforms.
14984      Branch: perl
14985            ! t/lib/io_xs.t
14986 ____________________________________________________________________________
14987 [  7672] By: jhi                                   on 2000/11/13  13:57:53
14988         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
14989      Branch: perl
14990            ! perlio.c
14991 ____________________________________________________________________________
14992 [  7671] By: jhi                                   on 2000/11/13  05:30:48
14993         Log: Placate nervous compilers that see longer than ints switch()ing.
14994      Branch: perl
14995            ! utf8.c
14996 ____________________________________________________________________________
14997 [  7670] By: jhi                                   on 2000/11/13  05:14:21
14998         Log: fputs() does return EOF on error but here we don't care.
14999      Branch: perl
15000            ! perlio.c
15001 ____________________________________________________________________________
15002 [  7669] By: jhi                                   on 2000/11/13  05:02:45
15003         Log: Declare reg_data like reg_substr_data.
15004      Branch: perl
15005            ! regexp.h
15006 ____________________________________________________________________________
15007 [  7668] By: jhi                                   on 2000/11/13  04:54:34
15008         Log: Typos in #7667.
15009      Branch: perl
15010            ! perl.h
15011 ____________________________________________________________________________
15012 [  7667] By: jhi                                   on 2000/11/13  04:49:49
15013         Log: Cleanup messy #ifdef.
15014      Branch: perl
15015            ! perl.h
15016 ____________________________________________________________________________
15017 [  7666] By: jhi                                   on 2000/11/13  04:17:34
15018         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
15019              From: Nicholas Clark <nick@talking.bollo.cx>
15020              Date: Sun, 12 Nov 2000 21:14:11 +0000
15021              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
15022              
15023              Note: only one breakage of the two reported is fixed by this patch.
15024      Branch: perl
15025            ! perlio.c
15026 ____________________________________________________________________________
15027 [  7665] By: jhi                                   on 2000/11/13  04:05:07
15028         Log: Tweak the definition of the bit complement on UTF-8 data:
15029              if none of the characters in the string are > 0xff,
15030              the result is a complemented byte string, not a (UTF-8)
15031              char string.  Based on the summary in
15032              
15033              Subject: Re: [ID 20000918.005] ~ on wide chars
15034              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
15035              Date: Fri, 10 Nov 2000 09:47:15 -0800
15036              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
15037              
15038              This should give us the maximum backward (pre-char string)
15039              compatibility and utf8 compatibility.  The other alternative
15040              would be to limit the bit complement to be always byte only,
15041              taking the least significant byte of the chars.
15042      Branch: perl
15043            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
15044 ____________________________________________________________________________
15045 [  7664] By: jhi                                   on 2000/11/13  00:23:44
15046         Log: Couple of tests from #7660 salvaged.
15047      Branch: perl
15048            - t/op/tell.t
15049            ! MANIFEST t/io/tell.t
15050 ____________________________________________________________________________
15051 [  7663] By: jhi                                   on 2000/11/13  00:02:48
15052         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
15053              From: Nicholas Clark <nick@talking.bollo.cx>
15054              Date: Sun, 12 Nov 2000 21:23:43 +0000
15055              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
15056      Branch: perl
15057            ! perlsfio.h
15058 ____________________________________________________________________________
15059 [  7662] By: jhi                                   on 2000/11/13  00:01:39
15060         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
15061              From: Nicholas Clark <nick@talking.bollo.cx>
15062              Date: Sun, 12 Nov 2000 21:30:04 +0000
15063              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
15064      Branch: perl
15065            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
15066 ____________________________________________________________________________
15067 [  7661] By: jhi                                   on 2000/11/12  23:57:29
15068         Log: Document tell() on special streams.
15069      Branch: perl
15070            ! pod/perlfunc.pod
15071 ____________________________________________________________________________
15072 [  7660] By: jhi                                   on 2000/11/12  23:54:22
15073         Log: (Subsumed by #7664)
15074      Branch: perl
15075            + t/op/tell.t
15076            ! MANIFEST
15077 ____________________________________________________________________________
15078 [  7659] By: jhi                                   on 2000/11/12  22:55:25
15079         Log: Many subdocumented return values of the IO extension now documented.
15080              ungetc and write still left subdocumented.
15081              
15082              Subject: [PATCH] (was Re: IO::Handle::ungetc)
15083              From: Nicholas Clark <nick@talking.bollo.cx>
15084              Date: Sun, 12 Nov 2000 21:35:53 +0000
15085              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
15086      Branch: perl
15087            ! ext/IO/lib/IO/Handle.pm
15088 ____________________________________________________________________________
15089 [  7658] By: jhi                                   on 2000/11/12  21:37:06
15090         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
15091              From: Nicholas Clark <nick@talking.bollo.cx>
15092              Date: Sun, 12 Nov 2000 20:03:22 +0000
15093              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
15094      Branch: perl
15095            ! pod/perlfunc.pod
15096 ____________________________________________________________________________
15097 [  7657] By: jhi                                   on 2000/11/12  20:34:55
15098         Log: Integrate perlio.
15099      Branch: perl
15100           !> perlio.c
15101 ____________________________________________________________________________
15102 [  7656] By: nick                                  on 2000/11/12  19:25:06
15103         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
15104      Branch: perlio
15105            ! perlio.c
15106 ____________________________________________________________________________
15107 [  7655] By: nick                                  on 2000/11/12  19:09:41
15108         Log: Integrate mainline
15109      Branch: perlio
15110           +> README.solaris ext/Encode/Encode/cp1006.enc
15111           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
15112           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
15113           +> ext/Encode/Encode/iso8859-13.enc
15114           +> ext/Encode/Encode/iso8859-14.enc
15115           +> ext/Encode/Encode/iso8859-15.enc
15116           !> (integrate 34 files)
15117 ____________________________________________________________________________
15118 [  7654] By: jhi                                   on 2000/11/12  19:00:22
15119         Log: Add a metaconfig unit for fsync.
15120      Branch: metaconfig/U/perl
15121            + d_fsync.U
15122 ____________________________________________________________________________
15123 [  7653] By: jhi                                   on 2000/11/12  19:00:01
15124         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
15125      Branch: perl
15126            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15127            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
15128            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15129            ! vos/config.ga.h win32/config.bc win32/config.gc
15130            ! win32/config.vc
15131 ____________________________________________________________________________
15132 [  7652] By: jhi                                   on 2000/11/11  21:12:01
15133         Log: Copy the s// information of README.hpux also to the perlrun.
15134      Branch: perl
15135            ! README.hpux pod/perlrun.pod
15136 ____________________________________________________________________________
15137 [  7651] By: jhi                                   on 2000/11/11  21:03:13
15138         Log: More README.solaris updates from Andy Dougherty.
15139      Branch: perl
15140            ! README.solaris
15141 ____________________________________________________________________________
15142 [  7650] By: jhi                                   on 2000/11/11  18:38:57
15143         Log: More descriptive error for unknown perlio layers.
15144              
15145              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
15146              From: Dominic Dunlop <domo@computer.org> 
15147              Date: Sat, 11 Nov 2000 18:20:32 +0100             
15148              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
15149      Branch: perl
15150            ! perlio.c pod/perldiag.pod
15151 ____________________________________________________________________________
15152 [  7649] By: jhi                                   on 2000/11/11  18:37:52
15153         Log: MachTen doesn't really do mmap() and munmap().
15154              
15155              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
15156              From: Dominic Dunlop <domo@computer.org> 
15157              Date: Sat, 11 Nov 2000 18:20:32 +0100             
15158              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
15159      Branch: perl
15160            ! hints/machten.sh
15161 ____________________________________________________________________________
15162 [  7648] By: jhi                                   on 2000/11/11  18:36:46
15163         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
15164              From: rspier@pobox.com (Robert Spier)
15165              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
15166              Message-ID: <14861.32839.491271.985797@rls.cx>
15167      Branch: perl
15168            ! Porting/Contract pod/perltoot.pod
15169 ____________________________________________________________________________
15170 [  7647] By: jhi                                   on 2000/11/11  18:35:30
15171         Log: Simplify the getpagesize() unit by dropping the
15172              pagesize probe since it's nowadays slightly more
15173              complicated because of sysconf(). (Note: if some
15174              platform really needs the -lPW for getpagesize,
15175              I just broke it.)
15176              
15177              TODO: a new pagesize unit.
15178      Branch: metaconfig
15179            ! U/compline/d_getpagsz.U
15180 ____________________________________________________________________________
15181 [  7646] By: jhi                                   on 2000/11/11  18:33:23
15182         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
15183      Branch: perl
15184            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15185            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
15186            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15187            ! vos/config.ga.h win32/config.bc win32/config.gc
15188            ! win32/config.vc
15189 ____________________________________________________________________________
15190 [  7645] By: jhi                                   on 2000/11/11  16:45:15
15191         Log: Use sysconf() or getpagesize() to find out the pagesize.
15192      Branch: perl
15193            ! perlio.c
15194 ____________________________________________________________________________
15195 [  7644] By: jhi                                   on 2000/11/11  15:46:08
15196         Log: Integrate perlio.
15197      Branch: perl
15198           !> perlio.c
15199 ____________________________________________________________________________
15200 [  7643] By: jhi                                   on 2000/11/11  15:33:36
15201         Log: Subject: Re: [PATCH] README.solaris
15202              From: Lupe Christoph <lupe@lupe-christoph.de>
15203              Date: Sat, 11 Nov 2000 14:08:10 +0100
15204              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
15205      Branch: perl
15206            ! README.solaris
15207 ____________________________________________________________________________
15208 [  7642] By: jhi                                   on 2000/11/11  15:22:12
15209         Log: Subject: [PATCH perl@7638] cygwin port
15210              From: "Eric Fifer" <egf7@columbia.edu>            
15211              Date: Fri, 10 Nov 2000 19:30:30 -0000
15212              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
15213      Branch: perl
15214            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
15215 ____________________________________________________________________________
15216 [  7641] By: nick                                  on 2000/11/11  14:50:36
15217         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
15218              Also call "Buf" layer directly when unread'ing non-read chars.
15219      Branch: perlio
15220            ! perlio.c
15221 ____________________________________________________________________________
15222 [  7640] By: jhi                                   on 2000/11/11  02:05:02
15223         Log: Add more encoding tables.
15224      Branch: perl
15225            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
15226            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
15227            + ext/Encode/Encode/iso8859-10.enc
15228            + ext/Encode/Encode/iso8859-13.enc
15229            + ext/Encode/Encode/iso8859-14.enc
15230            + ext/Encode/Encode/iso8859-15.enc
15231            ! MANIFEST
15232 ____________________________________________________________________________
15233 [  7639] By: jhi                                   on 2000/11/10  18:49:25
15234         Log: Subject: [PATCH] README.solaris
15235              From: Andy Dougherty <doughera@lafayette.edu>
15236              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
15237              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
15238      Branch: perl
15239            + README.solaris
15240            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
15241            ! pod/perl.pod pod/perltoc.pod
15242 ____________________________________________________________________________
15243 [  7638] By: jhi                                   on 2000/11/10  15:04:15
15244         Log: Update Changes.
15245      Branch: perl
15246            ! Changes patchlevel.h
15247 ____________________________________________________________________________
15248 [  7637] By: jhi                                   on 2000/11/10  14:14:28
15249         Log: Explain better why certain regex tests are skipped.
15250              
15251              Subject: Re: tests skipped: unknown reason
15252              From: Lupe Christoph <lupe@lupe-christoph.de>
15253              Date: Fri, 10 Nov 2000 09:08:56 +0100
15254              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
15255      Branch: perl
15256            ! t/op/regexp.t
15257 ____________________________________________________________________________
15258 [  7636] By: nick                                  on 2000/11/10  13:40:00
15259         Log: Integrate mainline.
15260      Branch: perlio
15261           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
15262           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
15263           !> win32/bin/search.pl
15264 ____________________________________________________________________________
15265 [  7635] By: nick                                  on 2000/11/10  13:25:52
15266         Log: Re-instate stdio large file support via perlio.
15267      Branch: perl
15268            ! perlio.c
15269 ____________________________________________________________________________
15270 [  7634] By: jhi                                   on 2000/11/10  04:49:55
15271         Log: Amdahl UTS hints updates.
15272              
15273              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
15274              From: hom00@utsglobal.com (Harold O Morris)
15275              Date: Thu, 9 Nov 2000 20:02 PST
15276              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
15277      Branch: perl
15278            ! hints/uts.sh
15279 ____________________________________________________________________________
15280 [  7633] By: jhi                                   on 2000/11/09  23:33:28
15281         Log: Subject: [PATCH] IO::Seekable pod
15282              From: Nicholas Clark <nick@talking.bollo.cx>
15283              Date: Thu, 9 Nov 2000 20:29:45 +0000
15284              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
15285      Branch: perl
15286            ! ext/IO/lib/IO/Handle.pm
15287 ____________________________________________________________________________
15288 [  7632] By: jhi                                   on 2000/11/09  21:55:41
15289         Log: Various doc oddball characters.
15290              
15291              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
15292              From: Michael Somos <somos@grail.cba.csuohio.edu>
15293              Date: Mon, 6 Nov 2000 17:44:20 -0500
15294              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
15295      Branch: perl
15296            ! emacs/cperl-mode.el lib/unicode/syllables.txt
15297            ! win32/bin/search.pl
15298 ____________________________________________________________________________
15299 [  7631] By: jhi                                   on 2000/11/09  21:12:29
15300         Log: Subject: Re: bash -c exit and linux hints 
15301              From: "John P. Linderman" <jpl@research.att.com>
15302              Date: Thu, 02 Nov 2000 09:37:25 -0500
15303              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
15304      Branch: perl
15305            ! hints/linux.sh
15306 ____________________________________________________________________________
15307 [  7630] By: nick                                  on 2000/11/09  20:34:11
15308         Log: Integrate mainline.
15309      Branch: perlio
15310           !> (integrate 91 files)
15311 ____________________________________________________________________________
15312 [  7629] By: jhi                                   on 2000/11/09  19:46:31
15313         Log: Missing dTHXs.
15314              
15315              Subject: RE: perl@7595 builds not on cygwin
15316              From: "Eric Fifer" <egf7@columbia.edu>
15317              Date: Thu, 9 Nov 2000 19:26:50 -0000
15318              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
15319      Branch: perl
15320            ! ext/Devel/Peek/Peek.xs
15321 ____________________________________________________________________________
15322 [  7628] By: jhi                                   on 2000/11/09  14:48:27
15323         Log: Disable only the tests 99 and 166 for UTF-8 locales.
15324      Branch: perl
15325            ! t/pragma/locale.t
15326 ____________________________________________________________________________
15327 [  7627] By: jhi                                   on 2000/11/09  14:40:27
15328         Log: There's no =head3.
15329      Branch: perl
15330            ! pod/perlhack.pod
15331 ____________________________________________________________________________
15332 [  7626] By: jhi                                   on 2000/11/09  13:54:26
15333         Log: The generated boot_* headers are wrong.  Pickier compiler,
15334              such as KAI C++ will refuse to compile the resulting perlmain.
15335              
15336              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
15337              From: Harri Pasanen <harri.pasanen@trema.com>
15338              Date: Thu, 09 Nov 2000 14:23:28 +0100
15339              Message-Id: <3A0AA550.26D548A3@trema.com>
15340      Branch: perl
15341            ! minimod.pl
15342 ____________________________________________________________________________
15343 [  7625] By: jhi                                   on 2000/11/09  13:50:44
15344         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
15345              From: Prymmer/Kahn <pvhp@best.com>
15346              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
15347              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
15348              
15349              All except the "cow orker" change.
15350      Branch: perl
15351            ! Porting/pumpkin.pod
15352 ____________________________________________________________________________
15353 [  7624] By: jhi                                   on 2000/11/09  13:45:33
15354         Log: Fix for
15355              
15356              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
15357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
15358              Date: Thu, 09 Nov 2000 11:05:52 +0100
15359              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
15360      Branch: perl
15361            ! pod/perldiag.pod t/pragma/warn/pp_sys
15362 ____________________________________________________________________________
15363 [  7623] By: jhi                                   on 2000/11/09  13:37:16
15364         Log: Typo in an ifndef.
15365              
15366              Subject: Re: [PATCH 5.7.0] better messages from malloc()
15367              From: Joe Smith <jms@inwap.com>         
15368              Date: Thu, 09 Nov 2000 01:33:14 -0800
15369              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
15370      Branch: perl
15371            ! malloc.c
15372 ____________________________________________________________________________
15373 [  7622] By: jhi                                   on 2000/11/09  13:31:18
15374         Log: Remove unused extra arguments.
15375      Branch: metaconfig/U/perl
15376            ! perlxv.U
15377      Branch: perl
15378            ! Configure config_h.SH
15379 ____________________________________________________________________________
15380 [  7621] By: jhi                                   on 2000/11/09  13:16:36
15381         Log: More VMS moves on environment handling, from Charles Lane.
15382      Branch: perl
15383            ! t/pragma/locale.t
15384 ____________________________________________________________________________
15385 [  7620] By: jhi                                   on 2000/11/09  04:42:38
15386         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
15387              From: David Dyck <dcd@tc.fluke.com>
15388              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
15389              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
15390      Branch: perl
15391            ! pp_sys.c
15392 ____________________________________________________________________________
15393 [  7619] By: jhi                                   on 2000/11/09  04:36:21
15394         Log: Forgot from #7618.
15395      Branch: perl
15396            ! lib/File/stat.pm
15397 ____________________________________________________________________________
15398 [  7618] By: jhi                                   on 2000/11/09  04:28:44
15399         Log: Make deleting for %ENV work for (newer versions of) VMS,
15400              from Craig A. Berry.
15401      Branch: perl
15402            ! vms/vms.c
15403 ____________________________________________________________________________
15404 [  7617] By: jhi                                   on 2000/11/09  04:25:05
15405         Log: Subject: [PATCH] Class::Struct at compile time
15406              From: "Casey R. Tweten" <crt@kiski.net>
15407              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
15408              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
15409      Branch: perl
15410            ! lib/Class/Struct.pm
15411 ____________________________________________________________________________
15412 [  7616] By: jhi                                   on 2000/11/09  04:15:17
15413         Log: Subject: [ID 20001108.013] spelling
15414              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
15415              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
15416              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
15417      Branch: perl
15418            ! lib/ftp.pl
15419 ____________________________________________________________________________
15420 [  7615] By: jhi                                   on 2000/11/09  04:12:42
15421         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
15422              From: Peter Prymmer <pvhp@forte.com>
15423              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
15424              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
15425      Branch: perl
15426            ! configure.com
15427 ____________________________________________________________________________
15428 [  7614] By: jhi                                   on 2000/11/08  22:42:55
15429         Log: A missing aTHX_.
15430      Branch: perl
15431            ! ext/IPC/SysV/SysV.xs
15432 ____________________________________________________________________________
15433 [  7613] By: jhi                                   on 2000/11/08  19:30:21
15434         Log: Update Changes.
15435      Branch: perl
15436            ! Changes patchlevel.h
15437 ____________________________________________________________________________
15438 [  7612] By: jhi                                   on 2000/11/08  18:35:25
15439         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
15440              From: David Dyck <dcd@tc.fluke.com>
15441              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
15442              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
15443      Branch: perl
15444            ! pp_sys.c
15445 ____________________________________________________________________________
15446 [  7611] By: jhi                                   on 2000/11/08  18:30:26
15447         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
15448              From: Dominic Dunlop <domo@computer.org>
15449              Date: Tue, 7 Nov 2000 12:05:25 +0100
15450              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
15451      Branch: perl
15452            ! malloc.c
15453 ____________________________________________________________________________
15454 [  7610] By: jhi                                   on 2000/11/08  18:25:14
15455         Log: Do not test UTF-8 locales since that the tests would require
15456              polymorphic regexen.
15457      Branch: perl
15458            ! t/pragma/locale.t
15459 ____________________________________________________________________________
15460 [  7609] By: jhi                                   on 2000/11/08  17:12:51
15461         Log: Locale buglets.
15462              
15463              Subject: RE: Locales support (setlocale) fixes
15464              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15465              Date: Wed, 8 Nov 2000 20:01:39 +0300
15466              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
15467      Branch: perl
15468            ! t/pragma/locale.t util.c
15469 ____________________________________________________________________________
15470 [  7608] By: jhi                                   on 2000/11/08  17:00:16
15471         Log: Deleting $ENV{PATH} in VMS is not recommendable.
15472      Branch: perl
15473            ! t/pragma/locale.t
15474 ____________________________________________________________________________
15475 [  7607] By: jhi                                   on 2000/11/08  16:58:26
15476         Log: Subject: PATCH std stdio for (Free)BSD
15477              From: Nicholas Clark <nick@ccl4.org>
15478              Date: Wed, 8 Nov 2000 15:36:29 +0000
15479              Message-ID: <20001108153629.D98736@plum.flirble.org>
15480      Branch: metaconfig
15481            ! U/compline/d_stdstdio.U
15482      Branch: perl
15483            ! Configure config_h.SH
15484 ____________________________________________________________________________
15485 [  7606] By: jhi                                   on 2000/11/08  16:43:31
15486         Log: Forgot to bump the line numbers in #7601.
15487      Branch: perl
15488            ! t/pragma/warn/pp_sys
15489 ____________________________________________________________________________
15490 [  7605] By: jhi                                   on 2000/11/08  16:39:12
15491         Log: More careful detection of how well NVs and UVs mix.
15492              
15493              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))
15494              From: Nicholas Clark <nick@ccl4.org>
15495              Date: Wed, 8 Nov 2000 15:14:12 +0000
15496              Message-ID: <20001108151412.B98736@plum.flirble.org>
15497              
15498              Added some SIGFPE paranoia.
15499      Branch: metaconfig/U/perl
15500            ! perlxv.U
15501      Branch: perl
15502            ! Configure config_h.SH
15503 ____________________________________________________________________________
15504 [  7604] By: jhi                                   on 2000/11/08  14:39:10
15505         Log: Subject: [patch perl@7595] VMS configure.com tweak
15506              From: "Craig A. Berry" <craigberry@mac.com>
15507              Date: Wed, 8 Nov 2000 00:24:12 -0600
15508              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
15509      Branch: perl
15510            ! configure.com
15511 ____________________________________________________________________________
15512 [  7603] By: jhi                                   on 2000/11/08  14:27:11
15513         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
15514              From: Robin Barker <rmb1@cise.npl.co.uk>
15515              Date: Wed, 8 Nov 2000 11:11:39 GMT
15516              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
15517      Branch: perl
15518            ! perlio.c
15519 ____________________________________________________________________________
15520 [  7602] By: jhi                                   on 2000/11/08  14:25:03
15521         Log: Fix for the tie-refhash string table leaks.
15522              
15523              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
15524              Date: Wed, 8 Nov 2000 13:03:04 GMT
15525              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
15526      Branch: perl
15527            ! t/lib/tie-refhash.t
15528 ____________________________________________________________________________
15529 [  7601] By: jhi                                   on 2000/11/08  14:21:08
15530         Log: Try to avoid flockless and emulationless places.
15531      Branch: perl
15532            ! t/pragma/warn/pp_sys
15533 ____________________________________________________________________________
15534 [  7600] By: jhi                                   on 2000/11/08  02:28:54
15535         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
15536              
15537              Subject: [PATCH] prototyped functions that should be overrideable
15538              From: "Casey R. Tweten" <crt@kiski.net>
15539              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
15540              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
15541      Branch: perl
15542            ! toke.c
15543 ____________________________________________________________________________
15544 [  7599] By: jhi                                   on 2000/11/08  01:12:05
15545         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
15546              
15547              Subject: [PATCH] perlbug.PL
15548              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15549              Date: Mon, 6 Nov 2000 21:39:01 -0500
15550              Message-ID: <20001106213901.B20955@O2.chapin.edu>
15551      Branch: perl
15552            ! utils/perlbug.PL
15553 ____________________________________________________________________________
15554 [  7598] By: jhi                                   on 2000/11/07  23:42:00
15555         Log: Bad thinko in #7581 (I used the test program with the expanded
15556              values as-is).
15557      Branch: metaconfig
15558            ! U/compline/d_stdstdio.U
15559      Branch: perl
15560            ! Configure
15561 ____________________________________________________________________________
15562 [  7597] By: jhi                                   on 2000/11/07  21:43:29
15563         Log: Subject: [PATCH perl@7573] cygwin port
15564              From: "Fifer, Eric" <EFifer@sanwaint.com>
15565              Date: Tue, 7 Nov 2000 18:08:51 -0000 
15566              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
15567              
15568              Synchronize with Cygwin 1.1.5.
15569      Branch: perl
15570            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
15571            ! pod/perlport.pod unixish.h util.c
15572 ____________________________________________________________________________
15573 [  7596] By: jhi                                   on 2000/11/07  21:39:25
15574         Log: perlhack updates from H.Merijn Brand.
15575      Branch: perl
15576            ! pod/perlhack.pod
15577 ____________________________________________________________________________
15578 [  7595] By: jhi                                   on 2000/11/07  20:21:41
15579         Log: Update Changes.
15580      Branch: perl
15581            ! Changes patchlevel.h
15582 ____________________________________________________________________________
15583 [  7594] By: jhi                                   on 2000/11/07  19:18:58
15584         Log: Be more robust in Dynaloader.pm.
15585      Branch: perl
15586            ! ext/DynaLoader/DynaLoader_pm.PL
15587 ____________________________________________________________________________
15588 [  7593] By: jhi                                   on 2000/11/07  16:49:31
15589         Log: AUTHORS update.
15590      Branch: perl
15591            ! AUTHORS
15592 ____________________________________________________________________________
15593 [  7592] By: gsar                                  on 2000/11/07  16:39:51
15594         Log: normalize relative paths in virtualized current directory on windows,
15595              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
15596              returns)
15597      Branch: perl
15598            ! win32/vdir.h
15599 ____________________________________________________________________________
15600 [  7591] By: jhi                                   on 2000/11/07  16:04:26
15601         Log: Too profiler-happy: with optimization the #7590 actually makes
15602              the test to run 0.5% _slower_.  Requires much more instrumentation.
15603              Retract #7590.
15604      Branch: perl
15605            ! regcomp.c regcomp.h
15606 ____________________________________________________________________________
15607 [  7590] By: jhi                                   on 2000/11/07  15:51:13
15608         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
15609              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
15610              by using memset() and testing bytewise (as opposed to bitwise).
15611      Branch: perl
15612            ! regcomp.c regcomp.h
15613 ____________________________________________________________________________
15614 [  7589] By: jhi                                   on 2000/11/07  12:56:39
15615         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
15616              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15617              Date: Mon, 06 Nov 2000 23:45:30 -0500
15618              Message-Id: <0011079735.AA973576259@univpress.com>
15619      Branch: perl
15620            ! configure.com t/lib/st-lock.t
15621 ____________________________________________________________________________
15622 [  7588] By: jhi                                   on 2000/11/07  01:03:28
15623         Log: Tweak #7587.
15624      Branch: perl
15625            ! pod/perldiag.pod
15626 ____________________________________________________________________________
15627 [  7587] By: jhi                                   on 2000/11/07  01:00:27
15628         Log: A doc addition for bug id 20001105.019, beware \p.
15629      Branch: perl
15630            ! pod/perldiag.pod
15631 ____________________________________________________________________________
15632 [  7586] By: jhi                                   on 2000/11/07  00:32:22
15633         Log: Fake support of holey files in win/dosish platforms.
15634              
15635              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
15636              From: kipp@shonanblue.ne.jp
15637              Date: Mon, 6 Nov 2000 13:30:55 -0800
15638              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
15639      Branch: perl
15640            ! ext/SDBM_File/sdbm/sdbm.c
15641 ____________________________________________________________________________
15642 [  7585] By: jhi                                   on 2000/11/07  00:12:54
15643         Log: Subject: Pod updates
15644              From: "Stephen P. Potter" <spp@spotter.yi.org>
15645              Date: Mon, 06 Nov 2000 18:56:43 -0500
15646              Message-Id: <200011062357.SAA18173@spotter.yi.org>
15647      Branch: perl
15648            ! README.dos README.os2 README.win32 pod/buildtoc.PL
15649            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
15650            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
15651            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
15652            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
15653            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
15654            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
15655            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
15656            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
15657            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
15658            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
15659            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
15660            ! pod/perltootc.pod pod/perlunicode.pod
15661 ____________________________________________________________________________
15662 [  7584] By: jhi                                   on 2000/11/07  00:04:17
15663         Log: Varargs don't always work too well if one puts an unsigned
15664              char on the stack and pop an unsigned quad off the stack.
15665              
15666              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
15667              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
15668              Date: Mon, 06 Nov 2000 15:19:05 -0800
15669              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
15670      Branch: perl
15671            ! utf8.c
15672 ____________________________________________________________________________
15673 [  7583] By: jhi                                   on 2000/11/06  23:58:48
15674         Log: %ENV note tweaks from Dan Sugalski.
15675      Branch: perl
15676            ! pod/perlport.pod vms/perlvms.pod
15677 ____________________________________________________________________________
15678 [  7582] By: jhi                                   on 2000/11/06  23:05:49
15679         Log: glibc5 detection by __GNU_LIBRARY__.
15680      Branch: perl
15681            ! toke.c
15682 ____________________________________________________________________________
15683 [  7581] By: jhi                                   on 2000/11/06  22:51:29
15684         Log: Make the stdio test program of 7427 less noisy while being 
15685              compiled so that Digital UNIX wouldn't get both
15686              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
15687              undefined.  This makes perlio happy.
15688      Branch: metaconfig
15689            ! U/compline/d_stdstdio.U
15690      Branch: perl
15691            ! Configure config_h.SH
15692 ____________________________________________________________________________
15693 [  7580] By: jhi                                   on 2000/11/06  22:41:41
15694         Log: Document %ENV = () portability issues.
15695      Branch: perl
15696            ! pod/perlport.pod vms/perlvms.pod
15697 ____________________________________________________________________________
15698 [  7579] By: jhi                                   on 2000/11/06  21:29:24
15699         Log: VOS updates from Paul Green.
15700      Branch: perl
15701            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15702 ____________________________________________________________________________
15703 [  7578] By: jhi                                   on 2000/11/06  21:00:40
15704         Log: Sanitize the environment further.
15705      Branch: perl
15706            ! t/pragma/locale.t
15707 ____________________________________________________________________________
15708 [  7577] By: jhi                                   on 2000/11/06  20:53:51
15709         Log: Re-introduce 7552 lost in integration.
15710      Branch: perl
15711            ! perlio.c
15712 ____________________________________________________________________________
15713 [  7576] By: jhi                                   on 2000/11/06  20:33:46
15714         Log: Admit that the test leaks scalars.
15715      Branch: perl
15716            ! t/comp/proto.t
15717 ____________________________________________________________________________
15718 [  7575] By: jhi                                   on 2000/11/06  20:17:08
15719         Log: Integrate perlio.
15720      Branch: perl
15721           !> perlio.c
15722 ____________________________________________________________________________
15723 [  7574] By: nick                                  on 2000/11/06  20:07:28
15724         Log: Remove debug. Try (Mmap_t) on madvise() call.
15725      Branch: perlio
15726            ! perlio.c
15727 ____________________________________________________________________________
15728 [  7573] By: jhi                                   on 2000/11/06  13:56:05
15729         Log: Update Changes.
15730      Branch: perl
15731            ! Changes patchlevel.h
15732 ____________________________________________________________________________
15733 [  7572] By: jhi                                   on 2000/11/06  13:48:41
15734         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
15735              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15736              Date: Mon, 06 Nov 2000 10:11:42 +0100
15737              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
15738      Branch: perl
15739            ! pod/perlhack.pod
15740 ____________________________________________________________________________
15741 [  7571] By: jhi                                   on 2000/11/06  01:45:51
15742         Log: AUTHORS updates.
15743      Branch: perl
15744            ! AUTHORS
15745 ____________________________________________________________________________
15746 [  7570] By: jhi                                   on 2000/11/06  00:18:00
15747         Log: Fix for
15748              
15749              Subject: [ID 20000728.005] perl -P broken
15750              From: David Dyck <dcd@tc.fluke.com>
15751              Date: Fri, 28 Jul 2000 17:19:16 -0700
15752              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
15753              
15754              (hopefully).  The fix is also not complete, it seems to break
15755              BOM swallowing for libc5 systems, but until someone figures
15756              out a way to do this without ftell(), this will do.
15757      Branch: perl
15758            ! toke.c
15759 ____________________________________________________________________________
15760 [  7569] By: jhi                                   on 2000/11/06  00:05:30
15761         Log: Document that the evaled syntax errors cause scalar leaks.
15762      Branch: perl
15763            ! t/comp/proto.t
15764 ____________________________________________________________________________
15765 [  7568] By: jhi                                   on 2000/11/05  23:14:47
15766         Log: opmini.o can linger from Configures past.
15767      Branch: perl
15768            ! Makefile.SH
15769 ____________________________________________________________________________
15770 [  7567] By: jhi                                   on 2000/11/05  21:28:39
15771         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
15772              first argument correctly.
15773      Branch: perl
15774            ! perlio.c
15775 ____________________________________________________________________________
15776 [  7566] By: jhi                                   on 2000/11/05  21:15:56
15777         Log: Integrate perlio.
15778      Branch: perl
15779           !> perlio.c
15780 ____________________________________________________________________________
15781 [  7565] By: jhi                                   on 2000/11/05  21:15:13
15782         Log: Use -dM for gcc (the suggested patch did it only for Linux,
15783              but I think it can be generalized).
15784              
15785              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
15786              From: Pixel <pixel@mandrakesoft.com>
15787              Date: 05 Nov 2000 21:49:34 +0100 
15788              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
15789      Branch: perl
15790            ! ext/Errno/Errno_pm.PL
15791 ____________________________________________________________________________
15792 [  7564] By: nick                                  on 2000/11/05  21:09:18
15793         Log: Added a mmap layer as a "subclass" of perlio.
15794              PERLIO=mmap ./perl harness passes
15795      Branch: perlio
15796            ! perlio.c
15797 ____________________________________________________________________________
15798 [  7563] By: jhi                                   on 2000/11/05  19:48:55
15799         Log: Add a note for future generations about bug id 20000229.006.
15800      Branch: perl
15801            ! malloc.c
15802 ____________________________________________________________________________
15803 [  7562] By: jhi                                   on 2000/11/05  19:38:24
15804         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
15805      Branch: perl
15806            ! pp_ctl.c t/op/pos.t
15807 ____________________________________________________________________________
15808 [  7561] By: jhi                                   on 2000/11/05  18:21:46
15809         Log: Add =pod to be tidy.
15810      Branch: perl
15811            ! lib/Math/Complex.pm
15812 ____________________________________________________________________________
15813 [  7560] By: jhi                                   on 2000/11/05  17:38:46
15814         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
15815      Branch: perl
15816            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15817            ! ext/Storable/Storable.xs t/lib/st-recurse.t
15818 ____________________________________________________________________________
15819 [  7559] By: jhi                                   on 2000/11/05  17:32:59
15820         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
15821              From: "Peter J. Farley III" <pjfarley@banet.net>
15822              Date: Sun, 05 Nov 2000 11:55:59 -0500
15823              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
15824      Branch: perl
15825            ! t/lib/syslog.t
15826 ____________________________________________________________________________
15827 [  7558] By: jhi                                   on 2000/11/05  17:29:19
15828         Log: Integrate perlio.
15829      Branch: perl
15830           !> perlio.c
15831 ____________________________________________________________________________
15832 [  7557] By: jhi                                   on 2000/11/05  17:22:01
15833         Log: A fix of sorts for 20000329.026, a better error message
15834              for a missing "use charnames" when using the \N{...}. 
15835      Branch: perl
15836            ! pod/perldiag.pod toke.c
15837 ____________________________________________________________________________
15838 [  7556] By: jhi                                   on 2000/11/05  16:33:50
15839         Log: Test tweak: show also the failed locales.
15840              
15841              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
15842              From: Lupe Christoph <lupe@lupe-christoph.de>         
15843              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
15844              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
15845      Branch: perl
15846            ! t/pragma/locale.t
15847 ____________________________________________________________________________
15848 [  7555] By: nick                                  on 2000/11/05  11:09:34
15849         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
15850              open RDWR so does not fail. (pragma/warnings 303 again...)
15851      Branch: perlio
15852            ! perlio.c
15853 ____________________________________________________________________________
15854 [  7554] By: nick                                  on 2000/11/05  10:10:13
15855         Log: Fix case where ungetc(f,EOF) was allowed.
15856              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
15857              so we can see similarities.
15858              Use types more carefully and a STDCHAR array in hope that this will
15859              fix Jarrko's 64bit machine.
15860      Branch: perlio
15861            ! perlio.c
15862 ____________________________________________________________________________
15863 [  7553] By: jhi                                   on 2000/11/05  01:12:16
15864         Log: Fix for
15865              
15866              Subject: [ID 20001004.007] taint propogation is inconsistent
15867              From: pimlott@idiomtech.com (Andrew Pimlott) 
15868              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
15869              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
15870              
15871              The culprit was sv_setsv() which was rather blindly
15872              propagating taint, which lead to behaviour where if
15873              a tainted anon hash value was seen all the hash values
15874              from then on at that level became tainted, or at any
15875              upper levels in the case of nested anon hashes.
15876      Branch: perl
15877            ! sv.c t/op/taint.t
15878 ____________________________________________________________________________
15879 [  7552] By: jhi                                   on 2000/11/04  23:44:18
15880         Log: Some cpps don't like splitting conditionals across several lines.
15881      Branch: perl
15882            ! perlio.c
15883 ____________________________________________________________________________
15884 [  7551] By: nick                                  on 2000/11/04  23:40:44
15885         Log: Integrate mainline
15886      Branch: perlio
15887           !> pp_hot.c t/op/taint.t
15888 ____________________________________________________________________________
15889 [  7550] By: nick                                  on 2000/11/04  23:39:05
15890         Log: Integrate mainline again
15891      Branch: perlio
15892           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
15893           !> t/lib/b.t t/op/misc.t util.c
15894 ____________________________________________________________________________
15895 [  7549] By: jhi                                   on 2000/11/04  23:14:01
15896         Log: Fix for
15897              
15898              Subject: [ID 20001004.006] undef is never tainted
15899              From: pimlott@idiomtech.com (Andrew Pimlott)
15900              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
15901              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
15902              
15903              An undef read from a slurped file was not tainted.
15904      Branch: perl
15905            ! pp_hot.c t/op/taint.t
15906 ____________________________________________________________________________
15907 [  7548] By: jhi                                   on 2000/11/04  22:56:21
15908         Log: Test tweak ($Config{useperlio} is by default undef) .
15909      Branch: perl
15910            ! t/lib/b.t
15911 ____________________________________________________________________________
15912 [  7547] By: jhi                                   on 2000/11/04  22:43:56
15913         Log: Integrate perlio.
15914      Branch: perl
15915           +> lib/perlio.pm
15916           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
15917           !> pod/perlapi.pod t/lib/b.t
15918 ____________________________________________________________________________
15919 [  7546] By: jhi                                   on 2000/11/04  22:40:59
15920         Log: Configure would use a bad $myuname from an old config.sh.
15921              
15922              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
15923              From: Andy Dougherty <doughera@lafayette.edu>
15924              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
15925              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
15926      Branch: metaconfig
15927            ! U/modified/Oldconfig.U
15928      Branch: perl
15929            ! Configure config_h.SH
15930 ____________________________________________________________________________
15931 [  7545] By: jhi                                   on 2000/11/04  22:36:54
15932         Log: Subject: Locales support (setlocale) fixes
15933              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
15934              Date: Sat, 4 Nov 2000 10:15:48 +0300 
15935              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
15936              
15937              Modified quite a bit to be more portable.
15938      Branch: perl
15939            ! embed.h embed.pl perl.h proto.h util.c
15940 ____________________________________________________________________________
15941 [  7544] By: jhi                                   on 2000/11/04  22:32:47
15942         Log: Dying is too strict here, better just skip.
15943      Branch: perl
15944            ! t/op/misc.t
15945 ____________________________________________________________________________
15946 [  7543] By: nick                                  on 2000/11/04  21:55:13
15947         Log: Merge mainline
15948      Branch: perlio
15949           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
15950           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
15951           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
15952           !> (integrate 64 files)
15953 ____________________________________________________________________________
15954 [  7542] By: jhi                                   on 2000/11/04  21:09:28
15955         Log: More Changes tweakery.
15956      Branch: perl
15957            ! Changes Porting/genlog
15958 ____________________________________________________________________________
15959 [  7541] By: jhi                                   on 2000/11/04  20:58:18
15960         Log: Changes fixups.
15961      Branch: perl
15962            ! Changes
15963 ____________________________________________________________________________
15964 [  7540] By: jhi                                   on 2000/11/04  20:42:38
15965         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
15966              create a "fast path" for locale name probing using "locale -a"
15967              if available, squash finally hopefully the s?printf resetting
15968              the numeric locale (since, IIUC perllocale, it never shouldn't). 
15969      Branch: perl
15970            ! sv.c t/op/misc.t t/pragma/locale.t
15971 ____________________________________________________________________________
15972 [  7539] By: nick                                  on 2000/11/04  19:56:10
15973         Log: PerlIO infrastructure complete.
15974      Branch: perlio
15975            + lib/perlio.pm
15976            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
15977 ____________________________________________________________________________
15978 [  7538] By: nick                                  on 2000/11/04  14:31:32
15979         Log: Type tweaks + less contorted allocation scheme
15980      Branch: perlio
15981            ! perlio.c
15982 ____________________________________________________________________________
15983 [  7537] By: nick                                  on 2000/11/04  12:40:42
15984         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
15985              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
15986              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
15987              sensible) which lead to some interesting fails.
15988      Branch: perlio
15989            ! perlio.c
15990 ____________________________________________________________________________
15991 [  7536] By: jhi                                   on 2000/11/04  00:20:02
15992         Log: Add FCNTL_CAN_LOCK.
15993              
15994              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
15995              From: Andy Dougherty <doughera@lafayette.edu>
15996              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
15997              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
15998              
15999              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
16000              From: Andy Dougherty <doughera@lafayette.edu>
16001              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
16002              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
16003      Branch: metaconfig/U/perl
16004            + d_fcntl_can_lock.U
16005            ! startperl.U
16006      Branch: perl
16007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16008            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
16009            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16010            ! vos/config.ga.h win32/config.bc win32/config.gc
16011            ! win32/config.vc
16012 ____________________________________________________________________________
16013 [  7535] By: nick                                  on 2000/11/03  22:19:10
16014         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
16015              - Works on Linux with
16016              perlio + unix
16017              stdio
16018              - Works on Solaris with
16019              perlio + unix
16020              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
16021              - Fails (hangs in openpid) if you try and stack
16022              perlio + stdio - Linux stdio's read() logic is hanging.
16023      Branch: perlio
16024            ! iperlsys.h perlio.c
16025 ____________________________________________________________________________
16026 [  7534] By: jhi                                   on 2000/11/03  15:16:02
16027         Log: Subject: Re: README.aix
16028              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16029              Date: Fri, 03 Nov 2000 16:03:15 +0100
16030              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
16031      Branch: perl
16032            ! README.aix
16033 ____________________________________________________________________________
16034 [  7533] By: jhi                                   on 2000/11/03  03:59:02
16035         Log: Subject: [PATCH 5.7.0] better messages from malloc()
16036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16037              Date: Wed, 1 Nov 2000 23:39:56 -0500
16038              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
16039      Branch: perl
16040            ! malloc.c pod/perldiag.pod
16041 ____________________________________________________________________________
16042 [  7532] By: jhi                                   on 2000/11/03  00:11:56
16043         Log: The #7521 touched things it shouldn't have.
16044      Branch: perl
16045            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
16046 ____________________________________________________________________________
16047 [  7531] By: jhi                                   on 2000/11/02  22:32:33
16048         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
16049              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16050              Date:     Thu, 2 Nov 2000 16:58:36 EST
16051              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
16052      Branch: perl
16053            ! vms/gen_shrfls.pl
16054 ____________________________________________________________________________
16055 [  7530] By: jhi                                   on 2000/11/02  22:08:49
16056         Log: Fix the problem discussed in
16057              
16058              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
16059              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
16060              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
16061              
16062              originally from Linc Madison.  Also Andreas König's comments
16063              taken into account.  Some other problems with Tie::SubstrHash
16064              fixed: didn't croak when the table exceeded the requested number
16065              of entries (as documented) but instead when the number of entries
16066              exceeded the size of the table, a croak() had an unnecessary \n,
16067              didn't have a CLEAR method, documented that there is no exists().
16068              Didn't fix to be strict-proof because the module uses &foo; and
16069              dynamic scope.  Added a test script exercizing both first tamely 
16070              the basic functionality, and then the failure cases reported by
16071              Linc Madison.
16072      Branch: perl
16073            + t/lib/tie-substrhash.t
16074            ! MANIFEST lib/Tie/SubstrHash.pm
16075 ____________________________________________________________________________
16076 [  7529] By: jhi                                   on 2000/11/02  17:58:08
16077         Log: recv() can fail and return undef.
16078              
16079              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
16080              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
16081              Date: Thu, 2 Nov 2000 20:12:20 +0300
16082              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
16083      Branch: perl
16084            ! lib/Net/Ping.pm
16085 ____________________________________________________________________________
16086 [  7528] By: jhi                                   on 2000/11/02  17:49:09
16087         Log: Detpyo.
16088      Branch: perl
16089            ! pod/perlop.pod
16090 ____________________________________________________________________________
16091 [  7527] By: jhi                                   on 2000/11/02  15:48:37
16092         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
16093              fix a autovivification bug in Tie::RefHash, add tests for both.
16094              
16095              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
16096              From: Edward Avis <epa98@doc.ic.ac.uk>
16097              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
16098              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
16099      Branch: perl
16100            + t/lib/tie-refhash.t
16101            ! MANIFEST lib/Tie/RefHash.pm
16102 ____________________________________________________________________________
16103 [  7526] By: jhi                                   on 2000/11/02  13:56:26
16104         Log: Test::Harness revealed buglets in the new DynaLoader.
16105              
16106              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
16107              From: andreas.koenig@anima.de (Andreas J. Koenig)
16108              Date: 02 Nov 2000 11:26:48 +0100 
16109              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
16110      Branch: perl
16111            ! ext/DynaLoader/DynaLoader_pm.PL
16112 ____________________________________________________________________________
16113 [  7525] By: jhi                                   on 2000/11/01  23:52:08
16114         Log: The entry for #7503 was missing.
16115      Branch: perl
16116            ! Changes
16117 ____________________________________________________________________________
16118 [  7524] By: jhi                                   on 2000/11/01  23:40:52
16119         Log: Update Changes.
16120      Branch: perl
16121            ! Changes patchlevel.h
16122 ____________________________________________________________________________
16123 [  7523] By: jhi                                   on 2000/11/01  22:57:09
16124         Log: More tweaking on the #7522 theme.
16125      Branch: perl
16126            ! ext/DynaLoader/DynaLoader_pm.PL
16127 ____________________________________________________________________________
16128 [  7522] By: jhi                                   on 2000/11/01  22:06:15
16129         Log: Expand %Config variables and %ENV variables only if
16130              so requested during build time using the
16131              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
16132              Not expanding makes relocating distributions easier.
16133      Branch: perl
16134            ! ext/DynaLoader/DynaLoader_pm.PL
16135 ____________________________________________________________________________
16136 [  7521] By: jhi                                   on 2000/11/01  20:56:34
16137         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
16138              and setgid() because they were just changing $< and $( which means
16139              only changing the real uid/gid, as opposed to changing both
16140              real and effective ids.  (The alternative way could have been
16141              in POSIX.pm to change $> and $), too, but making a direct call
16142              to the C API feels cleaner.)  Fixes the bug
16143              
16144              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
16145              From: "Garry T. Williams" <garry@zvolve.com>
16146              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
16147              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
16148      Branch: perl
16149            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
16150            ! ext/POSIX/typemap pod/perlvar.pod
16151 ____________________________________________________________________________
16152 [  7520] By: jhi                                   on 2000/11/01  20:08:33
16153         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
16154              From: "Garry T. Williams" <garry@zvolve.com>
16155              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
16156              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
16157      Branch: perl
16158            ! pod/perlsec.pod
16159 ____________________________________________________________________________
16160 [  7519] By: jhi                                   on 2000/11/01  20:01:22
16161         Log: Locale warning explanation tweak.
16162      Branch: perl
16163            ! pod/perldiag.pod
16164 ____________________________________________________________________________
16165 [  7518] By: jhi                                   on 2000/11/01  18:57:13
16166         Log: C.pm part of
16167              
16168              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
16169              From: Jarkko Hietaniemi <jhi@iki.fi>
16170              Date: Tue, 10 Oct 2000 08:22:28 -0500
16171              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
16172      Branch: perl
16173            ! ext/B/B/C.pm
16174 ____________________________________________________________________________
16175 [  7517] By: jhi                                   on 2000/11/01  18:41:59
16176         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
16177              From: Martien Verbruggen <mgjv@comdyn.com.au>
16178              Date: Fri, 6 Oct 2000 14:09:10 +1100
16179              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
16180      Branch: perl
16181            ! pod/perlop.pod
16182 ____________________________________________________________________________
16183 [  7516] By: jhi                                   on 2000/11/01  18:34:55
16184         Log: Generalize the Camel wording.
16185              
16186              Subject: Re: perlfaq style changes
16187              From: John Borwick <jhborwic@unity.ncsu.edu>
16188              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
16189              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
16190      Branch: perl
16191            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
16192 ____________________________________________________________________________
16193 [  7515] By: jhi                                   on 2000/11/01  16:52:31
16194         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
16195              From: pimlott@idiomtech.com (Andrew Pimlott)
16196              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
16197              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
16198      Branch: perl
16199            ! pod/perlsec.pod
16200 ____________________________________________________________________________
16201 [  7514] By: jhi                                   on 2000/11/01  15:03:40
16202         Log: More AIX lore.
16203      Branch: perl
16204            ! ext/re/hints/aix.pl
16205 ____________________________________________________________________________
16206 [  7513] By: jhi                                   on 2000/11/01  14:48:30
16207         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
16208              From: root <root@chronos.fi.muni.cz>
16209              Date: Wed, 1 Nov 2000 12:31:32 +0100
16210              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
16211      Branch: perl
16212            ! lib/Net/Ping.pm
16213 ____________________________________________________________________________
16214 [  7512] By: jhi                                   on 2000/11/01  14:46:47
16215         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
16216              From: Martin Husemann <martin@duskware.de>
16217              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
16218              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
16219      Branch: perl
16220            ! regcomp.c
16221 ____________________________________________________________________________
16222 [  7511] By: jhi                                   on 2000/11/01  14:39:50
16223         Log: AUTHORS updates.
16224      Branch: perl
16225            ! AUTHORS
16226 ____________________________________________________________________________
16227 [  7510] By: jhi                                   on 2000/11/01  14:29:50
16228         Log: Subject: [PATCH] startperl to respect versiononly
16229              From: Robin Barker <rmb1@cise.npl.co.uk> 
16230              Date: Tue, 31 Oct 2000 16:29:36 GMT
16231              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
16232      Branch: metaconfig/U/perl
16233            ! startperl.U
16234      Branch: perl
16235            ! Configure config_h.SH
16236 ____________________________________________________________________________
16237 [  7509] By: jhi                                   on 2000/11/01  14:19:53
16238         Log: printf UVs the correct way, noticed by Robin Barker.
16239      Branch: perl
16240            ! utf8.c
16241 ____________________________________________________________________________
16242 [  7508] By: jhi                                   on 2000/11/01  14:10:03
16243         Log: Do not cleanup *% because the % has special meanings in some
16244              shell environments.
16245      Branch: perl
16246            ! ext/Storable/Makefile.PL
16247 ____________________________________________________________________________
16248 [  7507] By: jhi                                   on 2000/11/01  14:06:00
16249         Log: The NonStop-UX libraries have a novel way to say NaN.
16250      Branch: perl
16251            ! t/lib/bigfltpm.t
16252 ____________________________________________________________________________
16253 [  7506] By: jhi                                   on 2000/11/01  14:03:35
16254         Log: The osname has been lowercased by now, from Tom Bates.
16255      Branch: metaconfig
16256            ! U/modified/Oldconfig.U
16257      Branch: perl
16258            ! Configure config_h.SH
16259 ____________________________________________________________________________
16260 [  7505] By: jhi                                   on 2000/10/31  19:18:39
16261         Log: The compiler is either gcc or cc, from Tom Bates.
16262      Branch: perl
16263            ! hints/nonstopux.sh
16264 ____________________________________________________________________________
16265 [  7504] By: jhi                                   on 2000/10/31  14:53:42
16266         Log: Update Changes.
16267      Branch: perl
16268            ! Changes patchlevel.h
16269 ____________________________________________________________________________
16270 [  7503] By: jhi                                   on 2000/10/31  14:30:50
16271         Log: Whitespace style tweak.  Was originally going to see to
16272              
16273              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
16274              From: Joe Smith <jms@inwap.com>
16275              Date: Mon, 30 Oct 2000 18:47:57 -0800
16276              Message-Id: <39FE32DD.24AAC4D@inwap.com>
16277              
16278              but that had already been taken care of.
16279      Branch: metaconfig
16280            ! U/compline/d_stdstdio.U
16281      Branch: perl
16282            ! Configure config_h.SH
16283 ____________________________________________________________________________
16284 [  7502] By: jhi                                   on 2000/10/31  14:25:02
16285         Log: AUTHORS tweaks.
16286      Branch: perl
16287            ! AUTHORS
16288 ____________________________________________________________________________
16289 [  7501] By: jhi                                   on 2000/10/31  14:23:59
16290         Log: Subject: perlfaq style changes
16291              From: John Borwick <jhborwic@unity.ncsu.edu>
16292              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
16293              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
16294      Branch: perl
16295            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16296            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16297            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16298            ! pod/perlfaq9.pod
16299 ____________________________________________________________________________
16300 [  7500] By: jhi                                   on 2000/10/31  14:22:15
16301         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
16302              
16303              Subject: Re: [ID 20000918.005] ~ on wide chars
16304              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16305              Date: Mon, 30 Oct 2000 21:09:55 -0800
16306              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
16307              
16308              (The ord() part of the patch skipped.)
16309      Branch: perl
16310            ! doop.c
16311 ____________________________________________________________________________
16312 [  7499] By: jhi                                   on 2000/10/31  14:20:08
16313         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
16314              From: Jens Hamisch <jens@Strawberry.COM>
16315              Date: Mon, 30 Oct 2000 15:17:07 +0100
16316              Message-Id: <20001030151707.A9597@Strawberry.COM>
16317      Branch: perl
16318            ! av.c
16319 ____________________________________________________________________________
16320 [  7498] By: jhi                                   on 2000/10/31  14:16:29
16321         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
16322              From: Peter Prymmer <pvhp@forte.com>
16323              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
16324              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
16325      Branch: perl
16326            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
16327            + ext/Encode/Encode/posix-bc.enc
16328            ! MANIFEST t/lib/encode.t
16329 ____________________________________________________________________________
16330 [  7497] By: jhi                                   on 2000/10/31  14:13:22
16331         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
16332              From: Peter Prymmer <pvhp@forte.com>
16333              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
16334              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
16335      Branch: perl
16336            ! t/lib/cgi-html.t
16337 ____________________________________________________________________________
16338 [  7496] By: jhi                                   on 2000/10/31  14:12:05
16339         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
16340              From: Peter Prymmer <pvhp@forte.com>
16341              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
16342              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
16343      Branch: perl
16344            ! t/lib/cgi-function.t
16345 ____________________________________________________________________________
16346 [  7495] By: jhi                                   on 2000/10/31  14:11:08
16347         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
16348              From: Peter Prymmer <pvhp@forte.com>
16349              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
16350              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
16351      Branch: perl
16352            + ext/re/hints/aix.pl
16353            ! MANIFEST ext/re/Makefile.PL
16354 ____________________________________________________________________________
16355 [  7494] By: jhi                                   on 2000/10/31  14:08:32
16356         Log: Use Errno magic.
16357              
16358              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
16359              From: Casey Tweten <perl@ctweten.amsite.com>
16360              Date: Mon, 30 Oct 2000 15:51:17 -0500
16361              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
16362      Branch: perl
16363            ! lib/File/Temp.pm
16364 ____________________________________________________________________________
16365 [  7493] By: jhi                                   on 2000/10/31  14:05:07
16366         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
16367              
16368              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
16369              From: Nicholas Clark <nick@ccl4.org>
16370              Date: Mon, 30 Oct 2000 17:38:45 +0000
16371              Message-ID: <20001030173845.O60355@plum.flirble.org>
16372      Branch: perl
16373            ! Makefile.SH utils/perlbug.PL
16374 ____________________________________________________________________________
16375 [  7492] By: nick                                  on 2000/10/30  19:37:23
16376         Log: Change files which are mysteriously different to mainline to be
16377              copies of mainline.
16378      Branch: perlio
16379            ! objXSUB.h perlapi.c pod/perlapi.pod
16380 ____________________________________________________________________________
16381 [  7491] By: nick                                  on 2000/10/30  18:05:54
16382         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
16383              - typo in endian code in putc.
16384              - Don't allow read of write-only files and vice-versa
16385              - and off-by-one in flush-all loop.
16386              Remove debug calls as they were using GCC specific features.
16387      Branch: perlio
16388            ! perlio.c
16389 ____________________________________________________________________________
16390 [  7490] By: nick                                  on 2000/10/29  21:45:45
16391         Log: Integrate mainline to perlio
16392      Branch: perlio
16393           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
16394           !> toke.c
16395 ____________________________________________________________________________
16396 [  7489] By: jhi                                   on 2000/10/29  21:11:08
16397         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
16398              From: andreas.koenig@anima.de (Andreas J. Koenig)
16399              Date: 29 Oct 2000 22:05:59 +0100
16400              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
16401      Branch: perl
16402            ! lib/ExtUtils/Manifest.pm
16403 ____________________________________________________________________________
16404 [  7488] By: jhi                                   on 2000/10/29  21:07:47
16405         Log: Tests for #7487.
16406              
16407              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
16408              From: andreas.koenig@anima.de (Andreas J. Koenig)
16409              Date: 29 Oct 2000 19:37:09 +0100
16410              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
16411      Branch: perl
16412            ! t/comp/proto.t
16413 ____________________________________________________________________________
16414 [  7487] By: jhi                                   on 2000/10/29  21:06:27
16415         Log: constsub spillage.
16416              
16417              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
16418              From: John Tobey <jtobey@john-edwin-tobey.org>
16419              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
16420              Message-Id: <m13pvSr-000FObC@feynman.localnet>
16421      Branch: perl
16422            ! op.c
16423 ____________________________________________________________________________
16424 [  7486] By: nick                                  on 2000/10/29  21:05:04
16425         Log: Integrate mainline to perlio branch
16426      Branch: perlio
16427           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
16428           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
16429           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
16430           +> vos/install_perl.cm
16431            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
16432            - vos/config.h vos/config_h.SH_orig
16433           !> (integrate 141 files)
16434 ____________________________________________________________________________
16435 [  7485] By: jhi                                   on 2000/10/29  21:00:47
16436         Log: Make \x{...} consistently produce UTF-8.
16437              
16438              Subject: Re: \x{...} is confused 
16439              From: Simon Cozens <simon@cozens.net>
16440              Date: Sun, 29 Oct 2000 19:36:48 +0000
16441              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
16442      Branch: perl
16443            ! t/pragma/utf8.t toke.c
16444 ____________________________________________________________________________
16445 [  7484] By: nick                                  on 2000/10/29  20:05:29
16446         Log: PerlIO passes all tests.
16447      Branch: perlio
16448            ! perlio.c
16449 ____________________________________________________________________________
16450 [  7483] By: jhi                                   on 2000/10/29  18:06:55
16451         Log: Update Changes.
16452      Branch: perl
16453            ! Changes patchlevel.h
16454 ____________________________________________________________________________
16455 [  7482] By: nick                                  on 2000/10/29  17:43:28
16456         Log: Include <unistd.h> to get correct lseek() prototype etc.
16457              (I thought perl.h did that) - down to two fails
16458              - comp/require.t (last test)
16459              - lib/io_xs.t - possibly import/export of FILE * ?
16460      Branch: perlio
16461            ! perlio.c
16462 ____________________________________________________________________________
16463 [  7481] By: jhi                                   on 2000/10/29  17:02:37
16464         Log: UTF-8 decoder tweak.
16465      Branch: perl
16466            ! utf8.c
16467 ____________________________________________________________________________
16468 [  7480] By: nick                                  on 2000/10/29  16:26:11
16469         Log: Fixed two bugs:
16470              - error code not being set on close (of broken pipe)
16471              - append mode was truncating.
16472              At least one seek/tell bug remains.
16473      Branch: perlio
16474            ! perlio.c
16475 ____________________________________________________________________________
16476 [  7479] By: nick                                  on 2000/10/29  11:18:16
16477         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
16478              in case of accidents. Still several worrying fails, no line disciplines yet.
16479      Branch: perlio
16480            ! iperlsys.h perlio.c
16481 ____________________________________________________________________________
16482 [  7478] By: jhi                                   on 2000/10/29  02:04:01
16483         Log: Add also emailless people.
16484      Branch: perl
16485            ! AUTHORS
16486 ____________________________________________________________________________
16487 [  7477] By: jhi                                   on 2000/10/29  01:36:00
16488         Log: The #7476 needs a MANIFEST change, too.
16489      Branch: perl
16490            ! MANIFEST
16491 ____________________________________________________________________________
16492 [  7476] By: jhi                                   on 2000/10/29  01:35:21
16493         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
16494      Branch: perl
16495            - MAINTAIN
16496            ! AUTHORS Changes
16497 ____________________________________________________________________________
16498 [  7475] By: jhi                                   on 2000/10/28  23:57:25
16499         Log: De-quoted-unreadable to ISO Latin 1.
16500              (There's one ISO-2022-JP name in Changes5.004.)
16501      Branch: perl
16502            ! Changes Changes5.6
16503 ____________________________________________________________________________
16504 [  7474] By: jhi                                   on 2000/10/28  19:13:06
16505         Log: Subject: [ID 20001027.007] uniq array in perlfaq
16506              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
16507              Date: Fri, 27 Oct 2000 19:28:30 +0200
16508              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
16509      Branch: perl
16510            ! pod/perlfaq4.pod
16511 ____________________________________________________________________________
16512 [  7473] By: jhi                                   on 2000/10/28  18:02:05
16513         Log: Locking null mutexes is not recommendable.
16514              
16515              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
16516              From: Hugo <hv@crypt.compulink.co.uk>
16517              Date: Sat, 28 Oct 2000 18:41:12 +0100
16518              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
16519      Branch: perl
16520            ! op.c
16521 ____________________________________________________________________________
16522 [  7472] By: jhi                                   on 2000/10/28  17:52:58
16523         Log: Better create a true mailing list for the repository keepers.
16524      Branch: perl
16525            ! Porting/repository.pod
16526 ____________________________________________________________________________
16527 [  7471] By: jhi                                   on 2000/10/28  17:28:24
16528         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
16529              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
16530      Branch: perl
16531            + Porting/repository.pod
16532            ! MANIFEST
16533 ____________________________________________________________________________
16534 [  7470] By: jhi                                   on 2000/10/28  17:20:54
16535         Log: Subject: DOC PATCH 5.6.0
16536              From: mjd@plover.com
16537              Date: 27 Oct 2000 17:32:44 -0000
16538              Message-ID: <20001027173244.23754.qmail@plover.com>
16539      Branch: perl
16540            ! pod/perlfunc.pod
16541 ____________________________________________________________________________
16542 [  7469] By: jhi                                   on 2000/10/28  17:16:45
16543         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
16544              From: "Peter J. Farley III" <pjfarley@banet.net>
16545              Date: Fri, 27 Oct 2000 20:32:56 -0400
16546              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
16547      Branch: perl
16548            ! README.dos
16549 ____________________________________________________________________________
16550 [  7468] By: jhi                                   on 2000/10/28  17:07:18
16551         Log: Make target reordering to avoid pointless re-makes.
16552              
16553              Subject: Re: Total re-make of 'make okfile' after 7451 ?
16554              From: Nicholas Clark <nick@ccl4.org>
16555              Date: Sat, 28 Oct 2000 00:31:02 +0100
16556              Message-ID: <20001028003101.A54517@plum.flirble.org>
16557      Branch: perl
16558            ! Makefile.SH
16559 ____________________________________________________________________________
16560 [  7467] By: jhi                                   on 2000/10/28  17:05:31
16561         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
16562              From: lvirden@cas.org
16563              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
16564              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
16565      Branch: perl
16566            ! README.os2
16567 ____________________________________________________________________________
16568 [  7466] By: jhi                                   on 2000/10/28  16:09:16
16569         Log: Upgrade to CPAN 1.58_55.
16570              
16571              Subject: CPAN.pm status
16572              From: andreas.koenig@anima.de (Andreas J. Koenig) 
16573              Date: 28 Oct 2000 08:18:00 +0200 
16574              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
16575      Branch: perl
16576            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16577 ____________________________________________________________________________
16578 [  7465] By: jhi                                   on 2000/10/28  16:02:47
16579         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
16580      Branch: perl
16581            ! embed.h embed.pl perl.h proto.h toke.c
16582 ____________________________________________________________________________
16583 [  7464] By: nick                                  on 2000/10/28  10:43:44
16584         Log: Fix for sv_2iv() on "shared" value from keys %hash.
16585      Branch: perl
16586            ! sv.c
16587 ____________________________________________________________________________
16588 [  7463] By: jhi                                   on 2000/10/27  16:18:29
16589         Log: Update Changes.
16590      Branch: perl
16591            ! Changes patchlevel.h
16592 ____________________________________________________________________________
16593 [  7462] By: jhi                                   on 2000/10/27  16:17:44
16594         Log: Too enthusiastic editing in #7460.
16595      Branch: metaconfig
16596            ! U/modified/Oldsym.U
16597      Branch: perl
16598            ! Configure config_h.SH
16599 ____________________________________________________________________________
16600 [  7461] By: jhi                                   on 2000/10/27  15:37:38
16601         Log: Retract #7459, the script needs more work.
16602      Branch: perl
16603            - mkreef
16604            ! MANIFEST
16605 ____________________________________________________________________________
16606 [  7460] By: jhi                                   on 2000/10/27  15:23:14
16607         Log: Use $sort, $uniq (and $tr) consistently as wondered
16608              by Nicholas Clark.
16609      Branch: metaconfig
16610            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
16611            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
16612            ! U/modified/libc.U
16613      Branch: perl
16614            ! Configure config_h.SH
16615 ____________________________________________________________________________
16616 [  7459] By: jhi                                   on 2000/10/27  15:02:07
16617         Log: (Retracted by #7461)
16618              
16619              Add a shell script for creating/removing symbolic link farms,
16620              useful for keeping the source code read-only and doing the
16621              builds somewhere else.
16622      Branch: perl
16623            + mkreef
16624            ! MANIFEST
16625 ____________________________________________________________________________
16626 [  7458] By: jhi                                   on 2000/10/27  14:42:20
16627         Log: Do away with the fix_pl.
16628      Branch: perl
16629            - fix_pl
16630            ! MANIFEST Makefile.SH
16631 ____________________________________________________________________________
16632 [  7457] By: jhi                                   on 2000/10/27  12:43:13
16633         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
16634              From: Jens Hamisch <jens@Strawberry.COM>
16635              Date: Fri, 27 Oct 2000 14:38:21 +0200
16636              Message-Id: <20001027143821.B3366@Strawberry.COM>
16637      Branch: perl
16638            ! perl.h
16639 ____________________________________________________________________________
16640 [  7456] By: jhi                                   on 2000/10/27  12:33:42
16641         Log: Subject: [PATCH] todo
16642              From: Nicholas Clark <nick@ccl4.org>
16643              Date: Thu, 26 Oct 2000 22:32:29 +0100
16644              Message-ID: <20001026223229.A44540@plum.flirble.org>
16645      Branch: perl
16646            ! pod/perltodo.pod
16647 ____________________________________________________________________________
16648 [  7455] By: jhi                                   on 2000/10/27  12:02:21
16649         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
16650              From: John Tobey <jtobey@john-edwin-tobey.org>
16651              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
16652              Message-Id: <m13ozHF-000FObC@feynman.localnet>
16653      Branch: perl
16654            ! op.c t/pragma/sub_lval.t
16655 ____________________________________________________________________________
16656 [  7454] By: jhi                                   on 2000/10/27  11:59:42
16657         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
16658              From: sthoenna@efn.org
16659              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
16660              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
16661      Branch: perl
16662            ! pp.c t/op/assignwarn.t
16663 ____________________________________________________________________________
16664 [  7453] By: jhi                                   on 2000/10/27  00:15:08
16665         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
16666      Branch: perl
16667            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16668            ! ext/Storable/Storable.xs t/lib/st-lock.t
16669 ____________________________________________________________________________
16670 [  7452] By: jhi                                   on 2000/10/26  13:05:52
16671         Log: Undo #7451, this seems to be a deficiency in Perforce,
16672              there is no per-file line-terminator type, only per-client.
16673      Branch: perl
16674            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
16675            ! win32/makefile.mk
16676 ____________________________________________________________________________
16677 [  7451] By: jhi                                   on 2000/10/26  04:56:03
16678         Log: Experimenting in DOS arcana.
16679      Branch: perl
16680            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
16681            ! win32/makefile.mk
16682 ____________________________________________________________________________
16683 [  7450] By: jhi                                   on 2000/10/26  04:50:52
16684         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
16685              From: "Peter J. Farley III" <pjfarley@banet.net>            
16686              Date: Wed, 25 Oct 2000 23:10:18 -0400
16687              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
16688      Branch: perl
16689            ! t/io/open.t
16690 ____________________________________________________________________________
16691 [  7449] By: jhi                                   on 2000/10/26  04:49:16
16692         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
16693              From: Hugo <hv@crypt.compulink.co.uk>
16694              Date: Thu, 26 Oct 2000 01:55:17 +0100
16695              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
16696              
16697              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
16698      Branch: perl
16699            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
16700 ____________________________________________________________________________
16701 [  7448] By: jhi                                   on 2000/10/26  04:38:36
16702         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
16703              From: Peter Prymmer <pvhp@forte.com>
16704              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
16705              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
16706      Branch: perl
16707            ! configure.com
16708 ____________________________________________________________________________
16709 [  7447] By: jhi                                   on 2000/10/25  23:20:02
16710         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
16711              in platforms that strictly require all the symbols being present
16712              at link time.
16713      Branch: perl
16714            ! handy.h
16715 ____________________________________________________________________________
16716 [  7446] By: jhi                                   on 2000/10/25  21:55:57
16717         Log: Update Changes.
16718      Branch: perl
16719            ! Changes patchlevel.h
16720 ____________________________________________________________________________
16721 [  7445] By: jhi                                   on 2000/10/25  21:27:08
16722         Log: Integrate with vmsperl #7430 by Charles Bailey:
16723              
16724              Cleanup from prior patch (Charles Lane?):
16725              - improve handling of MFDs in Basename and Path
16726              - default to no xsubpp line # munging when building debug images
16727      Branch: perl
16728           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
16729 ____________________________________________________________________________
16730 [  7444] By: jhi                                   on 2000/10/25  21:03:50
16731         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
16732              From: John Peacock <JPeacock@UnivPress.com>
16733              Date: Thu, 18 May 2000 11:55:27 -0400
16734              Message-ID: <3924126F.A58BE57A@UnivPress.com>
16735      Branch: perl
16736            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
16737            ! t/op/write.t
16738 ____________________________________________________________________________
16739 [  7443] By: jhi                                   on 2000/10/25  20:43:10
16740         Log: Temporary stopgap for the self-tying issue: for now only
16741              array and hash self-ties are verboten.  The real fix, of
16742              course, would be to comprehensively test (and implement?)
16743              and debug (and document) self-ties.
16744      Branch: perl
16745            ! pod/perldiag.pod pp_sys.c t/op/tie.t
16746 ____________________________________________________________________________
16747 [  7442] By: jhi                                   on 2000/10/25  20:14:30
16748         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
16749              From: Dan Sugalski <dan@sidhe.org>
16750              Date: Wed, 25 Oct 2000 13:36:35 -0400
16751              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
16752              
16753              plus regen global.sym.
16754      Branch: perl
16755            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
16756            ! thrdvar.h util.c
16757 ____________________________________________________________________________
16758 [  7441] By: jhi                                   on 2000/10/25  20:12:20
16759         Log: buildtoc target tweaks.
16760      Branch: perl
16761            ! pod/Makefile.SH
16762 ____________________________________________________________________________
16763 [  7440] By: jhi                                   on 2000/10/25  20:03:53
16764         Log: A new version of making the syslog test more robust.
16765              (Replaces #7421.)
16766              
16767              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
16768              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16769              Date: Wed, 25 Oct 2000 12:13:54 -0400
16770              Message-ID: <20001025121354.B2264@O2.chapin.edu>
16771      Branch: perl
16772            ! t/lib/syslog.t
16773 ____________________________________________________________________________
16774 [  7439] By: jhi                                   on 2000/10/25  20:00:48
16775         Log: Continue the internal UTF-8 API tweaking.
16776              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
16777              used much more than the simpler API, now called utf8_to_uv_simple().
16778              Still not quite happy with API, too much partial duplication
16779              of functionality.
16780      Branch: perl
16781            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
16782            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
16783            ! regcomp.c regexec.c sv.c toke.c utf8.c
16784 ____________________________________________________________________________
16785 [  7438] By: jhi                                   on 2000/10/25  18:52:30
16786         Log: Allow poking holes at the UTF-8 decoding strictness.
16787      Branch: perl
16788            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
16789            ! utf8.h
16790 ____________________________________________________________________________
16791 [  7437] By: jhi                                   on 2000/10/25  13:53:05
16792         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
16793              UTF8LEN() and UTF8SKIP(). 
16794      Branch: perl
16795            ! pp.c utf8.c utf8.h
16796 ____________________________________________________________________________
16797 [  7436] By: jhi                                   on 2000/10/25  13:51:37
16798         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
16799              From: Nicholas Clark <nick@ccl4.org>
16800              Date: Wed, 25 Oct 2000 14:44:05 +0100
16801              Message-ID: <20001025144404.D27253@plum.flirble.org>
16802      Branch: perl
16803            ! pod/perlrun.pod
16804 ____________________________________________________________________________
16805 [  7435] By: jhi                                   on 2000/10/25  13:49:32
16806         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
16807              From: Mike Guy <mjtg@cam.ac.uk>
16808              Date: Tue, 24 Oct 2000 14:59:40 +0100
16809              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
16810      Branch: perl
16811            ! scope.c
16812 ____________________________________________________________________________
16813 [  7434] By: jhi                                   on 2000/10/25  13:48:41
16814         Log: AIX is picky about its symbol exports.  Solution for now
16815              is to include the deb.o explicitly to the re extension build.
16816              
16817              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
16818              From: Peter Prymmer <pvhp@forte.com>
16819              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
16820              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
16821      Branch: perl
16822            ! ext/re/Makefile.PL hints/aix.sh
16823 ____________________________________________________________________________
16824 [  7433] By: jhi                                   on 2000/10/25  13:46:49
16825         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
16826              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16827              Date: Wed, 25 Oct 2000 12:02:20 +0200
16828              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
16829      Branch: perl
16830            ! perlsdio.h
16831 ____________________________________________________________________________
16832 [  7432] By: jhi                                   on 2000/10/25  13:44:28
16833         Log: Subject: Minor update to find2perl, for portability
16834              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
16835              Date: Wed, 25 Oct 2000 12:05:47 +0100
16836              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
16837      Branch: perl
16838            ! x2p/find2perl.PL
16839 ____________________________________________________________________________
16840 [  7431] By: jhi                                   on 2000/10/25  13:40:39
16841         Log: Add targets to Makefile.SH, most importantly
16842              'regen_all' which also remembers to update vms/perly*.
16843      Branch: perl
16844            ! Makefile.SH
16845 ____________________________________________________________________________
16846 [  7430] By: bailey                                on 2000/10/25  03:13:53
16847         Log: Cleanup from prior patch (Charles Lane?):
16848              - improve handling of MFDs in Basename and Path
16849              - default to no xsubpp line # munging when building debug images
16850      Branch: vmsperl
16851            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
16852 ____________________________________________________________________________
16853 [  7429] By: jhi                                   on 2000/10/24  20:03:40
16854         Log: Podify README.epoc and README.vos.
16855      Branch: perl
16856            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
16857            ! pod/perlport.pod pod/perltoc.pod
16858 ____________________________________________________________________________
16859 [  7428] By: jhi                                   on 2000/10/24  19:10:33
16860         Log: Stratus VOS updates from Paul Green.
16861      Branch: perl
16862            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16863            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
16864            - vos/config.def vos/config.h vos/config_h.SH_orig
16865            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
16866            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
16867 ____________________________________________________________________________
16868 [  7427] By: jhi                                   on 2000/10/24  18:59:48
16869         Log: Check if stdio supports tweaking lval and cnt simultaneously.
16870              
16871              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
16872              From: Nicholas Clark <nick@ccl4.org>
16873              Date: Mon, 23 Oct 2000 15:39:32 +0100
16874              Message-ID: <20001023153932.A10786@plum.flirble.org>
16875      Branch: metaconfig
16876            ! U/compline/d_stdstdio.U
16877      Branch: perl
16878            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16879            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
16880            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
16881            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
16882            ! vos/config.h vos/config_h.SH_orig win32/config.bc
16883            ! win32/config.gc win32/config.vc
16884 ____________________________________________________________________________
16885 [  7426] By: jhi                                   on 2000/10/24  17:57:44
16886         Log: Missed the header file changes from #7425.
16887      Branch: perl
16888            ! embed.h embed.pl objXSUB.h proto.h
16889 ____________________________________________________________________________
16890 [  7425] By: jhi                                   on 2000/10/24  17:55:17
16891         Log: Fix the bug reported in
16892              
16893              From: andreas.koenig@anima.de (Andreas J. Koenig)
16894              Subject: Encode bug?
16895              Date: 24 Oct 2000 14:01:26 +0200 
16896              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
16897              
16898              Also make is_utf8_char() stricter.
16899      Branch: perl
16900            ! ext/Encode/Encode.xs utf8.c
16901 ____________________________________________________________________________
16902 [  7424] By: jhi                                   on 2000/10/24  15:15:39
16903         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
16904              From: Peter Scott <Peter@PSDT.com>
16905              Date: Mon, 23 Oct 2000 19:46:01 -0700
16906              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
16907      Branch: perl
16908            ! pod/perlfaq5.pod
16909 ____________________________________________________________________________
16910 [  7423] By: jhi                                   on 2000/10/24  14:25:30
16911         Log: Test tweak to avoid pulling in the whole Config.
16912      Branch: perl
16913            ! t/lib/st-lock.t
16914 ____________________________________________________________________________
16915 [  7422] By: jhi                                   on 2000/10/24  14:03:16
16916         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
16917      Branch: perl
16918            ! pp.c
16919 ____________________________________________________________________________
16920 [  7421] By: jhi                                   on 2000/10/24  13:32:09
16921         Log: (Replaced by #7440.)
16922              
16923              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
16924              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16925              Date: Mon, 23 Oct 2000 16:40:54 -0400
16926              Message-ID: <20001023164054.B14491@O2.chapin.edu>
16927      Branch: perl
16928            ! t/lib/syslog.t
16929 ____________________________________________________________________________
16930 [  7420] By: jhi                                   on 2000/10/24  13:30:53
16931         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
16932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16933              Date: Mon, 23 Oct 2000 17:29:03 -0400
16934              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
16935      Branch: perl
16936            ! lib/ExtUtils/MM_Unix.pm
16937 ____________________________________________________________________________
16938 [  7419] By: jhi                                   on 2000/10/24  13:29:57
16939         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
16940              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16941              Date: Mon, 23 Oct 2000 19:01:32 -0400
16942              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
16943      Branch: perl
16944            ! utils/h2xs.PL
16945 ____________________________________________________________________________
16946 [  7418] By: jhi                                   on 2000/10/24  13:26:04
16947         Log: Replace #7409 with
16948              
16949              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
16950              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
16951              Date: Mon, 23 Oct 2000 20:08:56 +0200
16952              Message-ID: <20001023200855.A14850@nice.ram.loc>
16953      Branch: perl
16954            ! ext/Storable/Storable.pm t/lib/st-lock.t
16955 ____________________________________________________________________________
16956 [  7417] By: jhi                                   on 2000/10/24  13:17:52
16957         Log: Run vms/vms_yfix.pl, should have done that after changing
16958              perly.c in #7382.
16959      Branch: perl
16960            ! vms/perly_c.vms vms/perly_h.vms
16961 ____________________________________________________________________________
16962 [  7416] By: jhi                                   on 2000/10/24  02:55:33
16963         Log: Make the UTF-8 decoding stricter and more verbose when
16964              malformation happens.  This involved adding an argument
16965              to utf8_to_uv_chk(), which involved changing its prototype,
16966              and prefer STRLEN over I32 for the UTF-8 length, which as
16967              a domino effect necessitated changing the prototypes of
16968              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
16969              The stricter UTF-8 decoding checking uses Markus Kuhn's
16970              UTF-8 Decode Stress Tester from
16971              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
16972      Branch: perl
16973            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
16974            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
16975            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
16976            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
16977 ____________________________________________________________________________
16978 [  7415] By: jhi                                   on 2000/10/23  14:06:06
16979         Log: Update Changes.
16980      Branch: perl
16981            ! Changes patchlevel.h
16982 ____________________________________________________________________________
16983 [  7414] By: jhi                                   on 2000/10/23  12:39:52
16984         Log: Undo the basename() part of #7412 since the lib/basename
16985              tests would need upgrading too.
16986      Branch: perl
16987            ! lib/File/Basename.pm
16988 ____________________________________________________________________________
16989 [  7413] By: jhi                                   on 2000/10/23  12:19:27
16990         Log: Document PERL_INSTALL_ROOT of #7210.
16991      Branch: perl
16992            ! lib/ExtUtils/Install.pm
16993 ____________________________________________________________________________
16994 [  7412] By: jhi                                   on 2000/10/23  12:16:47
16995         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
16996      Branch: perl
16997            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
16998            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
16999 ____________________________________________________________________________
17000 [  7411] By: jhi                                   on 2000/10/23  12:07:41
17001         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
17002              From: Prymmer/Kahn <pvhp@best.com>
17003              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
17004              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
17005      Branch: perl
17006            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
17007 ____________________________________________________________________________
17008 [  7410] By: jhi                                   on 2000/10/23  04:10:11
17009         Log: The change #7187 was not so good on VMS.
17010              
17011              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
17012              From: "Craig A. Berry" <craig.berry@psinetcs.com>
17013              Date: Sun, 22 Oct 2000 23:03:08 -0500
17014              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
17015      Branch: perl
17016            ! utils/perldoc.PL
17017 ____________________________________________________________________________
17018 [  7409] By: jhi                                   on 2000/10/23  03:57:36
17019         Log: Avoid Storable locking on DJGPP for now.
17020              
17021              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
17022              From: "Peter J. Farley III" <pjfarley@banet.net>
17023              Date: Sun, 22 Oct 2000 20:00:00 -0400
17024              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
17025      Branch: perl
17026            ! ext/Storable/Storable.pm t/lib/st-lock.t
17027 ____________________________________________________________________________
17028 [  7408] By: jhi                                   on 2000/10/23  03:50:24
17029         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
17030              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17031              Date: Sun, 22 Oct 2000 21:12:22 -0400
17032              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
17033      Branch: perl
17034            ! lib/vars.pm
17035 ____________________________________________________________________________
17036 [  7407] By: jhi                                   on 2000/10/23  03:43:12
17037         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
17038              From: Hugo <hv@crypt.compulink.co.uk>
17039              Date: Mon, 23 Oct 2000 00:47:22 +0100
17040              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
17041      Branch: perl
17042            ! regexec.c t/op/pat.t
17043 ____________________________________________________________________________
17044 [  7406] By: jhi                                   on 2000/10/23  03:40:29
17045         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
17046      Branch: perl
17047            ! lib/ExtUtils/MakeMaker.pm
17048 ____________________________________________________________________________
17049 [  7405] By: jhi                                   on 2000/10/22  21:32:00
17050         Log: Doc patch.
17051              
17052              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
17053              From: rspier@pobox.com (Robert Spier)
17054              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
17055              Message-ID: <14835.16112.13457.447971@rls.cx>
17056      Branch: perl
17057            ! lib/strict.pm
17058 ____________________________________________________________________________
17059 [  7404] By: jhi                                   on 2000/10/22  21:30:51
17060         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
17061              From: rspier@pobox.com (Robert Spier)
17062              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
17063              Message-ID: <14835.17223.72448.705566@rls.cx>
17064      Branch: perl
17065            ! lib/ExtUtils/MakeMaker.pm
17066 ____________________________________________________________________________
17067 [  7403] By: jhi                                   on 2000/10/22  21:24:11
17068         Log: Subject: [PATCH bleadperl] ripples from constsub patch
17069              From: John Tobey <jtobey@john-edwin-tobey.org>
17070              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
17071              Message-Id: <m13nSOB-000FObC@feynman.localnet>
17072      Branch: perl
17073            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
17074 ____________________________________________________________________________
17075 [  7402] By: jhi                                   on 2000/10/22  20:59:35
17076         Log: Support s?printf parameter reordering.
17077      Branch: perl
17078            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
17079 ____________________________________________________________________________
17080 [  7401] By: jhi                                   on 2000/10/22  19:19:14
17081         Log: Expand %Config variables only if explicitly so requested
17082              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
17083              
17084              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
17085              From: Gurusamy Sarathy <gsar@ActiveState.com>
17086              Date: Sun, 22 Oct 2000 11:47:32 -0700
17087              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
17088      Branch: perl
17089            ! Makefile.SH lib/lib_pm.PL
17090 ____________________________________________________________________________
17091 [  7400] By: jhi                                   on 2000/10/22  18:24:10
17092         Log: Move the #7390 test from warn/op to comp/redef.
17093              
17094              Subject: Re: Creating const subs for constants.
17095              From: John Tobey <jtobey@john-edwin-tobey.org>
17096              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
17097              Message-Id: <m13nG72-000FObC@feynman.localnet>               
17098      Branch: perl
17099            ! t/comp/redef.t t/pragma/warn/op
17100 ____________________________________________________________________________
17101 [  7399] By: jhi                                   on 2000/10/22  17:49:59
17102         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
17103              From: Nicholas Clark <nick@ccl4.org>
17104              Date: Sat, 21 Oct 2000 22:23:19 +0100
17105              Message-ID: <20001021222319.B45586@plum.flirble.org>
17106      Branch: perl
17107            ! ext/DynaLoader/DynaLoader_pm.PL
17108 ____________________________________________________________________________
17109 [  7398] By: jhi                                   on 2000/10/22  17:47:35
17110         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
17111              From: Hugo <hv@crypt.compulink.co.uk>
17112              Date: Sat, 21 Oct 2000 18:19:59 +0100
17113              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
17114      Branch: perl
17115            ! ext/B/B.pm ext/B/B/C.pm
17116 ____________________________________________________________________________
17117 [  7397] By: jhi                                   on 2000/10/22  17:35:18
17118         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
17119              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17120              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
17121              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
17122      Branch: perl
17123            ! hints/openbsd.sh
17124 ____________________________________________________________________________
17125 [  7396] By: jhi                                   on 2000/10/22  17:19:46
17126         Log: Subject: installman go-faster stripes
17127              From: Nicholas Clark <nick@talking.bollo.cx>
17128              Date: Sat, 21 Oct 2000 17:24:53 +0100
17129              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
17130              
17131              Subject: Re: installman go-faster stripes
17132              From: Russ Allbery <rra@stanford.edu>
17133              Date: 21 Oct 2000 11:04:13 -0700
17134              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
17135      Branch: perl
17136            ! installman pod/pod2man.PL
17137 ____________________________________________________________________________
17138 [  7395] By: jhi                                   on 2000/10/22  17:17:35
17139         Log: Hints tweak from Anton Berezin.
17140      Branch: perl
17141            ! hints/freebsd.sh
17142 ____________________________________________________________________________
17143 [  7394] By: jhi                                   on 2000/10/22  04:50:04
17144         Log: Tweak the Is* definitions of Unicode character classes
17145              to better match the official categorizations; embrace
17146              the official categorizations; add the combining marks
17147              as alpha (and -numeric); fix DCinital (a typo and edito)
17148              to be DCmedial.
17149      Branch: perl
17150            + lib/unicode/Is/DCmedial.pl
17151            - lib/unicode/Is/DCinital.pl
17152            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17153            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
17154            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
17155            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17156 ____________________________________________________________________________
17157 [  7393] By: jhi                                   on 2000/10/21  18:06:05
17158         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
17159              From: Daniel Chetlin <daniel@chetlin.com>
17160              Date: Sat, 21 Oct 2000 02:57:03 -0700
17161              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
17162      Branch: perl
17163            + t/lib/tie-splice.t
17164            ! MANIFEST lib/Tie/Array.pm
17165 ____________________________________________________________________________
17166 [  7392] By: gsar                                  on 2000/10/21  18:05:15
17167         Log: resync utfperl branch with mainline
17168      Branch: utfperl
17169           !> (integrate 1760 files)
17170 ____________________________________________________________________________
17171 [  7391] By: jhi                                   on 2000/10/21  14:37:49
17172         Log: Testcases for a #7383,#7385 related bug.
17173              
17174              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
17175              From: Nicholas Clark <nick@ccl4.org>
17176              Date: Sat, 21 Oct 2000 15:04:51 +0100
17177              Message-ID: <20001021150451.A51566@plum.flirble.org>
17178      Branch: perl
17179            ! t/pragma/utf8.t
17180 ____________________________________________________________________________
17181 [  7390] By: jhi                                   on 2000/10/21  14:35:57
17182         Log: Add a testcase for #7389.
17183      Branch: perl
17184            ! t/pragma/warn/op
17185 ____________________________________________________________________________
17186 [  7389] By: jhi                                   on 2000/10/21  14:26:45
17187         Log: Subject: Re: Creating const subs for constants.
17188              From: John Tobey <jtobey@john-edwin-tobey.org>
17189              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
17190              Message-Id: <m13mo0N-000FObC@feynman.localnet>
17191      Branch: perl
17192            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
17193            ! proto.h sv.c
17194 ____________________________________________________________________________
17195 [  7388] By: nick                                  on 2000/10/21  11:44:23
17196         Log: Populate perlio branch
17197      Branch: perlio
17198           +> (branch 1760 files)
17199 ____________________________________________________________________________
17200 [  7387] By: nick                                  on 2000/10/21  10:52:05
17201         Log: Get branch back as replica of mainline via :
17202              p4 integrate -b utfperl
17203              p4 resolve -at ./...
17204      Branch: utfperl
17205           +> (branch 269 files)
17206            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
17207            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
17208            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
17209            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
17210            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
17211            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17212            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17213            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17214            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
17215            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
17216            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
17217            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
17218            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
17219            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
17220            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
17221            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
17222            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
17223            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
17224            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
17225            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
17226            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
17227            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
17228            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
17229            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
17230            - lib/unicode/UCD300.html lib/unicode/Unicode.300
17231            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
17232            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
17233            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
17234            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
17235           !> (integrate 965 files)
17236 ____________________________________________________________________________
17237 [  7386] By: jhi                                   on 2000/10/21  01:31:12
17238         Log: Update Changes.
17239      Branch: perl
17240            ! Changes patchlevel.h
17241 ____________________________________________________________________________
17242 [  7385] By: jhi                                   on 2000/10/21  01:28:42
17243         Log: The #7383 was right only in the context of the original bug report,
17244              not in more general case.
17245      Branch: perl
17246            ! pp_hot.c
17247 ____________________________________________________________________________
17248 [  7384] By: jhi                                   on 2000/10/21  01:08:23
17249         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
17250      Branch: perl
17251            ! ext/IO/lib/IO/Select.pm
17252 ____________________________________________________________________________
17253 [  7383] By: jhi                                   on 2000/10/21  00:44:18
17254         Log: Fix for ID 20001020.006, concatenating an unset submatch
17255              with utf8 resulted in "Modification of a read-only value".
17256      Branch: perl
17257            ! pp_hot.c t/pragma/utf8.t
17258 ____________________________________________________________________________
17259 [  7382] By: jhi                                   on 2000/10/20  20:44:31
17260         Log: Make scan_num() reëntrant, as suggested in
17261              
17262              Subject: [PATCH perl@7229] Rentrant parser and yylex()
17263              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17264              Date: Fri, 20 Oct 2000 14:17:27 +0100
17265              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
17266      Branch: perl
17267            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
17268            ! toke.c
17269 ____________________________________________________________________________
17270 [  7381] By: jhi                                   on 2000/10/20  20:07:29
17271         Log: Reëntrancy fix.
17272              
17273              Subject: [PATCH perl@7229] Rentrant parser and yylex()
17274              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
17275              Date: Fri, 20 Oct 2000 14:17:27 +0100
17276              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
17277      Branch: perl
17278            ! embed.h embed.pl perl.h proto.h toke.c
17279 ____________________________________________________________________________
17280 [  7380] By: jhi                                   on 2000/10/20  19:15:54
17281         Log: Don't write double values through long double pointers,
17282              based on a part of
17283              
17284              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
17285              From: Jens Hamisch <jens@Strawberry.COM>
17286              Date: Tue, 17 Oct 2000 08:39:36 +0200
17287              Message-Id: <20001017083936.A11104@Strawberry.COM>
17288      Branch: perl
17289            ! perl.h pp.c
17290 ____________________________________________________________________________
17291 [  7379] By: jhi                                   on 2000/10/20  18:43:37
17292         Log: Portability tweak on #7377.
17293              
17294              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
17295              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17296              Date:     Fri, 20 Oct 2000 13:13:41 EDT
17297              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
17298      Branch: perl
17299            ! t/lib/dprof.t
17300 ____________________________________________________________________________
17301 [  7378] By: jhi                                   on 2000/10/20  12:57:19
17302         Log: SOCKS function redefinitions need prototypes, too, otherwise
17303              for example 32 bit versus 64 bit differences cause a lot of
17304              problems.  Part of
17305              
17306              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
17307              From: Jens Hamisch <jens@Strawberry.COM>
17308              Date: Tue, 17 Oct 2000 08:39:36 +0200
17309              Message-Id: <20001017083936.A11104@Strawberry.COM>
17310      Branch: perl
17311            ! doio.c pp_sys.c
17312 ____________________________________________________________________________
17313 [  7377] By: jhi                                   on 2000/10/20  12:37:12
17314         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
17315              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17316              Date:     Fri, 20 Oct 2000 08:26:04 EDT
17317              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
17318      Branch: perl
17319            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
17320 ____________________________________________________________________________
17321 [  7376] By: jhi                                   on 2000/10/20  12:35:31
17322         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
17323              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17324              Date:     Fri, 20 Oct 2000 07:48:15 EDT
17325              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
17326      Branch: perl
17327            ! configure.com vms/gen_shrfls.pl
17328 ____________________________________________________________________________
17329 [  7375] By: bailey                                on 2000/10/20  04:44:37
17330         Log: SYN SYN
17331      Branch: vmsperl
17332           +> (branch 134 files)
17333            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
17334            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
17335            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
17336            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
17337            - eg/cgi/frameset.cgi eg/cgi/index.html
17338            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17339            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17340            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17341            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
17342            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
17343            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
17344            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
17345            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
17346            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
17347            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
17348            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
17349            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
17350            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
17351            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
17352            - lib/unicode/Props.txt lib/unicode/UCD300.html
17353            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
17354            - utils/perlbc.PL vms/subconfigure.com
17355           !> (integrate 785 files)
17356 ____________________________________________________________________________
17357 [  7374] By: jhi                                   on 2000/10/20  00:59:48
17358         Log: In the latest compiler builds cccdlflags must not become -fpic,
17359              from Wilfredo Sánchez.
17360      Branch: perl
17361            ! hints/darwin.sh
17362 ____________________________________________________________________________
17363 [  7373] By: jhi                                   on 2000/10/20  00:56:35
17364         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
17365              From: Tony Cook <tony@develop-help.com>
17366              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
17367              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
17368      Branch: perl
17369            ! pod/perlop.pod
17370 ____________________________________________________________________________
17371 [  7372] By: jhi                                   on 2000/10/19  19:34:40
17372         Log: Typo noted by Mark Lutz.
17373      Branch: perl
17374            ! t/op/64bitint.t
17375 ____________________________________________________________________________
17376 [  7371] By: jhi                                   on 2000/10/19  19:33:13
17377         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
17378      Branch: metaconfig
17379            ! U/modified/Cppsym.U U/modified/Oldconfig.U
17380      Branch: metaconfig/U/perl
17381            ! End.U dlsrc.U libperl.U
17382      Branch: perl
17383            + hints/nonstopux.sh
17384            ! Configure MANIFEST config_h.SH
17385 ____________________________________________________________________________
17386 [  7370] By: jhi                                   on 2000/10/19  17:18:08
17387         Log: Subject: PATCH do_print has 2 PerlIO_error()s
17388              From: nick@ccl4.org
17389              Date: Thu, 19 Oct 2000 18:09:20 +0100
17390              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
17391      Branch: perl
17392            ! doio.c
17393 ____________________________________________________________________________
17394 [  7369] By: jhi                                   on 2000/10/19  14:01:49
17395         Log: Update Changes.
17396      Branch: perl
17397            ! Changes patchlevel.h
17398 ____________________________________________________________________________
17399 [  7368] By: jhi                                   on 2000/10/19  13:04:29
17400         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
17401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17402              Date: Wed, 18 Oct 2000 13:12:01 +0200
17403              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
17404      Branch: perl
17405            ! hints/aix.sh
17406 ____________________________________________________________________________
17407 [  7367] By: jhi                                   on 2000/10/19  02:22:40
17408         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
17409              of a 'pmshort' anywhere in the B, so the offending line was simply
17410              removed.
17411      Branch: perl
17412            ! ext/B/B/Debug.pm
17413 ____________________________________________________________________________
17414 [  7366] By: jhi                                   on 2000/10/19  02:12:37
17415         Log: Add the test case for the bug id 20000730.004 which seems
17416              to have been fixed by now.
17417      Branch: perl
17418            ! t/pragma/utf8.t
17419 ____________________________________________________________________________
17420 [  7365] By: jhi                                   on 2000/10/18  23:36:24
17421         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
17422              From: Hugo <hv@crypt.compulink.co.uk>
17423              Date: Wed, 18 Oct 2000 23:25:58 +0100
17424              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
17425      Branch: perl
17426            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
17427 ____________________________________________________________________________
17428 [  7364] By: jhi                                   on 2000/10/18  21:12:53
17429         Log: (retracted)
17430      Branch: perl
17431            ! pp.c
17432 ____________________________________________________________________________
17433 [  7363] By: jhi                                   on 2000/10/18  20:55:38
17434         Log: Missing change from #7362.
17435      Branch: perl
17436            ! win32/perlhost.h
17437 ____________________________________________________________________________
17438 [  7362] By: jhi                                   on 2000/10/18  20:52:01
17439         Log: Borland C fstat() never saw the fd as writable.
17440              
17441              Subject: fix for Borland's weak "stat" (perl@7211)
17442              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17443              Date: Mon, 16 Oct 2000 09:55:03 +0400
17444              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
17445      Branch: perl
17446            ! win32/win32.c
17447 ____________________________________________________________________________
17448 [  7361] By: jhi                                   on 2000/10/18  17:43:50
17449         Log: Regen toc.
17450      Branch: perl
17451            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
17452 ____________________________________________________________________________
17453 [  7360] By: jhi                                   on 2000/10/18  17:07:44
17454         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17455              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
17456              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
17457              Date: Mon, 16 Oct 2000 15:19:49 +0200
17458      Branch: perl
17459            + README.aix
17460            ! MANIFEST
17461 ____________________________________________________________________________
17462 [  7359] By: jhi                                   on 2000/10/18  17:04:49
17463         Log: Subject: Pod patch for Devel::Peek
17464              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17465              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
17466              Date: Mon, 16 Oct 2000 12:26:34 +0200
17467      Branch: perl
17468            ! ext/Devel/Peek/Peek.pm
17469 ____________________________________________________________________________
17470 [  7358] By: jhi                                   on 2000/10/18  17:03:15
17471         Log: Make Cwd more bulletproof in chrooted environments.
17472              
17473              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
17474              From: "Eric E. Coe" <Eric.Coe@oracle.com>
17475              Date: Wed, 18 Oct 2000 04:03:54 -0400
17476              Message-Id: <39ED596A.70E599FE@oracle.com>
17477      Branch: perl
17478            ! lib/Cwd.pm
17479 ____________________________________________________________________________
17480 [  7357] By: jhi                                   on 2000/10/18  16:37:26
17481         Log: Disable the UTF8 downgrade croakage for now to avoid
17482              too many not okay messages.
17483      Branch: perl
17484            ! doio.c
17485 ____________________________________________________________________________
17486 [  7356] By: jhi                                   on 2000/10/17  23:29:41
17487         Log: Show the failed remote port, instead of the failing line number.
17488              
17489              Subject: [PATCH 5.6.1 Debugger] More diagnostics
17490              From: David Sparks <daves@ActiveState.com>
17491              Date: Tue, 17 Oct 2000 15:00:24 -0700
17492              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
17493      Branch: perl
17494            ! lib/perl5db.pl
17495 ____________________________________________________________________________
17496 [  7355] By: jhi                                   on 2000/10/17  14:11:31
17497         Log: On output try to downgrade to bytes, croak if impossible,
17498              from Simon Cozens.  This means that outputting >255 UTF8
17499              is impossible.  Consider this as a strong incentive to get
17500              the I/O disciplines implemented.
17501      Branch: perl
17502            ! doio.c pod/perldiag.pod sv.c
17503 ____________________________________________________________________________
17504 [  7354] By: jhi                                   on 2000/10/17  13:42:23
17505         Log: Clarify documentation on 'use bytes'.
17506              
17507              Subject: Re: What does 'use bytes' "mean" ?
17508              From: Simon Cozens <simon@cozens.net>
17509              Date: Mon, 18 Sep 2000 18:24:25 +0100
17510              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
17511      Branch: perl
17512            ! lib/bytes.pm
17513 ____________________________________________________________________________
17514 [  7353] By: jhi                                   on 2000/10/17  13:28:12
17515         Log: Workaround for a sfio bug where the stream error indicator
17516              is not cleared as documented.
17517              
17518              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
17519              From: Nicholas Clark <nick@ccl4.org>
17520              Date: Mon, 16 Oct 2000 18:28:23 +0100
17521              Message-ID: <20001016182823.J19700@plum.flirble.org>
17522      Branch: perl
17523            ! doio.c
17524 ____________________________________________________________________________
17525 [  7352] By: jhi                                   on 2000/10/17  13:06:19
17526         Log: More IoTYPE sprinkling.
17527      Branch: perl
17528            ! doio.c pp_hot.c
17529 ____________________________________________________________________________
17530 [  7351] By: jhi                                   on 2000/10/16  22:47:07
17531         Log: Detect early whether the std streams have gone bad.
17532              
17533              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
17534              Date: Mon, 16 Oct 2000 23:28:42 +0100
17535              From: Nicholas Clark <nick@ccl4.org>
17536              Message-ID: <20001016232842.A37942@plum.flirble.org>
17537      Branch: perl
17538            ! t/op/misc.t
17539 ____________________________________________________________________________
17540 [  7350] By: jhi                                   on 2000/10/16  22:45:16
17541         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
17542              From: "Peter J. Farley III" <pjfarley@banet.net>
17543              Date: Mon, 16 Oct 2000 18:15:59 -0400
17544              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
17545      Branch: perl
17546            ! djgpp/djgpp.c dosish.h t/io/open.t
17547 ____________________________________________________________________________
17548 [  7349] By: jhi                                   on 2000/10/16  22:36:45
17549         Log: perldelta tweak.
17550      Branch: perl
17551            ! pod/perldelta.pod
17552 ____________________________________________________________________________
17553 [  7348] By: jhi                                   on 2000/10/16  15:17:53
17554         Log: Update Changes.
17555      Branch: perl
17556            ! Changes patchlevel.h
17557 ____________________________________________________________________________
17558 [  7347] By: jhi                                   on 2000/10/16  13:55:27
17559         Log: Add the capability to include/exclude branches.
17560      Branch: perl
17561            ! Porting/genlog
17562 ____________________________________________________________________________
17563 [  7346] By: jhi                                   on 2000/10/16  13:18:04
17564         Log: Add Charles Lane.
17565      Branch: perl
17566            ! AUTHORS Changes
17567 ____________________________________________________________________________
17568 [  7345] By: jhi                                   on 2000/10/16  13:13:21
17569         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
17570      Branch: perl
17571            ! pod/perldelta.pod
17572 ____________________________________________________________________________
17573 [  7344] By: gsar                                  on 2000/10/16  09:30:21
17574         Log: integrate change#6220 from cfgperl
17575              
17576              Win32 patches from Benjamin Stuhl.
17577      Branch: maint-5.6/perl
17578           !> makedef.pl win32/win32.h
17579 ____________________________________________________________________________
17580 [  7343] By: gsar                                  on 2000/10/16  08:32:19
17581         Log: integrate changes#6221,6222 from cfgperl
17582              
17583              Remove tr///CU (the feature is to be obsoleted by better interfaces).
17584              From: simon@brecon.co.uk (Simon Cozens)
17585              Subject: [PATCH] Eliminate tr///[CU][CU]
17586              Date: 23 Jun 2000 11:05:40 GMT
17587              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
17588              
17589              doc typo fix
17590              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
17591              From: Ian Phillipps <Ian.Phillipps@iname.com>
17592              Date: Fri, 23 Jun 2000 10:40:58 +0100
17593              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
17594      Branch: maint-5.6/perl
17595           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
17596 ____________________________________________________________________________
17597 [  7342] By: gsar                                  on 2000/10/16  08:28:08
17598         Log: integrate change#6217 from cfgperl (in part)
17599              
17600              Rename the fdpid locking and integrate with Sarathy.
17601      Branch: maint-5.6/perl
17602           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
17603           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
17604           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
17605           !> win32/win32.c
17606 ____________________________________________________________________________
17607 [  7341] By: gsar                                  on 2000/10/16  08:23:39
17608         Log: integrate changes#6214..6216 from mainline
17609              
17610              @_ can't have junk in it even in the non-USE_ITHREADS case because
17611              caller() wants to populate @DB::args with it (causes a coredump
17612              in Carp::confess())
17613              
17614              tweak comment about @DB::args
17615              
17616              be more optimal about clearing @_
17617      Branch: maint-5.6/perl
17618           !> av.h cop.h pp_ctl.c t/op/runlevel.t
17619 ____________________________________________________________________________
17620 [  7340] By: gsar                                  on 2000/10/16  08:20:37
17621         Log: integrate changes#6207..6210 from cfgperl
17622              
17623              Subject: [PATCH 5.6.0] Threadsafe patches
17624              From: Dan Sugalski <dan@sidhe.org>
17625              To: perl5-porters@perl.org
17626              Date: Mon, 08 May 2000 18:08:13 -0400
17627              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
17628              
17629              Regen headers for #6207.
17630              
17631              Lock PL_fdpid against race conditions, based on:
17632              Subject: [PATCH 5.6.0]subprocess fixup for threads
17633              From: Dan Sugalski <dan@sidhe.org>
17634              To: perl5-porters@perl.org
17635              Date: Tue, 11 Apr 2000 17:02:32 -0400
17636              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
17637              
17638              Mopup for #6207 and #6209.
17639      Branch: maint-5.6/perl
17640           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
17641           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
17642           !> win32/win32.c
17643 ____________________________________________________________________________
17644 [  7339] By: gsar                                  on 2000/10/16  08:14:34
17645         Log: integrate change#6203 from cfgperl
17646              
17647              perldiag should refer to perlos2.pod not README.os2
17648      Branch: maint-5.6/perl
17649           !> pod/perldiag.pod
17650 ____________________________________________________________________________
17651 [  7338] By: gsar                                  on 2000/10/16  08:11:42
17652         Log: integrate change#6201 from mainline
17653              
17654              Perl_eval_pv() leaks 4 bytes every time it is called because it
17655              does a PUSHMARK that's never ever POPMARKed; in general, only
17656              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
17657              Perl_eval_[sp]v() don't because they don't take any incoming
17658              arguments (this leak has been around since the original version
17659              of perl_eval_pv() in 5.003_97e)
17660      Branch: maint-5.6/perl
17661           !> perl.c
17662 ____________________________________________________________________________
17663 [  7337] By: gsar                                  on 2000/10/16  08:08:47
17664         Log: integrate changes#6197..6200 from cfgperl
17665              
17666              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
17667              From: John Borwick <jhborwic@unity.ncsu.edu>
17668              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
17669              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
17670              
17671              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
17672              From: Dan Sugalski <dan@sidhe.org>
17673              To: vmsperl@perl.org, perl5-porters@perl.org
17674              Date: Fri, 02 Jun 2000 16:00:41 -0400
17675              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
17676              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
17677              
17678              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
17679              From: Dan Sugalski <dan@sidhe.org>
17680              To: perl5-porters@perl.org, vmsperl@perl.org
17681              Date: Fri, 02 Jun 2000 17:30:51 -0400
17682              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
17683              
17684              Update to cperl-mode.el 4.31 from
17685              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
17686              Subject: A couple of notes
17687              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17688              To: Mailing list Perl5 <perl5-porters@perl.org>
17689              Date: Sat, 3 Jun 2000 23:33:32 -0400
17690              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
17691      Branch: maint-5.6/perl
17692           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
17693           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
17694           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
17695           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
17696           !> vms/vmsish.h
17697 ____________________________________________________________________________
17698 [  7336] By: gsar                                  on 2000/10/16  08:03:46
17699         Log: integrate changes#6194,6195 from mainline
17700              
17701              fix small eval"" memory leaks under USE_ITHREADS
17702              
17703              fix yet another eval"" leak under USE_ITHREADS
17704      Branch: maint-5.6/perl
17705           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
17706           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
17707           !> vms/perly_c.vms
17708 ____________________________________________________________________________
17709 [  7335] By: gsar                                  on 2000/10/16  08:02:15
17710         Log: integrate changes#6190,6191 from mainline
17711              
17712              submit missing embed.pl change
17713              
17714              vec() loses numericalness (modified version of patch suggested
17715              by Robin Barker)
17716      Branch: maint-5.6/perl
17717           !> doop.c embed.pl t/op/vec.t
17718 ____________________________________________________________________________
17719 [  7334] By: gsar                                  on 2000/10/16  08:01:03
17720         Log: integrate change#6189 from mainline
17721              
17722              counting tr/// corrupts later operation (from M.J.T Guy)
17723      Branch: maint-5.6/perl
17724           !> doop.c t/op/tr.t
17725 ____________________________________________________________________________
17726 [  7333] By: gsar                                  on 2000/10/16  07:59:07
17727         Log: integrate changes#6183..6188 from mainline
17728              
17729              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
17730              <nick@ccl4.org>)
17731              
17732              tweak for change#6127
17733              
17734              remove incorrect documentation about implicit split to @_ in
17735              list context, which never really worked in perl 5 (from
17736              M.J.T. Guy)
17737              
17738              further qualify references to "alphanumeric" (from Wolfgang Laun
17739              <wolfgang.laun@alcatel.at>)
17740              
17741              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
17742              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
17743              
17744              h2xs tweaks
17745      Branch: maint-5.6/perl
17746           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
17747           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
17748           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
17749           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
17750           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
17751           !> pod/pod2latex.PL utils/h2xs.PL
17752 ____________________________________________________________________________
17753 [  7332] By: gsar                                  on 2000/10/16  07:53:52
17754         Log: integrate change#6179 from mainline
17755              
17756              buggy modulus on UVs introduced by change#3378 (resulted in
17757              4063328477 % 65535 amounting to 27406, instead of 27407)
17758      Branch: maint-5.6/perl
17759           !> pp.c t/op/arith.t
17760 ____________________________________________________________________________
17761 [  7331] By: gsar                                  on 2000/10/16  07:52:49
17762         Log: integrate changes#6176,6177,6178,6182 from cfgperl
17763              
17764              Single-quoted utf8 patch from Simon Cozens.
17765              
17766              Substitution utf8 patch from Simon Cozens.
17767              
17768              Be cleaner.
17769              
17770              Be Cleaner Part Deux.
17771      Branch: maint-5.6/perl
17772           !> Makefile.SH pp_hot.c toke.c
17773 ____________________________________________________________________________
17774 [  7330] By: gsar                                  on 2000/10/16  07:41:36
17775         Log: integrate change#6172 from mainline
17776              
17777              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
17778              (from Ilya Zakharevich)
17779      Branch: maint-5.6/perl
17780           !> regexec.c t/op/re_tests
17781 ____________________________________________________________________________
17782 [  7329] By: gsar                                  on 2000/10/16  07:40:25
17783         Log: integrate change#6171 from mainline
17784              
17785              scalar() doesn't force scalar context when used in void context
17786              (from Simon Cozens)
17787      Branch: maint-5.6/perl
17788           !> op.c t/op/wantarray.t
17789 ____________________________________________________________________________
17790 [  7328] By: gsar                                  on 2000/10/16  07:39:33
17791         Log: integrate change#6170 from mainline
17792              
17793              change#6142 needs tweaks to tests to work where there's no
17794              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
17795      Branch: maint-5.6/perl
17796           !> t/lib/filefind.t
17797 ____________________________________________________________________________
17798 [  7327] By: gsar                                  on 2000/10/16  07:35:34
17799         Log: integrate changes#6166..6168 from cfgperl
17800              
17801              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
17802              in case somebody wants to write an extension for more
17803              shadow database interfaces.
17804              
17805              tweak todo
17806              
17807              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
17808      Branch: maint-5.6/perl
17809           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17810           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
17811           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
17812           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
17813           !> win32/config.vc win32/config_H.bc win32/config_H.gc
17814           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
17815 ____________________________________________________________________________
17816 [  7326] By: gsar                                  on 2000/10/16  07:29:05
17817         Log: integrate changes#6157,6159..6161,6164 from cfgperl
17818              
17819              Regen Configure to jive with #6149.
17820              
17821              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
17822              
17823              Changes for the File::Temp 0.08 (change #6159) test suite
17824              to fit better into the Perl distribution test framework.
17825              
17826              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
17827              both from Simon Cozens.
17828              
17829              detypo
17830      Branch: maint-5.6/perl
17831           +> pod/perlmodlib.PL pod/perlnewmod.pod
17832           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
17833           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
17834           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17835           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17836 ____________________________________________________________________________
17837 [  7325] By: gsar                                  on 2000/10/16  07:25:13
17838         Log: integrate change#6158 from vmsperl
17839              
17840              Add fallback to tmpfile for use in cases where user's relying on
17841              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
17842              Lane's patch)
17843      Branch: maint-5.6/perl
17844           !> vms/vms.c vms/vmsish.h
17845 ____________________________________________________________________________
17846 [  7324] By: gsar                                  on 2000/10/16  07:20:50
17847         Log: integrate changes#6153..6155 from mainline
17848              
17849              prettier Test::Harness output on failed tests (from Nicholas Clark
17850              <nick@Bagpuss.uk.boo.com>)
17851              
17852              avoid type mismatch warning
17853              
17854              small bug in change#6144; remove random \xA0 character that snuck
17855              in via change#6145
17856      Branch: maint-5.6/perl
17857           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
17858           !> perl.c
17859 ____________________________________________________________________________
17860 [  7323] By: gsar                                  on 2000/10/16  07:18:47
17861         Log: integrate changes#6151,6152 from mainline
17862              
17863              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
17864              
17865              cosmetic fixups of RE debug output (from Ilya Zakharevich)
17866      Branch: maint-5.6/perl
17867           !> regexec.c
17868 ____________________________________________________________________________
17869 [  7322] By: gsar                                  on 2000/10/16  07:17:25
17870         Log: integrate changes#6146..6150 from mainline
17871              
17872              doc typo
17873              
17874              add a make entry to Config.pm so "perl -V:make" works on VMS
17875              (from Peter Prymmer)
17876              
17877              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
17878              
17879              OS/2 tweaks for usethreads build (from Rocco Caputo
17880              <troc@netrus.net>)
17881              
17882              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
17883      Branch: maint-5.6/perl
17884           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
17885           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
17886           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
17887           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
17888           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
17889           !> warnings.pl x2p/a2p.h
17890 ____________________________________________________________________________
17891 [  7321] By: gsar                                  on 2000/10/16  07:14:02
17892         Log: integrate changes#6143..6145 from mainline
17893              
17894              MacOS support, part 1 (from Matthias Neeracher
17895              <neeri@iis.ee.ethz.ch>)
17896              
17897              MacOS support, part 2: make AutoSplit use File::Spec instead
17898              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
17899              <neeri@iis.ee.ethz.ch>)
17900              
17901              make xsubpp skip embedded pod (from Matthias Neeracher
17902              <neeri@iis.ee.ethz.ch>)
17903      Branch: maint-5.6/perl
17904           +> ext/DynaLoader/dl_mac.xs
17905           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
17906           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
17907           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
17908           !> pp_ctl.c proto.h toke.c util.c util.h
17909 ____________________________________________________________________________
17910 [  7320] By: gsar                                  on 2000/10/16  07:12:13
17911         Log: integrate changes#6141,6142 from mainline
17912              
17913              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
17914              forwarded by Peter Seebach from the bsdi-users mailing list.
17915              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
17916              
17917              File::Find fails to chdir when chasing symlinks (from
17918              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
17919      Branch: maint-5.6/perl
17920           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
17921 ____________________________________________________________________________
17922 [  7319] By: gsar                                  on 2000/10/16  07:04:30
17923         Log: integrate change#6139 from mainline
17924              
17925              revise mktables.PL for bugs and newness in Unicode 3.0
17926              (from James Bence <jbence@amgen.com>)
17927      Branch: maint-5.6/perl
17928           +> (branch 30 files)
17929           !> (integrate 49 files)
17930 ____________________________________________________________________________
17931 [  7318] By: gsar                                  on 2000/10/16  07:01:01
17932         Log: integrate changes#6137,6138 from mainline
17933              
17934              fix bogus redeclaration warning for "our" variables in different
17935              scopes
17936              
17937              add note about the handling of negative indices to tied arrays
17938              (from Michael G Schwern <schwern@pobox.com>)
17939      Branch: maint-5.6/perl
17940           !> op.c pod/perltie.pod t/pragma/strict-vars
17941 ____________________________________________________________________________
17942 [  7317] By: gsar                                  on 2000/10/16  06:58:46
17943         Log: integrate changes#6127..6136 from mainline
17944              
17945              call_method(...,G_EVAL) can longjmp() out if the method probing
17946              failed (from Gisle Aas)
17947              
17948              new perlxstut example for passing/returning refs to arrays
17949              (from David Lowe <dlowe@pootpoot.com>)
17950              
17951              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
17952              
17953              fix places that mean C<"word" character> but say C<alphanumeric
17954              character>
17955              
17956              avoid warnings in POSIX.pm (from Barrie Slaymaker)
17957              
17958              warnings::enabled() doesn't fall back to looking at $^W if
17959              caller isn't using lexical warnings (from Paul Marquess)
17960              
17961              elide bogus test in change#6132
17962              
17963              make Test::Harness use wait.h/WCOREDUMP if available
17964              (from Ben Tilly <ben_tilly@hotmail.com>)
17965              
17966              enable Test::Harness to dynamically determine column width etc.
17967              (from Rob Napier <rnapier@employees.org>)
17968              
17969              random pod typos (from Peter Scott <Peter@PSDT.com>)
17970      Branch: maint-5.6/perl
17971           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
17972           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
17973           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
17974           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
17975 ____________________________________________________________________________
17976 [  7316] By: gsar                                  on 2000/10/16  06:53:23
17977         Log: integrate change#6126 from mainline
17978              
17979              change#2879 broke rvalue autovivification of magicals such as
17980              ${$num} (reworked variant of patch suggested by Simon Cozens)
17981      Branch: maint-5.6/perl
17982           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
17983           !> pp_hot.c proto.h t/op/gv.t
17984 ____________________________________________________________________________
17985 [  7315] By: gsar                                  on 2000/10/16  06:51:38
17986         Log: integrate changes#6123,6125 from mainline
17987              
17988              clarify gotcha with #line directives (from Rocco Caputo
17989              <troc@netrus.net>)
17990              
17991              enable propagating exception objects via Perl_croak() in XS code
17992              (from Gisle Aas)
17993      Branch: maint-5.6/perl
17994           !> pod/perldebug.pod pod/perlsyn.pod util.c
17995 ____________________________________________________________________________
17996 [  7314] By: gsar                                  on 2000/10/16  06:49:28
17997         Log: integrate change#6122 from mainline
17998              
17999              downgrade fatal error on C<"foo@nosucharray.com"> to optional
18000              warning (from Mark-Jason Dominus)
18001      Branch: maint-5.6/perl
18002           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
18003           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
18004           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
18005           !> toke.c
18006 ____________________________________________________________________________
18007 [  7313] By: gsar                                  on 2000/10/16  06:46:54
18008         Log: integrate changes#6112..6121 from vmsperl
18009              
18010              Check for existence of file before trying to delete
18011              
18012              Ugly workaround for version-specific RTL error
18013              
18014              Urk -- undo previous removal of vmsish 'exit' change
18015              
18016              Add bounds checking for several strings (Charles Lane)
18017              
18018              Miscellaneous cosmetic fixes (Charles Lane)
18019              
18020              Treat sockets as special in sys(read|write) (Charles Lane et al.)
18021              
18022              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
18023              Flatten case labels in switch statements uniformly (Charles Bailey)
18024              
18025              Quiet error messages in vmsish.t (Charles Lane)
18026              
18027              Add missing escape (Charles Lane)
18028              
18029              Allow eliminate_macros() and fixpath() to handle space-delimited
18030              lists (based on fixes by Craig Berry)
18031      Branch: maint-5.6/perl
18032           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
18033           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
18034           !> vms/vmsish.h
18035 ____________________________________________________________________________
18036 [  7312] By: gsar                                  on 2000/10/16  06:41:18
18037         Log: integrate changes#6107,6110 from cfgperl
18038              
18039              Tweak the todo list.
18040              
18041              todo tweak
18042      Branch: maint-5.6/perl
18043           !> Todo-5.6
18044 ____________________________________________________________________________
18045 [  7311] By: gsar                                  on 2000/10/16  06:38:38
18046         Log: integrate changes#6104,6108 from mainline
18047              
18048              PL_sys_intern was being initialized too late on windows
18049              
18050              reenable fake signal handling on Windows, bugs and all
18051      Branch: maint-5.6/perl
18052           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
18053           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
18054           !> win32/win32.c
18055 ____________________________________________________________________________
18056 [  7310] By: gsar                                  on 2000/10/16  06:36:03
18057         Log: integrate changes#6095,6097..6103 from cfgperl
18058              
18059              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
18060              might be useful in future.
18061              
18062              Add a note about possible compilation problems from Allen Smith.
18063              
18064              Add a note about other, yet unsupported, shadow password APIs.
18065              
18066              Tweaks for the cc bugs from Allen Smith.
18067              
18068              More compilation tweakery from Allen Smith.
18069              
18070              Hints and test tweaks for Unicos.
18071              
18072              The test suite tweak in #6101 wasn't quite right.
18073              
18074              Test tweaking for Unicos continues.
18075      Branch: maint-5.6/perl
18076           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18077           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
18078           !> t/lib/complex.t t/op/64bitint.t
18079 ____________________________________________________________________________
18080 [  7309] By: gsar                                  on 2000/10/16  06:29:41
18081         Log: integrate changes#6093,6094 from mainline
18082              
18083              fork() failure to create pseudo process sets errno=EAGAIN and returns
18084              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
18085              
18086              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
18087      Branch: maint-5.6/perl
18088           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
18089           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
18090 ____________________________________________________________________________
18091 [  7308] By: gsar                                  on 2000/10/16  06:27:29
18092         Log: integrate change#6092 from cfgperl
18093              
18094              Regen perltoc with the fixed buildtoc.
18095      Branch: maint-5.6/perl
18096           !> pod/perltoc.pod
18097 ____________________________________________________________________________
18098 [  7307] By: gsar                                  on 2000/10/16  06:26:40
18099         Log: integrate changes#6089,6090 from mainline
18100              
18101              buildtoc tweak to fix newline lossage
18102              
18103              concat doesn't preserve utf8-ness, and doesn't invalidate
18104              [NI]OK; added tests for both
18105      Branch: maint-5.6/perl
18106           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
18107 ____________________________________________________________________________
18108 [  7306] By: gsar                                  on 2000/10/16  06:24:05
18109         Log: integrate change#6088 from cfgperl
18110              
18111              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
18112              because we do not use those.  The HAS_GETSPNAM remains,
18113              though, because we still do use that.
18114      Branch: maint-5.6/perl
18115           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18116           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
18117           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
18118           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
18119           !> win32/config.vc win32/config_H.bc win32/config_H.gc
18120           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
18121 ____________________________________________________________________________
18122 [  7305] By: gsar                                  on 2000/10/16  06:15:52
18123         Log: integrate changes#6084,6085,6087 from mainline
18124              
18125              substr() does not preserve utf8-ness (from Stefan Eissing
18126              <Eissing@medicaldataservice.de>); added tests
18127              
18128              repeat operator (x) doesn't preserve utf8-ness
18129              
18130              reverse() and quotemeta() weren't preserving utf8-ness; add tests
18131      Branch: maint-5.6/perl
18132           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
18133 ____________________________________________________________________________
18134 [  7304] By: gsar                                  on 2000/10/16  06:13:10
18135         Log: integrate changes#6077..6083 from mainline
18136              
18137              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
18138              and Tom Phoenix)
18139              
18140              workaround for CRT bug in chdir() (from Charles Lane, via
18141              Peter Prymmer)
18142              
18143              remove outdated kludge in Carp (NULLs are permitted in diagnostics
18144              now)
18145              
18146              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
18147              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
18148              
18149              better default perlbug categories for ok reports (from Richard Foley)
18150              
18151              peek.t non-portable to ithreads
18152              
18153              note about undocumented caller() return value (from M.J.T. Guy);
18154              yet another peek.t tweak
18155      Branch: maint-5.6/perl
18156           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18157           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
18158           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
18159           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
18160           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
18161           !> vms/vmsish.h
18162 ____________________________________________________________________________
18163 [  7303] By: gsar                                  on 2000/10/16  06:03:18
18164         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
18165              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
18166              
18167              &HUGE_VAL is not defined, it exists.
18168              
18169              Do not warn that an infinity does not look like a number.
18170              
18171              Rewrite the pwent/spent logic to be a little bit more clearer.
18172              
18173              Continue on the pwent/spent case.
18174              
18175              Correct Freudian slip.
18176              
18177              Use HUGE_VALL if applicable.
18178              
18179              pwent/spent #ifdef imbalance.
18180              
18181              Infinite problems.
18182              
18183              Call getspnam() only iff needd.
18184              
18185              Test both the scalar and list contexts.
18186              
18187              Use setxxent()/endxxent().
18188              
18189              Complex tweakery.
18190              
18191              Unicos hint tweak.
18192              
18193              Be more forgiving in POSIX about HUGE_VALL.
18194              
18195              Detypo.
18196              
18197              The search of infinity continues, this time simplified.
18198              
18199              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
18200              in natively 64-bit platforms where a long is a quad (no need
18201              for long longs).  Also added bias for IVs.
18202              
18203              Complex tweaks.
18204              
18205              Introduce t/lib/peek.t.
18206              
18207              Make the test more portable.
18208      Branch: maint-5.6/perl
18209           +> t/lib/peek.t
18210            ! pp_sys.c
18211           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
18212           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
18213           !> t/op/pwent.t toke.c util.c
18214 ____________________________________________________________________________
18215 [  7302] By: gsar                                  on 2000/10/16  05:03:37
18216         Log: integrate changes#6066..6071 from mainline
18217              
18218              s/END/CHECK/
18219              
18220              replace direct call to sighandler() with (*PL_sighandlerp)()
18221              
18222              note about values()
18223              
18224              File::Spec compatibility update (from Barrie Slaymaker
18225              <barries@slaysys.com>)
18226              
18227              remove misleading comment (from M.J.T. Guy)
18228              
18229              misformatted perllocal.pod (from Tim Jenness
18230              <t.jenness@jach.hawaii.edu>)
18231      Branch: maint-5.6/perl
18232           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
18233           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18234           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
18235           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
18236 ____________________________________________________________________________
18237 [  7301] By: gsar                                  on 2000/10/16  05:00:08
18238         Log: integrate changes#6061..6063 from mainline
18239              
18240              change#5921 neglected to make eq honor "use bytes"
18241              
18242              additional tests for utf8.t
18243              
18244              tokeq() could read unallocated field in argument
18245      Branch: maint-5.6/perl
18246           !> sv.c t/pragma/utf8.t toke.c
18247 ____________________________________________________________________________
18248 [  7300] By: gsar                                  on 2000/10/16  04:56:54
18249         Log: integrate changes#6046,6048,6057,6058 from mainline
18250              
18251              libscheck has insufficient checks for n32 libs (from
18252              Albert Chin-A-Young <china@thewrittenword.com>)
18253              
18254              add note about how $( doesn't interpolate in REs (from
18255              Philip Newton <newton@ficus.frogspace.net>)
18256              
18257              fix broken parsing of /\x{ab}/
18258              
18259              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
18260              (spotted by Donald Kinzer <dkinzer@premia.com>)
18261      Branch: maint-5.6/perl
18262           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
18263           !> t/pragma/utf8.t
18264 ____________________________________________________________________________
18265 [  7299] By: gsar                                  on 2000/10/16  04:52:50
18266         Log: integrate change#6044 from mainline
18267              
18268              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
18269              such that underscores are only ignored in literal numbers,
18270              "\x{...}", and hex/oct argument
18271      Branch: maint-5.6/perl
18272           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
18273 ____________________________________________________________________________
18274 [  7298] By: gsar                                  on 2000/10/16  04:50:53
18275         Log: integrate changes#6027..6043 from mainline
18276              
18277              podlators-1.02 update (from Russ Allbery)
18278              
18279              Pod::Man generates groff-incompatible macro definition (from
18280              Tom Christiansen)
18281              
18282              add CGI.pm v2.66 (from Lincoln Stein)
18283              
18284              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
18285              for @- and @+ (from Johan Vromans)
18286              
18287              small nits in diagnostics.pm (from Robin Barker)
18288              
18289              whitespace adjustments
18290              
18291              missing files in MANIFEST
18292              
18293              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
18294              to compensate
18295              
18296              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
18297              
18298              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
18299      Branch: maint-5.6/perl
18300           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
18301           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
18302           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
18303           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
18304           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
18305           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
18306           !> t/lib/cgi-html.t t/lib/cgi-request.t
18307 ____________________________________________________________________________
18308 [  7297] By: gsar                                  on 2000/10/16  04:44:30
18309         Log: integrate change#6025 from mainline
18310              
18311              Is{Alnum,Alpha,Word} don't match titlecase
18312              TODO: IsSpace is defined recursively!
18313              (both spotted by Larry)
18314      Branch: maint-5.6/perl
18315           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
18316           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
18317 ____________________________________________________________________________
18318 [  7296] By: gsar                                  on 2000/10/16  04:39:30
18319         Log: integrate change#6023 from mainline
18320              
18321              debugger stomps on $. (from M.J.T. Guy)
18322      Branch: maint-5.6/perl
18323           !> lib/perl5db.pl
18324 ____________________________________________________________________________
18325 [  7295] By: gsar                                  on 2000/10/16  04:38:02
18326         Log: integrate change#6022 from mainline
18327              
18328              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
18329      Branch: maint-5.6/perl
18330           !> sv.c
18331 ____________________________________________________________________________
18332 [  7294] By: gsar                                  on 2000/10/16  04:37:05
18333         Log: integrate changes#6018..6021 from mainline
18334              
18335              make lib/syslog.t portable to systems that don't have _PATH_LOG,
18336              make _PATH_LOG() return "" if unavailable
18337              
18338              windows portability tweaks
18339              
18340              test tweak
18341              
18342              remove Win2K issue in pod (fixed by change#6020)
18343      Branch: maint-5.6/perl
18344           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
18345           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
18346           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
18347 ____________________________________________________________________________
18348 [  7293] By: gsar                                  on 2000/10/16  04:20:00
18349         Log: integrate changes#6013..6015 from mainline
18350              
18351              tweak change#5945 to display correct switch name in diagnostic
18352              
18353              glob() loading File::Glob behind the scenes may cause syntax errors
18354              
18355              tweak test for portability
18356      Branch: maint-5.6/perl
18357           !> op.c perl.c pod/perldiag.pod t/lib/b.t
18358 ____________________________________________________________________________
18359 [  7292] By: gsar                                  on 2000/10/16  04:18:11
18360         Log: integrate changes#6005..6010 from mainline, cfgperl
18361              
18362              perldoc might fail via "use blib" (from Hugo van der Sanden)
18363              
18364              Regen Configure.
18365              
18366              note about compile failures and END blocks (from M.J.T. Guy)
18367              
18368              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
18369              
18370              (change#6009 integrated earlier in change#7255)
18371              
18372              clarify note about shadow password support (from
18373              gellyfish@gellyfish.com)
18374      Branch: maint-5.6/perl
18375           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18376           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
18377           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
18378 ____________________________________________________________________________
18379 [  7291] By: gsar                                  on 2000/10/16  04:12:03
18380         Log: integrate changes#6002,6003 from mainline
18381              
18382              destructive sv_setsv() can lose UV-ness from source, causing
18383              numeric promotions/comparisons to fail to do the right thing
18384              
18385              allow REG_EXPAND_SZ keys in Windows registry (from
18386              John Clayton <John.Clayton@barclayscapital.com>)
18387      Branch: maint-5.6/perl
18388           !> sv.c win32/win32.c
18389 ____________________________________________________________________________
18390 [  7290] By: gsar                                  on 2000/10/16  04:10:19
18391         Log: integrate change#6001 from mainline
18392              
18393              support additional library locations via $Config{otherlibdirs}
18394              (from Andy Dougherty)
18395      Branch: maint-5.6/perl
18396           !> Configure INSTALL Porting/Glossary Porting/config.sh
18397           !> Porting/config_H config_h.SH epoc/config.sh perl.c
18398           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
18399           !> win32/config.bc win32/config.gc win32/config.vc
18400 ____________________________________________________________________________
18401 [  7289] By: gsar                                  on 2000/10/16  04:08:28
18402         Log: integrate change#5999 from mainline
18403              
18404              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
18405      Branch: maint-5.6/perl
18406           !> t/pragma/warn/toke toke.c
18407 ____________________________________________________________________________
18408 [  7288] By: gsar                                  on 2000/10/16  04:07:01
18409         Log: integrate changes#5997,5998 from cfgperl
18410              
18411              Preserve $!.
18412              
18413              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
18414      Branch: maint-5.6/perl
18415           !> lib/Math/Complex.pm
18416 ____________________________________________________________________________
18417 [  7287] By: gsar                                  on 2000/10/16  04:04:37
18418         Log: integrate change#5995 from mainline
18419              
18420              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
18421      Branch: maint-5.6/perl
18422           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
18423 ____________________________________________________________________________
18424 [  7286] By: gsar                                  on 2000/10/16  04:03:21
18425         Log: integrate change#5994 from mainline
18426              
18427              fix for missed accounting for null byte in pack("Z",...) (from
18428              M.J.T. Guy)
18429      Branch: maint-5.6/perl
18430           !> pp.c t/op/pack.t
18431 ____________________________________________________________________________
18432 [  7285] By: gsar                                  on 2000/10/16  04:02:11
18433         Log: integrate changes#5989..5993 from mainline
18434              
18435              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
18436              itself and no other (from Tom Hughes)
18437              
18438              use $ENV{LIB} to search for libs under Visual C compiler
18439              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
18440              
18441              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
18442              
18443              pod nit (from Simon Cozens)
18444              
18445              various minor tweaks seen on p5p
18446      Branch: maint-5.6/perl
18447           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
18448           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
18449           !> t/op/array.t toke.c
18450 ____________________________________________________________________________
18451 [  7284] By: gsar                                  on 2000/10/16  03:59:00
18452         Log: integrate changes#5978..5988 from mainline
18453              
18454              sync version numbers in File::Spec with the ones on CPAN
18455              (from Barrie Slaymaker)
18456              
18457              under useithreads, constant pad entries could inadvertantly be
18458              shared across threads (from Eric Blood <eblood@xmission.com>);
18459              added Eric's test case to testsuite
18460              
18461              allow Configure -S to run non-interactively (spotted by Greg Hudson
18462              <ghudson@mit.edu>)
18463              
18464              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
18465              prototype mismatch with CORE::glob(); update pod and tests to
18466              suit (File::Glob::glob() is still available for backward
18467              compatibility, but should be considered deprecated)
18468              
18469              avoid error in IO::Socket::INET when given an unknown service name
18470              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
18471              
18472              numeric conversion of non-number in change#3378 tramples on
18473              OOK offset, causing segfaults
18474              
18475              attributes::reftype() doesn't work on tied argument
18476              
18477              forked child may not exit correctly if it failed to open
18478              /dev/console (from Graham Barr)
18479              
18480              add regular expressions tutorial and quick-start guide (from
18481              Mark Kvale <kvale@phy.ucsf.edu>)
18482              
18483              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
18484              
18485              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
18486              <paul@miraclefish.com>)
18487      Branch: maint-5.6/perl
18488           +> pod/perlrequick.pod pod/perlretut.pod
18489           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
18490           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
18491           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
18492           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
18493           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
18494           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18495           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
18496           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
18497 ____________________________________________________________________________
18498 [  7283] By: gsar                                  on 2000/10/16  03:52:14
18499         Log: integrate change#5977 from mainline
18500              
18501              autoquote barewords followed by newline and arrow properly
18502              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
18503      Branch: maint-5.6/perl
18504           !> t/pragma/warn/toke toke.c
18505 ____________________________________________________________________________
18506 [  7282] By: gsar                                  on 2000/10/16  03:50:48
18507         Log: integrate change#5976 from mainline
18508              
18509              DB_File v1.73 update (from Paul Marquess)
18510      Branch: maint-5.6/perl
18511           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
18512           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
18513 ____________________________________________________________________________
18514 [  7281] By: gsar                                  on 2000/10/16  03:49:14
18515         Log: integrate change#5975 from mainline
18516              
18517              allow sort() reentrancy (variant of patch suggested by
18518              Hugo van der Sanden)
18519      Branch: maint-5.6/perl
18520           !> pp_ctl.c t/op/sort.t
18521 ____________________________________________________________________________
18522 [  7280] By: gsar                                  on 2000/10/16  03:48:22
18523         Log: integrate change#5974 from mainline
18524              
18525              change#4197 somehow missed initializing PL_errors, meaning
18526              syntax error queueing wasn't working outside eval"" at all;
18527              also fixed eval"" to localize PL_error_count, so that compile-time
18528              eval's don't clobber the error state of the outer context
18529      Branch: maint-5.6/perl
18530           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
18531           !> t/pragma/warn/toke
18532 ____________________________________________________________________________
18533 [  7279] By: gsar                                  on 2000/10/16  03:46:21
18534         Log: integrate change#5973 from mainline
18535              
18536              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
18537      Branch: maint-5.6/perl
18538           !> regcomp.c regexec.c t/op/re_tests
18539 ____________________________________________________________________________
18540 [  7278] By: gsar                                  on 2000/10/16  03:44:54
18541         Log: integrate change#5971 from cfgperl
18542              
18543              Unicos tweaks from Mark P. Lutz.
18544      Branch: maint-5.6/perl
18545           !> hints/unicos.sh lib/Math/Complex.pm
18546 ____________________________________________________________________________
18547 [  7277] By: gsar                                  on 2000/10/16  03:42:59
18548         Log: integrate changes#5966..5970 from mainline
18549              
18550              add testsuite for B backends, fix bug in B::Deparse (from
18551              Simon Cozens <simon@brecon.co.uk>)
18552              
18553              improved docs on the warn_uninit diagnostic (from David Glasser
18554              and Simon Cozens)
18555              
18556              tolerate spaces in group names in test on solaris (from David Boyce
18557              <dsb@boyski.com>)
18558              
18559              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
18560              
18561              Data::Dumper fumbles negative numbers on 32-bit platforms where
18562              IV is >32bits
18563      Branch: maint-5.6/perl
18564           +> t/lib/b.t t/lib/syslog.t
18565           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
18566           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
18567           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
18568 ____________________________________________________________________________
18569 [  7276] By: gsar                                  on 2000/10/16  03:39:30
18570         Log: integrate change#5965 from mainline
18571              
18572              avoid "will not stay shared" warnings for our variables (from
18573              Robin Barker)
18574      Branch: maint-5.6/perl
18575           !> op.c t/pragma/warn/op
18576 ____________________________________________________________________________
18577 [  7275] By: gsar                                  on 2000/10/16  03:38:18
18578         Log: integrate change#5964 from mainline
18579              
18580              reformat to 72 columns (again)
18581      Branch: maint-5.6/perl
18582           !> pod/perldiag.pod
18583 ____________________________________________________________________________
18584 [  7274] By: gsar                                  on 2000/10/16  03:36:58
18585         Log: integrate change#5963 from mainline
18586              
18587              patch from Larry to make (\&) prototype work; added tests for
18588              the same
18589      Branch: maint-5.6/perl
18590           !> op.c t/comp/proto.t
18591 ____________________________________________________________________________
18592 [  7273] By: gsar                                  on 2000/10/16  03:35:51
18593         Log: integrate changes#5956..5962 from mainline
18594              
18595              better diagnostics on failed tests (from Ilya Zakharevich)
18596              
18597              pod nits (from A. C. Yardley <yardley@tanet.net>)
18598              
18599              change#3569 deleted some essential code, revert; avoid use of
18600              atexit() to make DynaLoader work properly on AIX under mod_perl
18601              (from Jens-Uwe Mager <jum@helios.de>)
18602              
18603              doubled words in pods (from Simon Cozens
18604              <simon.p.cozens@jp.pwcglobal.com>)
18605              
18606              better INSTALL notes on Solaris issues (from Dominic Dunlop)
18607              
18608              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
18609              
18610              updated README.hpux (from Jeff Okamoto)
18611      Branch: maint-5.6/perl
18612           !> INSTALL README.hpux emacs/cperl-mode.el
18613           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
18614           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
18615           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
18616           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
18617           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
18618           !> t/op/lex_assign.t
18619 ____________________________________________________________________________
18620 [  7272] By: gsar                                  on 2000/10/16  03:31:22
18621         Log: integrate change#5955 from mainline
18622              
18623              longstanding bug exposed by change#3307: sort arguments weren't
18624              compiled with the right wantarray context (ensuing runtime lookup
18625              via block_gimme() was getting the incidental context of the
18626              sort() itself)
18627      Branch: maint-5.6/perl
18628           !> op.c t/op/sort.t
18629 ____________________________________________________________________________
18630 [  7271] By: gsar                                  on 2000/10/16  03:29:11
18631         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
18632              branch
18633              
18634              Flatten the cpp jungle doing the nosuid checking.
18635              
18636              Do not assume sign propagation. (from M.J.T. Guy)
18637              
18638              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
18639              
18640              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
18641              Now pp_ncmp() returns undef is either operand is a NaN.
18642              
18643              On second thoughts frexp() does have two arguments.
18644              
18645              Document that tr() is not tr(1).
18646              
18647              Be more robust on "extreme" (large absolute value)
18648              arguments.  Originally reported by Daniel Connelly
18649              as a problem with asinh() on large negative arguments,
18650              asinh() used to bail out because an argument to log()
18651              ended up being zero.  Ilya Zakharevich proposed using
18652              Taylor's series in such cases, which for such large
18653              arguments is a very good approximation.
18654              
18655              Undo "use integer" addition from 64bitint as it seems
18656              to break most of the subtests in Digital UNIX;
18657              Unicos needs to find another way.
18658      Branch: maint-5.6/perl
18659           !> (integrate 29 files)
18660 ____________________________________________________________________________
18661 [  7270] By: gsar                                  on 2000/10/16  03:09:44
18662         Log: integrate changes#5948,5949,5950 from mainline
18663              
18664              typo in vars.pm that leads to cryptic message (from Piotr
18665              Piatkowski <kompas@kompas.usr.onet.pl>)
18666              
18667              make perldoc use the pod2man from the same version (from
18668              M.J.T. Guy)
18669              
18670              reformat perldiag to avoid long lines
18671      Branch: maint-5.6/perl
18672           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
18673 ____________________________________________________________________________
18674 [  7269] By: gsar                                  on 2000/10/16  03:05:54
18675         Log: integrate change#5947 from mainline
18676              
18677              use &dl_error rather than &dl_load_file as the guard for calling
18678              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
18679              statically built perl)
18680      Branch: maint-5.6/perl
18681           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
18682 ____________________________________________________________________________
18683 [  7268] By: gsar                                  on 2000/10/16  03:04:48
18684         Log: integrate change#5945 from mainline
18685              
18686              make module name mandatory after -M switch; reorder perldiag
18687              alphabetically (from Mark-Jason Dominus)
18688      Branch: maint-5.6/perl
18689           !> perl.c pod/perldiag.pod
18690 ____________________________________________________________________________
18691 [  7267] By: gsar                                  on 2000/10/16  03:03:01
18692         Log: integrate change#5939 from mainline
18693              
18694              more pod nits (from Larry Virden)
18695      Branch: maint-5.6/perl
18696           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
18697           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
18698           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
18699 ____________________________________________________________________________
18700 [  7266] By: gsar                                  on 2000/10/16  03:01:39
18701         Log: integrate change#5938 from mainline
18702              
18703              Consolidated B::Deparse fixes (from Stephen McCamant)
18704      Branch: maint-5.6/perl
18705           !> ext/B/B/Deparse.pm
18706 ____________________________________________________________________________
18707 [  7265] By: gsar                                  on 2000/10/16  03:00:43
18708         Log: integrate change#5936 from mainline
18709              
18710              additional tests for change#7263 (from Paul Marquess)
18711      Branch: maint-5.6/perl
18712           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
18713           !> t/pragma/warn/5nolint t/pragma/warn/6default
18714 ____________________________________________________________________________
18715 [  7264] By: gsar                                  on 2000/10/16  02:58:34
18716         Log: integrate change#5934 from mainline
18717              
18718              propagate lexical warnings from surrounding scope correctly
18719              within string eval() (from Paul Marquess)
18720      Branch: maint-5.6/perl
18721           !> pp_ctl.c t/pragma/warn/pp_ctl
18722 ____________________________________________________________________________
18723 [  7263] By: gsar                                  on 2000/10/16  02:56:53
18724         Log: integrate change#5932 from mainline
18725              
18726              add rsignal(), whichsig() and do_join() to public API list
18727              (mod_perl uses them to good advantage)
18728      Branch: maint-5.6/perl
18729           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
18730 ____________________________________________________________________________
18731 [  7262] By: gsar                                  on 2000/10/16  02:55:53
18732         Log: integrate change#5931 from mainline
18733              
18734              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
18735      Branch: maint-5.6/perl
18736           !> pp_hot.c regexec.c t/op/pat.t
18737 ____________________________________________________________________________
18738 [  7261] By: gsar                                  on 2000/10/16  02:55:01
18739         Log: integrate change#5930 from mainline
18740              
18741              small os390 tweaks (from Peter Prymmer)
18742      Branch: maint-5.6/perl
18743           !> config_h.SH makedepend.SH
18744 ____________________________________________________________________________
18745 [  7260] By: gsar                                  on 2000/10/16  02:54:10
18746         Log: integrate change#5929 from mainline
18747              
18748              pod nits
18749      Branch: maint-5.6/perl
18750           !> pod/perlguts.pod
18751 ____________________________________________________________________________
18752 [  7259] By: gsar                                  on 2000/10/16  02:52:55
18753         Log: integrate change#5927 from mainline
18754              
18755              arrange for next() to resume at the unstack op rather than the
18756              loop conditional, so that scope cleanup happens correctly
18757              (from Stephen McCamant)
18758      Branch: maint-5.6/perl
18759           !> op.c pp_ctl.c t/op/misc.t
18760 ____________________________________________________________________________
18761 [  7258] By: gsar                                  on 2000/10/16  02:51:38
18762         Log: integrate change#5926 from mainline
18763              
18764              on windows, reserve 16M of stack rather than 128M (allows more
18765              threads to run concurrently)
18766      Branch: maint-5.6/perl
18767           !> win32/Makefile win32/makefile.mk
18768 ____________________________________________________________________________
18769 [  7257] By: gsar                                  on 2000/10/16  02:50:37
18770         Log: integrate change#5925 from mainline
18771              
18772              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
18773      Branch: maint-5.6/perl
18774           !> toke.c
18775 ____________________________________________________________________________
18776 [  7256] By: gsar                                  on 2000/10/16  02:49:36
18777         Log: integrate change#5924 from mainline
18778              
18779              avoid using uninitialized memory in require version check
18780      Branch: maint-5.6/perl
18781           !> pp_ctl.c universal.c
18782 ____________________________________________________________________________
18783 [  7255] By: gsar                                  on 2000/10/16  02:48:03
18784         Log: integrate changes#5923,5928,6009 from mainline
18785              
18786              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
18787      Branch: maint-5.6/perl
18788           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
18789 ____________________________________________________________________________
18790 [  7254] By: gsar                                  on 2000/10/16  02:44:46
18791         Log: integrate change#5922 from mainline
18792              
18793              commentary about IoTYPE() (from Nathan Torkington)
18794      Branch: maint-5.6/perl
18795           !> sv.h
18796 ____________________________________________________________________________
18797 [  7253] By: gsar                                  on 2000/10/16  02:43:49
18798         Log: integrate change#5921 from mainline
18799              
18800              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
18801      Branch: maint-5.6/perl
18802           !> sv.c t/lib/charnames.t t/pragma/utf8.t
18803 ____________________________________________________________________________
18804 [  7252] By: gsar                                  on 2000/10/16  02:42:31
18805         Log: integrate change#5920 from mainline
18806              
18807              Larry's fix for buggy propagation of utf8-ness in join(); add test
18808      Branch: maint-5.6/perl
18809           !> doop.c t/op/ver.t
18810 ____________________________________________________________________________
18811 [  7251] By: gsar                                  on 2000/10/16  02:41:14
18812         Log: integrate changes#5915..5919 from mainline
18813              
18814              various (pod tweaks &c)
18815      Branch: maint-5.6/perl
18816           !> (integrate 33 files)
18817 ____________________________________________________________________________
18818 [  7250] By: gsar                                  on 2000/10/16  02:38:16
18819         Log: integrate change#5914 from mainline
18820              
18821              caller() wasn't returning the right number of elements for
18822              eval {...}
18823      Branch: maint-5.6/perl
18824           !> pp_ctl.c t/pragma/warn/9enabled
18825 ____________________________________________________________________________
18826 [  7249] By: gsar                                  on 2000/10/16  02:37:02
18827         Log: integrate change#5913 from mainline
18828              
18829              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
18830              (from Mark-Jason Dominus)
18831      Branch: maint-5.6/perl
18832           !> pod/perlfunc.pod
18833 ____________________________________________________________________________
18834 [  7248] By: gsar                                  on 2000/10/16  02:35:58
18835         Log: integrate change#5912 from mainline
18836              
18837              fix totally broken caching in UNIVERSAL::isa() (from
18838              Nick Ing-Simmons)
18839      Branch: maint-5.6/perl
18840           !> t/op/universal.t universal.c
18841 ____________________________________________________________________________
18842 [  7247] By: gsar                                  on 2000/10/16  02:34:27
18843         Log: integrate changes#5910,5911 from mainline
18844              
18845              typo in pod
18846              
18847              add linebreak properties from unicode/LineBrk.txt (from
18848              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
18849      Branch: maint-5.6/perl
18850           +> (branch 29 files)
18851           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
18852 ____________________________________________________________________________
18853 [  7246] By: gsar                                  on 2000/10/16  02:33:29
18854         Log: integrate change#5909 from mainline
18855              
18856              mode argument to do_binmode() should be file mode, not boolean
18857      Branch: maint-5.6/perl
18858           !> pp_sys.c
18859 ____________________________________________________________________________
18860 [  7245] By: gsar                                  on 2000/10/16  02:31:04
18861         Log: integrate change#5908 from mainline
18862              
18863              introduce illegal symbols into null package so that
18864              gv_fetchpv(...,TRUE) always returns a valid GV even when the
18865              symbol is trapped by strictures (avoids coredumps)
18866      Branch: maint-5.6/perl
18867           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
18868           !> t/pragma/strict-vars
18869 ____________________________________________________________________________
18870 [  7244] By: jhi                                   on 2000/10/16  02:29:54
18871         Log: Subject: $Carp::ExportLevel confusion in Exporter
18872              From: "Ben Tilly" <ben_tilly@hotmail.com>
18873              Date: Sat, 14 Oct 2000 16:44:34 EDT
18874              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
18875      Branch: perl
18876            ! lib/Exporter/Heavy.pm
18877 ____________________________________________________________________________
18878 [  7243] By: jhi                                   on 2000/10/16  02:28:33
18879         Log: Subject: [PATCH perlguts.pod] Document offset hack
18880              From: Simon Cozens <simon@cozens.net>
18881              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
18882              Date: Sat, 14 Oct 2000 19:32:25 +0100
18883      Branch: perl
18884            ! pod/perlguts.pod
18885 ____________________________________________________________________________
18886 [  7242] By: gsar                                  on 2000/10/16  02:26:51
18887         Log: integrate changes#5905,5906,5907,6064 from mainline
18888              
18889              printf/sprintf didn't get quad types right under use64bitint
18890      Branch: maint-5.6/perl
18891           !> pp_sys.c sv.c t/op/64bitint.t
18892 ____________________________________________________________________________
18893 [  7241] By: jhi                                   on 2000/10/16  02:22:44
18894         Log: Subject: small pod patch
18895              From: Dan Boorstein <dan_boo@bellsouth.net>
18896              Date: Sat, 14 Oct 2000 14:29:24 -0400
18897              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
18898      Branch: perl
18899            ! pod/perlfaq7.pod pod/perlmod.pod
18900 ____________________________________________________________________________
18901 [  7240] By: jhi                                   on 2000/10/16  02:13:46
18902         Log: -w cleanup.
18903              
18904              Subject: Re: Problems with bleadperl 
18905              From: "Stephen P. Potter" <spp@ds.net>
18906              Date: Fri, 13 Oct 2000 13:32:49 -0400
18907              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
18908      Branch: perl
18909            ! t/pragma/overload.t
18910 ____________________________________________________________________________
18911 [  7239] By: jhi                                   on 2000/10/16  01:41:18
18912         Log: One more ~utf8 tweak.
18913      Branch: perl
18914            ! t/op/bop.t
18915 ____________________________________________________________________________
18916 [  7238] By: jhi                                   on 2000/10/16  01:34:14
18917         Log: Tweak the test of #7235.
18918      Branch: perl
18919            ! t/op/bop.t
18920 ____________________________________________________________________________
18921 [  7237] By: jhi                                   on 2000/10/16  01:25:04
18922         Log: Fix a couple of compiler-noted nits in #7235.
18923      Branch: perl
18924            ! pp.c
18925 ____________________________________________________________________________
18926 [  7236] By: jhi                                   on 2000/10/16  01:22:46
18927         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
18928      Branch: perl
18929            ! pp.c pp_hot.c
18930 ____________________________________________________________________________
18931 [  7235] By: jhi                                   on 2000/10/15  16:24:44
18932         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
18933              
18934              From: Simon Cozens <simon@cozens.net>
18935              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
18936              Date: Sat, 14 Oct 2000 20:52:13 +0100
18937              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
18938      Branch: perl
18939            ! pp.c t/op/bop.t utf8.h
18940 ____________________________________________________________________________
18941 [  7234] By: jhi                                   on 2000/10/15  15:19:29
18942         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
18943              The problem was that rx->minlen was in chars while pp_split()
18944              thought it would be in bytes. 
18945      Branch: perl
18946            ! pp.c t/pragma/utf8.t
18947 ____________________________________________________________________________
18948 [  7233] By: jhi                                   on 2000/10/14  20:24:24
18949         Log: Document FNCASE=y as discussed in the bug 20000902.009.
18950      Branch: perl
18951            ! README.dos
18952 ____________________________________________________________________________
18953 [  7232] By: jhi                                   on 2000/10/14  18:52:21
18954         Log: Add test for bug id 20000427.003 (which seems to have
18955              been fixed) (also duplicate as 20000427.004, though
18956              with a higher severity).  Move one utf8 from op/append
18957              to pragma/utf8, tag the tests with bug ids.
18958      Branch: perl
18959            ! t/op/append.t t/pragma/utf8.t
18960 ____________________________________________________________________________
18961 [  7231] By: jhi                                   on 2000/10/14  17:28:37
18962         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
18963      Branch: perl
18964            ! t/pragma/utf8.t
18965 ____________________________________________________________________________
18966 [  7230] By: jhi                                   on 2000/10/14  14:24:50
18967         Log: Needs to be conditional on SunOS 4.
18968              
18969              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
18970              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18971              Date: Sat, 14 Oct 2000 13:37:49 +0100
18972              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
18973      Branch: metaconfig/U/perl
18974            ! End.U
18975      Branch: perl
18976            ! Configure myconfig.SH pod/perldelta.pod
18977 ____________________________________________________________________________
18978 [  7229] By: jhi                                   on 2000/10/14  00:49:22
18979         Log: Update Changes.
18980      Branch: perl
18981            ! Changes patchlevel.h
18982 ____________________________________________________________________________
18983 [  7228] By: jhi                                   on 2000/10/14  00:46:10
18984         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
18985              From: Peter Prymmer <pvhp@forte.com>
18986              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
18987              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
18988      Branch: perl
18989            ! lib/utf8.pm
18990 ____________________________________________________________________________
18991 [  7227] By: jhi                                   on 2000/10/13  23:20:30
18992         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
18993      Branch: perl
18994            ! t/op/tie.t
18995 ____________________________________________________________________________
18996 [  7226] By: jhi                                   on 2000/10/13  22:14:32
18997         Log: Tweak #7225.
18998              
18999              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
19000              From: Peter Prymmer <pvhp@forte.com>
19001              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
19002              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
19003      Branch: perl
19004            ! t/op/sprintf.t
19005 ____________________________________________________________________________
19006 [  7225] By: jhi                                   on 2000/10/13  22:11:31
19007         Log: op/sprintf.t patch for OS/390 (and any other host with limited
19008              floating-point exponent length)
19009              
19010              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
19011              From: Dominic Dunlop <domo@computer.org>
19012              Date: Fri, 13 Oct 2000 19:17:57 +0200
19013              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
19014      Branch: perl
19015            ! t/op/sprintf.t
19016 ____________________________________________________________________________
19017 [  7224] By: jhi                                   on 2000/10/13  18:40:48
19018         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
19019      Branch: perl
19020            ! toke.c
19021 ____________________________________________________________________________
19022 [  7223] By: jhi                                   on 2000/10/13  18:37:13
19023         Log: Thinko in #7222.
19024      Branch: perl
19025            ! utf8.c
19026 ____________________________________________________________________________
19027 [  7222] By: jhi                                   on 2000/10/13  18:05:23
19028         Log: Use UTF8SKIP(), from Simon Cozens.
19029      Branch: perl
19030            ! utf8.c
19031 ____________________________________________________________________________
19032 [  7221] By: jhi                                   on 2000/10/13  15:43:19
19033         Log: (accidentally empty check-in)
19034      Branch: perl
19035            ! utf8.c
19036 ____________________________________________________________________________
19037 [  7220] By: jhi                                   on 2000/10/13  15:23:51
19038         Log: Add (optimistically) Storable to static extensions.
19039      Branch: perl
19040            ! hints/uwin.sh hints/vmesa.sh
19041 ____________________________________________________________________________
19042 [  7219] By: jhi                                   on 2000/10/13  15:20:05
19043         Log: Amdahl UTS doesn't seem to do dynaloading.
19044      Branch: perl
19045            ! hints/uts.sh
19046 ____________________________________________________________________________
19047 [  7218] By: jhi                                   on 2000/10/13  15:15:20
19048         Log: Slight tweak of the code to appease Amdahl UTS cc.
19049      Branch: perl
19050            ! pp.c
19051 ____________________________________________________________________________
19052 [  7217] By: jhi                                   on 2000/10/13  14:50:42
19053         Log: In Amdahl UTS "struct sv" is defined by a system header,
19054              <ksync.h>.
19055      Branch: perl
19056            ! perl.h sv.h
19057 ____________________________________________________________________________
19058 [  7216] By: jhi                                   on 2000/10/13  11:58:25
19059         Log: Ilya implemented the memory profiling API.
19060      Branch: perl
19061            ! Todo
19062 ____________________________________________________________________________
19063 [  7215] By: jhi                                   on 2000/10/13  02:56:38
19064         Log: Subject: [PATCH 5.7.0] Perl API for mstats
19065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19066              Date: Thu, 12 Oct 2000 22:52:40 -0400
19067              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
19068      Branch: perl
19069            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
19070 ____________________________________________________________________________
19071 [  7214] By: jhi                                   on 2000/10/13  02:55:38
19072         Log: Subject: [PATCH 5.7.0] IVs in mtats
19073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19074              Date: Thu, 12 Oct 2000 22:51:04 -0400
19075              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
19076      Branch: perl
19077            ! malloc.c perl.h
19078 ____________________________________________________________________________
19079 [  7213] By: jhi                                   on 2000/10/13  02:31:47
19080         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
19081      Branch: perl
19082            ! pod/perldiag.pod pp_sys.c
19083 ____________________________________________________________________________
19084 [  7212] By: jhi                                   on 2000/10/13  01:27:38
19085         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
19086              From: Peter Prymmer <pvhp@forte.com>
19087              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
19088              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
19089      Branch: perl
19090            ! t/op/oct.t
19091 ____________________________________________________________________________
19092 [  7211] By: jhi                                   on 2000/10/13  00:35:09
19093         Log: Update Changes.
19094      Branch: perl
19095            ! Changes patchlevel.h
19096 ____________________________________________________________________________
19097 [  7210] By: jhi                                   on 2000/10/12  23:59:40
19098         Log: The Install.pm third of
19099              
19100              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
19101              From: Bill Campbell <bill@celestial.com>
19102              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
19103              Date: Thu, 5 Oct 2000 18:04:51 -0700
19104      Branch: perl
19105            ! lib/ExtUtils/Install.pm
19106 ____________________________________________________________________________
19107 [  7209] By: jhi                                   on 2000/10/12  23:58:43
19108         Log: Two thirds of
19109              
19110              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
19111              Date: Thu, 5 Oct 2000 18:04:51 -0700
19112              From: Bill Campbell <bill@celestial.com>
19113              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
19114              
19115              The Install.pm changes will be submitted separately because
19116              they need some work and discussion still.
19117      Branch: perl
19118            ! lib/getopts.pl lib/termcap.pl
19119 ____________________________________________________________________________
19120 [  7208] By: jhi                                   on 2000/10/12  23:41:19
19121         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
19122              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19123              Date:     Thu, 12 Oct 2000 07:30:02 EDT
19124              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
19125      Branch: perl
19126            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
19127            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
19128 ____________________________________________________________________________
19129 [  7207] By: jhi                                   on 2000/10/12  23:39:01
19130         Log: An updated EBCDIC tr patch.
19131              
19132              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
19133              From: Peter Prymmer <pvhp@forte.com>
19134              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
19135              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
19136      Branch: perl
19137            ! t/op/tr.t
19138 ____________________________________________________________________________
19139 [  7206] By: jhi                                   on 2000/10/12  23:34:55
19140         Log: Upgrade to CPAN 1.58, from Andreas König.
19141      Branch: perl
19142            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19143 ____________________________________________________________________________
19144 [  7205] By: jhi                                   on 2000/10/12  23:29:08
19145         Log: Introduce the man[24-8] variables, from Andy Dougherty.
19146      Branch: metaconfig/U/perl
19147            + mandirs.U mandirstyle.U
19148      Branch: perl
19149            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19150            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
19151            ! vos/config.h vos/config.pl vos/config_h.SH_orig
19152            ! win32/config.bc win32/config.gc win32/config.vc
19153 ____________________________________________________________________________
19154 [  7204] By: gsar                                  on 2000/10/12  18:11:24
19155         Log: restore change#7202
19156      Branch: perl
19157            ! mg.c
19158 ____________________________________________________________________________
19159 [  7203] By: gsar                                  on 2000/10/12  18:09:40
19160         Log: another test of the Emergency Broadcast System--back out 
19161              change#7202
19162      Branch: perl
19163            ! mg.c
19164 ____________________________________________________________________________
19165 [  7202] By: gsar                                  on 2000/10/12  16:40:47
19166         Log: (submitted on behalf of Jarkko)
19167              Fix the lib/encode.t subtest 6 failure as reported by Andreas
19168              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
19169              was unearthed by change 7182, as was a bug in HTML::Entities.
19170      Branch: perl
19171            ! mg.c
19172 ____________________________________________________________________________
19173 [  7201] By: jhi                                   on 2000/10/11  03:16:05
19174         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
19175      Branch: perl
19176            ! pp_hot.c t/pragma/utf8.t
19177 ____________________________________________________________________________
19178 [  7200] By: jhi                                   on 2000/10/11  00:40:30
19179         Log: The #7198 was a false alarm.
19180      Branch: perl
19181            ! pp_hot.c
19182 ____________________________________________________________________________
19183 [  7199] By: jhi                                   on 2000/10/11  00:26:04
19184         Log: Remove duplicated code.
19185      Branch: perl
19186            ! t/lib/cgi-html.t
19187 ____________________________________________________________________________
19188 [  7198] By: jhi                                   on 2000/10/10  23:30:46
19189         Log: (Retracted by #7200.)
19190      Branch: perl
19191            ! pp_hot.c
19192 ____________________________________________________________________________
19193 [  7197] By: jhi                                   on 2000/10/10  21:49:30
19194         Log: Add the test case for #7190, from the original bug report
19195              by Andreas König.
19196      Branch: perl
19197            ! t/pragma/utf8.t
19198 ____________________________________________________________________________
19199 [  7196] By: jhi                                   on 2000/10/10  21:40:49
19200         Log: Reapply Andy's patch and regen Configure.
19201      Branch: perl
19202            ! Configure INSTALL Makefile.SH Porting/Glossary
19203            ! Porting/config.sh config_h.SH epoc/config.sh installperl
19204            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
19205            ! win32/config.vc
19206 ____________________________________________________________________________
19207 [  7195] By: jhi                                   on 2000/10/10  21:09:30
19208         Log: Use the versiononly instead of the installscripts,
19209              retract the changes 7146 and 7147.
19210      Branch: perl
19211            ! Configure INSTALL Makefile.SH Porting/Glossary
19212            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
19213            ! installperl uconfig.sh vos/config.def win32/config.bc
19214            ! win32/config.gc win32/config.vc
19215 ____________________________________________________________________________
19216 [  7194] By: jhi                                   on 2000/10/10  21:06:15
19217         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
19218              From: Peter Prymmer <pvhp@forte.com>
19219              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
19220              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
19221      Branch: perl
19222            ! t/op/ver.t
19223 ____________________________________________________________________________
19224 [  7193] By: jhi                                   on 2000/10/10  21:05:12
19225         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
19226              From: Peter Prymmer <pvhp@forte.com>
19227              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
19228              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
19229      Branch: perl
19230            ! t/op/tr.t
19231 ____________________________________________________________________________
19232 [  7192] By: jhi                                   on 2000/10/10  20:57:30
19233         Log: Add versiononly, delete installscripts, from Andy Dougherty.
19234      Branch: metaconfig
19235            - U/installdirs/installscripts.U
19236      Branch: metaconfig/U/perl
19237            + versiononly.U
19238 ____________________________________________________________________________
19239 [  7191] By: jhi                                   on 2000/10/10  19:41:21
19240         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
19241              From: Peter Prymmer <pvhp@forte.com>
19242              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
19243              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
19244      Branch: perl
19245            ! pod/perlebcdic.pod
19246 ____________________________________________________________________________
19247 [  7190] By: jhi                                   on 2000/10/10  19:26:14
19248         Log: Subject: Re: utf8 concat, mg_get
19249              From: Simon Cozens <simon@cozens.net>
19250              Date: Tue, 10 Oct 2000 17:40:17 +0100
19251              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
19252      Branch: perl
19253            ! pp_hot.c
19254 ____________________________________________________________________________
19255 [  7189] By: jhi                                   on 2000/10/10  19:23:03
19256         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
19257              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
19258              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
19259              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
19260      Branch: perl
19261            ! lib/ExtUtils/MM_Unix.pm
19262 ____________________________________________________________________________
19263 [  7188] By: jhi                                   on 2000/10/10  15:31:24
19264         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
19265              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
19266              Date: Fri, 14 Jul 2000 10:47:36 +0100
19267              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
19268      Branch: perl
19269            ! README.win32
19270 ____________________________________________________________________________
19271 [  7187] By: jhi                                   on 2000/10/10  13:30:10
19272         Log: Quote the temp file name, needed in Win32 because the
19273              default name unfortunately contains spaces, shouldn't
19274              hurt elsewhere.
19275              
19276              Subject: FW: perldoc fails if $TEMP contains spaces
19277              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
19278              Date: Thu, 14 Sep 2000 08:58:45 +0100
19279              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
19280      Branch: perl
19281            ! utils/perldoc.PL
19282 ____________________________________________________________________________
19283 [  7186] By: jhi                                   on 2000/10/10  13:16:27
19284         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
19285              From: hv@hugo.hybyte.com
19286              Date: Tue, 10 Oct 2000 14:10:20 +0100
19287              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
19288      Branch: perl
19289            ! t/lib/thr5005.t util.c
19290 ____________________________________________________________________________
19291 [  7185] By: jhi                                   on 2000/10/10  12:06:22
19292         Log: Upgrade to podlators 1.04, from Russ Allbery.
19293      Branch: perl
19294            ! lib/Pod/Man.pm lib/Pod/Text.pm
19295 ____________________________________________________________________________
19296 [  7184] By: jhi                                   on 2000/10/10  12:01:32
19297         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
19298      Branch: perl
19299            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
19300 ____________________________________________________________________________
19301 [  7183] By: jhi                                   on 2000/10/09  23:47:15
19302         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
19303              From: Peter Prymmer <pvhp@forte.com>
19304              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
19305              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
19306      Branch: perl
19307            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
19308 ____________________________________________________________________________
19309 [  7182] By: jhi                                   on 2000/10/09  23:43:16
19310         Log: Make eq work again with utf8 (disabling the upgrading
19311              should no more be necessary since the copies of the
19312              scalars are upgraded, not the scalars themselves).
19313              Takes care of ID 20001009.001.  (The claimed length()
19314              bug in 20001009.001 seems bogus to me.)
19315      Branch: perl
19316            ! sv.c t/pragma/utf8.t
19317 ____________________________________________________________________________
19318 [  7181] By: gsar                                  on 2000/10/09  19:41:54
19319         Log: tweak for change#7173
19320      Branch: perl
19321            ! win32/win32sck.c
19322 ____________________________________________________________________________
19323 [  7180] By: gsar                                  on 2000/10/09  19:26:56
19324         Log: on Windows, clean targets might not work under some flavors of the shell
19325      Branch: perl
19326            ! win32/Makefile win32/makefile.mk
19327 ____________________________________________________________________________
19328 [  7179] By: jhi                                   on 2000/10/09  19:21:02
19329         Log: Update Changes.
19330      Branch: perl
19331            ! Changes patchlevel.h
19332 ____________________________________________________________________________
19333 [  7178] By: jhi                                   on 2000/10/09  19:18:23
19334         Log: Warn about unknown scripts.
19335              
19336              Subject: Re: ideas? patches? [PATCH bleadperl]
19337              From: Dominic Dunlop <domo@computer.org>
19338              Date: Mon, 9 Oct 2000 14:57:17 +0200
19339              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
19340      Branch: perl
19341            ! lib/charnames.pm
19342 ____________________________________________________________________________
19343 [  7177] By: jhi                                   on 2000/10/09  19:13:27
19344         Log: Change #7160 had a nasty typo.
19345      Branch: metaconfig
19346            ! U/compline/Compile.U
19347      Branch: perl
19348            ! Configure config_h.SH
19349 ____________________________________________________________________________
19350 [  7176] By: gsar                                  on 2000/10/09  18:59:33
19351         Log: pod nit
19352      Branch: perl
19353            ! pod/perlport.pod
19354 ____________________________________________________________________________
19355 [  7175] By: gsar                                  on 2000/10/09  18:54:28
19356         Log: Windows9x doesn't support link(), despite what Config.pm
19357              might think
19358      Branch: perl
19359            ! lib/ExtUtils/Manifest.pm
19360 ____________________________________________________________________________
19361 [  7174] By: gsar                                  on 2000/10/09  18:50:03
19362         Log: avoid nonportable example code
19363      Branch: perl
19364            ! lib/File/Copy.pm
19365 ____________________________________________________________________________
19366 [  7173] By: gsar                                  on 2000/10/09  18:46:54
19367         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
19368              being used) when closing a socket handle
19369      Branch: perl
19370            ! win32/win32.c win32/win32.h win32/win32sck.c
19371 ____________________________________________________________________________
19372 [  7172] By: gsar                                  on 2000/10/09  18:41:40
19373         Log: on Windows, cwd strings in the environment should be of the
19374              form =X:=X:\foo instead of =X=X:\foo\
19375      Branch: perl
19376            ! win32/vdir.h
19377 ____________________________________________________________________________
19378 [  7171] By: gsar                                  on 2000/10/09  18:30:09
19379         Log: on Windows, LoadLibrary() could load an extension DLL multiple
19380              times if forward slashes are used in the path
19381      Branch: perl
19382            ! win32/win32.c
19383 ____________________________________________________________________________
19384 [  7170] By: jhi                                   on 2000/10/09  17:53:59
19385         Log: Add a todo note about overloadable assertions.
19386      Branch: perl
19387            ! Todo-5.6
19388 ____________________________________________________________________________
19389 [  7169] By: jhi                                   on 2000/10/09  13:43:45
19390         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
19391              From: mjd@plover.com
19392              Date: 9 Oct 2000 00:24:44 -0000
19393              Message-ID: <20001009002444.10616.qmail@plover.com>
19394      Branch: perl
19395            ! pod/perldebguts.pod
19396 ____________________________________________________________________________
19397 [  7168] By: nick                                  on 2000/10/08  13:16:33
19398         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
19399              is not right thing to do on (e.g. x86). Network order is also "right" for
19400              X fonts.
19401      Branch: perl
19402            ! ext/Encode/Encode.pm
19403 ____________________________________________________________________________
19404 [  7167] By: nick                                  on 2000/10/08  12:54:42
19405         Log: Make "encodings" work post-install when Encode/*.enc files may not
19406              be in same directory as Encode.pm
19407      Branch: perl
19408            ! ext/Encode/Encode.pm
19409 ____________________________________________________________________________
19410 [  7166] By: nick                                  on 2000/10/08  11:51:26
19411         Log: Work round the fact that $hash->{$key} does not take into account
19412              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
19413              so that key is always in the "expected" encoding - i.e. same way we put
19414              it in the hash.
19415      Branch: perl
19416            ! ext/Encode/Encode.pm
19417 ____________________________________________________________________________
19418 [  7165] By: gsar                                  on 2000/10/08  04:15:29
19419         Log: save_re_context() could reset PL_curcop to freed memory, causing core
19420              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
19421      Branch: perl
19422            ! pp_ctl.c
19423 ____________________________________________________________________________
19424 [  7164] By: jhi                                   on 2000/10/06  20:51:48
19425         Log: UTF8ize split() so that the cloned substrings get the UTF8
19426              flag of the original scalar.  Problem reported by Simon Cozens.
19427      Branch: perl
19428            ! pp.c t/pragma/utf8.t
19429 ____________________________________________________________________________
19430 [  7163] By: nick                                  on 2000/10/06  20:48:34
19431         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
19432              got a false +ve and so did not reach code which would have un-FAKEd the SV.
19433      Branch: perl
19434            ! sv.c
19435 ____________________________________________________________________________
19436 [  7162] By: nick                                  on 2000/10/06  20:25:37
19437         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
19438              To fix  (sort {$a <=> $b} keys %hash) in particular but
19439              should cover a number of other as-yet-unknown cases as well.
19440      Branch: perl
19441            ! sv.c
19442 ____________________________________________________________________________
19443 [  7161] By: jhi                                   on 2000/10/06  19:56:18
19444         Log: Change the version number of Tie::Handle in the core to 4.0,
19445              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
19446              
19447              Subject: Note on Tie::Handle
19448              From: andreas.koenig@anima.de (Andreas J. Koenig)
19449              Date:      06 Oct 2000 21:48:58 +0200
19450              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
19451      Branch: perl
19452            ! lib/Tie/Handle.pm
19453 ____________________________________________________________________________
19454 [  7160] By: jhi                                   on 2000/10/06  18:20:35
19455         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
19456              as the first option of cc/ld because of ultrapicky compilers
19457              (e.g. OS/390 R2.5)
19458      Branch: metaconfig
19459            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
19460            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
19461            ! U/compline/orderlib.U U/modified/Cppsym.U
19462            ! U/modified/d_access.U
19463      Branch: metaconfig/U/perl
19464            ! Checkcc.U d_dlsymun.U gccvers.U
19465      Branch: perl
19466            ! Configure config_h.SH
19467 ____________________________________________________________________________
19468 [  7159] By: jhi                                   on 2000/10/06  13:56:39
19469         Log: Update Changes.
19470      Branch: perl
19471            ! Changes patchlevel.h
19472 ____________________________________________________________________________
19473 [  7158] By: jhi                                   on 2000/10/06  12:48:40
19474         Log: Eliminate $Is_VMS code from the test.
19475              
19476              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
19477              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19478              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
19479              Date:     Thu, 5 Oct 2000 07:46:33 EDT
19480      Branch: perl
19481            ! t/lib/b.t
19482 ____________________________________________________________________________
19483 [  7157] By: jhi                                   on 2000/10/06  12:47:13
19484         Log: Also the $ccflags is needed for the C compiler check.
19485              
19486              Subject: Configure (check for C-compiler)
19487              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19488              Date: Fri, 06 Oct 2000 08:47:15 +0200
19489              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
19490      Branch: metaconfig/U/perl
19491            ! Checkcc.U
19492      Branch: perl
19493            ! Configure config_h.SH
19494 ____________________________________________________________________________
19495 [  7156] By: jhi                                   on 2000/10/06  11:45:15
19496         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
19497      Branch: perl
19498            ! perl.c pp_ctl.c sv.h utf8.c
19499 ____________________________________________________________________________
19500 [  7155] By: jhi                                   on 2000/10/06  11:40:41
19501         Log: IO::Handle->syswrite() did not handle length omission
19502              like CORE::syswrite() does.
19503              
19504              Subject: [Fwd] IO::Handle, syswrite and arguments
19505              From: Graham Barr <gbarr@pobox.com>
19506              Date: Fri, 6 Oct 2000 10:22:05 +0100
19507              Message-ID: <20001006102205.U6312@pobox.com>
19508              
19509              The original patch from andrew@ugh.net.au.
19510      Branch: perl
19511            ! ext/IO/lib/IO/Handle.pm
19512 ____________________________________________________________________________
19513 [  7154] By: jhi                                   on 2000/10/06  01:42:15
19514         Log: Tweak #7153.
19515      Branch: perl
19516            ! utf8.h
19517 ____________________________________________________________________________
19518 [  7153] By: jhi                                   on 2000/10/06  00:39:55
19519         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
19520      Branch: perl
19521            ! utf8.h
19522 ____________________________________________________________________________
19523 [  7152] By: jhi                                   on 2000/10/06  00:38:11
19524         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
19525      Branch: perl
19526            ! perl.c pp_ctl.c sv.h utf8.c
19527 ____________________________________________________________________________
19528 [  7151] By: jhi                                   on 2000/10/06  00:36:38
19529         Log: Subject: Re: Questions about Tie::Array and perl modules
19530              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19531              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
19532              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
19533              
19534              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
19535      Branch: perl
19536            ! lib/Tie/Array.pm t/op/array.t
19537 ____________________________________________________________________________
19538 [  7150] By: jhi                                   on 2000/10/05  00:20:45
19539         Log: Regen Changes.
19540      Branch: perl
19541            ! Changes patchlevel.h
19542 ____________________________________________________________________________
19543 [  7149] By: jhi                                   on 2000/10/05  00:20:01
19544         Log: Regen toc.
19545      Branch: perl
19546            ! pod/perltoc.pod
19547 ____________________________________________________________________________
19548 [  7148] By: jhi                                   on 2000/10/04  23:35:08
19549         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
19550              reported several times by Dominic Dunlop, for example in
19551              ID 20000315.008.  Patch from Dominic.  Patch affects at
19552              least MachTen, and possibly other oldish BSDs. Should not
19553              break non-broken platforms (tested on LinuxPPC). 
19554      Branch: perl
19555            ! doio.c
19556 ____________________________________________________________________________
19557 [  7147] By: jhi                                   on 2000/10/04  23:26:34
19558         Log: The one that got away from 7146.
19559      Branch: metaconfig
19560            + U/installdirs/installscripts.U
19561 ____________________________________________________________________________
19562 [  7146] By: jhi                                   on 2000/10/04  23:25:04
19563         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
19564              suggested by H. Merijn Brand.
19565      Branch: perl
19566            ! Configure INSTALL Makefile.SH Porting/Glossary
19567            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
19568            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
19569            ! win32/config.vc
19570 ____________________________________________________________________________
19571 [  7145] By: jhi                                   on 2000/10/04  22:08:21
19572         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
19573              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19574              Date: Wed, 4 Oct 2000 17:37:46 -0400
19575              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
19576      Branch: perl
19577            ! utils/h2xs.PL
19578 ____________________________________________________________________________
19579 [  7144] By: jhi                                   on 2000/10/04  18:11:41
19580         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
19581              From: Jeff Pinyan <jeffp@crusoe.net>
19582              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
19583              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
19584      Branch: perl
19585            ! pod/perlrun.pod
19586 ____________________________________________________________________________
19587 [  7143] By: jhi                                   on 2000/10/04  18:09:58
19588         Log: Subject: perlhack.pod Patch for Externals Tools
19589              From: Fisher Mark <fisherm@tce.com>
19590              Date: Tue, 3 Oct 2000 15:43:27 -0500 
19591              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
19592      Branch: perl
19593            ! pod/perlhack.pod
19594 ____________________________________________________________________________
19595 [  7142] By: jhi                                   on 2000/10/04  18:08:41
19596         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
19597              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19598              Date:     Wed, 4 Oct 2000 12:11:11 EDT
19599              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
19600      Branch: perl
19601            ! vms/vms.c
19602 ____________________________________________________________________________
19603 [  7141] By: jhi                                   on 2000/10/04  12:20:16
19604         Log: Subject: [PATCH 5.7.0] h2xs not working
19605              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19606              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
19607              Date: Tue, 3 Oct 2000 21:43:01 -0400
19608              
19609              Subject: [PATCH 5.7.0] h2xs not documenting the created module
19610              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19611              Date: Tue, 3 Oct 2000 22:55:19 -0400
19612              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
19613      Branch: perl
19614            ! utils/h2xs.PL
19615 ____________________________________________________________________________
19616 [  7140] By: jhi                                   on 2000/10/04  11:53:44
19617         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
19618              From: nick@babyhippo.com
19619              Date: Wed, 4 Oct 2000 12:06:45 +0100
19620              Message-Id: <20001004120645.A7356@babyhippo.com>
19621              
19622              Retract 7118 and 7135.
19623      Branch: perl
19624            ! installman installperl op.c t/pragma/subs.t
19625 ____________________________________________________________________________
19626 [  7139] By: jhi                                   on 2000/10/03  22:09:41
19627         Log: It is possible to have no hosts database at all.  Pointed out in
19628              
19629              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
19630              From: Peter Prymmer <pvhp@forte.com>
19631              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
19632              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
19633      Branch: metaconfig
19634            ! U/modified/myhostname.U
19635      Branch: perl
19636            ! Configure config_h.SH
19637 ____________________________________________________________________________
19638 [  7138] By: jhi                                   on 2000/10/03  21:49:49
19639         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
19640              From: Peter Prymmer <pvhp@forte.com>
19641              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
19642              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
19643      Branch: perl
19644            ! pp_sys.c
19645 ____________________________________________________________________________
19646 [  7137] By: jhi                                   on 2000/10/03  20:10:05
19647         Log: One remaining nit less at the VMS mailbox sizing.
19648      Branch: perl
19649            ! vms/vms.c
19650 ____________________________________________________________________________
19651 [  7136] By: jhi                                   on 2000/10/03  20:08:47
19652         Log: Test harness update to sync with the new perlcc,
19653              from Simon Cozens.
19654      Branch: perl
19655            ! t/TEST t/UTEST
19656 ____________________________________________________________________________
19657 [  7135] By: jhi                                   on 2000/10/03  15:15:42
19658         Log: Subject: Re: PATCH for 20001003.004
19659              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
19660              From: "AARON B. DOSSETT" <aaron@iglou.com>
19661              Message-Id: <E13gTay-0006od-00@iglou.com>
19662      Branch: perl
19663            ! installman installperl
19664 ____________________________________________________________________________
19665 [  7134] By: jhi                                   on 2000/10/03  15:00:34
19666         Log: Subject: [ID 20001003.006] B::Debug not -w clean
19667              From: Nicholas Clark <nick@babyhippo.co.uk>
19668              Date: Tue, 03 Oct 2000 15:46:32 +0100
19669              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
19670      Branch: perl
19671            ! ext/B/B/Debug.pm
19672 ____________________________________________________________________________
19673 [  7133] By: jhi                                   on 2000/10/03  14:58:39
19674         Log: Scale down the VMS message boxes, by Charles Lane.
19675              Fix for ID 20000903.009, workaround at
19676              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
19677      Branch: perl
19678            ! vms/vms.c
19679 ____________________________________________________________________________
19680 [  7132] By: jhi                                   on 2000/10/03  11:20:37
19681         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
19682      Branch: perl
19683            + t/lib/st-lock.t t/lib/st-utf8.t
19684            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
19685            ! ext/Storable/Storable.xs t/lib/st-recurse.t
19686 ____________________________________________________________________________
19687 [  7131] By: jhi                                   on 2000/10/03  03:38:23
19688         Log: Encode nits.
19689      Branch: perl
19690            ! MANIFEST Makefile.SH
19691 ____________________________________________________________________________
19692 [  7130] By: jhi                                   on 2000/10/03  03:31:05
19693         Log: Update Changes.
19694      Branch: perl
19695            ! Changes patchlevel.h
19696 ____________________________________________________________________________
19697 [  7129] By: jhi                                   on 2000/10/03  02:24:02
19698         Log: Misplaced else.
19699      Branch: metaconfig/U/perl
19700            ! d_strtoll.U
19701      Branch: perl
19702            ! Configure config_h.SH
19703 ____________________________________________________________________________
19704 [  7128] By: jhi                                   on 2000/10/03  02:08:29
19705         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
19706              From: sthoenna@efn.org
19707              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
19708              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
19709      Branch: metaconfig/U/perl
19710            ! d_strtoll.U
19711      Branch: perl
19712            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
19713 ____________________________________________________________________________
19714 [  7127] By: jhi                                   on 2000/10/03  01:13:14
19715         Log: Update Changes.
19716      Branch: perl
19717            ! Changes patchlevel.h
19718 ____________________________________________________________________________
19719 [  7126] By: jhi                                   on 2000/10/03  00:57:08
19720         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
19721              as suggested by Olaf Flebbe and Nick Clark.
19722      Branch: perl
19723            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
19724 ____________________________________________________________________________
19725 [  7125] By: jhi                                   on 2000/10/03  00:50:56
19726         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
19727              From: Nick Clark <nick@plum.flirble.org>
19728              Date: Mon, 2 Oct 2000 11:03:24 +0100
19729              Message-Id: <20001002110324.D20073@plum.flirble.org>
19730              
19731              Also fixes bug ID 20001002.005.
19732      Branch: perl
19733            ! t/lib/encode.t
19734 ____________________________________________________________________________
19735 [  7124] By: jhi                                   on 2000/10/03  00:34:59
19736         Log: Subject: [PATCH 5.7.0] Epoc update
19737              From: Olaf Flebbe <o.flebbe@gmx.de>
19738              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
19739              Message-ID: <26423.969484586@www10.gmx.net>
19740      Branch: perl
19741            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
19742            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
19743            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
19744            ! util.c util.h
19745 ____________________________________________________________________________
19746 [  7123] By: jhi                                   on 2000/10/03  00:30:07
19747         Log: Regen headers.
19748      Branch: perl
19749            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
19750 ____________________________________________________________________________
19751 [  7122] By: jhi                                   on 2000/10/03  00:10:48
19752         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
19753      Branch: perl
19754            ! hints/openbsd.sh
19755 ____________________________________________________________________________
19756 [  7121] By: jhi                                   on 2000/10/03  00:05:06
19757         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
19758              From: <abigail@foad.org>
19759              Date: Tue, 26 Sep 2000 13:36:14 -0400
19760              Message-ID: <20000926173614.4356.qmail@foad.org>
19761      Branch: perl
19762            ! pod/perlop.pod
19763 ____________________________________________________________________________
19764 [  7120] By: jhi                                   on 2000/10/03  00:04:00
19765         Log: Inside require() $^S was always left undefined.
19766              
19767              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
19768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19769              Date: Wed, 27 Sep 2000 18:54:49 -0400
19770              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
19771      Branch: perl
19772            ! cop.h mg.c pp_ctl.c util.c
19773 ____________________________________________________________________________
19774 [  7119] By: jhi                                   on 2000/10/03  00:00:16
19775         Log: Subject: [PATCH] DLL not restartabke with threaded perl
19776              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
19777              Date: Thu, 28 Sep 2000 09:20:46 +0100
19778              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
19779      Branch: perl
19780            ! perl.c
19781 ____________________________________________________________________________
19782 [  7118] By: jhi                                   on 2000/10/02  23:59:20
19783         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
19784              From: Nicholas Clark <nick@ccl4.org>
19785              Date: Thu, 28 Sep 2000 11:52:24 +0100
19786              Message-ID: <20000928115224.D7924@plum.flirble.org>
19787      Branch: perl
19788            ! op.c
19789 ____________________________________________________________________________
19790 [  7117] By: jhi                                   on 2000/10/02  23:57:51
19791         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
19792              From: Nicholas Clark <nick@babyhippo.co.uk>
19793              Date: Thu, 28 Sep 2000 12:18:10 +0100
19794              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
19795              
19796              Did not apply cleanly, manual intervention was needed.
19797      Branch: perl
19798            ! ext/B/B/Bytecode.pm utils/perlcc.PL
19799 ____________________________________________________________________________
19800 [  7116] By: jhi                                   on 2000/10/02  23:50:40
19801         Log: Document the issue (is not a syntax error, kind of)
19802              
19803              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
19804              From: Nicholas Clark <nick@ccl4.org>
19805              Date: Thu, 28 Sep 2000 17:12:42 +0100
19806              Message-ID: <20000928171242.K7924@plum.flirble.org>
19807      Branch: perl
19808            ! pod/perldata.pod
19809 ____________________________________________________________________________
19810 [  7115] By: jhi                                   on 2000/10/02  23:48:58
19811         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
19812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19813              Date: Thu, 28 Sep 2000 21:55:31 -0400
19814              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
19815      Branch: perl
19816            ! regexec.c
19817 ____________________________________________________________________________
19818 [  7114] By: jhi                                   on 2000/10/02  23:47:57
19819         Log: Subject: DOC PATCH 5.6.0
19820              From: mjd@plover.com
19821              Date: 30 Sep 2000 06:02:34 -0000
19822              Message-ID: <20000930060234.4559.qmail@plover.com>
19823      Branch: perl
19824            ! pod/perldebguts.pod
19825 ____________________________________________________________________________
19826 [  7113] By: jhi                                   on 2000/10/02  23:46:43
19827         Log: SOCK_DGRAM and listen() do not mix as reported in
19828              
19829              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
19830              From: Petter Reinholdtsen <pere@hungry.com>
19831              Date: Sun, 1 Oct 2000 10:57:20 +0800
19832              Message-Id: <200010010257.KAA05735@localhost.localdomain>
19833              
19834              The patch for 5.7.0+ had to be reengineered, though.
19835      Branch: perl
19836            ! ext/IO/lib/IO/Socket/UNIX.pm
19837 ____________________________________________________________________________
19838 [  7112] By: jhi                                   on 2000/10/02  23:36:57
19839         Log: Subject: Re: [PATCH 5.005_64 missed]
19840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19841              Date: Sun, 1 Oct 2000 18:50:10 -0400
19842              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
19843      Branch: perl
19844            ! pod/perlxs.pod
19845 ____________________________________________________________________________
19846 [  7111] By: jhi                                   on 2000/10/02  23:35:40
19847         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
19848              From: Radu Greab <radu@netsoft.ro>
19849              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
19850              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
19851      Branch: perl
19852            ! op.c opcode.pl t/op/substr.t
19853 ____________________________________________________________________________
19854 [  7110] By: jhi                                   on 2000/10/02  23:32:38
19855         Log: Subject: [PATCH] Fix aliasing of tied filehandles
19856              From: Daniel Chetlin <daniel@chetlin.com>
19857              Date: Mon, 2 Oct 2000 14:53:27 -0700
19858              Message-ID: <20001002145327.C1617@ilmd>
19859      Branch: perl
19860            ! perl.h pp_hot.c t/op/tiehandle.t
19861 ____________________________________________________________________________
19862 [  7109] By: jhi                                   on 2000/10/02  23:31:30
19863         Log: s/Robin Parker/Robin Barker/
19864      Branch: perl
19865            ! Changes5.6
19866 ____________________________________________________________________________
19867 [  7108] By: jhi                                   on 2000/10/02  23:15:46
19868         Log: Retract #7091 as suggested in
19869              
19870              From: Robin Barker <rmb1@cise.npl.co.uk> 
19871              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
19872              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
19873              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
19874      Branch: perl
19875            ! embed.pl proto.h
19876 ____________________________________________________________________________
19877 [  7107] By: nick                                  on 2000/10/02  18:23:14
19878         Log: A few tweaks to get Tk803 to work with Encode scheme.
19879      Branch: perl
19880            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
19881 ____________________________________________________________________________
19882 [  7106] By: nick                                  on 2000/10/01  21:34:14
19883         Log: Add checking cases to Encode's toUnicode and fromUnicode.
19884      Branch: perl
19885            ! ext/Encode/Encode.pm
19886 ____________________________________________________________________________
19887 [  7105] By: nick                                  on 2000/10/01  17:18:01
19888         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
19889              To read and use them.
19890              Add a lib/encode.t which checks a few things.
19891      Branch: perl
19892            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
19893            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
19894            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
19895            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
19896            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
19897            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
19898            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
19899            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
19900            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
19901            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
19902            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
19903            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
19904            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
19905            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
19906            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
19907            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
19908            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
19909            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
19910            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
19911            + ext/Encode/Encode/iso2022-jp.enc
19912            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
19913            + ext/Encode/Encode/iso8859-1.enc
19914            + ext/Encode/Encode/iso8859-2.enc
19915            + ext/Encode/Encode/iso8859-3.enc
19916            + ext/Encode/Encode/iso8859-4.enc
19917            + ext/Encode/Encode/iso8859-5.enc
19918            + ext/Encode/Encode/iso8859-6.enc
19919            + ext/Encode/Encode/iso8859-7.enc
19920            + ext/Encode/Encode/iso8859-8.enc
19921            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
19922            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
19923            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
19924            + ext/Encode/Encode/macCentEuro.enc
19925            + ext/Encode/Encode/macCroatian.enc
19926            + ext/Encode/Encode/macCyrillic.enc
19927            + ext/Encode/Encode/macDingbats.enc
19928            + ext/Encode/Encode/macGreek.enc
19929            + ext/Encode/Encode/macIceland.enc
19930            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
19931            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
19932            + ext/Encode/Encode/macTurkish.enc
19933            + ext/Encode/Encode/macUkraine.enc
19934            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
19935            + t/lib/encode.t
19936            ! MANIFEST ext/Encode/Encode.pm
19937 ____________________________________________________________________________
19938 [  7104] By: nick                                  on 2000/09/30  13:04:30
19939         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
19940              From: Daniel Chetlin <daniel@chetlin.com>
19941              Date: Mon, 18 Sep 2000 05:05:40 -0700
19942              Message-Id: <20000918050540.C652@ilmd>
19943      Branch: perl
19944            ! lib/overload.pm sv.c t/pragma/overload.t
19945 ____________________________________________________________________________
19946 [  7103] By: nick                                  on 2000/09/30  12:53:36
19947         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
19948              From: Johan Vromans <jvromans@squirrel.nl>
19949              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
19950              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
19951      Branch: perl
19952            ! pod/Makefile.SH
19953 ____________________________________________________________________________
19954 [  7102] By: nick                                  on 2000/09/30  12:52:31
19955         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
19956              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19957              Date: Sat, 16 Sep 2000 16:36:45 -0400
19958              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
19959      Branch: perl
19960            ! ext/B/B/Deparse.pm
19961 ____________________________________________________________________________
19962 [  7101] By: nick                                  on 2000/09/30  12:51:41
19963         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
19964              From: Craig A. Berry <craig.berry@psinetcs.com>
19965              Date: Sat, 16 Sep 2000 10:11:10 -0500
19966              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
19967      Branch: perl
19968            ! vms/vms.c
19969 ____________________________________________________________________________
19970 [  7100] By: nick                                  on 2000/09/30  12:50:33
19971         Log: Subject: Re: unicode support and perl [ID 20000901.097]
19972              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19973              Date: Fri, 15 Sep 2000 16:37:58 -0400
19974              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
19975      Branch: perl
19976            ! t/op/append.t
19977 ____________________________________________________________________________
19978 [  7099] By: nick                                  on 2000/09/30  12:49:35
19979         Log: Subject: Re: unicode support and perl [ID 20000901.097]
19980              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19981              Date: Fri, 15 Sep 2000 16:25:30 -0400
19982              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
19983      Branch: perl
19984            ! pp_hot.c
19985 ____________________________________________________________________________
19986 [  7098] By: nick                                  on 2000/09/30  12:48:00
19987         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
19988              From: Gisle Aas <gisle@ActiveState.com>
19989              Date: 15 Sep 2000 16:23:41 +0200
19990              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
19991      Branch: perl
19992            ! toke.c
19993 ____________________________________________________________________________
19994 [  7097] By: nick                                  on 2000/09/30  12:45:16
19995         Log: Subject: [PATCH] Nits in perlmod.pod
19996              From: Daniel Chetlin <daniel@chetlin.com>
19997              Date: Fri, 15 Sep 2000 02:04:09 -0700
19998              Message-Id: <20000915020409.A2104@ilmd>
19999      Branch: perl
20000            ! pod/perlmod.pod
20001 ____________________________________________________________________________
20002 [  7096] By: nick                                  on 2000/09/30  12:18:00
20003         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
20004              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
20005              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
20006              0 to checking to get the warning.
20007      Branch: perl
20008            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
20009            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
20010            ! regexec.c sv.c toke.c utf8.c
20011 ____________________________________________________________________________
20012 [  7095] By: nick                                  on 2000/09/15  16:55:59
20013         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
20014              
20015              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
20016              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20017              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
20018              Date: Fri, 15 Sep 2000 06:37:30 -0400
20019      Branch: perl
20020            ! ext/Encode/Encode.xs sv.c
20021 ____________________________________________________________________________
20022 [  7094] By: jhi                                   on 2000/09/15  03:23:32
20023         Log: Update Changes.
20024      Branch: perl
20025            ! Changes patchlevel.h
20026 ____________________________________________________________________________
20027 [  7093] By: jhi                                   on 2000/09/15  03:11:44
20028         Log: Fix for the charnames.t failures from Spider Boardman.
20029      Branch: perl
20030            ! toke.c
20031 ____________________________________________________________________________
20032 [  7092] By: jhi                                   on 2000/09/15  00:15:48
20033         Log: Botched the #7090 check-in.
20034      Branch: perl
20035            ! sv.c
20036 ____________________________________________________________________________
20037 [  7091] By: jhi                                   on 2000/09/14  23:33:24
20038         Log: Part of #7081 didn't come through.
20039      Branch: perl
20040            ! embed.pl proto.h
20041 ____________________________________________________________________________
20042 [  7090] By: jhi                                   on 2000/09/14  23:17:39
20043         Log: Subject: Re: perl@7078 
20044              From: Spider Boardman <spider@web.zk3.dec.com>
20045              Date: Thu, 14 Sep 2000 19:06:36 -0400
20046              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
20047      Branch: perl
20048            ! sv.c toke.c
20049 ____________________________________________________________________________
20050 [  7089] By: jhi                                   on 2000/09/14  23:11:21
20051         Log: Small portability tweaks.
20052      Branch: perl
20053            ! ext/Encode/Encode.xs
20054 ____________________________________________________________________________
20055 [  7088] By: jhi                                   on 2000/09/14  22:57:23
20056         Log: Fake return to pacify picky compilers.
20057      Branch: perl
20058            ! ext/Encode/Encode.xs
20059 ____________________________________________________________________________
20060 [  7087] By: jhi                                   on 2000/09/14  22:53:37
20061         Log: Subject: [PATCH] utf8.c apidoc
20062              From: Simon Cozens <simon@cozens.net>
20063              Date: Thu, 14 Sep 2000 23:46:57 +0100
20064              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
20065      Branch: perl
20066            ! perlapi.c pod/perlapi.pod utf8.c
20067 ____________________________________________________________________________
20068 [  7086] By: jhi                                   on 2000/09/14  22:40:38
20069         Log: We don't need to count the high bit bytes, a boolean is enough. 
20070      Branch: perl
20071            ! sv.c
20072 ____________________________________________________________________________
20073 [  7085] By: jhi                                   on 2000/09/14  21:20:09
20074         Log: Replace #7084 with
20075              
20076              Subject: Re: perl@7078 
20077              From: Spider Boardman <spider@web.zk3.dec.com>
20078              Date: Thu, 14 Sep 2000 17:09:36 -0400
20079              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
20080      Branch: perl
20081            ! sv.c utf8.c
20082 ____________________________________________________________________________
20083 [  7084] By: jhi                                   on 2000/09/14  20:03:34
20084         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
20085              convertable to bytes by checking it doesn't go above 0xc3
20086              
20087              Subject: Re: perl@7078
20088              From: Simon Cozens <simon@cozens.net>
20089              Date: Thu, 14 Sep 2000 20:59:19 +0100
20090              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
20091      Branch: perl
20092            ! utf8.c
20093 ____________________________________________________________________________
20094 [  7083] By: jhi                                   on 2000/09/14  19:38:47
20095         Log: Subject: Re: perl@7078
20096              From: Simon Cozens <simon@cozens.net>
20097              Date: Thu, 14 Sep 2000 20:13:09 +0100
20098              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
20099      Branch: perl
20100            ! t/op/bop.t
20101 ____________________________________________________________________________
20102 [  7082] By: jhi                                   on 2000/09/14  17:50:44
20103         Log: The one that got away.
20104      Branch: perl
20105            ! lib/File/Find.pm
20106 ____________________________________________________________________________
20107 [  7081] By: jhi                                   on 2000/09/14  17:45:35
20108         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
20109              From: Robin Barker <rmb1@cise.npl.co.uk>
20110              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
20111              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
20112      Branch: perl
20113            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
20114            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
20115            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
20116            ! regcomp.c toke.c universal.c
20117 ____________________________________________________________________________
20118 [  7080] By: jhi                                   on 2000/09/14  17:40:35
20119         Log: Problems picked up by AIX cc.
20120              
20121              Subject: Re: perl@7078 (patch included)
20122              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20123              Date: Thu, 14 Sep 2000 18:53:30 +0200
20124              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
20125      Branch: perl
20126            ! ext/Encode/Encode.xs
20127 ____________________________________________________________________________
20128 [  7079] By: jhi                                   on 2000/09/14  17:38:27
20129         Log: Subject: File::Find 5.7.0 POD nits
20130              From: Rich Morin <rdm@cfcl.com>
20131              Date: Wed, 13 Sep 2000 22:03:58 -0700
20132              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
20133      Branch: perl
20134            ! lib/File/Find.pm
20135 ____________________________________________________________________________
20136 [  7078] By: jhi                                   on 2000/09/14  14:58:20
20137         Log: Update Changes.
20138      Branch: perl
20139            ! Changes patchlevel.h
20140 ____________________________________________________________________________
20141 [  7077] By: jhi                                   on 2000/09/14  14:55:54
20142         Log: Compilation warnings and an error.
20143      Branch: perl
20144            ! sv.c
20145 ____________________________________________________________________________
20146 [  7076] By: jhi                                   on 2000/09/14  14:42:56
20147         Log: Fix for a parsing bug, not for the original bug.
20148              
20149              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
20150              From: Spider Boardman <spider@web.zk3.dec.com>
20151              Date: Wed, 13 Sep 2000 17:52:20 -0400
20152              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
20153      Branch: perl
20154            ! regcomp.c
20155 ____________________________________________________________________________
20156 [  7075] By: jhi                                   on 2000/09/14  14:40:40
20157         Log: Batch of UTF-8 patches from Simon Cozens.
20158      Branch: perl
20159            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
20160            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
20161            ! toke.c utf8.c
20162 ____________________________________________________________________________
20163 [  7074] By: jhi                                   on 2000/09/14  14:29:58
20164         Log: Subject: Re: Two advertising clauses need to be removed
20165              From: Russ Allbery <rra@stanford.edu>
20166              Date: 13 Sep 2000 18:50:26 -0700
20167              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
20168      Branch: perl
20169            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
20170 ____________________________________________________________________________
20171 [  7073] By: jhi                                   on 2000/09/14  14:28:20
20172         Log: Subject: [PATCH] de-wall t/README
20173              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20174              Date: Wed, 13 Sep 2000 17:46:55 -0700
20175              Message-ID: <//Bw5gzkge/e092yn@efn.org>
20176      Branch: perl
20177            ! t/README
20178 ____________________________________________________________________________
20179 [  7072] By: jhi                                   on 2000/09/14  14:25:10
20180         Log: Hints optimization.
20181              
20182              Subject: Minor nit
20183              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20184              Date: Wed, 13 Sep 2000 21:42:07 +0200
20185              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
20186      Branch: perl
20187            ! hints/hpux.sh
20188 ____________________________________________________________________________
20189 [  7071] By: jhi                                   on 2000/09/14  14:23:30
20190         Log: Allow chop() and chomp() to be overridden.
20191              
20192              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
20193              From: "Casey R. Tweten" <crt@kiski.net>
20194              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
20195              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
20196      Branch: perl
20197            ! toke.c
20198 ____________________________________________________________________________
20199 [  7070] By: jhi                                   on 2000/09/14  14:20:36
20200         Log: The return value of setlocale must be copied away.
20201              
20202              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
20203              From: Alan Burlison <Alan.Burlison@uk.sun.com>
20204              Date: Wed, 13 Sep 2000 16:27:37 +0100 
20205              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
20206      Branch: perl
20207            ! util.c
20208 ____________________________________________________________________________
20209 [  7069] By: jhi                                   on 2000/09/14  14:16:27
20210         Log: Remove vestiges of tr//CU.
20211              
20212              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
20213              From: Nick Clark <nick@plum.flirble.org>
20214              Date: Tue, 12 Sep 2000 22:50:14 +0100
20215              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
20216              
20217              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
20218              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20219              Date: Tue, 12 Sep 2000 21:38:48 -0700
20220              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
20221      Branch: perl
20222            ! op.h pod/perlunicode.pod
20223 ____________________________________________________________________________
20224 [  7068] By: jhi                                   on 2000/09/13  14:18:39
20225         Log: Add the Encode extension.  The code is still largely just skeleton.
20226      Branch: perl
20227            + ext/Encode/Encode.pm ext/Encode/Encode.xs
20228            + ext/Encode/Makefile.PL ext/Encode/Todo
20229            ! MANIFEST Todo-5.6
20230 ____________________________________________________________________________
20231 [  7067] By: jhi                                   on 2000/09/12  17:43:33
20232         Log: Allow for whitespace between "#" and "line" in cpp output.
20233              
20234              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
20235              From: Calle Dybedahl <calle@lysator.liu.se>
20236              Date: 12 Sep 2000 19:38:02 +0200 
20237              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
20238      Branch: perl
20239            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
20240 ____________________________________________________________________________
20241 [  7066] By: gsar                                  on 2000/09/12  17:24:29
20242         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
20243              initialization in all the threads on Windows
20244      Branch: perl
20245            ! win32/win32.c
20246 ____________________________________________________________________________
20247 [  7065] By: jhi                                   on 2000/09/12  15:11:31
20248         Log: Update Changes.
20249      Branch: perl
20250            ! Changes patchlevel.h
20251 ____________________________________________________________________________
20252 [  7064] By: jhi                                   on 2000/09/12  14:54:54
20253         Log: Retract #7062, the pod tests are not ready.
20254      Branch: perl
20255            ! t/TEST t/harness
20256 ____________________________________________________________________________
20257 [  7063] By: jhi                                   on 2000/09/12  14:25:41
20258         Log: The #7054 truncated Configure badly.
20259      Branch: metaconfig/U/perl
20260            ! End.U
20261      Branch: perl
20262            ! Configure config_h.SH
20263 ____________________________________________________________________________
20264 [  7062] By: jhi                                   on 2000/09/12  14:08:32
20265         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
20266              From: sthoenna@efn.org
20267              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
20268              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
20269      Branch: perl
20270            ! t/TEST t/harness
20271 ____________________________________________________________________________
20272 [  7061] By: jhi                                   on 2000/09/12  14:07:18
20273         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
20274              From: sthoenna@efn.org
20275              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
20276              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
20277      Branch: perl
20278            ! pod/perlxs.pod
20279 ____________________________________________________________________________
20280 [  7060] By: jhi                                   on 2000/09/12  14:06:08
20281         Log: Break up the myconfig lines a bit.
20282              
20283              Subject: perlbug/perl -V output format
20284              From: sthoenna@efn.org
20285              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
20286              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
20287      Branch: perl
20288            ! myconfig.SH
20289 ____________________________________________________________________________
20290 [  7059] By: jhi                                   on 2000/09/12  14:05:04
20291         Log: Test for the #7049.
20292              
20293              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
20294              From: andreas.koenig@anima.de (Andreas J. Koenig)
20295              Date: 12 Sep 2000 06:42:01 +0200
20296              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
20297      Branch: perl
20298            ! t/op/my.t
20299 ____________________________________________________________________________
20300 [  7058] By: jhi                                   on 2000/09/12  14:03:05
20301         Log: Subject: [patch: perl@7045] vms updates
20302              From: Peter Prymmer <pvhp@forte.com>
20303              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
20304              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
20305      Branch: perl
20306            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
20307 ____________________________________________________________________________
20308 [  7057] By: jhi                                   on 2000/09/12  14:00:51
20309         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
20310              From: sthoenna@efn.org
20311              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
20312              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
20313      Branch: perl
20314            ! t/op/64bitint.t
20315 ____________________________________________________________________________
20316 [  7056] By: jhi                                   on 2000/09/12  13:58:14
20317         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
20318              From: Jeff Pinyan <jeffp@crusoe.net>
20319              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
20320              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
20321      Branch: perl
20322            ! pod/perlfunc.pod
20323 ____________________________________________________________________________
20324 [  7055] By: jhi                                   on 2000/09/12  13:56:32
20325         Log: Do in VMS as the #7054 does.
20326      Branch: perl
20327            ! configure.com
20328 ____________________________________________________________________________
20329 [  7054] By: jhi                                   on 2000/09/12  13:50:31
20330         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
20331              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20332              Date: Mon, 11 Sep 2000 08:33:09 +0100
20333              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
20334      Branch: metaconfig/U/perl
20335            ! End.U
20336      Branch: perl
20337            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
20338            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
20339 ____________________________________________________________________________
20340 [  7053] By: jhi                                   on 2000/09/12  13:29:19
20341         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
20342              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20343              Date:     Tue, 12 Sep 2000 08:35:59 EDT
20344              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
20345      Branch: perl
20346            ! vms/test.com
20347 ____________________________________________________________________________
20348 [  7052] By: jhi                                   on 2000/09/11  23:01:50
20349         Log: Document the SvUTF8*().
20350      Branch: perl
20351            ! pod/perlapi.pod sv.h
20352 ____________________________________________________________________________
20353 [  7051] By: gsar                                  on 2000/09/11  14:46:30
20354         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
20355              (missed a spot when fixing up op_pmreplroot hack for ithreads)
20356      Branch: perl
20357            ! op.c t/op/split.t
20358 ____________________________________________________________________________
20359 [  7050] By: nick                                  on 2000/09/11  10:03:51
20360         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
20361              
20362              Subject: borland C++ win32.c tweak
20363              From: Vadim Konovalov <vkonovalov@lucent.com>
20364              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
20365              Date: Mon, 11 Sep 2000 11:22:33 +0400
20366      Branch: perl
20367            ! win32/win32.c
20368 ____________________________________________________________________________
20369 [  7049] By: nick                                  on 2000/09/11  09:57:33
20370         Log: Point fix for s/// on foreach (keys %xxx).
20371      Branch: perl
20372            ! pp_hot.c
20373 ____________________________________________________________________________
20374 [  7048] By: jhi                                   on 2000/09/10  23:37:09
20375         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
20376              by Pod::Text, from Brad Appleton.
20377      Branch: perl
20378            ! t/pod/testp2pt.pl
20379 ____________________________________________________________________________
20380 [  7047] By: jhi                                   on 2000/09/10  14:32:53
20381         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
20382              by Russ Allbery.
20383      Branch: perl
20384            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
20385 ____________________________________________________________________________
20386 [  7046] By: jhi                                   on 2000/09/10  14:15:08
20387         Log: Upgrade to CPAN 1.57_65, from Andreas König.
20388      Branch: perl
20389            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20390 ____________________________________________________________________________
20391 [  7045] By: jhi                                   on 2000/09/08  21:36:32
20392         Log: Update Changes.
20393      Branch: perl
20394            ! Changes patchlevel.h
20395 ____________________________________________________________________________
20396 [  7044] By: jhi                                   on 2000/09/08  21:29:56
20397         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
20398              From: Peter Prymmer <pvhp@forte.com>
20399              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
20400              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
20401      Branch: perl
20402            ! configure.com
20403 ____________________________________________________________________________
20404 [  7043] By: jhi                                   on 2000/09/08  21:27:50
20405         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
20406              From: Peter Prymmer <pvhp@forte.com>
20407              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
20408              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
20409      Branch: perl
20410            ! Makefile.SH installperl
20411 ____________________________________________________________________________
20412 [  7042] By: jhi                                   on 2000/09/08  21:23:21
20413         Log: Continue #7041.
20414      Branch: perl
20415            ! cygwin/Makefile.SHs os2/Makefile.SHs
20416 ____________________________________________________________________________
20417 [  7041] By: jhi                                   on 2000/09/08  21:18:10
20418         Log: Do away with memory models cruft.  Sorry, PDP users.
20419      Branch: metaconfig
20420            ! U/modified/cc.U U/modified/libpth.U
20421      Branch: perl
20422            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
20423            ! Porting/config_H cflags.SH config_h.SH configure.com
20424            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
20425            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
20426            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
20427 ____________________________________________________________________________
20428 [  7040] By: jhi                                   on 2000/09/08  14:34:18
20429         Log: Major rewrite of s2p.  And I mean really major, it is
20430              an implementation of sed in perl.  If called as s2p it
20431              will function as s2p.  Note: needs non-UNIXifying.
20432              
20433              Subject: s2p
20434              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
20435              Date: Mon, 28 Aug 2000 14:05:12 +0200
20436              Message-ID: <39AA5578.2102E2AA@alcatel.at>
20437      Branch: perl
20438            ! x2p/s2p.PL
20439 ____________________________________________________________________________
20440 [  7039] By: jhi                                   on 2000/09/08  14:19:49
20441         Log: Re-allow vec() for characters > 255.
20442              
20443              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
20444              From: Spider Boardman <spider@web.zk3.dec.com>
20445              Date: Fri, 08 Sep 2000 02:21:02 -0400
20446              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
20447      Branch: perl
20448            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
20449            ! t/op/vec.t
20450 ____________________________________________________________________________
20451 [  7038] By: jhi                                   on 2000/09/08  14:14:18
20452         Log: Subject: [PATCH lib/Benchmark.pm]
20453              From: <abigail@foad.org>
20454              Date: Thu, 7 Sep 2000 15:03:20 -0400
20455              Message-ID: <20000907190320.888.qmail@foad.org>
20456      Branch: perl
20457            ! lib/Benchmark.pm
20458 ____________________________________________________________________________
20459 [  7037] By: jhi                                   on 2000/09/08  14:11:06
20460         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
20461              
20462              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
20463              From: Spider Boardman <spider@web.zk3.dec.com>
20464              Date: Fri, 08 Sep 2000 01:30:27 -0400
20465              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
20466      Branch: perl
20467            ! op.c
20468 ____________________________________________________________________________
20469 [  7036] By: jhi                                   on 2000/09/08  14:08:58
20470         Log: Subject: [ID 20000908.002] perlipc documentation bug.
20471              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
20472              Date: Fri, 08 Sep 2000 12:38:32 +0200
20473              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
20474      Branch: perl
20475            ! pod/perlipc.pod
20476 ____________________________________________________________________________
20477 [  7035] By: jhi                                   on 2000/09/08  14:03:12
20478         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
20479              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20480              Date: Fri, 08 Sep 2000 11:47:34 +0200
20481              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
20482      Branch: perl
20483            ! hints/dec_osf.sh
20484 ____________________________________________________________________________
20485 [  7034] By: jhi                                   on 2000/09/08  13:59:35
20486         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
20487              From: Simon Cozens <simon@cozens.net>
20488              Date: Thu, 7 Sep 2000 20:40:38 +0100
20489              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
20490      Branch: perl
20491            ! pp_hot.c
20492 ____________________________________________________________________________
20493 [  7033] By: jhi                                   on 2000/09/08  04:03:03
20494         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
20495              From: "Larry W. Virden" <lvirden@cas.org>
20496              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
20497              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
20498      Branch: perl
20499            ! pod/perldiag.pod
20500 ____________________________________________________________________________
20501 [  7032] By: jhi                                   on 2000/09/07  22:18:30
20502         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
20503              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
20504              Date: Mon, 04 Sep 2000 13:16:38 -0700
20505              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
20506      Branch: perl
20507            ! lib/perl5db.pl
20508 ____________________________________________________________________________
20509 [  7031] By: jhi                                   on 2000/09/07  22:02:29
20510         Log: Fix the ccversion detection for 5.1 and beyond.
20511              
20512              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
20513              From: Spider Boardman <spider@leggy.zk3.dec.com>
20514              Date: Thu, 7 Sep 2000 17:54:27 -0400
20515              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
20516      Branch: perl
20517            ! hints/dec_osf.sh
20518 ____________________________________________________________________________
20519 [  7030] By: jhi                                   on 2000/09/07  19:12:28
20520         Log: Fix for
20521              
20522              Subject: [ID 20000903.001] \w in utf8-strings
20523              From: Marc Lehmann <pcg@goof.com>
20524              Date: Sun, 03 Sep 2000 09:44:29 +0200
20525              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
20526              
20527              and various related nits.
20528      Branch: perl
20529            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
20530 ____________________________________________________________________________
20531 [  7029] By: jhi                                   on 2000/09/07  18:49:09
20532         Log: Fix the URL, but the server is still missing in action.
20533              
20534              Subject: [ID 20000905.002] perlfaq1.pod URL error
20535              From: "Larry W. Virden" <lvirden@cas.org>
20536              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
20537              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
20538      Branch: perl
20539            ! pod/perlfaq1.pod
20540 ____________________________________________________________________________
20541 [  7028] By: jhi                                   on 2000/09/07  18:47:13
20542         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
20543              From: Hugo <hv@crypt.compulink.co.uk>
20544              Date: Tue, 05 Sep 2000 14:13:37 +0100
20545              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
20546      Branch: perl
20547            ! toke.c
20548 ____________________________________________________________________________
20549 [  7027] By: jhi                                   on 2000/09/07  18:45:35
20550         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
20551              From: Daniel Chetlin <daniel@chetlin.com>
20552              Date: Tue, 5 Sep 2000 04:57:07 -0700
20553              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
20554      Branch: perl
20555            ! pod/perlfaq6.pod pod/perlop.pod
20556 ____________________________________________________________________________
20557 [  7026] By: jhi                                   on 2000/09/07  18:44:01
20558         Log: Document the new ref() semantics.
20559              
20560              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
20561              From: Gisle Aas <gisle@ActiveState.com>
20562              Date: 05 Sep 2000 08:10:30 +0200
20563              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
20564      Branch: perl
20565            ! pod/perldelta.pod
20566 ____________________________________________________________________________
20567 [  7025] By: jhi                                   on 2000/09/07  18:42:27
20568         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
20569              
20570              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
20571              From: Gisle Aas <gisle@ActiveState.com>
20572              Date: 05 Sep 2000 08:11:40 +0200
20573              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
20574      Branch: perl
20575            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
20576 ____________________________________________________________________________
20577 [  7024] By: jhi                                   on 2000/09/07  18:39:32
20578         Log: Subject: [PATCH] Modernize Opcode.pm documentation
20579              From: Gisle Aas <gisle@ActiveState.com>
20580              Date: 4 Sep 2000 00:18:55 -0000
20581              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
20582      Branch: perl
20583            ! ext/Opcode/Opcode.pm
20584 ____________________________________________________________________________
20585 [  7023] By: jhi                                   on 2000/09/07  18:37:42
20586         Log: Subject: [PATCH] Tied filehandle documentation
20587              From: Gisle Aas <gisle@ActiveState.com>
20588              Date: 4 Sep 2000 00:14:40 -0000
20589              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
20590      Branch: perl
20591            ! pod/perlfunc.pod pod/perltie.pod
20592 ____________________________________________________________________________
20593 [  7022] By: jhi                                   on 2000/09/07  18:35:37
20594         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
20595              From: Gisle Aas <gisle@ActiveState.com>
20596              Date: 4 Sep 2000 00:04:22 -0000
20597              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
20598      Branch: perl
20599            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
20600 ____________________________________________________________________________
20601 [  7021] By: jhi                                   on 2000/09/07  18:33:22
20602         Log: Subject: small apidoc fix
20603              From: Marc Lehmann <pcg@goof.com>
20604              Date: Sun, 3 Sep 2000 05:12:06 +0200
20605              Message-ID: <20000903051206.A5909@cerebro.laendle>
20606      Branch: perl
20607            ! pod/perlapi.pod utf8.c
20608 ____________________________________________________________________________
20609 [  7020] By: jhi                                   on 2000/09/07  16:14:57
20610         Log: Tiny perldelta nits.
20611      Branch: perl
20612            ! pod/perldelta.pod
20613 ____________________________________________________________________________
20614 [  7019] By: jhi                                   on 2000/09/07  16:04:20
20615         Log: Guard against bad string->int conversion for quads.
20616      Branch: perl
20617            ! t/op/64bitint.t
20618 ____________________________________________________________________________
20619 [  7018] By: jhi                                   on 2000/09/06  17:07:03
20620         Log: Update Unicode todo list.
20621      Branch: perl
20622            ! Todo-5.6
20623 ____________________________________________________________________________
20624 [  7017] By: jhi                                   on 2000/09/05  21:16:01
20625         Log: Document the SvIOK_.*UV().
20626      Branch: perl
20627            ! pod/perlapi.pod sv.h
20628 ____________________________________________________________________________
20629 [  7016] By: nick                                  on 2000/09/03  21:54:46
20630         Log: Hash lookup of constant strings optimization:
20631              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
20632              to string table (as per sharepvn). Add newSV_pvn_share to create such
20633              a thing. Make hv.c compare addresses of strings and skip string compare
20634              if equal. Make method_named and helem ops use these shared-string SVs
20635              when arg is constant. Make keys op return shared-string SVs (less clearly
20636              a win).
20637      Branch: perl
20638            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
20639            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
20640            ! pod/perlintern.pod pp_hot.c proto.h sv.c
20641 ____________________________________________________________________________
20642 [  7015] By: jhi                                   on 2000/09/02  17:48:59
20643         Log: This is 5.7.0.
20644      Branch: perl
20645            ! Changes
20646 ____________________________________________________________________________
20647 [  7014] By: jhi                                   on 2000/09/02  17:35:45
20648         Log: Changes and patchlevel tweaks.
20649      Branch: perl
20650            ! Changes patchlevel.h
20651 ____________________________________________________________________________
20652 [  7013] By: jhi                                   on 2000/09/02  17:30:50
20653         Log: Update Changes.
20654      Branch: perl
20655            ! Changes patchlevel.h
20656 ____________________________________________________________________________
20657 [  7012] By: nick                                  on 2000/09/02  17:25:20
20658         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
20659      Branch: perl
20660            ! gv.c lib/overload.pm
20661 ____________________________________________________________________________
20662 [  7011] By: jhi                                   on 2000/09/02  17:16:25
20663         Log: Update perlhist.
20664      Branch: perl
20665            ! pod/perlhist.pod
20666 ____________________________________________________________________________
20667 [  7010] By: jhi                                   on 2000/09/02  17:01:35
20668         Log: perldelta nits.
20669      Branch: perl
20670            ! pod/perldelta.pod
20671 ____________________________________________________________________________
20672 [  7009] By: nick                                  on 2000/09/02  16:48:35
20673         Log: If overloaded %{} etc. return the object do not loop.
20674              Thus  sub deref { $_[0] } functions if object is wanted type.
20675      Branch: perl
20676            ! pp.h
20677 ____________________________________________________________________________
20678 [  7008] By: jhi                                   on 2000/09/02  16:26:11
20679         Log: Retab MANIFEST.
20680      Branch: perl
20681            ! ext/Storable/MANIFEST
20682 ____________________________________________________________________________
20683 [  7007] By: jhi                                   on 2000/09/02  16:23:02
20684         Log: Make certain cc is set before trying to run it.
20685      Branch: perl
20686            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
20687 ____________________________________________________________________________
20688 [  7006] By: jhi                                   on 2000/09/02  15:45:41
20689         Log: Unicode notes.
20690      Branch: perl
20691            ! pod/perldelta.pod
20692 ____________________________________________________________________________
20693 [  7005] By: jhi                                   on 2000/09/02  15:42:11
20694         Log: Various Configure nits by Philip Newton,
20695              plus the ebcdic one by me.
20696      Branch: metaconfig
20697            + U/modified/pager.U
20698            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
20699      Branch: metaconfig/U/perl
20700            ! Devel.U quadfio.U
20701      Branch: perl
20702            ! Configure config_h.SH
20703 ____________________________________________________________________________
20704 [  7004] By: jhi                                   on 2000/09/02  15:06:14
20705         Log: Apparently avoiding the swapping is too costly.
20706              
20707              From: "Ben Tilly" <ben_tilly@hotmail.com>
20708              Subject: Re: the door is closed.
20709              Date: Fri, 01 Sep 2000 20:23:16 EDT
20710              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
20711      Branch: perl
20712            ! pod/perlfaq4.pod
20713 ____________________________________________________________________________
20714 [  7003] By: nick                                  on 2000/09/02  12:26:04
20715         Log: Undo part of change 6489 which looks like a bulk edit which
20716              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
20717              The supressing of main:: on return from select() is undesirable.
20718      Branch: perl
20719            ! pp_sys.c
20720 ____________________________________________________________________________
20721 [  7002] By: jhi                                   on 2000/09/01  23:08:54
20722         Log: Update Changes.
20723      Branch: perl
20724            ! Changes patchlevel.h
20725 ____________________________________________________________________________
20726 [  7001] By: jhi                                   on 2000/09/01  23:00:13
20727         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
20728              From: Peter Prymmer <pvhp@forte.com>
20729              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
20730              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
20731              
20732              plus rework the http: spots as suggested by Tom Christiansen,
20733              plus regen perltoc.
20734      Branch: perl
20735            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
20736            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
20737 ____________________________________________________________________________
20738 [  7000] By: jhi                                   on 2000/09/01  22:36:01
20739         Log: Only the first line, thank you very much.
20740      Branch: perl
20741            ! hints/solaris_2.sh
20742 ____________________________________________________________________________
20743 [  6999] By: gsar                                  on 2000/09/01  22:16:40
20744         Log: change#6791 accidentally clobbered change#6710, put it back
20745      Branch: perl
20746            ! win32/win32.c
20747 ____________________________________________________________________________
20748 [  6998] By: jhi                                   on 2000/09/01  22:14:16
20749         Log: Mention the HP-UX LP64 freak failure.
20750      Branch: perl
20751            ! pod/perldelta.pod
20752 ____________________________________________________________________________
20753 [  6997] By: jhi                                   on 2000/09/01  21:48:32
20754         Log: Detypo.
20755      Branch: perl
20756            ! hints/hpux.sh
20757 ____________________________________________________________________________
20758 [  6996] By: jhi                                   on 2000/09/01  21:27:10
20759         Log: Update Changes.
20760      Branch: perl
20761            ! Changes patchlevel.h
20762 ____________________________________________________________________________
20763 [  6995] By: jhi                                   on 2000/09/01  21:14:24
20764         Log: Mi splgn s gnin.g
20765      Branch: perl
20766            ! pp_ctl.c
20767 ____________________________________________________________________________
20768 [  6994] By: jhi                                   on 2000/09/01  21:09:54
20769         Log: Subject: http:// in L<>
20770              From: Nicholas Clark <nick@ccl4.org>
20771              Date: Fri, 1 Sep 2000 22:03:21 +0100
20772              Message-ID: <20000901220321.B72074@plum.flirble.org>
20773      Branch: perl
20774            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
20775 ____________________________________________________________________________
20776 [  6993] By: jhi                                   on 2000/09/01  21:06:54
20777         Log: Update to Storable 1.0, from Raphael Manfredi.
20778      Branch: perl
20779            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
20780            ! ext/Storable/Makefile.PL ext/Storable/README
20781            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
20782            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
20783            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
20784            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
20785            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
20786            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
20787 ____________________________________________________________________________
20788 [  6992] By: jhi                                   on 2000/09/01  20:43:05
20789         Log: Mention known sfio+linux buglet.
20790      Branch: perl
20791            ! pod/perldelta.pod
20792 ____________________________________________________________________________
20793 [  6991] By: jhi                                   on 2000/09/01  20:40:11
20794         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
20795              From: Peter Prymmer <pvhp@forte.com>
20796              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
20797              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
20798      Branch: perl
20799            ! vms/vms.c
20800 ____________________________________________________________________________
20801 [  6990] By: jhi                                   on 2000/09/01  20:25:26
20802         Log: Retract #6986.
20803      Branch: perl
20804            ! hints/solaris_2.sh
20805 ____________________________________________________________________________
20806 [  6989] By: jhi                                   on 2000/09/01  20:23:00
20807         Log: Mergesort is back.
20808      Branch: perl
20809            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
20810 ____________________________________________________________________________
20811 [  6988] By: jhi                                   on 2000/09/01  19:37:40
20812         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
20813              From: Mike Guy <mjtg@cam.ac.uk>
20814              Date: Fri, 01 Sep 2000 17:43:33 +0100
20815              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
20816      Branch: perl
20817            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
20818            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
20819 ____________________________________________________________________________
20820 [  6987] By: jhi                                   on 2000/09/01  19:17:10
20821         Log: Regen perltoc.
20822      Branch: perl
20823            ! pod/perltoc.pod
20824 ____________________________________________________________________________
20825 [  6986] By: jhi                                   on 2000/09/01  18:51:10
20826         Log: Subject: Re: Solaris x86 has no SPARC libraries!
20827              From: Lupe Christoph <lupe@lupe-christoph.de>
20828              Date: Fri, 1 Sep 2000 20:41:20 +0200
20829              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
20830      Branch: perl
20831            ! hints/solaris_2.sh
20832 ____________________________________________________________________________
20833 [  6985] By: jhi                                   on 2000/09/01  18:28:10
20834         Log: Update Changes.
20835      Branch: perl
20836            ! Changes patchlevel.h
20837 ____________________________________________________________________________
20838 [  6984] By: jhi                                   on 2000/09/01  18:26:53
20839         Log: Feature ordering tweak.
20840      Branch: perl
20841            ! myconfig.SH
20842 ____________________________________________________________________________
20843 [  6983] By: jhi                                   on 2000/09/01  18:19:50
20844         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20845              From: <abigail@foad.org>
20846              Date: Fri, 1 Sep 2000 13:07:32 -0400
20847              Message-ID: <20000901170732.18249.qmail@foad.org>
20848      Branch: perl
20849            ! t/pragma/overload.t
20850 ____________________________________________________________________________
20851 [  6982] By: jhi                                   on 2000/09/01  18:17:54
20852         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
20853              so that case-ignoring systems like DCL can tell them from
20854              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
20855      Branch: metaconfig/U/perl
20856            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
20857      Branch: perl
20858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20859            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
20860            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
20861            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
20862            ! vos/config.def vos/config.h vos/config_h.SH_orig
20863            ! win32/config.bc win32/config.gc win32/config.vc
20864 ____________________________________________________________________________
20865 [  6981] By: nick                                  on 2000/09/01  17:21:57
20866         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
20867              warning when UNTIE exists and instead pass the cound of extra references to
20868              the UNTIE method.
20869      Branch: perl
20870            ! pod/perltie.pod pp_sys.c
20871 ____________________________________________________________________________
20872 [  6980] By: jhi                                   on 2000/09/01  16:54:44
20873         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
20874              From: Peter Prymmer <pvhp@forte.com>
20875              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
20876              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
20877      Branch: perl
20878            ! configure.com
20879 ____________________________________________________________________________
20880 [  6979] By: jhi                                   on 2000/09/01  16:06:20
20881         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
20882              From: Mike Guy <mjtg@cam.ac.uk> 
20883              Date: Fri, 01 Sep 2000 16:49:27 +0100
20884              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
20885      Branch: perl
20886            ! t/base/rs.t
20887 ____________________________________________________________________________
20888 [  6978] By: jhi                                   on 2000/09/01  16:00:42
20889         Log: Update to PodParser 1.18, from Brad Appleton.
20890      Branch: perl
20891            ! lib/Pod/Checker.pm t/pod/find.t
20892 ____________________________________________________________________________
20893 [  6977] By: jhi                                   on 2000/09/01  14:48:58
20894         Log: Subject: Nit in Configure (bleadperl@6961)
20895              From: Lupe Christoph <lupe@lupe-christoph.de>
20896              Date: Fri, 1 Sep 2000 16:34:29 +0200
20897              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
20898      Branch: metaconfig
20899            ! U/compline/ccflags.U
20900      Branch: perl
20901            ! Configure config_h.SH
20902 ____________________________________________________________________________
20903 [  6976] By: jhi                                   on 2000/09/01  14:39:52
20904         Log: Update Changes.
20905      Branch: perl
20906            ! Changes patchlevel.h
20907 ____________________________________________________________________________
20908 [  6975] By: jhi                                   on 2000/09/01  14:37:36
20909         Log: microperl config update.
20910      Branch: perl
20911            ! uconfig.h uconfig.sh
20912 ____________________________________________________________________________
20913 [  6974] By: jhi                                   on 2000/09/01  14:36:53
20914         Log: Document known deficiencies.
20915      Branch: perl
20916            ! pod/perldelta.pod
20917 ____________________________________________________________________________
20918 [  6973] By: jhi                                   on 2000/09/01  14:10:20
20919         Log: Mention warnings fixes and updates.
20920      Branch: perl
20921            ! pod/perldelta.pod
20922 ____________________________________________________________________________
20923 [  6972] By: jhi                                   on 2000/09/01  14:01:52
20924         Log: Drop unused argument.
20925              
20926              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
20927              From: Spider Boardman <spider@web.zk3.dec.com>
20928              Date: Thu, 31 Aug 2000 16:10:15 -0400
20929              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
20930      Branch: perl
20931            ! toke.c
20932 ____________________________________________________________________________
20933 [  6971] By: jhi                                   on 2000/09/01  13:59:24
20934         Log: Add the overload warnings to perldiag.
20935      Branch: perl
20936            ! lib/overload.pm pod/perldiag.pod
20937 ____________________________________________________________________________
20938 [  6970] By: jhi                                   on 2000/09/01  13:55:10
20939         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20940              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20941              Date: Fri, 1 Sep 2000 13:43:15 +0100 
20942              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
20943      Branch: perl
20944            ! lib/overload.pm t/pragma/overload.t
20945 ____________________________________________________________________________
20946 [  6969] By: jhi                                   on 2000/09/01  13:52:27
20947         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
20948              From: <abigail@foad.org>
20949              Date: Fri, 1 Sep 2000 05:46:54 -0400
20950              Message-ID: <20000901094654.6476.qmail@foad.org>
20951      Branch: perl
20952            ! lib/overload.pm
20953 ____________________________________________________________________________
20954 [  6968] By: jhi                                   on 2000/09/01  13:50:05
20955         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
20956              From: Daniel Chetlin <daniel@chetlin.com>
20957              Date: Fri, 1 Sep 2000 02:10:55 -0700
20958              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
20959      Branch: perl
20960            ! pod/perlretut.pod
20961 ____________________________________________________________________________
20962 [  6967] By: jhi                                   on 2000/09/01  13:47:54
20963         Log: Part of the solution.
20964              
20965              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
20966              From: Mike Guy <mjtg@cam.ac.uk>
20967              Date: Fri, 01 Sep 2000 14:16:01 +0100
20968              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
20969      Branch: perl
20970            ! gv.c mg.c
20971 ____________________________________________________________________________
20972 [  6966] By: jhi                                   on 2000/09/01  13:46:17
20973         Log: Subject: CPAN.pm beta 1.57_57 for the core
20974              From: andreas.koenig@anima.de (Andreas J. Koenig)
20975              Date: 01 Sep 2000 15:16:31 +0200
20976              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
20977      Branch: perl
20978            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
20979 ____________________________________________________________________________
20980 [  6965] By: jhi                                   on 2000/09/01  13:43:18
20981         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
20982              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20983              Date: Fri, 01 Sep 2000 01:47:22 -0500
20984              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
20985      Branch: perl
20986            ! pod/perldelta.pod vms/vms.c
20987 ____________________________________________________________________________
20988 [  6964] By: jhi                                   on 2000/09/01  13:35:35
20989         Log: File::Temp patches from Andreas König,
20990              
20991              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
20992              From: andreas.koenig@anima.de (Andreas J. Koenig)
20993              Date: 01 Sep 2000 10:07:20 +0200
20994              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
20995              
20996              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
20997              From: andreas.koenig@anima.de (Andreas J. Koenig)
20998              Date: 31 Aug 2000 23:26:08 +0200
20999              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
21000      Branch: perl
21001            ! lib/File/Temp.pm t/lib/ftmp-security.t
21002 ____________________________________________________________________________
21003 [  6963] By: jhi                                   on 2000/09/01  02:22:24
21004         Log: Retract the mergesort code, way too incompatible licensing
21005              and copyrights.
21006      Branch: perl
21007            ! pod/perldelta.pod pp_ctl.c
21008 ____________________________________________________________________________
21009 [  6962] By: jhi                                   on 2000/08/31  23:27:32
21010         Log: Update Changes.
21011      Branch: perl
21012            ! Changes patchlevel.h
21013 ____________________________________________________________________________
21014 [  6961] By: jhi                                   on 2000/08/31  23:20:04
21015         Log: Small tweaks all over.
21016      Branch: metaconfig
21017            ! U/compline/d_gconvert.U
21018      Branch: perl
21019            ! AUTHORS Configure config_h.SH pp_ctl.c
21020 ____________________________________________________________________________
21021 [  6960] By: jhi                                   on 2000/08/31  22:39:36
21022         Log: Further rewording.
21023      Branch: perl
21024            ! pp_ctl.c
21025 ____________________________________________________________________________
21026 [  6959] By: jhi                                   on 2000/08/31  21:26:44
21027         Log: More address tweaking.
21028      Branch: perl
21029            ! AUTHORS Changes
21030 ____________________________________________________________________________
21031 [  6958] By: jhi                                   on 2000/08/31  20:47:25
21032         Log: AUTHORS tweaks, from Peter Prymmer.
21033              
21034              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
21035              From: Peter Prymmer <pvhp@forte.com>
21036              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
21037              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
21038      Branch: perl
21039            ! AUTHORS MAINTAIN
21040 ____________________________________________________________________________
21041 [  6957] By: jhi                                   on 2000/08/31  20:34:43
21042         Log: perldelta tweaks.
21043      Branch: perl
21044            ! pod/perldelta.pod
21045 ____________________________________________________________________________
21046 [  6956] By: jhi                                   on 2000/08/31  19:11:06
21047         Log: Regen perltoc.
21048      Branch: perl
21049            ! pod/perltoc.pod
21050 ____________________________________________________________________________
21051 [  6955] By: jhi                                   on 2000/08/31  19:06:30
21052         Log: Clarify the mergesort situation.
21053      Branch: perl
21054            ! pp_ctl.c
21055 ____________________________________________________________________________
21056 [  6954] By: jhi                                   on 2000/08/31  18:24:17
21057         Log: Move the Solaris 7 scan to use64bitall, make the
21058              failure to find 64-bot sparc libc to mention the
21059              possibility of being in an intel, from Lupe and Alan.
21060      Branch: perl
21061            ! hints/solaris_2.sh
21062 ____________________________________________________________________________
21063 [  6953] By: jhi                                   on 2000/08/31  18:09:20
21064         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
21065              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
21066      Branch: metaconfig
21067            ! U/compline/d_gconvert.U U/threads/archname.U
21068      Branch: metaconfig/U/perl
21069            ! perlxv.U
21070      Branch: perl
21071            ! Configure config_h.SH sv.c
21072 ____________________________________________________________________________
21073 [  6952] By: jhi                                   on 2000/08/31  17:42:24
21074         Log: :: not allowed in pathnames, change to .
21075              
21076              Subject: [PATCH perl@6938] cygwin port
21077              From: "Fifer, Eric" <EFifer@sanwaint.com>
21078              Date: Thu, 31 Aug 2000 16:32:59 +0100
21079              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
21080      Branch: metaconfig/U/perl
21081            ! perlxv.U
21082 ____________________________________________________________________________
21083 [  6951] By: jhi                                   on 2000/08/31  17:02:05
21084         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
21085      Branch: perl
21086            ! perl.h
21087 ____________________________________________________________________________
21088 [  6950] By: jhi                                   on 2000/08/31  16:26:08
21089         Log: More author updates.
21090              
21091              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
21092              From: Simon Cozens <simon@cozens.net>
21093              Date: Thu, 31 Aug 2000 17:13:32 +0100
21094              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
21095      Branch: perl
21096            ! AUTHORS
21097 ____________________________________________________________________________
21098 [  6949] By: jhi                                   on 2000/08/31  16:04:49
21099         Log: POSIX doesn't report long double values under -Duselongdouble
21100              when the long doubles are "real" (bigger than doubles).
21101              
21102              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
21103              From: Spider Boardman <spider@peano.zk3.dec.com>
21104              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
21105              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
21106      Branch: perl
21107            ! ext/POSIX/POSIX.xs
21108 ____________________________________________________________________________
21109 [  6948] By: jhi                                   on 2000/08/31  15:25:10
21110         Log: Update Changes.
21111      Branch: perl
21112            ! Changes patchlevel.h
21113 ____________________________________________________________________________
21114 [  6947] By: jhi                                   on 2000/08/31  15:22:29
21115         Log: Document UNTIE in a very minimalistic way.
21116      Branch: perl
21117            ! pod/perlfunc.pod pod/perltie.pod
21118 ____________________________________________________________________________
21119 [  6946] By: jhi                                   on 2000/08/31  15:15:23
21120         Log: Document known failures.
21121      Branch: perl
21122            ! pod/perldelta.pod
21123 ____________________________________________________________________________
21124 [  6945] By: jhi                                   on 2000/08/31  15:07:00
21125         Log: Don't attach -ld to the archname if pointless.
21126      Branch: metaconfig
21127            ! U/threads/archname.U
21128      Branch: perl
21129            ! Configure config_h.SH
21130 ____________________________________________________________________________
21131 [  6944] By: jhi                                   on 2000/08/31  14:37:42
21132         Log: Wrap the test in eval.
21133              
21134              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
21135              From: Tim Jenness <timj@jach.hawaii.edu>
21136              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
21137              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
21138      Branch: perl
21139            ! t/lib/ftmp-security.t
21140 ____________________________________________________________________________
21141 [  6943] By: jhi                                   on 2000/08/31  14:30:57
21142         Log: Make -Dusemorebits find long doubles in Solaris.
21143      Branch: perl
21144            ! hints/solaris_2.sh
21145 ____________________________________________________________________________
21146 [  6942] By: jhi                                   on 2000/08/31  13:48:45
21147         Log: Clarify the third case of ftmp-security warnings.
21148      Branch: perl
21149            ! INSTALL
21150 ____________________________________________________________________________
21151 [  6941] By: jhi                                   on 2000/08/31  13:40:31
21152         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
21153              From: <abigail@foad.org>
21154              Date: Thu, 31 Aug 2000 01:35:05 -0400
21155              Message-ID: <20000831053505.32120.qmail@foad.org>
21156      Branch: perl
21157            ! pod/perldelta.pod
21158 ____________________________________________________________________________
21159 [  6940] By: jhi                                   on 2000/08/31  13:38:48
21160         Log: Issue useful diagnostic on unknown pod commands.
21161              
21162              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
21163              From: <abigail@foad.org>
21164              Date: Thu, 31 Aug 2000 03:41:18 -0400
21165              Message-ID: <20000831074118.24880.qmail@foad.org>
21166      Branch: perl
21167            ! lib/Pod/Man.pm
21168 ____________________________________________________________________________
21169 [  6939] By: jhi                                   on 2000/08/31  13:34:33
21170         Log: Reveal Borland's isnan.
21171              
21172              Subject: build with BC++ tweak
21173              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21174              Date: Thu, 31 Aug 2000 13:09:37 +0400
21175              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
21176      Branch: perl
21177            ! win32/win32.h
21178 ____________________________________________________________________________
21179 [  6938] By: jhi                                   on 2000/08/31  05:01:20
21180         Log: Update Changes.
21181      Branch: perl
21182            ! Changes patchlevel.h
21183 ____________________________________________________________________________
21184 [  6937] By: jhi                                   on 2000/08/31  04:26:23
21185         Log: sscanf() may be the only way to read long doubles from strings.
21186      Branch: metaconfig/U/perl
21187            ! longdblfio.U
21188      Branch: perl
21189            ! Configure config_h.SH perl.h util.c
21190 ____________________________________________________________________________
21191 [  6936] By: jhi                                   on 2000/08/31  04:18:19
21192         Log: The #6929 was too skimpy.
21193      Branch: perl
21194            ! sv.c
21195 ____________________________________________________________________________
21196 [  6935] By: jhi                                   on 2000/08/31  02:47:07
21197         Log: Subject: Re: typos in pods
21198              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21199              Date: Wed, 30 Aug 2000 19:25:34 -0700
21200              Message-ID: <eIcr5gzkg25X092yn@efn.org>
21201      Branch: perl
21202            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
21203 ____________________________________________________________________________
21204 [  6934] By: jhi                                   on 2000/08/31  02:42:55
21205         Log: Missed one Unicode file.
21206      Branch: perl
21207            + lib/unicode/UCDFF301.html
21208 ____________________________________________________________________________
21209 [  6933] By: jhi                                   on 2000/08/30  23:42:27
21210         Log: Update Changes.
21211      Branch: perl
21212            ! Changes patchlevel.h
21213 ____________________________________________________________________________
21214 [  6932] By: jhi                                   on 2000/08/30  23:40:07
21215         Log: Mention UNTIE in perldelta.  Still needs documenting
21216              in perltie et alia.
21217      Branch: perl
21218            ! pod/perldelta.pod
21219 ____________________________________________________________________________
21220 [  6931] By: jhi                                   on 2000/08/30  23:36:02
21221         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
21222              From: <abigail@foad.org>
21223              Date: Wed, 30 Aug 2000 19:28:07 -0400
21224              Message-ID: <20000830232807.305.qmail@foad.org>
21225      Branch: perl
21226            ! pod/perldelta.pod
21227 ____________________________________________________________________________
21228 [  6930] By: jhi                                   on 2000/08/30  23:32:40
21229         Log: Update to Unicode 3.0.1.
21230      Branch: perl
21231            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
21232            + lib/unicode/PropList.txt lib/unicode/README.perl
21233            + lib/unicode/UCD301.html lib/unicode/Unicode.301
21234            - lib/unicode/Props.txt lib/unicode/UCD300.html
21235            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
21236            ! (edit 257 files)
21237 ____________________________________________________________________________
21238 [  6929] By: jhi                                   on 2000/08/30  22:38:18
21239         Log: Heap decorruption.
21240              
21241              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
21242              From: Alan Burlison <Alan.Burlison@uk.sun.com>
21243              Date: Wed, 30 Aug 2000 22:39:52 +0100
21244              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
21245      Branch: perl
21246            ! sv.c
21247 ____________________________________________________________________________
21248 [  6928] By: jhi                                   on 2000/08/30  22:29:34
21249         Log: Retract the dummy test, skip the security tests (instead of failing),
21250              explain what the warnings mean.
21251      Branch: perl
21252            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
21253 ____________________________________________________________________________
21254 [  6927] By: jhi                                   on 2000/08/30  22:14:13
21255         Log: Change the internal implementation of sort() to be mergesort
21256              instead of quicksort, from John Linderman <jpl@research.att.com>.
21257              Gives us better worst case, better average case, and stability.
21258              What's there not to like?  (Small fixes for threaded builds
21259              were required).
21260      Branch: perl
21261            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
21262 ____________________________________________________________________________
21263 [  6926] By: jhi                                   on 2000/08/30  20:55:20
21264         Log: A better fix for the Socket building problem from Craig Berry.
21265      Branch: perl
21266            ! vms/vms.c
21267 ____________________________________________________________________________
21268 [  6925] By: jhi                                   on 2000/08/30  20:20:25
21269         Log: Subject: [PATCH] Re: UNTIE method 
21270              From: Nick Ing-Simmons <nik@tiuk.ti.com>
21271              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
21272              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
21273      Branch: perl
21274            ! pp_sys.c t/op/tie.t
21275 ____________________________________________________________________________
21276 [  6924] By: jhi                                   on 2000/08/30  20:17:11
21277         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
21278              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21279              Date: Wed, 30 Aug 2000 15:03:14 -0500
21280              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
21281      Branch: perl
21282            ! vms/vms.c
21283 ____________________________________________________________________________
21284 [  6923] By: jhi                                   on 2000/08/30  20:15:18
21285         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
21286              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21287              Date: Wed, 30 Aug 2000 13:30:36 -0500
21288              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
21289      Branch: perl
21290            ! vms/vms.c
21291 ____________________________________________________________________________
21292 [  6922] By: jhi                                   on 2000/08/30  19:54:43
21293         Log: Better options for rsync.
21294      Branch: perl
21295            ! pod/perlhack.pod
21296 ____________________________________________________________________________
21297 [  6921] By: jhi                                   on 2000/08/30  19:40:16
21298         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
21299              From: Rick Delaney <rick@consumercontact.com>
21300              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
21301              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
21302      Branch: perl
21303            ! pod/perlfunc.pod
21304 ____________________________________________________________________________
21305 [  6920] By: jhi                                   on 2000/08/30  19:36:40
21306         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
21307              From: Peter Prymmer <pvhp@forte.com>
21308              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
21309              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
21310      Branch: perl
21311            ! configure.com
21312 ____________________________________________________________________________
21313 [  6919] By: jhi                                   on 2000/08/30  14:52:02
21314         Log: Update Changes.
21315      Branch: perl
21316            ! Changes patchlevel.h
21317 ____________________________________________________________________________
21318 [  6918] By: jhi                                   on 2000/08/30  14:48:34
21319         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
21320      Branch: perl
21321            ! lib/ExtUtils/typemap
21322 ____________________________________________________________________________
21323 [  6917] By: jhi                                   on 2000/08/30  14:46:34
21324         Log: Subject: typos in pods
21325              From: Nicholas Clark <nick@ccl4.org>
21326              Date: Wed, 30 Aug 2000 01:12:50 +0100
21327              Message-ID: <20000830011249.A61388@plum.flirble.org>
21328      Branch: perl
21329            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
21330            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
21331            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
21332            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
21333 ____________________________________________________________________________
21334 [  6916] By: jhi                                   on 2000/08/30  14:19:09
21335         Log: Document Storable problems on Crays.  (Will have
21336              to document all the other Storable problems, too.)
21337      Branch: perl
21338            ! pod/perldelta.pod
21339 ____________________________________________________________________________
21340 [  6915] By: jhi                                   on 2000/08/30  14:06:02
21341         Log: Subject: [PATCH] fix misc cast warnings
21342              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21343              Date: Tue, 29 Aug 2000 23:16:14 -0700
21344              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
21345      Branch: perl
21346            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
21347            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
21348            ! os2/os2ish.h
21349 ____________________________________________________________________________
21350 [  6914] By: jhi                                   on 2000/08/30  14:03:45
21351         Log: Timestamp mismatch again.  Need to fix this dependence on
21352              config_h.SH timestamp, since it's the contents of config_h.SH
21353              that matter.
21354      Branch: perl
21355            ! uconfig.h uconfig.sh
21356 ____________________________________________________________________________
21357 [  6913] By: jhi                                   on 2000/08/30  13:54:06
21358         Log: Don't say "Perl 5.0 source kit".
21359      Branch: perl
21360            ! perl.c
21361 ____________________________________________________________________________
21362 [  6912] By: jhi                                   on 2000/08/30  13:51:24
21363         Log: Reset archname and archname64 always, forcing them be
21364              recomputed at each Configure run, make Configure and
21365              the hints files agree on the naming of largefiles variables.
21366      Branch: metaconfig
21367            ! U/threads/archname.U
21368      Branch: metaconfig/U/perl
21369            ! use64bits.U
21370      Branch: perl
21371            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
21372            ! hints/linux.sh hints/solaris_2.sh
21373 ____________________________________________________________________________
21374 [  6911] By: jhi                                   on 2000/08/30  13:30:13
21375         Log: Put back the slice accidentally removed by #6907.
21376      Branch: perl
21377            ! hints/solaris_2.sh
21378 ____________________________________________________________________________
21379 [  6910] By: jhi                                   on 2000/08/30  01:24:26
21380         Log: Be consistent: other Net::get* do export theirs.
21381              
21382              Subject: Re: Net::protoent does not export 'getproto'
21383              From: Yasushi Nakajima <sey@jkc.co.jp>
21384              Date: Wed, 30 Aug 2000 09:53:14 +0900
21385              Message-Id: <200008300051.DAA24700@taku.hut.fi>
21386      Branch: perl
21387            ! lib/Net/protoent.pm
21388 ____________________________________________________________________________
21389 [  6909] By: jhi                                   on 2000/08/30  01:17:25
21390         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
21391              From: Gurusamy Sarathy <gsar@ActiveState.com>
21392              Date: Tue, 29 Aug 2000 17:17:07 -0700
21393              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
21394      Branch: perl
21395            ! cop.h
21396 ____________________________________________________________________________
21397 [  6908] By: jhi                                   on 2000/08/30  00:58:05
21398         Log: Update Changes.
21399      Branch: perl
21400            ! Changes patchlevel.h
21401 ____________________________________________________________________________
21402 [  6907] By: jhi                                   on 2000/08/30  00:57:22
21403         Log: Introduce ccname to keep track of what compiler kind of we have.
21404      Branch: metaconfig/U/perl
21405            ! Checkcc.U gccvers.U
21406      Branch: perl
21407            ! Configure config_h.SH hints/solaris_2.sh
21408 ____________________________________________________________________________
21409 [  6906] By: jhi                                   on 2000/08/30  00:25:47
21410         Log: Put back the flags dump as reasoned in
21411              
21412              Subject: Re: [PATCH] Glob dumping
21413              From: Mike Guy <mjtg@cam.ac.uk> 
21414              Date: Tue, 29 Aug 2000 21:41:32 +0100
21415              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
21416      Branch: perl
21417            ! dump.c t/lib/peek.t
21418 ____________________________________________________________________________
21419 [  6905] By: jhi                                   on 2000/08/30  00:16:17
21420         Log: Make the epsilon to be relative, not absolute.
21421              
21422              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
21423              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
21424              Date: Tue, 29 Aug 2000 19:58:56 -0400
21425              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
21426      Branch: perl
21427            ! t/lib/trig.t
21428 ____________________________________________________________________________
21429 [  6904] By: jhi                                   on 2000/08/30  00:13:09
21430         Log: From now on, Gisle is on my list of usual suspects :-)
21431              Retract #6902.
21432      Branch: perl
21433            ! ext/Opcode/Safe.pm
21434 ____________________________________________________________________________
21435 [  6903] By: jhi                                   on 2000/08/29  23:51:20
21436         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
21437              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21438              Date: Tue, 29 Aug 2000 18:43:26 -0500
21439              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
21440      Branch: perl
21441            + vms/vmspipe.com
21442            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
21443            ! vms/vms.c
21444 ____________________________________________________________________________
21445 [  6902] By: jhi                                   on 2000/08/29  23:44:14
21446         Log: Retry what #6882 attempted.
21447              
21448              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
21449              From: Gisle Aas <gisle@ActiveState.com>
21450              Date: 30 Aug 2000 00:33:09 +0200
21451              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
21452      Branch: perl
21453            ! ext/Opcode/Safe.pm
21454 ____________________________________________________________________________
21455 [  6901] By: jhi                                   on 2000/08/29  22:59:32
21456         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
21457              From: Hugo <hv@crypt.compulink.co.uk>
21458              Date: Mon, 12 Jun 2000 19:36:08 +0100
21459              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
21460      Branch: perl
21461            ! sv.c
21462 ____________________________________________________________________________
21463 [  6900] By: jhi                                   on 2000/08/29  22:58:35
21464         Log: Admit that we are leaking scalars.
21465              
21466              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
21467              From: Spider Boardman <spider@leggy.zk3.dec.com>
21468              Date: Tue, 29 Aug 2000 18:48:29 -0400
21469              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
21470      Branch: perl
21471            ! t/pragma/warnings.t
21472 ____________________________________________________________________________
21473 [  6899] By: jhi                                   on 2000/08/29  20:53:13
21474         Log: Update Changes.
21475      Branch: perl
21476            ! Changes patchlevel.h
21477 ____________________________________________________________________________
21478 [  6898] By: jhi                                   on 2000/08/29  20:46:21
21479         Log: Undo namespace pollution of #6878.
21480              
21481              Subject: Re: Net::protoent does not export 'getproto'
21482              From: Mike Guy <mjtg@cam.ac.uk>
21483              Date: Tue, 29 Aug 2000 21:32:37 +0100
21484              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
21485      Branch: perl
21486            ! lib/Net/protoent.pm
21487 ____________________________________________________________________________
21488 [  6897] By: jhi                                   on 2000/08/29  20:44:29
21489         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
21490              From: Peter Prymmer <pvhp@forte.com>
21491              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
21492              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
21493      Branch: perl
21494            ! pod/perlebcdic.pod
21495 ____________________________________________________________________________
21496 [  6896] By: jhi                                   on 2000/08/29  20:40:57
21497         Log: There's no point repeating the 'revision' (5) of perl5.
21498      Branch: metaconfig/U/perl
21499            ! Devel.U patchlevel.U
21500      Branch: perl
21501            ! Configure config_h.SH
21502 ____________________________________________________________________________
21503 [  6895] By: jhi                                   on 2000/08/29  20:16:58
21504         Log: Regen Configure for #6894.
21505      Branch: metaconfig/U/perl
21506            ! perladmin.U
21507      Branch: perl
21508            ! Configure config_h.SH
21509 ____________________________________________________________________________
21510 [  6894] By: jhi                                   on 2000/08/29  19:59:52
21511         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
21512              From: "Philip Newton" <Philip.Newton@gmx.net>
21513              Date: Tue, 29 Aug 2000 21:39:14 +0200
21514              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
21515      Branch: perl
21516            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
21517            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
21518            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
21519            ! utils/perlbug.PL
21520 ____________________________________________________________________________
21521 [  6893] By: jhi                                   on 2000/08/29  19:55:30
21522         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
21523              From: "Philip Newton" <Philip.Newton@gmx.net>
21524              Date: Tue, 29 Aug 2000 21:39:14 +0200
21525              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
21526      Branch: perl
21527            ! installhtml
21528 ____________________________________________________________________________
21529 [  6892] By: jhi                                   on 2000/08/29  19:53:59
21530         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
21531              From: "Philip Newton" <Philip.Newton@gmx.net>
21532              Date: Tue, 29 Aug 2000 21:48:18 +0200
21533              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
21534      Branch: perl
21535            ! lib/File/Temp.pm
21536 ____________________________________________________________________________
21537 [  6891] By: jhi                                   on 2000/08/29  18:30:03
21538         Log: Nail the ID 20000828.023.
21539      Branch: perl
21540            ! ext/Storable/Storable.xs
21541 ____________________________________________________________________________
21542 [  6890] By: jhi                                   on 2000/08/29  16:50:17
21543         Log: Under usethreads the dumped variable is IN_PAD.
21544              
21545              Subject: Re: [PATCH] Glob dumping
21546              From: Gisle Aas <gisle@ActiveState.com>
21547              Date: 29 Aug 2000 18:45:05 +0200
21548              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
21549      Branch: perl
21550            ! t/lib/peek.t
21551 ____________________________________________________________________________
21552 [  6889] By: jhi                                   on 2000/08/29  15:17:37
21553         Log: Update Changes.
21554      Branch: perl
21555            ! Changes patchlevel.h
21556 ____________________________________________________________________________
21557 [  6888] By: jhi                                   on 2000/08/29  14:49:59
21558         Log: Retract #6882, broke the safe tests.
21559      Branch: perl
21560            ! ext/Opcode/Safe.pm
21561 ____________________________________________________________________________
21562 [  6887] By: jhi                                   on 2000/08/29  14:47:06
21563         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
21564              From: Gisle Aas <gisle@ActiveState.com> 
21565              Date: 09 Jun 2000 20:00:11 +0200
21566              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
21567      Branch: perl
21568            ! utils/perldoc.PL
21569 ____________________________________________________________________________
21570 [  6886] By: jhi                                   on 2000/08/29  14:42:45
21571         Log: The #6881 removed one dump line.
21572      Branch: perl
21573            ! t/lib/peek.t
21574 ____________________________________________________________________________
21575 [  6885] By: jhi                                   on 2000/08/29  14:30:47
21576         Log: Don't forget to tidy up.
21577      Branch: perl
21578            ! t/lib/ftmp-security.t
21579 ____________________________________________________________________________
21580 [  6884] By: jhi                                   on 2000/08/29  14:25:17
21581         Log: Disabling the one test is a bit tricky.
21582      Branch: perl
21583            ! t/lib/ftmp-security.t
21584 ____________________________________________________________________________
21585 [  6883] By: jhi                                   on 2000/08/29  14:16:25
21586         Log: Disable one of the tests for now.
21587      Branch: perl
21588            ! t/lib/ftmp-security.t
21589 ____________________________________________________________________________
21590 [  6882] By: jhi                                   on 2000/08/29  14:05:50
21591         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
21592              From: gisle@aas.no
21593              Date: 29 Aug 2000 10:35:06 -0000
21594              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
21595      Branch: perl
21596            ! ext/Opcode/Safe.pm
21597 ____________________________________________________________________________
21598 [  6881] By: jhi                                   on 2000/08/29  14:03:51
21599         Log: Subject: [PATCH] Glob dumping
21600              From: Gisle Aas <gisle@ActiveState.com>
21601              Date: 29 Aug 2000 07:59:42 -0000
21602              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
21603      Branch: perl
21604            ! dump.c
21605 ____________________________________________________________________________
21606 [  6880] By: jhi                                   on 2000/08/29  14:02:01
21607         Log: Subject: [PATCH] Warnings in B::Deparse
21608              From: <abigail@foad.org>
21609              Date: Tue, 29 Aug 2000 00:00:01 -0400
21610              Message-ID: <20000829040001.2999.qmail@foad.org>
21611      Branch: perl
21612            ! ext/B/B/Deparse.pm
21613 ____________________________________________________________________________
21614 [  6879] By: jhi                                   on 2000/08/29  13:57:26
21615         Log: Missed a change in #6869.
21616      Branch: perl
21617            ! mg.c
21618 ____________________________________________________________________________
21619 [  6878] By: jhi                                   on 2000/08/29  13:45:04
21620         Log: Subject: Net::protoent does not export 'getproto'
21621              From: Yasushi Nakajima <sey@jkc.co.jp>
21622              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
21623      Branch: perl
21624            ! lib/Net/protoent.pm
21625 ____________________________________________________________________________
21626 [  6877] By: jhi                                   on 2000/08/29  13:39:19
21627         Log: Patches all over for people and the files they (hopefully) care about.
21628      Branch: perl
21629            ! AUTHORS Changes MAINTAIN
21630 ____________________________________________________________________________
21631 [  6876] By: jhi                                   on 2000/08/29  12:53:54
21632         Log: Fix for thinko in #6848.
21633              
21634              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
21635              From: Lupe Christoph <lupe@lupe-christoph.de>
21636              Date: Tue, 29 Aug 2000 09:04:08 +0200
21637              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
21638      Branch: perl
21639            ! ext/Thread/Thread.xs
21640 ____________________________________________________________________________
21641 [  6875] By: jhi                                   on 2000/08/29  12:50:14
21642         Log: Update to Getopt::Long 2.24, from Johan Vromans.
21643      Branch: perl
21644            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
21645 ____________________________________________________________________________
21646 [  6874] By: jhi                                   on 2000/08/29  02:09:53
21647         Log: Use minimal @INC in tests, most of the time just '../lib',
21648              so that we simply can't pick up stuff from other Perls than
21649              the one we are testing.  Pointed out by
21650              
21651              From: Mike Guy <mjtg@cam.ac.uk>
21652              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
21653              Date: Fri, 25 Aug 2000 15:15:59 +0100
21654              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
21655      Branch: perl
21656            ! (edit 185 files)
21657 ____________________________________________________________________________
21658 [  6873] By: jhi                                   on 2000/08/29  01:07:11
21659         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
21660              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21661              Date: Mon, 28 Aug 2000 17:45:52 -0700
21662              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
21663      Branch: perl
21664            ! Makefile.SH hints/os2.sh
21665 ____________________________________________________________________________
21666 [  6872] By: jhi                                   on 2000/08/28  23:33:39
21667         Log: Subject: [PATCH bleedperl@6866] spellings
21668              From: marcel@codewerk.com (Marcel Grunauer)
21669              Date: Tue, 29 Aug 2000 01:19:59 +0200
21670              Message-Id: <200008282319.BAA29862@gandalf.local>
21671      Branch: perl
21672            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
21673            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
21674            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
21675 ____________________________________________________________________________
21676 [  6871] By: jhi                                   on 2000/08/28  23:22:09
21677         Log: Take out the SUIDMAIL thing, that will not be
21678              a problem in 5.7.*.
21679      Branch: perl
21680            ! patchlevel.h
21681 ____________________________________________________________________________
21682 [  6870] By: jhi                                   on 2000/08/28  23:19:30
21683         Log: -S is the silent flag, -s is the strip flag.
21684              
21685              Subject: [PATCH] Re: [PATCH] make no-install          
21686              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21687              Date: Mon, 28 Aug 2000 15:12:55 -0700
21688              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
21689      Branch: perl
21690            ! Makefile.SH
21691 ____________________________________________________________________________
21692 [  6869] By: jhi                                   on 2000/08/28  23:12:05
21693         Log: Subject: [PATCH bleedperl@6856] warnings fixes
21694              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
21695              Date: Mon, 28 Aug 2000 23:55:06 +0100
21696              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
21697      Branch: perl
21698            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
21699            ! warnings.h warnings.pl
21700 ____________________________________________________________________________
21701 [  6868] By: jhi                                   on 2000/08/28  21:38:22
21702         Log: Potential cruft.
21703      Branch: perl
21704            ! Makefile.SH
21705 ____________________________________________________________________________
21706 [  6867] By: jhi                                   on 2000/08/28  21:35:36
21707         Log: Update Changes.
21708      Branch: perl
21709            ! Changes patchlevel.h
21710 ____________________________________________________________________________
21711 [  6866] By: jhi                                   on 2000/08/28  21:33:49
21712         Log: Subject: hv.h Doc Patch
21713              From: Fisher Mark <fisherm@tce.com>
21714              Date: Mon, 28 Aug 2000 16:24:59 -0500
21715              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
21716      Branch: perl
21717            ! hv.h
21718 ____________________________________________________________________________
21719 [  6865] By: jhi                                   on 2000/08/28  21:02:15
21720         Log: Add -ld to archname on long tr...double platforms.
21721      Branch: metaconfig
21722            ! U/threads/archname.U
21723      Branch: perl
21724            ! Configure config_h.SH
21725 ____________________________________________________________________________
21726 [  6864] By: jhi                                   on 2000/08/28  20:38:59
21727         Log: An attempt to fix the problem reported in
21728              
21729              Subject: Building perl@6856 using gcc/AIX 4.3.3 
21730              From: Daniel Muino <dmuino@afip.gov.ar> 
21731              Date: Mon, 28 Aug 2000 15:50:01 -0300   
21732              Message-ID: <20000828155001.A14403@con2-dgi>
21733              
21734              I can't test this properly since the gcc installation I have
21735              access to seems to be botched (gcc is calling the AIX cpp,
21736              a losing proposition...)
21737      Branch: perl
21738            ! hints/aix.sh
21739 ____________________________________________________________________________
21740 [  6863] By: jhi                                   on 2000/08/28  18:57:52
21741         Log: Fix for ID 20000828.001, long doubles were not formatted
21742              correctly (showed up in $], which stopped installing perl).
21743      Branch: perl
21744            ! sv.c
21745 ____________________________________________________________________________
21746 [  6862] By: jhi                                   on 2000/08/28  18:07:15
21747         Log: Typo in #6858.
21748      Branch: perl
21749            ! lib/Cwd.pm
21750 ____________________________________________________________________________
21751 [  6861] By: jhi                                   on 2000/08/28  17:57:27
21752         Log: opmini.o may be left around if a build is interrupted.
21753      Branch: perl
21754            ! Makefile.SH
21755 ____________________________________________________________________________
21756 [  6860] By: jhi                                   on 2000/08/28  16:52:50
21757         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
21758              From: Daniel Chetlin <daniel@chetlin.com>
21759              Date: Mon, 28 Aug 2000 01:14:18 -0700
21760              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
21761      Branch: perl
21762            ! lib/overload.pm
21763 ____________________________________________________________________________
21764 [  6859] By: jhi                                   on 2000/08/28  16:08:46
21765         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
21766              From: Nicholas Clark <nick@ccl4.org>
21767              Date: Mon, 28 Aug 2000 16:03:27 +0100
21768              Message-Id: <20000828160327.C49785@plum.flirble.org>
21769      Branch: perl
21770            ! ext/ByteLoader/bytecode.h
21771 ____________________________________________________________________________
21772 [  6858] By: jhi                                   on 2000/08/28  16:02:10
21773         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
21774              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
21775              Date: Mon, 28 Aug 2000 13:08:30 +0200
21776              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
21777      Branch: perl
21778            ! lib/Cwd.pm
21779 ____________________________________________________________________________
21780 [  6857] By: jhi                                   on 2000/08/28  15:42:47
21781         Log: display_format used as a class method without arguments was broken,
21782              reported in
21783              
21784              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
21785              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
21786              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
21787              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
21788      Branch: perl
21789            ! lib/Math/Complex.pm t/lib/complex.t
21790 ____________________________________________________________________________
21791 [  6856] By: jhi                                   on 2000/08/27  22:09:48
21792         Log: Update Changes.
21793      Branch: perl
21794            ! Changes patchlevel.h
21795 ____________________________________________________________________________
21796 [  6855] By: jhi                                   on 2000/08/27  21:59:21
21797         Log: Retract #6853 (false alarm).
21798      Branch: perl
21799            ! lib/ExtUtils/xsubpp
21800 ____________________________________________________________________________
21801 [  6854] By: jhi                                   on 2000/08/27  21:37:44
21802         Log: Update Changes.
21803      Branch: perl
21804            ! Changes patchlevel.h
21805 ____________________________________________________________________________
21806 [  6853] By: jhi                                   on 2000/08/27  21:37:16
21807         Log: Subject: [PATCH perl@6850] workaround for xsubpp
21808              From: Hugo <hv@crypt.compulink.co.uk>
21809              Date: Sun, 27 Aug 2000 22:30:25 +0100
21810              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
21811      Branch: perl
21812            ! lib/ExtUtils/xsubpp
21813 ____________________________________________________________________________
21814 [  6852] By: jhi                                   on 2000/08/27  21:33:58
21815         Log: Big-endian 64-bit patch from Raphael Manfredi.
21816      Branch: perl
21817            ! ext/Storable/Storable.xs
21818 ____________________________________________________________________________
21819 [  6851] By: jhi                                   on 2000/08/27  21:22:21
21820         Log: More ruthless editing from Hugo van der Sanden.
21821      Branch: perl
21822            ! pod/perldelta.pod
21823 ____________________________________________________________________________
21824 [  6850] By: jhi                                   on 2000/08/27  16:11:46
21825         Log: Update Changes.
21826      Branch: perl
21827            ! Changes patchlevel.h
21828 ____________________________________________________________________________
21829 [  6849] By: jhi                                   on 2000/08/27  16:11:05
21830         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
21831      Branch: perl
21832            ! configpm pod/perldelta.pod
21833 ____________________________________________________________________________
21834 [  6848] By: jhi                                   on 2000/08/27  15:35:08
21835         Log: Use the actual thread type, not the pointer-to-struct.
21836      Branch: perl
21837            ! ext/Thread/Thread.xs
21838 ____________________________________________________________________________
21839 [  6847] By: jhi                                   on 2000/08/27  15:30:49
21840         Log: Test nit.
21841      Branch: perl
21842            ! t/pragma/warn/pp_sys
21843 ____________________________________________________________________________
21844 [  6846] By: jhi                                   on 2000/08/27  15:19:02
21845         Log: Passing -R in ldflags makes now it to appear in the default
21846              for lddlflags, just like with -L.
21847              
21848              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
21849              From: Lupe Christoph <lupe@lupe-christoph.de>
21850              Date: Sun, 27 Aug 2000 10:28:21 +0200
21851              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
21852      Branch: metaconfig/U/perl
21853            ! dlsrc.U
21854      Branch: perl
21855            ! Configure
21856 ____________________________________________________________________________
21857 [  6845] By: jhi                                   on 2000/08/27  15:08:54
21858         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
21859              From: Alan Burlison <Alan.Burlison@uk.sun.com>
21860              Date: Sat, 26 Aug 2000 22:23:27 +0100
21861              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
21862      Branch: perl
21863            ! lib/ExtUtils/MM_Unix.pm
21864 ____________________________________________________________________________
21865 [  6844] By: jhi                                   on 2000/08/27  15:02:37
21866         Log: DJGPP update from Laszlo Molnar.
21867              
21868              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
21869              From: ml1050 <ml1050@freemail.hu>
21870              Date: Sat, 26 Aug 2000 23:24:40 +0200
21871              Message-Id: <20000826232440.A439@freemail.hu>
21872      Branch: perl
21873            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
21874            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
21875 ____________________________________________________________________________
21876 [  6843] By: jhi                                   on 2000/08/27  14:53:58
21877         Log: Subject: installman buglet
21878              From: Lupe Christoph <lupe@lupe-christoph.de>
21879              Date: Sun, 27 Aug 2000 14:38:59 +0200
21880              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
21881      Branch: perl
21882            ! installman
21883 ____________________________________________________________________________
21884 [  6842] By: jhi                                   on 2000/08/27  14:52:08
21885         Log: Can't get the test to reliably work thanks to the
21886              inaccurateness of floating point.  "Resolves" bug ids
21887              20000826.003, 20000826.009, 20000826.010,
21888      Branch: perl
21889            ! t/lib/trig.t
21890 ____________________________________________________________________________
21891 [  6841] By: jhi                                   on 2000/08/26  15:53:58
21892         Log: Update Changes.
21893      Branch: perl
21894            ! Changes patchlevel.h
21895 ____________________________________________________________________________
21896 [  6840] By: jhi                                   on 2000/08/26  14:23:03
21897         Log: grep -e isn't portable.
21898              
21899              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
21900              From: chris@broadband.att.com
21901              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
21902              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
21903      Branch: perl
21904            ! hints/solaris_2.sh
21905 ____________________________________________________________________________
21906 [  6839] By: jhi                                   on 2000/08/26  14:12:23
21907         Log: no-install target a la make -n.
21908              
21909              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
21910              From: <abigail@foad.org>
21911              Date: Sat, 26 Aug 2000 03:57:34 -0400
21912              Message-ID: <20000826075735.18912.qmail@foad.org>
21913      Branch: perl
21914            ! Makefile.SH installman installperl
21915 ____________________________________________________________________________
21916 [  6838] By: jhi                                   on 2000/08/26  14:06:33
21917         Log: Retract #6826 as the #6828 should be do the same
21918              in a More Correct Way.
21919      Branch: perl
21920            ! installperl
21921 ____________________________________________________________________________
21922 [  6837] By: jhi                                   on 2000/08/26  05:24:00
21923         Log: More casting.
21924      Branch: perl
21925            ! ext/Storable/Storable.xs
21926 ____________________________________________________________________________
21927 [  6836] By: jhi                                   on 2000/08/26  05:05:46
21928         Log: Nicer in decimal.
21929      Branch: perl
21930            ! ext/Storable/Storable.xs
21931 ____________________________________________________________________________
21932 [  6835] By: jhi                                   on 2000/08/26  05:03:50
21933         Log: There be no UVdf.
21934      Branch: perl
21935            ! ext/Storable/Storable.xs
21936 ____________________________________________________________________________
21937 [  6834] By: jhi                                   on 2000/08/26  05:00:18
21938         Log: Continue IVdfing and UVxfing.
21939      Branch: perl
21940            ! ext/Storable/Storable.xs
21941 ____________________________________________________________________________
21942 [  6833] By: jhi                                   on 2000/08/26  04:53:14
21943         Log: Use IVdf.
21944      Branch: perl
21945            ! ext/Storable/Storable.xs
21946 ____________________________________________________________________________
21947 [  6832] By: jhi                                   on 2000/08/26  04:40:41
21948         Log: Document PTR2XX and INT2PTR.
21949      Branch: perl
21950            ! pod/perlguts.pod
21951 ____________________________________________________________________________
21952 [  6831] By: jhi                                   on 2000/08/26  04:33:18
21953         Log: Use UVxf, PTR2UV, NVff.
21954      Branch: perl
21955            ! ext/Storable/Storable.xs
21956 ____________________________________________________________________________
21957 [  6830] By: jhi                                   on 2000/08/26  04:31:32
21958         Log: Update the test count.
21959      Branch: perl
21960            ! t/lib/trig.t
21961 ____________________________________________________________________________
21962 [  6829] By: jhi                                   on 2000/08/26  03:05:50
21963         Log: Subject: [PATCH] installation not quite silent yet.
21964              From: <abigail@foad.org>
21965              Date: Fri, 25 Aug 2000 20:07:53 -0400
21966              Message-ID: <20000826000753.7822.qmail@foad.org>
21967      Branch: perl
21968            ! installman installperl
21969 ____________________________________________________________________________
21970 [  6828] By: jhi                                   on 2000/08/26  03:05:14
21971         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
21972              From: Spider Boardman <spider@web.zk3.dec.com>
21973              Date: Fri, 25 Aug 2000 19:12:40 -0400
21974              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
21975      Branch: perl
21976            ! gv.c
21977 ____________________________________________________________________________
21978 [  6827] By: jhi                                   on 2000/08/25  23:54:34
21979         Log: Support preserving extremely big/small angles.
21980      Branch: perl
21981            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
21982 ____________________________________________________________________________
21983 [  6826] By: jhi                                   on 2000/08/25  23:01:20
21984         Log: Patch installperl to be long double-aware.
21985              
21986              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
21987              From: Spider Boardman <spider@web.zk3.dec.com>
21988              Date: Fri, 25 Aug 2000 18:15:23 -0400
21989              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
21990      Branch: perl
21991            ! installperl
21992 ____________________________________________________________________________
21993 [  6825] By: jhi                                   on 2000/08/25  22:58:25
21994         Log: Remove duplicately applied patch shards.
21995              
21996              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
21997              From: Spider Boardman <spider@leggy.zk3.dec.com>
21998              Date: Fri, 25 Aug 2000 16:45:03 -0400
21999              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
22000      Branch: perl
22001            ! t/lib/cgi-html.t
22002 ____________________________________________________________________________
22003 [  6824] By: jhi                                   on 2000/08/25  22:57:00
22004         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
22005              From: Daniel Chetlin <daniel@chetlin.com>
22006              Date: Fri, 25 Aug 2000 12:23:16 -0700
22007              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
22008              
22009              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
22010              From: Daniel Chetlin <daniel@chetlin.com>
22011              Date: Fri, 25 Aug 2000 14:47:19 -0700
22012              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
22013      Branch: perl
22014            ! installman
22015 ____________________________________________________________________________
22016 [  6823] By: jhi                                   on 2000/08/25  22:44:17
22017         Log: Timestamp problem?
22018      Branch: perl
22019            ! uconfig.h uconfig.sh
22020 ____________________________________________________________________________
22021 [  6822] By: jhi                                   on 2000/08/25  19:01:06
22022         Log: One forgotten file from #6816.
22023      Branch: perl
22024            ! vos/config.h
22025 ____________________________________________________________________________
22026 [  6821] By: jhi                                   on 2000/08/25  18:56:39
22027         Log: Regen Changes.
22028      Branch: perl
22029            ! Changes patchlevel.h
22030 ____________________________________________________________________________
22031 [  6820] By: jhi                                   on 2000/08/25  18:52:35
22032         Log: Fix Changes ordering.
22033      Branch: perl
22034            ! Changes
22035 ____________________________________________________________________________
22036 [  6819] By: jhi                                   on 2000/08/25  18:50:25
22037         Log: Update Changes.
22038      Branch: perl
22039            ! Changes patchlevel.h
22040 ____________________________________________________________________________
22041 [  6818] By: jhi                                   on 2000/08/25  18:47:45
22042         Log: Tweak the sfio/useperlio logic, hopefully as wished in
22043              
22044              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
22045              From: Nicholas Clark <nick@babyhippo.co.uk>
22046              Date: Fri, 25 Aug 2000 12:01:45 +0100
22047              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
22048      Branch: metaconfig/U/perl
22049            ! d_sfio.U
22050      Branch: perl
22051            ! Configure
22052 ____________________________________________________________________________
22053 [  6817] By: jhi                                   on 2000/08/25  18:32:51
22054         Log: Allow microperl to assume <math.h>, without it the math
22055              functions like floor() are assumed to return int, which makes
22056              for core dumps in machines where integer and floating register
22057              don't mix.
22058      Branch: perl
22059            ! uconfig.h uconfig.sh
22060 ____________________________________________________________________________
22061 [  6816] By: jhi                                   on 2000/08/25  18:27:17
22062         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
22063              the problem reported in
22064              
22065              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
22066              From: danhale@us.ibm.com
22067              Date: Fri, 25 Aug 2000 10:58:06 -0400
22068              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
22069      Branch: metaconfig/U/perl
22070            + d_socks5_init.U
22071      Branch: perl
22072            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
22073            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
22074            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
22075            ! win32/config.gc win32/config.vc
22076 ____________________________________________________________________________
22077 [  6815] By: jhi                                   on 2000/08/25  17:43:31
22078         Log: A solution for the retrieve_fd autosplit warning,
22079              idea suggested by Mike Guy.
22080      Branch: perl
22081            ! ext/Storable/Storable.pm
22082 ____________________________________________________________________________
22083 [  6814] By: jhi                                   on 2000/08/25  17:16:03
22084         Log: Add install-silent target.
22085      Branch: perl
22086            ! Makefile.SH
22087 ____________________________________________________________________________
22088 [  6813] By: jhi                                   on 2000/08/25  17:14:23
22089         Log: Subject: Re: [PATCH] More silencing of installman.
22090              From: <abigail@foad.org>
22091              Date: Thu, 24 Aug 2000 19:27:03 -0400
22092              Message-ID: <20000824232703.7001.qmail@foad.org>
22093              
22094              Subject: Re: [PATCH] More silencing of installman.
22095              From: <abigail@foad.org>
22096              Date: Fri, 25 Aug 2000 03:00:58 -0400
22097              Message-ID: <20000825070058.10697.qmail@foad.org>
22098      Branch: perl
22099            ! installman
22100 ____________________________________________________________________________
22101 [  6812] By: jhi                                   on 2000/08/25  17:11:28
22102         Log: installperl --verbose and --silent.
22103              
22104              Subject: Re: [PATCH] More silencing of installman.
22105              From: <abigail@foad.org>
22106              Message-ID: <20000825064430.9719.qmail@foad.org>
22107              Date: Fri, 25 Aug 2000 02:44:30 -0400
22108      Branch: perl
22109            ! installperl
22110 ____________________________________________________________________________
22111 [  6811] By: jhi                                   on 2000/08/25  17:05:43
22112         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
22113              From: "Peter J. Farley III" <pjfarley@banet.net>
22114              Date: Thu, 24 Aug 2000 21:58:03 -0400
22115              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
22116              
22117              (applied slightly modified)
22118      Branch: perl
22119            ! lib/ExtUtils/MM_Unix.pm
22120 ____________________________________________________________________________
22121 [  6810] By: jhi                                   on 2000/08/25  17:01:18
22122         Log: Missing parts of 
22123              
22124              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
22125              From: Peter Prymmer <pvhp@forte.com>
22126              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
22127              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
22128      Branch: perl
22129            ! t/lib/cgi-html.t
22130 ____________________________________________________________________________
22131 [  6809] By: jhi                                   on 2000/08/25  16:46:32
22132         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
22133              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22134              Date: Thu, 24 Aug 2000 19:13:11 -0500
22135              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
22136      Branch: perl
22137            ! vms/vms.c
22138 ____________________________________________________________________________
22139 [  6808] By: jhi                                   on 2000/08/25  16:39:22
22140         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
22141              From: Peter Prymmer <pvhp@forte.com>
22142              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
22143              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
22144      Branch: perl
22145            ! configure.com
22146 ____________________________________________________________________________
22147 [  6807] By: jhi                                   on 2000/08/25  16:36:37
22148         Log: Better wording for the vec lvalue diagnostic.
22149              
22150              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22151              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
22152              Date: Wed, 23 Aug 2000 14:12:16 -0400
22153              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
22154      Branch: perl
22155            ! pod/perldiag.pod
22156 ____________________________________________________________________________
22157 [  6806] By: jhi                                   on 2000/08/24  18:17:22
22158         Log: Subject: [PATCH] More silencing of installman.
22159              From: <abigail@foad.org>
22160              Date: Thu, 24 Aug 2000 14:01:44 -0400
22161              Message-ID: <20000824180144.20062.qmail@foad.org>
22162      Branch: perl
22163            ! installman
22164 ____________________________________________________________________________
22165 [  6805] By: jhi                                   on 2000/08/24  15:00:31
22166         Log: Update Changes.
22167      Branch: perl
22168            ! Changes patchlevel.h
22169 ____________________________________________________________________________
22170 [  6804] By: jhi                                   on 2000/08/24  14:59:07
22171         Log: Regen perltoc.
22172      Branch: perl
22173            ! pod/perltoc.pod
22174 ____________________________________________________________________________
22175 [  6803] By: jhi                                   on 2000/08/24  14:44:39
22176         Log: Show the doc file, not the temp file.
22177      Branch: perl
22178            ! installman
22179 ____________________________________________________________________________
22180 [  6802] By: jhi                                   on 2000/08/24  14:41:53
22181         Log: Continue silencing.
22182      Branch: perl
22183            ! installman
22184 ____________________________________________________________________________
22185 [  6801] By: jhi                                   on 2000/08/24  14:34:40
22186         Log: Actually do something with the silencer option.
22187      Branch: perl
22188            ! installman
22189 ____________________________________________________________________________
22190 [  6800] By: jhi                                   on 2000/08/24  14:26:22
22191         Log: Make installman to recognize the silence flag -S.
22192      Branch: perl
22193            ! installman
22194 ____________________________________________________________________________
22195 [  6799] By: jhi                                   on 2000/08/24  13:49:38
22196         Log: DOS patches and portability/porting notes, from Tim Jenness.
22197      Branch: perl
22198            ! lib/File/Temp.pm
22199 ____________________________________________________________________________
22200 [  6798] By: jhi                                   on 2000/08/24  13:48:27
22201         Log: Create directories in silence.
22202              
22203              Subject: [PATCH] Another silencer for MakeMaker
22204              From: andreas.koenig@anima.de (Andreas J. Koenig)
22205              Date: 24 Aug 2000 14:18:52 +0200
22206              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
22207      Branch: perl
22208            ! lib/ExtUtils/Command.pm
22209 ____________________________________________________________________________
22210 [  6797] By: jhi                                   on 2000/08/24  13:46:42
22211         Log: More liberal parsing of version numbers.
22212              
22213              Subject: Re: CPAN.pm beta for testing available
22214              From: andreas.koenig@anima.de (Andreas J. Koenig)
22215              Date: 24 Aug 2000 13:51:57 +0200
22216              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
22217      Branch: perl
22218            ! lib/CPAN.pm
22219 ____________________________________________________________________________
22220 [  6796] By: jhi                                   on 2000/08/24  13:44:36
22221         Log: Make "make install" by default silent.  A new "install-verbose"
22222              target is verbose.
22223      Branch: perl
22224            ! Makefile.SH
22225 ____________________________________________________________________________
22226 [  6795] By: jhi                                   on 2000/08/24  13:39:14
22227         Log: Add silencer flags to installperl.
22228              
22229              Subject: [PATCH] Making installperl silent.
22230              From: <abigail@foad.org>
22231              Date: Thu, 24 Aug 2000 05:01:45 -0400
22232              Message-ID: <20000824090145.13141.qmail@foad.org>
22233      Branch: perl
22234            ! installperl
22235 ____________________________________________________________________________
22236 [  6794] By: jhi                                   on 2000/08/24  13:35:50
22237         Log: installperl couldn't tell whether it had run tests or not.
22238              
22239              Subject: [PATCH] Re: installperl and t/TEST
22240              From: <abigail@foad.org>
22241              Date: Thu, 24 Aug 2000 04:00:53 -0400
22242              Message-ID: <20000824080053.2494.qmail@foad.org>
22243      Branch: perl
22244            ! Makefile.SH installperl
22245 ____________________________________________________________________________
22246 [  6793] By: jhi                                   on 2000/08/24  13:27:50
22247         Log: Drop the separate perlbc, perlcc -b should be enough.
22248      Branch: perl
22249            - utils/perlbc.PL
22250            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
22251 ____________________________________________________________________________
22252 [  6792] By: jhi                                   on 2000/08/24  04:41:30
22253         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
22254              plus the typo fix from Peter Prymmer.
22255      Branch: perl
22256            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
22257            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
22258 ____________________________________________________________________________
22259 [  6791] By: jhi                                   on 2000/08/24  02:10:43
22260         Log: Replace #6705 with a minimal doc patch.
22261              
22262              Subject: [PATCH 5.6.0] replace change #6705
22263              From: Jan Dubois <jand@ActiveState.com>
22264              Date: Wed, 23 Aug 2000 18:31:51 -0700
22265              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
22266      Branch: perl
22267            ! lib/Win32.pod win32/win32.c
22268 ____________________________________________________________________________
22269 [  6790] By: jhi                                   on 2000/08/23  17:52:00
22270         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
22271              From: Mike Guy <mjtg@cam.ac.uk>
22272              Date: Wed, 23 Aug 2000 18:38:46 +0100
22273              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
22274      Branch: perl
22275            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
22276 ____________________________________________________________________________
22277 [  6789] By: jhi                                   on 2000/08/23  15:34:21
22278         Log: Update Changes.
22279      Branch: perl
22280            ! Changes patchlevel.h
22281 ____________________________________________________________________________
22282 [  6788] By: jhi                                   on 2000/08/23  15:33:40
22283         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
22284              From: Wilfredo Sánchez <wsanchez@apple.com>
22285              Date: Tue, 22 Aug 2000 19:31:27 -0700
22286              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
22287      Branch: perl
22288            ! perl.h
22289 ____________________________________________________________________________
22290 [  6787] By: jhi                                   on 2000/08/23  15:29:31
22291         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
22292              From: Spider Boardman <spider@leggy.zk3.dec.com>
22293              Date: Wed, 23 Aug 2000 10:33:23 -0400
22294              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
22295      Branch: perl
22296            ! lib/Pod/Html.pm
22297 ____________________________________________________________________________
22298 [  6786] By: jhi                                   on 2000/08/23  15:28:11
22299         Log: Bad makefile.
22300      Branch: perl
22301            ! ext/B/Makefile.PL
22302 ____________________________________________________________________________
22303 [  6785] By: jhi                                   on 2000/08/23  14:37:04
22304         Log: Update Changes.
22305      Branch: perl
22306            ! Changes patchlevel.h
22307 ____________________________________________________________________________
22308 [  6784] By: jhi                                   on 2000/08/23  13:58:41
22309         Log: Portability fix from Hugo van der Sanden.
22310      Branch: perl
22311            ! ext/re/Makefile.PL
22312 ____________________________________________________________________________
22313 [  6783] By: jhi                                   on 2000/08/23  13:53:53
22314         Log: Storable support, v-version fixes.
22315              
22316              Subject: CPAN.pm beta for testing available
22317              From: andreas.koenig@anima.de (Andreas J. Koenig)
22318              Date: 22 Aug 2000 23:31:33 +0200
22319              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
22320      Branch: perl
22321            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22322 ____________________________________________________________________________
22323 [  6782] By: jhi                                   on 2000/08/23  13:51:26
22324         Log: Mac and other portability updates from Chris Nandor.
22325      Branch: perl
22326            ! pod/perlmodinstall.pod
22327 ____________________________________________________________________________
22328 [  6781] By: jhi                                   on 2000/08/23  13:47:33
22329         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
22330              From: Peter Prymmer <pvhp@forte.com>
22331              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
22332              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
22333      Branch: perl
22334            ! ext/Storable/Storable.xs
22335 ____________________________________________________________________________
22336 [  6780] By: jhi                                   on 2000/08/23  13:33:34
22337         Log: VMS MMS (make) wants null action.
22338      Branch: perl
22339            ! ext/B/Makefile.PL
22340 ____________________________________________________________________________
22341 [  6779] By: jhi                                   on 2000/08/22  19:44:47
22342         Log: Forgot portability nit.
22343      Branch: perl
22344            ! t/lib/st-forgive.t
22345 ____________________________________________________________________________
22346 [  6778] By: jhi                                   on 2000/08/22  19:35:25
22347         Log: Be portable.
22348      Branch: perl
22349            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
22350            ! t/lib/st-store.t
22351 ____________________________________________________________________________
22352 [  6777] By: jhi                                   on 2000/08/22  18:50:53
22353         Log: Update Changes.
22354      Branch: perl
22355            ! Changes patchlevel.h
22356 ____________________________________________________________________________
22357 [  6776] By: jhi                                   on 2000/08/22  18:44:46
22358         Log: cSVOPo_*v things index into the current PL_curpad
22359              under ithreads, which is different from the curpad
22360              used by the XSUB.  (In other words, the code as-is
22361              before this patch wouldn't work under ithreads.)
22362              From Sarathy.
22363      Branch: perl
22364            ! ext/B/B.xs
22365 ____________________________________________________________________________
22366 [  6775] By: jhi                                   on 2000/08/22  18:18:37
22367         Log: Make the selection of NVff et al stricter.
22368      Branch: metaconfig/U/perl
22369            ! perlxvf.U
22370      Branch: perl
22371            ! Configure config_h.SH
22372 ____________________________________________________________________________
22373 [  6774] By: jhi                                   on 2000/08/22  17:19:42
22374         Log: perldelta nits.
22375      Branch: perl
22376            ! pod/perldelta.pod
22377 ____________________________________________________________________________
22378 [  6773] By: jhi                                   on 2000/08/22  17:06:26
22379         Log: Long double fixes from Spider Boardman.
22380              
22381              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
22382              From: system PRIVILEGED account <root@peano.zk3.dec.com>
22383              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
22384              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
22385      Branch: perl
22386            ! t/lib/bigfltpm.t t/lib/st-06compat.t
22387 ____________________________________________________________________________
22388 [  6772] By: jhi                                   on 2000/08/22  15:04:53
22389         Log: Update Changes.
22390      Branch: perl
22391            ! Changes patchlevel.h
22392 ____________________________________________________________________________
22393 [  6771] By: jhi                                   on 2000/08/22  15:01:44
22394         Log: perldelta fixes from Hugo van der Sanden.
22395      Branch: perl
22396            ! pod/perldelta.pod
22397 ____________________________________________________________________________
22398 [  6770] By: jhi                                   on 2000/08/22  14:34:49
22399         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
22400              From: Hugo <hv@crypt.compulink.co.uk>
22401              Date: Tue, 22 Aug 2000 11:21:53 +0100
22402              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
22403      Branch: perl
22404            ! regcomp.c
22405 ____________________________________________________________________________
22406 [  6769] By: jhi                                   on 2000/08/22  14:30:02
22407         Log: Add Yitzchak, reformat.
22408      Branch: perl
22409            ! Changes config_h.SH
22410 ____________________________________________________________________________
22411 [  6768] By: jhi                                   on 2000/08/22  14:21:35
22412         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
22413              and Spider Boardman.
22414      Branch: metaconfig
22415            ! U/compline/d_gconvert.U
22416      Branch: perl
22417            ! Configure
22418 ____________________________________________________________________________
22419 [  6767] By: jhi                                   on 2000/08/22  14:11:24
22420         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
22421              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22422              Date: Mon, 21 Aug 2000 19:08:31 -0700
22423              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
22424      Branch: perl
22425            - ext/Storable/patchlevel.h
22426            ! MANIFEST ext/Storable/MANIFEST
22427 ____________________________________________________________________________
22428 [  6766] By: jhi                                   on 2000/08/22  13:49:29
22429         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
22430              From: Peter Prymmer <pvhp@forte.com>
22431              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
22432              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
22433      Branch: perl
22434            ! configure.com ext/Storable/Makefile.PL
22435 ____________________________________________________________________________
22436 [  6765] By: jhi                                   on 2000/08/22  13:44:59
22437         Log: Subject: [PATCH blead] B:: missing dependency
22438              From: Hugo <hv@crypt.compulink.co.uk>
22439              Date: Tue, 22 Aug 2000 06:44:33 +0100
22440              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
22441      Branch: perl
22442            ! ext/B/Makefile.PL
22443 ____________________________________________________________________________
22444 [  6764] By: jhi                                   on 2000/08/22  13:38:12
22445         Log: More bytecompiler.
22446      Branch: perl
22447            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
22448 ____________________________________________________________________________
22449 [  6763] By: jhi                                   on 2000/08/22  13:36:44
22450         Log: Bytecompiler patches from Benjamin Stuhl.
22451      Branch: perl
22452            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
22453            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
22454            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
22455            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
22456            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
22457            ! perl.c perlapi.h pod/perldelta.pod
22458 ____________________________________________________________________________
22459 [  6762] By: jhi                                   on 2000/08/21  23:43:40
22460         Log: An obsoleted diagnostic.
22461      Branch: perl
22462            ! pod/perldelta.pod
22463 ____________________________________________________________________________
22464 [  6761] By: jhi                                   on 2000/08/21  23:01:45
22465         Log: The #6759 wasn't quite right.
22466      Branch: perl
22467            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
22468            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
22469            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
22470            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
22471            ! t/lib/st-tieditems.t
22472 ____________________________________________________________________________
22473 [  6760] By: jhi                                   on 2000/08/21  22:35:49
22474         Log: Be verydeepclean.
22475      Branch: perl
22476            ! Makefile.SH
22477 ____________________________________________________________________________
22478 [  6759] By: jhi                                   on 2000/08/21  22:25:40
22479         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
22480              From: Peter Prymmer <pvhp@forte.com>
22481              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
22482              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
22483      Branch: perl
22484            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
22485            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
22486            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
22487            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
22488            ! t/lib/st-tieditems.t
22489 ____________________________________________________________________________
22490 [  6758] By: jhi                                   on 2000/08/21  22:22:32
22491         Log: Few more casts, need reported in
22492              
22493              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
22494              From: Mike Stok <mike@stok.co.uk>
22495              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
22496              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
22497              
22498              and
22499              
22500              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
22501              From: abigail@foad.org
22502              Date: 21 Aug 2000 21:31:34 -0000
22503              Message-Id: <20000821213134.30170.qmail@foad.org>
22504      Branch: perl
22505            ! ext/Storable/Storable.xs
22506 ____________________________________________________________________________
22507 [  6757] By: jhi                                   on 2000/08/21  18:37:07
22508         Log: Update Changes.
22509      Branch: perl
22510            ! Changes patchlevel.h
22511 ____________________________________________________________________________
22512 [  6756] By: jhi                                   on 2000/08/21  18:34:02
22513         Log: A pod nit.
22514              
22515              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
22516              From: <abigail@foad.org>
22517              Date: Mon, 21 Aug 2000 14:00:16 -0400
22518              Message-ID: <20000821180016.28627.qmail@foad.org>
22519      Branch: perl
22520            ! pod/perlre.pod
22521 ____________________________________________________________________________
22522 [  6755] By: jhi                                   on 2000/08/21  18:30:56
22523         Log: Use PodParser 1.18 new test.
22524      Branch: perl
22525            ! t/pod/special_seqs.t t/pod/special_seqs.xr
22526 ____________________________________________________________________________
22527 [  6754] By: jhi                                   on 2000/08/21  18:28:35
22528         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
22529              patches cannot be applied since #6712 conflicts.
22530      Branch: perl
22531            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
22532 ____________________________________________________________________________
22533 [  6753] By: jhi                                   on 2000/08/21  18:15:11
22534         Log: Weed out some smaller changes.
22535      Branch: perl
22536            ! pod/perldelta.pod
22537 ____________________________________________________________________________
22538 [  6752] By: jhi                                   on 2000/08/21  18:02:30
22539         Log: Also under djgpp the timestamps are funky.
22540      Branch: perl
22541            ! t/op/stat.t
22542 ____________________________________________________________________________
22543 [  6751] By: jhi                                   on 2000/08/21  17:55:56
22544         Log: Tweak the floating point output routine preferences.
22545      Branch: metaconfig
22546            ! U/compline/d_gconvert.U
22547      Branch: perl
22548            ! Configure
22549 ____________________________________________________________________________
22550 [  6750] By: jhi                                   on 2000/08/21  17:51:29
22551         Log: Unicos/mk requires elaborate paranoia.
22552      Branch: perl
22553            ! lib/Math/Complex.pm
22554 ____________________________________________________________________________
22555 [  6749] By: gsar                                  on 2000/08/21  16:53:31
22556         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
22557      Branch: perl
22558            ! lib/Cwd.pm
22559 ____________________________________________________________________________
22560 [  6748] By: gsar                                  on 2000/08/21  16:22:19
22561         Log: free TLS slot properly on Windows
22562      Branch: perl
22563            ! thread.h win32/perllib.c win32/win32thread.h
22564 ____________________________________________________________________________
22565 [  6747] By: jhi                                   on 2000/08/21  16:20:58
22566         Log: Rename the macro argument because some preprocessors
22567              can't tell the difference and expand arguments also inside
22568              double quoted strings.
22569      Branch: perl
22570            ! regcomp.c
22571 ____________________________________________________________________________
22572 [  6746] By: jhi                                   on 2000/08/21  16:09:41
22573         Log: Support long doubles in Storable.
22574              
22575              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
22576              From: Radu Greab <radu@netsoft.ro>
22577              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
22578              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
22579      Branch: perl
22580            ! ext/Storable/Storable.xs
22581 ____________________________________________________________________________
22582 [  6745] By: jhi                                   on 2000/08/21  15:51:40
22583         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
22584              From: "Fifer, Eric" <EFifer@sanwaint.com>
22585              Date: Mon, 21 Aug 2000 15:34:49 +0100
22586              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
22587      Branch: perl
22588            ! t/pragma/warn/9enabled
22589 ____________________________________________________________________________
22590 [  6744] By: jhi                                   on 2000/08/21  15:39:35
22591         Log: Document the endianness of Alpha more precisely.
22592      Branch: perl
22593            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
22594            ! pod/perlport.pod
22595 ____________________________________________________________________________
22596 [  6743] By: jhi                                   on 2000/08/21  14:47:05
22597         Log: perldelta fixes from the p5p crowd.
22598      Branch: perl
22599            ! pod/perldelta.pod pod/perlop.pod
22600 ____________________________________________________________________________
22601 [  6742] By: jhi                                   on 2000/08/21  13:34:51
22602         Log: Update to Pod::LaTeX 0.53.
22603              
22604              Subject: [PATCH] lib/Pod/LaTeX.pm updates
22605              From: Tim Jenness <timj@jach.hawaii.edu>
22606              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
22607              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
22608      Branch: perl
22609            ! lib/Pod/LaTeX.pm
22610 ____________________________________________________________________________
22611 [  6741] By: jhi                                   on 2000/08/21  13:33:01
22612         Log: Subject: [PATCH] os2.c fix for use64bitint
22613              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22614              Date: Mon, 21 Aug 2000 01:32:25 -0700
22615              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
22616      Branch: perl
22617            ! os2/os2.c
22618 ____________________________________________________________________________
22619 [  6740] By: jhi                                   on 2000/08/21  13:28:52
22620         Log: Array context keeps slithering in.
22621              
22622              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
22623              From: Daniel Chetlin <daniel@chetlin.com>
22624              Date: Sun, 20 Aug 2000 21:40:25 -0700
22625              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
22626      Branch: perl
22627            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
22628            ! pod/perldebtut.pod
22629 ____________________________________________________________________________
22630 [  6739] By: jhi                                   on 2000/08/21  13:23:55
22631         Log: Big-endian quad fixes for Storable from Radu Greab,
22632              plus few explicit null casts for picky compilers.
22633      Branch: perl
22634            ! ext/Storable/Storable.xs
22635 ____________________________________________________________________________
22636 [  6738] By: gsar                                  on 2000/08/21  05:56:13
22637         Log: small tweaks for change#6705: avoid C++ style comments in C code;
22638              use Perl's malloc API rather than the low level system one
22639      Branch: perl
22640            ! win32/win32.c
22641 ____________________________________________________________________________
22642 [  6737] By: gsar                                  on 2000/08/21  05:35:41
22643         Log: add Storable to list of extensions on Windows
22644      Branch: perl
22645            ! win32/Makefile win32/makefile.mk
22646 ____________________________________________________________________________
22647 [  6736] By: jhi                                   on 2000/08/21  02:57:53
22648         Log: Update Changes.
22649      Branch: perl
22650            ! Changes patchlevel.h
22651 ____________________________________________________________________________
22652 [  6735] By: jhi                                   on 2000/08/21  02:57:20
22653         Log: Draft 0.
22654      Branch: perl
22655            ! pod/perldelta.pod
22656 ____________________________________________________________________________
22657 [  6734] By: jhi                                   on 2000/08/21  02:57:03
22658         Log: Add Storable 0.7.2 from Raphael Manfredi,
22659              plus the patch from
22660              
22661              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
22662              From: Radu Greab <radu@netsoft.ro>
22663              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
22664              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
22665              
22666              plus changes to get Storable to compile with
22667              picky ANSI compilers.
22668      Branch: perl
22669            + ext/Storable/ChangeLog ext/Storable/MANIFEST
22670            + ext/Storable/Makefile.PL ext/Storable/README
22671            + ext/Storable/Storable.pm ext/Storable/Storable.xs
22672            + ext/Storable/patchlevel.h t/lib/st-06compat.t
22673            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
22674            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
22675            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
22676            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
22677            + t/lib/st-tieditems.t
22678            ! MANIFEST
22679 ____________________________________________________________________________
22680 [  6733] By: jhi                                   on 2000/08/21  02:29:09
22681         Log: The correct cleaning order is an art.
22682      Branch: perl
22683            ! Makefile.SH
22684 ____________________________________________________________________________
22685 [  6732] By: jhi                                   on 2000/08/21  01:23:39
22686         Log: The #6724 is here.
22687      Branch: perl
22688            ! t/lib/ftmp-security.t
22689 ____________________________________________________________________________
22690 [  6731] By: jhi                                   on 2000/08/20  23:17:03
22691         Log: s/this one/the 5.6.0 release/
22692      Branch: perl
22693            ! pod/perl56delta.pod
22694 ____________________________________________________________________________
22695 [  6730] By: jhi                                   on 2000/08/20  23:07:34
22696         Log: Mention perlebcdic and perlposix-bc.
22697      Branch: perl
22698            ! pod/perlport.pod
22699 ____________________________________________________________________________
22700 [  6729] By: jhi                                   on 2000/08/20  21:32:59
22701         Log: Document the number of exponent digits.
22702      Branch: perl
22703            ! pod/perlfunc.pod
22704 ____________________________________________________________________________
22705 [  6728] By: jhi                                   on 2000/08/20  21:16:47
22706         Log: Use File::Spec->tmpdir().
22707              
22708              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
22709              From: Tim Jenness <timj@jach.hawaii.edu>
22710              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
22711              MIME-Version: 1.0
22712              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
22713      Branch: perl
22714            ! utils/perlbug.PL
22715 ____________________________________________________________________________
22716 [  6727] By: jhi                                   on 2000/08/20  20:43:32
22717         Log: Update Changes.
22718      Branch: perl
22719            ! Changes patchlevel.h
22720 ____________________________________________________________________________
22721 [  6726] By: jhi                                   on 2000/08/20  20:41:44
22722         Log: The veryclean target needs to clobber.
22723      Branch: perl
22724            ! Makefile.SH
22725 ____________________________________________________________________________
22726 [  6725] By: jhi                                   on 2000/08/20  20:37:38
22727         Log: Document odd vs even subreleases and -Dusedevel.
22728      Branch: perl
22729            ! INSTALL
22730 ____________________________________________________________________________
22731 [  6724] By: jhi                                   on 2000/08/20  19:58:05
22732         Log: Use temporary directory instead of current directory.
22733              
22734              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
22735              From: Tim Jenness <timj@jach.hawaii.edu>
22736              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
22737              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
22738      Branch: perl
22739            ! t/lib/ftmp-security.t
22740 ____________________________________________________________________________
22741 [  6723] By: jhi                                   on 2000/08/20  19:55:55
22742         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
22743              From: andreas.koenig@anima.de (Andreas J. Koenig)
22744              Date: 20 Aug 2000 15:52:03 +0200
22745              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
22746      Branch: perl
22747            ! lib/ExtUtils/MM_Unix.pm
22748 ____________________________________________________________________________
22749 [  6722] By: jhi                                   on 2000/08/20  19:46:01
22750         Log: Update to CGI 2.72, from Lincoln Stein.
22751      Branch: perl
22752            ! lib/CGI.pm
22753 ____________________________________________________________________________
22754 [  6721] By: jhi                                   on 2000/08/20  19:43:54
22755         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
22756              From: Radu Greab <radu@netsoft.ro>
22757              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
22758              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
22759      Branch: perl
22760            ! ext/GDBM_File/GDBM_File.xs
22761 ____________________________________________________________________________
22762 [  6720] By: jhi                                   on 2000/08/20  19:42:01
22763         Log: pp_open() could pass an uninitialized filename down to do_open9().
22764      Branch: perl
22765            ! pp_sys.c
22766 ____________________________________________________________________________
22767 [  6719] By: jhi                                   on 2000/08/20  14:06:41
22768         Log: UTF8 concat fixes.
22769              
22770              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
22771              From: Hugo <hv@crypt.compulink.co.uk>
22772              Date: Sun, 20 Aug 2000 07:30:46 +0100
22773              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
22774      Branch: perl
22775            ! pp_hot.c t/op/append.t
22776 ____________________________________________________________________________
22777 [  6718] By: jhi                                   on 2000/08/20  02:09:37
22778         Log: Let's try #6717 again.
22779      Branch: perl
22780            ! lib/File/Temp.pm
22781 ____________________________________________________________________________
22782 [  6717] By: jhi                                   on 2000/08/20  01:56:55
22783         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
22784              From: "Craig A. Berry" <craig.berry@metamorgs.com>
22785              Date: Sat, 19 Aug 2000 18:15:39 -0500
22786              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
22787      Branch: perl
22788            ! lib/File/Temp.pm
22789 ____________________________________________________________________________
22790 [  6716] By: jhi                                   on 2000/08/19  15:50:11
22791         Log: Update Changes.
22792      Branch: perl
22793            ! Changes patchlevel.h
22794 ____________________________________________________________________________
22795 [  6715] By: jhi                                   on 2000/08/19  15:39:09
22796         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
22797              From: Jonathan D Johnston <jdjohnston2@juno.com>
22798              Date: Thu, 17 Aug 2000 23:13:01 -0400       
22799              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
22800      Branch: perl
22801            ! pod/perlfunc.pod
22802 ____________________________________________________________________________
22803 [  6714] By: jhi                                   on 2000/08/19  15:34:04
22804         Log: Introduce a 'veryclean' target that is like 'distclean'
22805              but also removes *~ and *.orig.
22806      Branch: perl
22807            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
22808            ! utils/Makefile x2p/Makefile.SH
22809 ____________________________________________________________________________
22810 [  6713] By: jhi                                   on 2000/08/19  14:15:45
22811         Log: Put back the long double avoidance code to POSIX.xs
22812              because VMS seems to need it still.
22813      Branch: perl
22814            ! ext/POSIX/POSIX.xs
22815 ____________________________________________________________________________
22816 [  6712] By: jhi                                   on 2000/08/19  14:10:41
22817         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
22818              From: Peter Prymmer <pvhp@forte.com>
22819              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
22820              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
22821      Branch: perl
22822            ! lib/Pod/Find.pm t/pod/find.t
22823 ____________________________________________________________________________
22824 [  6711] By: jhi                                   on 2000/08/19  14:09:19
22825         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
22826              From: Peter Prymmer <pvhp@forte.com>
22827              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
22828              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
22829              cc: vmsperl@perl.org
22830      Branch: perl
22831            ! t/lib/peek.t
22832 ____________________________________________________________________________
22833 [  6710] By: jhi                                   on 2000/08/19  14:08:01
22834         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
22835              From: Jan Dubois <jand@ActiveState.com>
22836              Date: Fri, 18 Aug 2000 16:31:48 -0700
22837              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
22838      Branch: perl
22839            ! win32/win32.c
22840 ____________________________________________________________________________
22841 [  6709] By: jhi                                   on 2000/08/19  14:06:57
22842         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
22843              
22844              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
22845              From: Spider.Boardman@Orb.Nashua.NH.US
22846              Date: Fri, 18 Aug 2000 18:41:14 -0400
22847              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
22848      Branch: perl
22849            ! regcomp.c
22850 ____________________________________________________________________________
22851 [  6708] By: jhi                                   on 2000/08/18  22:04:49
22852         Log: Update Changes.
22853      Branch: perl
22854            ! Changes patchlevel.h
22855 ____________________________________________________________________________
22856 [  6707] By: jhi                                   on 2000/08/18  21:55:14
22857         Log: Add warnif(), check warnings further up the stack,
22858              all the warnings functions now can take an optional object reference.
22859              
22860              Subject: [PATCH bleedperl@6691] warnings pragma update
22861              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22862              Date: Fri, 18 Aug 2000 22:42:06 +0100
22863              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
22864      Branch: perl
22865            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
22866            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
22867            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
22868 ____________________________________________________________________________
22869 [  6706] By: jhi                                   on 2000/08/18  21:41:45
22870         Log: Typo in pp_complement().
22871              
22872              Subject: [PATCH perl-current] Deparse
22873              From: Peter Scott <Peter@PSDT.com>
22874              Date: Fri, 18 Aug 2000 12:44:37 -0700
22875              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
22876      Branch: perl
22877            ! ext/B/B/Deparse.pm
22878 ____________________________________________________________________________
22879 [  6705] By: jhi                                   on 2000/08/18  21:25:59
22880         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
22881              From: Jan Dubois <jand@ActiveState.com>
22882              Date: Fri, 18 Aug 2000 14:22:51 -0700
22883              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
22884      Branch: perl
22885            ! lib/Win32.pod win32/win32.c
22886 ____________________________________________________________________________
22887 [  6704] By: jhi                                   on 2000/08/18  21:16:14
22888         Log: Don't eat leading os from index entries.
22889              
22890              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
22891              From: Russ Allbery <rra@stanford.edu>
22892              Date: 10 Aug 2000 20:49:25 -0700
22893              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
22894      Branch: perl
22895            ! lib/Pod/Man.pm
22896 ____________________________________________________________________________
22897 [  6703] By: jhi                                   on 2000/08/18  21:07:06
22898         Log: Add [[:blank:]] as suggested in
22899              
22900              Subject: [ID 20000716.024] [=cc=] / [:blank:]
22901              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
22902              Date: Sun, 16 Jul 2000 17:55:29 -0700
22903              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
22904              
22905              (the [=cc=] has already been taken care of by #6439
22906              so the whole bug report can be closed)
22907              
22908              and make [[:space:]] to be equivalent to isspace(3)
22909              (as opposed to \s, which is isSPACE()).  The difference
22910              is that now [[:space:]] matches the mythical vertical tab,
22911              while \s doesn't.
22912      Branch: perl
22913            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
22914            ! regexec.c t/op/pat.t
22915 ____________________________________________________________________________
22916 [  6702] By: jhi                                   on 2000/08/18  18:47:47
22917         Log: The new tests were missing from #6415.
22918      Branch: perl
22919            ! t/op/bop.t
22920 ____________________________________________________________________________
22921 [  6701] By: jhi                                   on 2000/08/18  18:20:40
22922         Log: Document the NDBM_File and ODBM_File as SDBM_File
22923              was documented in #6417.
22924      Branch: perl
22925            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
22926            ! ext/SDBM_File/SDBM_File.pm
22927 ____________________________________________________________________________
22928 [  6700] By: jhi                                   on 2000/08/18  18:10:39
22929         Log: Subject: [PATCH perl@6698] cygwin port
22930              From: "Fifer, Eric" <EFifer@sanwaint.com>
22931              Date: Fri, 18 Aug 2000 17:30:05 +0100
22932              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
22933      Branch: perl
22934            ! lib/File/Temp.pm
22935 ____________________________________________________________________________
22936 [  6699] By: jhi                                   on 2000/08/18  16:21:49
22937         Log: Document code point which makes if (defined %stash::) to work
22938              (noted by Spider Boardman).
22939      Branch: perl
22940            ! op.c
22941 ____________________________________________________________________________
22942 [  6698] By: jhi                                   on 2000/08/18  13:43:27
22943         Log: Update Changes.
22944      Branch: perl
22945            ! Changes patchlevel.h
22946 ____________________________________________________________________________
22947 [  6697] By: jhi                                   on 2000/08/18  13:35:57
22948         Log: Tiny Getopt::Long patch from Johan Vromans.
22949      Branch: perl
22950            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
22951 ____________________________________________________________________________
22952 [  6696] By: jhi                                   on 2000/08/18  13:26:14
22953         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
22954              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
22955              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
22956              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
22957      Branch: perl
22958            ! pod/perldiag.pod pod/perlsyn.pod
22959 ____________________________________________________________________________
22960 [  6695] By: jhi                                   on 2000/08/18  13:13:26
22961         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
22962              From: Daniel Chetlin <daniel@chetlin.com>
22963              Date: Fri, 18 Aug 2000 03:13:36 -0700
22964              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
22965      Branch: perl
22966            ! pod/perlfunc.pod
22967 ____________________________________________________________________________
22968 [  6694] By: jhi                                   on 2000/08/18  13:08:05
22969         Log: Subject: [PATCH] perltrap.pod spring cleaning
22970              From: Daniel Chetlin <daniel@chetlin.com>
22971              Date: Fri, 18 Aug 2000 03:06:54 -0700
22972              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
22973              
22974              plus Mike Guy's nitfix.
22975      Branch: perl
22976            ! pod/perltrap.pod
22977 ____________________________________________________________________________
22978 [  6693] By: jhi                                   on 2000/08/18  13:00:26
22979         Log: Unbuffer the output.
22980              
22981              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
22982              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22983              Date: Thu, 17 Aug 2000 18:39:29 -0700
22984              Message-ID: <RPJn5gzkgydf092yn@efn.org>
22985      Branch: perl
22986            ! t/op/fork.t
22987 ____________________________________________________________________________
22988 [  6692] By: jhi                                   on 2000/08/18  05:19:17
22989         Log: Delete the image, too, not just its MANIFEStation.
22990      Branch: perl
22991            - lib/CGI/eg/wilogo.gif
22992 ____________________________________________________________________________
22993 [  6691] By: jhi                                   on 2000/08/18  05:10:26
22994         Log: Propagate new Configure vars.
22995      Branch: perl
22996            ! configure.com epoc/config.sh uconfig.h uconfig.sh
22997            ! vos/config.def vos/config.h vos/config_h.SH_orig
22998            ! win32/config.bc win32/config.gc win32/config.vc
22999            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23000 ____________________________________________________________________________
23001 [  6690] By: jhi                                   on 2000/08/18  04:30:56
23002         Log: Update Changes.
23003      Branch: perl
23004            ! Changes patchlevel.h
23005 ____________________________________________________________________________
23006 [  6689] By: jhi                                   on 2000/08/18  04:12:30
23007         Log: Fix the lib/complex failure of
23008              
23009              From: abigail@foad.org
23010              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
23011              Date: 15 Aug 2000 04:06:38 -0000
23012              Message-Id: <20000815040638.8524.qmail@foad.org> 
23013              
23014              Linux long double accuracy issue: something that
23015              when printed with %g looks like "2" but int() of it is 1.
23016      Branch: perl
23017            ! lib/Math/Complex.pm
23018 ____________________________________________________________________________
23019 [  6688] By: jhi                                   on 2000/08/18  03:15:35
23020         Log: The byteorder code in #6671 was wrong.
23021      Branch: perl
23022            ! configpm
23023 ____________________________________________________________________________
23024 [  6687] By: jhi                                   on 2000/08/18  02:08:42
23025         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
23026              From: Jan Dubois <jand@ActiveState.com>
23027              Date: Thu, 17 Aug 2000 18:31:55 -0700
23028              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
23029      Branch: perl
23030            ! sv.c
23031 ____________________________________________________________________________
23032 [  6686] By: jhi                                   on 2000/08/18  02:04:15
23033         Log: Use NVs in POSIX math, not doubles.
23034              
23035              From: abigail@foad.org
23036              Subject: [ID 20000817.014] POSIX & modfl
23037              Date: 17 Aug 2000 20:49:18 -0000
23038              Message-Id: <20000817204918.23123.qmail@foad.org>
23039      Branch: perl
23040            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
23041 ____________________________________________________________________________
23042 [  6685] By: jhi                                   on 2000/08/18  02:02:12
23043         Log: Introduce NVef, NVff, and NVgf, use the middle one.
23044              (helps for lib/peek + Linux + long doubles)  Reported in
23045              
23046              From: abigail@foad.org
23047              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
23048              Date: 15 Aug 2000 04:06:38 -0000
23049              Message-Id: <20000815040638.8524.qmail@foad.org> 
23050              
23051              (note: the lib/complex failure has not yet been addressed)
23052      Branch: metaconfig/U/perl
23053            ! perlxvf.U
23054      Branch: perl
23055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23056            ! config_h.SH dump.c perl.h pod/perlguts.pod
23057 ____________________________________________________________________________
23058 [  6684] By: jhi                                   on 2000/08/17  23:22:19
23059         Log: Add byteorder to the myconfig output.
23060      Branch: perl
23061            ! myconfig.SH
23062 ____________________________________________________________________________
23063 [  6683] By: jhi                                   on 2000/08/17  23:20:19
23064         Log: The image doth not exist, spotted by Johan Vromans.
23065      Branch: perl
23066            ! MANIFEST
23067 ____________________________________________________________________________
23068 [  6682] By: jhi                                   on 2000/08/17  22:38:16
23069         Log: Document what the backtick returns if the command fails.
23070      Branch: perl
23071            ! pod/perlop.pod
23072 ____________________________________________________________________________
23073 [  6681] By: jhi                                   on 2000/08/17  22:33:12
23074         Log: Do not use prototyping here.
23075              
23076              Subject: [ID 20000817.016] [PATCH] Peek.xs
23077              From: abigail@foad.org
23078              Date: 17 Aug 2000 20:55:56 -0000
23079              Message-Id: <20000817205556.24270.qmail@foad.org>
23080      Branch: perl
23081            ! ext/Devel/Peek/Makefile.PL
23082 ____________________________________________________________________________
23083 [  6680] By: jhi                                   on 2000/08/17  19:46:43
23084         Log: Don't propose using modules built for 5.005 if no binary
23085              compatibility with 5.005 is attempted.
23086              
23087              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23088              Subject: Minor nit with 5.7.0 (6655)
23089              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
23090              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
23091      Branch: metaconfig
23092            ! U/installdirs/inc_version_list.U
23093      Branch: perl
23094            ! Configure config_h.SH
23095 ____________________________________________________________________________
23096 [  6679] By: jhi                                   on 2000/08/17  19:16:39
23097         Log: Microperl config update.
23098      Branch: perl
23099            ! uconfig.h uconfig.sh
23100 ____________________________________________________________________________
23101 [  6678] By: jhi                                   on 2000/08/17  19:16:13
23102         Log: The #6648 wasn't protective enough for limited platforms
23103              (like microperl).
23104      Branch: perl
23105            ! dump.c sv.c
23106 ____________________________________________________________________________
23107 [  6677] By: jhi                                   on 2000/08/17  14:46:35
23108         Log: Update Changes.
23109      Branch: perl
23110            ! Changes patchlevel.h
23111 ____________________________________________________________________________
23112 [  6676] By: jhi                                   on 2000/08/17  14:44:02
23113         Log: Add perlebcdic from Peter Prymmer, regen toc.
23114      Branch: perl
23115            + pod/perlebcdic.pod
23116            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23117 ____________________________________________________________________________
23118 [  6675] By: jhi                                   on 2000/08/17  14:41:52
23119         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
23120      Branch: perl
23121            ! pod/perldebtut.pod
23122 ____________________________________________________________________________
23123 [  6674] By: jhi                                   on 2000/08/17  14:29:43
23124         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
23125              
23126              Subject: [ID 20000724.006] -DLEAKTEST problem
23127              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
23128              Date: Tue, 25 Jul 2000 00:36:32 -0500
23129              Message-Id: <20000725003632.A26186@www.llamacom.com>
23130              
23131              Reminder sent
23132              
23133              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
23134              From: Hugo <hv@crypt.compulink.co.uk>
23135              Date: Thu, 17 Aug 2000 15:23:42 +0100
23136              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
23137      Branch: perl
23138            ! util.c
23139 ____________________________________________________________________________
23140 [  6673] By: jhi                                   on 2000/08/17  04:07:10
23141         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
23142              From: John Peacock <JPeacock@UnivPress.com>
23143              Date: Tue, 01 Aug 2000 09:38:12 -0400
23144              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
23145      Branch: perl
23146            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
23147 ____________________________________________________________________________
23148 [  6672] By: jhi                                   on 2000/08/17  03:04:35
23149         Log: Subject: [PATCH] Cwd.pm now uses strict
23150              From: Tim Jenness <timj@jach.hawaii.edu>
23151              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
23152              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
23153      Branch: perl
23154            ! lib/Cwd.pm
23155 ____________________________________________________________________________
23156 [  6671] By: jhi                                   on 2000/08/17  02:16:35
23157         Log: Make $Config{byteorder} more magical so that it is
23158              dynamically computed: nice for 'fat binaries'.
23159              
23160              Subject: [PATCH]: default byteorder
23161              From: Wilfredo Sánchez <wsanchez@apple.com>
23162              Date: Mon, 31 Jul 2000 19:45:31 -0700
23163              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
23164      Branch: perl
23165            ! configpm
23166 ____________________________________________________________________________
23167 [  6670] By: gsar                                  on 2000/08/17  01:22:21
23168         Log: move WNOHANG definition to where other such things are
23169      Branch: perl
23170            ! win32/win32.h
23171 ____________________________________________________________________________
23172 [  6669] By: jhi                                   on 2000/08/17  01:19:17
23173         Log: Update Changes.
23174      Branch: perl
23175            ! Changes patchlevel.h
23176 ____________________________________________________________________________
23177 [  6668] By: jhi                                   on 2000/08/17  01:16:29
23178         Log: Doc nits spotted by Richard Soderberg.
23179      Branch: perl
23180            ! README.posix-bc README.vmesa
23181 ____________________________________________________________________________
23182 [  6667] By: jhi                                   on 2000/08/17  01:12:11
23183         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
23184              From: "Casey R. Tweten" <crt@kiski.net>
23185              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
23186              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
23187      Branch: perl
23188            ! pod/perldebtut.pod
23189 ____________________________________________________________________________
23190 [  6666] By: jhi                                   on 2000/08/17  01:09:31
23191         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
23192              From: "Casey R. Tweten" <crt@kiski.net>
23193              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
23194              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
23195      Branch: perl
23196            ! lib/Shell.pm
23197 ____________________________________________________________________________
23198 [  6665] By: gsar                                  on 2000/08/17  01:03:52
23199         Log: add "ok" targets from change#6632 in makefile.mk
23200      Branch: perl
23201            ! pod/perlport.pod win32/Makefile win32/makefile.mk
23202 ____________________________________________________________________________
23203 [  6664] By: gsar                                  on 2000/08/17  00:56:11
23204         Log: avoid warnings from dense compiler
23205      Branch: perl
23206            ! win32/win32.c
23207 ____________________________________________________________________________
23208 [  6663] By: jhi                                   on 2000/08/17  00:51:49
23209         Log: Tweak the regex compilation errors once more.
23210      Branch: perl
23211            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
23212            ! t/op/regmesg.t t/pragma/warn/regcomp
23213 ____________________________________________________________________________
23214 [  6662] By: gsar                                  on 2000/08/17  00:28:19
23215         Log: trailing new %ENV entries weren't being pushed into the real
23216              environment of subprocesses on Windows
23217      Branch: perl
23218            ! t/op/magic.t win32/perlhost.h
23219 ____________________________________________________________________________
23220 [  6661] By: gsar                                  on 2000/08/17  00:19:20
23221         Log: waitpid() now handles externally spawned pids correctly;
23222              fixes for backtick/wait/waitpid failures on Windows 9x
23223              
23224              these changes make the pid returned by process functions on
23225              Windows 9x always positive by clearing the high bit (which
23226              is always set on Win9x); pseudo-process PIDs are likewise
23227              always negative now on Win9x (just as on NT/2000)
23228      Branch: perl
23229            ! pp_sys.c win32/perlhost.h win32/win32.c
23230 ____________________________________________________________________________
23231 [  6660] By: jhi                                   on 2000/08/17  00:04:32
23232         Log: Retract #6645.
23233      Branch: perl
23234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23235            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
23236            ! t/op/sprintf.t
23237 ____________________________________________________________________________
23238 [  6659] By: gsar                                  on 2000/08/16  23:59:28
23239         Log: on windows, the return values from wait() and waitpid() don't
23240              match those of pseudo-pids
23241      Branch: perl
23242            ! pp_sys.c t/op/fork.t util.c win32/win32.c
23243 ____________________________________________________________________________
23244 [  6658] By: gsar                                  on 2000/08/16  23:56:14
23245         Log: pod nit seen in passing
23246      Branch: perl
23247            ! pod/perlfunc.pod
23248 ____________________________________________________________________________
23249 [  6657] By: gsar                                  on 2000/08/16  23:53:42
23250         Log: change#6328 could make close(SOCKET) return false on windows
23251              when it shouldn't
23252      Branch: perl
23253            ! win32/win32sck.c
23254 ____________________________________________________________________________
23255 [  6656] By: gsar                                  on 2000/08/16  23:46:57
23256         Log: check that the number pseudo children doesn't exceed
23257              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
23258              the WaitForMultipleObjects() limit that would cause wait()
23259              to crash)
23260              
23261              wait() and waitpid() could potentially be rewritten to use
23262              more than one thread to do the waiting to eliminate this
23263              limitation
23264      Branch: perl
23265            ! win32/perlhost.h
23266 ____________________________________________________________________________
23267 [  6655] By: jhi                                   on 2000/08/16  14:11:05
23268         Log: Update Changes.
23269      Branch: perl
23270            ! Changes patchlevel.h
23271 ____________________________________________________________________________
23272 [  6654] By: jhi                                   on 2000/08/16  14:10:12
23273         Log: Update to perldebtut 1.9, from Richard Foley.
23274      Branch: perl
23275            ! pod/perldebtut.pod
23276 ____________________________________________________________________________
23277 [  6653] By: jhi                                   on 2000/08/16  14:08:17
23278         Log: Change the regx compilation error markers to use = instead of <
23279              since pod makes using the latter quite messy.  Reported in
23280              ID 20000814.006 by Abigail and in
23281              Subject: Unknown escape E<> ?
23282              From: Lupe Christoph <lupe@lupe-christoph.de>
23283              Date: Fri, 11 Aug 2000 00:30:27 +0200
23284              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
23285      Branch: perl
23286            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
23287            ! t/op/regmesg.t t/pragma/warn/regcomp
23288 ____________________________________________________________________________
23289 [  6652] By: jhi                                   on 2000/08/16  13:25:31
23290         Log: Change the perlbug address to perl.org since it's more forgiving.
23291              
23292              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
23293              From: abigail@foad.org
23294              Date: 15 Aug 2000 04:15:40 -0000
23295              Message-Id: <20000815041540.8633.qmail@foad.org>
23296      Branch: perl
23297            ! utils/perlbug.PL
23298 ____________________________________________________________________________
23299 [  6651] By: jhi                                   on 2000/08/16  13:22:35
23300         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
23301              From: Tim Jenness <timj@jach.hawaii.edu>
23302              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
23303              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
23304      Branch: perl
23305            ! lib/Cwd.pm
23306 ____________________________________________________________________________
23307 [  6650] By: jhi                                   on 2000/08/16  13:18:13
23308         Log: Update to CPAN 1.57.
23309              
23310              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
23311              From: andreas.koenig@anima.de (Andreas J. Koenig)
23312              Date: 16 Aug 2000 15:09:46 +0200
23313              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
23314      Branch: perl
23315            ! lib/CPAN.pm
23316 ____________________________________________________________________________
23317 [  6649] By: jhi                                   on 2000/08/16  13:12:31
23318         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
23319              From: "Larry W. Virden" <lvirden@cas.org>
23320              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
23321              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
23322      Branch: perl
23323            ! README.hpux
23324 ____________________________________________________________________________
23325 [  6648] By: jhi                                   on 2000/08/16  13:03:53
23326         Log: The numeric locale was reset to "C" by s?printf and never restored.
23327              
23328              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
23329              From: Christian Kirsch <ck@held.mind.de>
23330              Date: Wed, 9 Aug 2000 17:05:17 +0200
23331              Message-Id: <20000809170517.A25389@held>
23332              
23333              No test since adding the failing example to locale.t
23334              does not fail -- probably because the locale settings are so
23335              thoroughly tweaked by that time.  Running the example standalone
23336              does fail, though.  UPDATE: test case added at change #7540.
23337      Branch: perl
23338            ! dump.c perl.h pp.c pp_ctl.c sv.c
23339 ____________________________________________________________________________
23340 [  6647] By: jhi                                   on 2000/08/16  00:07:54
23341         Log: Update Changes and test semi-automatic patchlevel updating.
23342      Branch: perl
23343            ! Changes patchlevel.h
23344 ____________________________________________________________________________
23345 [  6646] By: jhi                                   on 2000/08/15  23:35:07
23346         Log: Fix a dependency problem.
23347              
23348              Subject: [PATCH: 6640] VMS Makefile.SH update
23349              From: Peter Prymmer <pvhp@forte.com>
23350              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
23351              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
23352      Branch: perl
23353            ! vms/descrip_mms.template
23354 ____________________________________________________________________________
23355 [  6645] By: jhi                                   on 2000/08/15  23:33:23
23356         Log: (Retracted by #6660)
23357              
23358              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
23359              From: Dominic Dunlop <domo@computer.org>
23360              Date: Tue, 15 Aug 2000 22:20:52 +0200
23361              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
23362      Branch: metaconfig/U/perl
23363            + d_printfed.U
23364      Branch: perl
23365            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23366            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
23367            ! t/op/sprintf.t
23368 ____________________________________________________________________________
23369 [  6644] By: jhi                                   on 2000/08/15  21:17:20
23370         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
23371              From: abigail@foad.org
23372              Date: 15 Aug 2000 20:12:41 -0000
23373              Message-Id: <20000815201241.25556.qmail@foad.org>
23374      Branch: perl
23375            ! INSTALL
23376 ____________________________________________________________________________
23377 [  6643] By: jhi                                   on 2000/08/15  21:15:28
23378         Log: (an already applied patch)
23379      Branch: perl
23380            ! lib/CGI.pm
23381 ____________________________________________________________________________
23382 [  6642] By: gsar                                  on 2000/08/15  19:54:05
23383         Log: magic callbacks all need to have same type signature
23384      Branch: perl
23385            ! embed.pl mg.c proto.h
23386 ____________________________________________________________________________
23387 [  6641] By: jhi                                   on 2000/08/15  17:56:27
23388         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)
23389              From: Mike Guy <mjtg@cam.ac.uk>
23390              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
23391              Date: Tue, 15 Aug 2000 18:26:45 +0100
23392              
23393              Only the peek.t part applied, not the hash quality part.
23394      Branch: perl
23395            ! t/lib/peek.t
23396 ____________________________________________________________________________
23397 [  6640] By: jhi                                   on 2000/08/15  16:37:37
23398         Log: Update Changes.
23399      Branch: perl
23400            ! Changes
23401 ____________________________________________________________________________
23402 [  6639] By: jhi                                   on 2000/08/15  16:34:55
23403         Log: Missed a file from #6638.
23404      Branch: perl
23405            ! lib/File/Temp.pm
23406 ____________________________________________________________________________
23407 [  6638] By: jhi                                   on 2000/08/15  16:33:19
23408         Log: Subject: [PATCH perl@6620] cygwin port
23409              From: "Fifer, Eric" <EFifer@sanwaint.com>
23410              Date: Tue, 15 Aug 2000 17:00:49 +0100
23411              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
23412      Branch: perl
23413            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
23414 ____________________________________________________________________________
23415 [  6637] By: jhi                                   on 2000/08/15  16:29:22
23416         Log: Subject: [PATCH] debugger exit code should reflect user exit code
23417              From: Mike Guy <mjtg@cam.ac.uk>
23418              Date: Tue, 15 Aug 2000 16:55:59 +0100
23419              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
23420      Branch: perl
23421            ! lib/perl5db.pl
23422 ____________________________________________________________________________
23423 [  6636] By: jhi                                   on 2000/08/15  15:30:58
23424         Log: Update Changes.
23425      Branch: perl
23426            ! Changes
23427 ____________________________________________________________________________
23428 [  6635] By: jhi                                   on 2000/08/15  15:27:21
23429         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
23430      Branch: metaconfig
23431            ! U/mkglossary U/mksample
23432      Branch: metaconfig/U/perl
23433            ! Devel.U
23434      Branch: perl
23435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23436 ____________________________________________________________________________
23437 [  6634] By: jhi                                   on 2000/08/15  14:11:55
23438         Log: Don't blow limited stacks, a lower number is enough to
23439              tickle the lookbehind limit.
23440              
23441              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
23442              From: Dominic Dunlop <domo@computer.org>
23443              Date: Tue, 15 Aug 2000 13:51:24 +0200
23444              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
23445      Branch: perl
23446            ! t/op/regmesg.t
23447 ____________________________________________________________________________
23448 [  6633] By: jhi                                   on 2000/08/15  14:01:46
23449         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
23450              From: Mike Guy <mjtg@cam.ac.uk>
23451              Date: Tue, 15 Aug 2000 12:10:50 +0100
23452              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
23453      Branch: perl
23454            ! utils/perldoc.PL
23455 ____________________________________________________________________________
23456 [  6632] By: jhi                                   on 2000/08/15  13:58:48
23457         Log: make ok etc also for win32.
23458              
23459              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
23460              From: Prymmer/Kahn <pvhp@best.com>
23461              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
23462              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
23463      Branch: perl
23464            ! win32/Makefile
23465 ____________________________________________________________________________
23466 [  6631] By: jhi                                   on 2000/08/15  13:45:03
23467         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
23468      Branch: perl
23469            ! lib/Test.pm
23470 ____________________________________________________________________________
23471 [  6630] By: jhi                                   on 2000/08/15  03:25:09
23472         Log: Update Changes.
23473      Branch: perl
23474            ! Changes
23475 ____________________________________________________________________________
23476 [  6629] By: jhi                                   on 2000/08/15  03:23:53
23477         Log: magic_regdatum_set() is void, not int.
23478      Branch: perl
23479            ! embed.pl mg.c proto.h
23480 ____________________________________________________________________________
23481 [  6628] By: jhi                                   on 2000/08/15  03:08:02
23482         Log: Make the user to give up his firstborn, err, to knowingly
23483              verify installing an unstable developer release.  Also bump
23484              the release to 5.7.0, but leave a patch tag in the local
23485              patches saying that this is not yet the real thing.
23486      Branch: metaconfig
23487            ! U/modified/Instruct.U
23488      Branch: metaconfig/U/perl
23489            + Devel.U
23490      Branch: perl
23491            ! Configure patchlevel.h
23492 ____________________________________________________________________________
23493 [  6627] By: jhi                                   on 2000/08/14  22:32:52
23494         Log: README.os2 update.
23495              
23496              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
23497              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23498              Date: Wed, 02 Aug 2000 21:55:09 -0700
23499              Message-ID: <tsPi5gzkgegX092yn@efn.org>
23500      Branch: perl
23501            ! README.os2
23502 ____________________________________________________________________________
23503 [  6626] By: jhi                                   on 2000/08/14  21:00:02
23504         Log: Subject: Re: File::Temp problems on VMS in bleedperl
23505              From: Tim Jenness <timj@jach.hawaii.edu>
23506              cc: vmsperl@perl.org
23507              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
23508              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
23509      Branch: perl
23510            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
23511 ____________________________________________________________________________
23512 [  6625] By: jhi                                   on 2000/08/14  20:52:16
23513         Log: Add SUIDMAIL as was done for the CERT alert.
23514      Branch: perl
23515            ! patchlevel.h
23516 ____________________________________________________________________________
23517 [  6624] By: jhi                                   on 2000/08/14  20:48:50
23518         Log: Subject: sfio2000
23519              From: Daniel Muino <dmuino@afip.gov.ar>
23520              Date: Mon, 14 Aug 2000 16:58:11 -0300
23521              Message-ID: <20000814165811.B16368@con2-dgi>
23522      Branch: perl
23523            ! perlsdio.h perlsfio.h
23524 ____________________________________________________________________________
23525 [  6623] By: jhi                                   on 2000/08/14  20:47:36
23526         Log: Subject: warning: storage class after type is obsolescent
23527              From: Daniel Muino <dmuino@afip.gov.ar>
23528              Date: Mon, 14 Aug 2000 16:42:47 -0300
23529              Message-ID: <20000814164247.A16368@con2-dgi>
23530      Branch: perl
23531            ! regcomp.pl regnodes.h
23532 ____________________________________________________________________________
23533 [  6622] By: jhi                                   on 2000/08/14  20:43:05
23534         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
23535              From: abigail@foad.org
23536              Date: 14 Aug 2000 20:00:10 -0000
23537              Message-Id: <20000814200010.27271.qmail@foad.org>
23538      Branch: perl
23539            ! Changes
23540 ____________________________________________________________________________
23541 [  6621] By: jhi                                   on 2000/08/14  15:23:05
23542         Log: Update Changes.
23543      Branch: perl
23544            ! Changes
23545 ____________________________________________________________________________
23546 [  6620] By: jhi                                   on 2000/08/14  15:22:14
23547         Log: Subject: Re: [PATCH] @+, @- readonly
23548              From: Mike Guy <mjtg@cam.ac.uk>
23549              Date: Mon, 14 Aug 2000 15:26:55 +0100
23550              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
23551      Branch: perl
23552            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
23553            ! sv.c t/op/pat.t
23554 ____________________________________________________________________________
23555 [  6619] By: jhi                                   on 2000/08/14  14:12:08
23556         Log: Update Changes.
23557      Branch: perl
23558            ! Changes
23559 ____________________________________________________________________________
23560 [  6618] By: jhi                                   on 2000/08/14  14:09:34
23561         Log: For now remove the mail code.
23562      Branch: perl
23563            ! perl.c
23564 ____________________________________________________________________________
23565 [  6617] By: jhi                                   on 2000/08/14  14:08:28
23566         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
23567      Branch: perl
23568            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
23569            ! pod/perlfaq8.pod pod/perlsec.pod
23570 ____________________________________________________________________________
23571 [  6616] By: jhi                                   on 2000/08/14  14:00:11
23572         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
23573              From: Mike Guy <mjtg@cam.ac.uk>
23574              Date: Mon, 14 Aug 2000 08:26:02 +0100
23575              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
23576      Branch: perl
23577            ! lib/perl5db.pl
23578 ____________________________________________________________________________
23579 [  6615] By: jhi                                   on 2000/08/14  13:58:45
23580         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
23581              From: Mike Guy <mjtg@cam.ac.uk>
23582              Date: Mon, 14 Aug 2000 08:04:22 +0100
23583              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
23584      Branch: perl
23585            ! gv.c mg.c t/op/pat.t
23586 ____________________________________________________________________________
23587 [  6614] By: jhi                                   on 2000/08/14  13:56:45
23588         Log: Subject: Test fails / warnings with perl-current #6612
23589              From: Mike Guy <mjtg@cam.ac.uk>
23590              Date: Mon, 14 Aug 2000 07:57:23 +0100
23591              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
23592      Branch: perl
23593            ! t/lib/b.t t/lib/peek.t
23594 ____________________________________________________________________________
23595 [  6613] By: jhi                                   on 2000/08/14  13:45:33
23596         Log: VMS configure.com update continues.
23597      Branch: perl
23598            - vms/configure.com
23599            ! MANIFEST configure.com
23600 ____________________________________________________________________________
23601 [  6612] By: jhi                                   on 2000/08/13  22:13:35
23602         Log: Update Changes.
23603      Branch: perl
23604            ! Changes
23605 ____________________________________________________________________________
23606 [  6611] By: jhi                                   on 2000/08/13  16:21:45
23607         Log: Upgrade to CGI 2.71, from Lincoln Stein.
23608      Branch: perl
23609            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
23610 ____________________________________________________________________________
23611 [  6610] By: jhi                                   on 2000/08/13  15:09:16
23612         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
23613              From: Mike Guy <mjtg@cam.ac.uk>
23614              Date: Sun, 13 Aug 2000 13:45:51 +0100
23615              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
23616      Branch: perl
23617            ! t/op/regmesg.t
23618 ____________________________________________________________________________
23619 [  6609] By: jhi                                   on 2000/08/13  14:31:26
23620         Log: Andreas says that 1.56 is fine, so reverting back to it.
23621      Branch: perl
23622            ! lib/CPAN.pm
23623 ____________________________________________________________________________
23624 [  6608] By: jhi                                   on 2000/08/13  05:34:20
23625         Log: Update Changes.
23626      Branch: perl
23627            ! Changes
23628 ____________________________________________________________________________
23629 [  6607] By: jhi                                   on 2000/08/13  05:32:01
23630         Log: Put back the \z changes of #5406 to CPAN.pm.
23631      Branch: perl
23632            ! lib/CPAN.pm
23633 ____________________________________________________________________________
23634 [  6606] By: jhi                                   on 2000/08/13  05:20:16
23635         Log: Fix-n-skip the tests under 5005threads.
23636      Branch: perl
23637            ! t/lib/b.t
23638 ____________________________________________________________________________
23639 [  6605] By: jhi                                   on 2000/08/13  05:07:48
23640         Log: Fix the test for 5005threads.
23641      Branch: perl
23642            ! t/lib/peek.t
23643 ____________________________________________________________________________
23644 [  6604] By: jhi                                   on 2000/08/13  03:35:37
23645         Log: Should have deleted this in #6603.
23646      Branch: perl
23647            - vms/subconfigure.com
23648 ____________________________________________________________________________
23649 [  6603] By: jhi                                   on 2000/08/12  18:29:32
23650         Log: Rewrite of vms/subconfigure.com as configure.com,
23651              from Peter Prymmer and the vmsperl crew.
23652      Branch: perl
23653            + vms/configure.com
23654            ! MANIFEST
23655 ____________________________________________________________________________
23656 [  6602] By: jhi                                   on 2000/08/11  13:00:01
23657         Log: PlainText.pm is dead.
23658      Branch: perl
23659            - lib/Pod/PlainText.pm
23660            ! MANIFEST
23661 ____________________________________________________________________________
23662 [  6601] By: jhi                                   on 2000/08/11  04:06:45
23663         Log: Update Changes.
23664      Branch: perl
23665            ! Changes
23666 ____________________________________________________________________________
23667 [  6600] By: jhi                                   on 2000/08/11  04:06:10
23668         Log: Add a few missing files, update MANIFEST.
23669      Branch: perl
23670            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
23671            + lib/Pod/PlainText.pm t/pod/find.t
23672            ! MANIFEST t/op/regmesg.t
23673 ____________________________________________________________________________
23674 [  6599] By: jhi                                   on 2000/08/11  03:31:10
23675         Log: Add Perl debugging tutorial, regen toc. 
23676              
23677              Subject: perldebtut.pod
23678              From: Richard Foley <Richard.Foley@m.dasa.de>
23679              Date: Wed, 09 Aug 2000 10:17:15 +0200
23680              Message-id: <3991138B.262247B8@m.dasa.de>
23681      Branch: perl
23682            + pod/perldebtut.pod
23683            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23684 ____________________________________________________________________________
23685 [  6598] By: jhi                                   on 2000/08/11  02:48:56
23686         Log: tiny Changes edit
23687      Branch: perl
23688            ! Changes
23689 ____________________________________________________________________________
23690 [  6597] By: jhi                                   on 2000/08/11  02:39:04
23691         Log: Tests for #6589.
23692              
23693              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
23694              From: simon@brecon.co.uk (Simon Cozens)
23695              Date: 11 Aug 2000 02:24:52 GMT
23696              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
23697      Branch: perl
23698            ! t/lib/b.t
23699 ____________________________________________________________________________
23700 [  6596] By: jhi                                   on 2000/08/11  01:50:07
23701         Log: Update Changes.
23702      Branch: perl
23703            ! Changes
23704 ____________________________________________________________________________
23705 [  6595] By: jhi                                   on 2000/08/11  01:47:16
23706         Log: nitfix
23707      Branch: perl
23708            ! Changes
23709 ____________________________________________________________________________
23710 [  6594] By: jhi                                   on 2000/08/11  01:36:16
23711         Log: Subject: Getting perlio and threads to compile
23712              From: Lupe Christoph <lupe@lupe-christoph.de>
23713              Date: Wed, 9 Aug 2000 11:35:54 +0200
23714              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
23715              
23716              (the Solaris version changes in Configure skipped)
23717      Branch: perl
23718            ! hints/solaris_2.sh thread.h
23719 ____________________________________________________________________________
23720 [  6593] By: jhi                                   on 2000/08/11  01:30:16
23721         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
23722              From: simon@brecon.co.uk (Simon Cozens)
23723              Date: 1 Aug 2000 06:55:19 GMT
23724              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
23725      Branch: perl
23726            ! lib/utf8.pm
23727 ____________________________________________________________________________
23728 [  6592] By: jhi                                   on 2000/08/11  01:26:39
23729         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
23730              From: Peter Scott <Peter@PeterScott.com>
23731              Date: Thu, 10 Aug 2000 08:23:27 -0700
23732              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
23733      Branch: perl
23734            ! lib/perl5db.pl
23735 ____________________________________________________________________________
23736 [  6591] By: jhi                                   on 2000/08/11  01:22:02
23737         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
23738              From: Hugo <hv@crypt.compulink.co.uk>
23739              Date: Thu, 10 Aug 2000 19:23:04 +0100
23740              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
23741      Branch: perl
23742            ! regexec.c t/op/pat.t
23743 ____________________________________________________________________________
23744 [  6590] By: jhi                                   on 2000/08/11  01:19:19
23745         Log: Preprocessing and postprocessing for File::Find.
23746              
23747              Subject: Patch to Find::File.pm to allow alphabetical results
23748              From: Joe Smith <jsmith@inwap.com>
23749              Date: Wed, 9 Aug 2000 02:44:54 -0700
23750              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
23751      Branch: perl
23752            ! lib/File/Find.pm
23753 ____________________________________________________________________________
23754 [  6589] By: jhi                                   on 2000/08/11  01:12:39
23755         Log: B::Deparse didn't do sub attributes.
23756              
23757              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
23758              From: simon@brecon.co.uk (Simon Cozens)
23759              Date: 9 Aug 2000 04:49:20 GMT
23760              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
23761      Branch: perl
23762            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
23763 ____________________________________________________________________________
23764 [  6588] By: jhi                                   on 2000/08/11  01:06:40
23765         Log: Subject: debugger "d" command doesnt check line number
23766              From: Mike Guy <mjtg@cam.ac.uk>
23767              Date: Tue, 08 Aug 2000 21:54:29 +0100
23768              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
23769      Branch: perl
23770            ! lib/perl5db.pl mg.c pod/perldiag.pod
23771 ____________________________________________________________________________
23772 [  6587] By: jhi                                   on 2000/08/11  00:45:03
23773         Log: sleep(1) does not necessarily return 1.
23774              
23775              Subject: [PATCH bleadperl] op/lex_assign.t  
23776              From: Hugo <hv@crypt.compulink.co.uk>
23777              Date: Thu, 03 Aug 2000 14:34:22 +0100        
23778              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
23779      Branch: perl
23780            ! t/op/lex_assign.t
23781 ____________________________________________________________________________
23782 [  6586] By: jhi                                   on 2000/08/11  00:31:50
23783         Log: Document the IO::Select timeout.
23784      Branch: perl
23785            ! ext/IO/lib/IO/Select.pm
23786 ____________________________________________________________________________
23787 [  6585] By: jhi                                   on 2000/08/11  00:13:54
23788         Log: Forgot contributor.
23789      Branch: perl
23790            ! Changes
23791 ____________________________________________________________________________
23792 [  6584] By: jhi                                   on 2000/08/11  00:09:19
23793         Log: detypo
23794      Branch: perl
23795            ! Changes
23796 ____________________________________________________________________________
23797 [  6583] By: jhi                                   on 2000/08/11  00:07:53
23798         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
23799              
23800              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
23801              From: Mike Guy <mjtg@cam.ac.uk> 
23802              Date: Thu, 10 Aug 2000 15:50:54 +0100
23803              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
23804      Branch: perl
23805            ! sv.c t/op/int.t
23806 ____________________________________________________________________________
23807 [  6582] By: jhi                                   on 2000/08/10  23:29:32
23808         Log: Update Changes.
23809      Branch: perl
23810            ! Changes
23811 ____________________________________________________________________________
23812 [  6581] By: jhi                                   on 2000/08/10  23:26:16
23813         Log: Put back the std @INC thing.
23814      Branch: perl
23815            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
23816            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
23817            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
23818            ! t/lib/gol-oo.t
23819 ____________________________________________________________________________
23820 [  6580] By: jhi                                   on 2000/08/10  23:03:34
23821         Log: Update to CGI 2.70, from Lincoln Stein.
23822      Branch: perl
23823            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
23824            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
23825            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
23826            ! t/lib/cgi-request.t
23827 ____________________________________________________________________________
23828 [  6579] By: jhi                                   on 2000/08/10  22:41:50
23829         Log: Update to CPAN 1.56, from Andreas König.
23830      Branch: perl
23831            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23832 ____________________________________________________________________________
23833 [  6578] By: jhi                                   on 2000/08/10  22:38:13
23834         Log: Update to Pod::Parser 1.17, from Brad Appleton.
23835      Branch: perl
23836            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
23837            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
23838            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
23839            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
23840            ! t/pod/include.t t/pod/included.t t/pod/lref.t
23841            ! t/pod/multiline_items.t t/pod/nested_items.t
23842            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
23843            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
23844            ! t/pod/special_seqs.t
23845 ____________________________________________________________________________
23846 [  6577] By: jhi                                   on 2000/08/10  22:35:41
23847         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
23848      Branch: perl
23849            ! AUTHORS MAINTAIN
23850 ____________________________________________________________________________
23851 [  6576] By: jhi                                   on 2000/08/10  22:24:54
23852         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
23853      Branch: perl
23854            + t/lib/gol-oo.t
23855            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
23856            ! t/lib/gol-compat.t t/lib/gol-linkage.t
23857 ____________________________________________________________________________
23858 [  6575] By: jhi                                   on 2000/08/10  22:02:07
23859         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
23860      Branch: perl
23861            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
23862 ____________________________________________________________________________
23863 [  6574] By: jhi                                   on 2000/08/10  21:55:03
23864         Log: Iterating perl6 description.
23865      Branch: perl
23866            ! pod/perlfaq1.pod
23867 ____________________________________________________________________________
23868 [  6573] By: jhi                                   on 2000/08/10  21:48:26
23869         Log: Revert the sv.c part of #6559, a better fix is needed.
23870      Branch: perl
23871            ! sv.c
23872 ____________________________________________________________________________
23873 [  6572] By: jhi                                   on 2000/08/10  20:33:43
23874         Log: It's the 2ndO'ROSSC.
23875      Branch: perl
23876            ! pod/perlfaq1.pod
23877 ____________________________________________________________________________
23878 [  6571] By: jhi                                   on 2000/08/10  15:55:48
23879         Log: detypo
23880      Branch: perl
23881            ! pod/perlfaq1.pod
23882 ____________________________________________________________________________
23883 [  6570] By: jhi                                   on 2000/08/10  14:11:17
23884         Log: An exceptionally sticky typo.
23885      Branch: perl
23886            ! Changes
23887 ____________________________________________________________________________
23888 [  6569] By: jhi                                   on 2000/08/10  14:09:33
23889         Log: detypo (and test Changes updating script)
23890      Branch: perl
23891            ! Changes
23892 ____________________________________________________________________________
23893 [  6568] By: jhi                                   on 2000/08/10  14:07:07
23894         Log: Update Changes.
23895      Branch: perl
23896            ! Changes
23897 ____________________________________________________________________________
23898 [  6567] By: jhi                                   on 2000/08/10  14:06:19
23899         Log: Amend the description of Perl6.
23900              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
23901              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23902              Date: Wed, 9 Aug 2000 22:11:06 -0500
23903              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
23904      Branch: perl
23905            ! pod/perlfaq1.pod
23906 ____________________________________________________________________________
23907 [  6566] By: jhi                                   on 2000/08/10  13:58:57
23908         Log: Subject: Remove dead entry in perldiag
23909              From: Mike Guy <mjtg@cam.ac.uk>
23910              Date: Thu, 10 Aug 2000 14:19:19 +0100
23911              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
23912      Branch: perl
23913            ! pod/perldiag.pod
23914 ____________________________________________________________________________
23915 [  6565] By: jhi                                   on 2000/08/10  13:51:48
23916         Log: Zero entries were skipped, fix from Adrian Goalby
23917              <argoalby@yahoo.co.uk>
23918      Branch: perl
23919            ! lib/unicode/Number.pl lib/unicode/mktables.PL
23920 ____________________________________________________________________________
23921 [  6564] By: jhi                                   on 2000/08/10  13:00:12
23922         Log: Subject: [PATCH 5.6.0] cygwin port
23923              From: "Fifer, Eric" <EFifer@sanwaint.com>
23924              Date: Thu, 10 Aug 2000 13:15:36 +0100
23925              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
23926      Branch: perl
23927            ! README.cygwin hints/cygwin.sh
23928 ____________________________________________________________________________
23929 [  6563] By: jhi                                   on 2000/08/10  12:55:16
23930         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
23931      Branch: perl
23932            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
23933 ____________________________________________________________________________
23934 [  6562] By: gsar                                  on 2000/08/10  08:38:39
23935         Log: warn is a macro, avoid using at a variable to avoid warnings
23936              in some configurations; readdir.t is too conservative in
23937              estimating number of *.t's
23938      Branch: perl
23939            ! t/op/readdir.t util.c
23940 ____________________________________________________________________________
23941 [  6561] By: jhi                                   on 2000/08/09  23:35:42
23942         Log: Update Changes.
23943      Branch: perl
23944            ! Changes
23945 ____________________________________________________________________________
23946 [  6560] By: jhi                                   on 2000/08/09  23:05:47
23947         Log: Subject: Re: enhanced(?) regex error messages
23948              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
23949              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
23950              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
23951              
23952              (plus two small patches sent privately)
23953              (this still seems to leave few test failures)
23954      Branch: perl
23955            + t/op/regmesg.t
23956            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
23957            ! t/pragma/warn/regcomp
23958 ____________________________________________________________________________
23959 [  6559] By: jhi                                   on 2000/08/09  20:41:18
23960         Log: (The fix did work but was not right, retracted in #6573)
23961              
23962              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
23963              From: Christian Kirsch <ck@held.mind.de>
23964              Date: Wed, 9 Aug 2000 17:05:17 +0200
23965              Message-Id: <20000809170517.A25389@held>
23966      Branch: perl
23967            ! sv.c t/pragma/locale.t
23968 ____________________________________________________________________________
23969 [  6558] By: jhi                                   on 2000/08/08  22:34:08
23970         Log: Tiny updates on the contributors list.
23971      Branch: perl
23972            ! Changes
23973 ____________________________________________________________________________
23974 [  6557] By: jhi                                   on 2000/08/08  19:34:28
23975         Log: Double check that we have a dirhandle.
23976      Branch: perl
23977            ! util.c
23978 ____________________________________________________________________________
23979 [  6556] By: jhi                                   on 2000/08/08  19:01:51
23980         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
23981              May be repopulated with fresh maintained examples.
23982      Branch: perl
23983            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
23984            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
23985            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
23986            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
23987            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
23988            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
23989            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
23990            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
23991            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
23992            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
23993            + lib/CGI/eg/wilogo_gif.uu
23994            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
23995            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
23996            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
23997            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
23998            - eg/cgi/frameset.cgi eg/cgi/index.html
23999            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
24000            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
24001            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
24002            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
24003            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
24004            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
24005            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
24006            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
24007            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
24008            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
24009            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
24010            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
24011            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
24012            - eg/van/vanish eg/who eg/wrapsuid
24013            ! MANIFEST
24014 ____________________________________________________________________________
24015 [  6555] By: jhi                                   on 2000/08/08  18:51:08
24016         Log: Delete chat2 as requested by Randal.
24017              
24018              Subject: Re: perlfaq8 coyness
24019              From: merlyn@stonehenge.com (Randal L. Schwartz) 
24020              Date: 15 May 2000 18:52:42 -0700 
24021              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
24022      Branch: perl
24023            - lib/chat2.pl
24024            ! MANIFEST
24025 ____________________________________________________________________________
24026 [  6554] By: jhi                                   on 2000/08/08  18:31:35
24027         Log: Regen global.sym.
24028      Branch: perl
24029            ! global.sym
24030 ____________________________________________________________________________
24031 [  6553] By: jhi                                   on 2000/08/08  18:28:13
24032         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
24033              (either perlbug or p5p ate the original), plus regen
24034              perlapi and perltoc. 
24035      Branch: perl
24036            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
24037            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
24038            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
24039            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
24040            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
24041            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
24042            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
24043            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
24044            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
24045            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
24046 ____________________________________________________________________________
24047 [  6552] By: jhi                                   on 2000/08/08  18:06:29
24048         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
24049              From: Mike Guy <mjtg@cam.ac.uk>
24050              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
24051              Date: Tue, 08 Aug 2000 15:51:27 +0100
24052      Branch: perl
24053            ! doop.c sv.h t/op/join.t t/pragma/overload.t
24054 ____________________________________________________________________________
24055 [  6551] By: jhi                                   on 2000/08/08  18:01:11
24056         Log: Re-apply #6549.
24057      Branch: perl
24058            ! lib/perl5db.pl
24059 ____________________________________________________________________________
24060 [  6550] By: jhi                                   on 2000/08/08  17:43:08
24061         Log: Accidental retraction of #6549.
24062      Branch: perl
24063            ! lib/perl5db.pl
24064 ____________________________________________________________________________
24065 [  6549] By: jhi                                   on 2000/08/08  17:40:04
24066         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
24067              From: Mike Guy <mjtg@cam.ac.uk>
24068              Date: Mon, 07 Aug 2000 21:49:58 +0100
24069              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
24070      Branch: perl
24071            ! lib/perl5db.pl
24072 ____________________________________________________________________________
24073 [  6548] By: jhi                                   on 2000/08/08  17:37:57
24074         Log: Document here-doc better.
24075              
24076              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
24077              From: Mike Guy <mjtg@cam.ac.uk>
24078              Date: Mon, 07 Aug 2000 14:02:09 +0100
24079              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
24080      Branch: perl
24081            ! pod/perldata.pod
24082 ____________________________________________________________________________
24083 [  6547] By: jhi                                   on 2000/08/08  17:33:34
24084         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
24085              From: "Randy J. Ray" <rjray@redhat.com>
24086              Date: Mon, 07 Aug 2000 19:12:25 -0700
24087              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
24088      Branch: perl
24089            ! perl.c pod/perlrun.pod
24090 ____________________________________________________________________________
24091 [  6546] By: jhi                                   on 2000/08/08  17:29:26
24092         Log: Subject: Re: enhanced(?) regex error messages 
24093              From: Hugo <hv@crypt.compulink.co.uk>
24094              Date: Tue, 08 Aug 2000 03:25:51 +0100
24095              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
24096              
24097              plus Capitalize the error messages, plus perldiag them.
24098      Branch: perl
24099            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
24100 ____________________________________________________________________________
24101 [  6545] By: jhi                                   on 2000/08/08  13:59:28
24102         Log: Augment #6539 a bit: don't croak if there's magic in the air.
24103              
24104              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
24105              From: Hugo <hv@crypt.compulink.co.uk>
24106              Date: Tue, 08 Aug 2000 03:02:03 +0100
24107              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
24108      Branch: perl
24109            ! pp.c t/op/bless.t
24110 ____________________________________________________________________________
24111 [  6544] By: jhi                                   on 2000/08/07  21:11:52
24112         Log: Make the test -w clean.
24113      Branch: perl
24114            ! t/op/bless.t
24115 ____________________________________________________________________________
24116 [  6543] By: jhi                                   on 2000/08/07  19:49:53
24117         Log: use warnings instead of $^W.
24118      Branch: perl
24119            ! t/op/bless.t
24120 ____________________________________________________________________________
24121 [  6542] By: jhi                                   on 2000/08/07  17:41:41
24122         Log: Disable a portability warning Because We Know What We Are Doing.
24123      Branch: perl
24124            ! t/op/bless.t
24125 ____________________________________________________________________________
24126 [  6541] By: jhi                                   on 2000/08/07  17:29:51
24127         Log: Tiny tidying on report_evil_fh().
24128      Branch: perl
24129            ! util.c
24130 ____________________________________________________________________________
24131 [  6540] By: jhi                                   on 2000/08/07  16:37:38
24132         Log: Make regular expression parse error messages easier to understand.
24133              
24134              Subject: Re: enhanced(?) regex error messages
24135              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24136              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
24137              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
24138      Branch: perl
24139            ! regcomp.c
24140 ____________________________________________________________________________
24141 [  6539] By: jhi                                   on 2000/08/07  16:12:27
24142         Log: Make bless(REF, REF) a fatal error, add bless tests.
24143              
24144              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
24145              From: Hugo <hv@crypt.compulink.co.uk>
24146              Date: Mon, 07 Aug 2000 16:59:38 +0100
24147              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
24148      Branch: perl
24149            + t/op/bless.t
24150            ! MANIFEST pod/perldiag.pod pp.c sv.c
24151 ____________________________________________________________________________
24152 [  6538] By: jhi                                   on 2000/08/07  15:59:43
24153         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
24154              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
24155              Date: Thu, 3 Aug 2000 14:29:21 -0700
24156              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
24157      Branch: perl
24158            ! lib/lib_pm.PL
24159 ____________________________________________________________________________
24160 [  6537] By: jhi                                   on 2000/08/07  15:47:18
24161         Log: Retract #6419 for now since it breaks in AFS and MachTen.
24162      Branch: perl
24163            ! lib/Cwd.pm
24164 ____________________________________________________________________________
24165 [  6536] By: jhi                                   on 2000/08/07  15:05:29
24166         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
24167              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
24168              The security hole exists only in suidperls, which isn't
24169              installed or even built by default.
24170      Branch: perl
24171            ! perl.c
24172 ____________________________________________________________________________
24173 [  6535] By: jhi                                   on 2000/08/07  14:45:14
24174         Log: tr memory corruption fix from Simon Cozens.
24175      Branch: perl
24176            ! doop.c
24177 ____________________________________________________________________________
24178 [  6534] By: jhi                                   on 2000/08/06  11:38:16
24179         Log: Document a bit that UDP is not what you might think.
24180              
24181              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
24182              From: Lupe Christoph <lupe@lupe-christoph.de>
24183              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
24184              Date: Mon, 24 Jul 2000 08:59:15 +0200
24185      Branch: perl
24186            ! pod/perlipc.pod
24187 ____________________________________________________________________________
24188 [  6533] By: jhi                                   on 2000/08/06  11:35:01
24189         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
24190              From: Jeff Pinyan <jeffp@hut.crusoe.net>
24191              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
24192              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
24193      Branch: perl
24194            ! pod/perlfunc.pod
24195 ____________________________________________________________________________
24196 [  6532] By: jhi                                   on 2000/08/06  03:45:41
24197         Log: Have symbols for the IoTYPEs.
24198      Branch: perl
24199            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
24200 ____________________________________________________________________________
24201 [  6531] By: jhi                                   on 2000/08/06  01:33:55
24202         Log: Continue fixing the io warnings.  This also
24203              sort of fixes bug ID 20000802.003: the core dump
24204              is no more.  Whether the current behaviour is correct
24205              (giving a warning: "Not a format reference"), is another matter.
24206      Branch: perl
24207            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
24208            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
24209 ____________________________________________________________________________
24210 [  6530] By: jhi                                   on 2000/08/05  21:33:12
24211         Log: Change the Policy policy: now -Dprefix= with an existing
24212              Policy.sh and prefix == siteprefix == vendorprefix, then all
24213              of them follow along the new prefix.
24214              
24215              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
24216              From: Andy Dougherty <doughera@lafayette.edu>
24217              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
24218              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
24219      Branch: perl
24220            ! Policy_sh.SH
24221 ____________________________________________________________________________
24222 [  6529] By: jhi                                   on 2000/08/05  18:57:28
24223         Log: Zap lib/Sys directory when cleaning up.
24224      Branch: perl
24225            ! Makefile.SH
24226 ____________________________________________________________________________
24227 [  6528] By: jhi                                   on 2000/08/05  18:40:44
24228         Log: Essential prototype changes were missing from #6527.
24229              Also make report_evil_fh() more bomb-proof.
24230      Branch: perl
24231            ! embed.h util.c
24232 ____________________________________________________________________________
24233 [  6527] By: jhi                                   on 2000/08/05  03:22:05
24234         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
24235              From: "Ronald F. Guilmette" <rfg@monkeys.com>
24236              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
24237              Message-Id: <200007242247.PAA52177@monkeys.com>
24238      Branch: perl
24239            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
24240 ____________________________________________________________________________
24241 [  6526] By: jhi                                   on 2000/08/04  21:23:27
24242         Log: gcc versions might have (parentheses) in them.
24243      Branch: metaconfig/U/perl
24244            ! gccvers.U
24245      Branch: perl
24246            ! Configure config_h.SH
24247 ____________________________________________________________________________
24248 [  6525] By: jhi                                   on 2000/08/04  20:23:12
24249         Log: Weed buglets pointed out by
24250              
24251              From: Lupe Christoph <lupe@lupe-christoph.de>
24252              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
24253              Date: Fri, 4 Aug 2000 17:34:39 +0200
24254              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
24255      Branch: metaconfig/U/perl
24256            ! gccvers.U uselfs.U
24257      Branch: perl
24258            ! Configure config_h.SH
24259 ____________________________________________________________________________
24260 [  6524] By: jhi                                   on 2000/08/04  19:02:08
24261         Log: Warn under -w if lstat(FH) is attempted.
24262              
24263              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
24264              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
24265              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
24266              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
24267      Branch: perl
24268            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
24269            ! t/pragma/warn/pp_sys
24270 ____________________________________________________________________________
24271 [  6523] By: jhi                                   on 2000/08/04  12:31:11
24272         Log: Subject: New perlcc, take 2
24273              From: simon@brecon.co.uk (Simon Cozens)
24274              Date: 4 Aug 2000 06:21:04 GMT
24275              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
24276      Branch: perl
24277            ! utils/perlcc.PL
24278 ____________________________________________________________________________
24279 [  6522] By: jhi                                   on 2000/08/04  12:26:33
24280         Log: Subject: Re: Array vs. List context
24281              From: Daniel Chetlin <daniel@chetlin.com>
24282              Date: Fri, 4 Aug 2000 00:22:44 -0700
24283              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
24284      Branch: perl
24285            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
24286            ! pod/perlfaq4.pod
24287 ____________________________________________________________________________
24288 [  6521] By: jhi                                   on 2000/08/04  12:22:38
24289         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
24290              From: Raymund Will <ray@caldera.de>
24291              Date: Fri, 4 Aug 2000 12:07:09 +0200
24292              Message-Id: <20000804120709.A14982@caldera.de>
24293      Branch: perl
24294            ! configure.gnu
24295 ____________________________________________________________________________
24296 [  6520] By: jhi                                   on 2000/08/04  04:09:06
24297         Log: After the #6519 a warning about stat() is just that,
24298              not about a filetest, which now have their own warning.
24299      Branch: perl
24300            ! pod/perldiag.pod
24301 ____________________________________________________________________________
24302 [  6519] By: jhi                                   on 2000/08/04  04:06:30
24303         Log: In the warnings call filehandles consistently so;
24304              add "unopened" warning for stat().
24305      Branch: perl
24306            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
24307            ! t/pragma/warn/pp_sys
24308 ____________________________________________________________________________
24309 [  6518] By: jhi                                   on 2000/08/04  02:55:35
24310         Log: Subject: Minor tweak to perlvar.pod
24311              From: "Stephen P. Potter" <spp@ds.net>
24312              Date: Tue, 18 Apr 2000 09:26:03 -0400
24313              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
24314      Branch: perl
24315            ! pod/perlvar.pod
24316 ____________________________________________________________________________
24317 [  6517] By: jhi                                   on 2000/08/04  02:50:08
24318         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
24319              From: "Clinton Pierce" <cpierce1@ford.com>
24320              Date: Wed, 21 Jul 1999 16:45:31 -0400
24321              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
24322              
24323              Fix by Stephen Potter (visible in the bug db but not in p5p?)
24324      Branch: perl
24325            ! pod/perlfunc.pod pod/perlop.pod
24326 ____________________________________________________________________________
24327 [  6516] By: jhi                                   on 2000/08/04  02:09:25
24328         Log: This is 6512.  Really.
24329      Branch: perl
24330            ! dump.c
24331 ____________________________________________________________________________
24332 [  6515] By: jhi                                   on 2000/08/04  01:25:50
24333         Log: mention the idea of @( and @)
24334      Branch: perl
24335            ! Todo-5.6
24336 ____________________________________________________________________________
24337 [  6514] By: bailey                                on 2000/08/04  01:18:46
24338         Log: YA resync with mainstem, including VMS patches from others
24339      Branch: vmsperl
24340           +> (branch 48 files)
24341            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
24342           !> (integrate 354 files)
24343 ____________________________________________________________________________
24344 [  6513] By: jhi                                   on 2000/08/04  01:18:18
24345         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
24346              From: Mark Dickinson <dickins3@fas.harvard.edu>
24347              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
24348              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
24349      Branch: perl
24350            ! t/op/grent.t t/op/pwent.t
24351 ____________________________________________________________________________
24352 [  6512] By: jhi                                   on 2000/08/04  01:14:06
24353         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
24354              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24355              Date: Wed, 02 Aug 2000 10:51:01 +0100
24356              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
24357      Branch: perl
24358            ! sv.c
24359 ____________________________________________________________________________
24360 [  6511] By: jhi                                   on 2000/08/04  00:57:00
24361         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
24362              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24363              Date: Thu, 03 Aug 2000 17:20:04 -0700
24364              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
24365      Branch: metaconfig
24366            ! U/modified/Cppsym.U
24367      Branch: perl
24368            ! Configure config_h.SH
24369 ____________________________________________________________________________
24370 [  6510] By: jhi                                   on 2000/08/04  00:25:28
24371         Log: detypo
24372      Branch: perl
24373            ! Makefile.SH
24374 ____________________________________________________________________________
24375 [  6509] By: jhi                                   on 2000/08/03  23:43:18
24376         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
24377              From: Dominic Dunlop <domo@computer.org>
24378              Date: Thu, 3 Aug 2000 22:16:46 +0200
24379              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
24380      Branch: perl
24381            ! t/op/sprintf.t
24382 ____________________________________________________________________________
24383 [  6508] By: jhi                                   on 2000/08/03  23:40:37
24384         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
24385              From: Hugo <hv@crypt.compulink.co.uk>
24386              Date: Thu, 03 Aug 2000 18:25:30 +0100
24387              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
24388      Branch: perl
24389            ! regcomp.c t/op/re_tests
24390 ____________________________________________________________________________
24391 [  6507] By: jhi                                   on 2000/08/03  23:38:28
24392         Log: Subject: [PATCH] sv.h documentation - SvLEN
24393              From: Mike Guy <mjtg@cam.ac.uk>
24394              Date: Thu, 03 Aug 2000 14:43:09 +0100
24395              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
24396      Branch: perl
24397            ! sv.h
24398 ____________________________________________________________________________
24399 [  6506] By: jhi                                   on 2000/08/03  15:49:14
24400         Log: Disable the fix_pl hack for now.
24401      Branch: perl
24402            ! Makefile.SH
24403 ____________________________________________________________________________
24404 [  6505] By: jhi                                   on 2000/08/03  13:49:04
24405         Log: Add a URL for FSF.
24406              
24407              Subject: Patch for README
24408              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
24409              Date: Wed, 2 Aug 2000 13:25:09 -0500
24410              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
24411      Branch: perl
24412            ! README
24413 ____________________________________________________________________________
24414 [  6504] By: jhi                                   on 2000/08/03  13:29:19
24415         Log: Be more informative on what is skipped and why,
24416              also repeat the list at the end.
24417      Branch: perl
24418            ! Porting/p4desc
24419 ____________________________________________________________________________
24420 [  6503] By: jhi                                   on 2000/08/03  13:07:05
24421         Log: Circumvent the removal of .patch by fix_pl.
24422              
24423              Subject: Re: [ID 20000802.011] unable to 'make test'          
24424              From: simon@brecon.co.uk (Simon Cozens) 
24425              Date: 3 Aug 2000 04:17:00 GMT
24426              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
24427      Branch: perl
24428            ! Makefile.SH
24429 ____________________________________________________________________________
24430 [  6502] By: jhi                                   on 2000/08/03  00:14:34
24431         Log: Add the missing setproctitle unit.
24432      Branch: metaconfig/U/perl
24433            + d_setproctitle.U
24434 ____________________________________________________________________________
24435 [  6501] By: jhi                                   on 2000/08/03  00:00:26
24436         Log: The subtest 4 may fail also on VOBS, as pointed out
24437              by Nick Ing-Simmons in November 1999, bug id 19991124.003
24438              (but the failure in that bug report isn't the subtest 4).
24439      Branch: perl
24440            ! t/op/stat.t
24441 ____________________________________________________________________________
24442 [  6500] By: jhi                                   on 2000/08/02  23:49:30
24443         Log: Better skip message for the test; one of the two problems in
24444              
24445              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
24446              From: Lupe Christoph <lupe@lupe-christoph.de>
24447              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
24448              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
24449      Branch: perl
24450            ! t/op/numconvert.t
24451 ____________________________________________________________________________
24452 [  6499] By: jhi                                   on 2000/08/02  22:49:16
24453         Log: Allow "no Module;" even if there is no 'unimport'.
24454              
24455              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
24456              From: mjd@plover.com
24457              Date: 24 Mar 2000 15:24:34 -0000
24458              Message-Id: <20000324152434.15160.qmail@plover.com>
24459      Branch: perl
24460            ! gv.c
24461 ____________________________________________________________________________
24462 [  6498] By: jhi                                   on 2000/08/02  22:42:58
24463         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
24464              that are hopefully soon put into use.
24465      Branch: perl
24466            ! opcode.h opcode.pl opnames.h
24467 ____________________________________________________________________________
24468 [  6497] By: gsar                                  on 2000/08/02  22:28:59
24469         Log: require.t needs binmode() to work on windows
24470      Branch: perl
24471            ! t/comp/require.t
24472 ____________________________________________________________________________
24473 [  6496] By: jhi                                   on 2000/08/02  22:08:51
24474         Log: Document the IVdf UVuf UVof UVxf.
24475      Branch: perl
24476            ! pod/perlguts.pod
24477 ____________________________________________________________________________
24478 [  6495] By: jhi                                   on 2000/08/02  21:54:26
24479         Log: detypo #6494
24480      Branch: perl
24481            ! ext/Data/Dumper/Dumper.xs
24482 ____________________________________________________________________________
24483 [  6494] By: jhi                                   on 2000/08/02  21:49:17
24484         Log: Dump UVs as UVs in Data::Dumper.
24485              
24486              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
24487              From: Gurusamy Sarathy <gsar@ActiveState.com>
24488              Date: Thu, 27 Apr 2000 12:26:25 -0700
24489              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
24490      Branch: perl
24491            ! ext/Data/Dumper/Dumper.xs
24492 ____________________________________________________________________________
24493 [  6493] By: jhi                                   on 2000/08/02  17:01:58
24494         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
24495              From: Hugo <hv@crypt.compulink.co.uk>
24496              Date: Wed, 02 Aug 2000 14:53:56 +0100
24497              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
24498      Branch: perl
24499            ! regexec.c t/op/re_tests
24500 ____________________________________________________________________________
24501 [  6492] By: jhi                                   on 2000/08/02  15:02:46
24502         Log: The new setproctitle() feature is available only in 
24503              bleeding edge FreeBSD.  From Paul Saab.
24504      Branch: perl
24505            ! mg.c
24506 ____________________________________________________________________________
24507 [  6491] By: jhi                                   on 2000/08/02  13:34:36
24508         Log: The tr utf8 patching continues.
24509              
24510              Subject: Re: #6469, too many tests claimed in require.t
24511              From: simon@brecon.co.uk (Simon Cozens)
24512              Date: 2 Aug 2000 02:37:17 GMT
24513              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
24514              
24515              (the logic of the test was the wrong way round in the patch)
24516      Branch: perl
24517            ! doop.c
24518 ____________________________________________________________________________
24519 [  6490] By: jhi                                   on 2000/08/02  13:27:38
24520         Log: The name of a filehandle does not have <these>.
24521      Branch: perl
24522            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
24523            ! t/pragma/warn/pp_sys util.c
24524 ____________________________________________________________________________
24525 [  6489] By: jhi                                   on 2000/08/02  04:26:46
24526         Log: Remove the extraneous "main::" prefix from all the
24527              "opened only for", "on closed", and "never opened" warnings.
24528              
24529              Subject: Re: inappropriate warning
24530              From: Gurusamy Sarathy <gsar@ActiveState.com>
24531              Date: Mon, 20 Mar 2000 11:28:02 -0800
24532              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
24533      Branch: perl
24534            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
24535            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
24536            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
24537 ____________________________________________________________________________
24538 [  6488] By: jhi                                   on 2000/08/02  03:02:57
24539         Log: memcpy has n o in it, as pinted ut by Sarathy.
24540      Branch: perl
24541            ! pod/perlguts.pod
24542 ____________________________________________________________________________
24543 [  6487] By: jhi                                   on 2000/08/02  02:44:51
24544         Log: Document in one place the memory abstractions used in Perl core.
24545              
24546              Subject: Re: Memory abstraction
24547              From: simon@brecon.co.uk (Simon Cozens)
24548              Date: 2 Aug 2000 02:20:23 GMT
24549              Organization: Earth.li Origins
24550      Branch: perl
24551            ! pod/perlguts.pod
24552 ____________________________________________________________________________
24553 [  6486] By: jhi                                   on 2000/08/02  02:41:57
24554         Log: regen_headers, regen perltoc.
24555      Branch: perl
24556            ! perlapi.c pod/perltoc.pod
24557 ____________________________________________________________________________
24558 [  6485] By: jhi                                   on 2000/08/02  01:43:33
24559         Log: "This little thing tests for a file .patch, and if it contains
24560              a number, pops into patchlevel.h" (making it easier to track
24561              which development version people are reporting bugs against)
24562              
24563              Subject: Patchlevel autogeneration for repository perls
24564              From: simon@brecon.co.uk (Simon Cozens)
24565              Date: 14 Jul 2000 07:12:15 GMT
24566              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
24567      Branch: perl
24568            + fix_pl
24569            ! MANIFEST Makefile.SH
24570 ____________________________________________________________________________
24571 [  6484] By: jhi                                   on 2000/08/02  01:32:54
24572         Log: FreeBSD 3.* updates from
24573              
24574              From: Paul Saab <ps@yahoo-inc.com>
24575              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
24576              Date: Tue, 1 Aug 2000 15:41:39 -0700
24577              Message-Id: <20000801154139.A53740@yahoo-inc.com>
24578      Branch: perl
24579            ! hints/freebsd.sh
24580 ____________________________________________________________________________
24581 [  6483] By: jhi                                   on 2000/08/02  01:27:44
24582         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
24583              instead one must use setproctitle().  This was already addressed
24584              by change #6457, but the below has a new variant for FreeBSD 4.0
24585              or later, and the matter is also documented more.
24586              
24587              From: Paul Saab <ps@yahoo-inc.com>
24588              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
24589              Date: Tue, 1 Aug 2000 15:41:39 -0700
24590              Message-Id: <20000801154139.A53740@yahoo-inc.com>
24591      Branch: metaconfig/U/perl
24592            + i_libutil.U
24593      Branch: perl
24594            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
24595 ____________________________________________________________________________
24596 [  6482] By: jhi                                   on 2000/08/01  22:17:32
24597         Log: The test from this
24598              
24599              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
24600              Date: Sat, 15 Apr 2000 17:03:44 +0100
24601              From: Tom Hughes <tom@compton.nu>
24602              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
24603              
24604              was missing, the code change went in as #5989
24605              (which had a different test?)
24606      Branch: perl
24607            ! t/op/misc.t
24608 ____________________________________________________________________________
24609 [  6481] By: jhi                                   on 2000/08/01  21:48:38
24610         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
24611              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
24612              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
24613              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
24614      Branch: perl
24615            ! perl.h
24616 ____________________________________________________________________________
24617 [  6480] By: jhi                                   on 2000/08/01  18:05:28
24618         Log: Make p4desc to skip non-mainperl branches by default.
24619      Branch: perl
24620            ! Porting/p4desc
24621 ____________________________________________________________________________
24622 [  6479] By: jhi                                   on 2000/08/01  17:29:19
24623         Log: If gccosandvers is equal to osname, clear gccosandvers.
24624      Branch: metaconfig/U/perl
24625            ! gccvers.U
24626      Branch: perl
24627            ! Configure config_h.SH
24628 ____________________________________________________________________________
24629 [  6478] By: jhi                                   on 2000/08/01  15:54:08
24630         Log: BOM patching from Simon Cozens.
24631      Branch: perl
24632            ! toke.c
24633 ____________________________________________________________________________
24634 [  6477] By: jhi                                   on 2000/08/01  04:50:33
24635         Log: Stash away the largefiles flags and libswanted.
24636      Branch: perl
24637            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
24638 ____________________________________________________________________________
24639 [  6476] By: gsar                                  on 2000/08/01  04:24:24
24640         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
24641              on Windows)
24642      Branch: perl
24643            ! t/pragma/utf8.t utf8.c win32/win32.c
24644 ____________________________________________________________________________
24645 [  6475] By: jhi                                   on 2000/08/01  03:35:24
24646         Log: Make chr() for values >127 to create utf8 when under utf8.
24647              
24648              Subject: Re: uft8/chr()
24649              From: simon@brecon.co.uk (Simon Cozens)
24650              Date: 1 Aug 2000 02:37:02 GMT
24651              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
24652      Branch: perl
24653            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
24654 ____________________________________________________________________________
24655 [  6474] By: jhi                                   on 2000/08/01  02:36:18
24656         Log: In Digital UNIX warn if gcc explicitly chosen because even
24657              2.95.2 is known to cause problems.
24658      Branch: perl
24659            ! hints/dec_osf.sh
24660 ____________________________________________________________________________
24661 [  6473] By: jhi                                   on 2000/08/01  02:00:56
24662         Log: Make the safety catch for buggy gccs work with triple version
24663              numbers like 2.95.2.  Reported in
24664              
24665              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
24666              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
24667              Date: Mon, 31 Jul 2000 14:55:06 +0200
24668              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
24669      Branch: perl
24670            ! hints/dec_osf.sh
24671 ____________________________________________________________________________
24672 [  6472] By: jhi                                   on 2000/08/01  01:13:33
24673         Log: Subject: fix and question re: waitpid() under win32
24674              From: Brian Clarke <clarke@appliedmeta.com>
24675              Date: Fri, 28 Jul 2000 15:18:29 -0400
24676              Message-ID: <3981DC85.290314EB@appliedmeta.com>
24677              
24678              Slightly reformatted and WNOHANG # define moved to win32.h
24679              so that also POSIX.xs sees it, as suggsted by Sarathy.
24680      Branch: perl
24681            ! win32/win32.c win32/win32.h
24682 ____________________________________________________________________________
24683 [  6471] By: jhi                                   on 2000/08/01  00:55:05
24684         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
24685              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24686              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
24687              Date: Mon, 31 Jul 2000 13:28:51 +0100
24688              
24689              (aka ID 20000730.002)
24690      Branch: perl
24691            ! op.c t/op/tr.t
24692 ____________________________________________________________________________
24693 [  6470] By: jhi                                   on 2000/07/31  23:34:42
24694         Log: Document the problem with -P in HP-UX and its workaround.
24695              
24696              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
24697              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
24698              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
24699              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
24700      Branch: perl
24701            ! README.hpux
24702 ____________________________________________________________________________
24703 [  6469] By: jhi                                   on 2000/07/31  04:15:02
24704         Log: The swallow_bom() saga continues.  The #23 of require.t
24705              (UTF16-LE) still fails (silently, no output) but the #22
24706              (UTF16-BE) seems to be working now.  The root of the
24707              failure may be in sv_gets(): is it UTF-16LE-aware,
24708              especially when it comes to line endings? 
24709      Branch: perl
24710            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
24711            ! t/comp/require.t toke.c utf8.c
24712 ____________________________________________________________________________
24713 [  6468] By: jhi                                   on 2000/07/30  19:05:48
24714         Log: Find green threads before native threads.
24715              
24716              Subject: Re: Patch to jpl/JNI/Makefile.PL
24717              From: Jens Thomsen <jens@fiend.cis.com>
24718              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
24719              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
24720      Branch: perl
24721            ! jpl/JNI/Makefile.PL
24722 ____________________________________________________________________________
24723 [  6467] By: jhi                                   on 2000/07/30  18:36:22
24724         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
24725      Branch: perl
24726            ! doop.c
24727 ____________________________________________________________________________
24728 [  6466] By: jhi                                   on 2000/07/30  04:37:29
24729         Log: A new version of the "remove UPPERACSE string comparison"
24730              operators.  The problem with the previous one (change #6454)
24731              was that it was for Perl 5.6.0.  From Paul Marquess.
24732      Branch: perl
24733            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
24734            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
24735            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
24736 ____________________________________________________________________________
24737 [  6465] By: jhi                                   on 2000/07/29  22:39:56
24738         Log: Do not upgrade SVs into utf8 just because they participate
24739              in eq or cmp.  Reported and fix suggested in
24740              
24741              Subject: [ID 20000720.009] sv_eq UTF8 bug
24742              From: "Simon Cozens" <simon@othersideofthe.earth.li>
24743              Date: 21 Jul 2000 04:37:29 -0000
24744              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
24745              
24746              Exercise for the kind reader: should we or should we not
24747              cache the utf8 conversion alonside the SV? (as magic,
24748              as thestrxfrm()ed version is cached under use locale)
24749              Argue both for and against.
24750      Branch: perl
24751            ! sv.c
24752 ____________________________________________________________________________
24753 [  6464] By: jhi                                   on 2000/07/29  22:36:22
24754         Log: Subject: UTF8 concat
24755              From: simon@brecon.co.uk (Simon Cozens) 
24756              Date: 30 Jun 2000 06:13:25 GMT
24757              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
24758              
24759              (with a memory leak fixed, plus a few casts added)
24760              
24761              This also seems to help for
24762              
24763              Subject: [ID 20000716.015] join UTF8 weirdness
24764              From: root <root@ak-71.mind.de> 
24765              Date: Sat, 15 Jul 2000 15:29:54 +0200
24766              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
24767              
24768              (from Andreas König)
24769      Branch: perl
24770            ! pp_hot.c
24771 ____________________________________________________________________________
24772 [  6463] By: jhi                                   on 2000/07/29  00:55:39
24773         Log: Tune the comments and hopefully stop a memory leak.
24774      Branch: perl
24775            ! toke.c utf8.c
24776 ____________________________________________________________________________
24777 [  6462] By: jhi                                   on 2000/07/29  00:16:53
24778         Log: The problem described in this
24779              
24780              Subject: [ID 20000322.018] named chars aren't magical enough
24781              From: root <root@dixie.cscaper.com>     
24782              Date: Wed, 22 Mar 2000 18:37:42 -0700
24783              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
24784              
24785              has been fixed in perl 5.6.0 but just in case added a test
24786              to keep it away.  (The report from Joseph Hall.)
24787      Branch: perl
24788            ! t/lib/charnames.t
24789 ____________________________________________________________________________
24790 [  6461] By: jhi                                   on 2000/07/28  23:56:36
24791         Log: Tiny fixes for #6460.
24792      Branch: metaconfig/U/perl
24793            ! gccvers.U
24794      Branch: perl
24795            ! Configure config_h.SH
24796 ____________________________________________________________________________
24797 [  6460] By: jhi                                   on 2000/07/28  23:24:41
24798         Log: Warn if the version of the operating system used to compile gcc
24799              differs from the current version of the operating system.
24800              Also display the gcc compilation os and version in myconfig.
24801              Inspiration from
24802              
24803              Subject: Re: [ID 20000710.003] ERRORS!!         
24804              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24805              Date: Mon, 10 Jul 2000 15:54:16 -0400
24806              Message-ID: <20000710155416.A1384@O2.chapin.edu>
24807      Branch: metaconfig/U/perl
24808            ! gccvers.U
24809      Branch: perl
24810            ! Configure config_h.SH myconfig.SH
24811 ____________________________________________________________________________
24812 [  6459] By: jhi                                   on 2000/07/28  22:00:32
24813         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
24814              letter to $Config{osvers}.
24815      Branch: metaconfig
24816            ! U/modified/Oldconfig.U
24817      Branch: perl
24818            ! Configure config_h.SH
24819 ____________________________________________________________________________
24820 [  6458] By: jhi                                   on 2000/07/28  04:15:39
24821         Log: Back out #6454, doesn't seem to work.
24822              (Reason: that patch was for perl 5.6.0, not perl-current)
24823              (A version of the patch for perl-current came in later as #6466)
24824      Branch: perl
24825            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
24826            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
24827            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
24828 ____________________________________________________________________________
24829 [  6457] By: jhi                                   on 2000/07/27  23:31:49
24830         Log: Use setproctitle() if available to modify $0.
24831              
24832              Subject: setting $* on BSD4 broken
24833              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24834              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
24835              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
24836      Branch: metaconfig
24837            ! U/modified/Myinit.U
24838      Branch: perl
24839            ! Configure config_h.SH mg.c
24840 ____________________________________________________________________________
24841 [  6456] By: jhi                                   on 2000/07/27  14:50:47
24842         Log: Allow "no AutoLoader;", based on change #6444,
24843              suggested by Graham Barr.
24844      Branch: perl
24845            ! lib/AutoLoader.pm
24846 ____________________________________________________________________________
24847 [  6455] By: jhi                                   on 2000/07/27  14:19:10
24848         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
24849              From: rspier@pobox.com (Robert Spier)
24850              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
24851              Message-ID: <14720.15855.787664.424783@rls.cx>
24852      Branch: perl
24853            ! pod/perldiag.pod
24854 ____________________________________________________________________________
24855 [  6454] By: jhi                                   on 2000/07/27  14:03:02
24856         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
24857              for a long time).
24858              
24859              Reported in
24860              
24861              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
24862              From: Ryan Herbert <rherbert@sycamorehq.com>
24863              Date: Mon, 17 Jul 2000 11:40:42 -0400
24864              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
24865              
24866              Patched in
24867              
24868              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
24869              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
24870              Date: Wed, 26 Jul 2000 23:40:18 +0100
24871              Message-ID: <000001bff752$79511880$0a17073e@tiny>
24872              
24873              based on an earlier patch from Stephen P. Potter.
24874              
24875              (Removed later by change #6458 because this patch was for
24876              perl 5.6.0, not perl-current)
24877      Branch: perl
24878            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
24879            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
24880            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
24881 ____________________________________________________________________________
24882 [  6453] By: jhi                                   on 2000/07/27  13:48:02
24883         Log: Subject: [PATCH] fixes bug 20000508.004
24884              From: Michael Stevens <mstevens@globnix.org>
24885              Date: Thu, 27 Jul 2000 13:49:04 +0100
24886              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
24887      Branch: perl
24888            ! pod/perldata.pod
24889 ____________________________________________________________________________
24890 [  6452] By: jhi                                   on 2000/07/26  23:51:26
24891         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
24892              and Craig A. Berry.
24893      Branch: perl
24894            ! lib/File/Temp.pm pod/perlport.pod
24895 ____________________________________________________________________________
24896 [  6451] By: jhi                                   on 2000/07/26  19:43:30
24897         Log: Be wary of close()s, too.
24898              
24899              Subject: Re: [PATCH] perlbug cleanup
24900              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24901              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
24902              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
24903      Branch: perl
24904            ! utils/perlbug.PL
24905 ____________________________________________________________________________
24906 [  6450] By: jhi                                   on 2000/07/26  18:41:40
24907         Log: Subject: Minor doc patch: handy.h
24908              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
24909              Date: Wed, 26 Jul 2000 15:34:25 -0300
24910              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
24911      Branch: perl
24912            ! handy.h pod/perlapi.pod
24913 ____________________________________________________________________________
24914 [  6449] By: jhi                                   on 2000/07/26  18:23:55
24915         Log: Subject: [PATCH] minor doc change - perlguts
24916              From: Michael Stevens <mstevens@globnix.org>
24917              Date: Thu, 13 Jul 2000 12:39:18 +0100
24918              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
24919      Branch: perl
24920            ! pod/perlguts.pod
24921 ____________________________________________________________________________
24922 [  6448] By: jhi                                   on 2000/07/26  18:20:30
24923         Log: open() wariness in perlbug.
24924              
24925              Subject: [PATCH] perlbug cleanup
24926              From: Michael Stevens <mstevens@globnix.org>
24927              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
24928              Date: Thu, 13 Jul 2000 15:52:23 +0100
24929      Branch: perl
24930            ! utils/perlbug.PL
24931 ____________________________________________________________________________
24932 [  6447] By: jhi                                   on 2000/07/26  18:13:04
24933         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
24934      Branch: perl
24935            ! lib/File/Temp.pm t/lib/ftmp-security.t
24936 ____________________________________________________________________________
24937 [  6446] By: jhi                                   on 2000/07/26  18:06:32
24938         Log: docfix from Peter Scott <Peter@PSDT.com>.
24939      Branch: perl
24940            ! pod/perlfunc.pod
24941 ____________________________________________________________________________
24942 [  6445] By: jhi                                   on 2000/07/26  17:53:31
24943         Log: Fix *foo{FORMAT}.
24944              
24945              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24946              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
24947              Date: Wed, 26 Jul 2000 19:51:02 +0200
24948              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
24949              
24950              From: Graham Barr <gbarr@pobox.com>
24951              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
24952              Date: Wed, 26 Jul 2000 17:38:36 +0100
24953              Message-ID: <20000726173836.L472@pobox.com>
24954      Branch: perl
24955            ! pp.c sv.c t/op/gv.t
24956 ____________________________________________________________________________
24957 [  6444] By: jhi                                   on 2000/07/26  17:49:14
24958         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
24959              from Graham Barr in the module list.
24960      Branch: perl
24961            ! gv.c pod/perlobj.pod
24962 ____________________________________________________________________________
24963 [  6443] By: jhi                                   on 2000/07/26  16:06:56
24964         Log: More split() doc and test patches from Mike Guy.
24965      Branch: perl
24966            ! pod/perlfunc.pod t/op/split.t
24967 ____________________________________________________________________________
24968 [  6442] By: jhi                                   on 2000/07/26  16:05:30
24969         Log: MacOS nits from Matthias Neeracher.
24970      Branch: perl
24971            ! perl.c pp_ctl.c
24972 ____________________________________________________________________________
24973 [  6441] By: jhi                                   on 2000/07/26  04:39:57
24974         Log: Subject: [PATCH] split /^/
24975              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24976              Date: Tue, 25 Jul 2000 14:18:57 +0100
24977              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
24978              
24979              (with notes from tchrist and gbarr)
24980      Branch: perl
24981            ! pod/perlfunc.pod t/op/split.t
24982 ____________________________________________________________________________
24983 [  6440] By: jhi                                   on 2000/07/26  04:32:32
24984         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
24985              From: Peter Prymmer <pvhp@forte.com>
24986              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
24987              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
24988      Branch: perl
24989            ! vms/munchconfig.c
24990 ____________________________________________________________________________
24991 [  6439] By: jhi                                   on 2000/07/26  04:31:01
24992         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
24993              to be fatal errors (instead of by default ignoring them, and
24994              ignoring with a bug: even though -w gave an error, the opening [
24995              was left in)  Reported in:
24996              
24997              Subject: [ID 20000716.024] [=cc=] / [:blank:]
24998              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
24999              Date: Sun, 16 Jul 2000 17:55:29 -0700
25000              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
25001      Branch: perl
25002            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
25003 ____________________________________________________________________________
25004 [  6438] By: jhi                                   on 2000/07/25  15:41:15
25005         Log: Subject: [PATCH] av.c apidoc
25006              From: simon@brecon.co.uk (Simon Cozens)
25007              Date: 24 Jul 2000 06:40:52 GMT
25008              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
25009      Branch: perl
25010            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
25011            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
25012 ____________________________________________________________________________
25013 [  6437] By: jhi                                   on 2000/07/25  14:05:36
25014         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
25015              From: "Stephen P. Potter" <spp@ds.net>
25016              Date: Mon, 24 Jul 2000 14:22:23 -0400
25017              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
25018      Branch: perl
25019            ! pod/perllocale.pod
25020 ____________________________________________________________________________
25021 [  6436] By: jhi                                   on 2000/07/25  14:02:03
25022         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
25023              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25024              Date: Mon, 24 Jul 2000 18:04:28 +0100
25025              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
25026      Branch: perl
25027            ! t/lib/syslfs.t t/op/lfs.t
25028 ____________________________________________________________________________
25029 [  6435] By: jhi                                   on 2000/07/25  13:59:28
25030         Log: Get UTF16 BOMs working.  Patch from
25031              
25032              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
25033              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25034              Date: Tue, 25 Jul 2000 12:52:45 +0100
25035              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
25036              
25037              and notes from
25038              
25039              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
25040              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25041              Date: Tue, 25 Jul 2000 11:43:25 +0100
25042              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
25043      Branch: perl
25044            ! t/comp/require.t toke.c utf8.c
25045 ____________________________________________________________________________
25046 [  6434] By: jhi                                   on 2000/07/25  02:39:54
25047         Log: Make the "uninit variable" warning to say "concat or string"
25048              or "join or string" when in concat or join .
25049              
25050              Subject: Re: [ID 20000403.009] uninitialised concatenation???
25051              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25052              Date: Tue, 04 Apr 2000 18:22:58 +0100
25053              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
25054              
25055              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
25056              From: William R Ward <hermit@BayView.COM>
25057              Date: Thu, 30 Mar 2000 19:50:03 -0800
25058              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
25059      Branch: perl
25060            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
25061            ! t/pragma/warn/op t/pragma/warn/sv
25062 ____________________________________________________________________________
25063 [  6433] By: jhi                                   on 2000/07/24  17:52:56
25064         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
25065      Branch: perl
25066            ! lib/File/Spec/VMS.pm
25067 ____________________________________________________________________________
25068 [  6432] By: jhi                                   on 2000/07/24  17:44:44
25069         Log: Test cases for #6431.
25070              
25071              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
25072              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25073              Date: Mon, 24 Jul 2000 15:32:29 +0100
25074              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
25075      Branch: perl
25076            ! t/op/pat.t t/op/split.t
25077 ____________________________________________________________________________
25078 [  6431] By: jhi                                   on 2000/07/24  17:43:17
25079         Log: Bind op fix.
25080              
25081              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
25082              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25083              Date: Mon, 17 Jul 2000 20:04:56 +0100
25084              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
25085      Branch: perl
25086            ! op.c
25087 ____________________________________________________________________________
25088 [  6430] By: jhi                                   on 2000/07/24  03:42:42
25089         Log: Subject: [ID 20000716.023] syslog test fails without sockets
25090              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25091              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
25092              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
25093      Branch: metaconfig/U/perl
25094            ! Extensions.U
25095      Branch: perl
25096            ! Configure config_h.SH
25097 ____________________________________________________________________________
25098 [  6429] By: jhi                                   on 2000/07/24  03:11:52
25099         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
25100              case, but add also notes explaining the relationship of this
25101              patch and the earlier notes by Sarathy.
25102              
25103              Subject: Map is still slow
25104              From: "Ben Tilly" <ben_tilly@hotmail.com>
25105              Date: Sat, 15 Jul 2000 17:23:27 EDT
25106              Message-ID: <20000715212327.21656.qmail@hotmail.com>
25107      Branch: perl
25108            ! pp_ctl.c
25109 ____________________________________________________________________________
25110 [  6428] By: jhi                                   on 2000/07/24  02:58:52
25111         Log: Documentation to explain the behaviour of map().
25112              
25113              Subject: Re: Map is still slow 
25114              From: Gurusamy Sarathy <gsar@ActiveState.com>
25115              Date: Sat, 15 Jul 2000 16:05:09 -0700
25116              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
25117      Branch: perl
25118            ! pp_ctl.c
25119 ____________________________________________________________________________
25120 [  6427] By: jhi                                   on 2000/07/24  02:50:03
25121         Log: Add tests for
25122              [ID 19991110.003] another matching finding by pcre author
25123              which has already been fixed by some patch, as verified in
25124              
25125              Subject: Re: two regex bugs from the mists of time (well, last November)
25126              From: Hugo <hv@crypt.compulink.co.uk>
25127              Date: Sat, 22 Jul 2000 18:12:58 +0100
25128              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
25129      Branch: perl
25130            ! t/op/re_tests
25131 ____________________________________________________________________________
25132 [  6426] By: jhi                                   on 2000/07/24  02:11:20
25133         Log: A missing 'break' after the [[:space:]] switch case.
25134              
25135              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
25136              From: "Stephen P. Potter" <spp@ds.net>
25137              Date: Tue, 18 Jul 2000 16:25:17 -0400
25138              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
25139      Branch: perl
25140            ! regcomp.c
25141 ____________________________________________________________________________
25142 [  6425] By: jhi                                   on 2000/07/24  02:06:12
25143         Log: The output might have been produced in the wrong order.
25144              
25145              Subject: [ID 20000720.003] [PATCH] t/op/write.t
25146              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25147              Date: Thu, 20 Jul 2000 18:49:18 +0100
25148              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
25149      Branch: perl
25150            ! t/op/write.t
25151 ____________________________________________________________________________
25152 [  6424] By: jhi                                   on 2000/07/24  02:00:07
25153         Log: Use STDOUT consistently.
25154              
25155              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
25156              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25157              Date: Thu, 20 Jul 2000 18:04:01 +0100
25158              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
25159      Branch: perl
25160            ! lib/Test/Harness.pm
25161 ____________________________________________________________________________
25162 [  6423] By: jhi                                   on 2000/07/24  01:54:54
25163         Log: Protect against "wild next"s, that is, callbacks doing "next"
25164              instead of "return".
25165              
25166              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
25167              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25168              Date: Tue, 18 Jul 2000 11:30:16 +0100
25169              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
25170      Branch: perl
25171            ! lib/File/Find.pm
25172 ____________________________________________________________________________
25173 [  6422] By: jhi                                   on 2000/07/24  01:35:47
25174         Log: Out-of-date note removed.
25175              
25176              Subject: [PATCH] documentation perlipc
25177              From: rspier@pobox.com (Robert Spier)
25178              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
25179              Message-ID: <14711.35178.572612.502654@rls.cx>
25180      Branch: perl
25181            ! pod/perlipc.pod
25182 ____________________________________________________________________________
25183 [  6421] By: jhi                                   on 2000/07/24  00:09:18
25184         Log: Send all installperl messages to STDERR and be -w clean.
25185              
25186              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
25187              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25188              Date: Sat, 22 Jul 2000 14:02:11 +0100
25189              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
25190      Branch: perl
25191            ! installperl
25192 ____________________________________________________________________________
25193 [  6420] By: jhi                                   on 2000/07/24  00:04:19
25194         Log: Decutandpasto.
25195              
25196              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
25197              From: "Richard Soderberg" <rs@crystalflame.net>
25198              Date: Sun, 23 Jul 2000 01:37:23 -0700
25199              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
25200      Branch: perl
25201            ! pod/perlipc.pod
25202 ____________________________________________________________________________
25203 [  6419] By: jhi                                   on 2000/07/24  00:01:12
25204         Log: A cleaner abs_path().
25205              Subject: Re: unix alternative to Cwd.pm
25206              From: Jeff Pinyan <jeffp@crusoe.net>
25207              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
25208              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
25209      Branch: perl
25210            ! lib/Cwd.pm
25211 ____________________________________________________________________________
25212 [  6418] By: jhi                                   on 2000/07/23  23:48:56
25213         Log: Detypo.
25214              
25215              Subject: [PATCH perl-current] Typo in hints/powerux.sh
25216              From: "Richard Soderberg" <rs@crystalflame.net>
25217              Date: Sun, 23 Jul 2000 01:27:33 -0700
25218              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
25219      Branch: perl
25220            ! hints/powerux.sh
25221 ____________________________________________________________________________
25222 [  6417] By: jhi                                   on 2000/07/17  22:13:31
25223         Log: Subject: SDBM_File documentation
25224              From: mjd@plover.com
25225              Date: 16 Jul 2000 17:41:17 -0000
25226              Message-ID: <20000716174117.18515.qmail@plover.com>
25227      Branch: perl
25228            ! ext/SDBM_File/SDBM_File.pm
25229 ____________________________________________________________________________
25230 [  6416] By: jhi                                   on 2000/07/17  19:13:26
25231         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
25232      Branch: perl
25233            ! hints/mpeix.sh mpeix/relink
25234 ____________________________________________________________________________
25235 [  6415] By: jhi                                   on 2000/07/15  14:11:02
25236         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
25237              the utf8 'characters' can be more than one octet).
25238              
25239              Date: Sat, 15 Jul 2000 00:21:56 +0100
25240              From: Tom Hughes <tom@compton.nu>
25241              Subject: Re: [ID 20000714.002]
25242              Message-ID: <db2334de49.tom@compton.compton.nu>
25243              
25244              Reported in
25245              
25246              Subject: [ID 20000714.002]
25247              From: "Simon Cozens" <simon@othersideofthe.earth.li>
25248              Date: 14 Jul 2000 15:13:09 -0000
25249              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
25250      Branch: perl
25251            ! doop.c
25252 ____________________________________________________________________________
25253 [  6414] By: jhi                                   on 2000/07/15  03:13:41
25254         Log: another VMS build tweak from Peter Prymmer
25255      Branch: perl
25256            ! vms/descrip_mms.template
25257 ____________________________________________________________________________
25258 [  6413] By: jhi                                   on 2000/07/15  03:10:40
25259         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
25260      Branch: perl
25261            ! vms/perlvms.pod
25262 ____________________________________________________________________________
25263 [  6412] By: jhi                                   on 2000/07/15  00:31:05
25264         Log: More docs for sv functions.
25265              
25266              Subject: [PATCH cfgperl] sv.c apidoc
25267              From: simon@brecon.co.uk (Simon Cozens)
25268              Date: 13 Jul 2000 09:00:20 GMT
25269              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
25270              
25271              Subject: Re: [PATCH cfgperl] sv.c apidoc
25272              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25273              Date: Thu, 13 Jul 2000 12:27:41 +0100
25274              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
25275              
25276              Subject: Re: [PATCH cfgperl] sv.c apidoc
25277              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25278              Date: Thu, 13 Jul 2000 13:23:09 +0100
25279              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
25280              
25281              Subject: Re: [PATCH cfgperl] sv.c apidoc
25282              From: simon@brecon.co.uk (Simon Cozens)
25283              Date: 14 Jul 2000 06:51:02 GMT
25284              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
25285      Branch: perl
25286            ! embed.pl pod/perlapi.pod sv.c
25287 ____________________________________________________________________________
25288 [  6411] By: jhi                                   on 2000/07/15  00:10:41
25289         Log: lib/b test fixes from Peter Prymmer.
25290      Branch: perl
25291            ! t/lib/b.t
25292 ____________________________________________________________________________
25293 [  6410] By: jhi                                   on 2000/07/15  00:02:09
25294         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
25295              From: Hugo <hv@crypt.compulink.co.uk>
25296              Date: Fri, 14 Jul 2000 23:05:20 +0100
25297              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
25298              
25299              Didn't anymore apply, but that point still could use another fix.
25300      Branch: perl
25301            ! pod/perlfunc.pod
25302 ____________________________________________________________________________
25303 [  6409] By: jhi                                   on 2000/07/14  23:15:15
25304         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
25305              not in pod, from Peter Prymmer
25306      Branch: perl
25307            ! vms/descrip_mms.template
25308 ____________________________________________________________________________
25309 [  6408] By: jhi                                   on 2000/07/14  20:35:05
25310         Log: The bug report
25311              [ID 19991110.002] minimal matching discrepancy found by pcre author
25312              seems to have been fixed (though differently from what was suggested
25313              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
25314      Branch: perl
25315            ! t/op/re_tests
25316 ____________________________________________________________________________
25317 [  6407] By: jhi                                   on 2000/07/14  17:38:08
25318         Log: Fix AutoSplit to use File::Spec the right way in VMS,
25319              from Peter Prymmer.
25320      Branch: perl
25321            ! lib/AutoSplit.pm
25322 ____________________________________________________________________________
25323 [  6406] By: jhi                                   on 2000/07/14  14:13:22
25324         Log: Merge perlhacktut into perlhack, update perlguts.
25325              
25326              Subject: Re: Perlhacktut
25327              From: simon@brecon.co.uk (Simon Cozens)
25328              Date: 14 Jul 2000 06:49:21 GMT
25329              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
25330              
25331              Subject: Re: Perlhacktut
25332              From: simon@brecon.co.uk (Simon Cozens)
25333              Date: 14 Jul 2000 07:09:45 GMT
25334              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
25335      Branch: perl
25336            ! pod/perlguts.pod pod/perlhack.pod
25337 ____________________________________________________________________________
25338 [  6405] By: jhi                                   on 2000/07/14  14:02:31
25339         Log: Integrate with Sarathy.
25340      Branch: cfgperl
25341           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
25342           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
25343           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
25344 ____________________________________________________________________________
25345 [  6404] By: gsar                                  on 2000/07/14  12:15:02
25346         Log: PERL_OBJECT build tweaks
25347      Branch: perl
25348            ! toke.c
25349 ____________________________________________________________________________
25350 [  6403] By: gsar                                  on 2000/07/14  11:23:41
25351         Log: inconsistent types needs casts
25352      Branch: perl
25353            ! toke.c
25354 ____________________________________________________________________________
25355 [  6402] By: gsar                                  on 2000/07/14  11:12:04
25356         Log: typos in change#6399, regen headers
25357      Branch: perl
25358            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
25359 ____________________________________________________________________________
25360 [  6401] By: gsar                                  on 2000/07/14  10:59:12
25361         Log: typecasts needed for change#6394
25362      Branch: perl
25363            ! toke.c
25364 ____________________________________________________________________________
25365 [  6400] By: gsar                                  on 2000/07/14  10:49:37
25366         Log: integrate cfgperl contents into mainline
25367      Branch: perl
25368           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
25369           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
25370 ____________________________________________________________________________
25371 [  6399] By: gsar                                  on 2000/07/14  10:38:35
25372         Log: enable UTF-16 filter by default if relevant BOM is seen; various
25373              cleanups (typos, misformatted code, and small bugs)
25374      Branch: perl
25375            ! doop.c embed.pl mg.c op.c pp.c toke.c
25376 ____________________________________________________________________________
25377 [  6398] By: gsar                                  on 2000/07/14  08:55:38
25378         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
25379              name suggests anyway)
25380      Branch: perl
25381            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
25382 ____________________________________________________________________________
25383 [  6397] By: gsar                                  on 2000/07/14  08:44:33
25384         Log: move new variables to the end of the interpreter structure (for
25385              bincompat in code that doesn't #include XSUB.h)
25386      Branch: perl
25387            ! intrpvar.h
25388 ____________________________________________________________________________
25389 [  6396] By: gsar                                  on 2000/07/14  08:13:58
25390         Log: MakeMaker should not remove editor backups (*~) on `make clean`
25391              by default (completes change#6383)
25392      Branch: perl
25393            ! lib/ExtUtils/MM_Unix.pm
25394 ____________________________________________________________________________
25395 [  6395] By: jhi                                   on 2000/07/14  05:20:33
25396         Log: Replace change #6337 with a better one.
25397              
25398              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
25399              From: Hugo <hv@crypt.compulink.co.uk>
25400              Date: Fri, 14 Jul 2000 04:16:20 +0100
25401              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
25402      Branch: cfgperl
25403            ! regexec.c t/op/re_tests
25404 ____________________________________________________________________________
25405 [  6394] By: jhi                                   on 2000/07/14  01:33:59
25406         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
25407      Branch: cfgperl
25408            ! embed.pl global.sym proto.h toke.c
25409 ____________________________________________________________________________
25410 [  6393] By: jhi                                   on 2000/07/13  23:41:23
25411         Log: remove discarded test
25412      Branch: cfgperl
25413            ! MANIFEST
25414 ____________________________________________________________________________
25415 [  6392] By: jhi                                   on 2000/07/13  23:32:25
25416         Log: The {multiplier} of a fixed substring was overlooked which
25417              caused a wrong initial search offset for that substring.
25418              
25419              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
25420              From: Hugo <hv@crypt.compulink.co.uk>
25421              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
25422              Date: Thu, 13 Jul 2000 19:27:13 +0100
25423      Branch: cfgperl
25424            ! regcomp.c t/op/re_tests
25425 ____________________________________________________________________________
25426 [  6391] By: jhi                                   on 2000/07/13  16:37:42
25427         Log: typo fix from Craig Berry
25428      Branch: cfgperl
25429            ! vms/subconfigure.com
25430 ____________________________________________________________________________
25431 [  6390] By: jhi                                   on 2000/07/13  13:20:12
25432         Log: Integrate with Sarathy.
25433      Branch: cfgperl
25434            - t/op/method2entersub.t
25435           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
25436           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
25437           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
25438           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
25439 ____________________________________________________________________________
25440 [  6389] By: jhi                                   on 2000/07/13  13:18:48
25441         Log: Detypo from Peter Prymmer, part of #6388.
25442      Branch: cfgperl
25443            ! Configure config_h.SH
25444      Branch: metaconfig
25445            ! U/modified/d_longlong.U
25446 ____________________________________________________________________________
25447 [  6388] By: gsar                                  on 2000/07/13  06:33:40
25448         Log: typos (spotted by Peter Prymmer)
25449      Branch: perl
25450            ! Configure t/lib/english.t
25451 ____________________________________________________________________________
25452 [  6387] By: gsar                                  on 2000/07/13  05:35:28
25453         Log: new selfloader.t in change#6183 doesn't close DATA handles,
25454              and thus fails to clean up tmp files on dosish platforms
25455      Branch: perl
25456            ! t/lib/selfloader.t
25457 ____________________________________________________________________________
25458 [  6386] By: gsar                                  on 2000/07/12  21:42:39
25459         Log: sprintf test tweaks (from Dominic Dunlop)
25460      Branch: perl
25461            ! t/op/sprintf.t
25462 ____________________________________________________________________________
25463 [  6385] By: gsar                                  on 2000/07/12  21:33:46
25464         Log: fix bugs in processing %v-*d and similar format specs (from
25465              Avi Finkel <avi@finkel.org>)
25466      Branch: perl
25467            ! sv.c t/op/sprintf.t
25468 ____________________________________________________________________________
25469 [  6384] By: gsar                                  on 2000/07/12  16:04:19
25470         Log: readd missing perldelta.pod changes from changes#6339,6376
25471      Branch: perl
25472            ! pod/perldelta.pod
25473 ____________________________________________________________________________
25474 [  6383] By: gsar                                  on 2000/07/12  16:00:51
25475         Log: don't clobber *.orig files on *clean targets
25476      Branch: perl
25477            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
25478 ____________________________________________________________________________
25479 [  6382] By: gsar                                  on 2000/07/12  07:59:12
25480         Log: fix broken integrations in cfgperl
25481      Branch: cfgperl
25482           !> Changes pod/perldelta.pod
25483 ____________________________________________________________________________
25484 [  6381] By: gsar                                  on 2000/07/12  07:42:17
25485         Log: integrate cfgperl changes into mainline
25486      Branch: perl
25487            ! Changes
25488           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
25489           !> pod/perlre.pod
25490 ____________________________________________________________________________
25491 [  6380] By: gsar                                  on 2000/07/12  07:31:00
25492         Log: get sprintf.t to adjust properly for 3-digit exponents
25493      Branch: perl
25494            ! t/op/sprintf.t
25495 ____________________________________________________________________________
25496 [  6379] By: gsar                                  on 2000/07/12  06:40:04
25497         Log: change#6174 needs corresponding change in win32/config_h.PL,
25498              which grovels through config_h.SH to find the config.h name
25499      Branch: perl
25500            ! win32/config_h.PL
25501 ____________________________________________________________________________
25502 [  6378] By: jhi                                   on 2000/07/12  05:03:59
25503         Log: Do the cc sanity check both before the hints and
25504              after the cc selction.
25505      Branch: cfgperl
25506            ! Configure config_h.SH
25507      Branch: metaconfig
25508            ! U/modified/Oldconfig.U U/modified/cc.U
25509      Branch: metaconfig/U/perl
25510            + Checkcc.U
25511 ____________________________________________________________________________
25512 [  6377] By: jhi                                   on 2000/07/12  02:49:22
25513         Log: Fix nits noticed by Boston.pm.
25514      Branch: cfgperl
25515            ! pod/perlre.pod
25516 ____________________________________________________________________________
25517 [  6376] By: jhi                                   on 2000/07/11  21:22:13
25518         Log: Configure cosmetics and perldelta.
25519      Branch: cfgperl
25520            ! Configure config_h.SH pod/perldelta.pod
25521      Branch: metaconfig
25522            ! U/modified/cc.U
25523 ____________________________________________________________________________
25524 [  6375] By: gsar                                  on 2000/07/11  21:17:35
25525         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
25526      Branch: perl
25527            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
25528            ! win32/win32sck.c
25529 ____________________________________________________________________________
25530 [  6374] By: gsar                                  on 2000/07/11  20:48:50
25531         Log: tweak for build failure under multiplicity
25532      Branch: perl
25533            ! toke.c
25534 ____________________________________________________________________________
25535 [  6373] By: gsar                                  on 2000/07/11  20:37:23
25536         Log: integrate cfgperl changes#6325..6373 into mainline
25537              (NOTE: today's batch of integrations still untested)
25538      Branch: perl
25539           +> ext/DynaLoader/hints/netbsd.pl
25540            ! Changes
25541           !> (integrate 26 files)
25542 ____________________________________________________________________________
25543 [  6372] By: jhi                                   on 2000/07/11  20:30:36
25544         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
25545              regen perltoc.
25546      Branch: cfgperl
25547            + pod/perlbook.pod
25548            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
25549            ! pod/perltoc.pod
25550 ____________________________________________________________________________
25551 [  6371] By: jhi                                   on 2000/07/11  20:08:56
25552         Log: Minor cleanups on the booklist.
25553      Branch: cfgperl
25554            ! pod/perlfaq2.pod
25555 ____________________________________________________________________________
25556 [  6370] By: jhi                                   on 2000/07/11  19:31:13
25557         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
25558      Branch: cfgperl
25559            ! t/pragma/overload.t
25560 ____________________________________________________________________________
25561 [  6369] By: gsar                                  on 2000/07/11  19:27:48
25562         Log: integrate cfgperl changes#6293..6324 into mainline
25563      Branch: perl
25564           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
25565            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
25566           !> (integrate 30 files)
25567 ____________________________________________________________________________
25568 [  6368] By: gsar                                  on 2000/07/11  19:18:57
25569         Log: skip integrate of problematic change#6292 from cfgperl into mainline
25570      Branch: perl
25571           !> pp_hot.c
25572 ____________________________________________________________________________
25573 [  6367] By: gsar                                  on 2000/07/11  19:17:21
25574         Log: integrate cfgperl changes#6288..6290 into mainline
25575      Branch: perl
25576           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
25577 ____________________________________________________________________________
25578 [  6366] By: gsar                                  on 2000/07/11  19:11:18
25579         Log: integrate cfgperl changes#6268..6282 into mainline
25580      Branch: perl
25581           !> (integrate 30 files)
25582 ____________________________________________________________________________
25583 [  6365] By: gsar                                  on 2000/07/11  18:57:00
25584         Log: delete new accidentally branched file
25585      Branch: perl
25586            - t/op/method2entersub.t
25587 ____________________________________________________________________________
25588 [  6364] By: gsar                                  on 2000/07/11  18:55:13
25589         Log: skip integrate of change#6267 from cfgperl into mainline (the
25590              method call optimization is flawed without additional hints
25591              from user about immutableness of @ISA and no runtime method
25592              definitions)
25593      Branch: perl
25594           +> t/op/method2entersub.t
25595           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
25596           !> perl.h t/op/sprintf.t xsutils.c
25597 ____________________________________________________________________________
25598 [  6363] By: gsar                                  on 2000/07/11  18:49:43
25599         Log: integrate cfgperl changes#6261..6266 into mainline
25600      Branch: perl
25601           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
25602           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
25603           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25604           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
25605 ____________________________________________________________________________
25606 [  6362] By: gsar                                  on 2000/07/11  18:43:26
25607         Log: integrate cfgperl changes#6252..6260 into mainline
25608      Branch: perl
25609           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
25610           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
25611           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
25612           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
25613 ____________________________________________________________________________
25614 [  6361] By: gsar                                  on 2000/07/11  18:37:12
25615         Log: skip integrate of problematic change#6251 from cfgperl into mainline
25616      Branch: perl
25617           !> lib/Exporter.pm
25618 ____________________________________________________________________________
25619 [  6360] By: gsar                                  on 2000/07/11  18:34:56
25620         Log: integrate cfgperl change#6250 into mainline
25621      Branch: perl
25622           +> t/op/my_stash.t
25623           !> MANIFEST embed.pl proto.h toke.c
25624 ____________________________________________________________________________
25625 [  6359] By: gsar                                  on 2000/07/11  18:21:19
25626         Log: integrate cfgperl changes#6242..6249 into mainline
25627      Branch: perl
25628           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
25629           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
25630           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
25631           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
25632           !> t/lib/peek.t utf8.c
25633 ____________________________________________________________________________
25634 [  6358] By: gsar                                  on 2000/07/11  18:15:45
25635         Log: skip integrate of problematic change#6241 from cfgperl into mainline
25636      Branch: perl
25637           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
25638 ____________________________________________________________________________
25639 [  6357] By: jhi                                   on 2000/07/11  18:15:16
25640         Log: Fix for
25641              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
25642              From: Roderick Schertler <roderick@argon.org> 
25643              Date: Tue, 11 Jul 2000 13:55:05 -0400 
25644              Message-Id: <200007111755.NAA05077@jones.argon.org> 
25645      Branch: cfgperl
25646            ! doio.c
25647 ____________________________________________________________________________
25648 [  6356] By: jhi                                   on 2000/07/11  18:12:51
25649         Log: Typo in #6341.
25650      Branch: cfgperl
25651            ! pp_hot.c
25652 ____________________________________________________________________________
25653 [  6355] By: gsar                                  on 2000/07/11  18:12:10
25654         Log: integrate cfgperl changes#6231..6240 into mainline
25655      Branch: perl
25656           +> pod/perlutil.pod
25657           !> (integrate 35 files)
25658 ____________________________________________________________________________
25659 [  6354] By: jhi                                   on 2000/07/11  18:04:34
25660         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
25661              From: Dominic Dunlop <domo@computer.org> 
25662              Date: Tue, 11 Jul 2000 12:27:33 +0200 
25663              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
25664              
25665              Replaces change #6268.
25666      Branch: cfgperl
25667            ! t/op/sprintf.t
25668 ____________________________________________________________________________
25669 [  6353] By: gsar                                  on 2000/07/11  17:59:51
25670         Log: skip integrate of problematic change#6230 from cfgperl into mainline
25671              (a later version of File::Spec is already in mainline)
25672      Branch: perl
25673           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
25674           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
25675 ____________________________________________________________________________
25676 [  6352] By: gsar                                  on 2000/07/11  17:57:48
25677         Log: integrate cfgperl changes#6224..6229 into mainline
25678      Branch: perl
25679           +> lib/lib.pm.PL
25680            - lib/lib.pm
25681           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
25682           !> lib/English.pm op.c t/lib/english.t
25683 ____________________________________________________________________________
25684 [  6351] By: gsar                                  on 2000/07/11  17:50:10
25685         Log: skip integrate of problematic change#6223 from cfgperl into mainline
25686      Branch: perl
25687           !> doio.c
25688 ____________________________________________________________________________
25689 [  6350] By: gsar                                  on 2000/07/11  17:48:28
25690         Log: integrate cfgperl changes#6220..6222 into mainline
25691      Branch: perl
25692           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
25693           !> toke.c utf8.c win32/win32.h
25694 ____________________________________________________________________________
25695 [  6349] By: gsar                                  on 2000/07/11  17:46:13
25696         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
25697              mainline
25698      Branch: perl
25699           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25700           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
25701           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25702 ____________________________________________________________________________
25703 [  6348] By: jhi                                   on 2000/07/11  17:45:49
25704         Log: README.posix-bc podified from Thomas Dorner.
25705      Branch: cfgperl
25706            ! README.posix-bc
25707 ____________________________________________________________________________
25708 [  6347] By: gsar                                  on 2000/07/11  17:42:04
25709         Log: integrate cfgperl change#6217 into mainline
25710      Branch: perl
25711           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
25712           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
25713           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
25714 ____________________________________________________________________________
25715 [  6346] By: gsar                                  on 2000/07/11  17:39:37
25716         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
25717              mainline
25718      Branch: perl
25719           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
25720           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25721           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
25722           !> perlapi.h pod/perlapi.pod
25723 ____________________________________________________________________________
25724 [  6345] By: gsar                                  on 2000/07/11  17:36:42
25725         Log: integrate cfgperl changes#6207..6210 into mainline
25726      Branch: perl
25727           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
25728           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
25729 ____________________________________________________________________________
25730 [  6344] By: gsar                                  on 2000/07/11  17:31:20
25731         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
25732              mainline
25733      Branch: perl
25734           !> (integrate 40 files)
25735 ____________________________________________________________________________
25736 [  6343] By: gsar                                  on 2000/07/11  17:19:08
25737         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
25738      Branch: perl
25739           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
25740            ! Changes
25741           !> (integrate 34 files)
25742 ____________________________________________________________________________
25743 [  6342] By: jhi                                   on 2000/07/11  16:05:48
25744         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
25745              To: perl5-porters@perl.org
25746              From: Karsten Sperling <spiff@phreax.net>
25747              Date: Mon, 10 Jul 2000 15:12:52 +0200
25748              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
25749      Branch: cfgperl
25750            ! lib/Symbol.pm
25751 ____________________________________________________________________________
25752 [  6341] By: jhi                                   on 2000/07/11  15:59:23
25753         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
25754              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25755              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
25756              Date: Fri, 07 Jul 2000 17:57:16 +0100
25757      Branch: cfgperl
25758            ! pp_hot.c
25759 ____________________________________________________________________________
25760 [  6340] By: jhi                                   on 2000/07/11  15:55:47
25761         Log: Subject: Re: format bug report  [Patch]
25762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25763              Date: Wed, 05 Jul 2000 13:12:52 +0200
25764              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
25765              
25766              Subject: Re: format bug report  [Patch]
25767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25768              Date: Wed, 05 Jul 2000 14:10:01 +0200
25769              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
25770      Branch: cfgperl
25771            ! t/op/write.t toke.c
25772 ____________________________________________________________________________
25773 [  6339] By: jhi                                   on 2000/07/11  13:54:09
25774         Log: Be less forgiving about ambiguous and illegal tr ranges.
25775              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
25776              From: Mark-Jason Dominus <mjd@plover.com>
25777              Date: Tue, 04 Jul 2000 10:00:12 -0400
25778              Message-ID: <20000704140012.17772.qmail@plover.com>
25779              
25780              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
25781              From: Mark-Jason Dominus <mjd@plover.com>
25782              Date: Wed, 05 Jul 2000 09:37:36 -0400
25783              Message-ID: <20000705133736.27293.qmail@plover.com>
25784      Branch: cfgperl
25785            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
25786 ____________________________________________________________________________
25787 [  6338] By: jhi                                   on 2000/07/11  13:31:24
25788         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
25789              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25790              Date: Tue, 11 Jul 2000 13:50:51 +0100
25791              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
25792      Branch: cfgperl
25793            ! sv.c
25794 ____________________________________________________________________________
25795 [  6337] By: jhi                                   on 2000/07/11  13:29:14
25796         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
25797              From: Hugo <hv@crypt.compulink.co.uk>
25798              Date: Tue, 11 Jul 2000 12:44:50 +0100
25799              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
25800      Branch: cfgperl
25801            ! regexec.c t/op/re_tests
25802 ____________________________________________________________________________
25803 [  6336] By: jhi                                   on 2000/07/11  13:26:47
25804         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
25805              From: simon@brecon.co.uk (Simon Cozens)
25806              Date: 7 Jul 2000 11:26:09 GMT
25807              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
25808      Branch: cfgperl
25809            ! mg.c
25810 ____________________________________________________________________________
25811 [  6335] By: jhi                                   on 2000/07/11  13:23:37
25812         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
25813              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
25814              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
25815              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
25816      Branch: cfgperl
25817            + ext/DynaLoader/hints/netbsd.pl
25818            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
25819 ____________________________________________________________________________
25820 [  6334] By: jhi                                   on 2000/07/11  13:20:38
25821         Log: Subject: PATCH perlguts.pod: Document D and d magic types
25822              From: mjd@plover.com
25823              Date: 5 Jul 2000 18:01:51 -0000
25824              Message-ID: <20000705180151.29413.qmail@plover.com>
25825      Branch: cfgperl
25826            ! pod/perlguts.pod
25827 ____________________________________________________________________________
25828 [  6333] By: jhi                                   on 2000/07/11  13:15:51
25829         Log: Precedence goof, fix based on
25830              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
25831              From: Hugo <hv@crypt.compulink.co.uk>
25832              Date: Tue, 11 Jul 2000 12:52:38 +0100
25833              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
25834      Branch: cfgperl
25835            ! t/op/taint.t
25836 ____________________________________________________________________________
25837 [  6332] By: jhi                                   on 2000/07/11  12:40:17
25838         Log: Integrate with Sarathy.
25839      Branch: cfgperl
25840           !> win32/win32sck.c
25841 ____________________________________________________________________________
25842 [  6331] By: jhi                                   on 2000/07/10  20:14:16
25843         Log: Sprinkle ldlibpath.
25844      Branch: cfgperl
25845            ! pod/Makefile.SH
25846 ____________________________________________________________________________
25847 [  6330] By: jhi                                   on 2000/07/10  17:54:49
25848         Log: More POSIX.pod tweaks.
25849      Branch: cfgperl
25850            ! ext/POSIX/POSIX.pod
25851 ____________________________________________________________________________
25852 [  6329] By: jhi                                   on 2000/07/10  14:02:12
25853         Log: Reorder perl.pod once more.
25854      Branch: cfgperl
25855            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25856 ____________________________________________________________________________
25857 [  6328] By: gsar                                  on 2000/07/10  07:06:00
25858         Log: accept() leaks memory on windows due to incorrect ordering of
25859              closesocket() and fclose() calls
25860      Branch: perl
25861            ! win32/win32sck.c
25862 ____________________________________________________________________________
25863 [  6327] By: gsar                                  on 2000/07/10  06:49:17
25864         Log: winsock options weren't being set in all threads under ithreads
25865              (caused send()s from second and subsequent threads to fail)
25866      Branch: perl
25867            ! win32/win32sck.c
25868 ____________________________________________________________________________
25869 [  6326] By: jhi                                   on 2000/07/08  02:45:40
25870         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
25871              was cast to an unsigned (32-bit) integer with wild abandon.
25872      Branch: cfgperl
25873            ! ext/Devel/DProf/DProf.xs
25874 ____________________________________________________________________________
25875 [  6325] By: jhi                                   on 2000/07/07  18:50:33
25876         Log: Remove perlbook, update perlfaq book listing,
25877              rearrange perl.pod, regenerate perltoc.
25878      Branch: cfgperl
25879            - pod/perlbook.pod
25880            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
25881            ! pod/perlfaq2.pod pod/perltoc.pod
25882 ____________________________________________________________________________
25883 [  6324] By: jhi                                   on 2000/07/07  14:03:40
25884         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
25885      Branch: cfgperl
25886            ! sv.h toke.c
25887 ____________________________________________________________________________
25888 [  6323] By: jhi                                   on 2000/07/06  16:03:55
25889         Log: Fix complaints of buildtoc.
25890      Branch: cfgperl
25891            + lib/Win32.pod
25892            - pod/Win32.pod
25893            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25894 ____________________________________________________________________________
25895 [  6322] By: jhi                                   on 2000/07/06  15:15:52
25896         Log: Add =head1 NAMEs so that buildtoc is happy.
25897              (The CGI::Util nit reported to Lincoln.)
25898      Branch: cfgperl
25899            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
25900            ! pod/perltoc.pod
25901 ____________________________________________________________________________
25902 [  6321] By: jhi                                   on 2000/07/06  03:16:04
25903         Log: Config is being used.
25904      Branch: cfgperl
25905            ! t/op/method.t
25906 ____________________________________________________________________________
25907 [  6320] By: jhi                                   on 2000/07/06  03:13:13
25908         Log: Integrate with Sarathy.
25909      Branch: cfgperl
25910           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
25911 ____________________________________________________________________________
25912 [  6319] By: jhi                                   on 2000/07/06  03:11:46
25913         Log: Autogenerate pod/Makefile and pod/buildtoc.
25914              buildtoc also checks whether the existin pods are
25915              mentioned in MANIFEST and perl.pod, and vice versa.
25916              (None of the thusly found discrepancies fixed yet.)
25917              roffitall also needs to be autogenerated similarly but it
25918              seems so badly out of date that I didn't touch it yet.
25919      Branch: cfgperl
25920            + pod/Makefile.SH pod/buildtoc.PL
25921            - pod/Makefile pod/buildtoc
25922            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
25923 ____________________________________________________________________________
25924 [  6318] By: gsar                                  on 2000/07/05  22:10:54
25925         Log: fix UNC path handling on Windows under ithreads, and chdir()
25926              return value when given a non-existent directory
25927      Branch: perl
25928            ! win32/vdir.h
25929 ____________________________________________________________________________
25930 [  6317] By: gsar                                  on 2000/07/05  22:08:19
25931         Log: winsock cleanup never done on Windows (leads to handle leaks)
25932      Branch: perl
25933            ! win32/perllib.c win32/win32sck.c
25934 ____________________________________________________________________________
25935 [  6316] By: gsar                                  on 2000/07/05  22:06:19
25936         Log: some debugger output does not go to the socket when RemotePort is set
25937      Branch: perl
25938            ! lib/perl5db.pl
25939 ____________________________________________________________________________
25940 [  6315] By: jhi                                   on 2000/07/05  00:25:21
25941         Log: Integrate with Sarathy, preliminary fix for unicos
25942              alignment problems in [ID 20000612.002] Perl problem on Cray system.
25943      Branch: cfgperl
25944            ! sv.h
25945           !> pp_hot.c
25946 ____________________________________________________________________________
25947 [  6314] By: gsar                                  on 2000/07/04  23:34:02
25948         Log: tyop in change#6306
25949      Branch: perl
25950            ! pp_hot.c
25951 ____________________________________________________________________________
25952 [  6313] By: jhi                                   on 2000/07/04  22:14:38
25953         Log: Multiline string literals ENONPORTABLE.
25954      Branch: cfgperl
25955            ! pp_hot.c
25956 ____________________________________________________________________________
25957 [  6312] By: jhi                                   on 2000/07/04  20:34:44
25958         Log: Integrate with Sarathy.
25959      Branch: cfgperl
25960           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
25961           !> t/op/method.t
25962 ____________________________________________________________________________
25963 [  6311] By: jhi                                   on 2000/07/04  20:30:56
25964         Log: More POSIX.pod embellishment.
25965      Branch: cfgperl
25966            ! ext/POSIX/POSIX.pod
25967 ____________________________________________________________________________
25968 [  6310] By: gsar                                  on 2000/07/04  17:28:48
25969         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
25970      Branch: perl
25971            ! t/lib/b.t
25972 ____________________________________________________________________________
25973 [  6309] By: jhi                                   on 2000/07/04  17:22:18
25974         Log: The #6308 required a little bit more.
25975      Branch: cfgperl
25976            ! Makefile.SH win32/Makefile
25977 ____________________________________________________________________________
25978 [  6308] By: jhi                                   on 2000/07/04  16:35:24
25979         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
25980      Branch: cfgperl
25981            + lib/lib_pm.PL
25982            - lib/lib.pm.PL
25983            ! MANIFEST Makefile.SH
25984 ____________________________________________________________________________
25985 [  6307] By: jhi                                   on 2000/07/04  16:28:58
25986         Log: Win32 patches for cfgperl from Sarathy.
25987      Branch: cfgperl
25988            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
25989            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
25990            ! thread.h toke.c util.c win32/Makefile win32/win32.c
25991 ____________________________________________________________________________
25992 [  6306] By: gsar                                  on 2000/07/04  16:28:40
25993         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
25994              (from Richard Soderberg <rs@oregonnet.com>)
25995      Branch: perl
25996            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
25997 ____________________________________________________________________________
25998 [  6305] By: jhi                                   on 2000/07/04  16:24:24
25999         Log: Integrate with Sarathy.
26000      Branch: cfgperl
26001           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
26002           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26003           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
26004           !> proto.h win32/win32.c
26005 ____________________________________________________________________________
26006 [  6304] By: gsar                                  on 2000/07/04  16:17:24
26007         Log: missing perldiag entry for unpack("w",...) diagnostic (from
26008              Andreas Koenig)
26009      Branch: perl
26010            ! pod/perldiag.pod
26011 ____________________________________________________________________________
26012 [  6303] By: gsar                                  on 2000/07/04  16:14:44
26013         Log: remove rel2abs prototypes (from Barrie Slaymaker)
26014      Branch: perl
26015            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26016            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26017 ____________________________________________________________________________
26018 [  6302] By: gsar                                  on 2000/07/04  04:59:35
26019         Log: adjust change#6299
26020      Branch: perl
26021            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
26022            ! win32/win32.c
26023 ____________________________________________________________________________
26024 [  6301] By: jhi                                   on 2000/07/04  04:50:07
26025         Log: Integrate with Sarathy.
26026      Branch: cfgperl
26027           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
26028           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
26029           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
26030 ____________________________________________________________________________
26031 [  6300] By: gsar                                  on 2000/07/04  04:42:09
26032         Log: PERL_OBJECT build tweak
26033      Branch: perl
26034            ! perl.h
26035 ____________________________________________________________________________
26036 [  6299] By: gsar                                  on 2000/07/04  04:37:00
26037         Log: fix memory leak on Windows (PL_sys_intern contents were never
26038              freed)
26039      Branch: perl
26040            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
26041            ! perlapi.c proto.h win32/win32.c
26042 ____________________________________________________________________________
26043 [  6298] By: gsar                                  on 2000/07/04  04:15:59
26044         Log: fix large memory leak that has been around for ever, masked by
26045              -DPURIFY (most of the arenas were never freed!)
26046      Branch: perl
26047            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
26048 ____________________________________________________________________________
26049 [  6297] By: gsar                                  on 2000/07/04  04:07:46
26050         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
26051      Branch: perl
26052            ! perl.c
26053 ____________________________________________________________________________
26054 [  6296] By: jhi                                   on 2000/06/30  18:28:37
26055         Log: Elaborate POSIX.pod.  Still needs work.
26056      Branch: cfgperl
26057            ! ext/POSIX/POSIX.pod
26058 ____________________________________________________________________________
26059 [  6295] By: jhi                                   on 2000/06/30  14:58:18
26060         Log: Point to perlipc for more SysV IPC examples.
26061      Branch: cfgperl
26062            ! pod/perlfunc.pod
26063 ____________________________________________________________________________
26064 [  6294] By: gsar                                  on 2000/06/30  14:47:45
26065         Log: slurp mode fix in change#4736 still not quite right
26066      Branch: perl
26067            ! pp_hot.c t/io/argv.t
26068 ____________________________________________________________________________
26069 [  6293] By: jhi                                   on 2000/06/30  12:02:55
26070         Log: Integrate with Sarathy.
26071      Branch: cfgperl
26072           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
26073 ____________________________________________________________________________
26074 [  6292] By: jhi                                   on 2000/06/30  12:01:11
26075         Log: From: simon@brecon.co.uk (Simon Cozens)
26076              Subject: UTF8 concat
26077              Date: 30 Jun 2000 06:13:25 GMT
26078              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
26079      Branch: cfgperl
26080            ! pp_hot.c
26081 ____________________________________________________________________________
26082 [  6291] By: gsar                                  on 2000/06/30  04:37:33
26083         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
26084              when @_ is modified, causing coredumps
26085      Branch: perl
26086            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
26087 ____________________________________________________________________________
26088 [  6290] By: jhi                                   on 2000/06/30  02:21:44
26089         Log: Integrate with Sarathy.
26090      Branch: cfgperl
26091           !> vms/vms.c vms/vmsish.h
26092 ____________________________________________________________________________
26093 [  6289] By: jhi                                   on 2000/06/30  02:21:02
26094         Log: Check VERSIONs.
26095      Branch: cfgperl
26096            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26097            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26098            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26099 ____________________________________________________________________________
26100 [  6288] By: jhi                                   on 2000/06/30  02:18:52
26101         Log: Integrate with Sarathy.
26102      Branch: cfgperl
26103           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
26104           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26105           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
26106           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
26107 ____________________________________________________________________________
26108 [  6287] By: gsar                                  on 2000/06/30  02:17:08
26109         Log: integrate vmsperl changes into mainline
26110      Branch: perl
26111           !> vms/vms.c vms/vmsish.h
26112 ____________________________________________________________________________
26113 [  6285] By: gsar                                  on 2000/06/30  02:05:28
26114         Log: localize %INC in a Safe compartment so that use/require work
26115              (many other magic globals probably need similar treatment)
26116      Branch: perl
26117            ! ext/Opcode/Opcode.xs
26118 ____________________________________________________________________________
26119 [  6284] By: gsar                                  on 2000/06/30  01:54:54
26120         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
26121              about Windows
26122      Branch: perl
26123            ! pod/perlembed.pod
26124 ____________________________________________________________________________
26125 [  6283] By: jhi                                   on 2000/06/30  01:50:10
26126         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
26127              From: Barrie Slaymaker <barries@jester.slaysys.com>
26128              Date: Wed, 28 Jun 2000 11:35:29 -0400
26129              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
26130      Branch: perl
26131            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
26132            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
26133            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26134            ! lib/File/Spec/Win32.pm
26135 ____________________________________________________________________________
26136 [  6282] By: jhi                                   on 2000/06/29  22:57:22
26137         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
26138              From: Dan Sugalski <dan@sidhe.org>
26139              Date: Tue, 06 Jun 2000 11:59:50 -0400
26140              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
26141      Branch: cfgperl
26142            ! vms/vms.c
26143 ____________________________________________________________________________
26144 [  6281] By: jhi                                   on 2000/06/29  22:52:50
26145         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
26146              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26147              Date: Wed, 7 Jun 2000 04:02:04 -0500
26148              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
26149      Branch: cfgperl
26150            ! utils/h2xs.PL
26151 ____________________________________________________________________________
26152 [  6280] By: jhi                                   on 2000/06/29  22:45:47
26153         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
26154              From: rspier@pobox.com (Robert Spier)
26155              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
26156              Message-ID: <14654.31913.845602.610277@rls.cx>
26157      Branch: cfgperl
26158            ! utils/h2xs.PL
26159 ____________________________________________________________________________
26160 [  6279] By: jhi                                   on 2000/06/29  22:38:16
26161         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
26162              From: Tim Ayers <tayers@bridge.com>
26163              Date: Thu, 08 Jun 2000 08:11:06 +0200
26164              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
26165              [resent by Richard Foley, Message-Id probably wrong]
26166      Branch: cfgperl
26167            ! pod/perlsub.pod
26168 ____________________________________________________________________________
26169 [  6278] By: jhi                                   on 2000/06/29  22:21:45
26170         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
26171              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
26172              Date: Fri, 09 Jun 2000 12:39:27 -0400
26173              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
26174              (plus update the version "number" of Text::Wrap)
26175      Branch: cfgperl
26176            ! lib/Text/Wrap.pm
26177 ____________________________________________________________________________
26178 [  6277] By: jhi                                   on 2000/06/29  22:13:10
26179         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
26180              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26181              Date: Mon, 12 Jun 2000 14:55:59 +0100
26182              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
26183      Branch: cfgperl
26184            ! pod/perlfunc.pod
26185 ____________________________________________________________________________
26186 [  6276] By: jhi                                   on 2000/06/29  22:11:06
26187         Log: Subject: [PATCH] Re: eval documentation: context
26188              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26189              Date: Mon, 12 Jun 2000 15:07:29 +0100
26190              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
26191      Branch: cfgperl
26192            ! pod/perlfunc.pod
26193 ____________________________________________________________________________
26194 [  6275] By: jhi                                   on 2000/06/29  21:59:46
26195         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
26196              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26197              Date: Tue, 13 Jun 2000 02:43:48 -0500
26198              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
26199      Branch: cfgperl
26200            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
26201 ____________________________________________________________________________
26202 [  6274] By: jhi                                   on 2000/06/29  21:56:14
26203         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
26204              From: Andy Dougherty <doughera@lafayette.edu>
26205              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
26206              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
26207      Branch: cfgperl
26208            ! ext/File/Glob/Glob.pm
26209 ____________________________________________________________________________
26210 [  6273] By: jhi                                   on 2000/06/29  21:49:09
26211         Log: Subject: [PATCH] xsub attributes
26212              From: Doug MacEachern <dougm@covalent.net>
26213              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
26214              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
26215      Branch: cfgperl
26216            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
26217            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
26218 ____________________________________________________________________________
26219 [  6272] By: jhi                                   on 2000/06/29  21:41:28
26220         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
26221              From: Tom Phoenix <rootbeer@redcat.com>
26222              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
26223              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
26224      Branch: cfgperl
26225            ! lib/Net/Ping.pm
26226 ____________________________________________________________________________
26227 [  6271] By: jhi                                   on 2000/06/29  21:36:55
26228         Log: Subject: PATCH pod/perltie.pod
26229              From: Ian Phillipps <Ian.Phillipps@iname.com>
26230              Date: Fri, 16 Jun 2000 00:17:19 +0100
26231              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
26232              (only the first hunk, the second hunk had already been done
26233              by some other patch)
26234      Branch: cfgperl
26235            ! pod/perltie.pod
26236 ____________________________________________________________________________
26237 [  6270] By: jhi                                   on 2000/06/29  21:24:51
26238         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
26239              From: Nicholas Clark <nick@talking.bollo.cx>
26240              Date: Fri, 23 Jun 2000 16:21:15 +0100
26241              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
26242      Branch: cfgperl
26243            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
26244            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
26245 ____________________________________________________________________________
26246 [  6269] By: jhi                                   on 2000/06/29  19:38:15
26247         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
26248              silence few compiler warnings.
26249      Branch: cfgperl
26250            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
26251 ____________________________________________________________________________
26252 [  6268] By: jhi                                   on 2000/06/29  18:21:50
26253         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
26254              From: Dominic Dunlop <domo@computer.org> 
26255              Date: Thu, 29 Jun 2000 12:32:39 +0200 
26256              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
26257      Branch: cfgperl
26258            ! t/op/sprintf.t
26259 ____________________________________________________________________________
26260 [  6267] By: jhi                                   on 2000/06/29  18:16:07
26261         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
26262              From: Doug MacEachern <dougm@covalent.net>
26263              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
26264              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
26265      Branch: cfgperl
26266            + t/op/method2entersub.t
26267            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
26268            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26269            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
26270            ! xsutils.c
26271 ____________________________________________________________________________
26272 [  6266] By: jhi                                   on 2000/06/29  15:11:15
26273         Log: Subject: [PATCH 5.6.0] cygwin port
26274              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
26275              From: "Fifer, Eric" <EFifer@sanwaint.com>
26276              Date: Thu, 29 Jun 2000 12:58:29 +0100
26277      Branch: cfgperl
26278            ! cygwin/Makefile.SHs
26279 ____________________________________________________________________________
26280 [  6265] By: jhi                                   on 2000/06/29  15:04:05
26281         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
26282              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26283              Date: Wed, 28 Jun 2000 17:50:12 -0700
26284              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
26285      Branch: cfgperl
26286            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
26287 ____________________________________________________________________________
26288 [  6264] By: jhi                                   on 2000/06/29  15:00:57
26289         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
26290              From: Marty Lucich <marty@netcom.com>
26291              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
26292              Message-Id: <200006282116.OAA11148@netcom.com>
26293              ccdlflags update (the BSD/OS 4.1 part had already been taken
26294              care of by #6141).
26295      Branch: cfgperl
26296            ! hints/bsdos.sh
26297 ____________________________________________________________________________
26298 [  6263] By: jhi                                   on 2000/06/29  13:47:44
26299         Log: tr fixes from Simon Cozens
26300      Branch: cfgperl
26301            ! doop.c
26302 ____________________________________________________________________________
26303 [  6262] By: jhi                                   on 2000/06/28  18:46:01
26304         Log: Subject: 5.6.0 Patch for EPOC
26305              From: Olaf Flebbe <o.flebbe@gmx.de>
26306              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
26307              Message-ID: <23449.960929969@www11.gmx.net>
26308      Branch: cfgperl
26309            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
26310            ! epoc/epocish.h
26311 ____________________________________________________________________________
26312 [  6261] By: jhi                                   on 2000/06/28  18:29:07
26313         Log: Subject: Re: [PATCH cfgperl] BOMs away!
26314              From: simon@brecon.co.uk (Simon Cozens)
26315              Date: 17 Jun 2000 11:49:57 GMT
26316              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
26317      Branch: cfgperl
26318            ! pod/perldiag.pod t/comp/require.t toke.c
26319 ____________________________________________________________________________
26320 [  6260] By: jhi                                   on 2000/06/28  17:47:16
26321         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
26322              From: simon@brecon.co.uk (Simon Cozens) 
26323              Date: 17 Jun 2000 11:56:44 GMT 
26324              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
26325              pack U0, pack C0
26326      Branch: cfgperl
26327            ! pod/perlfunc.pod pp.c t/op/pack.t
26328 ____________________________________________________________________________
26329 [  6259] By: jhi                                   on 2000/06/28  16:43:17
26330         Log: perlnewmod was missing from MANIFEST.
26331      Branch: cfgperl
26332            ! MANIFEST
26333 ____________________________________________________________________________
26334 [  6258] By: jhi                                   on 2000/06/28  15:54:30
26335         Log: linenumber tweak
26336      Branch: cfgperl
26337            ! t/pragma/warn/regcomp
26338 ____________________________________________________________________________
26339 [  6257] By: jhi                                   on 2000/06/28  15:50:44
26340         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
26341              From: Doug MacEachern <dougm@covalent.net>
26342              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
26343              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
26344              (one part of the patch had been applied earlier)
26345      Branch: cfgperl
26346            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
26347 ____________________________________________________________________________
26348 [  6256] By: jhi                                   on 2000/06/28  15:40:22
26349         Log: tweaks from Simon Cozens to further fix tr/// under utf8
26350      Branch: cfgperl
26351            ! doop.c
26352 ____________________________________________________________________________
26353 [  6255] By: jhi                                   on 2000/06/28  15:33:45
26354         Log: small thinko tweaks
26355      Branch: cfgperl
26356            ! lib/IPC/Open3.pm t/op/my_stash.t
26357 ____________________________________________________________________________
26358 [  6254] By: jhi                                   on 2000/06/28  15:33:25
26359         Log: Subject: tr///, help wanted.
26360              From: simon@brecon.co.uk (Simon Cozens)
26361              Date: 28 Jun 2000 11:29:04 GMT
26362              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
26363      Branch: cfgperl
26364            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
26365            ! pp_proto.h proto.h t/op/tr.t
26366 ____________________________________________________________________________
26367 [  6253] By: jhi                                   on 2000/06/28  15:09:17
26368         Log: Paranoia tweak on #6249.
26369              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
26370              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26371              Date: Sun, 25 Jun 2000 23:43:12 -0400
26372              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
26373      Branch: cfgperl
26374            ! lib/IPC/Open3.pm
26375 ____________________________________________________________________________
26376 [  6252] By: jhi                                   on 2000/06/28  15:01:38
26377         Log: Document #6249 and #6251.
26378      Branch: cfgperl
26379            ! lib/Exporter.pm lib/IPC/Open3.pm
26380 ____________________________________________________________________________
26381 [  6251] By: jhi                                   on 2000/06/28  14:50:43
26382         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
26383              From: Doug MacEachern <dougm@covalent.net>
26384              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
26385              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
26386      Branch: cfgperl
26387            ! lib/Exporter.pm
26388 ____________________________________________________________________________
26389 [  6250] By: jhi                                   on 2000/06/28  14:45:23
26390         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
26391              From: Doug MacEachern <dougm@covalent.net>
26392              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
26393              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
26394      Branch: cfgperl
26395            + t/op/my_stash.t
26396            ! MANIFEST embed.pl global.sym proto.h toke.c
26397 ____________________________________________________________________________
26398 [  6249] By: jhi                                   on 2000/06/28  14:36:34
26399         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
26400              From: Frank Tobin <ftobin@uiuc.edu>
26401              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
26402              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
26403      Branch: cfgperl
26404            ! lib/IPC/Open3.pm
26405 ____________________________________________________________________________
26406 [  6248] By: jhi                                   on 2000/06/28  14:11:25
26407         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
26408              From: Mark-Jason Dominus <mjd@plover.com>
26409              Date: Tue, 27 Jun 2000 22:36:42 -0400
26410              Message-ID: <20000628023642.12166.qmail@plover.com>
26411      Branch: cfgperl
26412            ! pod/perlfunc.pod
26413 ____________________________________________________________________________
26414 [  6247] By: jhi                                   on 2000/06/27  12:46:37
26415         Log: Tweak $VERSION, patch from Doug MacEachern.
26416      Branch: cfgperl
26417            ! lib/File/Spec.pm
26418 ____________________________________________________________________________
26419 [  6246] By: jhi                                   on 2000/06/27  03:34:46
26420         Log: Allow for standalone testing.
26421      Branch: cfgperl
26422            ! t/lib/filefunc.t t/lib/filespec.t
26423 ____________________________________________________________________________
26424 [  6245] By: jhi                                   on 2000/06/27  02:50:02
26425         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
26426              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
26427              Date: Sat, 24 Jun 2000 13:06:20 +0100
26428              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
26429      Branch: cfgperl
26430            ! ext/DynaLoader/DynaLoader_pm.PL
26431 ____________________________________________________________________________
26432 [  6244] By: jhi                                   on 2000/06/27  02:46:10
26433         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
26434              From: Doug MacEachern <dougm@covalent.net>
26435              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
26436              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
26437      Branch: cfgperl
26438            ! gv.c sv.c t/lib/peek.t
26439 ____________________________________________________________________________
26440 [  6243] By: jhi                                   on 2000/06/27  02:38:07
26441         Log: Subject: [PATCH] is_utf8_string
26442              From: simon@brecon.co.uk (Simon Cozens)
26443              Date: 26 Jun 2000 02:25:59 GMT
26444              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
26445      Branch: cfgperl
26446            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
26447            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
26448            ! proto.h utf8.c
26449 ____________________________________________________________________________
26450 [  6242] By: jhi                                   on 2000/06/27  02:24:00
26451         Log: Subject: [PATCH] bytes<->utf8 fixes
26452              From: simon@brecon.co.uk (Simon Cozens)
26453              Date: 26 Jun 2000 04:55:45 GMT
26454              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
26455      Branch: cfgperl
26456            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
26457 ____________________________________________________________________________
26458 [  6241] By: jhi                                   on 2000/06/27  02:12:42
26459         Log: Do no -warn on \_, only on \alpha.
26460              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
26461              From: David Dyck <dcd@tc.fluke.com>
26462              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
26463              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
26464      Branch: cfgperl
26465            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
26466 ____________________________________________________________________________
26467 [  6240] By: jhi                                   on 2000/06/27  02:00:01
26468         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
26469              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
26470              Date: Mon, 26 Jun 2000 18:40:14 +0100
26471              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
26472      Branch: cfgperl
26473            ! utils/h2xs.PL
26474 ____________________________________________________________________________
26475 [  6239] By: jhi                                   on 2000/06/27  01:53:40
26476         Log: Configure maintenance.  Sever some dependency cycles,
26477              separate gccversion from the cc unit,
26478              address [ID 20000623.006] Configure script patch for using gcc on AIX
26479              (but solve it a little bit differently),
26480              unduplex some accidentally duplicated units,
26481              suggest using gcc if no cc available
26482              (p5p thread: "Solaris configure: counterproposal", 1999-09)
26483      Branch: cfgperl
26484            ! Configure Todo-5.6 config_h.SH
26485      Branch: metaconfig
26486            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
26487            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
26488      Branch: metaconfig/U/perl
26489            + gccvers.U
26490            ! d_getespwnam.U d_getprpwnam.U i_prot.U
26491 ____________________________________________________________________________
26492 [  6238] By: jhi                                   on 2000/06/25  18:04:56
26493         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
26494              From: Dan Sugalski <dan@sidhe.org>
26495              Date: Fri, 23 Jun 2000 17:00:00 -0400
26496              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
26497      Branch: cfgperl
26498            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
26499 ____________________________________________________________________________
26500 [  6237] By: jhi                                   on 2000/06/25  16:36:45
26501         Log: Tweak embed.pl, regen headers.
26502      Branch: cfgperl
26503            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
26504            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
26505            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
26506            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
26507            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
26508 ____________________________________________________________________________
26509 [  6236] By: jhi                                   on 2000/06/25  15:26:42
26510         Log: Regen headers.
26511      Branch: cfgperl
26512            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
26513            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
26514            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
26515            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
26516            ! regnodes.h warnings.h
26517 ____________________________________________________________________________
26518 [  6235] By: jhi                                   on 2000/06/23  19:39:35
26519         Log: The thread begun by
26520              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
26521              From: Kevin.Ruscoe@ubsw.com
26522              Date: Fri, 16 Jun 2000 16:38:51 +0100
26523              Message-Id: <H000019b03c300d6@MHS>
26524      Branch: cfgperl
26525            ! hints/solaris_2.sh
26526 ____________________________________________________________________________
26527 [  6234] By: jhi                                   on 2000/06/23  19:23:36
26528         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
26529              because when run as services (Win32ese for daemons)
26530              no environment variables are set and tmpdir ends up as /tmp,
26531              which is ambiguous.
26532              
26533              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
26534              From: matt@sergeant.org
26535              Date: 16 Jun 2000 16:30:43 -0000
26536              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
26537      Branch: cfgperl
26538            ! lib/File/Spec/Win32.pm
26539 ____________________________________________________________________________
26540 [  6233] By: jhi                                   on 2000/06/23  19:18:58
26541         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
26542              From: Mark-Jason Dominus <mjd@plover.com>
26543              Date: Fri, 16 Jun 2000 20:53:04 -0400
26544              Message-ID: <20000617005304.8008.qmail@plover.com>
26545      Branch: cfgperl
26546            ! op.h
26547 ____________________________________________________________________________
26548 [  6232] By: jhi                                   on 2000/06/23  16:10:02
26549         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
26550              From: simon@brecon.co.uk (Simon Cozens)
26551              Date: 19 Jun 2000 15:18:27 GMT
26552              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
26553              
26554              plus update pod/Makefile and regenerate perltoc
26555      Branch: cfgperl
26556            + pod/perlutil.pod
26557            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
26558 ____________________________________________________________________________
26559 [  6231] By: jhi                                   on 2000/06/23  15:19:18
26560         Log: Subject: [PATCH 5.6.0] cygwin port
26561              From: "Fifer, Eric" <EFifer@sanwaint.com>
26562              Date: Tue, 20 Jun 2000 14:30:58 +0100
26563              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
26564      Branch: cfgperl
26565            ! README.cygwin lib/File/Find.pm
26566 ____________________________________________________________________________
26567 [  6230] By: jhi                                   on 2000/06/23  14:25:21
26568         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
26569      Branch: cfgperl
26570            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
26571            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
26572            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
26573            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
26574 ____________________________________________________________________________
26575 [  6229] By: jhi                                   on 2000/06/23  14:13:34
26576         Log: Subject: README.hpux version 0.6.1
26577              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
26578              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26579              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
26580      Branch: cfgperl
26581            ! README.hpux
26582 ____________________________________________________________________________
26583 [  6228] By: jhi                                   on 2000/06/23  14:07:20
26584         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
26585              From: Doug MacEachern <dougm@covalent.net>
26586              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
26587              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
26588      Branch: cfgperl
26589            ! op.c
26590 ____________________________________________________________________________
26591 [  6227] By: jhi                                   on 2000/06/23  14:01:06
26592         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
26593              From: Doug MacEachern <dougm@covalent.net>
26594              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
26595              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
26596      Branch: cfgperl
26597            + lib/lib.pm.PL
26598            - lib/lib.pm
26599            ! MANIFEST Makefile.SH
26600 ____________________________________________________________________________
26601 [  6226] By: jhi                                   on 2000/06/23  13:53:07
26602         Log: Subject: [PATCH] remove forward declarations in Socket.pm
26603              From: Doug MacEachern <dougm@covalent.net>
26604              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
26605              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
26606              
26607              From: Doug MacEachern <dougm@covalent.net>
26608              Subject: Re: [PATCH] remove forward declarations in Socket.pm
26609              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
26610              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
26611      Branch: cfgperl
26612            ! ext/Socket/Socket.pm op.c
26613 ____________________________________________________________________________
26614 [  6225] By: jhi                                   on 2000/06/23  13:41:52
26615         Log: Add source code filenames to apidoc.
26616              From: simon@brecon.co.uk (Simon Cozens)
26617              Subject: [PATCH embed.pl] Source X-ref
26618              Date: 22 Jun 2000 02:18:49 GMT
26619              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
26620      Branch: cfgperl
26621            ! embed.pl
26622 ____________________________________________________________________________
26623 [  6224] By: jhi                                   on 2000/06/23  13:32:33
26624         Log: A way to avoid English.pm performance hit.
26625              From: root <root@jester.slaysys.com>
26626              Subject: [YAPATCH English.pm] My turn to putt again
26627              Date: Thu, 22 Jun 2000 20:33:58 -0400
26628              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
26629      Branch: cfgperl
26630            ! lib/English.pm t/lib/english.t
26631 ____________________________________________________________________________
26632 [  6223] By: jhi                                   on 2000/06/23  13:27:06
26633         Log: Avoid double close().
26634              Subject: [PATCH] avoid double close()
26635              From: Doug MacEachern <dougm@covalent.net>
26636              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
26637              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
26638      Branch: cfgperl
26639            ! doio.c
26640 ____________________________________________________________________________
26641 [  6222] By: jhi                                   on 2000/06/23  13:25:54
26642         Log: doc typo fix
26643              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
26644              From: Ian Phillipps <Ian.Phillipps@iname.com>
26645              Date: Fri, 23 Jun 2000 10:40:58 +0100
26646              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
26647      Branch: cfgperl
26648            ! lib/Pod/Usage.pm
26649 ____________________________________________________________________________
26650 [  6221] By: jhi                                   on 2000/06/23  13:24:15
26651         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
26652              From: simon@brecon.co.uk (Simon Cozens)
26653              Subject: [PATCH] Eliminate tr///[CU][CU]
26654              Date: 23 Jun 2000 11:05:40 GMT
26655              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
26656      Branch: cfgperl
26657            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
26658 ____________________________________________________________________________
26659 [  6220] By: jhi                                   on 2000/06/22  16:07:51
26660         Log: Win32 patches from Benjamin Stuhl.
26661      Branch: cfgperl
26662            ! makedef.pl win32/win32.h
26663 ____________________________________________________________________________
26664 [  6219] By: jhi                                   on 2000/06/22  16:06:34
26665         Log: Bytecode patches from Benjamin Stuhl.
26666      Branch: cfgperl
26667            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
26668            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
26669            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26670 ____________________________________________________________________________
26671 [  6218] By: jhi                                   on 2000/06/15  23:54:16
26672         Log: Bytecode patches from Benjamin Stuhl.
26673      Branch: cfgperl
26674            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
26675 ____________________________________________________________________________
26676 [  6217] By: jhi                                   on 2000/06/09  13:38:29
26677         Log: Rename the fdpid locking and integrate with Sarathy.
26678      Branch: cfgperl
26679            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
26680            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
26681            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
26682            ! win32/win32.c
26683           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
26684 ____________________________________________________________________________
26685 [  6216] By: gsar                                  on 2000/06/08  14:54:21
26686         Log: be more optimal about clearing @_
26687      Branch: perl
26688            ! cop.h
26689 ____________________________________________________________________________
26690 [  6215] By: gsar                                  on 2000/06/08  14:33:04
26691         Log: tweak comment about @DB::args
26692      Branch: perl
26693            ! av.h pp_ctl.c
26694 ____________________________________________________________________________
26695 [  6214] By: gsar                                  on 2000/06/08  13:57:54
26696         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
26697              caller() wants to populate @DB::args with it (causes a coredump
26698              in Carp::confess())
26699      Branch: perl
26700            ! cop.h t/op/runlevel.t
26701 ____________________________________________________________________________
26702 [  6213] By: gsar                                  on 2000/06/08  07:06:35
26703         Log: back out change#6106 (seems problematic)
26704      Branch: perl
26705            ! hints/solaris_2.sh
26706 ____________________________________________________________________________
26707 [  6212] By: jhi                                   on 2000/06/07  03:10:36
26708         Log: Continuing mopup for #6204.
26709      Branch: cfgperl
26710            ! ext/B/defsubs_h.PL
26711 ____________________________________________________________________________
26712 [  6211] By: jhi                                   on 2000/06/07  02:41:50
26713         Log: Mopup for #6204.
26714              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
26715              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
26716              This is comes from const() where POK isn't on when expected.
26717      Branch: cfgperl
26718            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
26719            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26720            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
26721            ! perlapi.h pod/perlapi.pod
26722 ____________________________________________________________________________
26723 [  6210] By: jhi                                   on 2000/06/07  01:56:29
26724         Log: Mopup for #6207 and #6209.
26725      Branch: cfgperl
26726            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
26727 ____________________________________________________________________________
26728 [  6209] By: jhi                                   on 2000/06/07  01:33:12
26729         Log: Lock PL_fdpid against race conditions, based on:
26730              Subject: [PATCH 5.6.0]subprocess fixup for threads
26731              From: Dan Sugalski <dan@sidhe.org>
26732              To: perl5-porters@perl.org
26733              Date: Tue, 11 Apr 2000 17:02:32 -0400
26734              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
26735      Branch: cfgperl
26736            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
26737            ! win32/win32.c
26738 ____________________________________________________________________________
26739 [  6208] By: jhi                                   on 2000/06/07  01:05:23
26740         Log: Regen headers for #6207.
26741      Branch: cfgperl
26742            ! embed.h global.sym objXSUB.h proto.h
26743 ____________________________________________________________________________
26744 [  6207] By: jhi                                   on 2000/06/06  23:43:13
26745         Log: Subject: [PATCH 5.6.0] Threadsafe patches
26746              From: Dan Sugalski <dan@sidhe.org>
26747              To: perl5-porters@perl.org
26748              Date: Mon, 08 May 2000 18:08:13 -0400
26749              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
26750      Branch: cfgperl
26751            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
26752            ! proto.h sv.h util.c
26753 ____________________________________________________________________________
26754 [  6206] By: jhi                                   on 2000/06/06  23:21:23
26755         Log: Subject: [PATCH] Eliminate $a/$b in pod
26756              From: David Glasser <me@davidglasser.net>
26757              To: perl5-porters@perl.org
26758              Date: Mon, 29 May 2000 21:15:59 -0400
26759              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
26760      Branch: cfgperl
26761            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
26762            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
26763            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
26764            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
26765            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
26766            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
26767            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
26768            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
26769            ! pod/perlvar.pod pod/perlxs.pod
26770 ____________________________________________________________________________
26771 [  6205] By: jhi                                   on 2000/06/06  23:12:14
26772         Log: Subject: [PATCH] Win32 improvements
26773              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
26774              To: gsar@activestate.com, perl5-porters@perl.org
26775              Date: Mon, 29 May 2000 17:22:24 PDT
26776              Message-ID: <20000530002224.91142.qmail@hotmail.com>
26777              (MUA had mangled many lines by wordwrapping)
26778      Branch: cfgperl
26779            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
26780 ____________________________________________________________________________
26781 [  6204] By: jhi                                   on 2000/06/06  23:01:50
26782         Log: Subject: [PATCH] B::Bytecode patches
26783              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
26784              To: gsar@activestate.com, jhi@iki.fi
26785              Cc: perl5-porters@perl.org
26786              Message-ID: <20000602202526.48694.qmail@hotmail.com>
26787              (MUA had mangled many lines by wordwrapping)
26788      Branch: cfgperl
26789            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
26790            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
26791            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
26792            ! intrpvar.h perl.c
26793 ____________________________________________________________________________
26794 [  6203] By: jhi                                   on 2000/06/06  22:32:43
26795         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
26796              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26797              Date: Tue, 06 Jun 2000 13:07:45 -0700
26798              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
26799      Branch: cfgperl
26800            ! pod/perldiag.pod
26801 ____________________________________________________________________________
26802 [  6202] By: jhi                                   on 2000/06/06  19:38:35
26803         Log: Integrate with Sarathy.
26804      Branch: cfgperl
26805           !> perl.c
26806 ____________________________________________________________________________
26807 [  6201] By: gsar                                  on 2000/06/06  00:42:59
26808         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
26809              does a PUSHMARK that's never ever POPMARKed; in general, only
26810              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
26811              Perl_eval_[sp]v() don't because they don't take any incoming
26812              arguments (this leak has been around since the original version
26813              of perl_eval_pv() in 5.003_97e)
26814      Branch: perl
26815            ! perl.c
26816 ____________________________________________________________________________
26817 [  6200] By: jhi                                   on 2000/06/04  03:44:52
26818         Log: Update to cperl-mode.el 4.31 from
26819              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
26820              Subject: A couple of notes
26821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26822              To: Mailing list Perl5 <perl5-porters@perl.org>
26823              Date: Sat, 3 Jun 2000 23:33:32 -0400
26824              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
26825      Branch: cfgperl
26826            ! emacs/cperl-mode.el
26827 ____________________________________________________________________________
26828 [  6199] By: jhi                                   on 2000/06/03  15:11:05
26829         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
26830              From: Dan Sugalski <dan@sidhe.org>
26831              To: perl5-porters@perl.org, vmsperl@perl.org
26832              Date: Fri, 02 Jun 2000 17:30:51 -0400
26833              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
26834      Branch: cfgperl
26835            ! vms/descrip_mms.template vms/gen_shrfls.pl
26836 ____________________________________________________________________________
26837 [  6198] By: jhi                                   on 2000/06/03  14:59:15
26838         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
26839              From: Dan Sugalski <dan@sidhe.org>
26840              To: vmsperl@perl.org, perl5-porters@perl.org
26841              Date: Fri, 02 Jun 2000 16:00:41 -0400
26842              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
26843              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
26844      Branch: cfgperl
26845            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
26846            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
26847            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
26848 ____________________________________________________________________________
26849 [  6197] By: jhi                                   on 2000/06/03  14:41:30
26850         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
26851              From: John Borwick <jhborwic@unity.ncsu.edu>
26852              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
26853              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
26854      Branch: cfgperl
26855            ! pod/perlsyn.pod
26856 ____________________________________________________________________________
26857 [  6196] By: jhi                                   on 2000/06/03  14:38:09
26858         Log: Integrate with Sarathy.
26859      Branch: cfgperl
26860           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
26861           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
26862           !> vms/perly_c.vms
26863 ____________________________________________________________________________
26864 [  6195] By: gsar                                  on 2000/06/02  22:43:13
26865         Log: fix yet another eval"" leak under USE_ITHREADS
26866      Branch: perl
26867            ! op.c
26868 ____________________________________________________________________________
26869 [  6194] By: gsar                                  on 2000/06/02  18:22:06
26870         Log: fix small eval"" memory leaks under USE_ITHREADS
26871      Branch: perl
26872            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
26873            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
26874            ! vms/perly_c.vms
26875 ____________________________________________________________________________
26876 [  6193] By: jhi                                   on 2000/06/01  13:03:56
26877         Log: Signals-be-gone for microperl.
26878      Branch: cfgperl
26879            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
26880 ____________________________________________________________________________
26881 [  6192] By: jhi                                   on 2000/06/01  12:52:02
26882         Log: Integrate with Sarathy.
26883      Branch: cfgperl
26884           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
26885           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
26886           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
26887           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
26888           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
26889           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
26890           !> t/op/vec.t utils/h2xs.PL
26891 ____________________________________________________________________________
26892 [  6191] By: gsar                                  on 2000/06/01  09:38:21
26893         Log: vec() loses numericalness (modified version of patch suggested
26894              by Robin Barker)
26895      Branch: perl
26896            ! doop.c t/op/vec.t
26897 ____________________________________________________________________________
26898 [  6190] By: gsar                                  on 2000/06/01  09:26:15
26899         Log: submit missing embed.pl change
26900      Branch: perl
26901            ! embed.pl
26902 ____________________________________________________________________________
26903 [  6189] By: gsar                                  on 2000/06/01  09:05:34
26904         Log: counting tr/// corrupts later operation (from M.J.T Guy)
26905      Branch: perl
26906            ! doop.c t/op/tr.t
26907 ____________________________________________________________________________
26908 [  6188] By: gsar                                  on 2000/06/01  08:58:39
26909         Log: h2xs tweaks
26910      Branch: perl
26911            ! utils/h2xs.PL
26912 ____________________________________________________________________________
26913 [  6187] By: gsar                                  on 2000/06/01  08:50:07
26914         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
26915              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26916      Branch: perl
26917            + lib/Pod/LaTeX.pm
26918            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
26919            ! pod/pod2latex.PL
26920 ____________________________________________________________________________
26921 [  6186] By: gsar                                  on 2000/06/01  08:24:40
26922         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
26923              <wolfgang.laun@alcatel.at>)
26924      Branch: perl
26925            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
26926            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
26927 ____________________________________________________________________________
26928 [  6185] By: gsar                                  on 2000/06/01  08:12:00
26929         Log: remove incorrect documentation about implicit split to @_ in
26930              list context, which never really worked in perl 5 (from
26931              M.J.T. Guy)
26932      Branch: perl
26933            ! pod/perlfunc.pod pod/perltrap.pod
26934 ____________________________________________________________________________
26935 [  6184] By: gsar                                  on 2000/06/01  07:52:27
26936         Log: tweak for change#6127
26937      Branch: perl
26938            ! perl.c
26939 ____________________________________________________________________________
26940 [  6183] By: gsar                                  on 2000/06/01  07:41:02
26941         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
26942              <nick@ccl4.org>)
26943      Branch: perl
26944            + t/lib/selfloader.t
26945            ! MANIFEST lib/SelfLoader.pm
26946 ____________________________________________________________________________
26947 [  6182] By: jhi                                   on 2000/06/01  00:34:42
26948         Log: Be Cleaner Part Deux.
26949      Branch: cfgperl
26950            ! Makefile.SH
26951 ____________________________________________________________________________
26952 [  6181] By: jhi                                   on 2000/06/01  00:32:09
26953         Log: Integrate with Sarathy.
26954      Branch: cfgperl
26955           !> pp.c t/op/arith.t
26956 ____________________________________________________________________________
26957 [  6180] By: jhi                                   on 2000/06/01  00:31:13
26958         Log: microperl nits from Simon Cozens.
26959      Branch: cfgperl
26960            + uconfig.h
26961            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
26962            ! unixish.h
26963 ____________________________________________________________________________
26964 [  6179] By: gsar                                  on 2000/05/31  22:37:51
26965         Log: buggy modulus on UVs introduced by change#3378 (resulted in
26966              4063328477 % 65535 amounting to 27406, instead of 27407)
26967      Branch: perl
26968            ! pp.c t/op/arith.t
26969 ____________________________________________________________________________
26970 [  6178] By: jhi                                   on 2000/05/31  21:52:41
26971         Log: Be cleaner.
26972      Branch: cfgperl
26973            ! Makefile.SH
26974 ____________________________________________________________________________
26975 [  6177] By: jhi                                   on 2000/05/31  21:47:33
26976         Log: Substitution utf8 patch from Simon Cozens.
26977      Branch: cfgperl
26978            ! pp_hot.c
26979 ____________________________________________________________________________
26980 [  6176] By: jhi                                   on 2000/05/31  21:45:34
26981         Log: Single-quoted utf8 patch from Simon Cozens.
26982      Branch: cfgperl
26983            ! toke.c
26984 ____________________________________________________________________________
26985 [  6175] By: jhi                                   on 2000/05/31  21:40:18
26986         Log: Integrate with Sarathy.
26987      Branch: cfgperl
26988           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
26989 ____________________________________________________________________________
26990 [  6174] By: jhi                                   on 2000/05/31  21:37:31
26991         Log: microperl changes from Simon Cozens; Makefile for microperl
26992              written from scratch; few casts added as microperl compilation
26993              doesn't have all prototypes available.
26994      Branch: cfgperl
26995            + Makefile.micro README.micro Todo.micro uconfig.sh
26996            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
26997            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
26998      Branch: metaconfig
26999            + U/modified/Config_h.U
27000 ____________________________________________________________________________
27001 [  6173] By: jhi                                   on 2000/05/31  20:00:24
27002         Log: metaconfig maintenance.
27003      Branch: metaconfig
27004            + U/modified/Inhdr.U U/typedefs/inotype.U
27005      Branch: metaconfig/U/perl
27006            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
27007            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
27008 ____________________________________________________________________________
27009 [  6172] By: gsar                                  on 2000/05/31  05:05:42
27010         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
27011              (from Ilya Zakharevich)
27012      Branch: perl
27013            ! regexec.c t/op/re_tests
27014 ____________________________________________________________________________
27015 [  6171] By: gsar                                  on 2000/05/31  05:01:47
27016         Log: scalar() doesn't force scalar context when used in void context
27017              (from Simon Cozens)
27018      Branch: perl
27019            ! op.c t/op/wantarray.t
27020 ____________________________________________________________________________
27021 [  6170] By: gsar                                  on 2000/05/31  04:41:33
27022         Log: change#6142 needs tweaks to tests to work where there's no symlink()
27023              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27024      Branch: perl
27025            ! t/lib/filefind.t
27026 ____________________________________________________________________________
27027 [  6169] By: gsar                                  on 2000/05/31  04:29:49
27028         Log: integrate cfgperl contents into mainline
27029      Branch: perl
27030           +> pod/perlmodlib.PL pod/perlnewmod.pod
27031           !> (integrate 42 files)
27032 ____________________________________________________________________________
27033 [  6168] By: jhi                                   on 2000/05/30  22:53:37
27034         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
27035      Branch: cfgperl
27036            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27037            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
27038            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
27039            ! win32/config.bc win32/config.gc win32/config.vc
27040            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27041            ! win32/config_h.PL win32/config_sh.PL
27042      Branch: metaconfig/U/perl
27043            ! perlxv.U
27044 ____________________________________________________________________________
27045 [  6167] By: jhi                                   on 2000/05/30  22:20:21
27046         Log: tweak todo 
27047      Branch: cfgperl
27048            ! Todo-5.6
27049 ____________________________________________________________________________
27050 [  6166] By: jhi                                   on 2000/05/30  22:11:51
27051         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
27052              in case somebody wants to write an extension for more
27053              shadow database interfaces.
27054      Branch: cfgperl
27055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27056            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
27057            ! vos/config.def vos/config.h vos/config_h.SH_orig
27058            ! win32/config.bc win32/config.gc win32/config.vc
27059            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27060      Branch: metaconfig
27061            ! U/modified/Myinit.U
27062      Branch: metaconfig/U/perl
27063            + d_getespwnam.U d_getprpwnam.U i_prot.U
27064 ____________________________________________________________________________
27065 [  6165] By: jhi                                   on 2000/05/30  18:35:34
27066         Log: Integrate with Sarathy.
27067      Branch: cfgperl
27068           !> op.c
27069 ____________________________________________________________________________
27070 [  6164] By: jhi                                   on 2000/05/30  18:30:16
27071         Log: detypo
27072      Branch: cfgperl
27073            ! Configure config_h.SH
27074      Branch: metaconfig/U/perl
27075            ! perlxv.U
27076 ____________________________________________________________________________
27077 [  6163] By: gsar                                  on 2000/05/30  03:24:03
27078         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
27079      Branch: perl
27080            ! op.c
27081 ____________________________________________________________________________
27082 [  6162] By: gsar                                  on 2000/05/30  03:09:38
27083         Log: fix memory leak in method call optimization (change#3768);
27084              made C<eval "$x->foo()"> leak
27085      Branch: perl
27086            ! op.c
27087 ____________________________________________________________________________
27088 [  6161] By: jhi                                   on 2000/05/29  17:56:26
27089         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
27090              both from Simon Cozens.
27091      Branch: cfgperl
27092            + pod/perlmodlib.PL pod/perlnewmod.pod
27093            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
27094            ! pod/perlmodlib.pod pod/perltoc.pod
27095 ____________________________________________________________________________
27096 [  6160] By: jhi                                   on 2000/05/29  17:23:55
27097         Log: Changes for the File::Temp 0.08 (change #6159) test suite
27098              to fit better into the Perl distribution test framework.
27099      Branch: cfgperl
27100            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
27101            ! t/lib/ftmp-tempfile.t
27102 ____________________________________________________________________________
27103 [  6159] By: jhi                                   on 2000/05/29  16:55:36
27104         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
27105      Branch: cfgperl
27106            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27107            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27108 ____________________________________________________________________________
27109 [  6158] By: bailey                                on 2000/05/29  16:22:08
27110         Log: Add fallback to tmpfile for use in cases where user's relying on
27111              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
27112              Lane's patch)
27113      Branch: vmsperl
27114            ! vms/vms.c vms/vmsish.h
27115 ____________________________________________________________________________
27116 [  6157] By: jhi                                   on 2000/05/29  03:10:36
27117         Log: Regen Configure to jive with #6149.
27118      Branch: cfgperl
27119            ! Configure
27120      Branch: metaconfig
27121            ! U/modified/Getfile.U
27122 ____________________________________________________________________________
27123 [  6156] By: jhi                                   on 2000/05/29  03:01:38
27124         Log: Integrate with Sarathy.
27125      Branch: cfgperl
27126           +> ext/DynaLoader/dl_mac.xs
27127           !> (integrate 38 files)
27128 ____________________________________________________________________________
27129 [  6155] By: gsar                                  on 2000/05/28  21:15:58
27130         Log: small bug in change#6144; remove random \xA0 character that snuck
27131              in via change#6145
27132      Branch: perl
27133            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
27134 ____________________________________________________________________________
27135 [  6154] By: gsar                                  on 2000/05/28  21:04:19
27136         Log: avoid type mismatch warning
27137      Branch: perl
27138            ! perl.c
27139 ____________________________________________________________________________
27140 [  6153] By: gsar                                  on 2000/05/28  20:58:31
27141         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
27142              <nick@Bagpuss.uk.boo.com>)
27143      Branch: perl
27144            ! lib/Test/Harness.pm
27145 ____________________________________________________________________________
27146 [  6152] By: gsar                                  on 2000/05/28  20:53:42
27147         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
27148      Branch: perl
27149            ! regexec.c
27150 ____________________________________________________________________________
27151 [  6151] By: gsar                                  on 2000/05/28  20:50:28
27152         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
27153      Branch: perl
27154            ! regexec.c
27155 ____________________________________________________________________________
27156 [  6150] By: gsar                                  on 2000/05/28  20:39:58
27157         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
27158      Branch: perl
27159            ! pod/perlrequick.pod
27160 ____________________________________________________________________________
27161 [  6149] By: gsar                                  on 2000/05/28  20:35:16
27162         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
27163              <troc@netrus.net>)
27164      Branch: perl
27165            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
27166            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
27167            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
27168            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
27169 ____________________________________________________________________________
27170 [  6148] By: gsar                                  on 2000/05/28  20:21:07
27171         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
27172      Branch: perl
27173            ! lib/ExtUtils/MM_Unix.pm
27174 ____________________________________________________________________________
27175 [  6147] By: gsar                                  on 2000/05/28  20:12:41
27176         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
27177              (from Peter Prymmer)
27178      Branch: perl
27179            ! vms/subconfigure.com
27180 ____________________________________________________________________________
27181 [  6146] By: gsar                                  on 2000/05/28  20:06:15
27182         Log: doc typo
27183      Branch: perl
27184            ! lib/warnings.pm warnings.h warnings.pl
27185 ____________________________________________________________________________
27186 [  6145] By: gsar                                  on 2000/05/28  18:44:33
27187         Log: make xsubpp skip embedded pod (from Matthias Neeracher
27188              <neeri@iis.ee.ethz.ch>)
27189      Branch: perl
27190            ! lib/ExtUtils/xsubpp
27191 ____________________________________________________________________________
27192 [  6144] By: gsar                                  on 2000/05/28  18:42:49
27193         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
27194              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
27195              <neeri@iis.ee.ethz.ch>)
27196      Branch: perl
27197            ! lib/AutoSplit.pm
27198 ____________________________________________________________________________
27199 [  6143] By: gsar                                  on 2000/05/28  18:41:12
27200         Log: MacOS support, part 1 (from Matthias Neeracher
27201              <neeri@iis.ee.ethz.ch>)
27202      Branch: perl
27203            + ext/DynaLoader/dl_mac.xs
27204            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
27205            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
27206            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
27207            ! util.h
27208 ____________________________________________________________________________
27209 [  6142] By: gsar                                  on 2000/05/28  18:21:51
27210         Log: File::Find fails to chdir when chasing symlinks (from
27211              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
27212      Branch: perl
27213            ! lib/File/Find.pm t/lib/filefind.t
27214 ____________________________________________________________________________
27215 [  6141] By: jhi                                   on 2000/05/28  14:25:15
27216         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
27217              forwarded by Peter Seebach from the bsdi-users mailing list.
27218              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
27219      Branch: perl
27220            ! hints/bsdos.sh
27221 ____________________________________________________________________________
27222 [  6140] By: jhi                                   on 2000/05/28  14:11:57
27223         Log: Integrate with Sarathy.
27224      Branch: cfgperl
27225           +> (branch 30 files)
27226           !> (integrate 93 files)
27227 ____________________________________________________________________________
27228 [  6139] By: gsar                                  on 2000/05/28  10:01:48
27229         Log: revise mktables.PL for bugs and newness in Unicode 3.0
27230              (from James Bence <jbence@amgen.com>)
27231      Branch: perl
27232            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
27233            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
27234            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
27235            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
27236            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
27237            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
27238            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
27239            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
27240            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
27241            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
27242            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
27243            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
27244            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
27245            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
27246            + lib/unicode/Is/SylWU.pl
27247            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
27248            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27249            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
27250            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
27251            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
27252            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
27253            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
27254            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
27255            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
27256            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
27257            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
27258            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
27259            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
27260            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
27261            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
27262            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
27263            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
27264            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
27265            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
27266            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
27267            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
27268            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
27269            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
27270            ! lib/unicode/Makefile lib/unicode/mktables.PL
27271 ____________________________________________________________________________
27272 [  6138] By: gsar                                  on 2000/05/28  08:50:32
27273         Log: add note about the handling of negative indices to tied arrays
27274              (from Michael G Schwern <schwern@pobox.com>)
27275      Branch: perl
27276            ! pod/perltie.pod
27277 ____________________________________________________________________________
27278 [  6137] By: gsar                                  on 2000/05/28  08:46:10
27279         Log: fix bogus redeclaration warning for "our" variables in different
27280              scopes
27281      Branch: perl
27282            ! op.c t/pragma/strict-vars
27283 ____________________________________________________________________________
27284 [  6136] By: gsar                                  on 2000/05/28  08:31:20
27285         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
27286      Branch: perl
27287            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
27288 ____________________________________________________________________________
27289 [  6135] By: gsar                                  on 2000/05/28  08:17:50
27290         Log: enable Test::Harness to dynamically determine column width etc.
27291              (from Rob Napier <rnapier@employees.org>)
27292      Branch: perl
27293            ! lib/Test/Harness.pm
27294 ____________________________________________________________________________
27295 [  6134] By: gsar                                  on 2000/05/28  08:13:39
27296         Log: make Test::Harness use wait.h/WCOREDUMP if available
27297              (from Ben Tilly <ben_tilly@hotmail.com>)
27298      Branch: perl
27299            ! lib/Test/Harness.pm
27300 ____________________________________________________________________________
27301 [  6133] By: gsar                                  on 2000/05/28  08:08:05
27302         Log: elide bogus test in change#6132
27303      Branch: perl
27304            ! t/pragma/warn/9enabled
27305 ____________________________________________________________________________
27306 [  6132] By: gsar                                  on 2000/05/28  08:03:14
27307         Log: warnings::enabled() doesn't fall back to looking at $^W if
27308              caller isn't using lexical warnings (from Paul Marquess)
27309      Branch: perl
27310            ! pp_ctl.c t/pragma/warn/9enabled
27311 ____________________________________________________________________________
27312 [  6131] By: gsar                                  on 2000/05/28  07:57:47
27313         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
27314      Branch: perl
27315            ! ext/POSIX/POSIX.pm
27316 ____________________________________________________________________________
27317 [  6130] By: gsar                                  on 2000/05/28  07:29:12
27318         Log: fix places that mean C<"word" character> but say C<alphanumeric
27319              character>
27320      Branch: perl
27321            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
27322 ____________________________________________________________________________
27323 [  6129] By: gsar                                  on 2000/05/28  07:18:41
27324         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
27325      Branch: perl
27326            ! vms/test.com
27327 ____________________________________________________________________________
27328 [  6128] By: gsar                                  on 2000/05/28  07:12:55
27329         Log: new perlxstut example for passing/returning refs to arrays
27330              (from David Lowe <dlowe@pootpoot.com>)
27331      Branch: perl
27332            ! pod/perlxstut.pod
27333 ____________________________________________________________________________
27334 [  6127] By: gsar                                  on 2000/05/28  07:02:50
27335         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
27336              failed (from Gisle Aas)
27337      Branch: perl
27338            ! cop.h perl.c
27339 ____________________________________________________________________________
27340 [  6126] By: gsar                                  on 2000/05/28  06:39:53
27341         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
27342              (reworked variant of patch suggested by Simon Cozens)
27343      Branch: perl
27344            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
27345            ! pp_hot.c proto.h t/op/gv.t
27346 ____________________________________________________________________________
27347 [  6125] By: gsar                                  on 2000/05/28  05:14:55
27348         Log: enable propagating exception objects via Perl_croak() in XS code
27349              (from Gisle Aas)
27350      Branch: perl
27351            ! util.c
27352 ____________________________________________________________________________
27353 [  6124] By: gsar                                  on 2000/05/28  05:07:28
27354         Log: integrate vmsperl contents into mainline
27355      Branch: perl
27356           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
27357           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
27358           !> vms/vmsish.h
27359 ____________________________________________________________________________
27360 [  6123] By: gsar                                  on 2000/05/28  05:03:53
27361         Log: clarify gotcha with #line directives (from Rocco Caputo
27362              <troc@netrus.net>)
27363      Branch: perl
27364            ! pod/perldebug.pod pod/perlsyn.pod
27365 ____________________________________________________________________________
27366 [  6122] By: gsar                                  on 2000/05/28  04:58:29
27367         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
27368              (from Mark-Jason Dominus)
27369      Branch: perl
27370            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
27371            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
27372            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
27373            ! toke.c
27374 ____________________________________________________________________________
27375 [  6121] By: bailey                                on 2000/05/25  04:46:54
27376         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
27377              lists (based on fixes by Craig Berry)
27378      Branch: vmsperl
27379            ! lib/File/Spec/VMS.pm
27380 ____________________________________________________________________________
27381 [  6120] By: bailey                                on 2000/05/25  04:25:38
27382         Log: Add missing escape (Charles Lane)
27383      Branch: vmsperl
27384            ! t/op/lex_assign.t
27385 ____________________________________________________________________________
27386 [  6119] By: bailey                                on 2000/05/25  04:21:25
27387         Log: Quiet error messages in vmsish.t (Charles Lane)
27388      Branch: vmsperl
27389            ! vms/ext/vmsish.t
27390 ____________________________________________________________________________
27391 [  6118] By: bailey                                on 2000/05/25  04:17:57
27392         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
27393              Flatten case labels in switch statements uniformly (Charles Bailey)
27394      Branch: vmsperl
27395            ! vms/vms.c
27396 ____________________________________________________________________________
27397 [  6117] By: bailey                                on 2000/05/25  03:58:09
27398         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
27399      Branch: vmsperl
27400            ! vms/vmsish.h
27401 ____________________________________________________________________________
27402 [  6116] By: bailey                                on 2000/05/25  03:11:15
27403         Log: Miscellaneous cosmetic fixes (Charles Lane)
27404      Branch: vmsperl
27405            ! lib/ExtUtils/MM_VMS.pm
27406 ____________________________________________________________________________
27407 [  6115] By: bailey                                on 2000/05/25  03:10:36
27408         Log: Add bounds checking for several strings (Charles Lane)
27409      Branch: vmsperl
27410            ! vms/vms.c
27411 ____________________________________________________________________________
27412 [  6114] By: bailey                                on 2000/05/25  02:25:34
27413         Log: Urk -- undo previous removal of vmsish 'exit' change
27414      Branch: vmsperl
27415            ! vms/ext/vmsish.pm vms/vmsish.h
27416 ____________________________________________________________________________
27417 [  6113] By: bailey                                on 2000/05/24  02:24:40
27418         Log: Ugly workaround for version-specific RTL error
27419      Branch: vmsperl
27420            ! vms/vms.c
27421 ____________________________________________________________________________
27422 [  6112] By: bailey                                on 2000/05/24  02:19:55
27423         Log: Check for existence of file before trying to delete
27424      Branch: vmsperl
27425            ! vms/test.com
27426 ____________________________________________________________________________
27427 [  6111] By: bailey                                on 2000/05/23  23:35:13
27428         Log: Resync with mainline prior to post-5.6.0 updates
27429      Branch: vmsperl
27430           +> (branch 49 files)
27431            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
27432            ! vms/ext/vmsish.pm
27433           !> (integrate 334 files)
27434 ____________________________________________________________________________
27435 [  6110] By: jhi                                   on 2000/05/23  19:28:32
27436         Log: todo tweak
27437      Branch: cfgperl
27438            ! Todo-5.6
27439 ____________________________________________________________________________
27440 [  6109] By: jhi                                   on 2000/05/18  17:38:54
27441         Log: Integrate with Sarathy.
27442      Branch: cfgperl
27443           !> mg.c perl.h win32/perlhost.h
27444 ____________________________________________________________________________
27445 [  6108] By: gsar                                  on 2000/05/17  02:24:56
27446         Log: reenable fake signal handling on Windows, bugs and all
27447      Branch: perl
27448            ! mg.c perl.h win32/perlhost.h
27449 ____________________________________________________________________________
27450 [  6107] By: jhi                                   on 2000/05/15  18:01:41
27451         Log: Tweak the todo list.
27452      Branch: cfgperl
27453            ! Todo-5.6
27454 ____________________________________________________________________________
27455 [  6106] By: jhi                                   on 2000/05/15  13:41:48
27456         Log: The (Configure) script refuses to go on, after asking for
27457              'You may also choose to try maximal 64-bitness....'.
27458              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
27459              -- Patrick Zima
27460              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
27461      Branch: cfgperl
27462            ! hints/solaris_2.sh
27463 ____________________________________________________________________________
27464 [  6105] By: jhi                                   on 2000/05/11  14:37:43
27465         Log: Integrate with Sarathy.
27466      Branch: cfgperl
27467           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
27468           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
27469 ____________________________________________________________________________
27470 [  6104] By: gsar                                  on 2000/05/11  03:39:07
27471         Log: PL_sys_intern was being initialized too late on windows
27472      Branch: perl
27473            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
27474            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
27475 ____________________________________________________________________________
27476 [  6103] By: jhi                                   on 2000/05/09  19:42:20
27477         Log: Test tweaking for Unicos continues.
27478      Branch: cfgperl
27479            ! t/op/64bitint.t
27480 ____________________________________________________________________________
27481 [  6102] By: jhi                                   on 2000/05/09  16:47:27
27482         Log: The test suite tweak in #6101 wasn't quite right.
27483      Branch: cfgperl
27484            ! t/lib/complex.t
27485 ____________________________________________________________________________
27486 [  6101] By: jhi                                   on 2000/05/09  15:35:34
27487         Log: Hints and test tweaks for Unicos.
27488      Branch: cfgperl
27489            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
27490 ____________________________________________________________________________
27491 [  6100] By: jhi                                   on 2000/05/08  21:15:06
27492         Log: More compilation tweakery from Allen Smith.
27493      Branch: cfgperl
27494            ! hints/irix_6.sh
27495 ____________________________________________________________________________
27496 [  6099] By: jhi                                   on 2000/05/08  19:21:18
27497         Log: Tweaks for the cc bugs from Allen Smith.
27498      Branch: cfgperl
27499            ! hints/irix_6.sh
27500 ____________________________________________________________________________
27501 [  6098] By: jhi                                   on 2000/05/08  19:13:37
27502         Log: Add a note about other, yet unsupported, shadow password APIs.
27503      Branch: cfgperl
27504            ! pp_sys.c
27505 ____________________________________________________________________________
27506 [  6097] By: jhi                                   on 2000/05/08  18:46:34
27507         Log: Add a note about possible compilation problems from Allen Smith.
27508      Branch: cfgperl
27509            ! hints/irix_6.sh
27510 ____________________________________________________________________________
27511 [  6096] By: jhi                                   on 2000/05/08  17:33:10
27512         Log: Integrate with Sarathy.
27513      Branch: cfgperl
27514           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
27515           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
27516 ____________________________________________________________________________
27517 [  6095] By: jhi                                   on 2000/05/08  16:21:33
27518         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
27519              might be useful in future.
27520      Branch: cfgperl
27521            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27522            ! config_h.SH
27523      Branch: metaconfig
27524            ! U/installdirs/inc_version_list.U
27525      Branch: metaconfig/U/perl
27526            ! perlxv.U
27527 ____________________________________________________________________________
27528 [  6094] By: gsar                                  on 2000/05/08  14:22:22
27529         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
27530      Branch: perl
27531            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
27532            ! hints/cygwin.sh pp_sys.c
27533 ____________________________________________________________________________
27534 [  6093] By: gsar                                  on 2000/05/08  12:52:28
27535         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
27536              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
27537      Branch: perl
27538            ! pp_sys.c sv.c win32/perlhost.h
27539 ____________________________________________________________________________
27540 [  6092] By: jhi                                   on 2000/05/07  22:40:34
27541         Log: Regen perltoc with the fixed buildtoc.
27542      Branch: cfgperl
27543            ! pod/perltoc.pod
27544 ____________________________________________________________________________
27545 [  6091] By: jhi                                   on 2000/05/07  22:24:16
27546         Log: Integrate with Sarathy.
27547      Branch: cfgperl
27548           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
27549           !> t/op/substr.t toke.c
27550 ____________________________________________________________________________
27551 [  6090] By: gsar                                  on 2000/05/07  19:47:07
27552         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
27553              [NI]OK; added tests for both
27554      Branch: perl
27555            ! perl.c pp_hot.c sv.c t/op/substr.t
27556 ____________________________________________________________________________
27557 [  6089] By: gsar                                  on 2000/05/07  18:18:38
27558         Log: buildtoc tweak to fix newline lossage
27559      Branch: perl
27560            ! pod/buildtoc
27561 ____________________________________________________________________________
27562 [  6088] By: jhi                                   on 2000/05/07  16:35:36
27563         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
27564              because we do not use those.  The HAS_GETSPNAM remains,
27565              though, because we still do use that.
27566      Branch: cfgperl
27567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27568            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
27569            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
27570            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
27571            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27572            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
27573 ____________________________________________________________________________
27574 [  6087] By: gsar                                  on 2000/05/07  16:05:16
27575         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
27576      Branch: perl
27577            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
27578 ____________________________________________________________________________
27579 [  6086] By: jhi                                   on 2000/05/07  15:27:07
27580         Log: Integrate with Sarathy.
27581      Branch: cfgperl
27582           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27583           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27584           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
27585           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
27586           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
27587           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
27588 ____________________________________________________________________________
27589 [  6085] By: gsar                                  on 2000/05/07  05:52:02
27590         Log: repeat operator (x) doesn't preserve utf8-ness
27591      Branch: perl
27592            ! pp.c t/op/substr.t
27593 ____________________________________________________________________________
27594 [  6084] By: gsar                                  on 2000/05/07  05:39:55
27595         Log: substr() does not preserve utf8-ness (from Stefan Eissing
27596              <Eissing@medicaldataservice.de>); added tests
27597      Branch: perl
27598            ! pp.c t/op/substr.t
27599 ____________________________________________________________________________
27600 [  6083] By: gsar                                  on 2000/05/07  05:24:46
27601         Log: note about undocumented caller() return value (from M.J.T. Guy);
27602              yet another peek.t tweak
27603      Branch: perl
27604            ! pod/perlfunc.pod t/lib/peek.t
27605 ____________________________________________________________________________
27606 [  6082] By: gsar                                  on 2000/05/07  05:08:40
27607         Log: peek.t non-portable to ithreads
27608      Branch: perl
27609            ! t/lib/peek.t
27610 ____________________________________________________________________________
27611 [  6081] By: gsar                                  on 2000/05/07  04:17:04
27612         Log: better default perlbug categories for ok reports (from Richard Foley)
27613      Branch: perl
27614            ! utils/perlbug.PL
27615 ____________________________________________________________________________
27616 [  6080] By: gsar                                  on 2000/05/07  04:08:07
27617         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
27618              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
27619      Branch: perl
27620            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
27621            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
27622            ! AUTHORS MAINTAIN MANIFEST
27623 ____________________________________________________________________________
27624 [  6079] By: gsar                                  on 2000/05/07  04:01:38
27625         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
27626      Branch: perl
27627            ! lib/Carp/Heavy.pm
27628 ____________________________________________________________________________
27629 [  6078] By: gsar                                  on 2000/05/07  01:24:19
27630         Log: workaround for CRT bug in chdir() (from Charles Lane, via
27631              Peter Prymmer)
27632      Branch: perl
27633            ! iperlsys.h vms/vms.c vms/vmsish.h
27634 ____________________________________________________________________________
27635 [  6077] By: gsar                                  on 2000/05/07  01:22:23
27636         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
27637              and Tom Phoenix)
27638      Branch: perl
27639            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
27640 ____________________________________________________________________________
27641 [  6076] By: gsar                                  on 2000/05/06  17:36:29
27642         Log: integrate cfgperl contents into mainline
27643      Branch: perl
27644           +> t/lib/peek.t
27645           !> Configure MANIFEST Porting/Glossary Porting/config.sh
27646           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
27647           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
27648           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
27649 ____________________________________________________________________________
27650 [  6075] By: jhi                                   on 2000/05/05  18:56:10
27651         Log: Make the test more portable.
27652      Branch: cfgperl
27653            ! t/lib/peek.t
27654 ____________________________________________________________________________
27655 [  6074] By: jhi                                   on 2000/05/05  18:49:20
27656         Log: Introduce t/lib/peek.t.
27657      Branch: cfgperl
27658            + t/lib/peek.t
27659            ! MANIFEST
27660 ____________________________________________________________________________
27661 [  6073] By: jhi                                   on 2000/05/05  14:30:45
27662         Log: Complex tweaks.
27663      Branch: cfgperl
27664            ! lib/Math/Complex.pm t/lib/complex.t
27665 ____________________________________________________________________________
27666 [  6072] By: jhi                                   on 2000/05/05  12:27:13
27667         Log: Integrate with Sarathy.
27668      Branch: cfgperl
27669           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
27670           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27671           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
27672           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
27673 ____________________________________________________________________________
27674 [  6071] By: gsar                                  on 2000/05/05  02:24:46
27675         Log: misformatted perllocal.pod (from Tim Jenness
27676              <t.jenness@jach.hawaii.edu>)
27677      Branch: perl
27678            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
27679 ____________________________________________________________________________
27680 [  6070] By: gsar                                  on 2000/05/05  02:16:52
27681         Log: remove misleading comment (from M.J.T. Guy)
27682      Branch: perl
27683            ! t/lib/anydbm.t
27684 ____________________________________________________________________________
27685 [  6069] By: gsar                                  on 2000/05/05  02:15:13
27686         Log: File::Spec compatibility update (from Barrie Slaymaker
27687              <barries@slaysys.com>)
27688      Branch: perl
27689            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
27690            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
27691 ____________________________________________________________________________
27692 [  6068] By: gsar                                  on 2000/05/05  02:01:50
27693         Log: note about values()
27694      Branch: perl
27695            ! pod/perlfunc.pod
27696 ____________________________________________________________________________
27697 [  6067] By: gsar                                  on 2000/05/05  01:33:09
27698         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
27699      Branch: perl
27700            ! win32/win32.c
27701 ____________________________________________________________________________
27702 [  6066] By: gsar                                  on 2000/05/05  01:23:43
27703         Log: s/END/CHECK/
27704      Branch: perl
27705            ! perl.c
27706 ____________________________________________________________________________
27707 [  6065] By: jhi                                   on 2000/05/04  17:30:22
27708         Log: Integrate with Sarathy.
27709      Branch: cfgperl
27710           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
27711 ____________________________________________________________________________
27712 [  6064] By: gsar                                  on 2000/05/04  17:26:14
27713         Log: change#5905 wasn't quite right--it's intent only applies when arguments
27714              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
27715      Branch: perl
27716            ! pp_sys.c sv.c
27717 ____________________________________________________________________________
27718 [  6063] By: gsar                                  on 2000/05/04  16:52:29
27719         Log: tokeq() could read unallocated field in argument
27720      Branch: perl
27721            ! toke.c
27722 ____________________________________________________________________________
27723 [  6062] By: gsar                                  on 2000/05/04  16:34:51
27724         Log: additional tests for utf8.t
27725      Branch: perl
27726            ! t/pragma/utf8.t
27727 ____________________________________________________________________________
27728 [  6061] By: gsar                                  on 2000/05/04  16:09:28
27729         Log: change#5921 neglected to make eq honor "use bytes"
27730      Branch: perl
27731            ! sv.c
27732 ____________________________________________________________________________
27733 [  6060] By: jhi                                   on 2000/05/04  15:30:16
27734         Log: Integrate with Sarathy.
27735      Branch: cfgperl
27736           !> perl.c regcomp.c t/pragma/utf8.t
27737 ____________________________________________________________________________
27738 [  6059] By: jhi                                   on 2000/05/04  15:26:37
27739         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
27740              in natively 64-bit platforms where a long is a quad (no need
27741              for long longs).  Also added bias for IVs.
27742      Branch: cfgperl
27743            ! toke.c
27744 ____________________________________________________________________________
27745 [  6058] By: gsar                                  on 2000/05/04  00:19:14
27746         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
27747              (spotted by Donald Kinzer <dkinzer@premia.com>)
27748      Branch: perl
27749            ! perl.c
27750 ____________________________________________________________________________
27751 [  6057] By: gsar                                  on 2000/05/03  18:34:01
27752         Log: fix broken parsing of /\x{ab}/
27753      Branch: perl
27754            ! regcomp.c t/pragma/utf8.t
27755 ____________________________________________________________________________
27756 [  6056] By: jhi                                   on 2000/05/03  17:57:16
27757         Log: The search of infinity continues, this time simplified.
27758      Branch: cfgperl
27759            ! lib/Math/Complex.pm
27760 ____________________________________________________________________________
27761 [  6055] By: jhi                                   on 2000/05/03  17:45:30
27762         Log: Detypo.
27763      Branch: cfgperl
27764            ! hints/unicos.sh
27765 ____________________________________________________________________________
27766 [  6054] By: jhi                                   on 2000/05/02  22:28:27
27767         Log: Be more forgiving in POSIX about HUGE_VALL.
27768      Branch: cfgperl
27769            ! ext/POSIX/POSIX.xs
27770 ____________________________________________________________________________
27771 [  6053] By: jhi                                   on 2000/05/02  22:25:05
27772         Log: Integrate with Sarathy.
27773      Branch: cfgperl
27774           !> hints/irix_6.sh pod/perlop.pod
27775 ____________________________________________________________________________
27776 [  6052] By: jhi                                   on 2000/05/02  22:24:31
27777         Log: Unicos hint tweak.
27778      Branch: cfgperl
27779            ! hints/unicos.sh
27780 ____________________________________________________________________________
27781 [  6051] By: jhi                                   on 2000/05/02  22:21:26
27782         Log: Complex tweakery.
27783      Branch: cfgperl
27784            ! lib/Math/Complex.pm t/lib/complex.t
27785 ____________________________________________________________________________
27786 [  6050] By: jhi                                   on 2000/05/02  19:26:22
27787         Log: Use setxxent()/endxxent().
27788      Branch: cfgperl
27789            ! t/op/grent.t t/op/pwent.t
27790 ____________________________________________________________________________
27791 [  6049] By: jhi                                   on 2000/05/02  19:06:02
27792         Log: Test both the scalar and list contexts.
27793      Branch: cfgperl
27794            ! t/op/grent.t t/op/pwent.t
27795 ____________________________________________________________________________
27796 [  6048] By: gsar                                  on 2000/05/02  18:29:10
27797         Log: add note about how $( doesn't interpolate in REs (from
27798              Philip Newton <newton@ficus.frogspace.net>)
27799      Branch: perl
27800            ! pod/perlop.pod
27801 ____________________________________________________________________________
27802 [  6047] By: jhi                                   on 2000/05/02  17:41:24
27803         Log: Call getspnam() only iff needd.
27804      Branch: cfgperl
27805            ! pp_sys.c
27806 ____________________________________________________________________________
27807 [  6046] By: gsar                                  on 2000/05/02  17:07:25
27808         Log: libscheck has insufficient checks for n32 libs (from
27809              Albert Chin-A-Young <china@thewrittenword.com>)
27810      Branch: perl
27811            ! hints/irix_6.sh
27812 ____________________________________________________________________________
27813 [  6045] By: jhi                                   on 2000/05/02  13:57:17
27814         Log: Integrate with Sarathy.
27815      Branch: cfgperl
27816           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
27817           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
27818 ____________________________________________________________________________
27819 [  6044] By: gsar                                  on 2000/05/02  06:48:19
27820         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
27821              such that underscores are only ignored in literal numbers,
27822              "\x{...}", and hex/oct argument
27823      Branch: perl
27824            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
27825 ____________________________________________________________________________
27826 [  6043] By: gsar                                  on 2000/05/02  02:22:29
27827         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
27828      Branch: perl
27829            ! pod/perlretut.pod
27830 ____________________________________________________________________________
27831 [  6042] By: gsar                                  on 2000/05/02  02:17:51
27832         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
27833      Branch: perl
27834            ! pod/perltrap.pod
27835 ____________________________________________________________________________
27836 [  6041] By: gsar                                  on 2000/05/02  01:53:51
27837         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
27838              to compensate
27839      Branch: perl
27840            ! Porting/makerel
27841 ____________________________________________________________________________
27842 [  6040] By: gsar                                  on 2000/05/02  01:51:57
27843         Log: missing files in MANIFEST
27844      Branch: perl
27845            ! MANIFEST
27846 ____________________________________________________________________________
27847 [  6039] By: jhi                                   on 2000/05/02  00:36:46
27848         Log: Infinite problems.
27849      Branch: cfgperl
27850            ! lib/Math/Complex.pm
27851 ____________________________________________________________________________
27852 [  6038] By: jhi                                   on 2000/05/02  00:06:38
27853         Log: pwent/spent #ifdef imbalance.
27854      Branch: cfgperl
27855            ! pp_sys.c
27856 ____________________________________________________________________________
27857 [  6037] By: jhi                                   on 2000/05/01  22:50:11
27858         Log: Use HUGE_VALL if applicable.
27859      Branch: cfgperl
27860            ! ext/POSIX/POSIX.xs util.c
27861 ____________________________________________________________________________
27862 [  6036] By: jhi                                   on 2000/05/01  22:20:53
27863         Log: Correct Freudian slip.
27864      Branch: cfgperl
27865            ! pp_sys.c
27866 ____________________________________________________________________________
27867 [  6035] By: jhi                                   on 2000/05/01  21:07:38
27868         Log: Continue on the pwent/spent case.
27869      Branch: cfgperl
27870            ! pp_sys.c
27871 ____________________________________________________________________________
27872 [  6034] By: jhi                                   on 2000/05/01  17:45:14
27873         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
27874              adjustments in 6032 conflicted badly with this, will have
27875              to revisit them later.
27876      Branch: cfgperl
27877           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
27878           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
27879           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
27880           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
27881           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
27882           !> t/lib/cgi-html.t t/lib/cgi-request.t
27883 ____________________________________________________________________________
27884 [  6033] By: jhi                                   on 2000/05/01  17:40:49
27885         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
27886      Branch: cfgperl
27887            ! pp_sys.c
27888 ____________________________________________________________________________
27889 [  6032] By: gsar                                  on 2000/05/01  15:56:32
27890         Log: whitespace adjustments
27891      Branch: perl
27892            ! pp_sys.c
27893 ____________________________________________________________________________
27894 [  6031] By: gsar                                  on 2000/05/01  15:19:41
27895         Log: small nits in diagnostics.pm (from Robin Barker)
27896      Branch: perl
27897            ! lib/diagnostics.pm pod/perldiag.pod
27898 ____________________________________________________________________________
27899 [  6030] By: gsar                                  on 2000/05/01  08:39:18
27900         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
27901              for @- and @+ (from Johan Vromans)
27902      Branch: perl
27903            ! lib/English.pm pod/perlvar.pod
27904 ____________________________________________________________________________
27905 [  6029] By: gsar                                  on 2000/05/01  08:16:10
27906         Log: add CGI.pm v2.66 (from Lincoln Stein)
27907      Branch: perl
27908            + lib/CGI/Util.pm t/lib/cgi-pretty.t
27909            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
27910            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
27911            ! t/lib/cgi-html.t t/lib/cgi-request.t
27912 ____________________________________________________________________________
27913 [  6028] By: gsar                                  on 2000/05/01  06:34:41
27914         Log: Pod::Man generates groff-incompatible macro definition (from
27915              Tom Christiansen)
27916      Branch: perl
27917            ! lib/Pod/Man.pm
27918 ____________________________________________________________________________
27919 [  6027] By: gsar                                  on 2000/05/01  06:31:36
27920         Log: podlators-1.02 update (from Russ Allbery)
27921      Branch: perl
27922            ! lib/Pod/Man.pm lib/Pod/Text.pm
27923 ____________________________________________________________________________
27924 [  6026] By: jhi                                   on 2000/04/30  23:24:23
27925         Log: Integrate with Sarathy.
27926      Branch: cfgperl
27927           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
27928           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
27929           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27930           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
27931           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
27932           !> t/lib/syslog.t toke.c win32/win32.h
27933 ____________________________________________________________________________
27934 [  6025] By: gsar                                  on 2000/04/30  18:17:47
27935         Log: Is{Alnum,Alpha,Word} don't match titlecase
27936              
27937              TODO: IsSpace is defined recursively!
27938              
27939              (both spotted by Larry)
27940      Branch: perl
27941            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
27942            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
27943 ____________________________________________________________________________
27944 [  6024] By: gsar                                  on 2000/04/30  17:50:19
27945         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
27946              (from Hugo van der Sanden)
27947      Branch: perl
27948            ! toke.c
27949 ____________________________________________________________________________
27950 [  6023] By: gsar                                  on 2000/04/30  17:14:43
27951         Log: debugger stomps on $. (from M.J.T. Guy)
27952      Branch: perl
27953            ! lib/perl5db.pl
27954 ____________________________________________________________________________
27955 [  6022] By: gsar                                  on 2000/04/30  16:59:22
27956         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
27957      Branch: perl
27958            ! sv.c
27959 ____________________________________________________________________________
27960 [  6021] By: gsar                                  on 2000/04/29  21:00:08
27961         Log: remove Win2K issue in pod (fixed by change#6020)
27962      Branch: perl
27963            ! README.win32 pod/perl56delta.pod
27964 ____________________________________________________________________________
27965 [  6020] By: gsar                                  on 2000/04/29  20:51:49
27966         Log: test tweak
27967      Branch: perl
27968            ! t/lib/open3.t
27969 ____________________________________________________________________________
27970 [  6019] By: gsar                                  on 2000/04/29  20:34:27
27971         Log: windows portability tweaks
27972      Branch: perl
27973            ! t/lib/b.t win32/win32.h
27974 ____________________________________________________________________________
27975 [  6018] By: gsar                                  on 2000/04/29  19:55:24
27976         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
27977              make _PATH_LOG() return "" if unavailable
27978      Branch: perl
27979            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
27980            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
27981 ____________________________________________________________________________
27982 [  6017] By: jhi                                   on 2000/04/28  22:49:46
27983         Log: Integrate with Sarathy.
27984      Branch: cfgperl
27985           !> op.c perl.c pod/perldiag.pod t/lib/b.t
27986 ____________________________________________________________________________
27987 [  6016] By: jhi                                   on 2000/04/28  22:46:14
27988         Log: Do not warn that an infinity does not look like a number.
27989      Branch: cfgperl
27990            ! sv.c
27991 ____________________________________________________________________________
27992 [  6015] By: gsar                                  on 2000/04/28  22:35:49
27993         Log: tweak test for portability
27994      Branch: perl
27995            ! t/lib/b.t
27996 ____________________________________________________________________________
27997 [  6014] By: gsar                                  on 2000/04/28  22:05:31
27998         Log: glob() loading File::Glob behind the scenes may cause syntax errors
27999      Branch: perl
28000            ! op.c
28001 ____________________________________________________________________________
28002 [  6013] By: gsar                                  on 2000/04/28  21:25:22
28003         Log: tweak change#5945 to display correct switch name in diagnostic
28004      Branch: perl
28005            ! perl.c pod/perldiag.pod
28006 ____________________________________________________________________________
28007 [  6012] By: jhi                                   on 2000/04/28  21:08:12
28008         Log: Integrate with Sarathy.
28009      Branch: cfgperl
28010           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
28011           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
28012           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
28013 ____________________________________________________________________________
28014 [  6011] By: jhi                                   on 2000/04/28  21:04:46
28015         Log: &HUGE_VAL is not defined, it exists.
28016      Branch: cfgperl
28017            ! lib/Math/Complex.pm
28018 ____________________________________________________________________________
28019 [  6010] By: gsar                                  on 2000/04/28  21:02:58
28020         Log: clarify note about shadow password support (from
28021              gellyfish@gellyfish.com)
28022      Branch: perl
28023            ! pod/perlfunc.pod
28024 ____________________________________________________________________________
28025 [  6009] By: gsar                                  on 2000/04/28  21:00:00
28026         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
28027      Branch: perl
28028            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
28029 ____________________________________________________________________________
28030 [  6008] By: gsar                                  on 2000/04/28  20:56:33
28031         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
28032      Branch: perl
28033            ! installperl vms/subconfigure.com
28034 ____________________________________________________________________________
28035 [  6007] By: gsar                                  on 2000/04/28  20:51:21
28036         Log: note about compile failures and END blocks (from M.J.T. Guy)
28037      Branch: perl
28038            ! pod/perl56delta.pod pod/perlmod.pod
28039 ____________________________________________________________________________
28040 [  6006] By: jhi                                   on 2000/04/28  20:42:14
28041         Log: Regen Configure.
28042      Branch: cfgperl
28043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28044            ! config_h.SH
28045 ____________________________________________________________________________
28046 [  6005] By: gsar                                  on 2000/04/28  20:41:16
28047         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
28048      Branch: perl
28049            ! utils/perldoc.PL
28050 ____________________________________________________________________________
28051 [  6004] By: jhi                                   on 2000/04/28  20:28:21
28052         Log: Integrate with Sarathy.
28053      Branch: cfgperl
28054           !> Configure INSTALL Porting/Glossary Porting/config.sh
28055           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
28056           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
28057           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
28058           !> win32/config.vc win32/win32.c
28059 ____________________________________________________________________________
28060 [  6003] By: gsar                                  on 2000/04/28  20:11:20
28061         Log: allow REG_EXPAND_SZ keys in Windows registry (from
28062              John Clayton <John.Clayton@barclayscapital.com>)
28063      Branch: perl
28064            ! win32/win32.c
28065 ____________________________________________________________________________
28066 [  6002] By: gsar                                  on 2000/04/28  19:34:16
28067         Log: destructive sv_setsv() can lose UV-ness from source, causing
28068              numeric promotions/comparisons to fail to do the right thing
28069      Branch: perl
28070            ! sv.c
28071 ____________________________________________________________________________
28072 [  6001] By: gsar                                  on 2000/04/28  18:44:15
28073         Log: support additional library locations via $Config{otherlibdirs}
28074              (from Andy Dougherty)
28075      Branch: perl
28076            ! Configure INSTALL Porting/Glossary Porting/config.sh
28077            ! Porting/config_H config_h.SH epoc/config.sh perl.c
28078            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
28079            ! win32/config.bc win32/config.gc win32/config.vc
28080 ____________________________________________________________________________
28081 [  6000] By: gsar                                  on 2000/04/28  18:26:58
28082         Log: reworked otherlibdirs.U (from Andy Dougherty)
28083      Branch: metaconfig
28084            ! U/installdirs/otherlibdirs.U
28085 ____________________________________________________________________________
28086 [  5999] By: gsar                                  on 2000/04/28  18:17:07
28087         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
28088      Branch: perl
28089            ! t/pragma/warn/toke toke.c
28090 ____________________________________________________________________________
28091 [  5998] By: jhi                                   on 2000/04/28  13:32:17
28092         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
28093      Branch: cfgperl
28094            ! lib/Math/Complex.pm
28095 ____________________________________________________________________________
28096 [  5997] By: jhi                                   on 2000/04/28  13:14:04
28097         Log: Preserve $!.
28098      Branch: cfgperl
28099            ! lib/Math/Complex.pm
28100 ____________________________________________________________________________
28101 [  5996] By: jhi                                   on 2000/04/28  12:59:23
28102         Log: Integrate with Sarathy.
28103      Branch: cfgperl
28104           +> pod/perlrequick.pod pod/perlretut.pod
28105           !> (integrate 51 files)
28106 ____________________________________________________________________________
28107 [  5995] By: gsar                                  on 2000/04/28  09:37:36
28108         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
28109      Branch: perl
28110            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
28111 ____________________________________________________________________________
28112 [  5994] By: gsar                                  on 2000/04/28  09:33:26
28113         Log: fix for missed accounting for null byte in pack("Z",...) (from
28114              M.J.T. Guy)
28115      Branch: perl
28116            ! pp.c t/op/pack.t
28117 ____________________________________________________________________________
28118 [  5993] By: gsar                                  on 2000/04/28  09:30:05
28119         Log: various minor tweaks seen on p5p
28120      Branch: perl
28121            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
28122 ____________________________________________________________________________
28123 [  5992] By: gsar                                  on 2000/04/28  09:08:19
28124         Log: pod nit (from Simon Cozens)
28125      Branch: perl
28126            ! pod/perlop.pod
28127 ____________________________________________________________________________
28128 [  5991] By: gsar                                  on 2000/04/28  09:06:36
28129         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
28130      Branch: perl
28131            ! README.posix-bc hints/posix-bc.sh
28132 ____________________________________________________________________________
28133 [  5990] By: gsar                                  on 2000/04/28  08:54:52
28134         Log: use $ENV{LIB} to search for libs under Visual C compiler
28135              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
28136      Branch: perl
28137            ! lib/ExtUtils/Liblist.pm
28138 ____________________________________________________________________________
28139 [  5989] By: gsar                                  on 2000/04/28  08:27:12
28140         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
28141              itself and no other (from Tom Hughes)
28142      Branch: perl
28143            ! t/op/array.t toke.c
28144 ____________________________________________________________________________
28145 [  5988] By: gsar                                  on 2000/04/28  08:01:38
28146         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
28147              <paul@miraclefish.com>)
28148      Branch: perl
28149            ! lib/ExtUtils/MakeMaker.pm
28150 ____________________________________________________________________________
28151 [  5987] By: gsar                                  on 2000/04/28  07:53:09
28152         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
28153      Branch: perl
28154            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
28155 ____________________________________________________________________________
28156 [  5986] By: gsar                                  on 2000/04/28  07:44:17
28157         Log: add regular expressions tutorial and quick-start guide (from
28158              Mark Kvale <kvale@phy.ucsf.edu>)
28159      Branch: perl
28160            + pod/perlrequick.pod pod/perlretut.pod
28161            ! AUTHORS MAINTAIN MANIFEST
28162 ____________________________________________________________________________
28163 [  5985] By: gsar                                  on 2000/04/28  07:30:28
28164         Log: forked child may not exit correctly if it failed to open
28165              /dev/console (from Graham Barr)
28166      Branch: perl
28167            ! ext/Sys/Syslog/Syslog.pm
28168 ____________________________________________________________________________
28169 [  5984] By: gsar                                  on 2000/04/28  07:27:20
28170         Log: attributes::reftype() doesn't work on tied argument
28171      Branch: perl
28172            ! xsutils.c
28173 ____________________________________________________________________________
28174 [  5983] By: gsar                                  on 2000/04/28  07:15:04
28175         Log: numeric conversion of non-number in change#3378 tramples on
28176              OOK offset, causing segfaults
28177      Branch: perl
28178            ! sv.c
28179 ____________________________________________________________________________
28180 [  5982] By: gsar                                  on 2000/04/28  04:48:25
28181         Log: avoid error in IO::Socket::INET when given an unknown service name
28182              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
28183      Branch: perl
28184            ! ext/IO/lib/IO/Socket/INET.pm
28185 ____________________________________________________________________________
28186 [  5981] By: gsar                                  on 2000/04/28  04:31:31
28187         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
28188              prototype mismatch with CORE::glob(); update pod and tests to
28189              suit (File::Glob::glob() is still available for backward
28190              compatibility, but should be considered deprecated)
28191      Branch: perl
28192            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
28193            ! t/lib/glob-taint.t
28194 ____________________________________________________________________________
28195 [  5980] By: gsar                                  on 2000/04/28  03:47:29
28196         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
28197              <ghudson@mit.edu>)
28198      Branch: metaconfig
28199            ! U/modified/Options.U
28200      Branch: perl
28201            ! Configure
28202 ____________________________________________________________________________
28203 [  5979] By: gsar                                  on 2000/04/28  03:07:54
28204         Log: under useithreads, constant pad entries could inadvertantly be
28205              shared across threads (from Eric Blood <eblood@xmission.com>);
28206              added Eric's test case to testsuite
28207      Branch: perl
28208            ! op.c t/op/misc.t
28209 ____________________________________________________________________________
28210 [  5978] By: gsar                                  on 2000/04/27  21:13:00
28211         Log: sync version numbers in File::Spec with the ones on CPAN
28212              (from Barrie Slaymaker)
28213      Branch: perl
28214            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
28215            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
28216            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
28217 ____________________________________________________________________________
28218 [  5977] By: gsar                                  on 2000/04/27  21:07:29
28219         Log: autoquote barewords followed by newline and arrow properly
28220              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
28221      Branch: perl
28222            ! t/pragma/warn/toke toke.c
28223 ____________________________________________________________________________
28224 [  5976] By: gsar                                  on 2000/04/27  20:41:20
28225         Log: DB_File v1.73 update (from Paul Marquess)
28226      Branch: perl
28227            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28228            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
28229 ____________________________________________________________________________
28230 [  5975] By: gsar                                  on 2000/04/27  20:34:24
28231         Log: allow sort() reentrancy (variant of patch suggested by
28232              Hugo van der Sanden)
28233      Branch: perl
28234            ! pp_ctl.c t/op/sort.t
28235 ____________________________________________________________________________
28236 [  5974] By: gsar                                  on 2000/04/27  19:46:57
28237         Log: change#4197 somehow missed initializing PL_errors, meaning
28238              sytax error queueing wasn't working outside eval"" at all;
28239              also fixed eval"" to localize PL_error_count, so that compile-time
28240              eval's don't clobber the error state of the outer context
28241      Branch: perl
28242            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
28243            ! t/pragma/warn/toke
28244 ____________________________________________________________________________
28245 [  5973] By: gsar                                  on 2000/04/27  18:29:05
28246         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
28247      Branch: perl
28248            ! regcomp.c regexec.c t/op/re_tests
28249 ____________________________________________________________________________
28250 [  5972] By: jhi                                   on 2000/04/27  18:22:41
28251         Log: Integrate with Sarathy.
28252      Branch: cfgperl
28253           +> t/lib/b.t t/lib/syslog.t
28254           !> (integrate 31 files)
28255 ____________________________________________________________________________
28256 [  5971] By: jhi                                   on 2000/04/27  18:18:46
28257         Log: Unicos tweaks from Mark P. Lutz.
28258      Branch: cfgperl
28259            ! hints/unicos.sh lib/Math/Complex.pm
28260 ____________________________________________________________________________
28261 [  5970] By: gsar                                  on 2000/04/27  18:05:11
28262         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
28263              IV is >32bits
28264      Branch: perl
28265            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
28266 ____________________________________________________________________________
28267 [  5969] By: gsar                                  on 2000/04/27  17:50:56
28268         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
28269      Branch: perl
28270            + t/lib/syslog.t
28271            ! MANIFEST ext/Sys/Syslog/Syslog.pm
28272 ____________________________________________________________________________
28273 [  5968] By: gsar                                  on 2000/04/27  17:44:49
28274         Log: tolerate spaces in group names in test on solaris (from David Boyce
28275              <dsb@boyski.com>)
28276      Branch: perl
28277            ! t/op/groups.t
28278 ____________________________________________________________________________
28279 [  5967] By: gsar                                  on 2000/04/27  17:41:22
28280         Log: improved docs on the warn_uninit diagnostic (from David Glasser
28281              and Simon Cozens)
28282      Branch: perl
28283            ! pod/perldiag.pod
28284 ____________________________________________________________________________
28285 [  5966] By: gsar                                  on 2000/04/27  16:54:58
28286         Log: add testsuite for B backends, fix bug in B::Deparse (from
28287              Simon Cozens <simon@brecon.co.uk>)
28288      Branch: perl
28289            + t/lib/b.t
28290            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
28291 ____________________________________________________________________________
28292 [  5965] By: gsar                                  on 2000/04/27  16:10:37
28293         Log: avoid "will not stay shared" warnings for our variables (from
28294              Robin Barker)
28295      Branch: perl
28296            ! op.c t/pragma/warn/op
28297 ____________________________________________________________________________
28298 [  5964] By: gsar                                  on 2000/04/27  07:05:05
28299         Log: reformat to 72 columns (again)
28300      Branch: perl
28301            ! pod/perldiag.pod
28302 ____________________________________________________________________________
28303 [  5963] By: gsar                                  on 2000/04/27  06:28:31
28304         Log: patch from Larry to make (\&) prototype work; added tests for
28305              the same
28306      Branch: perl
28307            ! op.c t/comp/proto.t
28308 ____________________________________________________________________________
28309 [  5962] By: gsar                                  on 2000/04/27  06:15:47
28310         Log: updated README.hpux (from Jeff Okamoto)
28311      Branch: perl
28312            ! README.hpux
28313 ____________________________________________________________________________
28314 [  5961] By: gsar                                  on 2000/04/27  05:55:03
28315         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
28316      Branch: perl
28317            ! emacs/cperl-mode.el
28318 ____________________________________________________________________________
28319 [  5960] By: gsar                                  on 2000/04/27  05:49:26
28320         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
28321      Branch: perl
28322            ! INSTALL
28323 ____________________________________________________________________________
28324 [  5959] By: gsar                                  on 2000/04/27  05:33:41
28325         Log: doubled words in pods (from Simon Cozens
28326              <simon.p.cozens@jp.pwcglobal.com>)
28327      Branch: perl
28328            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
28329            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
28330            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
28331            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
28332            ! pod/perltootc.pod
28333 ____________________________________________________________________________
28334 [  5958] By: gsar                                  on 2000/04/27  05:11:39
28335         Log: change#3569 deleted some essential code, revert; avoid use of
28336              atexit() to make DynaLoader work properly on AIX under mod_perl
28337              (from Jens-Uwe Mager <jum@helios.de>)
28338      Branch: perl
28339            ! ext/DynaLoader/dl_aix.xs
28340 ____________________________________________________________________________
28341 [  5957] By: gsar                                  on 2000/04/27  04:54:51
28342         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
28343      Branch: perl
28344            ! pod/perlmod.pod
28345 ____________________________________________________________________________
28346 [  5956] By: gsar                                  on 2000/04/27  04:51:47
28347         Log: better diagnostics on failed tests (from Ilya Zakharevich)
28348      Branch: perl
28349            ! t/op/lex_assign.t
28350 ____________________________________________________________________________
28351 [  5955] By: gsar                                  on 2000/04/27  04:26:44
28352         Log: longstanding bug exposed by change#3307: sort arguments weren't
28353              compiled with the right wantarray context (ensuing runtime lookup
28354              via block_gimme() was getting the incidental context of the
28355              sort() itself)
28356      Branch: perl
28357            ! op.c t/op/sort.t
28358 ____________________________________________________________________________
28359 [  5954] By: gsar                                  on 2000/04/26  23:42:12
28360         Log: integrate cfgperl contents into mainline
28361      Branch: perl
28362           !> (integrate 30 files)
28363 ____________________________________________________________________________
28364 [  5953] By: jhi                                   on 2000/04/26  23:06:42
28365         Log: Integrate with Sarathy.
28366      Branch: cfgperl
28367           !> README.win32 ext/B/B/Deparse.pm
28368           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
28369           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
28370           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
28371           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
28372           !> utils/perldoc.PL vms/perlvms.pod
28373 ____________________________________________________________________________
28374 [  5952] By: jhi                                   on 2000/04/26  23:03:46
28375         Log: Undo "use integer" addition from 64bitint as it seems
28376              to break most of the subtests in Digital UNIX;
28377              Unicos needs to find another way.
28378      Branch: cfgperl
28379            ! t/op/64bitint.t
28380 ____________________________________________________________________________
28381 [  5951] By: jhi                                   on 2000/04/26  22:57:53
28382         Log: Be more robust on "extreme" (large absolute value)
28383              arguments.  Originally reported by Daniel Connelly
28384              as a problem with asinh() on large negative arguments,
28385              asinh() used to bail out because an argument to log()
28386              ended up being zero.  Ilya Zakharevich proposed using
28387              Taylor's series in such cases, which for such large
28388              arguments is a very good approximation.
28389      Branch: cfgperl
28390            ! lib/Math/Complex.pm t/lib/complex.t
28391 ____________________________________________________________________________
28392 [  5950] By: gsar                                  on 2000/04/25  19:13:12
28393         Log: reformat perldiag to avoid long lines
28394      Branch: perl
28395            ! pod/perldiag.pod
28396 ____________________________________________________________________________
28397 [  5949] By: gsar                                  on 2000/04/25  18:41:11
28398         Log: make perldoc use the pod2man from the same version (from
28399              M.J.T. Guy)
28400      Branch: perl
28401            ! utils/perldoc.PL
28402 ____________________________________________________________________________
28403 [  5948] By: gsar                                  on 2000/04/25  18:21:57
28404         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
28405              <kompas@kompas.usr.onet.pl>)
28406      Branch: perl
28407            ! lib/vars.pm
28408 ____________________________________________________________________________
28409 [  5947] By: gsar                                  on 2000/04/25  18:11:53
28410         Log: use &dl_error rather than &dl_load_file as the guard for calling
28411              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
28412              statically built perl)
28413      Branch: perl
28414            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
28415 ____________________________________________________________________________
28416 [  5946] By: jhi                                   on 2000/04/25  17:37:54
28417         Log: Document that tr() is not tr(1).
28418      Branch: cfgperl
28419            ! pod/perlop.pod
28420 ____________________________________________________________________________
28421 [  5945] By: gsar                                  on 2000/04/25  16:34:33
28422         Log: make module name mandatory after -M switch; reorder perldiag
28423              alphabetically (from Mark-Jason Dominus)
28424      Branch: perl
28425            ! perl.c pod/perldiag.pod
28426 ____________________________________________________________________________
28427 [  5944] By: jhi                                   on 2000/04/25  01:15:18
28428         Log: On second thoughts frexp() does have two arguments.
28429      Branch: cfgperl
28430            ! perl.h
28431 ____________________________________________________________________________
28432 [  5943] By: jhi                                   on 2000/04/24  22:56:32
28433         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
28434              Now pp_ncmp() returns undef is either operand is a NaN.
28435      Branch: cfgperl
28436            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28437            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
28438            ! vms/subconfigure.com vos/config.def vos/config.h
28439            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
28440            ! win32/config.vc win32/config_H.bc win32/config_H.gc
28441            ! win32/config_H.vc
28442      Branch: metaconfig/U/perl
28443            + d_modfl.U
28444 ____________________________________________________________________________
28445 [  5942] By: jhi                                   on 2000/04/24  19:45:17
28446         Log: Regen Configure to match #5937.
28447      Branch: cfgperl
28448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28449            ! config_h.SH
28450      Branch: metaconfig
28451            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
28452 ____________________________________________________________________________
28453 [  5941] By: jhi                                   on 2000/04/24  19:24:11
28454         Log: Further Unicos fixes for Mark Lutz.
28455      Branch: cfgperl
28456            ! hints/unicos.sh pp_ctl.c
28457 ____________________________________________________________________________
28458 [  5940] By: jhi                                   on 2000/04/24  19:09:06
28459         Log: Various Unicos 10.0.0.6 fixes.
28460              
28461              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
28462              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
28463              Reply-To: tecmpl1@triton.ca.boeing.com 
28464              To: perl5-porters@perl.org 
28465              Date: Fri, 14 Apr 2000 20:21:00 GMT 
28466              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
28467      Branch: cfgperl
28468            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
28469 ____________________________________________________________________________
28470 [  5939] By: gsar                                  on 2000/04/24  19:01:24
28471         Log: more pod nits (from Larry Virden)
28472      Branch: perl
28473            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
28474            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
28475            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
28476 ____________________________________________________________________________
28477 [  5938] By: gsar                                  on 2000/04/24  18:54:01
28478         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
28479      Branch: perl
28480            ! ext/B/B/Deparse.pm
28481 ____________________________________________________________________________
28482 [  5937] By: jhi                                   on 2000/04/24  17:39:00
28483         Log: Integrate with Sarathy.
28484      Branch: cfgperl
28485           +> (branch 31 files)
28486           !> (integrate 73 files)
28487 ____________________________________________________________________________
28488 [  5936] By: gsar                                  on 2000/04/24  17:30:06
28489         Log: additional tests for change#5934 (from Paul Marquess, who also
28490              sent in the same fix)
28491      Branch: perl
28492            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
28493            ! t/pragma/warn/5nolint t/pragma/warn/6default
28494 ____________________________________________________________________________
28495 [  5935] By: jhi                                   on 2000/04/24  17:26:05
28496         Log: Do not assume sign propagation.
28497              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
28498              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
28499              To: payner@ncifcrf.gov, perl5-porters@perl.org 
28500              Date: Tue, 18 Apr 2000 18:24:49 +0100 
28501              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
28502      Branch: cfgperl
28503            ! t/op/bop.t t/op/misc.t
28504 ____________________________________________________________________________
28505 [  5934] By: gsar                                  on 2000/04/24  17:16:54
28506         Log: propagate lexical warnings from surrounding scope correctly
28507              within string eval()
28508      Branch: perl
28509            ! pp_ctl.c t/pragma/warn/pp_ctl
28510 ____________________________________________________________________________
28511 [  5933] By: jhi                                   on 2000/04/24  17:01:07
28512         Log: Flatten the cpp jungle doing the nosuid checking.
28513      Branch: cfgperl
28514            ! perl.c
28515 ____________________________________________________________________________
28516 [  5932] By: gsar                                  on 2000/04/24  09:08:14
28517         Log: add rsignal(), whichsig() and do_join() to public API list
28518              (mod_perl uses them to good advantage)
28519      Branch: perl
28520            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
28521 ____________________________________________________________________________
28522 [  5931] By: gsar                                  on 2000/04/24  09:01:40
28523         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
28524      Branch: perl
28525            ! pp_hot.c regexec.c t/op/pat.t
28526 ____________________________________________________________________________
28527 [  5930] By: gsar                                  on 2000/04/24  08:58:33
28528         Log: small os390 tweaks (from Peter Prymmer)
28529      Branch: perl
28530            ! config_h.SH makedepend.SH
28531 ____________________________________________________________________________
28532 [  5929] By: gsar                                  on 2000/04/24  08:55:25
28533         Log: pod nits
28534      Branch: perl
28535            ! pod/perlguts.pod
28536 ____________________________________________________________________________
28537 [  5928] By: gsar                                  on 2000/04/24  08:50:13
28538         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
28539      Branch: perl
28540            ! ext/IO/lib/IO/Poll.pm
28541 ____________________________________________________________________________
28542 [  5927] By: gsar                                  on 2000/04/24  08:43:24
28543         Log: arrange for next() to resume at the unstack op rather than the
28544              loop conditional, so that scope cleanup happens correctly
28545              (from Stephen McCamant)
28546      Branch: perl
28547            ! op.c pp_ctl.c t/op/misc.t
28548 ____________________________________________________________________________
28549 [  5926] By: gsar                                  on 2000/04/24  08:18:40
28550         Log: on windows, reserve 16M of stack rather than 128M (allows more
28551              threads to run concurrently)
28552      Branch: perl
28553            ! win32/Makefile win32/makefile.mk
28554 ____________________________________________________________________________
28555 [  5925] By: gsar                                  on 2000/04/24  08:13:52
28556         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
28557      Branch: perl
28558            ! toke.c
28559 ____________________________________________________________________________
28560 [  5924] By: gsar                                  on 2000/04/24  08:08:59
28561         Log: avoid using uninitialized memory in require version check
28562      Branch: perl
28563            ! pp_ctl.c universal.c
28564 ____________________________________________________________________________
28565 [  5923] By: gsar                                  on 2000/04/24  07:20:14
28566         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
28567      Branch: perl
28568            ! ext/IO/lib/IO/Poll.pm
28569 ____________________________________________________________________________
28570 [  5922] By: gsar                                  on 2000/04/24  07:08:42
28571         Log: commentary about IoTYPE() (from Nathan Torkington)
28572      Branch: perl
28573            ! sv.h
28574 ____________________________________________________________________________
28575 [  5921] By: gsar                                  on 2000/04/24  06:58:26
28576         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
28577              by fix
28578      Branch: perl
28579            ! sv.c t/lib/charnames.t t/pragma/utf8.t
28580 ____________________________________________________________________________
28581 [  5920] By: gsar                                  on 2000/04/24  06:37:59
28582         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
28583      Branch: perl
28584            ! doop.c t/op/ver.t
28585 ____________________________________________________________________________
28586 [  5919] By: gsar                                  on 2000/04/24  06:21:58
28587         Log: Configure might miss old directories when prefix must be
28588              expanded (from Robin Barker)
28589      Branch: metaconfig
28590            ! U/installdirs/inc_version_list.U
28591      Branch: perl
28592            ! Configure
28593 ____________________________________________________________________________
28594 [  5918] By: gsar                                  on 2000/04/24  06:16:11
28595         Log: VMS nits in glob() test (from Charles Lane)
28596      Branch: perl
28597            ! t/lib/glob-basic.t
28598 ____________________________________________________________________________
28599 [  5917] By: gsar                                  on 2000/04/24  06:11:56
28600         Log: various pod nits (from Larry Virden and others)
28601      Branch: perl
28602            ! README.amiga README.hpux README.machten README.os2
28603            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
28604            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
28605            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
28606            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
28607            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
28608            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
28609            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
28610            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
28611 ____________________________________________________________________________
28612 [  5916] By: gsar                                  on 2000/04/24  05:52:43
28613         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
28614              <wjones@tc.fluke.com>)
28615      Branch: perl
28616            ! t/lib/glob-basic.t
28617 ____________________________________________________________________________
28618 [  5915] By: gsar                                  on 2000/04/24  05:07:01
28619         Log: supported platforms mixed up
28620      Branch: perl
28621            ! pod/perl56delta.pod pod/perlport.pod
28622 ____________________________________________________________________________
28623 [  5914] By: gsar                                  on 2000/04/24  04:56:08
28624         Log: caller() wasn't returning the right number of elements for
28625              eval {...}
28626      Branch: perl
28627            ! pp_ctl.c t/pragma/warn/9enabled
28628 ____________________________________________________________________________
28629 [  5913] By: gsar                                  on 2000/04/24  04:35:41
28630         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
28631              Mark-Jason Dominus)
28632      Branch: perl
28633            ! pod/perlfunc.pod
28634 ____________________________________________________________________________
28635 [  5912] By: gsar                                  on 2000/04/24  04:17:15
28636         Log: fix totally broken caching in UNIVERSAL::isa() (from
28637              Nick Ing-Simmons)
28638      Branch: perl
28639            ! t/op/universal.t universal.c
28640 ____________________________________________________________________________
28641 [  5911] By: gsar                                  on 2000/04/24  03:39:47
28642         Log: add linebreak properties from unicode/LineBrk.txt (from
28643              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
28644      Branch: perl
28645            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
28646            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
28647            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
28648            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
28649            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
28650            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
28651            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
28652            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
28653            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
28654            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
28655            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
28656            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
28657            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
28658            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
28659            + lib/unicode/Is/LbrkZW.pl
28660            ! lib/unicode/mktables.PL
28661 ____________________________________________________________________________
28662 [  5910] By: gsar                                  on 2000/04/24  03:23:10
28663         Log: typo in pod
28664      Branch: perl
28665            ! ext/Thread/Thread.pm
28666 ____________________________________________________________________________
28667 [  5909] By: gsar                                  on 2000/04/24  03:22:03
28668         Log: mode argument to do_binmode() should be file mode, not boolean
28669      Branch: perl
28670            ! pp_sys.c
28671 ____________________________________________________________________________
28672 [  5908] By: gsar                                  on 2000/04/16  16:51:08
28673         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
28674              always returns a valid GV even when the symbol is trapped by strictures
28675              (avoids coredumps)
28676              
28677              TODO: the C<package;> hack needs similar treatment
28678      Branch: perl
28679            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
28680            ! t/pragma/strict-vars
28681 ____________________________________________________________________________
28682 [  5907] By: jhi                                   on 2000/03/31  23:42:56
28683         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
28684              an assumption which #5905 demolished.
28685      Branch: cfgperl
28686            ! pp_sys.c
28687 ____________________________________________________________________________
28688 [  5906] By: jhi                                   on 2000/03/31  18:54:37
28689         Log: Typo in #5905.
28690      Branch: cfgperl
28691            ! t/op/64bitint.t
28692 ____________________________________________________________________________
28693 [  5905] By: jhi                                   on 2000/03/31  18:50:54
28694         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
28695              reported by Joseph N. Hall.  The bug was that even with use64bitint
28696              one had to use the prefixes q, L, or ll with printf/sprintf,
28697              contrary to the documentation and common sense.
28698      Branch: cfgperl
28699            ! sv.c t/op/64bitint.t
28700 ____________________________________________________________________________
28701 [  5904] By: gsar                                  on 2000/03/28  02:31:32
28702         Log: add Changes, perldelta.pod
28703      Branch: perl
28704            + Changes pod/perldelta.pod
28705 ____________________________________________________________________________
28706 [  5903] By: gsar                                  on 2000/03/28  02:03:55
28707         Log: rename Changes and perldelta.pod
28708      Branch: perl
28709           +> Changes5.6 pod/perl56delta.pod
28710            - Changes pod/perldelta.pod
28711            ! MANIFEST
28712 ____________________________________________________________________________
28713 [  5902] By: gsar                                  on 2000/03/28  01:59:14
28714         Log: create maint-5.6 branch
28715      Branch: maint-5.6/perl
28716           +> (branch 1611 files)
28717 ____________________________________________________________________________
28718 [  5901] By: jhi                                   on 2000/03/23  05:48:43
28719         Log: Integrate with Sarathy.
28720      Branch: cfgperl
28721           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
28722 ____________________________________________________________________________
28723 [  5900] By: gsar                                  on 2000/03/23  05:42:43
28724         Log: three guesses on what this is :-)
28725      Branch: perl
28726            ! Changes