This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Changes.
[perl5.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.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
35         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
36              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
37              Date: Sat, 14 Jul 2001 00:06:30 +0900
38              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
39      Branch: perl
40            + ext/Encode/Encode/7bit-greek.enc
41            + ext/Encode/Encode/7bit-latin1.enc
42            + ext/Encode/Encode/cns11643-1.enc
43            + ext/Encode/Encode/cns11643-2.enc
44            + ext/Encode/Encode/iso2022-cn.enc
45            + ext/Encode/Encode/iso2022-jp1.enc
46            + ext/Encode/Encode/iso2022-jp2.enc
47            ! MANIFEST ext/Encode/Encode/Tcl.pm
48            ! ext/Encode/Encode/iso2022-kr.enc
49 ____________________________________________________________________________
50 [ 11357] By: nick                                  on 2001/07/13  14:24:06
51         Log: Blind integrate mainline (as of 5.7.2?)
52      Branch: perlio
53           !> AUTHORS Changes Porting/config.sh Porting/config_H
54           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
55           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
56           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
57           !> win32/makefile.mk
58 ____________________________________________________________________________
59 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
60         Log: Snip away the devel patchlevel.
61      Branch: perl
62            ! patchlevel.h
63 ____________________________________________________________________________
64 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
65         Log: Bump the version to 5.7.2.
66      Branch: perl
67            ! Porting/config.sh Porting/config_H patchlevel.h
68            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
69            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
70            ! win32/makefile.mk
71 ____________________________________________________________________________
72 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
73         Log: Update Changes.
74      Branch: perl
75            ! Changes
76 ____________________________________________________________________________
77 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
78         Log: Reword.
79      Branch: perl
80            ! AUTHORS
81 ____________________________________________________________________________
82 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
83         Log: AUTHORS update.
84      Branch: perl
85            ! AUTHORS
86 ____________________________________________________________________________
87 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
88         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
89              unless ithreads.
90      Branch: perl
91            ! makedef.pl
92 ____________________________________________________________________________
93 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
94         Log: Integrate perlio.
95      Branch: perl
96           !> win32/distclean.bat
97 ____________________________________________________________________________
98 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
99         Log: Test the encoding transform only iff we have PerlIO,
100              noticed by H. Merijn Brand.
101      Branch: perl
102            ! ext/PerlIO/t/encoding.t
103 ____________________________________________________________________________
104 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
105         Log: README.netware tweaks from Ananth Kesari.
106      Branch: perl
107            ! README.netware
108 ____________________________________________________________________________
109 [ 11346] By: nick                                  on 2001/07/13  09:18:51
110         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
111              to avoid /unicode vs /Unicode issues.
112      Branch: perlio
113            ! win32/distclean.bat
114 ____________________________________________________________________________
115 [ 11345] By: nick                                  on 2001/07/13  06:24:18
116         Log: Integrate mainline
117      Branch: perlio
118           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
119            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
120           !> (integrate 63 files)
121 ____________________________________________________________________________
122 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
123         Log: Add d_bincompat5005 information to perl -V.
124      Branch: perl
125            ! myconfig.SH
126 ____________________________________________________________________________
127 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
128         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
129              From: Abhijit Menon-Sen <ams@wiw.org>
130              Date: Fri, 13 Jul 2001 07:12:36 +0530
131              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
132      Branch: perl
133            ! sv.c
134 ____________________________________________________________________________
135 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
136         Log: Remove unicode::distinct, as per Inaba Hiroto.
137      Branch: perl
138            - lib/unicode/distinct.pm
139            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
140            ! t/lib/1_compile.t
141 ____________________________________________________________________________
142 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
143         Log: Paging for Dr Octothorpe.
144      Branch: perl
145            ! pod/perlfaq4.pod
146 ____________________________________________________________________________
147 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
148         Log: cut-n-paste error noticed by mjd.
149      Branch: perl
150            ! pod/perlfaq4.pod
151 ____________________________________________________________________________
152 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
153         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
154              From: Peter Prymmer <pvhp@forte.com>
155              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
156              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
157      Branch: perl
158            ! pod/perlfaq4.pod
159 ____________________________________________________________________________
160 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
161         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
162              From: Randall Gellens <randy@qualcomm.com>
163              Date: Thu, 12 Jul 2001 16:56:23 -0700
164              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
165      Branch: perl
166            ! Porting/repository.pod
167 ____________________________________________________________________________
168 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
169         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
170      Branch: perl
171            ! thread.h
172 ____________________________________________________________________________
173 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
174         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
175              From: coral <coral@moonlight.crystalflame.net>
176              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
177              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
178      Branch: perl
179            ! thread.h
180 ____________________________________________________________________________
181 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
182         Log: Metaconfig unit change for #11134.
183      Branch: metaconfig
184            + U/threads/d_pthread_atfork.U
185 ____________________________________________________________________________
186 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
187         Log: Add HAS_PTHREAD_ATFORK.
188      Branch: perl
189            ! Configure NetWare/config.wc NetWare/config_H.wc
190            ! Porting/Glossary Porting/config.sh Porting/config_H
191            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
192            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
193            ! vos/config.ga.def vos/config.ga.h win32/config.bc
194            ! win32/config.gc win32/config.vc win32/config_H.bc
195            ! win32/config_H.gc win32/config_H.vc
196 ____________________________________________________________________________
197 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
198         Log: Subject: [PATCH] File::Copy fails on tied handles
199              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
200              Date: Thu, 12 Jul 2001 15:18:51 -0700
201              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
202      Branch: perl
203            ! lib/File/Copy.pm
204 ____________________________________________________________________________
205 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
206         Log: Subject: [PATCH] Langinfo.t
207              From: Nicholas Clark <nick@ccl4.org>
208              Date: Thu, 12 Jul 2001 23:55:38 +0100
209              Message-ID: <20010712235538.M5827@plum.flirble.org>
210      Branch: perl
211            ! ext/I18N/Langinfo/Langinfo.t
212 ____________________________________________________________________________
213 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
214         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
215              From: Peter Prymmer <pvhp@forte.com>
216              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
217              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
218      Branch: perl
219            ! pod/perl572delta.pod
220 ____________________________________________________________________________
221 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
222         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
223              From: Abhijit Menon-Sen <ams@wiw.org>
224              Date: Fri, 13 Jul 2001 05:21:16 +0530
225              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
226      Branch: perl
227            ! sv.c
228 ____________________________________________________________________________
229 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
230         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
231              From: Abhijit Menon-Sen <ams@wiw.org>
232              Date: Fri, 13 Jul 2001 03:04:25 +0530
233              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
234      Branch: perl
235            ! av.c
236 ____________________________________________________________________________
237 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
238         Log: s/^M$//g
239      Branch: perl
240            ! win32/Makefile win32/makefile.mk
241 ____________________________________________________________________________
242 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
243         Log: Update Changes.
244      Branch: perl
245            ! Changes patchlevel.h
246 ____________________________________________________________________________
247 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
248         Log: Typo spotted by Philip Newton.
249      Branch: perl
250            ! pod/perl572delta.pod
251 ____________________________________________________________________________
252 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
253         Log: Subject: [PATCH] fixes perl_clone of perl_clone
254              From: Artur Bergman <artur@contiller.se>
255              Date: Thu, 12 Jul 2001 20:57:09 +0200
256              Message-ID: <B773BFA4.236B%artur@contiller.se>
257      Branch: perl
258            ! sv.c
259 ____________________________________________________________________________
260 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
261         Log: Add README.uts from Hal Morris.
262      Branch: perl
263            + README.uts
264            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
265            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
266 ____________________________________________________________________________
267 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
268         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
269              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
270              Date: Thu, 12 Jul 2001 20:32:37 +0200
271              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
272      Branch: perl
273            ! hints/aix.sh
274 ____________________________________________________________________________
275 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
276         Log: Subject: Patch: document reg_data.what member
277              From: Mark-Jason Dominus <mjd@plover.com>
278              Message-ID: <20010712182532.14821.qmail@plover.com>
279              Date: Thu, 12 Jul 2001 14:25:32 -0400
280      Branch: perl
281            ! regcomp.c regcomp.h
282 ____________________________________________________________________________
283 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
284         Log: Subject: [PATCH] Perl_re_dup()
285              From: Abhijit Menon-Sen <ams@wiw.org>
286              Date: Thu, 12 Jul 2001 23:54:32 +0530
287              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
288      Branch: perl
289            ! embed.h embed.pl perlapi.c proto.h sv.c
290 ____________________________________________________________________________
291 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
292         Log: Regen Configure, modlib, toc.
293      Branch: perl
294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
295            ! pod/perlmodlib.pod pod/perltoc.pod
296 ____________________________________________________________________________
297 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
298         Log: The problem seems to be in PerlIO::Layer::->find() not
299              accepting the ":encoding(blurflur)" arguments.
300      Branch: perl
301            ! lib/PerlIO.pm lib/open.pm
302 ____________________________________________________________________________
303 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
304         Log: AIX doc update.
305      Branch: perl
306            ! README.aix pod/perl572delta.pod
307 ____________________________________________________________________________
308 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
309         Log: Subject: AIX README update
310              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
311              Date: Thu, 12 Jul 2001 19:28:30 +0200
312              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
313      Branch: perl
314            ! README.aix
315 ____________________________________________________________________________
316 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
317         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
318              From: Norton Allen <allen@huarp.harvard.edu>
319              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
320              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
321      Branch: perl
322            ! ext/IO/lib/IO/t/io_unix.t
323 ____________________________________________________________________________
324 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
325         Log: Subject: [PATCH README.qnx hints/qnx.sh]
326              From: Norton Allen <allen@huarp.harvard.edu>
327              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
328              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
329      Branch: perl
330            ! README.qnx hints/qnx.sh
331 ____________________________________________________________________________
332 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
333         Log: Subject: [patch] faster PM_GETRE
334              From: Doug MacEachern <dougm@covalent.net>
335              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
336              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
337      Branch: perl
338            ! op.h
339 ____________________________________________________________________________
340 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
341         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
342              From: Doug MacEachern <dougm@covalent.net>
343              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
344              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
345      Branch: perl
346            ! op.c
347 ____________________________________________________________________________
348 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
349         Log: Tell where the nice Estonian database is.
350      Branch: perl
351            ! lib/open.pm
352 ____________________________________________________________________________
353 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
354         Log: Retract #11309 since #11310 is a better fix.
355      Branch: perl
356            ! t/lib/1_compile.t
357 ____________________________________________________________________________
358 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
359         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
360              change#11300 needs to return the status of failed win32_spawnvp())
361              
362              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
363              splitting correctly; remove unused variables; 'require' at run time
364              rather than 'use' at compile time for I18N::Langinfo, since it
365              isn't everyware
366      Branch: perl
367            ! lib/open.pm win32/win32.c
368 ____________________________________________________________________________
369 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
370         Log: Temporary workaround.
371      Branch: perl
372            ! t/lib/1_compile.t
373 ____________________________________________________________________________
374 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
375         Log: UCD typo in #11306 and add also more known-to-be-tested
376              modules to the skip list.
377      Branch: perl
378            ! t/lib/1_compile.t
379 ____________________________________________________________________________
380 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
381         Log: Rename Unicode::UCD to UnicodeCD to avoid
382              messups with case-insensitive filesystems.
383      Branch: perl
384            + lib/UnicodeCD.pm lib/UnicodeCD.t
385            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
386            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
387 ____________________________________________________________________________
388 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
389         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
390              From: daniel@biz.bitpusher.com
391              Date: Wed, 11 Jul 2001 23:25:47 -0700
392              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
393      Branch: perl
394            ! lib/Tie/Array.pm t/op/splice.t
395 ____________________________________________________________________________
396 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
397         Log: Subject: [PATCH] More accurate line numbers in messages
398              From: Paul Johnson <paul@pjcj.net>
399              Date: Thu, 12 Jul 2001 04:14:11 +0200
400              Message-ID: <20010712041411.A3467@pjcj.net>
401              
402              (With prototyping and multiplicity tweaks.)
403      Branch: perl
404            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
405 ____________________________________________________________________________
406 [ 11304] By: nick                                  on 2001/07/12  12:53:40
407         Log: Integrate mainline
408      Branch: perlio
409           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
410           !> regexec.c thread.h
411 ____________________________________________________________________________
412 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
413         Log: Cut-and-pasto in #11298.
414      Branch: perl
415            ! ext/ByteLoader/bytecode.h
416 ____________________________________________________________________________
417 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
418         Log: Update the AIX known problems section.
419      Branch: perl
420            ! pod/perl572delta.pod
421 ____________________________________________________________________________
422 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
423         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
425              Date: Thu, 12 Jul 2001 12:16:16 +0200
426              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
427      Branch: perl
428            ! hints/aix.sh
429 ____________________________________________________________________________
430 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
431         Log: Integrate perlio.
432      Branch: perl
433           !> makedef.pl win32/win32.c
434 ____________________________________________________________________________
435 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
436         Log: Subject: [PATCH] fix for PMOP threadness failures
437              From: Artur Bergman <artur@contiller.se>
438              Date: Thu, 12 Jul 2001 09:48:06 +0200
439              Message-ID: <B77322D6.22DD%artur@contiller.se>
440      Branch: perl
441            ! regexec.c
442 ____________________________________________________________________________
443 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
444         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
445              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
446              Date: Thu, 12 Jul 2001 09:09:48 +0200
447              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
448              
449              More parentheses to keep bcc happy.
450      Branch: perl
451            ! ext/ByteLoader/bytecode.h
452 ____________________________________________________________________________
453 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
454         Log: Subject: Re: [patch] pthread_atfork bandaid
455              From: Doug MacEachern <dougm@covalent.net>
456              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
457              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
458      Branch: perl
459            ! thread.h
460 ____________________________________________________________________________
461 [ 11296] By: nick                                  on 2001/07/12  11:55:48
462         Log: Exclude reentrant_buffer from .def file
463      Branch: perlio
464            ! makedef.pl
465 ____________________________________________________________________________
466 [ 11295] By: nick                                  on 2001/07/12  11:11:44
467         Log: Honour void-ness of my_exit()
468      Branch: perlio
469            ! win32/win32.c
470 ____________________________________________________________________________
471 [ 11294] By: nick                                  on 2001/07/12  07:51:04
472         Log: Integrate mainline
473      Branch: perlio
474           +> uts/sprintf_wrap.c
475           !> (integrate 35 files)
476 ____________________________________________________________________________
477 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
478         Log: Retract #11289.
479      Branch: perl
480            ! embed.h embed.pl perl.c proto.h thread.h
481 ____________________________________________________________________________
482 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
483         Log: Now the :locale pseudolayer *almost* works...
484      Branch: perl
485            ! lib/open.pm
486 ____________________________________________________________________________
487 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
488         Log: Locale encoding tweaks.
489      Branch: perl
490            ! lib/open.pm
491 ____________________________________________________________________________
492 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
493         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
494              From: Mark-Jason Dominus <mjd@plover.com>
495              Date: Thu, 12 Jul 2001 00:59:31 -0400
496              Message-ID: <20010712045931.8543.qmail@plover.com>
497              
498              Remove the chmod/umask leading zero warning.
499      Branch: perl
500            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
501            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
502 ____________________________________________________________________________
503 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
504         Log: (Retracted by #11289.)
505      Branch: perl
506            ! embed.h embed.pl perl.c proto.h thread.h
507 ____________________________________________________________________________
508 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
509         Log: Needed by #11283.
510      Branch: perl
511            ! intrpvar.h
512 ____________________________________________________________________________
513 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
514         Log: Metaconfig unit change for #11286.
515      Branch: metaconfig/U/perl
516            ! patchlevel.U
517 ____________________________________________________________________________
518 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
519         Log: Subject: Re: [PATCH Configure] perl -V broken
520              From: Andy Dougherty <doughera@lafayette.edu>
521              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
522              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
523      Branch: perl
524            ! Configure myconfig.SH
525 ____________________________________________________________________________
526 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
527         Log: Retract #11166 (and #11237).
528      Branch: perl
529            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
530            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
531            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
532 ____________________________________________________________________________
533 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
534         Log: UTS tweaks for Hal Morris.
535      Branch: perl
536            + uts/sprintf_wrap.c
537            ! MANIFEST hints/uts.sh perl.h
538 ____________________________________________________________________________
539 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
540         Log: Subject: [PATCH] Use reentrant API glibc
541              From: Artur Bergman <artur@contiller.se>
542              Date: Thu, 12 Jul 2001 00:58:21 +0200
543              Message-ID: <B772A6AD.2288%artur@contiller.se>
544      Branch: perl
545            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
546            ! sv.c
547 ____________________________________________________________________________
548 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
549         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
550              From: barries <barries@slaysys.com>
551              Date: Wed, 11 Jul 2001 15:11:46 -0400
552              Message-ID: <20010711151146.G24560@jester.slaysys.com>
553      Branch: perl
554            ! pp_sys.c t/lib/warnings/doio win32/win32.c
555 ____________________________________________________________________________
556 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
557         Log: Subject: [patch] pthread_atfork bandaid
558              From: Doug MacEachern <dougm@covalent.net>
559              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
560              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
561      Branch: perl
562            ! miniperlmain.c perl.c
563 ____________________________________________________________________________
564 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
565         Log: Subject: [patch] perl_clone leaks
566              From: Doug MacEachern <dougm@covalent.net>
567              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
568              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
569      Branch: perl
570            ! sv.c
571 ____________________________________________________________________________
572 [ 11279] By: nick                                  on 2001/07/11  15:49:38
573         Log: Integrate mainline
574      Branch: perlio
575           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
576           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
577           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
578           +> lib/Term/ANSIColor/README
579           !> (integrate 54 files)
580 ____________________________________________________________________________
581 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
582         Log: Update Changes.
583      Branch: perl
584            ! Changes patchlevel.h
585 ____________________________________________________________________________
586 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
587         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
588              From: Peter Prymmer <pvhp@forte.com>
589              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
590              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
591              
592              Backport of embed.pl to 5.003.
593      Branch: perl
594            ! embed.pl
595 ____________________________________________________________________________
596 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
597         Log: Subject: Re: POSIX test #14 on UTS 
598              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
599              Date: Wed, 11 Jul 2001 03:02:14 +0100
600              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
601      Branch: perl
602            ! ext/POSIX/POSIX.t
603 ____________________________________________________________________________
604 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
605         Log: Make the I32 an IV to preserve structure alignment and size.
606      Branch: perl
607            ! op.h
608 ____________________________________________________________________________
609 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
610         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
611              From: "Artur Bergman" <artur@contiller.se>
612              Date: Wed, 11 Jul 2001 14:23:37 +0200
613              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
614              
615              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
616      Branch: perl
617            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
618            ! pod/perlapi.pod sv.c
619 ____________________________________________________________________________
620 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
621         Log: Tweak until Pod::Parser gets updated.
622      Branch: perl
623            ! t/pod/special_seqs.xr
624 ____________________________________________________________________________
625 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
626         Log: File::Spec usage tweak.
627      Branch: perl
628            ! lib/ExtUtils.t
629 ____________________________________________________________________________
630 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
631         Log: Integrate #11263 from macperl; macos and macosx updates.
632      Branch: perl
633           !> pod/perlport.pod
634 ____________________________________________________________________________
635 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
636         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
637              From: Peter Prymmer <pvhp@forte.com>
638              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
639              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
640      Branch: perl
641            + ext/Time/HiRes/hints/dynixptx.pl
642            ! MANIFEST hints/dynixptx.sh
643 ____________________________________________________________________________
644 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
645         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
646              From: Nicholas Clark <nick@ccl4.org>
647              Date: Tue, 10 Jul 2001 23:17:43 +0100
648              Message-ID: <20010710231742.B59620@plum.flirble.org>
649      Branch: perl
650            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
651 ____________________________________________________________________________
652 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
653         Log: Subject: [DOC PATCH] Pluggable runops
654              From: Paul Johnson <paul@pjcj.net>
655              Date: Tue, 10 Jul 2001 21:53:28 +0200
656              Message-ID: <20010710215328.B26577@pjcj.net>
657      Branch: perl
658            ! pod/perlguts.pod
659 ____________________________________________________________________________
660 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
661         Log: Subject: [PATCH] Authors
662              From: Artur Bergman <artur@contiller.se>
663              Date: Tue, 10 Jul 2001 20:39:12 +0200
664              Message-ID: <B771186F.21CD%artur@contiller.se>
665      Branch: perl
666            ! AUTHORS
667 ____________________________________________________________________________
668 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
669         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
670              From: Doug MacEachern <dougm@covalent.net>
671              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
672              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
673      Branch: perl
674            ! pp_ctl.c
675 ____________________________________________________________________________
676 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
677         Log: Subject: doc patch; times() in scalar context
678              From: mjd@plover.com
679              Date: 10 Jul 2001 18:01:17 -0000
680              Message-ID: <20010710180117.12477.qmail@plover.com>
681      Branch: perl
682            ! pod/perlfunc.pod
683 ____________________________________________________________________________
684 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
685         Log: Subject: [PATCH] Small fix to pp_gmtime
686              From: Artur Bergman <artur@contiller.se>
687              Date: Tue, 10 Jul 2001 19:54:52 +0200
688              Message-ID: <B7710E0B.21C5%artur@contiller.se>
689      Branch: perl
690            ! pp_sys.c
691 ____________________________________________________________________________
692 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
693         Log: Integrate changes from mainline perl, add notes about
694              Mac OS X and Mac OS.
695      Branch: maint-5.6/macperl
696            ! pod/perlport.pod
697 ____________________________________________________________________________
698 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
699         Log: A proof of the dangers of package; ?
700      Branch: perl
701            ! t/lib/warnings/op
702 ____________________________________________________________________________
703 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
704         Log: Regen toc and modlib.
705      Branch: perl
706            ! pod/perlmodlib.pod pod/perltoc.pod
707 ____________________________________________________________________________
708 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
709         Log: Add compexcl(), casefold(), and casespec() interfaces;
710              and make all interfaces to return hash references instead
711              of hashes. 
712      Branch: perl
713            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
714 ____________________________________________________________________________
715 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
716         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
717              From: "Philip Newton" <Philip.Newton@gmx.net>
718              Date: Tue, 10 Jul 2001 09:55:59 +0200
719              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
720              
721              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
722              From: "Philip Newton" <Philip.Newton@gmx.net>
723              Date: Tue, 10 Jul 2001 09:56:37 +0200
724              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
725      Branch: perl
726            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
727            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
728 ____________________________________________________________________________
729 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
730         Log: Subject: [patch] undef &xsub for 1,2
731              From: Doug MacEachern <dougm@covalent.net>
732              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
733              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
734              
735              (This version of the patch with a comment from Gisle.)
736      Branch: perl
737            ! op.c
738 ____________________________________________________________________________
739 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
740         Log: Mention package; deprecation and the Win32 problems.
741      Branch: perl
742            ! pod/perl572delta.pod
743 ____________________________________________________________________________
744 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
745         Log: Subject: [PATCH] deprecate package with no arguments
746              From: Robin Houston <robin@kitsite.com>
747              Date: Tue, 10 Jul 2001 13:33:40 +0100
748              Message-ID: <20010710133340.A13452@robin.kitsite.com>
749      Branch: perl
750            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
751 ____________________________________________________________________________
752 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
753         Log: Upgrade to podlators 1.10.
754      Branch: perl
755            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
756            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
757            ! pod/pod2man.PL pod/pod2text.PL
758 ____________________________________________________________________________
759 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
760         Log: Upgrade to Term::ANSIColor 1.04.
761      Branch: perl
762            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
763            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
764 ____________________________________________________________________________
765 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
766         Log: Integrate perlio (the right fix for the ":layer(args)")
767      Branch: perl
768           !> perlio.c
769 ____________________________________________________________________________
770 [ 11252] By: nick                                  on 2001/07/10  06:58:14
771         Log: Fix open(...,"...:layer(xxx)",...)
772              - use memEQ not strEQ as there is '(' not '\0'
773      Branch: perlio
774            ! perlio.c
775 ____________________________________________________________________________
776 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
777         Log: Telling the number of tests helps.
778      Branch: perl
779            ! ext/PerlIO/t/encoding.t
780 ____________________________________________________________________________
781 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
782         Log: Require I18N::Langinfo, not use.
783      Branch: perl
784            ! lib/open.pm
785 ____________________________________________________________________________
786 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
787         Log: Add a test for for PerlIO ":encoding(...)" layer.
788      Branch: perl
789            + ext/PerlIO/t/encoding.t
790            ! MANIFEST ext/Encode/Encode.pm
791 ____________________________________________________________________________
792 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
793         Log: PerlIO ":encoding(foobar)" temporary fix.
794              Not really correct, I think, since the change means
795              that prefixes match.
796      Branch: perl
797            ! perlio.c
798 ____________________________________________________________________________
799 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
800         Log: Update to Math::BigInt 1.36.  The biggest news is
801              the separation of the backend; now the pure Perl
802              implementation is in Math::BigInt::Calc, but one
803              can plugin, say, Math::BigInt::BitVect, and get
804              considerable speedup.
805      Branch: perl
806            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
807            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
808            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
809            ! lib/Math/BigInt/t/mbimbf.t
810 ____________________________________________________________________________
811 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
812         Log: Subject: Re: compatibility question
813              From: Peter Prymmer <pvhp@forte.com>
814              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
815              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
816      Branch: perl
817            ! lib/ExtUtils/MM_VMS.pm
818 ____________________________________________________________________________
819 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
820         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
821              From: Norton Allen <allen@huarp.harvard.edu>
822              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
823              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
824      Branch: perl
825            ! ext/File/Glob/t/basic.t
826 ____________________________________________________________________________
827 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
828         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
829              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
830              Date: Tue, 10 Jul 2001 00:29:55 +0900
831              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
832      Branch: perl
833            + ext/Encode/Encode/HZ.enc
834            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
835            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
836            ! ext/Encode/Encode/iso2022-jp.enc
837            ! ext/Encode/Encode/iso2022-kr.enc
838 ____________________________________________________________________________
839 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
840         Log: Add in all them there macos/ files.
841      Branch: maint-5.6/macperl
842            + (add 577 files)
843 ____________________________________________________________________________
844 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
845         Log: Add the new modules to the list of having those own tests.
846      Branch: perl
847            ! t/lib/1_compile.t
848 ____________________________________________________________________________
849 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
850         Log: Add INOUT to control both ways at the same time.
851      Branch: perl
852            ! lib/open.pm
853 ____________________________________________________________________________
854 [ 11240] By: nick                                  on 2001/07/09  16:33:50
855         Log: Integrate mainline
856      Branch: perlio
857           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
858           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
859           !> (integrate 41 files)
860 ____________________________________________________________________________
861 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
862         Log: More encoding mapping magic.
863      Branch: perl
864            ! lib/open.pm
865 ____________________________________________________________________________
866 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
867         Log: Update Changes.
868      Branch: perl
869            ! Changes patchlevel.h
870 ____________________________________________________________________________
871 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
872         Log: (Retracted by #11285).
873              
874              Subject: [PATCH] OPpCONST_OCTAL fixes
875              From: Abhijit Menon-Sen <ams@wiw.org>
876              Date: Mon, 9 Jul 2001 07:38:45 +0530
877              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
878      Branch: perl
879            ! op.c
880 ____________________________________________________________________________
881 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
882         Log: Add a pseudolayer ":locale" to the open pragma which
883              will get the encoding from the locale.  Yet undocumented
884              because I can't get the PerlIO :encoding(foobar) to work.
885      Branch: perl
886            ! ext/Encode/Encode.pm lib/open.pm
887 ____________________________________________________________________________
888 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
889         Log: Add more encoding mappings.
890      Branch: perl
891            ! ext/Encode/Encode.pm
892 ____________________________________________________________________________
893 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
894         Log: Document that using :encoding layer requires using Encode.
895      Branch: perl
896            ! ext/Encode/Encode.pm lib/PerlIO.pm
897 ____________________________________________________________________________
898 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
899         Log: Netware tweak from Ananth Kesari.
900      Branch: perl
901            ! NetWare/netware.h
902 ____________________________________________________________________________
903 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
904         Log: t/harness doesn't know about run/*.t
905      Branch: perl
906            ! t/harness
907 ____________________________________________________________________________
908 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
909         Log: run/exit.t busted on windows
910      Branch: perl
911            ! t/run/exit.t
912 ____________________________________________________________________________
913 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
914         Log: fix a couple of UCD.t tests that fail due to bad case
915      Branch: perl
916            ! lib/Unicode/UCD.t
917 ____________________________________________________________________________
918 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
919         Log: test skip logic was broken
920      Branch: perl
921            ! ext/I18N/Langinfo/Langinfo.t
922 ____________________________________________________________________________
923 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
924         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
925              failure of ExtUtils.t#27 when built in debug mode)
926      Branch: perl
927            ! lib/ExtUtils/MM_Win32.pm
928 ____________________________________________________________________________
929 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
930         Log: I18N::Langinfo is not available on windows
931      Branch: perl
932            ! win32/FindExt.pm
933 ____________________________________________________________________________
934 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
935         Log: save a dTHX
936      Branch: perl
937            ! ext/POSIX/POSIX.xs
938 ____________________________________________________________________________
939 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
940         Log: Update Changes.
941      Branch: perl
942            ! Changes patchlevel.h
943 ____________________________________________________________________________
944 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
945         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
946              as pointed out by Sarathy.
947      Branch: perl
948            ! ext/I18N/Langinfo/Langinfo.xs
949 ____________________________________________________________________________
950 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
951         Log: Retract #11212.
952      Branch: perl
953            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
954 ____________________________________________________________________________
955 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
956         Log: Bump up the VERSION of Cwd.xs.
957      Branch: perl
958            ! ext/Cwd/Makefile.PL
959 ____________________________________________________________________________
960 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
961         Log: Retract #11220, the problem wasn't the missing leading zero.
962              Here's the problem:
963              $ ./perl -we 'chmod(oct("755"), ".")'
964              Non-octal literal mode (493) specified at -e line 1.
965              (Did you mean 0493 instead?)
966      Branch: perl
967            ! lib/ExtUtils/MM_Unix.pm
968 ____________________________________________________________________________
969 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
970         Log: (Retracted by #11221)
971              Change the PERM_RW and PERM_RWX to 0644 and 0755
972              (add the leading zero).
973      Branch: perl
974            ! lib/ExtUtils/MM_Unix.pm
975 ____________________________________________________________________________
976 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
977         Log: Integrate changes #11193, 11205, 11209 from macperl.
978              
979              Fix up AutoLoader to fudge for Mac paths in import().
980              
981              Allow symbols in try_symbol() to begin with "_".
982              
983              Small portability fix for Mac OS.
984      Branch: perl
985           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
986 ____________________________________________________________________________
987 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
988         Log: Metaconfig unit change for #11217.
989      Branch: metaconfig/U/perl
990            ! Extensions.U
991 ____________________________________________________________________________
992 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
993         Log: Detypo, problem noticed by Gerrit P. Haase.
994      Branch: perl
995            ! Configure config_h.SH
996 ____________________________________________________________________________
997 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
998         Log: Cwd cleanups.
999      Branch: perl
1000            ! ext/Cwd/Cwd.xs
1001 ____________________________________________________________________________
1002 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
1003         Log: Slight tweaks on #11213.
1004      Branch: perl
1005            ! toke.c
1006 ____________________________________________________________________________
1007 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
1008         Log: A missing dTHX noticed by Gerrit P. Haase.
1009      Branch: perl
1010            ! ext/POSIX/POSIX.xs
1011 ____________________________________________________________________________
1012 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
1013         Log: Subject: [PATCH toke.c] Simplify yytoke()
1014              From: Simon Cozens <simon@netthink.co.uk>
1015              Date: Sun, 8 Jul 2001 13:24:34 +0100
1016              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
1017              
1018              Split out pending_ident().
1019      Branch: perl
1020            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
1021 ____________________________________________________________________________
1022 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
1023         Log: (Retracted by #11223.)
1024              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
1025              Date: Wed, 05 Nov 1997 17:22:34 -0600
1026              From: Graham Barr <gbarr@ti.com>
1027              Message-Id: <3460FFBA.6DA51F46@ti.com>
1028      Branch: perl
1029            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
1030 ____________________________________________________________________________
1031 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
1032         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
1033      Branch: perl
1034            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
1035            ! pod/perllocale.pod
1036 ____________________________________________________________________________
1037 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
1038         Log: Really do the test under the C locale.
1039      Branch: perl
1040            ! ext/I18N/Langinfo/Langinfo.t
1041 ____________________________________________________________________________
1042 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
1043         Log: Small portability fix for Mac OS.
1044      Branch: maint-5.6/macperl
1045            ! lib/Cwd.pm
1046 ____________________________________________________________________________
1047 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
1048         Log: Metaconfig unit change for #11207.
1049      Branch: metaconfig/U/perl
1050            ! Extensions.U
1051 ____________________________________________________________________________
1052 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
1053         Log: Add I18N::Langinfo, which is basically a wrapper around
1054              nl_langinfo(), which is an additional way to query locale
1055              specific information.
1056      Branch: perl
1057            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
1058            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
1059            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
1060 ____________________________________________________________________________
1061 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
1062         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
1063              used in File::Find tests; replace with if.t.
1064      Branch: maint-5.6/macperl
1065            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
1066            ! t/pragma/warn/op
1067 ____________________________________________________________________________
1068 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
1069         Log: Allow symbols in try_symbol() to begin with "_".
1070      Branch: maint-5.6/macperl
1071            ! makedef.pl
1072 ____________________________________________________________________________
1073 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
1074         Log: Sync up the File::Find changes from the rewrite by
1075              Thomas Wegner, et al.
1076      Branch: maint-5.6/macperl
1077            + t/lib/filefind-taint.t
1078            ! lib/File/Find.pm t/lib/filefind.t
1079 ____________________________________________________________________________
1080 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
1081         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
1082              From: Thomas Wegner <wegner_thomas@yahoo.com>
1083              Date: Thu, 5 Jul 2001 20:31:25 +0200
1084              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
1085      Branch: maint-5.6/macperl
1086            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
1087 ____________________________________________________________________________
1088 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
1089         Log: Some more test portability fixes.
1090      Branch: maint-5.6/macperl
1091            ! t/lib/filecopy.t t/pragma/warn/pp_sys
1092 ____________________________________________________________________________
1093 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
1094         Log: The #11200 removed wrong (non-existent) target.  Duh.
1095      Branch: perl
1096            ! Makefile.SH
1097 ____________________________________________________________________________
1098 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
1099         Log: Zap the lib/re.pm before creating it.
1100      Branch: perl
1101            ! Makefile.SH
1102 ____________________________________________________________________________
1103 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
1104         Log: Another test.  Please ignore.
1105      Branch: maint-5.6/macperl
1106            ! README.macos
1107 ____________________________________________________________________________
1108 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
1109         Log: Portability fixes for a lot of tests, especially IO-related
1110              tests, and warnings, and the harness script.
1111      Branch: maint-5.6/macperl
1112            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
1113            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
1114            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
1115            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
1116            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
1117            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
1118            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
1119            ! t/pragma/warnings.t
1120 ____________________________________________________________________________
1121 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
1122         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
1123              From: Nicholas Clark <nick@ccl4.org>
1124              Date: Sat, 7 Jul 2001 21:00:17 +0100
1125              Message-ID: <20010707210017.H59620@plum.flirble.org>
1126      Branch: perl
1127            ! lib/h2xs.t
1128 ____________________________________________________________________________
1129 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
1130         Log: The UNICOS/mk SysV IPC problem has been fixed.
1131      Branch: perl
1132            ! pod/perl572delta.pod
1133 ____________________________________________________________________________
1134 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
1135         Log: Slight update tweaks on perlunicode.pod.
1136      Branch: perl
1137            ! pod/perlunicode.pod
1138 ____________________________________________________________________________
1139 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
1140         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
1141              From: Mark-Jason Dominus <mjd@plover.com>
1142              Date: Sat, 07 Jul 2001 13:04:04 -0400
1143              Message-ID: <20010707170404.32694.qmail@plover.com>
1144      Branch: perl
1145            ! ext/DB_File/DB_File.pm
1146 ____________________________________________________________________________
1147 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
1148         Log: Fix up AutoLoader to fudge for Mac paths in import().
1149      Branch: maint-5.6/macperl
1150            ! lib/AutoLoader.pm
1151 ____________________________________________________________________________
1152 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
1153         Log: Try to force the lib/re.pm to be there before entering
1154              the extensions builds, should help for parallel makes.
1155      Branch: perl
1156            ! Makefile.SH
1157 ____________________________________________________________________________
1158 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
1159         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
1160              From: Norton Allen <allen@huarp.harvard.edu>
1161              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
1162              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
1163      Branch: perl
1164            ! ext/POSIX/POSIX.xs
1165 ____________________________________________________________________________
1166 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
1167         Log: Subject: [PATCH] Re: op/arith.t
1168              From: Nicholas Clark <nick@ccl4.org>
1169              Date: Sat, 7 Jul 2001 13:04:54 +0100
1170              Message-ID: <20010707130454.D59620@plum.flirble.org>
1171      Branch: perl
1172            ! numeric.c toke.c
1173 ____________________________________________________________________________
1174 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
1175         Log: Subject: [PATCH] h2xs
1176              From: Nicholas Clark <nick@ccl4.org>
1177              Date: Fri, 6 Jul 2001 23:25:14 +0100
1178              Message-ID: <20010706232514.X59620@plum.flirble.org>
1179      Branch: perl
1180            ! utils/h2xs.PL
1181 ____________________________________________________________________________
1182 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
1183         Log: Subject: Re: bleedperl perl_alloc..free leakage
1184              From: Radu Greab <radu@netsoft.ro>
1185              Date: Fri, 6 Jul 2001 19:48:54 +0300
1186              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
1187              
1188              Leak-be-gone.
1189      Branch: perl
1190            ! op.c
1191 ____________________________________________________________________________
1192 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
1193         Log: Test again.  Please ignore.
1194      Branch: maint-5.6/macperl
1195            ! README.macos
1196 ____________________________________________________________________________
1197 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
1198         Log: Test.  Please ignore.
1199      Branch: maint-5.6/macperl
1200            ! README.macos
1201 ____________________________________________________________________________
1202 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
1203         Log: Include changes already sent in separately as patches,
1204              before branch was created.
1205      Branch: maint-5.6/macperl
1206            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
1207            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
1208            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
1209            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
1210            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
1211            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
1212            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
1213            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
1214            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
1215            ! t/pragma/strict.t
1216 ____________________________________________________________________________
1217 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
1218         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
1219              From: Norton Allen <allen@huarp.harvard.edu>
1220              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
1221              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
1222      Branch: perl
1223            ! utf8.h
1224 ____________________________________________________________________________
1225 [ 11183] By: nick                                  on 2001/07/06  16:27:40
1226         Log: Integrate mainline
1227      Branch: perlio
1228           +> (branch 42 files)
1229            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
1230            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
1231            - win32/bin/mdelete.bat
1232           !> (integrate 215 files)
1233 ____________________________________________________________________________
1234 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
1235         Log: The #11166 needed also these updated.
1236      Branch: perl
1237            ! lib/warnings.pm warnings.h
1238 ____________________________________________________________________________
1239 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
1240         Log: Update Changes.
1241      Branch: perl
1242            ! Changes patchlevel.h
1243 ____________________________________________________________________________
1244 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
1245         Log: Regen toc.
1246      Branch: perl
1247            ! pod/perltoc.pod
1248 ____________________________________________________________________________
1249 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
1250         Log: Nit from Abhijit.
1251      Branch: perl
1252            ! lib/CPAN.pm
1253 ____________________________________________________________________________
1254 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
1255         Log: Retract #11172.
1256      Branch: perl
1257            ! t/op/method.t
1258 ____________________________________________________________________________
1259 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
1260         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
1261              From: Norton Allen <allen@huarp.harvard.edu>
1262              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
1263              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
1264      Branch: perl
1265            ! lib/Cwd.pm
1266 ____________________________________________________________________________
1267 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
1268         Log: (Accidentally empty check-in.)
1269      Branch: perl
1270            ! utf8.h
1271 ____________________________________________________________________________
1272 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
1273         Log: Retract #11165 since Sarathy pointed out it'll not
1274              work properly under threads, the problem should be
1275              solved using "the savestack, either via SSNEW() or
1276              using a newSVpv()+SAVEFREESV() combo."
1277      Branch: perl
1278            ! ext/POSIX/POSIX.xs
1279 ____________________________________________________________________________
1280 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
1281         Log: Retract #11125 since NI-S pointed out it'll not work in
1282              cases where the extension has their own handcrafted INC
1283              et alia.
1284      Branch: perl
1285            ! lib/ExtUtils/MM_Unix.pm
1286 ____________________________________________________________________________
1287 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
1288         Log: Subject: RE: [PATCH] -I and MakeMaker again
1289              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1290              Date: Fri, 6 Jul 2001 09:18:29 +0200
1291              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
1292      Branch: perl
1293            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
1294            ! lib/ExtUtils/MM_Win32.pm
1295 ____________________________________________________________________________
1296 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
1297         Log: (Retracted by #11178)
1298              Subject: [PATCH t/op/method.t] SUPER:: strangeness
1299              From: Piers Cawley <pdcawley@iterative-software.com>
1300              Date: 06 Jul 2001 10:49:01 +0100
1301              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
1302      Branch: perl
1303            ! t/op/method.t
1304 ____________________________________________________________________________
1305 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
1306         Log: VOS README update from Paul Green.
1307      Branch: perl
1308            ! README.vos
1309 ____________________________________________________________________________
1310 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
1311         Log: Subject: [PATCH README.qnx hints/qnx.sh]
1312              From: Norton Allen <allen@huarp.harvard.edu>
1313              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
1314              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
1315      Branch: perl
1316            ! README.qnx hints/qnx.sh
1317 ____________________________________________________________________________
1318 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
1319         Log: Subject: [PATCH] Doc patch for Tie::Hash
1320              From: Artur Bergman <artur@contiller.se>
1321              Date: Thu, 05 Jul 2001 22:51:18 +0200
1322              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
1323      Branch: perl
1324            ! lib/Tie/Hash.pm
1325 ____________________________________________________________________________
1326 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
1327         Log: Subject: [PATCH] perlfaq4.pod
1328              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
1329              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
1330              Date: Thu, 5 Jul 2001 18:44:10 +0100 
1331      Branch: perl
1332            ! pod/perlfaq4.pod
1333 ____________________________________________________________________________
1334 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
1335         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
1336              From: Robin Houston <robin@kitsite.com>
1337              Date: Thu, 5 Jul 2001 18:33:21 +0100
1338              Message-ID: <20010705183321.A27345@robin.kitsite.com>
1339      Branch: perl
1340            ! ext/B/B/Deparse.pm
1341 ____________________________________________________________________________
1342 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
1343         Log: (Retracted by #11285.)
1344              
1345              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
1346              From: Abhijit Menon-Sen <ams@wiw.org>
1347              Date: Fri, 6 Jul 2001 01:26:32 +0530
1348              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
1349      Branch: perl
1350            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
1351            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
1352            ! warnings.pl
1353 ____________________________________________________________________________
1354 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
1355         Log: (Retracted by #11175)
1356              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
1357              From: Norton Allen <allen@huarp.harvard.edu>
1358              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
1359              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
1360      Branch: perl
1361            ! ext/POSIX/POSIX.xs
1362 ____________________________________________________________________________
1363 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
1364         Log: Unterminated C< (noticed by Richard Hatch), and few other
1365              small Unicode doc tweaks.
1366      Branch: perl
1367            ! pod/perlretut.pod
1368 ____________________________________________________________________________
1369 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
1370         Log: More flexible argument understanding; add charblocks() and
1371              charscripts(); make charblock() and charscript() two-way;
1372              add charinrange(); separate the $Unicode::UCD::VERSION and
1373              the version of the Unicode by adding UnicodeVersion().
1374      Branch: perl
1375            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1376 ____________________________________________________________________________
1377 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
1378         Log: Update Unicode::UCD on \p{In...}.
1379      Branch: perl
1380            ! lib/Unicode/UCD.pm
1381 ____________________________________________________________________________
1382 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
1383         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
1384              From: Norton Allen <allen@huarp.harvard.edu>
1385              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
1386              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
1387      Branch: perl
1388            ! lib/ExtUtils/MM_Unix.pm
1389 ____________________________________________________________________________
1390 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
1391         Log: POSIX-BC tweaks from Thomas Dorner.
1392      Branch: perl
1393            ! hints/posix-bc.sh perlio.h
1394 ____________________________________________________________________________
1395 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
1396         Log: Module updates for the delta.
1397      Branch: perl
1398            ! pod/perl572delta.pod
1399 ____________________________________________________________________________
1400 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
1401         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
1402              From: Norton Allen <allen@huarp.harvard.edu>
1403              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
1404              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
1405      Branch: perl
1406            ! ext/IO/lib/IO/t/io_sock.t
1407 ____________________________________________________________________________
1408 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
1409         Log: Subject: [PATCH perldiag.pod] Quick fixes
1410              From: Simon Cozens <simon@netthink.co.uk>
1411              Date: Wed, 4 Jul 2001 20:22:12 +0100
1412              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
1413      Branch: perl
1414            ! pod/perldiag.pod
1415 ____________________________________________________________________________
1416 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
1417         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
1418              From: Radu Greab <radu@netsoft.ro>
1419              Date: Wed, 4 Jul 2001 22:13:31 +0300
1420              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
1421      Branch: perl
1422            ! op.c sv.c t/op/pos.t
1423 ____________________________________________________________________________
1424 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
1425         Log: Subject: [PATCH] -I and MakeMaker again
1426              From: Michael G Schwern <schwern@pobox.com>
1427              Date: Wed, 4 Jul 2001 15:03:07 -0400
1428              Message-ID: <20010704150307.I20340@blackrider>
1429              
1430              (and retract #11145)
1431      Branch: perl
1432            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
1433            ! lib/ExtUtils/MakeMaker.pm
1434 ____________________________________________________________________________
1435 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
1436         Log: Subject: Re: PERFORCE change 11142 for review
1437              From: "Philip Newton" <Philip.Newton@gmx.net>
1438              Date: Wed, 4 Jul 2001 20:46:26 +0200
1439              Message-Id: <200107041841.VAA25380@taas.iki.fi>
1440      Branch: perl
1441            ! lib/ExtUtils/MakeMaker.pm
1442 ____________________________________________________________________________
1443 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
1444         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
1445              From: Jonathan Stowe <gellyfish@gellyfish.com>
1446              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
1447              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
1448      Branch: perl
1449            ! utils/pl2pm.PL
1450 ____________________________________________________________________________
1451 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
1452         Log: fix the binary compatibility issue when building with/without
1453              usemymalloc by exporting Perl_malloc() et al as simple wrappers
1454              around the system functions (this allows most extensions built
1455              using one mode to coexist with perls built in the other mode)
1456              
1457              XXX the Perl_mfree() wrapper might need to do return(free()) on
1458              platforms where Free_t isn't "void"
1459      Branch: perl
1460            ! embed.h embed.pl makedef.pl proto.h util.c
1461 ____________________________________________________________________________
1462 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
1463         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
1464              since it doesn't ensure threads other than the one calling fork()
1465              aren't holding any locks; the fix is to use pthread_atfork() to
1466              hold global locks
1467              
1468              building perl with -Dusemymalloc exacerbates the problem since
1469              Perl_malloc() holds a mutex, and perl's exec() calls New()
1470              
1471              XXX the code in win32thread.h may be needed on platforms that have
1472              no pthread_atfork()
1473      Branch: perl
1474            ! perl.c thread.h win32/win32thread.h
1475 ____________________________________________________________________________
1476 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
1477         Log: Integrate #11009 from maintperl.
1478      Branch: maint-5.6/macperl
1479           !> lib/ExtUtils/Manifest.pm
1480 ____________________________________________________________________________
1481 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
1482         Log: Flexing my Perforce muscles.
1483      Branch: maint-5.6/macperl
1484            ! README.macos
1485 ____________________________________________________________________________
1486 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
1487         Log: Update Changes.
1488      Branch: perl
1489            ! Changes patchlevel.h
1490 ____________________________________________________________________________
1491 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
1492         Log: Metaconfig unit change for #11146.
1493      Branch: metaconfig/U/perl
1494            ! d_fcntl_can_lock.U
1495 ____________________________________________________________________________
1496 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
1497         Log: Somehow the #ifdefs of the added code (in #11093) made
1498              HP-UX to fail the fcntl locking test, without the ifdefs
1499              the test seems to be working again.  Reason unknown:
1500              HP-UX cc doesn't complain either way.
1501      Branch: perl
1502            ! Configure
1503 ____________________________________________________________________________
1504 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
1505         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
1506      Branch: perl
1507            ! lib/ExtUtils/MM_Unix.pm
1508 ____________________________________________________________________________
1509 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
1510         Log: gcc -Wall nit.
1511      Branch: perl
1512            ! pp_hot.c
1513 ____________________________________________________________________________
1514 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
1515         Log: When removing tests updating the test count is a good idea, too.
1516      Branch: perl
1517            ! lib/Net/t/require.t
1518 ____________________________________________________________________________
1519 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
1520         Log: Document #11134 and add the new symbols to the list of
1521              of MakeMaker known ones.
1522      Branch: perl
1523            ! lib/ExtUtils/MakeMaker.pm
1524 ____________________________________________________________________________
1525 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
1526         Log: Microperl update.
1527      Branch: perl
1528            ! uconfig.h
1529 ____________________________________________________________________________
1530 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
1531         Log: Update the libnet tests as per #11138.
1532      Branch: perl
1533            - lib/Net/t/ph.t
1534            ! MANIFEST lib/Net/t/require.t
1535 ____________________________________________________________________________
1536 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
1537         Log: Regen toc and modlib.
1538      Branch: perl
1539            ! pod/perlmodlib.pod pod/perltoc.pod
1540 ____________________________________________________________________________
1541 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
1542         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
1543              Graham's request.
1544      Branch: perl
1545            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
1546            ! MANIFEST
1547 ____________________________________________________________________________
1548 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
1549         Log: Add the OS/390 harness results to the delta.
1550      Branch: perl
1551            ! pod/perl572delta.pod
1552 ____________________________________________________________________________
1553 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
1554         Log: Avoid the two study tests in OS/390 until the bug has been solved.
1555      Branch: perl
1556            ! t/op/study.t
1557 ____________________________________________________________________________
1558 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
1559         Log: DOS/DJGPP tweaks from Laszlo Molnar.
1560      Branch: perl
1561            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
1562 ____________________________________________________________________________
1563 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
1564         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
1565              From: Michael G Schwern <schwern@pobox.com>
1566              Date: Wed, 4 Jul 2001 00:01:16 -0400
1567              Message-ID: <20010704000116.C591@blackrider>
1568      Branch: perl
1569            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
1570 ____________________________________________________________________________
1571 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
1572         Log: The #11132 missed singleton characters (not part
1573              of a unilo..unihi range) in Unicode scripts.
1574      Branch: perl
1575            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
1576            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
1577            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
1578            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
1579            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
1580            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
1581            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
1582            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
1583            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
1584            ! lib/unicode/mktables.PL t/op/pat.t
1585 ____________________________________________________________________________
1586 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
1587         Log: Support preferentially the Unicode 'scripts' definition
1588              in the \p{In...} notation since according to Unicode the
1589              scripts concept is more natural for matching than using
1590              the somewhat artificial block names.  The block names are
1591              still available, though, and if there's a name conflict,
1592              the scripts one wins and the blocks one has to do with
1593              'Block' appended to its name.  For more information see
1594              
1595              http://www.unicode.org/unicode/reports/tr24/
1596      Branch: perl
1597            + lib/unicode/In/100.pl lib/unicode/In/101.pl
1598            + lib/unicode/In/102.pl lib/unicode/In/103.pl
1599            + lib/unicode/In/104.pl lib/unicode/In/105.pl
1600            + lib/unicode/In/106.pl lib/unicode/In/107.pl
1601            + lib/unicode/In/108.pl lib/unicode/In/109.pl
1602            + lib/unicode/In/110.pl lib/unicode/In/111.pl
1603            + lib/unicode/In/112.pl lib/unicode/In/113.pl
1604            + lib/unicode/In/114.pl lib/unicode/In/115.pl
1605            + lib/unicode/In/116.pl lib/unicode/In/117.pl
1606            + lib/unicode/In/118.pl lib/unicode/In/119.pl
1607            + lib/unicode/In/120.pl lib/unicode/In/121.pl
1608            + lib/unicode/In/122.pl lib/unicode/In/123.pl
1609            + lib/unicode/In/124.pl lib/unicode/In/125.pl
1610            + lib/unicode/In/126.pl lib/unicode/In/127.pl
1611            + lib/unicode/In/128.pl lib/unicode/In/129.pl
1612            + lib/unicode/In/130.pl lib/unicode/In/131.pl
1613            + lib/unicode/In/132.pl lib/unicode/In/133.pl
1614            + lib/unicode/In/134.pl lib/unicode/In/135.pl
1615            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
1616            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
1617            ! (edit 106 files)
1618 ____________________________________________________________________________
1619 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
1620         Log: Better document the difference between a block and a script.
1621      Branch: perl
1622            ! lib/Unicode/UCD.pm
1623 ____________________________________________________________________________
1624 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
1625         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
1626              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
1627              Date: Tue, 3 Jul 2001 15:04:23 -0500
1628              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
1629      Branch: perl
1630            ! lib/CPAN.pm
1631 ____________________________________________________________________________
1632 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
1633         Log: Add tests for charscript().
1634      Branch: perl
1635            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1636 ____________________________________________________________________________
1637 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
1638         Log: Add charscript() to get the UTR#24 script names of characters.
1639      Branch: perl
1640            ! lib/Unicode/UCD.pm
1641 ____________________________________________________________________________
1642 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
1643         Log: Todo updates.
1644      Branch: perl
1645            ! pod/perltodo.pod
1646 ____________________________________________________________________________
1647 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
1648         Log: Unicode::UCD updates.
1649      Branch: perl
1650            ! lib/Unicode/UCD.pm
1651 ____________________________________________________________________________
1652 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
1653         Log: (Retracted by #11174)
1654              Subject: MakeMaker should pass through DEFINE and INC to subdirs
1655              From: Alan Burlison <Alan.Burlison@sun.com>
1656              Date: Tue, 03 Jul 2001 15:20:13 +0100
1657              Message-ID: <3B41D49D.A923D4F9@sun.com>
1658      Branch: perl
1659            ! lib/ExtUtils/MM_Unix.pm
1660 ____________________________________________________________________________
1661 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
1662         Log: Subject: Patch needed for UTS
1663              From: hom00@utsglobal.com (Hal Morris)
1664              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
1665              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
1666              
1667              Replace #11113 with a better version.
1668      Branch: perl
1669            ! perl.h
1670 ____________________________________________________________________________
1671 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
1672         Log: Subject: Re: POINTERRIGOR
1673              From: Andy Dougherty <doughera@lafayette.edu>
1674              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
1675              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
1676      Branch: perl
1677            ! util.c
1678 ____________________________________________________________________________
1679 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
1680         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
1681              From: "Philip Newton" <pnewton@gmx.de>
1682              Date: Tue, 3 Jul 2001 17:03:34 +0200
1683              Message-ID: <3B41FAE6.29564.660E117@localhost>
1684      Branch: perl
1685            ! pp_hot.c
1686 ____________________________________________________________________________
1687 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
1688         Log: Typos.
1689      Branch: perl
1690            ! INSTALL
1691 ____________________________________________________________________________
1692 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
1693         Log: Subject: [PATCH 5.6.1] debugger fixes
1694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1695              Date: Tue, 3 Jul 2001 03:38:18 -0400
1696              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
1697              
1698              The $^S is working again.
1699      Branch: perl
1700            ! lib/perl5db.pl
1701 ____________________________________________________________________________
1702 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
1703         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
1704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1705              Date: Tue, 3 Jul 2001 03:34:06 -0400
1706              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
1707      Branch: perl
1708            ! os2/OS2/Process/Process.pm
1709 ____________________________________________________________________________
1710 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
1711         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
1712              From: "Philip Newton" <Philip.Newton@gmx.net>
1713              Date: Tue, 3 Jul 2001 09:11:27 +0200
1714              Message-Id: <200107030706.KAA04596@taas.iki.fi>
1715      Branch: perl
1716            ! lib/FindBin.pm
1717 ____________________________________________________________________________
1718 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
1719         Log: Delta delta.
1720      Branch: perl
1721            ! pod/perl572delta.pod
1722 ____________________________________________________________________________
1723 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
1724         Log: Metaconfig unit change for 11115.
1725      Branch: metaconfig
1726            ! U/modified/libc.U
1727 ____________________________________________________________________________
1728 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
1729         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
1730              (from Richard Hatch) (this was the cause of pipes() and
1731              times() myeteriously not being found)
1732      Branch: perl
1733            ! Configure
1734 ____________________________________________________________________________
1735 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
1736         Log: Retract #10142, the real culprit found by Richard Hatch,
1737              coming soon to Configure near you.
1738      Branch: perl
1739            ! hints/aix.sh
1740 ____________________________________________________________________________
1741 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
1742         Log: (Replaced by #11124) UTS workaround from Hal Morris.
1743      Branch: perl
1744            ! perl.h
1745 ____________________________________________________________________________
1746 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
1747         Log: Subject: [PATCH] grok not grocking correctly
1748              From: Nicholas Clark <nick@ccl4.org>
1749              Date: Tue, 3 Jul 2001 00:19:08 +0100
1750              Message-ID: <20010703001908.H59620@plum.flirble.org>
1751      Branch: perl
1752            ! numeric.c
1753 ____________________________________________________________________________
1754 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
1755         Log: Subject: [PATCH Deparse.t] test just-posted patches
1756              From: Robin Houston <robin@kitsite.com>
1757              Date: Mon, 2 Jul 2001 23:46:15 +0100
1758              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
1759      Branch: perl
1760            ! ext/B/Deparse.t
1761 ____________________________________________________________________________
1762 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
1763         Log: Subject: [PATCH toke.c] autosplit into @F
1764              From: Robin Houston <robin@kitsite.com>
1765              Date: Mon, 2 Jul 2001 23:18:20 +0100
1766              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
1767      Branch: perl
1768            ! perl.c toke.c
1769 ____________________________________________________________________________
1770 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
1771         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
1772              From: Robin Houston <robin@kitsite.com>
1773              Date: Mon, 2 Jul 2001 23:00:48 +0100
1774              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
1775      Branch: perl
1776            ! ext/B/B/Deparse.pm
1777 ____________________________________________________________________________
1778 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
1779         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
1780              From: "Philip Newton" <Philip.Newton@gmx.net>
1781              Date: Mon, 2 Jul 2001 22:06:22 +0200
1782              (no Message-Id)
1783      Branch: perl
1784            ! ext/NDBM_File/hints/linux.pl
1785 ____________________________________________________________________________
1786 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
1787         Log: Subject: Re: Fixed pack problem - sort of
1788              From: Nicholas Clark <nick@ccl4.org>
1789              Date: Mon, 2 Jul 2001 20:59:20 +0100
1790              Message-ID: <20010702205919.F59620@plum.flirble.org>
1791      Branch: perl
1792            ! pp_pack.c t/op/pack.t
1793 ____________________________________________________________________________
1794 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
1795         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
1796              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1797              Date: Mon, 2 Jul 2001 15:45:41 -0400
1798              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
1799      Branch: perl
1800            ! os2/os2.c
1801 ____________________________________________________________________________
1802 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
1803         Log: (Mistaken retraction)
1804      Branch: perl
1805            ! utils/pl2pm.PL
1806 ____________________________________________________________________________
1807 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
1808         Log: Detypo in #11103.
1809      Branch: perl
1810            ! utils/pl2pm.PL
1811 ____________________________________________________________________________
1812 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
1813         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
1814              From: Jonathan Stowe <gellyfish@gellyfish.com>
1815              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
1816              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
1817      Branch: perl
1818            ! utils/pl2pm.PL
1819 ____________________________________________________________________________
1820 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
1821         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
1822              From: "Craig A. Berry" <craigberry@mac.com>
1823              Date: Mon, 02 Jul 2001 14:11:23 -0500
1824              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
1825      Branch: perl
1826            ! lib/Unicode/UCD.pm
1827 ____________________________________________________________________________
1828 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
1829         Log: Subject: [PATCH] Re: op/numconvert.t failures
1830              From: Nicholas Clark <nick@ccl4.org>
1831              Date: Mon, 2 Jul 2001 20:10:48 +0100
1832              Message-ID: <20010702201048.E59620@plum.flirble.org>
1833      Branch: perl
1834            ! t/op/numconvert.t
1835 ____________________________________________________________________________
1836 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
1837         Log: Update Changes.
1838      Branch: perl
1839            ! Changes patchlevel.h
1840 ____________________________________________________________________________
1841 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
1842         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
1843              The real fix must be more involved.  The line of code all the leaky
1844              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
1845              line of Perl_newPMOP().
1846      Branch: perl
1847            ! op.h
1848 ____________________________________________________________________________
1849 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
1850         Log: Based on
1851              
1852              Subject: Re: sizeof(struct sembuf)
1853              From: Nicholas Clark <nick@ccl4.org>
1854              Date: Sun, 1 Jul 2001 22:26:48 +0100
1855              Message-ID: <20010701222648.W59620@plum.flirble.org>
1856              
1857              but do semop() always the slow way.
1858      Branch: perl
1859            ! doio.c
1860 ____________________________________________________________________________
1861 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
1862         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
1863              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1864              Date: Tue, 03 Jul 2001 00:56:30 +0900
1865              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
1866      Branch: perl
1867            ! ext/Encode/Encode/Tcl.t
1868 ____________________________________________________________________________
1869 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
1870         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
1871              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1872              Date: Tue, 03 Jul 2001 00:55:46 +0900
1873              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
1874      Branch: perl
1875            ! ext/Encode/Encode/Tcl.pm
1876 ____________________________________________________________________________
1877 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
1878         Log: Regen api and toc.
1879      Branch: perl
1880            ! pod/perlapi.pod pod/perltoc.pod
1881 ____________________________________________________________________________
1882 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
1883         Log: Metaconfig unit change for #11093.
1884      Branch: metaconfig/U/perl
1885            ! d_fcntl_can_lock.U
1886 ____________________________________________________________________________
1887 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
1888         Log: The fcntl locking test may hang if NFS locking messed up;
1889              break out with alarm(10).
1890      Branch: perl
1891            ! Configure
1892 ____________________________________________________________________________
1893 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
1894         Log: Move the mdelete.bat from win32/bin to win32.
1895      Branch: perl
1896            ! MANIFEST
1897 ____________________________________________________________________________
1898 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
1899         Log: Typo in #11083.
1900      Branch: perl
1901            ! ext/Time/Piece/Piece.t
1902 ____________________________________________________________________________
1903 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
1904         Log: Netware tweaks from Guruprasad.
1905      Branch: perl
1906            - NetWare/perlsdio.h
1907            ! MANIFEST NetWare/Makefile NetWare/interface.c
1908            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
1909            ! perlsdio.h
1910 ____________________________________________________________________________
1911 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
1912         Log: Subject: Re: [PATH] shared -> unique;
1913              From: Abhijit Menon-Sen <ams@wiw.org>
1914              Date: Wed, 27 Jun 2001 03:51:27 +0530
1915              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
1916      Branch: perl
1917            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
1918 ____________________________________________________________________________
1919 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
1920         Log: Subject: Re: AIX / gcc-3.0
1921              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1922              Date: Mon, 02 Jul 2001 15:20:21 +0200
1923              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
1924      Branch: perl
1925            ! hints/aix.sh
1926 ____________________________________________________________________________
1927 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
1928         Log: Subject: Re: Bug report: split splits on wrong pattern
1929              From: Abhijit Menon-Sen <ams@wiw.org>
1930              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
1931              Date: Mon, 2 Jul 2001 16:31:33 +0530
1932      Branch: perl
1933            ! pp_ctl.c
1934 ____________________________________________________________________________
1935 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
1936         Log: Subject: [PATCH 5.6.1] test harness
1937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1938              Date: Mon, 2 Jul 2001 06:29:21 -0400
1939              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
1940      Branch: perl
1941            ! lib/Test/Harness.pm
1942 ____________________________________________________________________________
1943 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
1944         Log: Subject: [PATCH 5.6.1] debugger goof
1945              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1946              Date: Mon, 2 Jul 2001 06:27:22 -0400
1947              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
1948      Branch: perl
1949            ! lib/perl5db.pl
1950 ____________________________________________________________________________
1951 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
1952         Log: Subject: [PATCH 5.6.1] OS/2 cwd
1953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1954              Date: Mon, 2 Jul 2001 06:21:17 -0400
1955              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
1956      Branch: perl
1957            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
1958 ____________________________________________________________________________
1959 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
1960         Log: Make #11082 more OS/2-specific.
1961      Branch: perl
1962            ! ext/Time/Piece/Piece.t
1963 ____________________________________________________________________________
1964 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
1965         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
1966              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1967              Date: Mon, 2 Jul 2001 06:06:34 -0400
1968              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
1969      Branch: perl
1970            ! ext/Time/Piece/Piece.t
1971 ____________________________________________________________________________
1972 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
1973         Log: Subject: [PATCH B::Deparse] version number & changes
1974              From: Robin Houston <robin@kitsite.com>  
1975              Date: Sun, 1 Jul 2001 17:17:29 +0100
1976              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
1977      Branch: perl
1978            ! ext/B/B/Deparse.pm
1979 ____________________________________________________________________________
1980 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
1981         Log: Subject: a small fix.
1982              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1983              Date: Mon, 2 Jul 2001 12:17:53 +0200
1984              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
1985      Branch: perl
1986            ! ext/Thread/Thread.xs
1987 ____________________________________________________________________________
1988 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
1989         Log: Subject: RE: perl@10907
1990              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1991              Date: Mon, 2 Jul 2001 12:06:16 +0200
1992              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
1993              
1994              Borland C vs PerlIO.
1995      Branch: perl
1996            ! win32/config.bc win32/config_H.bc
1997 ____________________________________________________________________________
1998 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
1999         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
2000              From: "H.M. Brand" <merijn@l1.procura.nl>
2001              Date: Mon, 02 Jul 2001 11:18:57 +0200
2002              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
2003      Branch: perl
2004            ! t/op/write.t
2005 ____________________________________________________________________________
2006 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
2007         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
2008              From: Michael G Schwern <schwern@pobox.com>
2009              Date: Mon, 2 Jul 2001 00:26:24 -0400
2010              Message-ID: <20010702002624.A18302@blackrider>
2011      Branch: perl
2012            - ext/util/mkbootstrap
2013 ____________________________________________________________________________
2014 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
2015         Log: Subject: [PATCH op.h] v minor comment tweak
2016              From: Robin Houston <robin@puffinry.freeserve.co.uk>
2017              Date: Mon, 2 Jul 2001 00:42:01 +0100
2018              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
2019      Branch: perl
2020            ! op.h
2021 ____________________________________________________________________________
2022 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
2023         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
2024      Branch: perl
2025            ! pod/perlfunc.pod
2026 ____________________________________________________________________________
2027 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
2028         Log: Subject: Re: sizeof(struct sembuf)
2029              From: Nicholas Clark <nick@ccl4.org>
2030              Date: Sun, 1 Jul 2001 19:23:16 +0100
2031              Message-ID: <20010701192316.V59620@plum.flirble.org>
2032              
2033              s/signaling/signalling/
2034      Branch: perl
2035            ! pod/perlfunc.pod
2036 ____________________________________________________________________________
2037 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
2038         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
2039              From: "Philip Newton" <Philip.Newton@gmx.net>
2040              Date: Sun, 1 Jul 2001 09:37:56 +0200
2041              Message-Id: <200107010733.KAA03920@taas.iki.fi>
2042      Branch: perl
2043            ! pod/perlvar.pod
2044 ____________________________________________________________________________
2045 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
2046         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
2047              From: "Philip Newton" <Philip.Newton@gmx.net>
2048              Date: Sun, 1 Jul 2001 09:37:56 +0200
2049              Message-Id: <200107010733.KAA03925@taas.iki.fi>
2050      Branch: perl
2051            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
2052 ____________________________________________________________________________
2053 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
2054         Log: Metaconfig unit change for #11070.
2055      Branch: metaconfig
2056            ! U/compline/randfunc.U
2057 ____________________________________________________________________________
2058 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
2059         Log: Subject: [PATCH perlsnap] its --> it's --> its
2060              From: "Philip Newton" <Philip.Newton@gmx.net>
2061              Date: Sun, 1 Jul 2001 09:37:56 +0200
2062              Message-Id: <200107010733.KAA03914@taas.iki.fi>
2063      Branch: perl
2064            ! Porting/config_H
2065 ____________________________________________________________________________
2066 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
2067         Log: Sync with Sarathy; integrate with perlio.
2068      Branch: perl
2069           !> gv.c
2070 ____________________________________________________________________________
2071 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
2072         Log: regenerate win32/config_H.?c files
2073      Branch: perl
2074            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2075 ____________________________________________________________________________
2076 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
2077         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
2078              naming discipline
2079              
2080              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
2081              because of this)
2082              
2083              fix a warning about "fd" being used without being set in Cwd.xs
2084      Branch: perl
2085            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
2086            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
2087            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
2088            ! win32/config.vc
2089 ____________________________________________________________________________
2090 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
2091         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
2092              within macro arguments") and warnings ("unary minus applied to
2093              unsigned type", among others)
2094      Branch: perl
2095            ! gv.c hv.c op.c pp.c sv.c toke.c
2096 ____________________________________________________________________________
2097 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
2098         Log: win32 fixes: more spurious CRs
2099      Branch: perl
2100            ! win32/mdelete.bat
2101 ____________________________________________________________________________
2102 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
2103         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
2104              from win32/bin (or it gets deleted by distclean); don't delete
2105              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
2106              NT (should be made Win9x specific, and added to makefile.mk)
2107      Branch: perl
2108           +> win32/mdelete.bat
2109            - win32/bin/mdelete.bat
2110            ! win32/Makefile win32/makefile.mk
2111 ____________________________________________________________________________
2112 [ 11063] By: nick                                  on 2001/07/01  18:54:09
2113         Log: Quick for for #ifdef mess
2114      Branch: perlio
2115            ! gv.c
2116 ____________________________________________________________________________
2117 [ 11062] By: nick                                  on 2001/07/01  18:47:42
2118         Log: Raw integrate - does not build #if mess in gv.c
2119      Branch: perlio
2120           !> (integrate 29 files)
2121 ____________________________________________________________________________
2122 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
2123         Log: Make 'compile' target a little less broken.
2124              Still very broken, though: -Wall warnings from
2125              the generated code, boot_Foo prototypes missing,
2126              can't autoload Fcntl::SEEK_CUR et alia, ...
2127      Branch: perl
2128            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
2129            ! utils/perlcc.PL x2p/Makefile.SH
2130 ____________________________________________________________________________
2131 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
2132         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
2133      Branch: perl
2134            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
2135            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
2136 ____________________________________________________________________________
2137 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
2138         Log: Update Changes.
2139      Branch: perl
2140            ! Changes patchlevel.h
2141 ____________________________________________________________________________
2142 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
2143         Log: Still one typo, regen toc.
2144      Branch: perl
2145            ! lib/Unicode/UCD.pm pod/perltoc.pod
2146 ____________________________________________________________________________
2147 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
2148         Log: Detypos and regen toc.
2149      Branch: perl
2150            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
2151 ____________________________________________________________________________
2152 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
2153         Log: VERSION tweak.
2154      Branch: perl
2155            ! ext/List/Util/lib/List/Util.pm
2156 ____________________________________________________________________________
2157 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
2158         Log: Attempt at plugging the leak under ithreads detected by Doug.
2159      Branch: perl
2160            ! op.h
2161 ____________________________________________________________________________
2162 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
2163         Log: gcc -Wall lint after #11051.
2164      Branch: perl
2165            ! pp_sys.c
2166 ____________________________________________________________________________
2167 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
2168         Log: Integrate perlio.
2169      Branch: perl
2170           !> lib/File/Find/taint.t
2171 ____________________________________________________________________________
2172 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
2173         Log: Don't use the v-strings for module VERSIONs.
2174      Branch: perl
2175            ! lib/Unicode/UCD.pm
2176 ____________________________________________________________________________
2177 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
2178         Log: Code cleanup based on turning off the -woffs in IRIX.
2179              Not all of the gripes cleaned up (hairy code in hv.c and
2180              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
2181              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
2182              to the IRIX hints)
2183      Branch: perl
2184            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
2185            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
2186            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
2187            ! regcomp.c sv.c
2188 ____________________________________________________________________________
2189 [ 11050] By: nick                                  on 2001/06/30  20:46:46
2190         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
2191      Branch: perlio
2192            ! lib/File/Find/taint.t
2193 ____________________________________________________________________________
2194 [ 11049] By: nick                                  on 2001/06/30  18:13:33
2195         Log: Integrate mainline
2196      Branch: perlio
2197           +> NetWare/nwstdio.h NetWare/perlsdio.h
2198           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
2199           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
2200           +> lib/Unicode/UCD.t t/run/exit.t
2201           !> (integrate 60 files)
2202 ____________________________________________________________________________
2203 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
2204         Log: Delta delta.
2205      Branch: perl
2206            ! pod/perl572delta.pod
2207 ____________________________________________________________________________
2208 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
2209         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
2210              by CPAN.pm, use rather _00.
2211      Branch: perl
2212            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
2213            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
2214            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
2215            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
2216            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
2217            ! lib/ExtUtils/Embed.pm lib/Test.pm
2218 ____________________________________________________________________________
2219 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
2220         Log: Add a simple Unicode character database interface, Unicode::UCD.
2221      Branch: perl
2222            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
2223            ! MANIFEST
2224 ____________________________________________________________________________
2225 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
2226         Log: Subject: [PATCH] op/numconver.t
2227              From: Nicholas Clark <nick@ccl4.org>
2228              Date: Sat, 30 Jun 2001 15:40:10 +0100
2229              Message-ID: <20010630154010.I59620@plum.flirble.org>
2230      Branch: perl
2231            ! t/op/numconvert.t
2232 ____________________________________________________________________________
2233 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
2234         Log: The $^N is now taken (by #11038).
2235      Branch: perl
2236            ! t/base/lex.t
2237 ____________________________________________________________________________
2238 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
2239         Log: The #11040 had slipped to a wrong function...
2240      Branch: perl
2241            ! sv.c
2242 ____________________________________________________________________________
2243 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
2244         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
2245              the Configure library symbol probe mysteriously finds all
2246              symbols but those of pipe() and times().
2247      Branch: perl
2248            ! hints/aix.sh
2249 ____________________________________________________________________________
2250 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
2251         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
2252              From: Nicholas Clark <nick@ccl4.org>
2253              Date: Fri, 29 Jun 2001 23:49:07 +0100
2254              Message-ID: <20010629234907.D59620@plum.flirble.org>
2255      Branch: perl
2256            ! lib/ExtUtils.t
2257 ____________________________________________________________________________
2258 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
2259         Log: Subject: [PATCH] weakref fix 2, not yet there
2260              From: Artur Bergman <artur@contiller.se>
2261              Date: Sat, 30 Jun 2001 01:18:16 +0200
2262              Message-ID: <B762D957.1CC9%artur@contiller.se>
2263      Branch: perl
2264            ! sv.c
2265 ____________________________________________________________________________
2266 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
2267         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
2268              From: Michael G Schwern <schwern@pobox.com>
2269              Date: Fri, 29 Jun 2001 19:39:11 -0400
2270              Message-ID: <20010629193910.D25304@blackrider>
2271      Branch: perl
2272            + t/run/exit.t
2273            ! MANIFEST
2274 ____________________________________________________________________________
2275 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
2276         Log: Add support for $^N, the most-recently closed group.
2277      Branch: perl
2278            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
2279            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
2280            ! thrdvar.h
2281 ____________________________________________________________________________
2282 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
2283         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
2284              From: lvirden@cas.org
2285              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
2286              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
2287              
2288              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
2289              From: lvirden@cas.org
2290              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
2291              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
2292      Branch: perl
2293            ! README.solaris
2294 ____________________________________________________________________________
2295 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
2296         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
2297              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2298              Date: Sat, 30 Jun 2001 07:33:37 +0900
2299              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
2300              
2301              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
2302              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2303              Date: Sat, 30 Jun 2001 21:38:14 +0900
2304              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
2305      Branch: perl
2306            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
2307            + ext/Encode/Encode/7bit-kr.enc
2308            ! MANIFEST ext/Encode/Encode/Tcl.pm
2309 ____________________________________________________________________________
2310 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
2311         Log: NetWare tweaks from Guruprasad.
2312      Branch: perl
2313            + NetWare/nwstdio.h NetWare/perlsdio.h
2314            ! MANIFEST NetWare/Makefile NetWare/config.wc
2315            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
2316            ! NetWare/t/Readme.txt
2317 ____________________________________________________________________________
2318 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
2319         Log: More module $VERSION bump-ups.
2320      Branch: perl
2321            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
2322            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
2323            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
2324 ____________________________________________________________________________
2325 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
2326         Log: Doc update due to #11032.
2327      Branch: perl
2328            ! pod/perl572delta.pod
2329 ____________________________________________________________________________
2330 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
2331         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
2332              From: Peter Prymmer <pvhp@forte.com>
2333              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
2334              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
2335      Branch: perl
2336            ! ext/Time/HiRes/HiRes.xs
2337 ____________________________________________________________________________
2338 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
2339         Log: -lpthreads missing in AIX.
2340      Branch: perl
2341            ! hints/aix.sh
2342 ____________________________________________________________________________
2343 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
2344         Log: Subject: [PATCH] CLONE && weakrefs
2345              From: Artur Bergman <artur@contiller.se>
2346              Date: Fri, 29 Jun 2001 17:02:00 +0200
2347              Message-ID: <B7626508.1CA0%artur@contiller.se>
2348      Branch: perl
2349            ! sv.c
2350 ____________________________________________________________________________
2351 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
2352         Log: Subject: Re: Bug report: split splits on wrong pattern
2353              From: Radu Greab <radu@netsoft.ro>
2354              Date: Wed, 27 Jun 2001 21:50:52 +0300
2355              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
2356      Branch: perl
2357            ! pp_ctl.c t/op/split.t
2358 ____________________________________________________________________________
2359 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
2360         Log: Metaconfig unit change for #11027.
2361      Branch: metaconfig/U/perl
2362            ! d_modfl.U
2363 ____________________________________________________________________________
2364 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
2365         Log: I thought this Configure glitch for AIX was just recently fixed?
2366      Branch: perl
2367            ! Configure
2368 ____________________________________________________________________________
2369 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
2370         Log: Update Changes.
2371      Branch: perl
2372            ! Changes patchlevel.h
2373 ____________________________________________________________________________
2374 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
2375         Log: Subject: Re: perl@10967, File::Find, and Cwd
2376              From: Mike Guy <mjtg@cam.ac.uk>
2377              Date: Fri, 29 Jun 2001 14:56:49 +0100
2378              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
2379      Branch: perl
2380            ! lib/File/Find/taint.t
2381 ____________________________________________________________________________
2382 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
2383         Log: Update the sv_pvprintify() spec.
2384      Branch: perl
2385            ! pod/perltodo.pod
2386 ____________________________________________________________________________
2387 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
2388         Log: Known test failures update.
2389      Branch: perl
2390            ! pod/perl572delta.pod
2391 ____________________________________________________________________________
2392 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
2393         Log: Based on
2394              
2395              Subject: [PATCH @11016] More );) fixes
2396              From: Richard Soderberg <rs@crystalflame.net>
2397              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
2398              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
2399      Branch: perl
2400            ! ext/Thread/Thread.xs ext/Thread/typemap
2401 ____________________________________________________________________________
2402 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
2403         Log: Subject: [PATCH @11016] Fixes compile errors in four files
2404              From: Richard Soderberg <rs@crystalflame.net>
2405              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
2406              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
2407      Branch: perl
2408            ! mg.c pp.c pp_hot.c util.c
2409 ____________________________________________________________________________
2410 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
2411         Log: AIX hints tweaking continues, from Merijn Brand.
2412      Branch: perl
2413            ! hints/aix.sh
2414 ____________________________________________________________________________
2415 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
2416         Log: HP-UX needs gccversion sooner, from Merijn Brand.
2417      Branch: perl
2418            ! hints/hpux.sh
2419 ____________________________________________________________________________
2420 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
2421         Log: Subject: [PATCH 5.6.1] OS/2 docs
2422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2423              Date: Fri, 29 Jun 2001 02:34:12 -0400
2424              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
2425      Branch: perl
2426            ! README.os2 os2/Changes
2427 ____________________________________________________________________________
2428 [ 11017] By: nick                                  on 2001/06/29  10:20:30
2429         Log: Integrate mainline
2430      Branch: perlio
2431           +> (branch 37 files)
2432            - ext/ODBM_File/sdbm.t
2433           !> (integrate 211 files)
2434 ____________________________________________________________________________
2435 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
2436         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
2437              the modules found using a script written by Larry Schatzer Jr.
2438      Branch: perl
2439            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
2440            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
2441            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
2442            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
2443            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
2444            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
2445            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
2446            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
2447            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
2448            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
2449            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
2450            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
2451            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
2452            ! lib/constant.pm lib/fields.pm lib/strict.pm
2453 ____________________________________________________________________________
2454 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
2455         Log: The latest JPL from the anoncvs.
2456      Branch: perl
2457            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
2458 ____________________________________________________________________________
2459 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
2460         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
2461      Branch: perl
2462            ! t/op/pat.t
2463 ____________________________________________________________________________
2464 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
2465         Log: Worrying about insecure directories now is a bit too late.
2466      Branch: perl
2467            ! lib/File/Find/taint.t
2468 ____________________________________________________________________________
2469 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
2470         Log: Cannot DIE() in a void function,
2471              from Richard Hatch <rhatch@austin.ibm.com>.
2472      Branch: perl
2473            ! ext/IPC/SysV/SysV.xs
2474 ____________________________________________________________________________
2475 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
2476         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
2477              From: Peter Prymmer <pvhp@forte.com>
2478              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
2479              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
2480              
2481              (unfinished: time/hires tests 3, 5, 14 failing, but better
2482              than wholesale failure)
2483      Branch: perl
2484            ! ext/Time/HiRes/HiRes.xs
2485 ____________________________________________________________________________
2486 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
2487         Log: Subject: [PATCH 5.6.1] OS/2 improvements
2488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2489              Date: Thu, 28 Jun 2001 16:03:14 -0400
2490              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
2491      Branch: perl
2492            + os2/os2_base.t
2493            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
2494            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
2495            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
2496            ! os2/os2ish.h
2497 ____________________________________________________________________________
2498 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
2499         Log: Subject: Incrementing Extutils::Manifest's $VERSION
2500              From: Michael G Schwern <schwern@pobox.com>
2501              Date: Thu, 28 Jun 2001 13:13:49 -0400
2502              Message-ID: <20010628131349.A14738@blackrider>
2503      Branch: maint-5.6/perl
2504            ! lib/ExtUtils/Manifest.pm
2505 ____________________________________________________________________________
2506 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
2507         Log: AIX tweak from Merijn Brand.
2508      Branch: perl
2509            ! hints/aix.sh
2510 ____________________________________________________________________________
2511 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
2512         Log: Create the macperl branch.
2513      Branch: maint-5.6/macperl
2514           +> (branch 1728 files)
2515 ____________________________________________________________________________
2516 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
2517         Log: Update Changes.
2518      Branch: perl
2519            ! Changes patchlevel.h
2520 ____________________________________________________________________________
2521 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
2522         Log: More Perforce lore.
2523      Branch: perl
2524            ! Porting/repository.pod
2525 ____________________________________________________________________________
2526 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
2527         Log: Metaconfig unit changes for #11003.
2528      Branch: metaconfig/U/perl
2529            + d_nl_langinfo.U i_langinfo.U
2530 ____________________________________________________________________________
2531 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
2532         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
2533              Expected not to exist in non-UNIX excepting in VMS, where
2534              according to a quick web survey they just might.
2535      Branch: perl
2536            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
2537            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2538            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
2539            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
2540            ! win32/config.bc win32/config.gc win32/config.vc
2541 ____________________________________________________________________________
2542 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
2543         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
2544              in AIX is one is doing a 64-bit build.
2545      Branch: perl
2546            ! hints/aix.sh
2547 ____________________________________________________________________________
2548 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
2549         Log: Metaconfig unit changes for #11000.
2550      Branch: metaconfig/U/perl
2551            ! use64bits.U uselfs.U
2552 ____________________________________________________________________________
2553 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
2554         Log: Move use64bitint and use64bitall before uselargefiles.
2555      Branch: perl
2556            ! Configure
2557 ____________________________________________________________________________
2558 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
2559         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
2560              From: Robert Spier <rspier@pobox.com>
2561              Message-ID: <15162.41164.618712.841415@rls.cx>
2562              Date: Wed, 27 Jun 2001 23:13:16 -0400
2563      Branch: perl
2564            ! doio.c
2565 ____________________________________________________________________________
2566 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
2567         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
2568              From: Peter Prymmer <pvhp@forte.com>
2569              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
2570              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
2571      Branch: perl
2572            ! numeric.c
2573 ____________________________________________________________________________
2574 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
2575         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
2576              From: Peter Prymmer <pvhp@forte.com>
2577              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
2578              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
2579      Branch: perl
2580            ! configure.com ext/Digest/MD5/Makefile.PL
2581 ____________________________________________________________________________
2582 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
2583         Log: Update Changes.
2584      Branch: perl
2585            ! Changes patchlevel.h
2586 ____________________________________________________________________________
2587 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
2588         Log: Tiny EPOC updates.
2589      Branch: perl
2590            ! epoc/config.sh
2591 ____________________________________________________________________________
2592 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
2593         Log: The Test::More and Test::Simple tests required help
2594              thanks to our schizophrenic test scheme.
2595      Branch: perl
2596            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2597            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2598            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2599            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
2600            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
2601 ____________________________________________________________________________
2602 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
2603         Log: Upgrade to Test::Simple 0.09.
2604      Branch: perl
2605            + lib/Test/Simple/Changes
2606            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
2607            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2608            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2609            ! lib/Test/Simple/t/plan_is_noplan.t
2610 ____________________________________________________________________________
2611 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
2612         Log: Upgrade to Test::More 0.07.
2613      Branch: perl
2614            + lib/Test/More/Changes
2615            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
2616            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
2617            ! lib/Test/More/t/skipall.t
2618 ____________________________________________________________________________
2619 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
2620         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
2621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2622              Date: Wed, 27 Jun 2001 18:40:04 +0200
2623              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
2624      Branch: perl
2625            ! hints/hpux.sh
2626 ____________________________________________________________________________
2627 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
2628         Log: Subject: [PATCH README.qnx hints/qnx.sh]
2629              From: Norton Allen <allen@huarp.harvard.edu>
2630              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
2631              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
2632      Branch: perl
2633            ! README.qnx hints/qnx.sh
2634 ____________________________________________________________________________
2635 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
2636         Log: Subject: [PATCH] two little documentation nits
2637              From: Abhijit Menon-Sen <ams@wiw.org>
2638              Date: Wed, 27 Jun 2001 20:07:50 +0530
2639              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
2640      Branch: perl
2641            ! sv.c sv.h
2642 ____________________________________________________________________________
2643 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
2644         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
2645              From: Norton Allen <allen@huarp.harvard.edu>
2646              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
2647              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
2648      Branch: perl
2649            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
2650 ____________________________________________________________________________
2651 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
2652         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
2653              From: Michael G Schwern <schwern@pobox.com>
2654              Date: Wed, 27 Jun 2001 02:34:58 -0400
2655              Message-ID: <20010627023458.K23874@blackrider>
2656      Branch: perl
2657            ! vms/test.com
2658 ____________________________________________________________________________
2659 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
2660         Log: Add perl_clone_host() for Netware.
2661      Branch: perl
2662            ! NetWare/nw5.c
2663 ____________________________________________________________________________
2664 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
2665         Log: GCC 3.0 hints for HP-UX.
2666      Branch: perl
2667            ! hints/hpux.sh
2668 ____________________________________________________________________________
2669 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
2670         Log: In some Linux distributions the libndbm is broken
2671              (no null key support), therefore link with libgdbm
2672              (if available), since it has a working ndbm emulation,
2673              from Jonathan Stowe.
2674      Branch: perl
2675            + ext/NDBM_File/hints/linux.pl
2676            ! MANIFEST
2677 ____________________________________________________________________________
2678 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
2679         Log: Subject: [PATCH perl@10930] find.t hack for VMS
2680              From: "Craig A. Berry" <craigberry@mac.com>
2681              Date: Tue, 26 Jun 2001 23:40:25 -0500
2682              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
2683      Branch: perl
2684            ! lib/File/Find/find.t
2685 ____________________________________________________________________________
2686 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
2687         Log: AUTHORS updates.
2688      Branch: perl
2689            ! AUTHORS
2690 ____________________________________________________________________________
2691 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
2692         Log: Metaconfig unit change like #10980.
2693      Branch: metaconfig
2694            ! U/compline/d_stdstdio.U
2695 ____________________________________________________________________________
2696 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
2697         Log: "lose the it's", from Abhijit Menon-Sen.
2698              ("It's" not searched, pods not searched.)
2699      Branch: perl
2700            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
2701            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
2702            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
2703            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
2704            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2705            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
2706 ____________________________________________________________________________
2707 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
2708         Log: "lose the looses", from Abhijit Menon-Sen.
2709      Branch: perl
2710            ! ext/B/B/Assembler.pm gv.c
2711 ____________________________________________________________________________
2712 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
2713         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
2714      Branch: perl
2715            ! hints/os390.sh
2716 ____________________________________________________________________________
2717 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
2718         Log: DEC C 5.3 on the VAX simply doesn't seem to like
2719              compiling the MD5 extension, disable it there for now,
2720              from Peter Prymmer.
2721      Branch: perl
2722            ! configure.com
2723 ____________________________________________________________________________
2724 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
2725         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
2726              From: Jonathan Stowe <gellyfish@gellyfish.com>
2727              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
2728              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
2729      Branch: perl
2730            ! pod/perlfaq3.pod
2731 ____________________________________________________________________________
2732 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
2733         Log: Subject: [PATCH 5.6.1] perlxs misprints
2734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2735              Date: Tue, 26 Jun 2001 17:20:00 -0400
2736              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
2737      Branch: perl
2738            ! pod/perlxs.pod
2739 ____________________________________________________________________________
2740 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
2741         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
2742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2743              Date: Tue, 26 Jun 2001 17:27:07 -0400
2744              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
2745      Branch: perl
2746            ! lib/ExtUtils/MM_Unix.pm
2747 ____________________________________________________________________________
2748 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
2749         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
2750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2751              Date: Tue, 26 Jun 2001 17:23:24 -0400
2752              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
2753      Branch: perl
2754            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
2755 ____________________________________________________________________________
2756 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
2757         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
2758              by Olaf Flebbe.
2759      Branch: perl
2760            ! perl.h
2761 ____________________________________________________________________________
2762 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
2763         Log: Detypo.
2764      Branch: perl
2765            ! lib/Memoize/t/tie_sdbm.t
2766 ____________________________________________________________________________
2767 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
2768         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
2769      Branch: perl
2770            ! win32/perllib.c
2771 ____________________________________________________________________________
2772 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
2773         Log: Subject: [patch] perl_clone+CvFILE
2774              From: Doug MacEachern <dougm@covalent.net>
2775              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
2776              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
2777      Branch: perl
2778            ! sv.c
2779 ____________________________________________________________________________
2780 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
2781         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
2782              From: Mark-Jason Dominus <mjd@plover.com>
2783              Date: Tue, 26 Jun 2001 12:33:01 -0400
2784              Message-ID: <20010626163301.31298.qmail@plover.com>
2785      Branch: perl
2786            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
2787 ____________________________________________________________________________
2788 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
2789         Log: Update Changes.
2790      Branch: perl
2791            ! Changes patchlevel.h
2792 ____________________________________________________________________________
2793 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
2794         Log: Also catfile() needs now to explicitly exported.
2795      Branch: perl
2796            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
2797 ____________________________________________________________________________
2798 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
2799         Log: Regen toc.
2800      Branch: perl
2801            ! pod/perltoc.pod
2802 ____________________________________________________________________________
2803 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
2804         Log: Nonexistent pod command.
2805      Branch: perl
2806            ! pod/perl572delta.pod
2807 ____________________________________________________________________________
2808 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
2809         Log: Be more portable in the quest for tmpdir.
2810      Branch: perl
2811            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
2812 ____________________________________________________________________________
2813 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
2814         Log: Be more portable in finding out the home directory,
2815              and use File::Spec to do the concat.
2816              (Come to think of it, couldn't File::Spec provide
2817              for a ->homedir method?)
2818      Branch: perl
2819            ! lib/Net/Config.pm
2820 ____________________________________________________________________________
2821 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
2822         Log: Doc patch for #10959.
2823      Branch: perl
2824            ! pod/perlfunc.pod
2825 ____________________________________________________________________________
2826 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
2827         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
2828              From: "Philip Newton" <pnewton@gmx.de>
2829              Date: Tue, 26 Jun 2001 16:26:47 +0200
2830              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
2831      Branch: perl
2832            ! pod/perldata.pod
2833 ____________________________________________________________________________
2834 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
2835         Log: Subject: [PATH] shared -> unique;
2836              From: "Artur Bergman" <artur@contiller.se>
2837              Date: Tue, 26 Jun 2001 16:18:40 +0200
2838              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
2839              
2840              Because "shared" isn't: it's read-only.
2841      Branch: perl
2842            ! toke.c xsutils.c
2843 ____________________________________________________________________________
2844 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
2845         Log: Escape multiline croak messages.
2846      Branch: perl
2847            ! t/op/ver.t
2848 ____________________________________________________________________________
2849 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
2850         Log: No more pragma/*.t for minitest.
2851      Branch: perl
2852            ! Makefile.SH
2853 ____________________________________________________________________________
2854 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
2855         Log: AUTHORS updates.
2856      Branch: perl
2857            ! AUTHORS
2858 ____________________________________________________________________________
2859 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
2860         Log: delta updates.
2861      Branch: perl
2862            ! pod/perl572delta.pod
2863 ____________________________________________________________________________
2864 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
2865         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
2866              From: Artur Bergman <artur@contiller.se> 
2867              Date: Tue, 26 Jun 2001 15:32:53 +0200
2868              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
2869      Branch: perl
2870            ! makedef.pl sv.c sv.h win32/perllib.c
2871 ____________________________________________________________________________
2872 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
2873         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
2874              From: Jonathan Stowe <gellyfish@gellyfish.com>
2875              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
2876              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
2877              
2878              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
2879      Branch: perl
2880            + ext/Time/HiRes/hints/sco.pl
2881            ! MANIFEST
2882 ____________________________________________________________________________
2883 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
2884         Log: Subject: [PATCH 5.6.1] static build
2885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2886              Date: Tue, 26 Jun 2001 04:22:25 -0400
2887              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
2888      Branch: perl
2889            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
2890            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
2891 ____________________________________________________________________________
2892 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
2893         Log: DJGPP patches from Laszlo Molnar.
2894      Branch: perl
2895            ! djgpp/djgpp.c perl.c util.c
2896 ____________________________________________________________________________
2897 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
2898         Log: Netware patches from Ananth Kesari.
2899      Branch: perl
2900            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
2901            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
2902            ! NetWare/nwtinfo.h
2903 ____________________________________________________________________________
2904 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
2905         Log: Detypo.
2906      Branch: perl
2907            ! ext/Errno/Errno_pm.PL
2908 ____________________________________________________________________________
2909 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
2910         Log: There seems to be two ways of spelling the $^O in *STEP.
2911      Branch: perl
2912            ! ext/Errno/Errno_pm.PL
2913 ____________________________________________________________________________
2914 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
2915         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
2916              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
2917      Branch: perl
2918            ! ext/Errno/Errno_pm.PL
2919 ____________________________________________________________________________
2920 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
2921         Log: Known bugs update.
2922      Branch: perl
2923            ! pod/perl572delta.pod
2924 ____________________________________________________________________________
2925 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
2926         Log: The default installation of Cygwin has 500 as root's uid.
2927      Branch: perl
2928            ! lib/User/pwent.t
2929 ____________________________________________________________________________
2930 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
2931         Log: Be even more relaxed (re-allow having only one entry).
2932      Branch: perl
2933            ! t/op/grent.t t/op/pwent.t
2934 ____________________________________________________________________________
2935 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
2936         Log: Test failure updates.
2937      Branch: perl
2938            ! pod/perl572delta.pod
2939 ____________________________________________________________________________
2940 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
2941         Log: MPE/iX test tweaks from Mark Bixby.
2942      Branch: perl
2943            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
2944            ! t/io/fs.t t/op/stat.t
2945 ____________________________________________________________________________
2946 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
2947         Log: Microperl findings.
2948      Branch: perl
2949            ! perl.h pp_sys.c
2950 ____________________________________________________________________________
2951 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
2952         Log: Touch uconfig.h.
2953      Branch: perl
2954            ! uconfig.h
2955 ____________________________________________________________________________
2956 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
2957         Log: Subject: [PATCH] Proposed fix for Pod::Man
2958              From: Rob Napier <rnapier@employees.org>
2959              Date: Mon, 25 Jun 2001 15:49:24 -0400
2960              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
2961              
2962              Cater for Solaris nroff brokenness (shortchanges daisywheel
2963              printers, but hey, we also no more support PDPs.)
2964      Branch: perl
2965            ! lib/Pod/Man.pm
2966 ____________________________________________________________________________
2967 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
2968         Log: Typo in #10937.
2969      Branch: perl
2970            ! ext/POSIX/sigaction.t
2971 ____________________________________________________________________________
2972 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
2973         Log: SIGCONT not trappable in VMS.
2974      Branch: perl
2975            ! ext/POSIX/sigaction.t
2976 ____________________________________________________________________________
2977 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
2978         Log: Subject: [DRAFT] Encode-Tcl.t
2979              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2980              Date: Tue, 26 Jun 2001 03:38:08 +0900
2981              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
2982      Branch: perl
2983            + ext/Encode/Encode/Tcl.t
2984            ! MANIFEST ext/Encode/Encode/Tcl.pm
2985 ____________________________________________________________________________
2986 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
2987         Log: Because of #10932 retract also the perlfunc hunk of #10910.
2988      Branch: perl
2989            ! pod/perlfunc.pod
2990 ____________________________________________________________________________
2991 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
2992         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
2993              by Ilya Zakharevich in
2994              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
2995      Branch: perl
2996            ! XSUB.h
2997 ____________________________________________________________________________
2998 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
2999         Log: Typo in #10889.
3000      Branch: perl
3001            ! hints/uts.sh
3002 ____________________________________________________________________________
3003 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
3004         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
3005              From: Abhijit Menon-Sen <ams@wiw.org>
3006              Date: Mon, 25 Jun 2001 23:45:45 +0530
3007              Message-ID: <20010625234545.A5022@lustre.linux.in>
3008      Branch: perl
3009            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
3010 ____________________________________________________________________________
3011 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
3012         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
3013              From: Michael G Schwern <schwern@pobox.com>
3014              Date: Mon, 25 Jun 2001 14:35:51 -0400
3015              Message-ID: <20010625143551.H13819@blackrider>
3016      Branch: perl
3017            ! lib/Test.pm
3018 ____________________________________________________________________________
3019 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
3020         Log: Update Changes.
3021      Branch: perl
3022            ! Changes patchlevel.h
3023 ____________________________________________________________________________
3024 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
3025         Log: Regen toc and modlib.
3026      Branch: perl
3027            ! pod/perlmodlib.pod pod/perltoc.pod
3028 ____________________________________________________________________________
3029 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
3030         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
3031              for the benefit of C++ compilers, as suggested by Guruprasad.
3032      Branch: perl
3033            ! embed.pl proto.h
3034 ____________________________________________________________________________
3035 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
3036         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
3037              From: Jonathan Stowe <gellyfish@gellyfish.com>
3038              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
3039              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
3040      Branch: perl
3041            ! pod/perlfaq5.pod
3042 ____________________________________________________________________________
3043 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
3044         Log: Missed from #10925.
3045      Branch: perl
3046            ! gv.c
3047 ____________________________________________________________________________
3048 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
3049         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
3050              From: Robin Houston <robin@kitsite.com>
3051              Date: Sat, 19 May 2001 16:19:34 +0100
3052              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
3053      Branch: perl
3054            ! cv.h gv.h op.c
3055 ____________________________________________________________________________
3056 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
3057         Log: Netware README tweak.
3058      Branch: perl
3059            ! README.netware
3060 ____________________________________________________________________________
3061 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
3062         Log: Subject: [PATCH] Re: overload.t fails
3063              From: Abhijit Menon-Sen <ams@wiw.org>
3064              Date: Mon, 25 Jun 2001 14:52:20 +0530
3065              Message-ID: <20010625145220.A24114@lustre.linux.in>
3066      Branch: perl
3067            ! lib/overload.t
3068 ____________________________________________________________________________
3069 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
3070         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
3071              From: Mike Guy <mjtg@cam.ac.uk>
3072              Date: Mon, 25 Jun 2001 11:43:23 +0100
3073              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
3074      Branch: perl
3075            ! lib/Carp.pm
3076 ____________________________________________________________________________
3077 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
3078         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
3079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3080              Date: Sun, 24 Jun 2001 05:17:05 -0400
3081              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
3082      Branch: perl
3083            ! os2/os2ish.h
3084 ____________________________________________________________________________
3085 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
3086         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
3087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3088              Date: Mon, 25 Jun 2001 05:52:27 -0400
3089              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
3090      Branch: perl
3091            ! hints/os2.sh
3092 ____________________________________________________________________________
3093 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
3094         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
3095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3096              Date: Mon, 25 Jun 2001 05:23:35 -0400
3097              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
3098      Branch: perl
3099            ! os2/os2.c
3100 ____________________________________________________________________________
3101 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
3102         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
3103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3104              Date: Mon, 25 Jun 2001 05:04:32 -0400
3105              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
3106      Branch: perl
3107            ! os2/OS2/REXX/DLL/DLL.pm
3108 ____________________________________________________________________________
3109 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
3110         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
3111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3112              Date: Mon, 25 Jun 2001 05:02:36 -0400
3113              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
3114      Branch: perl
3115            ! mg.c os2/dl_os2.c os2/os2.c
3116 ____________________________________________________________________________
3117 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
3118         Log: Subject: Re: [PATCH 5.6.1] misprints
3119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3120              Date: Mon, 25 Jun 2001 04:50:50 -0400
3121              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
3122      Branch: perl
3123            ! os2/os2.c pp_sys.c
3124 ____________________________________________________________________________
3125 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
3126         Log: Add Test::More and Test::Simple to the delta.
3127      Branch: perl
3128            ! pod/perl572delta.pod
3129 ____________________________________________________________________________
3130 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
3131         Log: Add Test::More, from Michael G Schwern.
3132      Branch: perl
3133            + lib/Test/More.pm lib/Test/More/t/More.t
3134            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
3135            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
3136            + t/lib/Test/More/Catch.pm
3137            ! MANIFEST
3138 ____________________________________________________________________________
3139 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
3140         Log: Add Test::Simple from Michael G Schwern.
3141      Branch: perl
3142            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
3143            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
3144            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
3145            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
3146            + t/lib/Test/Simple/Catch.pm
3147            + t/lib/Test/Simple/sample_tests/death.plx
3148            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
3149            + t/lib/Test/Simple/sample_tests/extras.plx
3150            + t/lib/Test/Simple/sample_tests/five_fail.plx
3151            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
3152            + t/lib/Test/Simple/sample_tests/one_fail.plx
3153            + t/lib/Test/Simple/sample_tests/require.plx
3154            + t/lib/Test/Simple/sample_tests/success.plx
3155            + t/lib/Test/Simple/sample_tests/too_few.plx
3156            + t/lib/Test/Simple/sample_tests/two_fail.plx
3157            ! MANIFEST
3158 ____________________________________________________________________________
3159 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
3160         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
3161              From: "Craig A. Berry" <craigberry@mac.com>
3162              Date: Sun, 24 Jun 2001 23:41:36 -0500
3163              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
3164      Branch: perl
3165            ! pp_sys.c
3166 ____________________________________________________________________________
3167 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
3168         Log: Upgrade to Attribute::Handlers 0.70.
3169      Branch: perl
3170            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
3171            ! MANIFEST lib/Attribute/Handlers.pm
3172 ____________________________________________________________________________
3173 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
3174         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
3175              From: Abhijit Menon-Sen <ams@wiw.org>
3176              Date: Sat, 23 Jun 2001 05:17:44 +0530
3177              Message-ID: <20010623051744.A18583@lustre.linux.in>
3178              
3179              (Can't think of a good place to put tests.)
3180      Branch: perl
3181            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
3182 ____________________________________________________________________________
3183 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
3184         Log: Subject: [PATCH] t/op/pat.t typo fix
3185              From: Richard Soderberg <rs@crystalflame.net>
3186              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
3187              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
3188      Branch: perl
3189            ! t/op/pat.t
3190 ____________________________________________________________________________
3191 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
3192         Log: Move the pack warnings to their own file, as pointed
3193              out by Spider.
3194      Branch: perl
3195            + t/lib/warnings/pp_pack
3196            ! MANIFEST t/lib/warnings/pp
3197 ____________________________________________________________________________
3198 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
3199         Log: Update Changes.
3200      Branch: perl
3201            ! Changes patchlevel.h
3202 ____________________________________________________________________________
3203 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
3204         Log: Partially fix a problem noticed by IRIX compiler:
3205              the initialization of parse_start was bypassed by
3206              several gotos.  Now initialized to zero, which may
3207              not be the best choice.
3208      Branch: perl
3209            ! regcomp.c
3210 ____________________________________________________________________________
3211 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
3212         Log: Relax the group and password tests back to moaning only
3213              if no matches at all are found.  (Even with a small sample
3214              I could find many sites where there are, umm, anomalies in
3215              the said databases.)       
3216      Branch: perl
3217            ! t/op/grent.t t/op/pwent.t
3218 ____________________________________________________________________________
3219 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
3220         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
3221      Branch: perl
3222            ! pp_ctl.c
3223 ____________________________________________________________________________
3224 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
3225         Log: De-cut-and-pasto in #10902.
3226      Branch: perl
3227            ! pp_ctl.c
3228 ____________________________________________________________________________
3229 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
3230         Log: The #10771 didn't take?
3231      Branch: perl
3232            ! pp_ctl.c
3233 ____________________________________________________________________________
3234 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
3235         Log: Undo the filetests part of #10900, under multiplicity
3236              weird errors take place.
3237      Branch: perl
3238            ! pp_sys.c
3239 ____________________________________________________________________________
3240 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
3241         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
3242      Branch: perl
3243            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
3244 ____________________________________________________________________________
3245 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
3246         Log: (Replaced by #10922)
3247              
3248              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
3249              From: Tony Bowden <tony@kasei.com>
3250              Date: Sun, 24 Jun 2001 17:32:40 +0100
3251              Message-ID: <20010624173240.A16293@blackstar.co.uk>
3252              
3253              Document (well, mention) shortmess() and longmess()
3254              to rob people of their fun of reinventing the weel.
3255      Branch: perl
3256            ! lib/Carp.pm
3257 ____________________________________________________________________________
3258 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
3259         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
3260              From: Brian Jepson <bjepson@oreilly.com>
3261              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
3262              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
3263      Branch: perl
3264            ! pp_sys.c
3265 ____________________________________________________________________________
3266 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
3267         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
3268              From: Robin Barker <rmb1@cise.npl.co.uk> 
3269              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
3270              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
3271      Branch: perl
3272            ! lib/CPAN.pm
3273 ____________________________________________________________________________
3274 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
3275         Log: Memoize patch from mjd.
3276      Branch: perl
3277            ! lib/Memoize/t/tie_storable.t
3278 ____________________________________________________________________________
3279 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
3280         Log: Spec the sv_pvprintify() a bit more.
3281      Branch: perl
3282            ! pod/perltodo.pod
3283 ____________________________________________________________________________
3284 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
3285         Log: Upgrade to Memoize 0.65.
3286      Branch: perl
3287            + lib/Memoize/t/array_confusion.t
3288            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
3289            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
3290            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
3291            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
3292            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
3293            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
3294            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
3295            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
3296            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
3297            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
3298            ! lib/Memoize/t/tie_storable.t
3299 ____________________________________________________________________________
3300 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
3301         Log: Metaconfig unit change for #10892.
3302      Branch: metaconfig
3303            ! U/modified/Options.U
3304 ____________________________________________________________________________
3305 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
3306         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
3307              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3308              Date: Sun, 24 Jun 2001 05:24:40 -0400
3309              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
3310      Branch: perl
3311            ! Configure hints/os2.sh
3312 ____________________________________________________________________________
3313 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
3314         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
3315              From: Mike Guy <mjtg@cam.ac.uk>
3316              Date: Sun, 24 Jun 2001 15:28:39 +0100
3317              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
3318              
3319              Fix an ancient (5.002) bug.
3320      Branch: perl
3321            ! lib/Carp/Heavy.pm
3322 ____________________________________________________________________________
3323 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
3324         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
3325              variables.
3326      Branch: perl
3327            ! pp_sys.c
3328 ____________________________________________________________________________
3329 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
3330         Log: Make UTS as per #10888.
3331      Branch: perl
3332            ! hints/uts.sh
3333 ____________________________________________________________________________
3334 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
3335         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
3336      Branch: perl
3337            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
3338            ! mpeix/mpeixish.h perl.h unixish.h
3339 ____________________________________________________________________________
3340 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
3341         Log: AUTHORS update.
3342      Branch: perl
3343            ! AUTHORS
3344 ____________________________________________________________________________
3345 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
3346         Log: Subject: Encode::Tcl for multibyte doesnot work
3347              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3348              Date: Sun, 24 Jun 2001 22:48:21 +0900
3349              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
3350      Branch: perl
3351            ! ext/Encode/Encode/Tcl.pm
3352 ____________________________________________________________________________
3353 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
3354         Log: Subject: [PATCH] Remove tautology in error messages
3355              From: Mike Guy <mjtg@cam.ac.uk>
3356              Date: Sun, 24 Jun 2001 13:31:00 +0100
3357              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
3358      Branch: perl
3359            ! pp_sys.c
3360 ____________________________________________________________________________
3361 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
3362         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
3363      Branch: perl
3364            ! hints/darwin.sh
3365 ____________________________________________________________________________
3366 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
3367         Log: Subject: Re: [PATCH 5.6.1] test suite
3368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3369              Date: Sun, 24 Jun 2001 05:47:05 -0400
3370              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
3371              
3372              Test suite fixes.
3373      Branch: perl
3374            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
3375 ____________________________________________________________________________
3376 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
3377         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
3378              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3379              Date: Sun, 24 Jun 2001 05:37:19 -0400
3380              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
3381      Branch: perl
3382            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
3383 ____________________________________________________________________________
3384 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
3385         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
3386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3387              Date: Sun, 24 Jun 2001 05:34:50 -0400
3388              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
3389              
3390              Pacify compiler warnings.
3391      Branch: perl
3392            ! pp_sys.c
3393 ____________________________________________________________________________
3394 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
3395         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
3396              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3397              Date: Sun, 24 Jun 2001 05:21:18 -0400
3398              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
3399              
3400              Enable compression of executables during link time.
3401      Branch: perl
3402            ! hints/os2.sh
3403 ____________________________________________________________________________
3404 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
3405         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
3406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3407              Date: Sun, 24 Jun 2001 05:15:11 -0400
3408              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
3409              
3410              Add ordinals to the export list for Perl DLL.
3411              (Breaks intra-version DLL compatibility.)
3412      Branch: perl
3413            ! makedef.pl
3414 ____________________________________________________________________________
3415 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
3416         Log: Allow (displaying and) re-editing the Subject in perlbug.
3417              Also abstract the Subject quality control into a function.
3418      Branch: perl
3419            ! utils/perlbug.PL
3420 ____________________________________________________________________________
3421 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
3422         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
3423      Branch: perl
3424            ! utils/perlbug.PL
3425 ____________________________________________________________________________
3426 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
3427         Log: Regen toc and modlib.
3428      Branch: perl
3429            ! pod/perlmodlib.pod pod/perltoc.pod
3430 ____________________________________________________________________________
3431 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
3432         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
3433              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
3434              attribute semantics as much as possible, or 'ntsec' which uses
3435              native NTFS semantics.)  (See also #10877.)
3436      Branch: perl
3437            ! perl.c
3438 ____________________________________________________________________________
3439 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
3440         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
3441      Branch: perl
3442            ! lib/Test/Harness.pm
3443 ____________________________________________________________________________
3444 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
3445         Log: Just zap the -uPerlio.
3446      Branch: perl
3447            ! ext/B/Stash.t
3448 ____________________________________________________________________________
3449 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
3450         Log: Do not test PerlIO if PerlIO not used.
3451      Branch: perl
3452            ! ext/PerlIO/PerlIO.t
3453 ____________________________________________________________________________
3454 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
3455         Log: Regen perlapi.
3456      Branch: perl
3457            ! pod/perlapi.pod
3458 ____________________________________________________________________________
3459 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
3460         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
3461              From: Nicholas Clark <nick@ccl4.org>
3462              Date: Sat, 23 Jun 2001 22:55:47 +0100
3463              Message-ID: <20010623225547.Z98663@plum.flirble.org>
3464      Branch: perl
3465            ! numeric.c
3466 ____________________________________________________________________________
3467 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
3468         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
3469              From: Prymmer/Kahn <pvhp@best.com>
3470              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
3471              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
3472      Branch: perl
3473            ! lib/h2xs.t
3474 ____________________________________________________________________________
3475 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
3476         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
3477              cygwin does not taint cwd, just like win32.
3478      Branch: perl
3479            ! lib/File/Find/taint.t t/op/taint.t
3480 ____________________________________________________________________________
3481 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
3482         Log: Retract #10865, the patch should be unnecessary.
3483              (But seemingly helpful in Cygwin?  Strange.)
3484      Branch: perl
3485            ! lib/Memoize/t/tie_ndbm.t
3486 ____________________________________________________________________________
3487 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
3488         Log: Misplaced test file; plus Cygwin filesystem semantics.
3489      Branch: perl
3490            + ext/SDBM_File/sdbm.t
3491            - ext/ODBM_File/sdbm.t
3492            ! MANIFEST
3493 ____________________________________________________________________________
3494 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
3495         Log: (Retracted by #10867.)
3496      Branch: perl
3497            ! lib/Memoize/t/tie_ndbm.t
3498 ____________________________________________________________________________
3499 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
3500         Log: Metaconfig unit change for #10863.
3501      Branch: metaconfig/U/perl
3502            ! Extensions.U
3503 ____________________________________________________________________________
3504 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
3505         Log: In Cygwin do not build NDBM_File and ODBM_File unless
3506              -lndbm and -ldbm are available.
3507      Branch: perl
3508            ! Configure config_h.SH
3509 ____________________________________________________________________________
3510 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
3511         Log: More Cygwin filesystem semantics.
3512      Branch: perl
3513            ! t/io/fs.t t/op/stat.t
3514 ____________________________________________________________________________
3515 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
3516         Log: More DOSish permission semantics for Cygwin.
3517      Branch: perl
3518            ! lib/AnyDBM_File.t
3519 ____________________________________________________________________________
3520 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
3521         Log: Cygwin too has different permission semantics.
3522      Branch: perl
3523            ! ext/GDBM_File/gdbm.t
3524 ____________________________________________________________________________
3525 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
3526         Log: The group (and assumedly passwd) databases can have
3527              only one entry (this is the case in cygwin).
3528      Branch: perl
3529            ! t/op/grent.t t/op/pwent.t
3530 ____________________________________________________________________________
3531 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
3532         Log: Also in Cygwin use Socket to figure out domainname
3533              (if any) (avoids trying to call external 'domainname',
3534              which doesn't at the moment exist in Cygwin)
3535      Branch: perl
3536            ! lib/Net/Domain.pm
3537 ____________________________________________________________________________
3538 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
3539         Log: Remove also the lib$Foo.def, not just $Foo.def.
3540      Branch: perl
3541            ! lib/ExtUtils/MM_Unix.pm
3542 ____________________________________________________________________________
3543 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
3544         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
3545      Branch: perl
3546            ! unixish.h
3547 ____________________________________________________________________________
3548 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
3549         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
3550              to match the whole isprint(), only the space character.
3551      Branch: perl
3552            ! handy.h pod/perlre.pod t/op/pat.t
3553 ____________________________________________________________________________
3554 [ 10854] By: nick                                  on 2001/06/23  08:09:33
3555         Log: Integrate mainline
3556      Branch: perlio
3557           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
3558           !> lib/ExtUtils.t lib/File/Find/taint.t
3559           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
3560           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
3561           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
3562 ____________________________________________________________________________
3563 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
3564         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
3565              with its floats    in os390 and s390 (UTS).
3566      Branch: perl
3567            ! lib/Math/BigInt/t/bigintpm.t
3568 ____________________________________________________________________________
3569 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
3570         Log: Add also UTS (s390) to the non-IEEE float platforms.
3571      Branch: perl
3572            ! t/op/sprintf.t
3573 ____________________________________________________________________________
3574 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
3575         Log: Subject: RFC: what are applicable standards for exponent sizes?
3576              From: Peter Prymmer <pvhp@forte.com>
3577              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
3578              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
3579      Branch: perl
3580            ! t/op/sprintf.t
3581 ____________________________________________________________________________
3582 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
3583         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
3584              From: Peter Prymmer <pvhp@forte.com>
3585              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
3586              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
3587      Branch: perl
3588            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
3589 ____________________________________________________________________________
3590 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
3591         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
3592              From: Peter Prymmer <pvhp@forte.com>
3593              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
3594              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
3595      Branch: perl
3596            ! lib/ExtUtils.t
3597 ____________________________________________________________________________
3598 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
3599         Log: Retract #10845.
3600      Branch: perl
3601            ! lib/File/Find/taint.t
3602 ____________________________________________________________________________
3603 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
3604         Log: Yet another error message.
3605      Branch: perl
3606            ! t/op/mkdir.t
3607 ____________________________________________________________________________
3608 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
3609         Log: The croak message for nonexistent socket functions may vary.
3610      Branch: perl
3611            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
3612 ____________________________________________________________________________
3613 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
3614         Log: (Retracted by #10848.)
3615      Branch: perl
3616            ! lib/File/Find/taint.t
3617 ____________________________________________________________________________
3618 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
3619         Log: Integrate perlio.
3620      Branch: perl
3621           !> lib/File/Find/taint.t t/op/write.t
3622 ____________________________________________________________________________
3623 [ 10843] By: nick                                  on 2001/06/22  21:24:51
3624         Log: Back out debug in taint.t
3625      Branch: perlio
3626            ! lib/File/Find/taint.t
3627 ____________________________________________________________________________
3628 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
3629         Log: setitimer() does not exist in Unicos, despite of what
3630              Configure thinks, from Mark P. Lutz.
3631      Branch: perl
3632            ! hints/unicos.sh
3633 ____________________________________________________________________________
3634 [ 10841] By: nick                                  on 2001/06/22  21:19:36
3635         Log: Skip cwd test on Win32 ???
3636      Branch: perlio
3637            ! lib/File/Find/taint.t
3638 ____________________________________________________________________________
3639 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
3640         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
3641              and Tru64 gcc -Wall happy.
3642      Branch: perl
3643            ! mg.c
3644 ____________________________________________________________________________
3645 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
3646         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
3647      Branch: perl
3648            ! ext/IPC/SysV/Semaphore.pm
3649 ____________________________________________________________________________
3650 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
3651         Log: Metaconfig unit change for #10837.
3652      Branch: metaconfig/U/perl
3653            ! Cross.U
3654 ____________________________________________________________________________
3655 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
3656         Log: Cleanup of the cross-compilation unit.
3657      Branch: perl
3658            ! Configure
3659 ____________________________________________________________________________
3660 [ 10836] By: nick                                  on 2001/06/22  20:45:12
3661         Log: Skip |- based op/write.t on Win32 as well as VMS
3662      Branch: perlio
3663            ! t/op/write.t
3664 ____________________________________________________________________________
3665 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
3666         Log: Integrate perlio.
3667      Branch: perl
3668           !> util.c
3669 ____________________________________________________________________________
3670 [ 10834] By: nick                                  on 2001/06/22  20:41:54
3671         Log: Integrate mainline
3672      Branch: perlio
3673           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3674           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
3675           !> vos/config.ga.h
3676 ____________________________________________________________________________
3677 [ 10833] By: nick                                  on 2001/06/22  20:22:58
3678         Log: Patcho fix.
3679      Branch: perlio
3680            ! util.c
3681 ____________________________________________________________________________
3682 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
3683         Log: Metaconfig unit changes for #10831.
3684      Branch: metaconfig
3685            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
3686 ____________________________________________________________________________
3687 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
3688         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
3689              From: Andy Dougherty <doughera@lafayette.edu>
3690              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
3691              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
3692      Branch: perl
3693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3694            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
3695 ____________________________________________________________________________
3696 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
3697         Log: MPE/iX prototype nits from Mark Bixby.
3698      Branch: perl
3699            ! pp_sys.c
3700 ____________________________________________________________________________
3701 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
3702         Log: Detypo.
3703      Branch: perl
3704            ! util.c
3705 ____________________________________________________________________________
3706 [ 10828] By: nick                                  on 2001/06/22  15:33:37
3707         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
3708      Branch: perlio
3709           +> lib/h2xs.t
3710           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
3711           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
3712           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
3713           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
3714           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3715           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
3716           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
3717           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
3718           !> vms/vmsish.h
3719 ____________________________________________________________________________
3720 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
3721         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
3722              Date: Fri, 22 Jun 2001 10:08:35 -0500
3723              From: "Craig A. Berry" <craigberry@mac.com>
3724              Message-Id: <a05101001b75908704194@[192.168.56.145]>
3725      Branch: perl
3726            ! vms/vms.c vms/vmsish.h
3727 ____________________________________________________________________________
3728 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
3729         Log: NetWare scripts tweak from Ananth Kesari.
3730      Branch: perl
3731            ! NetWare/t/NWScripts.pl
3732 ____________________________________________________________________________
3733 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
3734         Log: Update Changes.
3735      Branch: perl
3736            ! Changes patchlevel.h
3737 ____________________________________________________________________________
3738 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
3739         Log: Add .i and .s targets.
3740      Branch: perl
3741            ! Makefile.SH
3742 ____________________________________________________________________________
3743 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
3744         Log: Upgrade to Locale::Maketext 1.03.
3745      Branch: perl
3746            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3747            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
3748 ____________________________________________________________________________
3749 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
3750         Log: Upgrade to I18N::LangTags 0.26.
3751      Branch: perl
3752            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3753            ! lib/I18N/LangTags/test.pl
3754 ____________________________________________________________________________
3755 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
3756         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
3757              Philip Newton.
3758      Branch: perl
3759            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3760            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3761 ____________________________________________________________________________
3762 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
3763         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
3764              From: Prymmer/Kahn <pvhp@best.com>
3765              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
3766              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
3767      Branch: perl
3768            + lib/h2xs.t
3769            ! MANIFEST utils/h2xs.PL
3770 ____________________________________________________________________________
3771 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
3772         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
3773              From: Prymmer/Kahn <pvhp@best.com>
3774              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
3775              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
3776      Branch: perl
3777            ! lib/ExtUtils.t
3778 ____________________________________________________________________________
3779 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
3780         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
3781              From: Prymmer/Kahn <pvhp@best.com>
3782              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
3783              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
3784      Branch: perl
3785            ! t/pod/plainer.t
3786 ____________________________________________________________________________
3787 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
3788         Log: AUTHORS update.
3789      Branch: perl
3790            ! AUTHORS
3791 ____________________________________________________________________________
3792 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
3793         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
3794              From: "Craig A. Berry" <craigberry@mac.com>
3795              Date: Thu, 21 Jun 2001 18:20:38 -0500
3796              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
3797      Branch: perl
3798            ! ext/POSIX/POSIX.xs
3799 ____________________________________________________________________________
3800 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
3801         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
3802              From: "Craig A. Berry" <craigberry@mac.com>
3803              Date: Thu, 21 Jun 2001 09:58:52 -0500
3804              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
3805      Branch: perl
3806            ! ext/B/Deparse.t t/op/write.t
3807 ____________________________________________________________________________
3808 [ 10814] By: nick                                  on 2001/06/22  08:13:09
3809         Log: Integrate mainline.
3810      Branch: perlio
3811           !> (integrate 46 files)
3812 ____________________________________________________________________________
3813 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
3814         Log: Change the prefixes only if $prefix is unset,
3815              as originally patched by Marcel Grunauer.
3816      Branch: perl
3817            ! hints/darwin.sh hints/rhapsody.sh
3818 ____________________________________________________________________________
3819 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
3820         Log: Subject: Re: Patch for hints/darwin.sh
3821              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
3822              Date: Thu, 21 Jun 2001 11:23:46 -0700
3823              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
3824      Branch: perl
3825            ! hints/darwin.sh hints/rhapsody.sh
3826 ____________________________________________________________________________
3827 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
3828         Log: Add .PHONY targets for non-file targets,
3829              from Wilfredo Sánchez.  Should help saying
3830              "make install" on case-insensitive filesystems.
3831      Branch: perl
3832            ! Makefile.SH
3833 ____________________________________________________________________________
3834 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
3835         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
3836              From: Doug MacEachern <dougm@covalent.net>
3837              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
3838              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
3839              
3840              plus reword the getcwd() comment, plus use getcwd() buffer
3841              size minus one.
3842      Branch: perl
3843            ! util.c
3844 ____________________________________________________________________________
3845 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
3846         Log: More gprofing from Doug MacEachern.
3847      Branch: perl
3848            ! Makefile.SH
3849 ____________________________________________________________________________
3850 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
3851         Log: Metaconfig unit change for #10807.
3852      Branch: metaconfig/U/perl
3853            ! d_sfio.U
3854 ____________________________________________________________________________
3855 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
3856         Log: Tell that you are removing the unneeded -lsfio.
3857      Branch: perl
3858            ! Configure
3859 ____________________________________________________________________________
3860 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
3861         Log: More MPE/iX tweaks from Mark Bixby.
3862      Branch: perl
3863            ! perl.c t/op/magic.t
3864 ____________________________________________________________________________
3865 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
3866         Log: The fchdir() proto is supposed to live in <unistd.h>.
3867      Branch: perl
3868            ! ext/Cwd/Cwd.xs
3869 ____________________________________________________________________________
3870 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
3871         Log: This town is too small for the Cwd extension and me,
3872              it would seem...
3873      Branch: perl
3874            ! ext/Cwd/Cwd.xs
3875 ____________________________________________________________________________
3876 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
3877         Log: Metaconfig unit change for #10802.
3878      Branch: metaconfig/U/perl
3879            ! d_modfl.U
3880 ____________________________________________________________________________
3881 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
3882         Log: More d'ohs.
3883      Branch: perl
3884            ! Configure
3885 ____________________________________________________________________________
3886 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
3887         Log: Off-by-one.  I'm so classic.
3888      Branch: perl
3889            ! util.c
3890 ____________________________________________________________________________
3891 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
3892         Log: Update Changes.
3893      Branch: perl
3894            ! Changes patchlevel.h
3895 ____________________________________________________________________________
3896 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
3897         Log: Subject: Documentation patch for Net::FTP
3898              From: Marcel Grunauer <marcel@codewerk.com>
3899              Date: Wed, 20 Jun 2001 23:03:26 +0200
3900              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
3901      Branch: perl
3902            ! lib/Net/FTP.pm
3903 ____________________________________________________________________________
3904 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
3905         Log: Retract the #10417 mg.c and embed.pl parts because of
3906              strange SEGVs in 64bit x86 FreeBSD observed by
3907              Nicholas Clark.
3908      Branch: perl
3909            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
3910 ____________________________________________________________________________
3911 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
3912         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
3913      Branch: perl
3914            ! Configure NetWare/config.wc NetWare/config_H.wc
3915            ! Porting/Glossary Porting/config.sh Porting/config_H
3916            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3917            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3918            ! vos/config.ga.h win32/config.bc win32/config.gc
3919            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3920            ! win32/config_H.vc
3921 ____________________________________________________________________________
3922 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
3923         Log: Cwd tweak from Doug MacEachern.
3924      Branch: perl
3925            ! ext/Cwd/Cwd.xs
3926 ____________________________________________________________________________
3927 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
3928         Log: Protect the fchdir() and lstat() with ifdefs.
3929              fchdir() needs a Configure probe.
3930      Branch: perl
3931            ! ext/Cwd/Cwd.xs
3932 ____________________________________________________________________________
3933 [ 10794] By: nick                                  on 2001/06/21  17:11:35
3934         Log: Integrate mainline
3935      Branch: perlio
3936           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3937           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3938           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3939           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3940           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3941           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3942           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3943           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3944            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3945            - lib/File/Glob/case.t lib/File/Glob/global.t
3946            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3947            - lib/File/Temp/posix.t lib/File/Temp/security.t
3948            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3949            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3950            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3951            - lib/Text/Wrap/wrap.t
3952           !> (integrate 41 files)
3953 ____________________________________________________________________________
3954 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
3955         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
3956              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3957              Date: Thu, 21 Jun 2001 13:04:54 -0500
3958              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
3959      Branch: perl
3960            ! ext/Cwd/Cwd.xs
3961 ____________________________________________________________________________
3962 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
3963         Log: Subject: [PATCH pod] overlong =item
3964              From: Robin Barker <rmb1@cise.npl.co.uk>
3965              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
3966              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
3967      Branch: perl
3968            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3969            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3970 ____________________________________________________________________________
3971 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
3972         Log: Subject: [PATCH perlio.c] format 
3973              From: Robin Barker <rmb1@cise.npl.co.uk>
3974              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
3975              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
3976      Branch: perl
3977            ! perlio.c
3978 ____________________________________________________________________________
3979 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
3980         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3981              From: Radu Greab <radu@netsoft.ro>
3982              Date: Thu, 21 Jun 2001 19:06:02 +0300
3983              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
3984      Branch: perl
3985            ! pod/perlapi.pod sv.c
3986 ____________________________________________________________________________
3987 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
3988         Log: The metaconfig unit changes for #10788.
3989      Branch: metaconfig/U/perl
3990            ! Cross.U fflushall.U
3991 ____________________________________________________________________________
3992 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
3993         Log: Cross-configuration changes: make $from to rm the files
3994              before copying them over (this means that he rm can be
3995              removed from the fflushall test), create $targetmkdir      
3996              (not documented in install since it is supposed to internal
3997              use only), make $run to copy over the executable only if
3998              a stamp file .xok doesn't already exist (to avoid unnecessary
3999              copying of the executable)
4000      Branch: perl
4001            ! Configure Makefile.SH
4002 ____________________________________________________________________________
4003 [ 10787] By: nick                                  on 2001/06/21  14:16:18
4004         Log: Integrate mainline
4005      Branch: perlio
4006           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
4007           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
4008           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
4009            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
4010           !> (integrate 34 files)
4011 ____________________________________________________________________________
4012 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
4013         Log: Re-add the files as text.
4014      Branch: perl
4015            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
4016 ____________________________________________________________________________
4017 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
4018         Log: Delete the binary files.
4019      Branch: perl
4020            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
4021 ____________________________________________________________________________
4022 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
4023         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
4024              From: Andy Dougherty <doughera@lafayette.edu>
4025              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
4026              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
4027      Branch: perl
4028            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
4029            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
4030            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
4031            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
4032 ____________________________________________________________________________
4033 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
4034         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
4035              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
4036              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
4037              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
4038              
4039              Setting umask to something friendlier.
4040      Branch: perl
4041            ! installman installperl
4042 ____________________________________________________________________________
4043 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
4044         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
4045              Resort MANIFEST with sort -f, looks much better.
4046      Branch: perl
4047            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
4048            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
4049            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
4050            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
4051            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
4052            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
4053            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
4054            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
4055            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
4056            - lib/File/Glob/case.t lib/File/Glob/global.t
4057            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
4058            - lib/File/Temp/posix.t lib/File/Temp/security.t
4059            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
4060            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
4061            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
4062            - lib/Text/Wrap/wrap.t
4063            ! MANIFEST
4064 ____________________________________________________________________________
4065 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
4066         Log: Upgrade to I18N::LangTags 0.25.
4067      Branch: perl
4068            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
4069            ! lib/I18N/LangTags/List.pm
4070 ____________________________________________________________________________
4071 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
4072         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
4073              From: Richard Soderberg <rs@crystalflame.net>
4074              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
4075              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
4076      Branch: perl
4077            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
4078            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
4079 ____________________________________________________________________________
4080 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
4081         Log: Test obsoleted by change #10777.
4082      Branch: perl
4083            ! t/op/sub_lval.t
4084 ____________________________________________________________________________
4085 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
4086         Log: Case of confused test numbering.
4087      Branch: perl
4088            ! t/op/pat.t
4089 ____________________________________________________________________________
4090 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
4091         Log: Subject: Re: Opinion on undef lvalue
4092              From: Abhijit Menon-Sen <ams@wiw.org>
4093              Date: Sun, 17 Jun 2001 13:04:46 +0530
4094              Message-ID: <20010617130446.B27925@lustre.linux.in>
4095              
4096              Allow lvalue subs to return undef in array context.
4097      Branch: perl
4098            ! pp_hot.c
4099 ____________________________________________________________________________
4100 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
4101         Log: Just a guess that using the same hack for cygwin as
4102              for win32 might help.
4103      Branch: perl
4104            ! lib/File/Find/find.t
4105 ____________________________________________________________________________
4106 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
4107         Log: NetWare tweaks from Guruprasad.
4108      Branch: perl
4109            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
4110            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
4111            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
4112            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
4113 ____________________________________________________________________________
4114 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
4115         Log: Subject: Re: perl@10722: Bogus warnings on REs 
4116              From: Hugo <hv@crypt.compulink.co.uk>
4117              Date: Thu, 21 Jun 2001 09:51:17 +0100
4118              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
4119              
4120              Unroll to avoid a UTS compiler bug.
4121      Branch: perl
4122            ! regcomp.c
4123 ____________________________________________________________________________
4124 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
4125         Log: Subject: Re: [PATCH] Make /o work under i?threads
4126              From: Artur Bergman <artur@contiller.se>
4127              Date: Thu, 21 Jun 2001 14:38:03 +0200
4128              Message-ID: <B757B74A.184D%artur@contiller.se>
4129      Branch: perl
4130            ! t/op/pat.t
4131 ____________________________________________________________________________
4132 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
4133         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
4134              From: Artur Bergman <artur@contiller.se> 
4135              Date: Thu, 21 Jun 2001 14:27:33 +0200
4136              Message-ID: <B757B4D4.1849%artur@contiller.se>
4137              
4138              Plus extra parentheses.
4139      Branch: perl
4140            ! op.h
4141 ____________________________________________________________________________
4142 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
4143         Log: Subject: [PATCH] Make /o work under i?threads
4144              From: Richard Soderberg <rs@crystalflame.net>
4145              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
4146              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
4147      Branch: perl
4148            ! pp_ctl.c
4149 ____________________________________________________________________________
4150 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
4151         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
4152              From: Artur Bergman <artur@contiller.se>
4153              Date: Thu, 21 Jun 2001 14:04:54 +0200
4154              Message-ID: <B757AF86.1842%artur@contiller.se>
4155      Branch: perl
4156            ! op.h
4157 ____________________________________________________________________________
4158 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
4159         Log: Subject: Re: perl@10765: sv.c not OK on win32
4160              From: Artur Bergman <artur@contiller.se>
4161              Date: Thu, 21 Jun 2001 10:31:06 +0200
4162              Message-ID: <B7577D69.182C%artur@contiller.se>
4163      Branch: perl
4164            ! sv.c
4165 ____________________________________________________________________________
4166 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
4167         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
4168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4169              Date: Thu, 21 Jun 2001 06:23:56 -0400
4170              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
4171              
4172              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
4173              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4174              Date: Thu, 21 Jun 2001 06:32:21 -0400
4175              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
4176      Branch: perl
4177            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
4178 ____________________________________________________________________________
4179 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
4180         Log: Subject: [PATCH] make syslog test more verbose
4181              From: Robert Spier <rspier@pobox.com>
4182              Date: Thu, 21 Jun 2001 00:54:32 -0400
4183              Message-ID: <15153.32264.295807.333073@rls.cx>
4184      Branch: perl
4185            ! ext/Sys/Syslog/syslog.t
4186 ____________________________________________________________________________
4187 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
4188         Log: Subject: op/study.t refinements
4189              From: Hugo <hv@crypt.compulink.co.uk>
4190              Date: Thu, 21 Jun 2001 00:29:07 +0100
4191              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
4192      Branch: perl
4193            ! t/op/study.t
4194 ____________________________________________________________________________
4195 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
4196         Log: Update Changes.
4197      Branch: perl
4198            ! Changes patchlevel.h
4199 ____________________________________________________________________________
4200 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
4201         Log: Subject: Re: [PATCH] djgpp updates
4202              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
4203              Date: Wed, 20 Jun 2001 10:05:15 +0200
4204              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
4205      Branch: perl
4206            ! djgpp/config.over
4207 ____________________________________________________________________________
4208 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
4209         Log: Fix for ID 20010619.002 "When building hash, hash keys that
4210              are function calls are not being called", from Abhijit.
4211      Branch: perl
4212            ! t/base/lex.t toke.c
4213 ____________________________________________________________________________
4214 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
4215         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
4216      Branch: perl
4217            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
4218            + lib/Locale/Maketext/test.pl
4219            - lib/Locale/Maketext.t
4220            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
4221            ! lib/Locale/Maketext/TPJ13.pod
4222 ____________________________________________________________________________
4223 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
4224         Log: Metaconfig unit change for #10760.
4225      Branch: metaconfig
4226            ! U/modified/Cppsym.U
4227 ____________________________________________________________________________
4228 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
4229         Log: Do not remove the ccsym* Cppsym* files since
4230              they are useful for metaconfig units coming after us.
4231              (This is the Configure nit mentioned in #10752.)
4232      Branch: perl
4233            ! Configure
4234 ____________________________________________________________________________
4235 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
4236         Log: Update to I18N::LangTags 0.24, from Sean Burke.
4237      Branch: perl
4238            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
4239            + lib/I18N/LangTags/README
4240            - lib/I18N/LangTags/List.pod
4241            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
4242 ____________________________________________________________________________
4243 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
4244         Log: Regen headers.
4245      Branch: perl
4246            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
4247            ! pod/perlapi.pod proto.h
4248 ____________________________________________________________________________
4249 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
4250         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
4251              From: Artur Bergman <artur@contiller.se>
4252              Date: Wed, 20 Jun 2001 11:31:32 +0200
4253              Message-ID: <B7563A14.17D8%artur@contiller.se>
4254      Branch: perl
4255            ! embed.pl hv.c intrpvar.h sv.c sv.h
4256 ____________________________________________________________________________
4257 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
4258         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
4259              From: Tim Sweetman <tim@aldigital.co.uk> 
4260              Date: Wed, 13 Jun 2001 14:25:17 +0100 
4261              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
4262      Branch: perl
4263            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
4264 ____________________________________________________________________________
4265 [ 10755] By: nick                                  on 2001/06/20  16:12:37
4266         Log: Integrate mainline
4267      Branch: perlio
4268           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
4269           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
4270           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
4271           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
4272           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
4273           !> t/op/study.t util.c
4274 ____________________________________________________________________________
4275 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
4276         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
4277              but not Makefile)
4278      Branch: maint-5.6/perl
4279            ! win32/Makefile
4280 ____________________________________________________________________________
4281 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
4282         Log: Security tweak on readlink().
4283      Branch: perl
4284            ! pp_sys.c
4285 ____________________________________________________________________________
4286 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
4287         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
4288      Branch: perl
4289            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
4290            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
4291            ! mpeix/relink t/op/pwent.t
4292 ____________________________________________________________________________
4293 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
4294         Log: Reinstate #10725 (with probe for alarm()).
4295      Branch: perl
4296            ! t/op/study.t
4297 ____________________________________________________________________________
4298 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
4299         Log: Replace our implementation of realpath() with OpenBSD's
4300              (src/lib/libc/stdlib/realpath.c 1.4).
4301      Branch: perl
4302            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
4303            ! pod/perldiag.pod proto.h util.c
4304 ____________________________________________________________________________
4305 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
4306         Log: Integrate perlio.
4307      Branch: perl
4308           !> perlio.c
4309 ____________________________________________________________________________
4310 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
4311         Log: No point in going into memory-saving contortions
4312              with getcwd() since there's a danger of buffer overflow.
4313              Also make the POSIX extension to use sv_getcwd().
4314              Finally, a missed proto.h fragment.
4315      Branch: perl
4316            ! ext/POSIX/POSIX.xs proto.h util.c
4317 ____________________________________________________________________________
4318 [ 10747] By: nick                                  on 2001/06/20  12:38:26
4319         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
4320      Branch: perlio
4321            ! perlio.c
4322 ____________________________________________________________________________
4323 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
4324         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
4325              From: Graham Barr <gbarr@pobox.com>
4326              Date: Wed, 20 Jun 2001 11:05:49 +0100
4327              Message-ID: <20010620110549.I19188@pobox.com>
4328              
4329              reported in        
4330              
4331              Subject: Bug in IO::Socket::INET module (repeat)
4332              From: "Harmon S. Nine" <hnine@netarx.com>
4333              Date: Tue, 19 Jun 2001 09:41:35 -0400
4334              Message-ID: <3B2F568F.8080605@netarx.com>
4335              
4336              The bug was that the IO::Socket::INET constructor
4337              did not allow a 'LocalPort' of 0.
4338      Branch: perl
4339            ! ext/IO/lib/IO/Socket/INET.pm
4340 ____________________________________________________________________________
4341 [ 10745] By: nick                                  on 2001/06/20  08:56:39
4342         Log: Integrate mainline.
4343      Branch: perlio
4344           !> (integrate 37 files)
4345 ____________________________________________________________________________
4346 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
4347         Log: After some reading I don't think we can blindly
4348              use systems' realpath().  Too many security problems,
4349              too many buggy implementations.
4350              
4351              TODO: the realpath() emulation code in util.c doesn't
4352              seem fully operational?  (readlink(), for example?)
4353      Branch: perl
4354            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
4355            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
4356            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
4357            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
4358            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
4359            ! win32/config_H.gc win32/config_H.vc
4360 ____________________________________________________________________________
4361 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
4362         Log: Metaconfig unit change for #10738.
4363      Branch: metaconfig
4364            ! U/compline/d_gconvert.U
4365 ____________________________________________________________________________
4366 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
4367         Log: Integrate change #10739 from maintperl:
4368              
4369              C<eval "/x$\r\n/x"> fails to compile correctly 
4370      Branch: perl
4371           !> t/op/pat.t toke.c
4372 ____________________________________________________________________________
4373 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
4374         Log: Retract #10725 (Hugo asked NOT to apply the patch)
4375      Branch: perl
4376            ! t/op/study.t
4377 ____________________________________________________________________________
4378 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
4379         Log: The test.third results were funnily named because of the
4380              new test scheme.
4381      Branch: perl
4382            ! t/TEST
4383 ____________________________________________________________________________
4384 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
4385         Log: C<eval "/x$\r\n/x"> fails to compile correctly
4386      Branch: maint-5.6/perl
4387            ! t/op/pat.t toke.c
4388 ____________________________________________________________________________
4389 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
4390         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
4391              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4392              Date: Tue, 19 Jun 2001 19:15:40 -0400
4393              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
4394              
4395              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
4396              because "1e+129" being expected but "1.e+129" being returned.
4397              The culprit (at least in Tru64) is the use of gcvt().
4398      Branch: perl
4399            ! Configure
4400 ____________________________________________________________________________
4401 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
4402         Log: Subject: [PATCH perl@10722] test hunting on VMS
4403              From: "Craig A. Berry" <craigberry@mac.com>
4404              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
4405              Date: Tue, 19 Jun 2001 18:59:01 -0500
4406      Branch: perl
4407            ! vms/test.com
4408 ____________________________________________________________________________
4409 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
4410         Log: Subject: [PATCH] s/typos//
4411              From: Abhijit Menon-Sen <ams@wiw.org>
4412              Date: Wed, 20 Jun 2001 02:15:02 +0530
4413              Message-ID: <20010620021502.A14541@lustre.linux.in>
4414              
4415              Without the op.h s/bearword/bareword/ hunk, see
4416              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
4417      Branch: perl
4418            ! util.c
4419 ____________________________________________________________________________
4420 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
4421         Log: Metaconfig unit change for #10732 and #10733.
4422      Branch: metaconfig/U/perl
4423            ! fflushall.U
4424 ____________________________________________________________________________
4425 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
4426         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
4427              From: "Craig A. Berry" <craigberry@mac.com>
4428              Date: Tue, 19 Jun 2001 17:19:48 -0500
4429              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
4430      Branch: perl
4431            ! configure.com vms/descrip_mms.template
4432 ____________________________________________________________________________
4433 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
4434         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
4435              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4436              Date: Tue, 19 Jun 2001 16:48:07 -0400
4437              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
4438              
4439              Further fixes to fflush(NULL) detection.
4440      Branch: perl
4441            ! Configure
4442 ____________________________________________________________________________
4443 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
4444         Log: AIX test -s hangs with non-existent files?
4445              (A genuine logic bug in Configure, but AIX also broken?)
4446      Branch: perl
4447            ! Configure
4448 ____________________________________________________________________________
4449 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
4450         Log: AUTHORS updates.
4451      Branch: perl
4452            ! AUTHORS
4453 ____________________________________________________________________________
4454 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
4455         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
4456              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4457              Date: Tue, 19 Jun 2001 15:33:25 -0400
4458              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
4459      Branch: perl
4460            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
4461            ! t/lib/warnings/pp
4462 ____________________________________________________________________________
4463 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
4464         Log: Integrate perlio.
4465      Branch: perl
4466           !> lib/File/Find/find.t win32/distclean.bat
4467 ____________________________________________________________________________
4468 [ 10728] By: nick                                  on 2001/06/19  18:24:53
4469         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
4470      Branch: perlio
4471            ! lib/File/Find/find.t win32/distclean.bat
4472 ____________________________________________________________________________
4473 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
4474         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
4475              also add information how to find out whether one has PerlIO.
4476      Branch: perl
4477            ! pod/perlfunc.pod
4478 ____________________________________________________________________________
4479 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
4480         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
4481              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4482              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
4483              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
4484      Branch: perl
4485            ! pod/perlfunc.pod
4486 ____________________________________________________________________________
4487 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
4488         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
4489              From: Hugo <hv@crypt.compulink.co.uk>
4490              Date: Tue, 19 Jun 2001 12:37:30 +0100
4491              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
4492      Branch: perl
4493            ! t/op/study.t
4494 ____________________________________________________________________________
4495 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
4496         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
4497              From: Hugo <hv@crypt.compulink.co.uk>
4498              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
4499              Date: Tue, 19 Jun 2001 13:15:17 +0100
4500      Branch: perl
4501            ! util.c
4502 ____________________________________________________________________________
4503 [ 10723] By: nick                                  on 2001/06/19  14:46:15
4504         Log: Integrate mainline
4505      Branch: perlio
4506           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
4507           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
4508           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
4509           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
4510           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
4511           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
4512            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
4513            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
4514            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
4515            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
4516            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
4517            - ext/Thread/unsync4.t
4518           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
4519           !> djgpp/config.over djgpp/fixpmain
4520           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
4521           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
4522           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
4523 ____________________________________________________________________________
4524 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
4525         Log: Update Changes.
4526      Branch: perl
4527            ! Changes patchlevel.h
4528 ____________________________________________________________________________
4529 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
4530         Log: The existence shall be MANIFESted.
4531      Branch: perl
4532            ! MANIFEST
4533 ____________________________________________________________________________
4534 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
4535         Log: The old libnet.cfg is first searched from the current directory,
4536              only then from the module path.
4537      Branch: perl
4538            ! utils/libnetcfg.PL
4539 ____________________________________________________________________________
4540 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
4541         Log: NetWare tweaks from Guruprasad.
4542      Branch: perl
4543            ! NetWare/Makefile NetWare/config.wc
4544 ____________________________________________________________________________
4545 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
4546         Log: Subject: [PATCH] djgpp updates
4547              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
4548              Date: Tue, 19 Jun 2001 10:59:06 +0200
4549              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
4550      Branch: perl
4551            ! djgpp/config.over djgpp/fixpmain
4552 ____________________________________________________________________________
4553 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
4554         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
4555              From: Prymmer/Kahn <pvhp@best.com>
4556              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
4557              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
4558      Branch: perl
4559            ! win32/Makefile
4560 ____________________________________________________________________________
4561 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
4562         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
4563              to happen right after the inclusion of <inttypes.h>,
4564              from Edward Moy.
4565      Branch: perl
4566            ! handy.h perl.h
4567 ____________________________________________________________________________
4568 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
4569         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
4570              From: Doug MacEachern <dougm@covalent.net>
4571              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
4572              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
4573      Branch: perl
4574            ! ext/DynaLoader/DynaLoader_pm.PL
4575 ____________________________________________________________________________
4576 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
4577         Log: Revert #10656 for perfomance reasons but leave in the
4578              use of Hv*() macros -- in comments, so that grepping the
4579              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
4580              suggested by Sarathy, also by Abhijit.)
4581      Branch: perl
4582            ! hv.c
4583 ____________________________________________________________________________
4584 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
4585         Log: Subject: [patch] .s MakeMaker suffix
4586              From: Doug MacEachern <dougm@covalent.net>
4587              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
4588              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
4589      Branch: perl
4590            ! lib/ExtUtils/MM_Unix.pm
4591 ____________________________________________________________________________
4592 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
4593         Log: One test lost in the big shuffle restored.
4594      Branch: perl
4595            + ext/IPC/SysV/ipcsysv.t
4596            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
4597 ____________________________________________________________________________
4598 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
4599         Log: Rename the old non-standard threads tests so that
4600              they won't be invoked.
4601      Branch: perl
4602            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
4603            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
4604            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
4605            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
4606            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
4607            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
4608            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
4609            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
4610            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
4611            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
4612            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
4613            - ext/Thread/unsync4.t
4614            ! MANIFEST
4615 ____________________________________________________________________________
4616 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
4617         Log: Integrate perlio.
4618      Branch: perl
4619           !> win32/config_sh.PL
4620 ____________________________________________________________________________
4621 [ 10709] By: nick                                  on 2001/06/19  08:18:18
4622         Log: Integrate mainline
4623      Branch: perlio
4624           +> (branch 40 files)
4625            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
4626            - lib/strict/subs lib/strict/vars lib/warnings/1global
4627            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
4628            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
4629            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
4630            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
4631            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
4632            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
4633            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
4634            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
4635            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
4636            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
4637            - lib/warnings/utf8 lib/warnings/util
4638           !> (integrate 57 files)
4639 ____________________________________________________________________________
4640 [ 10708] By: nick                                  on 2001/06/19  07:57:10
4641         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
4642      Branch: perlio
4643            ! win32/config_sh.PL
4644 ____________________________________________________________________________
4645 [ 10707] By: nick                                  on 2001/06/19  07:05:07
4646         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
4647      Branch: perl
4648            ! perly.c perly.y perly_c.diff vms/perly_c.vms
4649 ____________________________________________________________________________
4650 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
4651         Log: More perl572delta tweaks.
4652      Branch: perl
4653            ! pod/perl572delta.pod
4654 ____________________________________________________________________________
4655 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
4656         Log: Update perl572delta.
4657      Branch: perl
4658            ! pod/perl572delta.pod
4659 ____________________________________________________________________________
4660 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
4661         Log: VOS updates from Paul Green.
4662      Branch: perl
4663            ! vos/Changes vos/build.cm vos/perl.bind
4664 ____________________________________________________________________________
4665 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
4666         Log: Update the vos/config.*.* files.
4667      Branch: perl
4668            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4669            ! vos/config.ga.h
4670 ____________________________________________________________________________
4671 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
4672         Log: Add a makefile for more painless adding of symbols to the
4673              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
4674              takes care of the adding)
4675      Branch: perl
4676            + vos/Makefile
4677 ____________________________________________________________________________
4678 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
4679         Log: Make libnetcfg by default display the libnet configuration,
4680              -c to change, add -i for old config, document all options,
4681              regen toc.
4682      Branch: perl
4683            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
4684 ____________________________________________________________________________
4685 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
4686         Log: gcc -Wall sweep.
4687      Branch: perl
4688            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
4689 ____________________________________________________________________________
4690 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
4691         Log: So there.
4692      Branch: perl
4693            ! universal.c
4694 ____________________________________________________________________________
4695 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
4696         Log: Document the need for sv_printify().
4697              
4698              Document that 'use utf8' has been considered.
4699              
4700              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
4701      Branch: perl
4702            ! pod/perltodo.pod universal.c
4703 ____________________________________________________________________________
4704 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
4705         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
4706              From: Nicholas Clark <nick@ccl4.org>
4707              Date: Mon, 18 Jun 2001 23:29:23 +0100
4708              Message-ID: <20010618232923.I98663@plum.flirble.org>
4709      Branch: perl
4710            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
4711            ! ext/Sys/Syslog/Makefile.PL
4712 ____________________________________________________________________________
4713 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
4714         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
4715              From: Scott.L.Miller@Compaq.com
4716              Date: Mon, 18 Jun 2001 10:12:27 -0500
4717              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
4718      Branch: perl
4719            ! lib/perl5db.pl pod/perldebug.pod
4720 ____________________________________________________________________________
4721 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
4722         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
4723              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
4724              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
4725              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
4726      Branch: perl
4727            ! lib/Carp/Heavy.pm
4728 ____________________________________________________________________________
4729 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
4730         Log: Subject: [PATCH] Documentation changes for CLONE
4731              From: Artur Bergman <artur@contiller.se>
4732              Date: Mon, 18 Jun 2001 22:06:37 +0200
4733              Message-ID: <B7542BEC.1719%artur@contiller.se>
4734      Branch: perl
4735            ! pod/perlmod.pod pod/perlsub.pod
4736 ____________________________________________________________________________
4737 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
4738         Log: Subject: Re: configure.com
4739              From: "Craig A. Berry" <craigberry@mac.com>
4740              Date: Mon, 18 Jun 2001 16:04:38 -0500
4741              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
4742      Branch: perl
4743            ! configure.com
4744 ____________________________________________________________________________
4745 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
4746         Log: Subject: PL_nullstash + perl_clone()
4747              From: Doug MacEachern <dougm@covalent.net>
4748              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
4749              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
4750      Branch: perl
4751            ! sv.c
4752 ____________________________________________________________________________
4753 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
4754         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
4755              From: davem@fdgroup.co.uk
4756              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
4757              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
4758      Branch: perl
4759            ! embed.pl pod/perlapi.pod
4760 ____________________________________________________________________________
4761 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
4762         Log: More cross-compilation defaults gleaned from -Dcc
4763              if it is CPU-OS-gcc.
4764      Branch: metaconfig
4765            ! U/modified/libc.U
4766      Branch: metaconfig/U/perl
4767            ! Cross.U
4768      Branch: perl
4769            ! Configure INSTALL
4770 ____________________________________________________________________________
4771 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
4772         Log: Update Changes.
4773      Branch: perl
4774            ! Changes patchlevel.h
4775 ____________________________________________________________________________
4776 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
4777         Log: Subject: [PATCH 5.7.1] sv.c documentation
4778              From: davem@fdgroup.co.uk
4779              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
4780              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
4781      Branch: perl
4782            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
4783            ! sv.c sv.h
4784 ____________________________________________________________________________
4785 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
4786         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
4787              From: "Jon Gunnip" <jongunnip@hotmail.com>
4788              Date: Sun, 17 Jun 2001 18:24:29 -0400
4789              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
4790      Branch: perl
4791            ! pod/perlvar.pod
4792 ____________________________________________________________________________
4793 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
4794         Log: Move the locale/strict/warnings helper files back
4795              under the t/lib; this way the amount of non-installabled
4796              stuff under lib/ stays smaller.
4797      Branch: perl
4798            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
4799            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
4800            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
4801            + t/lib/warnings/5nolint t/lib/warnings/6default
4802            + t/lib/warnings/7fatal t/lib/warnings/8signal
4803            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
4804            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
4805            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
4806            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
4807            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
4808            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
4809            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
4810            + t/lib/warnings/taint t/lib/warnings/toke
4811            + t/lib/warnings/universal t/lib/warnings/utf8
4812            + t/lib/warnings/util
4813            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
4814            - lib/strict/subs lib/strict/vars lib/warnings/1global
4815            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
4816            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
4817            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
4818            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
4819            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
4820            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
4821            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
4822            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
4823            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
4824            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
4825            - lib/warnings/utf8 lib/warnings/util
4826            ! MANIFEST installperl lib/locale.t lib/strict.t
4827 ____________________________________________________________________________
4828 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
4829         Log: Split off the pack/unpack code, from Nicholas Clark.
4830      Branch: perl
4831            + pp_pack.c
4832            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
4833            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
4834            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
4835 ____________________________________________________________________________
4836 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
4837         Log: Guard the SysV IPC tests against being invoked in
4838              SysV-IPC-less places.
4839      Branch: perl
4840            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
4841 ____________________________________________________________________________
4842 [ 10683] By: nick                                  on 2001/06/18  12:24:42
4843         Log: Integrate mainline (new test scheme now ok on Linux).
4844      Branch: perlio
4845           +> lib/warnings.t
4846           !> dump.c sv.c
4847 ____________________________________________________________________________
4848 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
4849         Log: Add the locale.c and numeric.c to the microperl sources.
4850      Branch: perl
4851            ! Makefile.micro win32/Makefile
4852 ____________________________________________________________________________
4853 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
4854         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
4855              From: Abhijit Menon-Sen <ams@wiw.org>
4856              Date: Mon, 18 Jun 2001 14:23:44 +0530
4857              Message-ID: <20010618142344.A13136@lustre.linux.in>
4858      Branch: perl
4859            ! dump.c
4860 ____________________________________________________________________________
4861 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
4862         Log: Subject: Re: [PATCH] more anonymous stash cleanups
4863              From: Abhijit Menon-Sen <ams@wiw.org>
4864              Date: Mon, 18 Jun 2001 15:50:32 +0530
4865              Message-ID: <20010618155032.A13223@lustre.linux.in>
4866              
4867              Plus the comment left in as suggested by NI-S.
4868      Branch: perl
4869            ! sv.c
4870 ____________________________________________________________________________
4871 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
4872         Log: One missed file.
4873      Branch: perl
4874            + lib/warnings.t
4875 ____________________________________________________________________________
4876 [ 10678] By: nick                                  on 2001/06/18  08:05:29
4877         Log: Integrate mainline (part2 - the deletes)
4878      Branch: perlio
4879            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
4880            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
4881            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
4882            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
4883            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
4884            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
4885            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
4886            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
4887            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
4888            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
4889            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
4890 ____________________________________________________________________________
4891 [ 10677] By: nick                                  on 2001/06/18  08:04:44
4892         Log: Integrate mainline (part1)
4893      Branch: perlio
4894           +> (branch 376 files)
4895            - (delete 219 files)
4896           !> (integrate 151 files)
4897 ____________________________________________________________________________
4898 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
4899         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
4900              No doubt I made some mistakes like missed some files or
4901              misnamed some files.  The naming rules were more or less:
4902              (1) if the module is from CPAN, follows its ways, be it
4903              t/*.t or test.pl.
4904              (2) otherwise if there are multiple tests for a module
4905              put them in a t/
4906              (3) otherwise if there's only one test put it in Module.t
4907              (4) helper files go to module/ (locale, strict, warnings)
4908              (5) use longer filenames now that we can (but e.g. the
4909              compat-0.6.t and the Text::Balanced test files still
4910              were renamed to be more civil against the 8.3 people)
4911              installperl was updated appropriately not to install the
4912              *.t files or the help files from under lib.
4913              
4914              TODO: some helper files still remain under t/ that could
4915              follow their 'masters'.  UPDATE: On second thoughts, why
4916              should they.  They can continue to live under t/lib, and
4917              in fact the locale/strict/warnings helpers that were moved
4918              could be moved back.  This way the amount of non-installable
4919              stuff under lib/ stays smaller.
4920      Branch: perl
4921            + (add 253 files)
4922            - (delete 254 files)
4923            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
4924 ____________________________________________________________________________
4925 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
4926         Log: The warning no more comes from util.c, it comes from numeric.c.
4927      Branch: perl
4928            ! README.tru64
4929 ____________________________________________________________________________
4930 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
4931         Log: Subject: Re: anyone good at casting spells?
4932              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4933              Date: Sun, 17 Jun 2001 21:21:04 -0400
4934              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
4935      Branch: perl
4936            ! ext/POSIX/POSIX.xs hv.h
4937 ____________________________________________________________________________
4938 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
4939         Log: Protect the (original) thread tests against testing if no 5.005
4940              threads have been configured.
4941      Branch: perl
4942            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
4943            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
4944            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
4945            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
4946            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
4947            ! ext/Thread/unsync4.t
4948 ____________________________________________________________________________
4949 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
4950         Log: Try the new test scanning scheme on Text::Abbrev.
4951      Branch: perl
4952            + lib/Text/Abbrev.t
4953            - lib/Text/Abbrev/t/abbrev.t
4954            ! MANIFEST
4955 ____________________________________________________________________________
4956 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
4957         Log: Change the scan policy of the *.t and test.pl files,
4958              now the *.t do not need to live in a t/ directory.
4959      Branch: perl
4960            ! t/TEST t/harness
4961 ____________________________________________________________________________
4962 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
4963         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
4964              From: Ilmari Karonen <iltzu@sci.fi>
4965              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
4966              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
4967      Branch: perl
4968            ! pod/perlfaq7.pod
4969 ____________________________________________________________________________
4970 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
4971         Log: Quench the warnings from Tru64; the HP-UX is still
4972              broken because it really, REALLY, doesn't like the
4973              HvARRAY() being lvalue:
4974              
4975              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
4976              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
4977      Branch: perl
4978            ! hv.c
4979 ____________________________________________________________________________
4980 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
4981         Log: Integrate change #10667 from maintperl:
4982              
4983              change#10449 broke the special-case that makes lexicals inside the
4984              eval"" within DB::DB() visible
4985      Branch: perl
4986           !> op.c
4987 ____________________________________________________________________________
4988 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
4989         Log: change#10449 broke the special-case that makes lexicals inside the
4990              eval"" within DB::DB() visible
4991      Branch: maint-5.6/perl
4992            ! op.c
4993 ____________________________________________________________________________
4994 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
4995         Log: Still spurious output; indent the code a bit.
4996              
4997              TODO1: separate the utility functions like MkDir
4998              into a helper script?
4999              
5000              TODO2: I see a lot of repetition in the filepath()
5001              and dirpath() calls.
5002      Branch: perl
5003            ! t/lib/filefind.t t/lib/findtaint.t
5004 ____________________________________________________________________________
5005 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
5006         Log: Regen modlib, toc.
5007      Branch: perl
5008            ! pod/perlmodlib.pod pod/perltoc.pod
5009 ____________________________________________________________________________
5010 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
5011         Log: Add libnetcfg to perlutil.
5012      Branch: perl
5013            ! pod/perlutil.pod
5014 ____________________________________________________________________________
5015 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
5016         Log: Initial integration of libnet-1.0703.
5017              The Configure script renamed as libnetcfg, will be
5018              installed along other utilities.
5019      Branch: perl
5020            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
5021            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
5022            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
5023            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
5024            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
5025            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
5026            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
5027            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
5028            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
5029            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
5030            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
5031            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5032            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
5033            + utils/libnetcfg.PL
5034            ! MANIFEST utils.lst utils/Makefile
5035 ____________________________________________________________________________
5036 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
5037         Log: Less potentially test-harness-confusing output.
5038      Branch: perl
5039            ! lib/Memoize/t/expire_module_t.t
5040 ____________________________________________________________________________
5041 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
5042         Log: The final print annoys make test.
5043      Branch: perl
5044            ! t/lib/filefind.t t/lib/findtaint.t
5045 ____________________________________________________________________________
5046 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
5047         Log: Add an option for handling dangling symbolic links.
5048      Branch: perl
5049            ! lib/File/Find.pm t/lib/filefind.t
5050 ____________________________________________________________________________
5051 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
5052         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
5053              From: Thomas Wegner <wegner_thomas@yahoo.com>
5054              Date: Sun, 17 Jun 2001 14:43:11 +0200
5055              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
5056      Branch: perl
5057            + t/lib/findtaint.t
5058            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
5059 ____________________________________________________________________________
5060 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
5061         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
5062              From: Jonathan Stowe <gellyfish@gellyfish.com>
5063              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
5064              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
5065      Branch: perl
5066            ! lib/ExtUtils/MM_Unix.pm
5067 ____________________________________________________________________________
5068 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
5069         Log: Subject: [PATCH] more anonymous stash cleanups
5070              From: Abhijit Menon-Sen <ams@wiw.org>
5071              Date: Sun, 17 Jun 2001 11:44:06 +0530
5072              Message-ID: <20010617114406.A25203@lustre.linux.in>
5073      Branch: perl
5074            ! op.c
5075 ____________________________________________________________________________
5076 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
5077         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
5078              From: Abhijit Menon-Sen <ams@wiw.org>
5079              Date: Sun, 17 Jun 2001 08:02:59 +0530
5080              Message-ID: <20010617080259.A28776@lustre.linux.in>
5081              
5082              Subject: [PATCH #2/7] xhv_eiter
5083              From: Abhijit Menon-Sen <ams@wiw.org>
5084              Date: Sun, 17 Jun 2001 08:13:18 +0530
5085              Message-ID: <20010617081318.B28776@lustre.linux.in>
5086              
5087              Subject: [PATCH #3/7] xhv_fill
5088              From: Abhijit Menon-Sen <ams@wiw.org>
5089              Date: Sun, 17 Jun 2001 08:25:16 +0530
5090              Message-ID: <20010617082516.C28776@lustre.linux.in>
5091              
5092              Subject: [PATCH #4/7] xhv_keys
5093              From: Abhijit Menon-Sen <ams@wiw.org>
5094              Date: Sun, 17 Jun 2001 08:36:17 +0530
5095              Message-ID: <20010617083617.D28776@lustre.linux.in>
5096              
5097              Subject: [PATCH #5/7] xhv_max
5098              From: Abhijit Menon-Sen <ams@wiw.org>
5099              Date: Sun, 17 Jun 2001 08:39:48 +0530
5100              Message-ID: <20010617083948.E28776@lustre.linux.in>
5101              
5102              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
5103              From: Abhijit Menon-Sen <ams@wiw.org>
5104              Date: Sun, 17 Jun 2001 08:51:11 +0530
5105              Message-ID: <20010617085111.F28776@lustre.linux.in>
5106      Branch: perl
5107            ! hv.c
5108 ____________________________________________________________________________
5109 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
5110         Log: Update Changes.
5111      Branch: perl
5112            ! Changes patchlevel.h
5113 ____________________________________________________________________________
5114 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
5115         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
5116              From: Abhijit Menon-Sen <ams@wiw.org>
5117              Date: Sat, 16 Jun 2001 07:41:19 +0530
5118              Message-ID: <20010616074119.A24720@lustre.linux.in>
5119      Branch: perl
5120            ! hv.c perl.c vms/vmsish.h win32/win32.h
5121 ____________________________________________________________________________
5122 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
5123         Log: Document tests failing when threaded, since we now have more.
5124      Branch: perl
5125            ! pod/perl572delta.pod
5126 ____________________________________________________________________________
5127 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
5128         Log: -Wall cleanup.
5129      Branch: perl
5130            ! ext/Thread/Thread.xs
5131 ____________________________________________________________________________
5132 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
5133         Log: pthread_attr_setstacksize() isn't absolutely necessary
5134              to call, only iff THREAD_CREATE_NEEDS_STACK.
5135      Branch: perl
5136            ! ext/Thread/Thread.xs
5137 ____________________________________________________________________________
5138 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
5139         Log: -Wall strays.
5140      Branch: perl
5141            ! perl.c util.c
5142 ____________________________________________________________________________
5143 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
5144         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
5145              (and INT64_MIN) brokenness.
5146      Branch: perl
5147            ! hints/darwin.sh perl.h
5148 ____________________________________________________________________________
5149 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
5150         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
5151              From: Nicholas Clark <nick@ccl4.org>
5152              Date: Sun, 17 Jun 2001 00:16:05 +0100
5153              Message-ID: <20010617001605.V98663@plum.flirble.org>
5154      Branch: perl
5155            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
5156            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5157            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5158 ____________________________________________________________________________
5159 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
5160         Log: Add perlnetware to docs; regen toc; supply skeleton
5161              docs for some Memoize submodules.
5162      Branch: perl
5163            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
5164            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
5165            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
5166            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
5167            ! win32/Makefile win32/makefile.mk
5168 ____________________________________________________________________________
5169 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
5170         Log: pod cleanup.
5171      Branch: perl
5172            ! README.netware
5173 ____________________________________________________________________________
5174 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
5175         Log: Integrate Memoize 0.64.  Few tweaks were required in
5176              the test scripts.  Note that the speed and expire*
5177              tests take several dozen seconds to run.
5178      Branch: perl
5179            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
5180            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
5181            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
5182            + lib/Memoize/README lib/Memoize/SDBM_File.pm
5183            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
5184            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
5185            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
5186            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
5187            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
5188            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
5189            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
5190            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
5191            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
5192            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
5193            ! MANIFEST t/lib/1_compile.t
5194 ____________________________________________________________________________
5195 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
5196         Log: Document the cross-compilation options.
5197      Branch: perl
5198            ! Cross/README INSTALL
5199 ____________________________________________________________________________
5200 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
5201         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
5202      Branch: perl
5203            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
5204            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
5205            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
5206            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
5207            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
5208            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
5209            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
5210            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
5211            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
5212            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
5213            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
5214            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
5215            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
5216            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
5217            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
5218            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
5219            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
5220            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
5221            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
5222            + lib/ExtUtils/MM_NW5.pm
5223            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
5224            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
5225            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
5226            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
5227            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
5228            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
5229            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
5230            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
5231            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
5232            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
5233            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
5234            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
5235            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
5236            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
5237            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
5238            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
5239            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
5240            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
5241            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
5242            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
5243            ! util.h x2p/a2py.c
5244 ____________________________________________________________________________
5245 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
5246         Log: Resort MANIFEST.
5247      Branch: perl
5248            ! MANIFEST
5249 ____________________________________________________________________________
5250 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
5251         Log: Integrate perlio.
5252      Branch: perl
5253           +> win32/win32io.c
5254           !> MANIFEST perlio.c perliol.h win32/makefile.mk
5255 ____________________________________________________________________________
5256 [ 10640] By: nick                                  on 2001/06/16  18:38:31
5257         Log: Disable :win32 layer as default till I get it working
5258      Branch: perlio
5259            ! MANIFEST perlio.c
5260 ____________________________________________________________________________
5261 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
5262         Log: Try the new scheme by moving the Text::Abbrev test
5263              to a new place under lib.
5264      Branch: perl
5265            + lib/Text/Abbrev/t/abbrev.t
5266            - t/lib/abbrev.t
5267            ! MANIFEST
5268 ____________________________________________________________________________
5269 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
5270         Log: Make the code even more dynamical so that testname
5271              suffix length can change.
5272      Branch: perl
5273            ! lib/Test/Harness.pm t/TEST
5274 ____________________________________________________________________________
5275 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
5276         Log: Allow for deeper t/ and also a single test.pl.
5277      Branch: perl
5278            ! t/TEST t/harness
5279 ____________________________________________________________________________
5280 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
5281         Log: #define fix from Nicholas Clark.
5282      Branch: perl
5283            ! ext/POSIX/POSIX.xs
5284 ____________________________________________________________________________
5285 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
5286         Log: Initialization is nice.
5287      Branch: perl
5288            ! lib/Test/Harness.pm
5289 ____________________________________________________________________________
5290 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
5291         Log: Make t/TEST and t/harness to test also the t/ tests
5292              under the main lib/ and ext/ directories.  Fix Test::Harness
5293              to dynamically change the width of its "foo/bar....ok" output.
5294      Branch: perl
5295            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
5296 ____________________________________________________________________________
5297 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
5298         Log: Subject: [PATCH] Re: perl@10611 
5299              From: Nicholas Clark <nick@ccl4.org>
5300              Date: Sat, 16 Jun 2001 16:52:47 +0100
5301              Message-ID: <20010616165247.O98663@plum.flirble.org>
5302              
5303              The .xs parts, too.
5304      Branch: perl
5305            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
5306            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
5307 ____________________________________________________________________________
5308 [ 10632] By: nick                                  on 2001/06/16  16:44:35
5309         Log: Work-in-progress win32 layer semi-functional, checking 
5310              for UNIX breakage.
5311      Branch: perlio
5312            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
5313 ____________________________________________________________________________
5314 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
5315         Log: Subject: [PATCH] Re: perl@10611 
5316              From: Nicholas Clark <nick@ccl4.org>
5317              Date: Sat, 16 Jun 2001 16:52:47 +0100
5318              Message-ID: <20010616165247.O98663@plum.flirble.org>
5319      Branch: perl
5320            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
5321            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
5322            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
5323            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
5324            ! lib/ExtUtils/Constant.pm
5325 ____________________________________________________________________________
5326 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
5327         Log: Metaconfig unit change for #10629.
5328      Branch: metaconfig
5329            ! U/modified/Finish.U
5330 ____________________________________________________________________________
5331 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
5332         Log: The extraction changed directories.
5333      Branch: perl
5334            ! Configure
5335 ____________________________________________________________________________
5336 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
5337         Log: Math::BigInt 1.35 from Tels.
5338      Branch: perl
5339            + t/lib/mbimbf.t
5340            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5341            ! t/lib/bigfltpm.t t/lib/bigintpm.t
5342 ____________________________________________________________________________
5343 [ 10627] By: nick                                  on 2001/06/16  14:54:52
5344         Log: Work in progress UNIX-side edit of win32 PerLIO layer
5345      Branch: perlio
5346            + win32/win32io.c
5347            ! perlio.c win32/makefile.mk
5348 ____________________________________________________________________________
5349 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
5350         Log: Subject: [PATCH 5.6.1] os2/diff-configure
5351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5352              Date: Fri, 15 Jun 2001 01:19:36 -0400
5353              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
5354              
5355              Empty all of it because I think #10624 made even the
5356              last patch hunk unnecessary.
5357      Branch: perl
5358            ! os2/diff.configure
5359 ____________________________________________________________________________
5360 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
5361         Log: Metaconfig unit change for 10624.
5362      Branch: metaconfig
5363            ! U/modified/libc.U
5364      Branch: perl
5365            ! config_h.SH
5366 ____________________________________________________________________________
5367 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
5368         Log: Move the initialization of libnames to the beginning so
5369              that can one 'seed' it (as OS/2 does.)
5370      Branch: perl
5371            ! Configure
5372 ____________________________________________________________________________
5373 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
5374         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
5375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5376              Date: Fri, 15 Jun 2001 19:10:57 -0400
5377              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
5378      Branch: perl
5379            ! os2/OS2/REXX/DLL/DLL.pm
5380 ____________________________________________________________________________
5381 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
5382         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
5383              From: "Craig A. Berry" <craigberry@mac.com>
5384              Date: Fri, 15 Jun 2001 17:00:03 -0500
5385              Message-Id: <a05101007b750342599be@[172.16.52.1]>
5386      Branch: perl
5387            ! vms/descrip_mms.template
5388 ____________________________________________________________________________
5389 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
5390         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
5391              From: "Craig A. Berry" <craigberry@mac.com>
5392              Date: Fri, 15 Jun 2001 18:39:42 -0500
5393              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
5394      Branch: perl
5395            ! lib/File/Spec/VMS.pm t/lib/extutils.t
5396 ____________________________________________________________________________
5397 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
5398         Log: Integrate perlio.
5399      Branch: perl
5400           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
5401           !> t/io/utf8.t t/lib/io_scalar.t
5402 ____________________________________________________________________________
5403 [ 10619] By: nick                                  on 2001/06/15  21:05:19
5404         Log: Generated files
5405      Branch: perlio
5406            ! embed.h proto.h
5407 ____________________________________________________________________________
5408 [ 10618] By: nick                                  on 2001/06/15  20:27:42
5409         Log: Fix open.pm to work via XS-implemented method calls rather
5410              than *open::layers variables which caused all the HV/AV hassle.
5411      Branch: perlio
5412            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
5413            ! t/lib/io_scalar.t
5414 ____________________________________________________________________________
5415 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
5416         Log: Integrate perlio.
5417      Branch: perl
5418           !> lib/ExtUtils/Constant.pm
5419 ____________________________________________________________________________
5420 [ 10616] By: nick                                  on 2001/06/15  18:46:47
5421         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
5422      Branch: perlio
5423            ! lib/ExtUtils/Constant.pm
5424 ____________________________________________________________________________
5425 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
5426         Log: Integrate perlio.
5427      Branch: perl
5428           !> ext/Socket/Socket.xs
5429 ____________________________________________________________________________
5430 [ 10614] By: nick                                  on 2001/06/15  18:33:37
5431         Log: MULTIPLICITY fix for Socket.xs
5432      Branch: perlio
5433            ! ext/Socket/Socket.xs
5434 ____________________________________________________________________________
5435 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
5436         Log: Subject: Re: perl@10611
5437              From: Doug MacEachern <dougm@covalent.net>
5438              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
5439              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
5440      Branch: perl
5441            ! ext/Socket/Socket.xs
5442 ____________________________________________________________________________
5443 [ 10612] By: nick                                  on 2001/06/15  16:14:38
5444         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
5445      Branch: perlio
5446           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5447           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
5448           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
5449           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
5450           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
5451           !> utils/h2ph.PL
5452 ____________________________________________________________________________
5453 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
5454         Log: Update Changes.
5455      Branch: perl
5456            ! Changes patchlevel.h
5457 ____________________________________________________________________________
5458 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
5459         Log: Upping the test count.
5460      Branch: perl
5461            ! t/lib/filefind.t
5462 ____________________________________________________________________________
5463 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
5464         Log: Integrate perlio.
5465      Branch: perl
5466           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5467 ____________________________________________________________________________
5468 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
5469         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
5470              From: andreas.koenig@anima.de (Andreas J. Koenig)
5471              Date: 15 Jun 2001 13:30:39 +0200
5472              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
5473              
5474              Record the grim history.
5475      Branch: perl
5476            ! lib/File/Find.pm
5477 ____________________________________________________________________________
5478 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
5479         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
5480              From: Brian McCauley <nobull@mail.com>
5481              Date: 15 Jun 2001 07:51:26 +0100
5482              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
5483      Branch: perl
5484            ! lib/File/Find.pm t/lib/filefind.t
5485 ____________________________________________________________________________
5486 [ 10606] By: nick                                  on 2001/06/15  14:00:08
5487         Log: regen_config_h for Win32.
5488      Branch: perlio
5489            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5490 ____________________________________________________________________________
5491 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
5492         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
5493              From: Peter Prymmer <pvhp@forte.com>
5494              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
5495              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
5496      Branch: perl
5497            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
5498 ____________________________________________________________________________
5499 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
5500         Log: Some filesystems require writability for rename/unlink.
5501      Branch: perl
5502            ! opcode.pl
5503 ____________________________________________________________________________
5504 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
5505         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
5506              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5507              Date: Fri, 15 Jun 2001 12:08:53 +0200
5508              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
5509      Branch: perl
5510            ! perlio.c
5511 ____________________________________________________________________________
5512 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
5513         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
5514              From: Mike Guy <mjtg@cam.ac.uk>
5515              Date: Fri, 15 Jun 2001 14:11:49 +0100
5516              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
5517      Branch: perl
5518            ! opcode.pl
5519 ____________________________________________________________________________
5520 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
5521         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
5522              From: Nicholas Clark <nick@ccl4.org>
5523              Date: Thu, 14 Jun 2001 23:52:56 +0100
5524              Message-ID: <20010614235256.G98663@plum.flirble.org>
5525      Branch: perl
5526            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
5527            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5528 ____________________________________________________________________________
5529 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
5530         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
5531              From: Russ Allbery <rra@stanford.edu>
5532              Date: 14 Jun 2001 13:24:43 -0700
5533              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
5534      Branch: perl
5535            ! ext/GDBM_File/GDBM_File.pm
5536 ____________________________________________________________________________
5537 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
5538         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
5539              From: Nicholas Clark <nick@ccl4.org>
5540              Date: Thu, 14 Jun 2001 20:37:47 +0100
5541              Message-ID: <20010614203747.F98663@plum.flirble.org>
5542      Branch: perl
5543            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5544            ! t/lib/gdbm.t
5545 ____________________________________________________________________________
5546 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
5547         Log: Integrate perlio.
5548      Branch: perl
5549           !> makedef.pl sv.c
5550 ____________________________________________________________________________
5551 [ 10597] By: nick                                  on 2001/06/15  11:08:13
5552         Log: Check that HVs with HvNAME() != NULL are really stashes before
5553              treating them as such. Also be more defensive on the GvCV.
5554              Win32 fork and dprof now working again. 
5555      Branch: perlio
5556            ! sv.c
5557 ____________________________________________________________________________
5558 [ 10596] By: nick                                  on 2001/06/15  10:11:20
5559         Log: Integrate mainline.
5560      Branch: perlio
5561           +> Cross/README
5562           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
5563           !> Porting/config_H config_h.SH configure.com epoc/config.sh
5564           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
5565           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5566           !> vos/config.ga.h win32/config.bc win32/config.gc
5567           !> win32/config.vc win32/config_H.bc win32/config_H.gc
5568           !> win32/config_H.vc
5569 ____________________________________________________________________________
5570 [ 10595] By: nick                                  on 2001/06/15  09:37:17
5571         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
5572              - Win32 (VC++) now builds but fails:
5573              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
5574              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
5575              write.t    - open(...,"|-") not implemented on Win32 
5576      Branch: perlio
5577            ! makedef.pl
5578 ____________________________________________________________________________
5579 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
5580         Log: Integrate perlio.
5581      Branch: perl
5582           !> perlio.c win32/makefile.mk
5583 ____________________________________________________________________________
5584 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
5585         Log: Metaconfig unit changes for #10592.
5586      Branch: metaconfig
5587            + U/modified/i_varhdr.U U/modified/startsh.U
5588            - U/a_dvisory/crosscompile.U U/target/Target.U
5589            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
5590            ! U/compline/bitpbyte.U U/compline/byteorder.U
5591            ! U/compline/ccflags.U U/compline/charsize.U
5592            ! U/compline/d_casti32.U U/compline/d_castneg.U
5593            ! U/compline/d_closedir.U U/compline/d_fd_set.U
5594            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
5595            ! U/compline/d_keepsig.U U/compline/d_open3.U
5596            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
5597            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
5598            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
5599            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
5600            ! U/compline/doublesize.U U/compline/floatsize.U
5601            ! U/compline/nblock_io.U U/compline/orderlib.U
5602            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
5603            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
5604            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
5605            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
5606            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
5607            ! U/modified/spitshell.U U/threads/archname.U
5608            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
5609            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
5610            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
5611            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
5612            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
5613      Branch: metaconfig/U/perl
5614            + Cross.U
5615            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
5616            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
5617            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
5618            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
5619            ! stdio_streams.U uselfs.U
5620 ____________________________________________________________________________
5621 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
5622         Log: The first steps towards cross-compilation.
5623              
5624              Abstract execution of compiled test executables with $run,
5625              and abstract transfer of files with $to and $from.
5626              
5627              Under cross-compilation the $run, $to, and $from will point
5628              to appropriate wrapper scripts, by default ssh and scp,
5629              but also rsh, rcp, and cp are supported.  If not
5630              cross-compiling, they will be set to '', ':', and ':',
5631              respectively.
5632              
5633              With these patches I was able to get Configure for
5634              iPAQ ARM Linux on an Intel Linux about 95% right
5635              (only a few tests failed to execute or they produced
5636              incorrect results), and I was able to compile
5637              a functional miniperl.
5638              
5639              The symbol crosscompile renamed to be usecrosscompile,
5640              the corresponding C symbol from CROSSCOMPILE to
5641              USE_CROSS_COMPILE.
5642      Branch: perl
5643            ! Configure Cross/README Makefile.SH Porting/Glossary
5644            ! Porting/config.sh Porting/config_H config_h.SH configure.com
5645            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
5646            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5647            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5648            ! win32/config.gc win32/config.vc win32/config_H.bc
5649            ! win32/config_H.gc win32/config_H.vc
5650 ____________________________________________________________________________
5651 [ 10591] By: nick                                  on 2001/06/14  20:00:12
5652         Log: Steps along the road toward Win32 building again.
5653      Branch: perlio
5654            ! perlio.c win32/makefile.mk
5655 ____________________________________________________________________________
5656 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
5657         Log: Integrate perlio.
5658      Branch: perl
5659           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5660 ____________________________________________________________________________
5661 [ 10589] By: nick                                  on 2001/06/14  13:54:07
5662         Log: Routine regen_config_h for Win32
5663      Branch: perlio
5664            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5665 ____________________________________________________________________________
5666 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
5667         Log: Integrate perlio.
5668      Branch: perl
5669           +> perlyline.pl
5670           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
5671 ____________________________________________________________________________
5672 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
5673         Log: A placeholder.
5674      Branch: perl
5675            + Cross/README
5676 ____________________________________________________________________________
5677 [ 10586] By: nick                                  on 2001/06/14  08:25:07
5678         Log: Add new step to run_byacc which:
5679              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
5680              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
5681      Branch: perlio
5682            + perlyline.pl
5683            ! MANIFEST Makefile.SH perly.c
5684 ____________________________________________________________________________
5685 [ 10585] By: nick                                  on 2001/06/14  08:22:29
5686         Log: Integrate mainline
5687      Branch: perlio
5688           +> locale.c numeric.c
5689           !> Changes cygwin/Makefile.SHs embed.h embed.pl
5690           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
5691           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
5692           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
5693           !> x2p/Makefile.SH
5694 ____________________________________________________________________________
5695 [ 10584] By: nick                                  on 2001/06/14  08:05:53
5696         Log: Hack to remove insecure directories from PATH so test will run.
5697      Branch: perlio
5698            ! t/lib/filefind.t
5699 ____________________________________________________________________________
5700 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
5701         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
5702      Branch: perl
5703            - t/lib/mbimbf.t
5704            ! MANIFEST
5705 ____________________________________________________________________________
5706 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
5707         Log: Detypo.
5708      Branch: perl
5709            ! x2p/Makefile.SH
5710 ____________________________________________________________________________
5711 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
5712         Log: de-$CONFIG continues.
5713      Branch: perl
5714            ! cygwin/Makefile.SHs x2p/Makefile.SH
5715 ____________________________________________________________________________
5716 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
5717         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
5718              From: Nicholas Clark <nick@ccl4.org>
5719              Date: Wed, 13 Jun 2001 21:20:13 +0100
5720              Message-ID: <20010613212013.D98663@plum.flirble.org>
5721      Branch: perl
5722            ! opcode.pl
5723 ____________________________________________________________________________
5724 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
5725         Log: Subject: splitting util.c
5726              From: Hugo <hv@crypt.compulink.co.uk>
5727              Date: Thu, 14 Jun 2001 00:41:08 +0100
5728              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
5729      Branch: perl
5730            + locale.c numeric.c
5731            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
5732            ! pod/perlapi.pod proto.h util.c
5733 ____________________________________________________________________________
5734 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
5735         Log: Upgrade to Math::BigInt 1.34 from Tels.
5736      Branch: perl
5737            + t/lib/mbimbf.t
5738            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5739            ! t/lib/bigfltpm.t t/lib/bigintpm.t
5740 ____________________________________________________________________________
5741 [ 10577] By: nick                                  on 2001/06/13  19:02:48
5742         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
5743      Branch: perlio
5744           !> (integrate 125 files)
5745 ____________________________________________________________________________
5746 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
5747         Log: Update Changes.
5748      Branch: perl
5749            ! Changes patchlevel.h
5750 ____________________________________________________________________________
5751 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
5752         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
5753              From: "Craig A. Berry" <craigberry@mac.com>
5754              Date: Wed, 13 Jun 2001 13:24:28 -0500
5755              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
5756      Branch: perl
5757            ! ext/re/Makefile.PL
5758 ____________________________________________________________________________
5759 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
5760         Log: Mc.u.c. for #10573.
5761      Branch: metaconfig
5762            ! U/threads/usethreads.U
5763 ____________________________________________________________________________
5764 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
5765         Log: It would be also be good if I could type.
5766      Branch: perl
5767            ! Configure
5768 ____________________________________________________________________________
5769 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
5770         Log: Metaconfig unit change for #10571.
5771      Branch: metaconfig
5772            ! U/threads/usethreads.U
5773 ____________________________________________________________________________
5774 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
5775         Log: A non-empty default is a good thing.
5776      Branch: perl
5777            ! Configure
5778 ____________________________________________________________________________
5779 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
5780         Log: Metaconfig unit change for #10569.
5781      Branch: metaconfig
5782            ! U/threads/usethreads.U
5783 ____________________________________________________________________________
5784 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
5785         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
5786              extremely experimental, not even prompted for.
5787      Branch: perl
5788            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5789            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
5790            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
5791            ! win32/config.bc win32/config.gc win32/config.vc
5792 ____________________________________________________________________________
5793 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
5794         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
5795      Branch: perl
5796            ! pod/perlfaq6.pod
5797 ____________________________________________________________________________
5798 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
5799         Log: Integrate perlio; conflicts, accept Nick's versions.
5800      Branch: perl
5801           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5802           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
5803 ____________________________________________________________________________
5804 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
5805         Log: Subject: Re: ext/ + -Wall
5806              From: Doug MacEachern <dougm@covalent.net>
5807              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
5808              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
5809      Branch: perl
5810            ! XSUB.h lib/ExtUtils/xsubpp perl.h
5811 ____________________________________________________________________________
5812 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
5813         Log: Similar logic as DB_File.xs, using the modern macros and
5814              defines them to older ones for older Perls where PERL_VERSION
5815              is not defined, from Doug MacEachern.
5816      Branch: perl
5817            ! ext/Storable/Storable.xs
5818 ____________________________________________________________________________
5819 [ 10564] By: nick                                  on 2001/06/13  15:22:01
5820         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
5821              and using that instead (name lookups are sequential search for now).
5822      Branch: perlio
5823            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5824            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
5825 ____________________________________________________________________________
5826 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
5827         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
5828              From: "Richard Soderberg" <rs@crystalflame.net>
5829              Date: Sat, 26 May 2001 06:44:20 -0700
5830              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
5831      Branch: perl
5832            ! sv.c t/op/glob.t
5833 ____________________________________________________________________________
5834 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
5835         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
5836              From: "Craig A. Berry" <craigberry@mac.com>
5837              Date: Tue, 12 Jun 2001 23:55:26 -0500
5838              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
5839      Branch: perl
5840            ! ext/re/Makefile.PL ext/re/re.xs
5841 ____________________________________________________________________________
5842 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
5843         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
5844              suggested by NI-S.
5845      Branch: perl
5846            ! XSUB.h malloc.c perl.h
5847 ____________________________________________________________________________
5848 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
5849         Log: Regen toc.
5850      Branch: perl
5851            ! pod/perltoc.pod
5852 ____________________________________________________________________________
5853 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
5854         Log: Subject: [patch] perl.gprof control
5855              From: Doug MacEachern <dougm@covalent.net>
5856              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
5857              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
5858      Branch: perl
5859            ! miniperlmain.c perl.h
5860 ____________________________________________________________________________
5861 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
5862         Log: Subject: Re: ext/ + -Wall
5863              From: Doug MacEachern <dougm@covalent.net>
5864              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
5865              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
5866              
5867              Document ax and break up dXSARGS.
5868      Branch: perl
5869            ! XSUB.h pod/perlapi.pod
5870 ____________________________________________________________________________
5871 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
5872         Log: More AIX tweakage from Merijn.
5873      Branch: perl
5874            ! hints/aix.sh
5875 ____________________________________________________________________________
5876 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
5877         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
5878              From: "Craig A. Berry" <craigberry@mac.com>
5879              Date: Tue, 12 Jun 2001 22:57:45 -0500
5880              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
5881      Branch: perl
5882            ! vms/descrip_mms.template
5883 ____________________________________________________________________________
5884 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
5885         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
5886              From: "Craig A. Berry" <craigberry@mac.com>
5887              Date: Tue, 12 Jun 2001 22:21:39 -0500
5888              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
5889      Branch: perl
5890            ! configure.com util.c
5891 ____________________________________________________________________________
5892 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
5893         Log: New AIX dynaloading code from Jens-Uwe Mager.
5894              Does break binary compatibility.
5895      Branch: perl
5896            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
5897 ____________________________________________________________________________
5898 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
5899         Log: VMS DEC C compiler found nits by Peter Prymmer.
5900      Branch: perl
5901            ! util.c
5902 ____________________________________________________________________________
5903 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
5904         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
5905              From: Peter Prymmer <pvhp@forte.com>
5906              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
5907              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
5908      Branch: perl
5909            ! t/lib/filecomp.t
5910 ____________________________________________________________________________
5911 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
5912         Log: I wonder how many $CONFIGs still lurk in the shadows.
5913      Branch: perl
5914            ! pod/Makefile.SH x2p/cflags.SH
5915 ____________________________________________________________________________
5916 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
5917         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
5918      Branch: perl
5919            ! pod/checkpods.PL
5920 ____________________________________________________________________________
5921 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
5922         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
5923      Branch: perl
5924            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
5925 ____________________________________________________________________________
5926 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
5927         Log: Subject: [patch] rid local_patches warnings
5928              From: Doug MacEachern <dougm@covalent.net>
5929              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
5930              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
5931      Branch: perl
5932            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
5933 ____________________________________________________________________________
5934 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
5935         Log: Subject: Re: ext/ + -Wall
5936              From: Doug MacEachern <dougm@covalent.net>
5937              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
5938              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
5939      Branch: perl
5940            ! ext/attrs/attrs.xs
5941 ____________________________________________________________________________
5942 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
5943         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
5944              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5945              Date: Tue, 12 Jun 2001 14:36:20 -0400
5946              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
5947      Branch: perl
5948            ! pod/perlretut.pod
5949 ____________________________________________________________________________
5950 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
5951         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
5952              From: Mike Guy <mjtg@cam.ac.uk>
5953              Date: Tue, 12 Jun 2001 19:10:31 +0100
5954              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
5955              
5956              Subject: Re: [ID 20010612.001] out of memory during regex compilation
5957              From: Mike Guy <mjtg@cam.ac.uk>
5958              Date: Tue, 12 Jun 2001 19:21:01 +0100
5959              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
5960      Branch: perl
5961            ! pod/perlop.pod
5962 ____________________________________________________________________________
5963 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
5964         Log: AIX tweaks from Merijn H. Brand.
5965      Branch: perl
5966            ! hints/aix.sh
5967 ____________________________________________________________________________
5968 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
5969         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
5970              From: "Brendan O'Dea" <bod@compusol.com.au>
5971              Date: Wed, 13 Jun 2001 05:16:47 +1000
5972              Message-ID: <20010613051647.A8945@compusol.com.au>
5973      Branch: maint-5.6/perl
5974            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5975 ____________________________________________________________________________
5976 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
5977         Log: Subject: Small bcopy cleanup
5978              From: Andy Dougherty <doughera@lafayette.edu>
5979              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
5980              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
5981      Branch: perl
5982            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
5983 ____________________________________________________________________________
5984 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
5985         Log: Subject: [PATCH] Re: ext/ + -Wall
5986              From: Nicholas Clark <nick@ccl4.org>
5987              Date: Wed, 13 Jun 2001 00:04:30 +0100
5988              Message-ID: <20010613000430.M5901@plum.flirble.org>
5989      Branch: perl
5990            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5991 ____________________________________________________________________________
5992 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
5993         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
5994              From: Nicholas Clark <nick@ccl4.org>
5995              Date: Tue, 12 Jun 2001 23:53:07 +0100
5996              Message-ID: <20010612235307.L5901@plum.flirble.org>
5997      Branch: perl
5998            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5999 ____________________________________________________________________________
6000 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
6001         Log: MPE/iX tweaks from Mark Bixby.
6002      Branch: perl
6003            ! hints/mpeix.sh mpeix/mpeixish.h util.c
6004 ____________________________________________________________________________
6005 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
6006         Log: Update Changes.
6007      Branch: perl
6008            ! Changes patchlevel.h
6009 ____________________________________________________________________________
6010 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
6011         Log: One less -Wall whine (found under DEBUGGING).
6012      Branch: perl
6013            ! x2p/Makefile.SH x2p/a2p.c
6014 ____________________________________________________________________________
6015 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
6016         Log: s/case-independent/case-insensitive/g
6017      Branch: perl
6018            ! pod/perldebug.pod
6019 ____________________________________________________________________________
6020 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
6021         Log: As suggested in    
6022              
6023              Subject: Re: ext/ + -Wall
6024              From: Gurusamy Sarathy <gsar@ActiveState.com>
6025              Date: Mon, 11 Jun 2001 23:34:31 -0700
6026              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
6027      Branch: perl
6028            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
6029            ! perl.h
6030 ____________________________________________________________________________
6031 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
6032         Log: Subject: ext/ + -Wall
6033              From: Doug MacEachern <dougm@covalent.net>
6034              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
6035              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
6036      Branch: perl
6037            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
6038            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
6039            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
6040            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
6041            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
6042            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
6043            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
6044            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
6045            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
6046            ! lib/ExtUtils/xsubpp
6047 ____________________________________________________________________________
6048 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
6049         Log: Subject: [PATCH] anonymous stashes
6050              From: Abhijit Menon-Sen <ams@wiw.org>
6051              Date: Tue, 12 Jun 2001 12:47:04 +0530
6052              Message-ID: <20010612124704.A29029@lustre.linux.in>
6053      Branch: perl
6054            ! dump.c gv.c sv.c xsutils.c
6055 ____________________________________________________________________________
6056 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
6057         Log: One more test for $^S.
6058      Branch: perl
6059            ! t/op/magic.t
6060 ____________________________________________________________________________
6061 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
6062         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
6063              From: Abhijit Menon-Sen <ams@wiw.org>
6064              Date: Tue, 12 Jun 2001 17:35:55 +0530
6065              Message-ID: <20010612173555.A32426@lustre.linux.in>
6066      Branch: perl
6067            ! mg.c t/op/magic.t
6068 ____________________________________________________________________________
6069 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
6070         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
6071              From: Mike Guy <mjtg@cam.ac.uk>
6072              Date: Tue, 12 Jun 2001 13:14:15 +0100
6073              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
6074      Branch: perl
6075            ! pod/perlop.pod
6076 ____________________________________________________________________________
6077 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
6078         Log: AUTHORS updates.
6079      Branch: perl
6080            ! AUTHORS
6081 ____________________________________________________________________________
6082 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
6083         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
6084              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
6085              Content-Transfer-Encoding: 7bit
6086              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
6087      Branch: perl
6088            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
6089 ____________________________________________________________________________
6090 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
6091         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
6092              From: "Philip Newton" <Philip.Newton@gmx.net>
6093              Date: Mon, 11 Jun 2001 07:08:03 +0200
6094              Message-Id: <200106120802.LAA08992@taas.iki.fi>
6095      Branch: perl
6096            ! t/base/term.t
6097 ____________________________________________________________________________
6098 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
6099         Log: Cleanup the a2p.c for -Wall.
6100      Branch: perl
6101            ! x2p/Makefile.SH x2p/a2p.c
6102 ____________________________________________________________________________
6103 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
6104         Log: File::Find update for MacOS from Chris Nandor.
6105      Branch: perl
6106            ! lib/File/Find.pm t/lib/filefind.t
6107 ____________________________________________________________________________
6108 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
6109         Log: gcc -Wall nits picked out by a non-UNIX system
6110              (courtesy of Mark Bixby)
6111      Branch: perl
6112            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
6113            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
6114            ! pp_sys.c util.c
6115 ____________________________________________________________________________
6116 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
6117         Log: Metaconfig unit change for #10522.  (The d_modfl changes
6118              placate metalint.)
6119      Branch: metaconfig/U/perl
6120            ! d_modfl.U d_u32align.U
6121 ____________________________________________________________________________
6122 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
6123         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
6124              be "./try 2>&1 >/dev/null".
6125      Branch: perl
6126            ! Configure
6127 ____________________________________________________________________________
6128 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
6129         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
6130              From: "Craig A. Berry" <craigberry@mac.com>
6131              Date: Mon, 11 Jun 2001 14:00:32 -0500
6132              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
6133      Branch: perl
6134            ! configure.com
6135 ____________________________________________________________________________
6136 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
6137         Log: Move the full \p\P lists to perlunicode.
6138      Branch: perl
6139            ! pod/perlretut.pod pod/perlunicode.pod
6140 ____________________________________________________________________________
6141 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
6142         Log: VOS build tweak for 5.6.1 from Paul Green.
6143      Branch: maint-5.6/perl
6144            ! vos/build.cm
6145 ____________________________________________________________________________
6146 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
6147         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
6148              From: "Craig A. Berry" <craigberry@mac.com>
6149              Date: Fri, 8 Jun 2001 18:08:18 -0500
6150              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
6151      Branch: perl
6152            ! vms/vms.c
6153 ____________________________________________________________________________
6154 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
6155         Log: Update Changes.
6156      Branch: perl
6157            ! Changes patchlevel.h
6158 ____________________________________________________________________________
6159 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
6160         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
6161      Branch: perl
6162            ! vos/config.alpha.h vos/config.ga.h
6163 ____________________________________________________________________________
6164 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
6165         Log: VOS updates from Paul Green for @10476.
6166      Branch: perl
6167            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
6168            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6169            ! vos/config.ga.h vos/configure_perl.cm
6170 ____________________________________________________________________________
6171 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
6172         Log: Subject: [PATCH] Not many people know this ...
6173              From: Mike Guy <mjtg@cam.ac.uk>
6174              Date: Mon, 11 Jun 2001 14:55:15 +0100
6175              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
6176      Branch: perl
6177            ! pod/perldebug.pod
6178 ____________________________________________________________________________
6179 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
6180         Log: Add final commas to lists as suggested by Philip Newton.
6181      Branch: perl
6182            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
6183 ____________________________________________________________________________
6184 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
6185         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
6186              Date: Sun, 10 Jun 2001 23:35:38 -0400
6187              From: Chris Nandor <pudge@pobox.com>
6188              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
6189      Branch: perl
6190            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
6191            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
6192            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
6193            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
6194            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
6195            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
6196            ! t/op/write.t t/pragma/strict.t
6197 ____________________________________________________________________________
6198 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
6199         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
6200              From: Chris Nandor <pudge@pobox.com>
6201              Date: Mon, 11 Jun 2001 08:24:28 -0400
6202              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
6203      Branch: perl
6204            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
6205            ! t/lib/io_dir.t
6206 ____________________________________________________________________________
6207 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
6208         Log: One more run_byacc (a hand-tweaked version had slipped in).
6209      Branch: perl
6210            ! perly.c vms/perly_c.vms
6211 ____________________________________________________________________________
6212 [ 10509] By: nick                                  on 2001/06/11  07:49:15
6213         Log: Integrate mainline
6214      Branch: perlio
6215           !> Makefile.SH embed.h embed.pl global.sym
6216           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
6217           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
6218           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
6219           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
6220 ____________________________________________________________________________
6221 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
6222         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
6223              From: Mike Guy <mjtg@cam.ac.uk>
6224              Reply-To: mjtg@cam.ac.uk
6225              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
6226      Branch: perl
6227            ! lib/ExtUtils/Manifest.pm
6228 ____________________________________________________________________________
6229 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
6230         Log: Subject: [PATCH] ExtUtils::Constant
6231              From: Nicholas Clark <nick@ccl4.org>
6232              Date: Sun, 10 Jun 2001 23:25:41 +0100
6233              Message-ID: <20010610232540.C76396@plum.flirble.org>
6234      Branch: perl
6235            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
6236 ____________________________________________________________________________
6237 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
6238         Log: Integrate perlio.
6239      Branch: perl
6240           !> iperlsys.h
6241 ____________________________________________________________________________
6242 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
6243         Log: Move the grok_number and its lieutenant grok_numeric_radix
6244              from sv.c statics to util.c and public.
6245      Branch: perl
6246            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
6247            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
6248 ____________________________________________________________________________
6249 [ 10504] By: nick                                  on 2001/06/10  17:47:06
6250         Log: Fix (valid) -Wall warnings in perlio.c
6251      Branch: perlio
6252            ! iperlsys.h
6253 ____________________________________________________________________________
6254 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
6255         Log: Update perly_c.diff, update perly.fixer to edit away
6256              some of the -Wall noise.
6257      Branch: perl
6258            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
6259 ____________________________________________________________________________
6260 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
6261         Log: Check the version of byacc.
6262      Branch: perl
6263            ! Makefile.SH
6264 ____________________________________________________________________________
6265 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
6266         Log: Subject: [PATCH] perly.y overhaul
6267              From: Simon Cozens <simon@netthink.co.uk>
6268              Date: Sun, 10 Jun 2001 16:56:54 +0100
6269              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
6270              
6271              Plus make run_byacc.
6272      Branch: perl
6273            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
6274 ____________________________________________________________________________
6275 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
6276         Log: Integrate perlio.
6277      Branch: perl
6278           !> perlio.c perlsfio.h
6279 ____________________________________________________________________________
6280 [ 10499] By: nick                                  on 2001/06/10  15:01:08
6281         Log: Integrate mainline
6282      Branch: perlio
6283           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
6284           !> t/pragma/locale.t util.c
6285 ____________________________________________________________________________
6286 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
6287         Log: Put some meat on the perl572delta bones.  The list of
6288              selected bug fixes needs more work, as does still the
6289              whole document.
6290      Branch: perl
6291            ! pod/perl572delta.pod
6292 ____________________________________________________________________________
6293 [ 10497] By: nick                                  on 2001/06/10  12:27:51
6294         Log: Paper over a crack or two with USE_SFIO
6295      Branch: perlio
6296            ! perlio.c perlsfio.h
6297 ____________________________________________________________________________
6298 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
6299         Log: Update Changes.
6300      Branch: perl
6301            ! Changes patchlevel.h
6302 ____________________________________________________________________________
6303 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
6304         Log: Subject: Re: pragma/locale.t #107
6305              From: Hugo <hv@crypt.compulink.co.uk>
6306              Date: Sun, 10 Jun 2001 11:23:30 +0100
6307              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
6308              
6309              Encapsulate the scan of the decimal radix separator.
6310      Branch: perl
6311            ! embed.h embed.pl proto.h sv.c
6312 ____________________________________________________________________________
6313 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
6314         Log: Try to grok numbers both with the locale specific separator
6315              and with the usual "." (if different from the lss); add a test
6316              to locale.t to do also a little bit of math in addition to just
6317              equalness testing; remove extraneous logic as suggested in
6318              
6319              Subject: Re: pragma/locale.t #107
6320              From: Nicholas Clark <nick@ccl4.org>
6321              Date: Sat, 9 Jun 2001 22:37:36 +0100
6322              Message-ID: <20010609223735.Y76396@plum.flirble.org>
6323      Branch: perl
6324            ! sv.c t/pragma/locale.t
6325 ____________________________________________________________________________
6326 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
6327         Log: Metaconfig unit change for #10492.
6328      Branch: metaconfig/U/perl
6329            ! Extensions.U
6330 ____________________________________________________________________________
6331 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
6332         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
6333              From: Artur Bergman <artur@contiller.se> 
6334              Date: Sat, 09 Jun 2001 21:03:51 +0200
6335              Message-ID: <B7483FB6.1398%artur@contiller.se>
6336      Branch: perl
6337            ! Configure
6338 ____________________________________________________________________________
6339 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
6340         Log: Integrate perlio.
6341      Branch: perl
6342           !> perlsfio.h
6343 ____________________________________________________________________________
6344 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
6345         Log: Do locale specific separator if only in locale.
6346      Branch: perl
6347            ! util.c
6348 ____________________________________________________________________________
6349 [ 10489] By: nick                                  on 2001/06/09  19:13:25
6350         Log: Make XS/Typemap compile (but fail) with sfio
6351      Branch: perlio
6352            ! perlsfio.h
6353 ____________________________________________________________________________
6354 [ 10488] By: nick                                  on 2001/06/09  19:12:51
6355         Log: Re-integrate mainline
6356      Branch: perlio
6357           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
6358           !> proto.h sv.c util.c
6359 ____________________________________________________________________________
6360 [ 10487] By: nick                                  on 2001/06/09  16:26:29
6361         Log: Integrate mainline
6362      Branch: perlio
6363           !> (integrate 31 files)
6364 ____________________________________________________________________________
6365 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
6366         Log: Subject: [PATCH] New attempt to clone callack
6367              From: Artur Bergman <artur@contiller.se> 
6368              Date: Thu, 07 Jun 2001 11:52:16 +0200
6369              Message-ID: <B7451B6F.12B7%artur@contiller.se>
6370      Branch: perl
6371            ! embedvar.h intrpvar.h perlapi.h sv.c
6372 ____________________________________________________________________________
6373 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
6374         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
6375      Branch: perl
6376            ! embed.h embed.pl perl.h proto.h sv.c util.c
6377 ____________________________________________________________________________
6378 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
6379         Log: Subject: Re: pragma/locale.t #107
6380              From: Nicholas Clark <nick@ccl4.org>
6381              Date: Sat, 9 Jun 2001 16:26:10 +0100
6382              Message-ID: <20010609162609.V76396@plum.flirble.org>
6383              
6384              A missing NVification.
6385      Branch: perl
6386            ! sv.c
6387 ____________________________________________________________________________
6388 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
6389         Log: Redo the #10482, there already was a test script for formats.
6390      Branch: perl
6391            - t/io/format.t
6392            ! MANIFEST t/op/write.t
6393 ____________________________________________________________________________
6394 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
6395         Log: Twisted format testing, from Merijn.
6396      Branch: perl
6397            + t/io/format.t
6398            ! MANIFEST
6399 ____________________________________________________________________________
6400 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
6401         Log: More \p{In...} testing, combined with \N{...}.
6402      Branch: perl
6403            ! lib/utf8_heavy.pl t/op/pat.t
6404 ____________________________________________________________________________
6405 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
6406         Log: Metaconfig changes for #10479.
6407      Branch: metaconfig
6408            ! U/Glossary.patch
6409      Branch: metaconfig/U/perl
6410            ! d_modfl.U
6411 ____________________________________________________________________________
6412 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
6413         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
6414      Branch: perl
6415            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6416            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
6417            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
6418            ! win32/config.bc win32/config.gc win32/config.vc
6419 ____________________________________________________________________________
6420 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
6421         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
6422              From: "Craig A. Berry" <craigberry@mac.com>
6423              Date: Thu, 7 Jun 2001 14:27:20 -0500
6424              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
6425      Branch: perl
6426            ! vms/perlvms.pod
6427 ____________________________________________________________________________
6428 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
6429         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
6430              From: Gisle Aas <gisle@ActiveState.com>
6431              Date: 07 Jun 2001 17:04:29 -0700
6432              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
6433      Branch: perl
6434            ! ext/re/re.xs
6435 ____________________________________________________________________________
6436 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
6437         Log: Update Changes.
6438      Branch: perl
6439            ! Changes patchlevel.h
6440 ____________________________________________________________________________
6441 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
6442         Log: Regen Glossary et alia.
6443      Branch: perl
6444            ! Porting/Glossary Porting/config.sh Porting/config_H
6445 ____________________________________________________________________________
6446 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
6447         Log: Metaconfig unit changes for #10473.
6448      Branch: metaconfig/U/perl
6449            ! d_modfl.U
6450 ____________________________________________________________________________
6451 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
6452         Log: Harumph, also AIX will spill its guts (i.e. dump core)
6453              if an executable contains modfl() but it hasn't been
6454              compiled right (in the case of AIX, with cc -qlongdouble).
6455      Branch: perl
6456            ! Configure
6457 ____________________________________________________________________________
6458 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
6459         Log: integrate change#10471 from mainline
6460              
6461              in change#10451, check that CvOUTSIDE is a CV before looking in
6462              (it can apparently be SVt_NULL during global destruction)
6463      Branch: maint-5.6/perl
6464           !> op.c
6465 ____________________________________________________________________________
6466 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
6467         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
6468              (it can apparently be SVt_NULL during global destruction)
6469      Branch: perl
6470            ! op.c
6471 ____________________________________________________________________________
6472 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
6473         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
6474              From: Robin Barker <rmb1@cise.npl.co.uk>
6475              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
6476              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
6477      Branch: perl
6478            ! lib/diagnostics.pm pod/perldiag.pod
6479 ____________________________________________________________________________
6480 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
6481         Log: Subject: [PATCH perl@10439] long =item
6482              From: Robin Barker <rmb1@cise.npl.co.uk>
6483              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
6484              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
6485      Branch: perl
6486            ! README.amiga lib/Attribute/Handlers.pm
6487            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
6488 ____________________________________________________________________________
6489 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
6490         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
6491              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
6492              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
6493              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
6494      Branch: perl
6495            ! pod/perlguts.pod
6496 ____________________________________________________________________________
6497 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
6498         Log: Integrate perlio.
6499      Branch: perl
6500           !> sv.c
6501 ____________________________________________________________________________
6502 [ 10466] By: nick                                  on 2001/06/07  10:25:40
6503         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
6504              whitespace tweaks.
6505              Still coredumps in pragma/overload.t - what a nice hard fail that is...
6506      Branch: perlio
6507            ! sv.c
6508 ____________________________________________________________________________
6509 [ 10465] By: nick                                  on 2001/06/07  08:41:58
6510         Log: Raw integrate of mainline for S_grok_number debug
6511              (sv.c has MULTIPLICITY issues as well as whatever else ...)
6512      Branch: perlio
6513            - plan9/perlplan9.doc plan9/perlplan9.pod
6514           !> (integrate 46 files)
6515 ____________________________________________________________________________
6516 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
6517         Log: The proper prototyping for #10463.
6518      Branch: perl
6519            ! embed.h embed.pl proto.h sv.c
6520 ____________________________________________________________________________
6521 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
6522         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
6523              From: Nicholas Clark <nick@ccl4.org>
6524              Date: Thu, 7 Jun 2001 00:29:59 +0100
6525              Message-ID: <20010607002959.Z76396@plum.flirble.org>
6526      Branch: perl
6527            ! sv.c
6528 ____________________________________________________________________________
6529 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
6530         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
6531              From: "Craig A. Berry" <craigberry@mac.com>
6532              Date: Wed, 06 Jun 2001 17:54:30 -0500
6533              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
6534      Branch: perl
6535            ! vms/perlvms.pod
6536 ____________________________________________________________________________
6537 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
6538         Log: Podify the remaining README.platform files;
6539              merge README.plan9 and plan9/perlplan9.pod;
6540              delete plan9/perlplan9.* (the perlplan.doc needs to
6541              be regenerated in Plan 9); make the =head1 and =head2
6542              in the README.platform to be a little more verbose
6543              (skipped README.os2 not to anger Ilya) so that they
6544              look better in the toc; regen toc.
6545      Branch: perl
6546            - plan9/perlplan9.doc plan9/perlplan9.pod
6547            ! MANIFEST README.aix README.amiga README.apollo README.beos
6548            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
6549            ! README.hpux README.hurd README.machten README.macos
6550            ! README.micro README.mint README.mpeix README.os390
6551            ! README.plan9 README.qnx README.solaris README.threads
6552            ! README.tru64 README.vmesa README.vms README.vos README.win32
6553            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
6554            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6555 ____________________________________________________________________________
6556 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
6557         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
6558              From: Mike Guy <mjtg@cam.ac.uk>
6559              Reply-To: mjtg@cam.ac.uk
6560              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
6561      Branch: perl
6562            ! pod/perlguts.pod
6563 ____________________________________________________________________________
6564 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
6565         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
6566              From: Mike Guy <mjtg@cam.ac.uk>
6567              Reply-To: mjtg@cam.ac.uk
6568              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
6569      Branch: perl
6570            ! pod/perlsec.pod
6571 ____________________________________________________________________________
6572 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
6573         Log: Disable long doubles from pre-5.0 Tru64s.
6574      Branch: perl
6575            ! README.tru64 hints/dec_osf.sh
6576 ____________________________________________________________________________
6577 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
6578         Log: The #10455 exposed that modfl() is fundamentally busted
6579              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
6580              testing it.
6581      Branch: perl
6582            ! hints/dec_osf.sh
6583 ____________________________________________________________________________
6584 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
6585         Log: Metaconfig unit change for #10455.
6586      Branch: metaconfig/U/perl
6587            ! d_modfl.U
6588 ____________________________________________________________________________
6589 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
6590         Log: Configure check for geborken modfl(), inspired by
6591              
6592              Subject: Re: [20010118.017] op/int.t failure 
6593              From: Hugo <hv@crypt.compulink.co.uk>
6594              Date: Tue, 05 Jun 2001 13:43:27 +0100
6595              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
6596      Branch: perl
6597            ! Configure
6598 ____________________________________________________________________________
6599 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
6600         Log: Integrate changes #10450 and #10451 from maintperl:
6601              
6602              optimize change#10448 slightly (don't repeat search in eval""s lexical
6603              scope, since that has already been searched)
6604              
6605              change#9108 needs subtler treatment for case of closures created
6606              within eval""
6607      Branch: perl
6608           !> op.c t/op/misc.t
6609 ____________________________________________________________________________
6610 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
6611         Log: MakeMaker magic to compile (when no dynamic loading)
6612              List/Util.xsc as (ListUtil.c and) ListUtil.o since
6613              POSIX-BC (BS2000) linker has an evil limitation of
6614              being unable to include in the same executable several
6615              object files with the same name - case-insensitively -
6616              because otherwise we conflict with util.c.
6617              Strictly speaking currently required only in POSIX-BC
6618              but probably will do no harm elsewhere where static
6619              linking is required.
6620      Branch: perl
6621            ! ext/List/Util/Makefile.PL
6622 ____________________________________________________________________________
6623 [ 10452] By: nick                                  on 2001/06/06  08:59:51
6624         Log: Integrate mainline.
6625      Branch: perlio
6626           +> lib/Attribute/Handlers/demo/Demo.pm
6627           +> lib/Attribute/Handlers/demo/Descriptions.pm
6628           +> lib/Attribute/Handlers/demo/MyClass.pm
6629           +> lib/Attribute/Handlers/demo/demo.pl
6630           +> lib/Attribute/Handlers/demo/demo2.pl
6631           +> lib/Attribute/Handlers/demo/demo3.pl
6632           +> lib/Attribute/Handlers/demo/demo4.pl
6633           +> lib/Attribute/Handlers/demo/demo_call.pl
6634           +> lib/Attribute/Handlers/demo/demo_chain.pl
6635           +> lib/Attribute/Handlers/demo/demo_cycle.pl
6636           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
6637           +> lib/Attribute/Handlers/demo/demo_phases.pl
6638           +> lib/Attribute/Handlers/demo/demo_range.pl
6639           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
6640           +> uts/strtol_wrap.c
6641           !> (integrate 91 files)
6642 ____________________________________________________________________________
6643 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
6644         Log: change#9108 needs subtler treatment for case of closures created
6645              within eval""
6646      Branch: maint-5.6/perl
6647            ! op.c t/op/misc.t
6648 ____________________________________________________________________________
6649 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
6650         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
6651              scope, since that has already been searched)
6652      Branch: maint-5.6/perl
6653            ! op.c
6654 ____________________________________________________________________________
6655 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
6656         Log: Integrate change #10448 from maintperl; lexicals
6657              outside an eval"" weren't resolved correctly inside a subroutine
6658              definition inside the eval"" if they were not already referenced
6659              in the toplevel of the eval""-ed code
6660      Branch: perl
6661           !> cop.h op.c pp_ctl.c t/op/misc.t
6662 ____________________________________________________________________________
6663 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
6664         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
6665              outside an eval"" weren't resolved correctly inside a subroutine
6666              definition inside the eval"" if they were not already referenced
6667              in the toplevel of the eval""-ed code
6668      Branch: maint-5.6/perl
6669            ! cop.h op.c pp_ctl.c t/op/misc.t
6670 ____________________________________________________________________________
6671 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
6672         Log: Subject: [PATCH] perl570delta.pod
6673              From: Peter Scott <Peter@PSDT.com> 
6674              Date: Tue, 05 Jun 2001 18:51:02 -0700
6675              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
6676      Branch: perl
6677            ! pod/perl570delta.pod
6678 ____________________________________________________________________________
6679 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
6680         Log: The fudge factor is no more needed.  I hope.
6681      Branch: perl
6682            ! t/lib/posix.t
6683 ____________________________________________________________________________
6684 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
6685         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
6686              From: Hugo <hv@crypt.compulink.co.uk>
6687              Date: Tue, 05 Jun 2001 12:58:19 +0100
6688              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
6689      Branch: perl
6690            ! util.c
6691 ____________________________________________________________________________
6692 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
6693         Log: Make up prototypes only for those who have the functions
6694              but not the prototypes.
6695      Branch: perl
6696            ! perl.h
6697 ____________________________________________________________________________
6698 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
6699         Log: Subject: Re: Not OK: perl@10439 on win32 
6700              From: Prymmer/Kahn <pvhp@best.com> 
6701              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
6702              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
6703      Branch: perl
6704            ! perl.h util.c
6705 ____________________________________________________________________________
6706 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
6707         Log: The metaconfig units changes for #10441.
6708      Branch: metaconfig
6709            ! U/modified/Extract.U U/modified/Extractall.U
6710            ! U/modified/Finish.U
6711 ____________________________________________________________________________
6712 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
6713         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
6714      Branch: perl
6715            ! Configure
6716 ____________________________________________________________________________
6717 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
6718         Log: Unnecessary fuzziness undone, noted by Mike Guy.
6719      Branch: perl
6720            ! t/op/tr.t
6721 ____________________________________________________________________________
6722 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
6723         Log: Update Changes.
6724      Branch: perl
6725            ! Changes patchlevel.h
6726 ____________________________________________________________________________
6727 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
6728         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
6729              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
6730              leakage patch.
6731      Branch: perl
6732            ! t/op/misc.t
6733 ____________________________________________________________________________
6734 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
6735         Log: Test case for #10433/#10424.
6736      Branch: perl
6737            ! t/op/misc.t
6738 ____________________________________________________________________________
6739 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
6740         Log: Subject: One fix for strtoul not setting errno
6741              From: hom00@utsglobal.com (Hal Morris)
6742              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
6743              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
6744      Branch: perl
6745            + uts/strtol_wrap.c
6746            ! MANIFEST hints/uts.sh
6747 ____________________________________________________________________________
6748 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
6749         Log: Metaconfig units changes for #10434.
6750      Branch: metaconfig
6751            ! U/modified/Cppsym.U
6752      Branch: metaconfig/U/perl
6753            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
6754            + d_syscallproto.U d_usleepproto.U
6755            ! longdblfio.U quadfio.U
6756 ____________________________________________________________________________
6757 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
6758         Log: Configure tweaks; add prototype probes, make the cpp symbols
6759              probe to cast, not whine; test for %Ld and %Lf before %lld and
6760              %llf because the L is the ANSI way.
6761      Branch: perl
6762            ! Configure config_h.SH configure.com epoc/config.sh
6763            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
6764            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
6765            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
6766 ____________________________________________________________________________
6767 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
6768         Log: Sigh.  This is what #10424 was supposed to check in.
6769      Branch: perl
6770            ! op.c sv.c sv.h
6771 ____________________________________________________________________________
6772 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
6773         Log: More verbose failure.
6774      Branch: perl
6775            ! t/op/ver.t
6776 ____________________________________________________________________________
6777 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
6778         Log: The .pm changes to go with #10428.
6779      Branch: perl
6780            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
6781            ! ext/Sys/Syslog/Syslog.pm
6782 ____________________________________________________________________________
6783 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
6784         Log: On second thoughts show to utf8 skippage message only
6785              on failures, it's too confusing otherwise,
6786      Branch: perl
6787            ! t/pragma/locale.t
6788 ____________________________________________________________________________
6789 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
6790         Log: Do not import anything from Encode.
6791      Branch: perl
6792            ! ext/MIME/Base64/QuotedPrint.pm
6793 ____________________________________________________________________________
6794 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
6795         Log: The #10402 didn't take.  Weird.
6796      Branch: perl
6797            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
6798            ! ext/Sys/Syslog/Syslog.xs
6799 ____________________________________________________________________________
6800 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
6801         Log: Eradicate traces of 'asciirange' re subpragma.
6802      Branch: perl
6803            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
6804            ! pod/perldiag.pod
6805 ____________________________________________________________________________
6806 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
6807         Log: use is a compile-time thing.
6808      Branch: perl
6809            ! ext/MIME/Base64/QuotedPrint.pm
6810 ____________________________________________________________________________
6811 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
6812         Log: Subject: [PATCH perl@10419] -Wall casting patch
6813              From: Robin Barker <rmb1@cise.npl.co.uk>
6814              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
6815              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
6816      Branch: perl
6817            ! ext/Devel/DProf/DProf.xs mg.c
6818 ____________________________________________________________________________
6819 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
6820         Log: Subject: [PATCH #2] introducing SVpad_TYPED
6821              From: Abhijit Menon-Sen <ams@wiw.org>
6822              Date: Mon, 4 Jun 2001 12:26:02 +0530
6823              Message-ID: <20010604122602.A5775@lustre.linux.in>
6824      Branch: perl
6825            ! op.c sv.c sv.h
6826 ____________________________________________________________________________
6827 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
6828         Log: testsuite for change#10192 (from Gisle Aas)
6829      Branch: perl
6830            + t/op/override.t
6831            ! MANIFEST
6832 ____________________________________________________________________________
6833 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
6834         Log: integrate changes#10414-10416 from mainline
6835              
6836              Potential buffer overrun if the radix separator is more than
6837              one byte.  Also, under locales, prefer the locale-specific
6838              separator over the old boring ".".
6839              
6840              "10.", that is, decimal numbers can have no decimal part at all.
6841              
6842              The non-locale places need love, too.
6843      Branch: maint-5.6/perl
6844           !> perl.h sv.c
6845 ____________________________________________________________________________
6846 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
6847         Log: Missed from #10420.
6848      Branch: perl
6849            ! epoc/config.sh
6850 ____________________________________________________________________________
6851 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
6852         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
6853              often this prototype goes with HAS_SETRESUID_PROTO.
6854      Branch: perl
6855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6856            ! config_h.SH configure.com perl.h uconfig.h
6857 ____________________________________________________________________________
6858 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
6859         Log: Update Changes.
6860      Branch: perl
6861            ! Changes patchlevel.h
6862 ____________________________________________________________________________
6863 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
6864         Log: -Wall "subscript has type `char'" cleanup.
6865      Branch: perl
6866            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
6867 ____________________________________________________________________________
6868 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
6869         Log: Various "cast to pointer from integer of different size"
6870              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
6871              wide but I32 (int) only 32 bits wide).
6872              
6873              WARNING: the classnum and tagnum changes in Storable.xs
6874              may not be wise, they may be breaking binary compatibility
6875              (in 64-bit platforms), asked Raphael Manfredi about the changes.
6876      Branch: perl
6877            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
6878            ! mg.c proto.h
6879 ____________________________________________________________________________
6880 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
6881         Log: The non-locale places need love, too.
6882      Branch: perl
6883            ! perl.h
6884 ____________________________________________________________________________
6885 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
6886         Log: "10.", that is, decimal numbers can have no decimal part at all.
6887      Branch: perl
6888            ! perl.h
6889 ____________________________________________________________________________
6890 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
6891         Log: Potential buffer overrun if the radix separator is more than
6892              one byte.  Also, under locales, prefer the locale-specific
6893              separator over the old boring ".".
6894      Branch: perl
6895            ! perl.h sv.c
6896 ____________________________________________________________________________
6897 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
6898         Log: Integrate change #10412 from maintperl; locale is now
6899              per-cop, not per-op; plus retweak the locale.t to always
6900              list the skipped utf8 locales.
6901      Branch: perl
6902            ! t/pragma/locale.t
6903           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
6904           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
6905 ____________________________________________________________________________
6906 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
6907         Log: rationalize locale handling to fix the bugs uncovered by change#10394
6908              
6909              the major issue was that the runtime was looking at PL_hints rather
6910              than op_private to notice whether locale was enabled
6911              
6912              the secondary issue was that many locale-sensitive numeric ops didn't
6913              have HINT_LOCALE propagated into their op_private
6914              
6915              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
6916              instead of per-op, just like HINT_BYTE and the hints for lexical
6917              warnings (this makes the hint available to every op via PL_curcop)
6918              
6919              pragma/locale.t may need to be reworked with these fixes in mind
6920              (it currently passes its tests)
6921      Branch: maint-5.6/perl
6922            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
6923            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
6924 ____________________________________________________________________________
6925 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
6926         Log: More verbose debugging.
6927      Branch: perl
6928            ! t/pragma/locale.t
6929 ____________________________________________________________________________
6930 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
6931         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
6932              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6933              Date: Sat, 2 Jun 2001 22:53:33 +0100
6934              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
6935      Branch: perl
6936            ! regcomp.c t/pragma/warn/regcomp
6937 ____________________________________________________________________________
6938 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
6939         Log: Mention that lexicalizing $a or $b is a bad idea if one
6940              wants to use sort().
6941      Branch: perl
6942            ! pod/perlvar.pod
6943 ____________________________________________________________________________
6944 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
6945         Log: Tweak the test to be happy if the accuracy is 'good enough'.
6946      Branch: perl
6947            ! t/lib/posix.t
6948 ____________________________________________________________________________
6949 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
6950         Log: Upgrade to Attribute::Handlers 0.70.
6951              
6952              NOTE: this unearthed the "too late for CHECK block" bug,
6953              that's why the 1_compile.t change.
6954      Branch: perl
6955            + lib/Attribute/Handlers/demo/Demo.pm
6956            + lib/Attribute/Handlers/demo/Descriptions.pm
6957            + lib/Attribute/Handlers/demo/MyClass.pm
6958            + lib/Attribute/Handlers/demo/demo.pl
6959            + lib/Attribute/Handlers/demo/demo2.pl
6960            + lib/Attribute/Handlers/demo/demo3.pl
6961            + lib/Attribute/Handlers/demo/demo4.pl
6962            + lib/Attribute/Handlers/demo/demo_call.pl
6963            + lib/Attribute/Handlers/demo/demo_chain.pl
6964            + lib/Attribute/Handlers/demo/demo_cycle.pl
6965            + lib/Attribute/Handlers/demo/demo_hashdir.pl
6966            + lib/Attribute/Handlers/demo/demo_phases.pl
6967            + lib/Attribute/Handlers/demo/demo_range.pl
6968            + lib/Attribute/Handlers/demo/demo_rawdata.pl
6969            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
6970            ! t/lib/attrhand.t
6971 ____________________________________________________________________________
6972 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
6973         Log: One less -Wall whine.
6974      Branch: perl
6975            ! regcomp.c
6976 ____________________________________________________________________________
6977 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
6978         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
6979      Branch: perl
6980           !> t/op/eval.t
6981 ____________________________________________________________________________
6982 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
6983         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
6984              aren't "normally" visible inside eval""s contained in subs unless
6985              a cloned reference to them already exists)
6986              
6987              strangely enough, t/harness didn't show this up as a failure
6988              (harness needs fixing?)
6989      Branch: maint-5.6/perl
6990            ! t/op/eval.t
6991 ____________________________________________________________________________
6992 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
6993         Log: Update to Text::Balanced 1.85.
6994      Branch: perl
6995            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
6996 ____________________________________________________________________________
6997 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
6998         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
6999              From: Nicholas Clark <nick@ccl4.org>
7000              Date: Sun, 3 Jun 2001 17:54:36 +0100
7001              Message-ID: <20010603175436.E76396@plum.flirble.org> 
7002      Branch: perl
7003            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
7004            ! ext/Sys/Syslog/Syslog.xs
7005 ____________________________________________________________________________
7006 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
7007         Log: Unused variables.
7008      Branch: perl
7009            ! util.c
7010 ____________________________________________________________________________
7011 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
7012         Log: Subject: [PATCH] APIfy op_clear 
7013              From: Simon Cozens <simon@netthink.co.uk>
7014              Date: Sun, 3 Jun 2001 13:51:46 +0100
7015              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
7016              
7017              (despite the subject line, op_null is APIfied by the patch)
7018      Branch: perl
7019            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7020 ____________________________________________________________________________
7021 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
7022         Log: Subject: [PATCH] t/lib/extutils.t
7023              From: Nicholas Clark <nick@ccl4.org>
7024              Date: Sat, 2 Jun 2001 23:57:05 +0100
7025              Message-ID: <20010602235705.Q12698@plum.flirble.org>
7026      Branch: perl
7027            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
7028 ____________________________________________________________________________
7029 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
7030         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
7031              From: Prymmer/Kahn <pvhp@best.com>
7032              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
7033              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
7034      Branch: perl
7035            ! win32/Makefile win32/makefile.mk
7036 ____________________________________________________________________________
7037 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
7038         Log: Subject: Re: 'decimal digits' macro? 
7039              From: Hugo <hv@crypt.compulink.co.uk>
7040              Date: Sun, 03 Jun 2001 04:26:36 +0100
7041              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
7042      Branch: perl
7043            ! handy.h t/lib/posix.t t/op/tr.t
7044 ____________________________________________________________________________
7045 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
7046         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
7047              From: Hugo <hv@crypt.compulink.co.uk>
7048              Date: Sun, 03 Jun 2001 14:56:30 +0100
7049              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
7050      Branch: perl
7051            ! util.c
7052 ____________________________________________________________________________
7053 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
7054         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
7055      Branch: perl
7056           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
7057           !> vms/perly_c.vms
7058 ____________________________________________________________________________
7059 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
7060         Log: fix leakage of lexicals at file scope into subroutines that were
7061              declared before them; this appears to be a longstanding bug that
7062              meant that lexicals at file scope were never "deintroduced", meaning
7063              their scope range was never properly closed, and their visibility
7064              extended to all subsequent eval""s or requires
7065              
7066              added a test case
7067              
7068              seems to also fix a case of bogus duplicate warnings
7069      Branch: maint-5.6/perl
7070            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
7071            ! vms/perly_c.vms
7072 ____________________________________________________________________________
7073 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
7074         Log: More VMS tweaks from Craig A. Berry.
7075      Branch: perl
7076            ! configure.com t/lib/extutils.t
7077 ____________________________________________________________________________
7078 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
7079         Log: -Wall cleanup continues.
7080      Branch: perl
7081            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
7082            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
7083            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
7084            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
7085            ! run.c toke.c util.c
7086 ____________________________________________________________________________
7087 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
7088         Log: The metaconfig unit change for #10390.
7089      Branch: metaconfig/U/perl
7090            ! gccvers.U
7091 ____________________________________________________________________________
7092 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
7093         Log: Drop the -ansi from the default gcc flags.
7094              
7095              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
7096              that struct cannot be compared with a flat integer, such as STRLEN.
7097              The -ansi will also cause a lot of noise in Solaris because of:
7098              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
7099      Branch: perl
7100            ! Configure
7101 ____________________________________________________________________________
7102 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
7103         Log: Integrate perlio.
7104      Branch: perl
7105           !> pod/perlapi.pod util.c
7106 ____________________________________________________________________________
7107 [ 10388] By: nick                                  on 2001/06/02  08:01:12
7108         Log: Integrate mainline
7109      Branch: perlio
7110           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
7111           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
7112           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
7113           !> t/lib/1_compile.t t/lib/mimeqp.t
7114 ____________________________________________________________________________
7115 [ 10387] By: nick                                  on 2001/06/02  07:39:17
7116         Log: Tweak util.c's atof2 for MULTIPLICITY
7117      Branch: perlio
7118            ! util.c
7119 ____________________________________________________________________________
7120 [ 10386] By: nick                                  on 2001/06/02  07:38:33
7121         Log: Integrate mainline
7122      Branch: perlio
7123           !> (integrate 41 files)
7124 ____________________________________________________________________________
7125 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
7126         Log: Add Attribute::Handlers 0.61 from Damian Conway.
7127      Branch: perl
7128            + lib/Attribute/Handlers.pm t/lib/attrhand.t
7129            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
7130 ____________________________________________________________________________
7131 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
7132         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
7133              From: Peter Prymmer <pvhp@forte.com>
7134              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
7135              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
7136      Branch: perl
7137            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
7138 ____________________________________________________________________________
7139 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
7140         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
7141              From: Jeff Pinyan <jeffp@crusoe.net>
7142              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
7143              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
7144      Branch: perl
7145            ! lib/File/Find.pm
7146 ____________________________________________________________________________
7147 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
7148         Log: Subject: [PATCH perl@10381] configure.com tweaks
7149              From: "Craig A. Berry" <craigberry@mac.com>
7150              Date: Fri, 1 Jun 2001 13:55:43 -0500
7151              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
7152      Branch: perl
7153            ! configure.com
7154 ____________________________________________________________________________
7155 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
7156         Log: Update Changes.
7157      Branch: perl
7158            ! Changes patchlevel.h
7159 ____________________________________________________________________________
7160 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
7161         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
7162              From: Mike Guy <mjtg@cam.ac.uk>
7163              Date: Fri, 01 Jun 2001 18:17:02 +0100
7164              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
7165      Branch: perl
7166            ! lib/perl5db.pl
7167 ____________________________________________________________________________
7168 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
7169         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
7170              From: Hugo <hv@crypt.compulink.co.uk>
7171              Date: Thu, 31 May 2001 20:49:48 +0100
7172              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
7173      Branch: perl
7174            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
7175            ! util.c
7176 ____________________________________________________________________________
7177 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
7178         Log: Zero() is not available in x2p (or, rather, some of its
7179              implementations like memzero() might not be available.)
7180      Branch: perl
7181            ! x2p/hash.c
7182 ____________________________________________________________________________
7183 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
7184         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
7185              From: Michael G Schwern <schwern@pobox.com>
7186              Date: Fri, 1 Jun 2001 12:00:29 +0100
7187              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
7188              
7189              (But use Zero() instead of memset.)
7190      Branch: perl
7191            ! x2p/hash.c
7192 ____________________________________________________________________________
7193 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
7194         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
7195              From: Jeff Pinyan <jeffp@crusoe.net>
7196              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
7197              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
7198      Branch: perl
7199            ! pod/perldiag.pod regcomp.c t/op/pat.t
7200 ____________________________________________________________________________
7201 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
7202         Log: Retract #10324 and #10333; not needed.
7203      Branch: perl
7204            ! hints/irix_6.sh hints/linux.sh
7205 ____________________________________________________________________________
7206 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
7207         Log: The #10370 wasn't quite right.
7208      Branch: perl
7209            ! ext/XS/Typemap/Typemap.xs
7210 ____________________________________________________________________________
7211 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
7212         Log: The metaconfig units changes for #10372.
7213      Branch: metaconfig/U/perl
7214            + d_realpath.U d_sresgproto.U d_sresuproto.U
7215            ! gccvers.U i_db.U
7216 ____________________________________________________________________________
7217 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
7218         Log: Configure tweaks; record the Berkeley DB version,
7219              probe for realpath(), for setresuid() and setresgid()
7220              prototypes; use realpath() (try to be paranoid enough),
7221              use the setres[ug]id prototypes because glibc has the functions
7222              but not their prototypes; add -Wall -ansi to gcc ccflags;
7223              regen toc.
7224      Branch: perl
7225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7226            ! config_h.SH configure.com epoc/config.sh
7227            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
7228            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
7229            ! vos/config.ga.def win32/config.bc win32/config.gc
7230            ! win32/config.vc
7231 ____________________________________________________________________________
7232 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
7233         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
7234              From: Michael G Schwern <schwern@pobox.com>
7235              Date: Fri, 1 Jun 2001 11:28:14 +0100
7236              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
7237      Branch: perl
7238            ! lib/attributes.pm xsutils.c
7239 ____________________________________________________________________________
7240 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
7241         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
7242              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7243              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
7244              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
7245      Branch: perl
7246            ! ext/XS/Typemap/Typemap.xs
7247 ____________________________________________________________________________
7248 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
7249         Log: Subject: [patch] Cwd.xs optimizations/abstraction
7250              From: Doug MacEachern <dougm@covalent.net>
7251              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
7252              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
7253      Branch: perl
7254            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
7255            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
7256 ____________________________________________________________________________
7257 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
7258         Log: Subject: Re: Why t/lib/extutils.t is failing  (was Re: [PATCH] Re: [PATCH] Re: [SPAM] Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!])
7259              From: Nicholas Clark <nick@ccl4.org>
7260              Date: Thu, 31 May 2001 23:56:40 +0100
7261              Message-ID: <20010531235640.F12698@plum.flirble.org>
7262              
7263              Make the test work also under only static extensions
7264              (sh Configure -Uusedl fakes this nicely)
7265      Branch: perl
7266            ! t/lib/extutils.t
7267 ____________________________________________________________________________
7268 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
7269         Log: Subject: [PATCH hv.c] Eliminating trigraph
7270              From: Michael G Schwern <schwern@pobox.com>
7271              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
7272              Date: Fri, 1 Jun 2001 11:49:56 +0100
7273      Branch: perl
7274            ! hv.c
7275 ____________________________________________________________________________
7276 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
7277         Log: Subject: Re: [PATCH] Tests for File::Compare 
7278              From: "Philip Newton" <Philip.Newton@gmx.net>
7279              Date: Thu, 31 May 2001 19:44:05 +0200
7280              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
7281              
7282              Unnecessary "quotation marks".
7283      Branch: perl
7284            ! t/lib/filecomp.t
7285 ____________________________________________________________________________
7286 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
7287         Log: Integrate perlio.
7288      Branch: perl
7289           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
7290 ____________________________________________________________________________
7291 [ 10364] By: nick                                  on 2001/06/01  10:13:31
7292         Log: Cleanup dll.base and dll.exp created by GCC builds.
7293      Branch: perlio
7294            ! lib/ExtUtils/MM_Win32.pm
7295 ____________________________________________________________________________
7296 [ 10363] By: nick                                  on 2001/06/01  10:02:17
7297         Log: Make filecomp test work on CRLF platforms by adding binmode.
7298      Branch: perlio
7299            ! t/lib/filecomp.t
7300 ____________________________________________________________________________
7301 [ 10362] By: nick                                  on 2001/06/01  08:37:17
7302         Log: Integrate mainline
7303      Branch: perlio
7304           !> Changes Configure patchlevel.h perlio.c
7305 ____________________________________________________________________________
7306 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
7307         Log: panic:claustrophobia.
7308      Branch: perl
7309            ! perlio.c
7310 ____________________________________________________________________________
7311 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
7312         Log: Update Changes.
7313      Branch: perl
7314            ! Changes patchlevel.h
7315 ____________________________________________________________________________
7316 [ 10359] By: nick                                  on 2001/05/31  12:35:50
7317         Log: Integrate mainline.
7318      Branch: perlio
7319           +> t/lib/filecomp.t
7320           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
7321           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
7322 ____________________________________________________________________________
7323 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
7324         Log: Integrate perlio.
7325      Branch: perl
7326           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
7327           !> win32/config_H.vc
7328 ____________________________________________________________________________
7329 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
7330         Log: Metaconfig unit change for #10356.
7331      Branch: metaconfig
7332            ! U/installdirs/inc_version_list.U
7333 ____________________________________________________________________________
7334 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
7335         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
7336              (idea from Sarathy; implementation from Andy)
7337      Branch: perl
7338            ! Configure
7339 ____________________________________________________________________________
7340 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
7341         Log: More AUTHORS.
7342      Branch: perl
7343            ! AUTHORS
7344 ____________________________________________________________________________
7345 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
7346         Log: Subject: Re: [PATCH] Tests for File::Compare
7347              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
7348              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
7349              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
7350      Branch: perl
7351            + t/lib/filecomp.t
7352            ! MANIFEST t/lib/1_compile.t
7353 ____________________________________________________________________________
7354 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
7355         Log: Subject: [PATCH] DEBUG_* macro cleanups
7356              From: Abhijit Menon-Sen <ams@wiw.org>
7357              Date: Thu, 31 May 2001 12:16:22 +0530
7358              Message-ID: <20010531121622.B4829@lustre.linux.in>
7359              
7360              Subject: Re: [PATCH] DEBUG_* macro cleanups
7361              From: Abhijit Menon-Sen <ams@wiw.org>
7362              Date: Thu, 31 May 2001 13:57:01 +0530
7363              Message-ID: <20010531135701.A21775@lustre.linux.in>
7364              
7365              (The DEBUG_ definitions in perl.h changed to use the
7366              STMT_START and STMT_END.)
7367      Branch: perl
7368            ! perl.h pp_ctl.c sv.c toke.c
7369 ____________________________________________________________________________
7370 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
7371         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
7372              From: Abhijit Menon-Sen <ams@wiw.org>
7373              Date: Thu, 31 May 2001 08:27:55 +0530
7374              Message-ID: <20010531082755.A10018@lustre.linux.in>
7375      Branch: perl
7376            ! ext/Storable/Storable.xs gv.c perl.c
7377 ____________________________________________________________________________
7378 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
7379         Log: Subject: [PATCH] AUTHORS
7380              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7381              Date: Thu, 31 May 2001 01:27:59 -0500
7382              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
7383              
7384              Subject: Re: [PATCH] AUTHORS
7385              From: "Philip Newton" <Philip.Newton@gmx.net>
7386              Date: Thu, 31 May 2001 10:08:06 +0200
7387              (Message-Id missing?)
7388      Branch: perl
7389            ! AUTHORS
7390 ____________________________________________________________________________
7391 [ 10350] By: nick                                  on 2001/05/31  11:40:43
7392         Log: win32 - dmake regen_config_h
7393      Branch: perlio
7394            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7395 ____________________________________________________________________________
7396 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
7397         Log: Subject: Re: [PATCH util.c] More warning cleanups.
7398              From: "Philip Newton" <Philip.Newton@gmx.net>
7399              Date: Thu, 31 May 2001 07:41:36 +0200
7400              Message-Id: <200105310538.IAA25458@taku.hut.fi>
7401              
7402              Undo C++-ism that snekt in.
7403      Branch: perl
7404            ! util.c
7405 ____________________________________________________________________________
7406 [ 10348] By: nick                                  on 2001/05/31  11:36:46
7407         Log: Tolerate Win32 numerics
7408      Branch: perlio
7409            ! t/pragma/warn/toke
7410 ____________________________________________________________________________
7411 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
7412         Log: Integrate perlio.
7413      Branch: perl
7414           !> perlio.c win32/win32.h
7415 ____________________________________________________________________________
7416 [ 10346] By: nick                                  on 2001/05/31  10:54:55
7417         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
7418              perlio.c change 10255.
7419      Branch: perlio
7420            ! perlio.c
7421 ____________________________________________________________________________
7422 [ 10345] By: nick                                  on 2001/05/31  10:01:57
7423         Log: Conditionaly put back some "unused" dTHX which are used
7424              with PERL_IMPLICIT_SYS
7425      Branch: perlio
7426            ! perlio.c
7427 ____________________________________________________________________________
7428 [ 10344] By: nick                                  on 2001/05/31  10:00:59
7429         Log: Fix Win32 for new spelling IN_BYTES 
7430      Branch: perlio
7431            ! win32/win32.h
7432 ____________________________________________________________________________
7433 [ 10343] By: nick                                  on 2001/05/31  08:01:32
7434         Log: perlio.c -Wall cleaner under MULTIPLICITY
7435              - still minor noise with linux stdio
7436      Branch: perlio
7437            ! perlio.c
7438 ____________________________________________________________________________
7439 [ 10342] By: nick                                  on 2001/05/31  07:52:23
7440         Log: Integrate mainline.
7441      Branch: perlio
7442           !> (integrate 42 files)
7443 ____________________________________________________________________________
7444 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
7445         Log: AUTHORS updates.
7446      Branch: perl
7447            ! AUTHORS
7448 ____________________________________________________________________________
7449 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
7450         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
7451              From: Peter Prymmer <pvhp@forte.com>
7452              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
7453              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
7454      Branch: perl
7455            ! t/lib/md5-file.t
7456 ____________________________________________________________________________
7457 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
7458         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
7459              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
7460              to match the pragma name; various robustness cleanups.
7461      Branch: perl
7462            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
7463            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
7464 ____________________________________________________________________________
7465 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
7466         Log: More -Wall sweeping.
7467      Branch: perl
7468            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
7469            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
7470            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
7471            ! regcomp.c sv.c toke.c utf8.c
7472 ____________________________________________________________________________
7473 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
7474         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
7475              From: Nicholas Clark <nick@ccl4.org>
7476              Date: Wed, 30 May 2001 22:34:41 +0100
7477              Message-ID: <20010530223441.Y86445@plum.flirble.org>
7478      Branch: perl
7479            ! t/op/cmp.t
7480 ____________________________________________________________________________
7481 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
7482         Log: It's is not, it isn't ain't, and it's it's, not its,
7483              if you mean it is. If you don't, it's its. Then too,
7484              it's hers. It isn't her's. It isn't our's either.
7485              It's ours, and likewise yours and theirs.
7486              -- Oxford University Press, Edpress News
7487      Branch: perl
7488            ! lib/autouse.pm
7489 ____________________________________________________________________________
7490 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
7491         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
7492      Branch: perl
7493            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
7494            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
7495            ! x2p/str.c x2p/walk.c xsutils.c
7496 ____________________________________________________________________________
7497 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
7498         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
7499              From: Michael G Schwern <schwern@pobox.com>
7500              Date: Wed, 30 May 2001 17:10:38 +0100
7501              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
7502              
7503              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
7504              From: Abhijit Menon-Sen <ams@wiw.org>
7505              Date: Wed, 30 May 2001 23:16:13 +0530
7506              Message-ID: <20010530231613.A31933@lustre.linux.in>
7507      Branch: perl
7508            ! perl.c t/run/runenv.t
7509 ____________________________________________________________________________
7510 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
7511         Log: (Retracted by #10375.)
7512              
7513              IRIX hints patch from Merijn Broeren.
7514              
7515              TODO: (this and the earlier Linux hints patch) should be solved
7516              at Configure level.  Merijn: -ldb should not be used on any platform
7517              for perl, just when linking DBFile itself. Trying to be helpful here
7518              is counterproductive.
7519      Branch: perl
7520            ! hints/irix_6.sh
7521 ____________________________________________________________________________
7522 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
7523         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
7524              From: Nicholas Clark <nick@ccl4.org>
7525              Date: Wed, 30 May 2001 23:20:58 +0100
7526              Message-ID: <20010530232058.B86445@plum.flirble.org>
7527      Branch: perl
7528            ! doop.c
7529 ____________________________________________________________________________
7530 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
7531         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
7532              From: Michael G Schwern <schwern@pobox.com> 
7533              Date: Wed, 30 May 2001 15:24:20 +0100
7534              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
7535      Branch: perl
7536            ! t/pragma/autouse.t
7537 ____________________________________________________________________________
7538 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
7539         Log: The regex trick wasn't a good idea.
7540      Branch: perl
7541            ! pod/perlfaq4.pod
7542 ____________________________________________________________________________
7543 [ 10329] By: nick                                  on 2001/05/30  18:34:35
7544         Log: Integrate mainline
7545      Branch: perlio
7546           !> (integrate 40 files)
7547 ____________________________________________________________________________
7548 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
7549         Log: Update Changes.
7550      Branch: perl
7551            ! Changes patchlevel.h
7552 ____________________________________________________________________________
7553 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
7554         Log: The metaconfig unit change for #10325.
7555      Branch: metaconfig
7556            + U/modified/afs.U
7557 ____________________________________________________________________________
7558 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
7559         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
7560              is now wrong.
7561      Branch: perl
7562            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
7563 ____________________________________________________________________________
7564 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
7565         Log: Introduce $Config{afsroot}.
7566      Branch: perl
7567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7568            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
7569            ! win32/config.gc win32/config.vc
7570 ____________________________________________________________________________
7571 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
7572         Log: (Retracted by #10375.)
7573              
7574              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
7575      Branch: perl
7576            ! hints/linux.sh
7577 ____________________________________________________________________________
7578 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
7579         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
7580              (Also Configure tweaks needed; coming up soon.)
7581      Branch: perl
7582            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
7583 ____________________________________________________________________________
7584 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
7585         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
7586              From: Michael G Schwern <schwern@pobox.com>
7587              Date: Sun, 27 May 2001 10:29:43 +0100
7588              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
7589      Branch: perl
7590            ! lib/perl5db.pl
7591 ____________________________________________________________________________
7592 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
7593         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
7594              and Abhijit Menon-Sen.
7595      Branch: perl
7596            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
7597            ! perl.c pp_sys.c regcomp.c
7598 ____________________________________________________________________________
7599 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
7600         Log: Fix the BOOT section to call myU2time properly.
7601      Branch: perl
7602            ! ext/Time/HiRes/HiRes.xs
7603 ____________________________________________________________________________
7604 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
7605         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
7606              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
7607              Date: Wed, 30 May 2001 09:44:29 -0400
7608              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
7609              
7610              Detypo; plus add one more trick.
7611      Branch: perl
7612            ! pod/perlfaq4.pod
7613 ____________________________________________________________________________
7614 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
7615         Log: Subject: Re: [PATCH lib/autouse.pm t/pragma/autouse.t]  (was Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed)
7616              From: Michael G Schwern <schwern@pobox.com>
7617              Date: Wed, 30 May 2001 14:39:06 +0100
7618              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
7619      Branch: perl
7620            ! lib/autouse.pm t/pragma/autouse.t
7621 ____________________________________________________________________________
7622 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
7623         Log: Subject: Re: AIX and gcc (moving targets)
7624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7625              Date: Wed, 30 May 2001 15:25:08 +0200
7626              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
7627      Branch: perl
7628            ! ext/Time/HiRes/HiRes.xs
7629 ____________________________________________________________________________
7630 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
7631         Log: Subject: [PATCH t/TEST] sorting tests
7632              From: Michael G Schwern <schwern@pobox.com>
7633              Date: Wed, 30 May 2001 10:24:02 +0100
7634              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
7635      Branch: perl
7636            ! t/TEST
7637 ____________________________________________________________________________
7638 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
7639         Log: Subject: [ID 20010529.002] typos in man page perlre
7640              From: bart@cg681574-a.adubn1.nj.home.com 
7641              Date: Tue, 29 May 2001 13:58:59 -0500
7642              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
7643      Branch: perl
7644            ! pod/perlre.pod
7645 ____________________________________________________________________________
7646 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
7647         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
7648              From: "Craig A. Berry" <craigberry@mac.com>
7649              Date: Tue, 29 May 2001 23:23:45 -0500
7650              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
7651      Branch: perl
7652            ! t/lib/extutils.t t/pragma/autouse.t
7653 ____________________________________________________________________________
7654 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
7655         Log: Subject: Re: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (patch to t/lib/filefind.t as requested)
7656              From: David Dyck <dcd@tc.fluke.com>
7657              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
7658              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
7659      Branch: perl
7660            ! t/lib/filefind.t
7661 ____________________________________________________________________________
7662 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
7663         Log: AIX hints update for gcc from Merijn H. Brand.
7664      Branch: perl
7665            ! hints/aix.sh
7666 ____________________________________________________________________________
7667 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
7668         Log: Retract #10295 and #10296: a more generic solution
7669              is needed (there's something funny with gcc on AIX).
7670      Branch: perl
7671            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
7672 ____________________________________________________________________________
7673 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
7674         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
7675              From: Hugo <hv@crypt.compulink.co.uk>
7676              Date: Wed, 30 May 2001 11:59:19 +0100
7677              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
7678              
7679              localizing $@ has unfortunate semantics - if you die past
7680              a local $@, the die message is lost.
7681      Branch: perl
7682            ! lib/utf8_heavy.pl
7683 ____________________________________________________________________________
7684 [ 10309] By: nick                                  on 2001/05/30  08:23:02
7685         Log: Integrate mainline (autouse works again.)
7686      Branch: perlio
7687           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
7688           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
7689           !> pod/perlvar.pod t/op/cmp.t
7690 ____________________________________________________________________________
7691 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
7692         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
7693              From: David Dyck <dcd@tc.fluke.com>
7694              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
7695              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
7696      Branch: perl
7697            ! lib/File/Find.pm
7698 ____________________________________________________________________________
7699 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
7700         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
7701              From: Nicholas Clark <nick@ccl4.org>
7702              Date: Tue, 29 May 2001 23:16:09 +0100
7703              Message-ID: <20010529231609.U86445@plum.flirble.org>
7704              
7705              Make the test output slightly clearer by distinguishing
7706              between '' and undef.
7707      Branch: perl
7708            ! t/op/cmp.t
7709 ____________________________________________________________________________
7710 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
7711         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
7712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7713              Date: Tue, 29 May 2001 19:15:19 -0400
7714              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
7715      Branch: perl
7716            ! hints/os2.sh
7717 ____________________________________________________________________________
7718 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
7719         Log: Subject: perlvar.pod addition
7720              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
7721              Date: Fri, 25 May 2001 20:23:12 +0200
7722              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
7723              
7724              Subject: Re: perlvar.pod addition
7725              From: "Abigail" <abigail@foad.org> 
7726              Date: Fri, 25 May 2001 22:00:39 +0200
7727              Message-ID: <20010525200039.28029.qmail@foad.org>
7728              
7729              Mention $a and $b in perlvar.
7730      Branch: perl
7731            ! pod/perlvar.pod
7732 ____________________________________________________________________________
7733 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
7734         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
7735              From: Jeff Pinyan <jeffp@crusoe.net>
7736              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
7737              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
7738      Branch: perl
7739            ! pod/perlvar.pod
7740 ____________________________________________________________________________
7741 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
7742         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
7743              From: Jeff Pinyan <jeffp@crusoe.net>
7744              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
7745              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
7746      Branch: perl
7747            ! pod/perlfaq6.pod
7748 ____________________________________________________________________________
7749 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
7750         Log: Mention Time::localtime and Time::gmtime.
7751      Branch: perl
7752            ! ext/Time/Piece/Piece.pm
7753 ____________________________________________________________________________
7754 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
7755         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
7756              From: Michael G Schwern <schwern@pobox.com>
7757              Date: Tue, 29 May 2001 18:51:32 +0100
7758              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
7759      Branch: perl
7760            ! pod/perlfaq4.pod
7761 ____________________________________________________________________________
7762 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
7763         Log: Retract #10243.
7764      Branch: perl
7765            ! lib/autouse.pm
7766 ____________________________________________________________________________
7767 [ 10299] By: nick                                  on 2001/05/29  18:41:19
7768         Log: Post weekend integrate mainline (fails one test pragma/autouse).
7769      Branch: perlio
7770           +> (branch 29 files)
7771           !> (integrate 91 files)
7772 ____________________________________________________________________________
7773 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
7774         Log: Update Changes.
7775      Branch: perl
7776            ! Changes patchlevel.h
7777 ____________________________________________________________________________
7778 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
7779         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
7780              before Perl_load_module/Perl_call_method and restore the value
7781              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
7782      Branch: perl
7783            ! utf8.c
7784 ____________________________________________________________________________
7785 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
7786         Log: Subject: Re: AIX and gcc (moving targets)
7787              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7788              Date: Tue, 29 May 2001 17:59:40 +0200
7789              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
7790      Branch: perl
7791            ! ext/Storable/Makefile.PL
7792 ____________________________________________________________________________
7793 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
7794         Log: Subject: Re: AIX and gcc (moving targets)
7795              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7796              Date: Tue, 29 May 2001 12:32:57 +0200
7797              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
7798      Branch: perl
7799            ! ext/POSIX/Makefile.PL
7800 ____________________________________________________________________________
7801 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
7802         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
7803              From: Michael G Schwern <schwern@pobox.com>
7804              Date: Tue, 29 May 2001 09:53:29 +0100
7805              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
7806              
7807              (#10280 retracted)
7808      Branch: perl
7809            ! lib/Test/Harness.pm t/lib/test-harness.t
7810 ____________________________________________________________________________
7811 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
7812         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
7813              From: Michael G Schwern <schwern@pobox.com>
7814              Date: Tue, 29 May 2001 09:19:52 +0100
7815              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
7816      Branch: perl
7817            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
7818            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
7819            + t/lib/Test/todo.t
7820            ! MANIFEST lib/Test.pm t/TEST
7821 ____________________________________________________________________________
7822 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
7823         Log: From: Michael G Schwern <schwern@pobox.com>
7824              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
7825              Date: Tue, 29 May 2001 08:26:09 +0100
7826              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
7827      Branch: perl
7828            ! t/TEST
7829 ____________________________________________________________________________
7830 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
7831         Log: Add tests for Time::gmtime and Time::localtime.
7832      Branch: perl
7833            + t/lib/time-gmtime.t t/lib/time-localtime.t
7834            ! MANIFEST t/lib/1_compile.t
7835 ____________________________________________________________________________
7836 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
7837         Log: Add test for File::stat.
7838      Branch: perl
7839            + t/lib/filestat.t
7840            ! MANIFEST t/lib/1_compile.t
7841 ____________________________________________________________________________
7842 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
7843         Log: Add test for Net::servent.
7844      Branch: perl
7845            + t/lib/net-sent.t
7846            ! MANIFEST t/lib/1_compile.t
7847 ____________________________________________________________________________
7848 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
7849         Log: Add test for Net::protoent.
7850      Branch: perl
7851            + t/lib/net-pent.t
7852            ! MANIFEST t/lib/1_compile.t
7853 ____________________________________________________________________________
7854 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
7855         Log: Add test for Net::netent.
7856      Branch: perl
7857            + t/lib/net-nent.t
7858            ! MANIFEST t/lib/1_compile.t
7859 ____________________________________________________________________________
7860 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
7861         Log: Add test for User::grent.  Portability doubtful.
7862      Branch: perl
7863            + t/lib/user-grent.t
7864            ! MANIFEST t/lib/1_compile.t
7865 ____________________________________________________________________________
7866 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
7867         Log: Add test for User::pwent.
7868              Probably will fall down somewhere for portability reasons.
7869      Branch: perl
7870            + t/lib/user-pwent.t
7871            ! MANIFEST t/lib/1_compile.t
7872 ____________________________________________________________________________
7873 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
7874         Log: Metaconfig units changes for #10283.
7875      Branch: metaconfig
7876            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
7877            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
7878            ! U/installdirs/sitescript.U U/modified/Signal.U
7879 ____________________________________________________________________________
7880 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
7881         Log: Subject: [PATCH 5.6.1] signal names in Configure
7882              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7883              Date: Tue, 29 May 2001 03:52:25 -0400
7884              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
7885              
7886              Subject: [PATCH 5.6.1] older perl in Configure
7887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7888              Date: Tue, 29 May 2001 03:55:40 -0400
7889              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
7890              
7891              Subject: [PATCH 5.6.1] goofs in Configure
7892              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7893              Date: Tue, 29 May 2001 04:13:07 -0400
7894              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
7895              
7896              Configure portability tweaks.
7897      Branch: perl
7898            ! Configure
7899 ____________________________________________________________________________
7900 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
7901         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
7902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7903              Date: Tue, 29 May 2001 04:07:06 -0400
7904              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
7905      Branch: perl
7906            ! os2/os2.c
7907 ____________________________________________________________________________
7908 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
7909         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
7910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7911              Date: Tue, 29 May 2001 04:01:38 -0400
7912              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
7913      Branch: perl
7914            ! hints/os2.sh os2/Makefile.SHs
7915 ____________________________________________________________________________
7916 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
7917         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
7918              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7919              Date: Tue, 29 May 2001 03:50:18 -0400
7920              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
7921      Branch: perl
7922            ! lib/Test/Harness.pm
7923 ____________________________________________________________________________
7924 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
7925         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
7926      Branch: perl
7927            ! lib/utf8_heavy.pl
7928 ____________________________________________________________________________
7929 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
7930         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
7931              From: Hugo <hv@crypt.compulink.co.uk>
7932              Date: Tue, 29 May 2001 03:03:45 +0100
7933              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
7934              
7935              Explanation why the $@ always gets the UTF8 flag when under use utf8--
7936              because we told it to have the flag when under use utf8.
7937      Branch: perl
7938            ! pp_ctl.c
7939 ____________________________________________________________________________
7940 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
7941         Log: At least a partial fix for 20010528.004.
7942      Branch: perl
7943            ! lib/utf8_heavy.pl
7944 ____________________________________________________________________________
7945 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
7946         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
7947              From: Nicholas Clark <nick@ccl4.org> 
7948              Date: Mon, 28 May 2001 23:39:38 +0100
7949              Message-ID: <20010528233938.M86445@plum.flirble.org>
7950              
7951              More portable non-zero UV.
7952      Branch: perl
7953            ! t/lib/extutils.t
7954 ____________________________________________________________________________
7955 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
7956         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
7957              From: Nicholas Clark <nick@ccl4.org>
7958              Date: Mon, 28 May 2001 22:46:09 +0100
7959              Message-ID: <20010528224608.L86445@plum.flirble.org>
7960              
7961              Test also "make clean".
7962      Branch: perl
7963            ! t/lib/extutils.t
7964 ____________________________________________________________________________
7965 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
7966         Log: Subject: Re: Would -Wno-unused -Wall be better?
7967              From: Michael G Schwern <schwern@pobox.com>
7968              Date: Tue, 29 May 2001 00:55:54 +0100
7969              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
7970      Branch: perl
7971            ! pp.h
7972 ____________________________________________________________________________
7973 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
7974         Log: Add a test for 20010528.007, fixed in #10272.
7975      Branch: perl
7976            ! t/op/misc.t toke.c
7977 ____________________________________________________________________________
7978 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
7979         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
7980              From: Hugo <hv@crypt.compulink.co.uk>
7981              Date: Tue, 29 May 2001 00:23:23 +0100
7982              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
7983      Branch: perl
7984            ! toke.c
7985 ____________________________________________________________________________
7986 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
7987         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
7988              From: Michael G Schwern <schwern@pobox.com>
7989              Date: Tue, 29 May 2001 00:42:59 +0100
7990              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
7991      Branch: perl
7992            ! t/pragma/autouse.t
7993 ____________________________________________________________________________
7994 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
7995         Log: Some shells seemingly arrange the signal handlers differently
7996              (bug id 20010521.004).
7997      Branch: perl
7998            ! t/lib/sigaction.t
7999 ____________________________________________________________________________
8000 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
8001         Log: Regen perlmodlib.
8002      Branch: perl
8003            ! pod/perlmodlib.pod
8004 ____________________________________________________________________________
8005 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
8006         Log: Update Changes.
8007      Branch: perl
8008            ! Changes patchlevel.h
8009 ____________________________________________________________________________
8010 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
8011         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
8012              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
8013              Date: Mon, 28 May 2001 14:56:35 -0500
8014              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
8015      Branch: perl
8016            ! pod/perlnewmod.pod
8017 ____________________________________________________________________________
8018 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
8019         Log: Regen toc.
8020      Branch: perl
8021            ! pod/perltoc.pod
8022 ____________________________________________________________________________
8023 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
8024         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
8025              From: "Richard Soderberg" <rs@crystalflame.net>
8026              Date: Mon, 28 May 2001 12:31:23 -0700
8027              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
8028      Branch: perl
8029            ! t/op/splice.t
8030 ____________________________________________________________________________
8031 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
8032         Log: The #10260 was too bold: locales and utf8 still do not mix.
8033      Branch: perl
8034            ! t/pragma/locale.t
8035 ____________________________________________________________________________
8036 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
8037         Log: Subject: [PATCH] Pod nitpicks
8038              From: "Richard Soderberg" <rs@crystalflame.net>
8039              Date: Mon, 28 May 2001 10:08:58 -0700
8040              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
8041      Branch: perl
8042            ! pod/perl571delta.pod pod/perlapi.pod sv.h
8043 ____________________________________________________________________________
8044 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
8045         Log: Upgrade to I18N::LangTags 0.22.
8046      Branch: perl
8047            + lib/I18N/LangTags/List.pod
8048            ! MANIFEST lib/I18N/LangTags.pm
8049 ____________________________________________________________________________
8050 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
8051         Log: A slightly more serious bug found by -Mutf8; op/misc and
8052              lib/complex dumped core.
8053      Branch: perl
8054            ! regexec.c
8055 ____________________________________________________________________________
8056 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
8057         Log: Various buglets shaken out by -Mutf8.
8058      Branch: perl
8059            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
8060            ! t/pragma/locale.t
8061 ____________________________________________________________________________
8062 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
8063         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
8064      Branch: perl
8065            ! t/lib/carp.t
8066 ____________________________________________________________________________
8067 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
8068         Log: Subject: [PATCH] todo patch
8069              From: Artur Bergman <artur@contiller.se> 
8070              Date: Mon, 28 May 2001 17:03:51 +0200
8071              Message-ID: <B7383577.F34%artur@contiller.se>
8072      Branch: perl
8073            ! pod/perltodo.pod
8074 ____________________________________________________________________________
8075 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
8076         Log: Subject: typo in perlguts.pod
8077              From: "John P. Linderman" <jpl@research.att.com>
8078              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
8079              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
8080      Branch: perl
8081            ! pod/perlguts.pod
8082 ____________________________________________________________________________
8083 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
8084         Log: Subject: AIX and gcc (moving targets)
8085              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8086              Date: Mon, 28 May 2001 12:54:04 +0200
8087              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
8088      Branch: perl
8089            ! hints/aix.sh
8090 ____________________________________________________________________________
8091 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
8092         Log: Subject: Re: perlio + multiple perl_alloc..destruct
8093              From: Doug MacEachern <dougm@covalent.net>
8094              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
8095              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
8096      Branch: perl
8097            ! perlio.c
8098 ____________________________________________________________________________
8099 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
8100         Log: The #10251 wasn't quite up-to-the-code.
8101      Branch: perl
8102            ! t/op/misc.t
8103 ____________________________________________________________________________
8104 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
8105         Log: Test case for bug 20010526.004, fixed in #10252.
8106      Branch: perl
8107            ! t/op/taint.t
8108 ____________________________________________________________________________
8109 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
8110         Log: Subject: Re: [ID 20010526.004] Taint looses value
8111              From: Hugo <hv@crypt.compulink.co.uk>
8112              Date: Sun, 27 May 2001 20:39:32 +0100
8113              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
8114      Branch: perl
8115            ! sv.c
8116 ____________________________________________________________________________
8117 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
8118         Log: Test case for 20010422.005, fixed by #10250.
8119      Branch: perl
8120            ! t/op/misc.t
8121 ____________________________________________________________________________
8122 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
8123         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
8124              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8125              Date: Mon, 28 May 2001 06:39:12 -0400
8126              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
8127      Branch: perl
8128            ! toke.c
8129 ____________________________________________________________________________
8130 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
8131         Log: Linerewrapping.
8132      Branch: perl
8133            ! lib/open.pm
8134 ____________________________________________________________________________
8135 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
8136         Log: Updates on the modules list.
8137      Branch: perl
8138            ! t/lib/1_compile.t
8139 ____________________________________________________________________________
8140 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
8141         Log: Add a test for PerlIO.
8142              
8143              (I probably got the crlf/raw thing wrong for clrfy platforms...)
8144      Branch: perl
8145            + t/lib/perlio.t
8146            ! MANIFEST lib/PerlIO.pm
8147 ____________________________________________________________________________
8148 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
8149         Log: Add a test for carp et alia.
8150      Branch: perl
8151            + t/lib/carp.t
8152            ! MANIFEST
8153 ____________________________________________________________________________
8154 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
8155         Log: Adding the new test would be swell.
8156      Branch: perl
8157            + t/pragma/autouse.t
8158 ____________________________________________________________________________
8159 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
8160         Log: Add a test for the autouse pragma.
8161      Branch: perl
8162            ! MANIFEST
8163 ____________________________________________________________________________
8164 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
8165         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
8166              From: dLux <dlux@spam.sch.bme.hu>
8167              Date: Sun, 27 May 2001 16:14:26 +0200
8168              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
8169      Branch: perl
8170            ! lib/autouse.pm
8171 ____________________________________________________________________________
8172 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
8173         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
8174              From: "Richard Soderberg" <rs@crystalflame.net>
8175              Date: Mon, 28 May 2001 03:56:36 -0700
8176              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
8177      Branch: perl
8178            ! utils/dprofpp.PL
8179 ____________________________________________________________________________
8180 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
8181         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
8182              From: "Stephen P. Potter" <spp@spotter.yi.org>
8183              Date: Tue, 22 May 2001 11:40:25 -0400
8184              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
8185              
8186              Subject: Re: [ID 20010522.003] Time::Local module bug
8187              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
8188              Date: Tue, 22 May 2001 11:50:19 -0400
8189              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
8190      Branch: perl
8191            ! lib/Time/Local.pm
8192 ____________________________________________________________________________
8193 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
8194         Log: The PERL_DL_NONLAZY can have whitespace in front.
8195      Branch: perl
8196            ! t/lib/extutils.t
8197 ____________________________________________________________________________
8198 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
8199         Log: Document strftime() and strptime().
8200      Branch: perl
8201            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
8202 ____________________________________________________________________________
8203 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
8204         Log: Make Time::Piece::strptime() to be a function, not a method.
8205      Branch: perl
8206            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
8207 ____________________________________________________________________________
8208 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
8209         Log: Tweak the test to be more portable.
8210      Branch: perl
8211            ! t/lib/extutils.t
8212 ____________________________________________________________________________
8213 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
8214         Log: Subject: PATCH: Re: Re: Attributes that tie
8215              From: Leon Brocard <acme@astray.com>
8216              Date: Sun, 27 May 2001 12:37:29 +0100
8217              Message-ID: <20010527123729.A22663@ns0.astray.com>
8218              
8219              Document that variable attributes are not currently usable
8220              for tieing.  (An ugly limitation that should be fixed.)
8221      Branch: perl
8222            ! lib/attributes.pm
8223 ____________________________________________________________________________
8224 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
8225         Log: Microperl tweaks.
8226      Branch: perl
8227            ! Makefile.micro uconfig.h uconfig.sh
8228 ____________________________________________________________________________
8229 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
8230         Log: Add make target for microperl (kind of silly, but convenient).
8231      Branch: perl
8232            ! Makefile.SH
8233 ____________________________________________________________________________
8234 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
8235         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
8236              for microperl.)
8237      Branch: perl
8238            ! doio.c
8239 ____________________________________________________________________________
8240 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
8241         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
8242              From: rspier@pobox.com (Robert Spier)
8243              Date: Sat, 26 May 2001 20:05:23 -0400
8244              Message-ID: <15120.17603.148648.12430@rls.cx>
8245              
8246              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
8247              From: rspier@pobox.com (Robert Spier)
8248              Date: Sun, 27 May 2001 00:23:12 -0400
8249              Message-ID: <15120.33072.511966.767230@rls.cx>
8250      Branch: perl
8251            ! doio.c pod/perlfunc.pod
8252 ____________________________________________________________________________
8253 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
8254         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
8255      Branch: perl
8256            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8257 ____________________________________________________________________________
8258 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
8259         Log: Add README.tru64.
8260      Branch: perl
8261            + README.tru64
8262 ____________________________________________________________________________
8263 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
8264         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
8265      Branch: perl
8266            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8267            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
8268            ! MANIFEST
8269 ____________________________________________________________________________
8270 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
8271         Log: Integrate I18N::LangTags from Sean Burke.
8272              
8273              TODO: the language list from RFC 3066 needs to be integrated
8274              and made available somehow.  The list is included in the
8275              I18N-LangTags 0.21 distribution, but it is undocumented
8276              and unconnected to the module.
8277      Branch: perl
8278            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
8279            ! MANIFEST
8280 ____________________________________________________________________________
8281 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
8282         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
8283              envisioned by Sarathy.
8284      Branch: perl
8285            ! t/op/ver.t toke.c
8286 ____________________________________________________________________________
8287 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
8288         Log: Subject: [ID 20010525.001] Pod typo nits fixed
8289              From: lvirden@cas.org
8290              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
8291              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
8292              
8293              minus the perlsolaris decimation plus the
8294              
8295              Subject: Re: [ID 20010525.001] Pod typo nits fixed
8296              From: "Philip Newton" <Philip.Newton@gmx.net>
8297              Date: Fri, 25 May 2001 18:05:55 +0200
8298              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
8299      Branch: perl
8300            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
8301            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
8302            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
8303            ! pod/perlutil.pod pod/perlxstut.pod
8304 ____________________________________________________________________________
8305 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
8306         Log: return clauses are nice.
8307      Branch: perl
8308            ! sv.c
8309 ____________________________________________________________________________
8310 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
8311         Log: Subject: change 10199 backwards?
8312              From: Doug MacEachern <dougm@covalent.net>
8313              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
8314              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
8315      Branch: perl
8316            ! sv.c
8317 ____________________________________________________________________________
8318 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
8319         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
8320              From: Hugo <hv@crypt.compulink.co.uk>
8321              Date: Sat, 26 May 2001 17:05:12 +0100
8322              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
8323      Branch: perl
8324            + t/op/gmagic.t
8325            ! MANIFEST doop.c embed.h embed.pl global.sym
8326            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
8327            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
8328 ____________________________________________________________________________
8329 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
8330         Log: Regen headers for #10221.
8331      Branch: perl
8332            ! global.sym objXSUB.h perlapi.c
8333 ____________________________________________________________________________
8334 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
8335         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
8336              From: Juha Laiho <juha.laiho@Elma.Net>
8337              Date: Thu, 3 May 2001 09:51:30 +0300
8338              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
8339      Branch: perl
8340            ! embed.pl
8341 ____________________________________________________________________________
8342 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
8343         Log: Subject: Re: [PATCH] Re: stability of sort()?
8344              From: "John P. Linderman" <jpl@research.att.com>
8345              Date: Sat, 26 May 2001 13:27:19 -0400
8346              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
8347      Branch: perl
8348            ! pod/perlfunc.pod
8349 ____________________________________________________________________________
8350 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
8351         Log: Integrate perlio.
8352      Branch: perl
8353           !> pod/perlguts.pod
8354 ____________________________________________________________________________
8355 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
8356         Log: Subject: [PATCH perl@10210] PerlIO for VMS
8357              From: "Craig A. Berry" <craigberry@mac.com>
8358              Date: Sat, 26 May 2001 09:34:11 -0500
8359              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
8360      Branch: perl
8361            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
8362            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
8363            ! vms/vmsish.h
8364 ____________________________________________________________________________
8365 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
8366         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
8367              From: David Dyck <dcd@tc.fluke.com>
8368              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
8369              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
8370      Branch: perl
8371            ! lib/perl5db.pl
8372 ____________________________________________________________________________
8373 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
8374         Log: Subject: utf8 regexp tests
8375              From: Hugo <hv@crypt.compulink.co.uk>
8376              Date: Fri, 25 May 2001 22:35:01 +0100
8377              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
8378      Branch: perl
8379            ! t/op/regexp.t
8380 ____________________________________________________________________________
8381 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
8382         Log: Subject: [PATCH] Re: stability of sort()?
8383              From: Nicholas Clark <nick@ccl4.org>
8384              Date: Fri, 25 May 2001 22:40:19 +0100
8385              Message-ID: <20010525224019.B86445@plum.flirble.org>
8386      Branch: perl
8387            ! pod/perlfunc.pod
8388 ____________________________________________________________________________
8389 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
8390         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
8391              From: John Peacock <jpeacock@rowman.com>
8392              Date: Thu, 24 May 2001 22:14:01 -0400
8393              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
8394      Branch: perl
8395            ! mg.c scope.c sv.c
8396 ____________________________________________________________________________
8397 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
8398         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
8399              From: Nicholas Clark <nick@ccl4.org>
8400              Date: Sun, 20 May 2001 19:24:13 +0100
8401              Message-ID: <20010520192413.G83222@plum.flirble.org>
8402      Branch: perl
8403            + lib/ExtUtils/Constant.pm t/lib/extutils.t
8404            ! MANIFEST utils/h2xs.PL
8405 ____________________________________________________________________________
8406 [ 10212] By: nick                                  on 2001/05/26  09:49:28
8407         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
8408              add a few more notes there on use of mortals on the stack.
8409      Branch: perlio
8410            ! pod/perlguts.pod
8411 ____________________________________________________________________________
8412 [ 10211] By: nick                                  on 2001/05/26  09:05:36
8413         Log: Integrate mainline
8414      Branch: perlio
8415           +> t/lib/fcntl.t t/pragma/vars.t
8416           !> (integrate 49 files)
8417 ____________________________________________________________________________
8418 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
8419         Log: Update Changes.
8420      Branch: perl
8421            ! Changes patchlevel.h
8422 ____________________________________________________________________________
8423 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
8424         Log: Based on
8425              
8426              Subject: [PATCH pp.c] Wrapping pack("C",256)
8427              From: Simon Cozens <simon@netthink.co.uk>
8428              Date: Sat, 12 May 2001 17:58:41 +0100
8429              Message-ID: <20010512175841.A6132@netthink.co.uk>
8430      Branch: perl
8431            ! pod/perldiag.pod pp.c t/pragma/warn/pp
8432 ____________________________________________________________________________
8433 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
8434         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
8435              From: "Brendan O'Dea" <bod@compusol.com.au>
8436              Date: Fri, 25 May 2001 11:18:29 +1000
8437              Message-ID: <20010525111829.A28411@compusol.com.au>
8438              
8439              (Slightly modified.)
8440      Branch: perl
8441            ! lib/Term/Cap.pm
8442 ____________________________________________________________________________
8443 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
8444         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
8445              From: Hugo <hv@crypt.compulink.co.uk>
8446              Date: Fri, 25 May 2001 02:13:25 +0100
8447              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
8448      Branch: perl
8449            ! t/op/misc.t
8450 ____________________________________________________________________________
8451 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
8452         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
8453              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
8454              Date: Fri, 25 May 2001 10:25:36 +0900
8455              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
8456      Branch: perl
8457            ! regcomp.c regexec.c
8458 ____________________________________________________________________________
8459 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
8460         Log: Subject: [PATCH #2] stash autovivification and method call error messages
8461              From: Ilmari Karonen <iltzu@sci.fi>
8462              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
8463              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
8464      Branch: perl
8465            ! gv.c pp_hot.c t/op/method.t
8466 ____________________________________________________________________________
8467 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
8468         Log: Add make target and documentation for gprof profiling.
8469      Branch: perl
8470            ! Makefile.SH pod/perlhack.pod
8471 ____________________________________________________________________________
8472 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
8473         Log: Subject: Don't think about UTF8 
8474              From: Mike Guy <mjtg@cam.ac.uk> 
8475              Date: Tue, 22 May 2001 14:35:39 +0100
8476              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
8477      Branch: perl
8478            ! sv.h
8479 ____________________________________________________________________________
8480 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
8481         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
8482              From: Geraint A Edwards <gedge@serf.org> 
8483              Date: Thu, 24 May 2001 22:51:24 +0100
8484              Message-Id: <20010524225124.A34981@cymru.serf.org>
8485      Branch: perl
8486            ! x2p/find2perl.PL
8487 ____________________________________________________________________________
8488 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
8489         Log: DB_File has its own attribute story.
8490      Branch: perl
8491            ! ext/DB_File/DB_File.xs
8492 ____________________________________________________________________________
8493 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
8494         Log: Subject: Re: Making perl with -Wall
8495              From: Andy Dougherty <doughera@lafayette.edu>
8496              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
8497              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
8498      Branch: perl
8499            ! perl.h
8500 ____________________________________________________________________________
8501 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
8502         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
8503              From: "Richard Soderberg" <rs@crystalflame.net>
8504              Date: Thu, 24 May 2001 08:58:16 -0700
8505              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
8506      Branch: perl
8507            ! sv.c
8508 ____________________________________________________________________________
8509 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
8510         Log: IV/UV casting fixes from Nicholas Clark.
8511      Branch: perl
8512            ! perl.h pp_sys.c util.c
8513 ____________________________________________________________________________
8514 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
8515         Log: Subject: Re: Making perl with -Wall
8516              From: Michael G Schwern <schwern@pobox.com>
8517              Date: Thu, 24 May 2001 15:40:28 +0100
8518              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
8519      Branch: perl
8520            ! malloc.c perl.h
8521 ____________________________________________________________________________
8522 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
8523         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
8524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8525              Date: Tue, 22 May 2001 11:49:37 +0200
8526              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
8527      Branch: metaconfig
8528            ! U/modified/Oldsym.U
8529      Branch: metaconfig/U/perl
8530            ! patchlevel.U
8531      Branch: perl
8532            ! Configure config_h.SH myconfig.SH
8533 ____________________________________________________________________________
8534 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
8535         Log: Under versiononly install also the scripts with the version suffix.
8536              (e.g. .../bin/h2xs5.7.1)
8537      Branch: perl
8538            ! installperl
8539 ____________________________________________________________________________
8540 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
8541         Log: Subject: [PATCH] Stop segfault in mg.c:636
8542              From: "Richard Soderberg" <rs@crystalflame.net>
8543              Date: Thu, 24 May 2001 05:51:52 -0700
8544              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
8545      Branch: perl
8546            ! mg.c
8547 ____________________________________________________________________________
8548 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
8549         Log: Iteration continues; hopefully convergently.
8550      Branch: perl
8551            ! t/lib/b-stash.t
8552 ____________________________________________________________________________
8553 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
8554         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
8555              From: Gisle Aas <gisle@ActiveState.com>
8556              Date: 23 May 2001 16:13:10 -0700
8557              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
8558      Branch: perl
8559            ! op.c toke.c
8560 ____________________________________________________________________________
8561 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
8562         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
8563              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8564              Date: Thu, 24 May 2001 05:05:22 -0500
8565              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
8566      Branch: perl
8567            ! lib/dumpvar.pl lib/perl5db.pl
8568 ____________________________________________________________________________
8569 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
8570         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
8571              From: David Dyck <dcd@tc.fluke.com>
8572              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
8573              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
8574      Branch: perl
8575            ! lib/perl5db.pl
8576 ____________________________________________________________________________
8577 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
8578         Log: Tiny pod nits on READMEs, mostly whitespace issues.
8579      Branch: perl
8580            ! README.amiga README.dos README.macos README.mpeix README.vmesa
8581            ! README.win32
8582 ____________________________________________________________________________
8583 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
8584         Log: The DG/UX part of the 20010521.005.
8585      Branch: perl
8586            ! README.dgux
8587 ____________________________________________________________________________
8588 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
8589         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
8590              From: Hugo <hv@crypt.compulink.co.uk>
8591              Date: Mon, 21 May 2001 16:32:02 +0100
8592              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
8593      Branch: perl
8594            ! regcomp.c t/op/misc.t
8595 ____________________________________________________________________________
8596 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
8597         Log: Subject: [PATCH] Extra UNIVERSAL tests
8598              From: Mike Guy <mjtg@cam.ac.uk>
8599              Date: Wed, 23 May 2001 12:29:20 +0100
8600              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
8601      Branch: perl
8602            ! t/op/universal.t
8603 ____________________________________________________________________________
8604 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
8605         Log: Subject: [PATCH] Remove EQ keyword
8606              From: Mike Guy <mjtg@cam.ac.uk>
8607              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
8608              Date: Wed, 23 May 2001 11:17:29 +0100
8609      Branch: perl
8610            ! keywords.h keywords.pl
8611 ____________________________________________________________________________
8612 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
8613         Log: Subject: [PATCH] lib/perl5db.pl
8614              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8615              Date: Wed, 23 May 2001 02:18:03 -0500
8616              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
8617      Branch: perl
8618            ! lib/perl5db.pl
8619 ____________________________________________________________________________
8620 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
8621         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
8622              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
8623              Date: Tue, 22 May 2001 23:34:41 -0500
8624              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
8625      Branch: perl
8626            ! lib/Term/Cap.pm
8627 ____________________________________________________________________________
8628 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
8629         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
8630              From: davem@fdgroup.co.uk
8631              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
8632              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
8633      Branch: perl
8634            ! emacs/e2ctags.pl
8635 ____________________________________________________________________________
8636 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
8637         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
8638              From: Michael G Schwern <schwern@pobox.com>
8639              Date: Tue, 22 May 2001 14:15:09 +0100
8640              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
8641      Branch: perl
8642            ! lib/vars.pm
8643 ____________________________________________________________________________
8644 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
8645         Log: Subject: [PATCH lib/vars.pm] Odd code nit
8646              From: Michael G Schwern <schwern@pobox.com>
8647              Date: Tue, 22 May 2001 14:14:28 +0100
8648              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
8649      Branch: perl
8650            ! lib/vars.pm
8651 ____________________________________________________________________________
8652 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
8653         Log: Use the new use vars feature.
8654      Branch: perl
8655            ! t/lib/b-stash.t
8656 ____________________________________________________________________________
8657 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
8658         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
8659              From: Mike Guy <mjtg@cam.ac.uk>
8660              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
8661              Date: Tue, 22 May 2001 13:11:39 +0100
8662      Branch: perl
8663            + t/pragma/vars.t
8664            ! MANIFEST lib/vars.pm t/lib/1_compile.t
8665 ____________________________________________________________________________
8666 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
8667         Log: -qlongdouble considered harmful by Merijn.
8668      Branch: perl
8669            ! hints/aix.sh
8670 ____________________________________________________________________________
8671 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
8672         Log: Update Changes.
8673      Branch: perl
8674            ! Changes patchlevel.h
8675 ____________________________________________________________________________
8676 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
8677         Log: Add a test of its very own for Fcntl.  Hopefully portable.
8678      Branch: perl
8679            + t/lib/fcntl.t
8680            ! MANIFEST
8681 ____________________________________________________________________________
8682 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
8683         Log: Must be trickier for 'minitest' not to die.
8684      Branch: perl
8685            ! t/op/taint.t
8686 ____________________________________________________________________________
8687 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
8688         Log: Can't declare other people's variables.
8689      Branch: perl
8690            ! t/lib/b-stash.t
8691 ____________________________________________________________________________
8692 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
8693         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
8694      Branch: perl
8695            ! doio.c t/op/taint.t
8696 ____________________________________________________________________________
8697 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
8698         Log: The OS/2 variable needs to be declared.
8699      Branch: perl
8700            ! t/lib/b-stash.t
8701 ____________________________________________________________________________
8702 [ 10170] By: nick                                  on 2001/05/20  16:48:29
8703         Log: Integrate mainline
8704      Branch: perlio
8705           !> (integrate 41 files)
8706 ____________________________________________________________________________
8707 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
8708         Log: Small perlsec updates: clarify the taintedness of filename
8709              globbing; suggest using Scalar::Util::tainted().
8710      Branch: perl
8711            ! pod/perlsec.pod
8712 ____________________________________________________________________________
8713 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
8714         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
8715              From: Dave Mitchell <davem@fdgroup.co.uk>
8716              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
8717              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
8718      Branch: perl
8719            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
8720            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
8721            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
8722            ! xsutils.c
8723 ____________________________________________________________________________
8724 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
8725         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
8726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8727              Date: Sat, 19 May 2001 04:08:46 -0400
8728              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
8729      Branch: perl
8730            ! lib/ExtUtils/Mksymlists.pm makedef.pl
8731 ____________________________________________________________________________
8732 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
8733         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
8734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8735              Date: Sat, 19 May 2001 04:30:45 -0400
8736              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
8737      Branch: perl
8738            ! os2/os2.c
8739 ____________________________________________________________________________
8740 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
8741         Log: Subject: [PATCH 5.6.1] build bugs OS/2
8742              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8743              Date: Sat, 19 May 2001 04:35:28 -0400
8744              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
8745      Branch: perl
8746            ! os2/Makefile.SHs os2/os2.c
8747 ____________________________________________________________________________
8748 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
8749         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
8750              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8751              Date: Sat, 19 May 2001 04:04:23 -0400
8752              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
8753              
8754              (In bleadperl patched b-stash.t instead of b.t)
8755      Branch: perl
8756            ! t/lib/b-stash.t t/lib/bigfltpm.t
8757 ____________________________________________________________________________
8758 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
8759         Log: Subject: [PATCH 5.6.1] perl5db
8760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8761              Date: Sat, 19 May 2001 03:49:09 -0400
8762              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
8763      Branch: perl
8764            ! lib/perl5db.pl
8765 ____________________________________________________________________________
8766 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
8767         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
8768              From: Gisle Aas <gisle@ActiveState.com>
8769              Date: 18 May 2001 14:24:51 -0700
8770              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
8771      Branch: perl
8772            ! pp_ctl.c
8773 ____________________________________________________________________________
8774 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
8775         Log: Subject: [PATCH] Chomp should not always stringify
8776              From: Gisle Aas <gisle@ActiveState.com>
8777              Date: 18 May 2001 07:55:25 -0700
8778              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
8779      Branch: perl
8780            ! doop.c t/op/chop.t
8781 ____________________________________________________________________________
8782 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
8783         Log: Integrate perlio.
8784      Branch: perl
8785           !> pod/perlfunc.pod
8786 ____________________________________________________________________________
8787 [ 10159] By: nick                                  on 2001/05/20  09:39:46
8788         Log: Document some more of open's features.
8789      Branch: perlio
8790            ! pod/perlfunc.pod
8791 ____________________________________________________________________________
8792 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
8793         Log: back out change#10153 (it has compatibility issues such as the
8794              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
8795              benefit for 5.6.x doesn't seem worth the risk)
8796      Branch: maint-5.6/perl
8797            ! toke.c
8798 ____________________________________________________________________________
8799 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
8800         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
8801      Branch: perl
8802            ! x2p/s2p.PL
8803 ____________________________________________________________________________
8804 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
8805         Log: Update Changes.
8806      Branch: perl
8807            ! Changes patchlevel.h
8808 ____________________________________________________________________________
8809 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
8810         Log: Integrate change #10144 from maintperl.
8811              
8812              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
8813      Branch: perl
8814           !> win32/config.bc win32/config.gc win32/config.vc
8815           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8816 ____________________________________________________________________________
8817 [ 10154] By: nick                                  on 2001/05/18  07:23:03
8818         Log: Integrate mainline.
8819      Branch: perlio
8820           +> README.dgux t/lib/i18n-collate.t utils.lst
8821           !> (integrate 49 files)
8822 ____________________________________________________________________________
8823 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
8824         Log: Integrate change #7224 from mainline into maintperl.
8825              
8826              Allow @+ and @- to be doublequoted, from Simon Cozens. 
8827              (Approved by Larry, see Tom's comment in 20000830.005.)
8828      Branch: maint-5.6/perl
8829           !> toke.c
8830 ____________________________________________________________________________
8831 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
8832         Log: Subject: [PATCH bleadperl] small lookbehind fix
8833              From: Hugo <hv@crypt.compulink.co.uk>
8834              Date: Fri, 18 May 2001 00:07:19 +0100
8835              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
8836      Branch: perl
8837            ! regexec.c
8838 ____________________________________________________________________________
8839 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
8840         Log: Detypos.
8841      Branch: perl
8842            ! installman utils.lst
8843 ____________________________________________________________________________
8844 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
8845         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
8846              in 20001222.001.
8847      Branch: perl
8848            ! t/lib/glob-basic.t
8849 ____________________________________________________________________________
8850 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
8851         Log: Subject: [PATCH] Test for bug 20010515.004
8852              From: Benjamin Sugars <bsugars@canoe.ca>
8853              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
8854              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
8855      Branch: perl
8856            ! t/op/misc.t
8857 ____________________________________________________________________________
8858 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
8859         Log: Integrate #10145 from maintperl.
8860              
8861              fix for ID 20010515.004 (needs test)
8862      Branch: perl
8863           !> pp_hot.c
8864 ____________________________________________________________________________
8865 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
8866         Log: Thinko noticed by Doug MacEachern.
8867      Branch: perl
8868            ! thread.h
8869 ____________________________________________________________________________
8870 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
8871         Log: Subject: Re: [PATCH] HERE mark in regex
8872              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8873              Date: Thu, 17 May 2001 12:20:33 -0400
8874              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
8875      Branch: perl
8876            ! t/op/re_tests
8877 ____________________________________________________________________________
8878 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
8879         Log: fix for ID 20010515.004 (needs test)
8880      Branch: maint-5.6/perl
8881            ! pp_hot.c
8882 ____________________________________________________________________________
8883 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
8884         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
8885      Branch: maint-5.6/perl
8886            ! win32/config.bc win32/config.gc win32/config.vc
8887            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8888 ____________________________________________________________________________
8889 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
8890         Log: Macrofy the getspecific (and use it also in util.c)
8891      Branch: perl
8892            ! thread.h util.c
8893 ____________________________________________________________________________
8894 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
8895         Log: Use the unchecked thread-specific key fetch also in Tru64.
8896      Branch: perl
8897            ! thread.h
8898 ____________________________________________________________________________
8899 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
8900         Log: Subject: [PATCH 5.6.1]Quick thread speedup
8901              From: Dan Sugalski <dan@sidhe.org> 
8902              Date: Wed, 16 May 2001 18:05:19 -0400
8903              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
8904      Branch: perl
8905            ! thread.h util.c
8906 ____________________________________________________________________________
8907 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
8908         Log: I think this is quite enough testing for a deprecated feature.
8909      Branch: perl
8910            + t/lib/i18n-collate.t
8911            ! MANIFEST t/lib/1_compile.t
8912 ____________________________________________________________________________
8913 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
8914         Log: More HP-UX lore from Jeff Okamoto.
8915      Branch: perl
8916            ! README.hpux
8917 ____________________________________________________________________________
8918 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
8919         Log: Sort utils.lst for easier maintenance.
8920      Branch: perl
8921            ! utils.lst
8922 ____________________________________________________________________________
8923 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
8924         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8925              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8926              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
8927              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
8928              
8929              Add pod2latex to utils.lst.
8930      Branch: perl
8931            ! MANIFEST utils.lst
8932 ____________________________________________________________________________
8933 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
8934         Log: Subject: Re: [PATCH] HERE mark in regex
8935              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8936              Date: Wed, 16 May 2001 13:04:43 -0400
8937              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
8938      Branch: perl
8939            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
8940            ! t/op/regmesg.t t/pragma/warn/regcomp
8941 ____________________________________________________________________________
8942 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
8943         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8944              From: Simon Cozens <simon@netthink.co.uk>
8945              Date: Wed, 16 May 2001 18:02:08 +0100
8946              Message-ID: <20010516180208.A6458@netthink.co.uk>
8947      Branch: perl
8948            ! installman utils.lst
8949 ____________________________________________________________________________
8950 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
8951         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
8952              From: "Philip Newton" <pnewton@gmx.de>
8953              Date: Tue, 15 May 2001 15:09:30 +0200
8954              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
8955              
8956              Test case for #10128.
8957      Branch: perl
8958            ! t/pragma/warn/pp_hot
8959 ____________________________________________________________________________
8960 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
8961         Log: Update Changes.
8962      Branch: perl
8963            ! Changes patchlevel.h
8964 ____________________________________________________________________________
8965 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
8966         Log: Deprecate pseudo-hashes.
8967      Branch: perl
8968            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
8969 ____________________________________________________________________________
8970 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
8971         Log: HP-UX hints update from Merijn.
8972      Branch: perl
8973            ! hints/hpux.sh
8974 ____________________________________________________________________________
8975 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
8976         Log: README.hpux update from Merijn.
8977      Branch: perl
8978            ! README.hpux
8979 ____________________________________________________________________________
8980 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
8981         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8982              From: Simon Cozens <simon@netthink.co.uk>
8983              Date: Wed, 16 May 2001 15:57:55 +0100
8984              Message-ID: <20010516155755.A4728@netthink.co.uk>
8985      Branch: perl
8986            + utils.lst
8987            ! MANIFEST installman installperl
8988 ____________________________________________________________________________
8989 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
8990         Log: Subject: Re: [ID 20010515.001] -DPERL_Y2KWARN doesn't do what it should (Not OK: perl v5.7.1 +DEVEL10104 on i586-linux 2.2.16-22 (UNINST
8991              From: "Philip Newton" <pnewton@gmx.de>
8992              Date: Tue, 15 May 2001 16:31:05 +0200
8993              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
8994              
8995              Fix PERL_Y2KWARN test to check before rather than after appending.
8996      Branch: perl
8997            ! pp_hot.c
8998 ____________________________________________________________________________
8999 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
9000         Log: Regen Porting stuff.
9001      Branch: perl
9002            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9003            ! config_h.SH
9004 ____________________________________________________________________________
9005 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
9006         Log: Metaconfig unit change for #10125.
9007      Branch: metaconfig
9008            ! U/modified/Oldconfig.U
9009 ____________________________________________________________________________
9010 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
9011         Log: Use OSVERS.
9012      Branch: perl
9013            ! Configure config_h.SH perl.c
9014 ____________________________________________________________________________
9015 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
9016         Log: Regen toc.
9017      Branch: perl
9018            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9019 ____________________________________________________________________________
9020 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
9021         Log: Adding the README.dgux to the MANIFEST would be a good idea.
9022      Branch: perl
9023            ! MANIFEST
9024 ____________________________________________________________________________
9025 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
9026         Log: Move the stack desire definition to thread.h.
9027      Branch: perl
9028            ! ext/Thread/Thread.xs thread.h
9029 ____________________________________________________________________________
9030 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
9031         Log: DG-UX threading patches, including a README.dgux,
9032              from Takis Psarogiannakopoulos.
9033      Branch: perl
9034            + README.dgux
9035            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
9036 ____________________________________________________________________________
9037 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
9038         Log: Subject: [PATCH B::Deparse] More on /x regexes
9039              From: Robin Houston <robin@kitsite.com>
9040              Date: Tue, 15 May 2001 19:09:35 +0100
9041              Message-ID: <20010515190935.A27268@penderel>
9042      Branch: perl
9043            ! ext/B/B/Deparse.pm
9044 ____________________________________________________________________________
9045 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
9046         Log: Document that the core time() may be rounding rather
9047              than truncating, would have saved at least my confusion.
9048      Branch: perl
9049            ! ext/Time/HiRes/HiRes.pm
9050 ____________________________________________________________________________
9051 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
9052         Log: Subject: perl-current/t/time-hires.t
9053              From: John Peacock <jpeacock@rowman.com>
9054              Date: Fri, 11 May 2001 14:09:41 -0400
9055              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
9056      Branch: perl
9057            ! t/lib/time-hires.t
9058 ____________________________________________________________________________
9059 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
9060         Log: Subject: [PATCH dump.c] Op private flags
9061              From: Simon Cozens <simon@netthink.co.uk>
9062              Date: Sun, 13 May 2001 20:20:36 +0100
9063              Message-ID: <20010513202036.A21896@netthink.co.uk>
9064      Branch: perl
9065            ! dump.c
9066 ____________________________________________________________________________
9067 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
9068         Log: Upgrade to Switch 2.03.
9069      Branch: perl
9070            ! lib/Switch.pm
9071 ____________________________________________________________________________
9072 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
9073         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
9074              to PERL_CONFIG_SH and use it consistently.
9075      Branch: maint-5.6/perl
9076           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
9077           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
9078           !> myconfig.SH writemain.SH
9079 ____________________________________________________________________________
9080 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
9081         Log: Metaconfig units changes for #10113.
9082      Branch: metaconfig
9083            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
9084 ____________________________________________________________________________
9085 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
9086         Log: The problem described in 20010514.031 still wasn't
9087              fully cured, there were remnants of $CONFIG when
9088              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
9089              to avoid future conflicts.
9090      Branch: perl
9091            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
9092            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
9093            ! myconfig.SH writemain.SH
9094 ____________________________________________________________________________
9095 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
9096         Log: Half of #10107 got lost.
9097      Branch: perl
9098            ! ext/B/B/Deparse.pm
9099 ____________________________________________________________________________
9100 [ 10111] By: nick                                  on 2001/05/15  08:39:14
9101         Log: Integrate mainline.
9102      Branch: perlio
9103           +> ext/POSIX/hints/uts.pl
9104            - Todo Todo-5.6 t/camel-III/vstring.t
9105           !> (integrate 48 files)
9106 ____________________________________________________________________________
9107 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
9108         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
9109              From: Robin Houston <robin@kitsite.com>
9110              Date: Mon, 14 May 2001 22:27:08 +0100
9111              Message-ID: <20010514222708.A22963@penderel>
9112      Branch: perl
9113            ! t/TestInit.pm
9114 ____________________________________________________________________________
9115 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
9116         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
9117              From: Robin Houston <robin@kitsite.com>
9118              Date: Mon, 14 May 2001 22:16:43 +0100
9119              Message-ID: <20010514221643.A22437@penderel>
9120      Branch: perl
9121            ! ext/B/B/Deparse.pm
9122 ____________________________________________________________________________
9123 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
9124         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
9125              From: Robin Houston <robin@kitsite.com>
9126              Date: Mon, 14 May 2001 22:03:44 +0100
9127              Message-ID: <20010514220344.A20643@penderel>
9128      Branch: perl
9129            ! ext/B/B/Deparse.pm
9130 ____________________________________________________________________________
9131 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
9132         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
9133              From: Robin Houston <robin@kitsite.com>
9134              Date: Mon, 14 May 2001 22:10:07 +0100
9135              Message-ID: <20010514221007.A21118@penderel>
9136      Branch: perl
9137            ! ext/B/B/Deparse.pm
9138 ____________________________________________________________________________
9139 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
9140         Log: Fix for 20010514.037; substr() didn't invalidate the locale
9141              collation magic.
9142      Branch: perl
9143            ! pp.c
9144 ____________________________________________________________________________
9145 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
9146         Log: Update Changes.
9147      Branch: perl
9148            ! Changes patchlevel.h
9149 ____________________________________________________________________________
9150 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
9151         Log: Retract #10094.
9152      Branch: perl
9153            ! lib/Pod/Text.pm
9154 ____________________________________________________________________________
9155 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
9156         Log: Integrate change #10100 from maintperl.
9157              
9158              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
9159              bug ID 20010514.027)
9160      Branch: perl
9161           !> mg.c pp_ctl.c
9162 ____________________________________________________________________________
9163 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
9164         Log: Document the deprecatedness of suidperl.
9165      Branch: perl
9166            ! INSTALL pod/perlfaq1.pod
9167 ____________________________________________________________________________
9168 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
9169         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
9170              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9171              Date: Mon, 14 May 2001 09:38:59 -0400
9172              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
9173      Branch: perl
9174            ! lib/ExtUtils/MM_Unix.pm
9175 ____________________________________________________________________________
9176 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
9177         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
9178              bug ID 20010514.027)
9179              
9180              TODO: this needs a testsuite addition
9181      Branch: maint-5.6/perl
9182            ! mg.c pp_ctl.c
9183 ____________________________________________________________________________
9184 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
9185         Log: More DWIMminess for Class::Struct: calling the array or hash
9186              accessors only with one argument, an array or a hash reference,
9187              sets the underlying array or hash.  This mirrors nicely also
9188              the usage in the constructor.
9189              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
9190      Branch: perl
9191            ! lib/Class/Struct.pm t/lib/class-struct.t
9192 ____________________________________________________________________________
9193 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
9194         Log: Reference cmp'ing should go through the whole stringification
9195              process shebang, as pointed out by Sarathy in #10091.
9196      Branch: perl
9197            ! pp.c
9198 ____________________________________________________________________________
9199 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
9200         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
9201              From: Simon Cozens <simon@netthink.co.uk>
9202              Date: Sat, 12 May 2001 16:36:27 +0100
9203              Message-ID: <20010512163627.A5522@netthink.co.uk>
9204              
9205              with some additions salvaged from Todo and Todo-5.6 before
9206              retiring them.
9207      Branch: perl
9208            - Todo Todo-5.6
9209            ! MANIFEST pod/perltodo.pod
9210 ____________________________________________________________________________
9211 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
9212         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
9213              From: "Golubev I. N." <gin@mo.msk.ru>
9214              Date: Mon, 07 May 2001 14:33:34 (GMT)
9215              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
9216      Branch: perl
9217            ! perl.h
9218 ____________________________________________________________________________
9219 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
9220         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
9221              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9222              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
9223              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
9224      Branch: perl
9225            ! lib/ExtUtils/MM_Unix.pm
9226 ____________________________________________________________________________
9227 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
9228         Log: (Retracted by #10104.)
9229              
9230              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
9231              From: barries <barries@slaysys.com>
9232              Date: Sat, 12 May 2001 01:28:10 -0400
9233              Message-ID: <20010512012810.B26358@jester.slaysys.com>
9234      Branch: perl
9235            ! lib/Pod/Text.pm
9236 ____________________________________________________________________________
9237 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
9238         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
9239              From: Mike Guy <mjtg@cam.ac.uk>
9240              Date: Sat, 12 May 2001 19:24:33 +0100
9241              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
9242      Branch: perl
9243            ! lib/AutoSplit.pm
9244 ____________________________________________________________________________
9245 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
9246         Log: Yet another HP-UX hints tweak from Merijn.
9247      Branch: perl
9248            ! hints/hpux.sh
9249 ____________________________________________________________________________
9250 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
9251         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
9252              isn't defined (changes#9366,9368,9370 from mainline without the
9253              pp_scmp() change)
9254      Branch: maint-5.6/perl
9255            ! pp.c pp.h pp_hot.c
9256 ____________________________________________________________________________
9257 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
9258         Log: The sorting seems to happen now automatically.
9259      Branch: perl
9260            ! t/lib/glob-basic.t
9261 ____________________________________________________________________________
9262 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
9263         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
9264              From: Benjamin Sugars <bsugars@canoe.ca>
9265              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
9266              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
9267      Branch: perl
9268            ! pod/perlfunc.pod
9269 ____________________________________________________________________________
9270 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
9271         Log: Subject: Re: undef(&foo) does not work for XS functions
9272              From: Doug MacEachern <dougm@covalent.net>
9273              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
9274              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
9275      Branch: perl
9276            ! op.c
9277 ____________________________________________________________________________
9278 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
9279         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
9280              From: Peter Prymmer <pvhp@forte.com>
9281              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
9282              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
9283      Branch: perl
9284            ! t/op/append.t
9285 ____________________________________________________________________________
9286 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
9287         Log: Update Changes.
9288      Branch: perl
9289            ! Changes patchlevel.h
9290 ____________________________________________________________________________
9291 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
9292         Log: Remove the 'asciir' re subpragma.  Should instead implement
9293              the 'physical vs logical' range scheme:
9294              
9295              \xAA-\xCC is a native physical range, you want that range of
9296              codepoints in your native encoding.  In EBCDIC the codepoints
9297              in the gaps (between i-j and r-s) should be included.
9298              
9299              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
9300              codepoints in Unicode.
9301              
9302              a-z is a logical range, you want that range of 'logical' codepoints
9303              in your native encoding.  In EBCDIC the codepoints in the gaps
9304              (between i-j and r-s) should not be included.
9305              
9306              Mixed cases (a-\xAA, etc) should either be errors, or maybe
9307              the 'logical' endpoints should be converted to native/Unicode
9308              codepoints, and the range handled as a physical range.
9309              
9310              'Logical endpoints' are to be recognized only in the A-Z, a-z,
9311              and 0-9 ranges.  Probably a warning should be given for mixed
9312              cases like A-z or a-9 (since such expressions are encoding
9313              dependent), with a recommendation to use physical ranges.
9314      Branch: perl
9315            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
9316            ! t/op/regexp.t
9317 ____________________________________________________________________________
9318 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
9319         Log: Make the test to cleanup the test directory tree
9320              both before and after the testing so that we always
9321              have a clean slate to work with.
9322      Branch: perl
9323            ! t/lib/filefind.t
9324 ____________________________________________________________________________
9325 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
9326         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
9327              From: Jon Eveland <jweveland@yahoo.com>
9328              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
9329              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
9330      Branch: perl
9331            ! pod/perlfunc.pod
9332 ____________________________________________________________________________
9333 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
9334         Log: Merge the camel-III/vstring.t with op/ver.t.
9335      Branch: perl
9336            - t/camel-III/vstring.t
9337            ! MANIFEST t/TEST t/harness t/op/ver.t
9338 ____________________________________________________________________________
9339 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
9340         Log: Add test.deparse make target.
9341      Branch: perl
9342            ! Makefile.SH
9343 ____________________________________________________________________________
9344 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
9345         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
9346              From: Robin Houston <robin@kitsite.com>
9347              Date: Fri, 11 May 2001 12:02:22 +0100
9348              Message-ID: <20010511120222.A11529@penderel>
9349      Branch: perl
9350            ! ext/B/B/Deparse.pm t/op/method.t
9351 ____________________________________________________________________________
9352 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
9353         Log: A nicely working combination for UTS from Hal Morris.
9354      Branch: perl
9355            + ext/POSIX/hints/uts.pl
9356            ! MANIFEST hints/uts.sh
9357 ____________________________________________________________________________
9358 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
9359         Log: i_ieeefp=undef for UTS.
9360      Branch: perl
9361            ! hints/uts.sh
9362 ____________________________________________________________________________
9363 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
9364         Log: Subject: RE: rand(0) is rand(1)
9365              From: Larry Shatzer <lshatzer@islanddata.com>
9366              Date: Thu, 10 May 2001 11:09:27 -0700
9367              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
9368      Branch: perl
9369            ! pod/perlfunc.pod
9370 ____________________________________________________________________________
9371 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
9372         Log: Subject: [patch] make op_{clear,null} public
9373              From: Doug MacEachern <dougm@covalent.net>
9374              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
9375              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
9376      Branch: perl
9377            ! embed.h embed.pl op.c proto.h
9378 ____________________________________________________________________________
9379 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
9380         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
9381              From: Robin Houston <robin@kitsite.com>
9382              Date: Thu, 10 May 2001 18:54:59 +0100
9383              Message-ID: <20010510185459.A5995@penderel>
9384      Branch: perl
9385            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
9386 ____________________________________________________________________________
9387 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
9388         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
9389              From: Robin Houston <robin@kitsite.com>
9390              Date: Thu, 10 May 2001 12:56:39 +0100
9391              Message-ID: <20010510125639.A2119@penderel>
9392      Branch: perl
9393            ! ext/B/B/Deparse.pm
9394 ____________________________________________________________________________
9395 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
9396         Log: Retract #10070, not ready yet.
9397      Branch: perl
9398            ! ext/B/B/Deparse.pm
9399 ____________________________________________________________________________
9400 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
9401         Log: The metaconfig unit change for #10071.
9402      Branch: metaconfig
9403            ! U/modified/mallocsrc.U
9404 ____________________________________________________________________________
9405 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
9406         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
9407      Branch: perl
9408            ! Configure
9409 ____________________________________________________________________________
9410 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
9411         Log: (Retracted by #10073)
9412              
9413              Subject: Re: [PATCH t/TEST] B::Deparse tester 
9414              From: Hugo <hv@crypt.compulink.co.uk>
9415              Date: Thu, 10 May 2001 05:48:09 +0100
9416              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
9417      Branch: perl
9418            ! ext/B/B/Deparse.pm
9419 ____________________________________________________________________________
9420 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
9421         Log: Add a for(func()) test.
9422      Branch: perl
9423            ! t/cmd/for.t
9424 ____________________________________________________________________________
9425 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
9426         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
9427              From: Robin Houston <robin@kitsite.com>
9428              Date: Thu, 10 May 2001 13:50:08 +0100
9429              Message-ID: <20010510135008.A2454@penderel>
9430      Branch: perl
9431            ! ext/B/B/Deparse.pm
9432 ____________________________________________________________________________
9433 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
9434         Log: A thinko in #10065.
9435      Branch: perl
9436            ! hv.c
9437 ____________________________________________________________________________
9438 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
9439         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
9440              From: Robin Houston <robin@kitsite.com>
9441              Date: Thu, 10 May 2001 02:10:34 +0100
9442              Message-ID: <20010510021034.A19421@penderel>
9443      Branch: perl
9444            ! ext/B/B.xs ext/B/B/Deparse.pm
9445 ____________________________________________________________________________
9446 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
9447         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
9448              From: Doug MacEachern <dougm@covalent.net>
9449              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
9450              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
9451      Branch: perl
9452            ! hv.c
9453 ____________________________________________________________________________
9454 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
9455         Log: One more workaround for the UTS compiler from Hal Morris.
9456      Branch: perl
9457            ! perl.h
9458 ____________________________________________________________________________
9459 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
9460         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
9461              From: Robin Houston <robin@kitsite.com>
9462              Date: Thu, 10 May 2001 01:02:08 +0100
9463              Message-ID: <20010510010208.A18200@penderel>
9464      Branch: perl
9465            ! ext/B/B/Debug.pm
9466 ____________________________________________________________________________
9467 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
9468         Log: Subject: [PATCH] Simplify deb_curcv() a bit
9469              From: Benjamin Sugars <bsugars@canoe.ca>
9470              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
9471              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
9472      Branch: perl
9473            ! run.c
9474 ____________________________________________________________________________
9475 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
9476         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
9477              From: Benjamin Sugars <bsugars@canoe.ca>
9478              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
9479              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
9480      Branch: perl
9481            ! t/lib/io_scalar.t
9482 ____________________________________________________________________________
9483 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
9484         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
9485              From: Peter Prymmer <pvhp@forte.com>
9486              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
9487              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
9488      Branch: perl
9489            ! t/lib/md5-file.t
9490 ____________________________________________________________________________
9491 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
9492         Log: Subject: [PATCH t/TEST] B::Deparse tester
9493              From: Robin Houston <robin@kitsite.com>
9494              Date: Wed, 9 May 2001 19:17:50 +0100
9495              Message-ID: <20010509191750.A16940@penderel>
9496      Branch: perl
9497            ! ext/B/O.pm t/TEST
9498 ____________________________________________________________________________
9499 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
9500         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
9501              From: Jeff Pinyan <jeffp@crusoe.net>
9502              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
9503              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
9504      Branch: perl
9505            ! lib/Pod/Html.pm
9506 ____________________________________________________________________________
9507 [ 10057] By: nick                                  on 2001/05/09  18:37:56
9508         Log: Integrate mainline.
9509      Branch: perlio
9510           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
9511           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
9512 ____________________________________________________________________________
9513 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
9514         Log: Update Changes.
9515      Branch: perl
9516            ! Changes patchlevel.h
9517 ____________________________________________________________________________
9518 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
9519         Log: Integrate perlio.
9520      Branch: perl
9521           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9522 ____________________________________________________________________________
9523 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
9524         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
9525              From: Benjamin Sugars <bsugars@canoe.ca>
9526              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
9527              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
9528      Branch: perl
9529            ! perlio.c
9530 ____________________________________________________________________________
9531 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
9532         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
9533              From: Benjamin Sugars <bsugars@canoe.ca>
9534              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
9535              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
9536      Branch: perl
9537            ! ext/PerlIO/Scalar/Scalar.xs
9538 ____________________________________________________________________________
9539 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
9540         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
9541              From: Jeff Pinyan <jeffp@crusoe.net>
9542              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
9543              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
9544      Branch: perl
9545            ! lib/Pod/Html.pm
9546 ____________________________________________________________________________
9547 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
9548         Log: EPOC tweak from Olaf Flebbe.
9549      Branch: perl
9550            ! epoc/epocish.h
9551 ____________________________________________________________________________
9552 [ 10050] By: nick                                  on 2001/05/09  14:37:57
9553         Log: win32, regen_config_h
9554      Branch: perlio
9555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9556 ____________________________________________________________________________
9557 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
9558         Log: Integrate perlio.
9559      Branch: perl
9560           !> pp_sys.c
9561 ____________________________________________________________________________
9562 [ 10048] By: nick                                  on 2001/05/09  11:59:50
9563         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
9564              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
9565      Branch: perlio
9566            ! pp_sys.c
9567 ____________________________________________________________________________
9568 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
9569         Log: Integrate perlio.
9570      Branch: perl
9571           !> run.c
9572 ____________________________________________________________________________
9573 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
9574         Log: Subject: Re: Less warnings during configure
9575              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9576              Date: Wed, 09 May 2001 13:12:49 +0200
9577              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
9578      Branch: perl
9579            ! hints/hpux.sh
9580 ____________________________________________________________________________
9581 [ 10045] By: nick                                  on 2001/05/09  09:56:59
9582         Log: MULTIPLICITY/DEBUGGING build fix.
9583      Branch: perlio
9584            ! run.c
9585 ____________________________________________________________________________
9586 [ 10044] By: nick                                  on 2001/05/09  09:46:37
9587         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
9588      Branch: perlio
9589           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
9590            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
9591           !> (integrate 65 files)
9592 ____________________________________________________________________________
9593 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
9594         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
9595              From: Robin Houston <robin@kitsite.com>
9596              Date: Tue, 8 May 2001 19:38:00 +0100
9597              Message-ID: <20010508193800.A4389@penderel>
9598              
9599              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
9600              From: Robin Houston <robin@kitsite.com>
9601              Date: Tue, 8 May 2001 20:03:57 +0100
9602              Message-ID: <20010508200357.A4614@penderel>
9603              
9604              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
9605              From: Robin Houston <robin@kitsite.com>
9606              Date: Wed, 9 May 2001 00:12:05 +0100
9607              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
9608      Branch: perl
9609            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
9610 ____________________________________________________________________________
9611 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
9612         Log: Retract #10031.
9613      Branch: perl
9614            ! pod/perlfunc.pod
9615 ____________________________________________________________________________
9616 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
9617         Log: The metaconfig unit changes for #10040.
9618      Branch: metaconfig/U/perl
9619            ! Checkcc.U d_dlsymun.U dlsrc.U
9620 ____________________________________________________________________________
9621 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
9622         Log: The Configure half of
9623              
9624              Subject: Less warnings during configure
9625              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9626              Date: Tue, 08 May 2001 08:44:02 +0200
9627              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
9628      Branch: perl
9629            ! Configure
9630 ____________________________________________________________________________
9631 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
9632         Log: Subject: Less warnings during configure
9633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9634              Date: Tue, 08 May 2001 08:44:02 +0200
9635              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
9636      Branch: perl
9637            ! hints/hpux.sh
9638 ____________________________________________________________________________
9639 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
9640         Log: Don't forget to whine about \d__\d.
9641      Branch: perl
9642            ! t/pragma/warn/toke toke.c
9643 ____________________________________________________________________________
9644 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
9645         Log: Allow underscores also in the exponent part.
9646      Branch: perl
9647            ! t/pragma/warn/toke toke.c
9648 ____________________________________________________________________________
9649 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
9650         Log: CodeMagicCD doesn't look like an *I*DE.
9651      Branch: perl
9652            ! pod/perlfaq3.pod
9653 ____________________________________________________________________________
9654 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
9655         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
9656              to be consistently down).
9657      Branch: perl
9658            ! pod/perlfaq3.pod
9659 ____________________________________________________________________________
9660 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
9661         Log: Upgrade to Text::Balanced 1.84.
9662      Branch: perl
9663            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
9664 ____________________________________________________________________________
9665 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
9666         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
9667              From: Benjamin Sugars <bsugars@canoe.ca>
9668              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
9669              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
9670      Branch: perl
9671            ! run.c
9672 ____________________________________________________________________________
9673 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
9674         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
9675              From: Peter Prymmer <pvhp@forte.com>
9676              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
9677              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
9678      Branch: perl
9679            ! t/pod/plainer.t
9680 ____________________________________________________________________________
9681 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
9682         Log: (Retracted by #10042)
9683              
9684              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
9685              From: "Philip Newton" <pnewton@gmx.de>
9686              Date: Tue, 8 May 2001 09:18:10 +0200
9687              Message-ID: <3AF7B9D2.28861.603732@localhost>
9688      Branch: perl
9689            ! pod/perlfunc.pod
9690 ____________________________________________________________________________
9691 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
9692         Log: Subject: [PATCH B::Deparse] Document known bugs
9693              From: Robin Houston <robin@kitsite.com>
9694              Date: Tue, 8 May 2001 01:53:34 +0100
9695              Message-ID: <20010508015334.A32394@penderel>
9696      Branch: perl
9697            ! ext/B/B/Deparse.pm
9698 ____________________________________________________________________________
9699 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
9700         Log: Subject: Re: Perl book, magazine and website updates.
9701              From: "Philip Newton" <pnewton@gmx.de>
9702              Date: Mon, 7 May 2001 17:03:58 +0200
9703              Message-ID: <3AF6D57E.5387.1E29930@localhost>
9704      Branch: perl
9705            ! pod/perlfaq2.pod
9706 ____________________________________________________________________________
9707 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
9708         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
9709              From: Peter Prymmer <pvhp@forte.com>
9710              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
9711              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
9712      Branch: perl
9713            ! t/io/fflush.t
9714 ____________________________________________________________________________
9715 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
9716         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
9717              From: Robin Houston <robin@kitsite.com>
9718              Date: Tue, 8 May 2001 01:14:55 +0100
9719              Message-ID: <20010508011455.A32162@penderel>
9720      Branch: perl
9721            ! ext/B/B/Deparse.pm
9722 ____________________________________________________________________________
9723 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
9724         Log: Typo in #10025.
9725      Branch: perl
9726            ! hints/uts.sh
9727 ____________________________________________________________________________
9728 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
9729         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
9730      Branch: perl
9731            ! hints/uts.sh
9732 ____________________________________________________________________________
9733 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
9734         Log: Subject: Re: [ID 20010506.045] question about hash syntax
9735              From: Peter Scott <Peter@PSDT.com>
9736              Date: Sun, 06 May 2001 13:10:40 -0700
9737              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
9738      Branch: perl
9739            ! pod/perl56delta.pod
9740 ____________________________________________________________________________
9741 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
9742         Log: Configure should figure out the list of dynamic extensions
9743              just fine in UTS-- and in fact it does, as reported by Hal Morris.
9744      Branch: perl
9745            ! hints/uts.sh
9746 ____________________________________________________________________________
9747 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
9748         Log: Update Changes.
9749      Branch: perl
9750            ! Changes patchlevel.h
9751 ____________________________________________________________________________
9752 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
9753         Log: Subject: [PATCH regcomp.c] Insecure regexes
9754              From: Robin Houston <robin@kitsite.com>
9755              Date: Mon, 7 May 2001 21:56:12 +0100
9756              Message-ID: <20010507215612.A31114@penderel>
9757      Branch: perl
9758            ! regcomp.c
9759 ____________________________________________________________________________
9760 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
9761         Log: Drop the foobar.perl.com references for now until Simon
9762              gets them sorted out.
9763      Branch: perl
9764            ! pod/perlfaq2.pod
9765 ____________________________________________________________________________
9766 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
9767         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
9768              From: Prymmer/Kahn <pvhp@best.com>
9769              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
9770              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
9771      Branch: perl
9772            ! lib/Devel/SelfStubber.pm
9773 ____________________________________________________________________________
9774 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
9775         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
9776              From: Prymmer/Kahn <pvhp@best.com>
9777              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
9778              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
9779      Branch: perl
9780            ! win32/Makefile
9781 ____________________________________________________________________________
9782 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
9783         Log: s/WebTechnique's/WebTechniques/
9784      Branch: perl
9785            ! pod/perlfaq2.pod
9786 ____________________________________________________________________________
9787 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
9788         Log: Llama 3 updates from Randal.
9789      Branch: perl
9790            ! pod/perlfaq2.pod
9791 ____________________________________________________________________________
9792 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
9793         Log: Subject: [PATCH] Help -Dt show correct pad variables
9794              From: Benjamin Sugars <ben.sugars@home.com>
9795              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
9796              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
9797      Branch: perl
9798            ! embed.h embed.pl proto.h run.c
9799 ____________________________________________________________________________
9800 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
9801         Log: Subject: [PATCH] Document C<our $foo : shared>
9802              From: Benjamin Sugars <ben.sugars@home.com>
9803              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
9804              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
9805      Branch: perl
9806            ! pod/perlfunc.pod
9807 ____________________________________________________________________________
9808 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
9809         Log: Subject: [PATCH B::Deparse] undefined folded constants
9810              From: Robin Houston <robin@kitsite.com>
9811              Date: Sun, 6 May 2001 17:19:09 +0100
9812              Message-ID: <20010506171909.A7046@penderel>
9813      Branch: perl
9814            ! ext/B/B/Deparse.pm
9815 ____________________________________________________________________________
9816 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
9817         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
9818              From: Robin Houston <robin@kitsite.com>
9819              Message-ID: <20010506164654.A6848@penderel>
9820              Date: Sun, 6 May 2001 16:46:54 +0100
9821      Branch: perl
9822            ! ext/B/B/Deparse.pm
9823 ____________________________________________________________________________
9824 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
9825         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
9826              From: Robin Houston <robin@kitsite.com>
9827              Date: Sun, 6 May 2001 14:47:02 +0100
9828              Message-ID: <20010506144702.A6308@penderel>
9829      Branch: perl
9830            ! t/op/my_stash.t
9831 ____________________________________________________________________________
9832 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
9833         Log: Subject: Perl book, magazine and website updates.
9834              From: Simon Cozens <simon@netthink.co.uk>
9835              Date: Sun, 6 May 2001 16:55:36 +0100
9836              Message-ID: <20010506165536.A1795@netthink.co.uk>
9837      Branch: perl
9838            ! pod/perlbook.pod pod/perlfaq2.pod
9839 ____________________________________________________________________________
9840 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
9841         Log: Tweaks on the Tru64 prof options.
9842      Branch: perl
9843            ! pod/perlhack.pod
9844 ____________________________________________________________________________
9845 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
9846         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
9847              From: Robin Houston <robin@kitsite.com>
9848              Date: Sun, 6 May 2001 14:40:51 +0100
9849              Message-ID: <20010506144051.A6279@penderel>
9850      Branch: perl
9851            ! t/pod/testp2pt.pl
9852 ____________________________________________________________________________
9853 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
9854         Log: Subject: [PATCH B::Deparse] scoping
9855              From: Robin Houston <robin@kitsite.com>
9856              Date: Sun, 6 May 2001 14:36:56 +0100
9857              Message-ID: <20010506143656.A4006@penderel>
9858      Branch: perl
9859            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
9860 ____________________________________________________________________________
9861 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
9862         Log: Document the undefinedness of bitshifting out of range.
9863      Branch: perl
9864            ! pod/perlop.pod
9865 ____________________________________________________________________________
9866 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
9867         Log: Retract #10003 and update the IDE descriptions a bit.
9868      Branch: perl
9869            ! pod/perlfaq3.pod
9870 ____________________________________________________________________________
9871 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
9872         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
9873              From: Prymmer/Kahn <pvhp@best.com>
9874              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
9875              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
9876      Branch: perl
9877            ! win32/Makefile win32/buildext.pl win32/config.bc
9878            ! win32/config.gc win32/config.vc
9879 ____________________________________________________________________________
9880 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
9881         Log: (Retracted by #10005.)
9882      Branch: perl
9883            ! pod/perlfaq3.pod
9884 ____________________________________________________________________________
9885 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
9886         Log: It's "psed", not "sed".
9887      Branch: perl
9888            ! x2p/s2p.PL
9889 ____________________________________________________________________________
9890 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
9891         Log: Update Changes.
9892      Branch: perl
9893            ! Changes patchlevel.h
9894 ____________________________________________________________________________
9895 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
9896         Log: Subject: Re: bleadperl make install fails due to "psed"
9897              From: andreas.koenig@anima.de (Andreas J. Koenig)
9898              Date: 05 May 2001 18:23:28 +0200
9899              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
9900      Branch: perl
9901            ! x2p/Makefile.SH x2p/s2p.PL
9902 ____________________________________________________________________________
9903 [  9999] By: jhi                                   on 2001/05/05  18:28:09
9904         Log: AUTHORS updates.
9905      Branch: perl
9906            ! AUTHORS
9907 ____________________________________________________________________________
9908 [  9998] By: jhi                                   on 2001/05/05  18:16:00
9909         Log: Updates on the pods related to the modules included since 5.6.
9910              
9911              TODO: perltodo really could use major updating.
9912      Branch: perl
9913            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
9914            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
9915            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
9916            ! pod/perlsyn.pod pod/perltodo.pod
9917 ____________________________________________________________________________
9918 [  9997] By: jhi                                   on 2001/05/05  17:35:17
9919         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
9920              from Kurt Skauen.
9921      Branch: perl
9922            + hints/atheos.sh
9923            ! MANIFEST
9924 ____________________________________________________________________________
9925 [  9996] By: jhi                                   on 2001/05/05  17:25:00
9926         Log: Add preemptive #undefs for some of the shorter and more prone
9927              to collision regcomp.h #defines.  (Background: the MASK collided
9928              with a system header #define in Rhapsody.)
9929      Branch: perl
9930            ! regcomp.h
9931 ____________________________________________________________________________
9932 [  9995] By: jhi                                   on 2001/05/05  13:24:21
9933         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
9934              From: Nicholas Clark <nick@ccl4.org>
9935              Date: Sat, 5 May 2001 14:46:39 +0100
9936              Message-ID: <20010505144639.O53513@plum.flirble.org>
9937              
9938              Add a test for the constants (if any) being processed correctly.
9939      Branch: perl
9940            ! utils/h2xs.PL
9941 ____________________________________________________________________________
9942 [  9994] By: jhi                                   on 2001/05/05  02:11:03
9943         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
9944              From: Peter Prymmer <pvhp@forte.com>
9945              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
9946              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
9947      Branch: perl
9948            ! t/lib/b-stash.t
9949 ____________________________________________________________________________
9950 [  9993] By: jhi                                   on 2001/05/05  02:03:49
9951         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
9952              From: Peter Prymmer <pvhp@forte.com>
9953              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
9954              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
9955      Branch: perl
9956            ! perlio.c vms/vmsish.h
9957 ____________________________________________________________________________
9958 [  9992] By: jhi                                   on 2001/05/04  17:21:12
9959         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
9960              From: Robin Barker <rmb1@cise.npl.co.uk>
9961              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
9962              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
9963      Branch: perl
9964            + t/pod/plainer.t
9965            ! MANIFEST
9966 ____________________________________________________________________________
9967 [  9991] By: jhi                                   on 2001/05/04  16:47:45
9968         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
9969              From: Robin Barker <rmb1@cise.npl.co.uk>
9970              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
9971              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
9972      Branch: perl
9973            ! regcomp.c
9974 ____________________________________________________________________________
9975 [  9990] By: jhi                                   on 2001/05/04  14:37:20
9976         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
9977              From: Prymmer/Kahn <pvhp@best.com>
9978              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
9979              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
9980      Branch: perl
9981            ! t/lib/b-stash.t
9982 ____________________________________________________________________________
9983 [  9989] By: jhi                                   on 2001/05/04  14:03:58
9984         Log: Introduce perl572delta, update Todo, add the missing
9985              mention about signal safety since 5.7.1 (though this
9986              requires verification and more details.)
9987      Branch: perl
9988            + pod/perl572delta.pod
9989            ! MANIFEST Todo pod/perl571delta.pod
9990 ____________________________________________________________________________
9991 [  9988] By: jhi                                   on 2001/05/04  12:41:51
9992         Log: Subject: [PATCH perl@9944] long =item
9993              From: Robin Barker <rmb1@cise.npl.co.uk>
9994              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
9995              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
9996      Branch: perl
9997            ! ext/Time/HiRes/HiRes.pm
9998 ____________________________________________________________________________
9999 [  9987] By: jhi                                   on 2001/05/04  12:39:19
10000         Log: The #9901 had removed one line essential for EBCDIC.
10001      Branch: perl
10002            ! regcomp.c
10003 ____________________________________________________________________________
10004 [  9986] By: jhi                                   on 2001/05/04  12:30:23
10005         Log: Subject: cygwin/Makefile.SHs INSTALL patch
10006              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
10007              Date: Mon, 08 Jan 2001 04:59:21 +0200
10008              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
10009      Branch: perl
10010            ! cygwin/Makefile.SHs
10011 ____________________________________________________________________________
10012 [  9985] By: jhi                                   on 2001/05/04  03:51:39
10013         Log: Encode/IO doc tweaks.
10014      Branch: perl
10015            ! ext/Encode/Encode.pm
10016 ____________________________________________________________________________
10017 [  9984] By: jhi                                   on 2001/05/04  03:29:34
10018         Log: Remove GDBM_File from the dynamic extensions for UTS,
10019              GDBM is not a standard feature.
10020      Branch: perl
10021            ! hints/uts.sh
10022 ____________________________________________________________________________
10023 [  9983] By: jhi                                   on 2001/05/04  03:22:59
10024         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
10025      Branch: perl
10026            ! pod/perlretut.pod
10027 ____________________________________________________________________________
10028 [  9982] By: jhi                                   on 2001/05/03  23:21:03
10029         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
10030              From: Benjamin Sugars <bsugars@canoe.ca>
10031              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
10032              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
10033      Branch: perl
10034            ! dump.c
10035 ____________________________________________________________________________
10036 [  9981] By: jhi                                   on 2001/05/03  23:20:05
10037         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
10038              From: Benjamin Sugars <bsugars@canoe.ca>
10039              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
10040              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
10041      Branch: perl
10042            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10043 ____________________________________________________________________________
10044 [  9980] By: jhi                                   on 2001/05/03  23:15:29
10045         Log: Integrate perlio.
10046      Branch: perl
10047           !> ext/Encode/Encode.pm
10048 ____________________________________________________________________________
10049 [  9979] By: jhi                                   on 2001/05/03  16:54:59
10050         Log: Install psed man page.
10051      Branch: perl
10052            ! installman
10053 ____________________________________________________________________________
10054 [  9978] By: jhi                                   on 2001/05/03  16:45:58
10055         Log: Remove unused files; noted by Sarathy.
10056      Branch: perl
10057            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
10058            ! MANIFEST
10059 ____________________________________________________________________________
10060 [  9977] By: jhi                                   on 2001/05/03  16:42:30
10061         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
10062              From: Andy Dougherty <doughera@lafayette.edu>
10063              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
10064              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
10065      Branch: perl
10066            ! INSTALL
10067 ____________________________________________________________________________
10068 [  9976] By: nick                                  on 2001/05/03  16:40:42
10069         Log: Allow $answer = encode($object,$text); like it says in docs.
10070      Branch: perlio
10071            ! ext/Encode/Encode.pm
10072 ____________________________________________________________________________
10073 [  9975] By: nick                                  on 2001/05/03  16:22:30
10074         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
10075              to be in scope (fair enough), and also a package variable (our) for eval to see it.
10076      Branch: perlio
10077            ! ext/Encode/Encode.pm
10078 ____________________________________________________________________________
10079 [  9974] By: nick                                  on 2001/05/03  15:48:17
10080         Log: Integrate mainline.
10081      Branch: perlio
10082           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
10083           +> t/lib/filter-simple.t t/lib/next.t
10084           !> (integrate 70 files)
10085 ____________________________________________________________________________
10086 [  9973] By: jhi                                   on 2001/05/03  13:09:09
10087         Log: Update Changes.
10088      Branch: perl
10089            ! Changes patchlevel.h
10090 ____________________________________________________________________________
10091 [  9972] By: jhi                                   on 2001/05/03  12:58:33
10092         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
10093              From: Prymmer/Kahn <pvhp@best.com>
10094              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
10095              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
10096      Branch: perl
10097            ! t/io/fflush.t
10098 ____________________________________________________________________________
10099 [  9971] By: jhi                                   on 2001/05/03  12:57:26
10100         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
10101              From: Prymmer/Kahn <pvhp@best.com>
10102              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
10103              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
10104      Branch: perl
10105            ! win32/FindExt.pm
10106 ____________________________________________________________________________
10107 [  9970] By: jhi                                   on 2001/05/03  02:42:46
10108         Log: Can't croak sans thread context, from Doug MacEachern.
10109      Branch: perl
10110            ! toke.c
10111 ____________________________________________________________________________
10112 [  9969] By: jhi                                   on 2001/05/03  01:23:48
10113         Log: Subject: Random input test and Perl
10114              From: Ilya Zakharevich <ilya@math.berkeley.edu>
10115              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
10116              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
10117      Branch: perl
10118            ! toke.c
10119 ____________________________________________________________________________
10120 [  9968] By: jhi                                   on 2001/05/02  22:17:21
10121         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
10122              From: Peter Prymmer <pvhp@forte.com>
10123              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
10124              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
10125      Branch: perl
10126            ! pod/perlfunc.pod pod/perlport.pod
10127 ____________________________________________________________________________
10128 [  9967] By: jhi                                   on 2001/05/02  20:12:45
10129         Log: Workaround for UTS compiler casting bug from Hal Morris.
10130      Branch: perl
10131            ! perl.h
10132 ____________________________________________________________________________
10133 [  9966] By: jhi                                   on 2001/05/02  18:31:37
10134         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
10135              From: Dan Sugalski <dan@sidhe.org>
10136              Date: Wed, 02 May 2001 15:23:22 -0400
10137              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
10138      Branch: perl
10139            ! perl.c vms/vms.c
10140 ____________________________________________________________________________
10141 [  9965] By: jhi                                   on 2001/05/02  18:21:29
10142         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
10143      Branch: perl
10144            ! pod/perlfunc.pod
10145 ____________________________________________________________________________
10146 [  9964] By: jhi                                   on 2001/05/02  18:15:01
10147         Log: Document large files in INSTALL, document also the %x
10148              limitation if not use64bitint, closes bug 20010326.007.
10149      Branch: perl
10150            ! INSTALL
10151 ____________________________________________________________________________
10152 [  9963] By: jhi                                   on 2001/05/02  17:24:47
10153         Log: perlmodlib tweaks; regen pods.
10154      Branch: perl
10155            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
10156            ! pod/perltoc.pod
10157 ____________________________________________________________________________
10158 [  9962] By: jhi                                   on 2001/05/02  17:14:00
10159         Log: Fix for a segfault, from Marc Lehmann.
10160      Branch: perl
10161            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
10162 ____________________________________________________________________________
10163 [  9961] By: jhi                                   on 2001/05/02  15:55:53
10164         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
10165              From: "Philip Newton" <pnewton@gmx.de>
10166              Date: Wed, 2 May 2001 18:39:03 +0200
10167              Message-ID: <3AF05447.15525.173B588@localhost>
10168      Branch: perl
10169            ! pod/perlop.pod
10170 ____________________________________________________________________________
10171 [  9960] By: jhi                                   on 2001/05/02  15:35:37
10172         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
10173              From: Dan Sugalski <dan@sidhe.org>
10174              Date: Wed, 02 May 2001 11:37:27 -0400
10175              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
10176      Branch: perl
10177            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
10178            ! thread.h vms/vms.c vms/vmsish.h
10179 ____________________________________________________________________________
10180 [  9959] By: jhi                                   on 2001/05/02  15:21:08
10181         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
10182              From: Benjamin Sugars <bsugars@canoe.ca>
10183              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
10184              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
10185      Branch: perl
10186            ! ext/PerlIO/Scalar/Scalar.xs
10187 ____________________________________________________________________________
10188 [  9958] By: jhi                                   on 2001/05/02  15:15:53
10189         Log: Bug in #9915, spotted by Mike Guy.
10190      Branch: perl
10191            ! installperl
10192 ____________________________________________________________________________
10193 [  9957] By: jhi                                   on 2001/05/02  13:26:01
10194         Log: Add a test for not griping about references as array
10195              indices if the reference has magic in it (overloaded
10196              methods).
10197      Branch: perl
10198            ! pod/perldiag.pod t/pragma/warn/pp_hot
10199 ____________________________________________________________________________
10200 [  9956] By: jhi                                   on 2001/05/02  13:07:01
10201         Log: Retracted a bit too much in #9952.
10202      Branch: perl
10203            ! t/pragma/sub_lval.t
10204 ____________________________________________________________________________
10205 [  9955] By: jhi                                   on 2001/05/02  13:05:38
10206         Log: Test for #9952.
10207      Branch: perl
10208            ! t/op/tie.t
10209 ____________________________________________________________________________
10210 [  9954] By: jhi                                   on 2001/05/02  11:48:18
10211         Log: Additional note on the encoding example: one cannot
10212              convert string constants in-place.
10213      Branch: perl
10214            ! ext/Encode/Encode.pm
10215 ____________________________________________________________________________
10216 [  9953] By: jhi                                   on 2001/05/02  11:43:51
10217         Log: Note that if you have recent enough Perl you already
10218              have Filter::Util::Call.
10219      Branch: perl
10220            ! lib/Filter/Simple.pm
10221 ____________________________________________________________________________
10222 [  9952] By: jhi                                   on 2001/05/02  11:31:53
10223         Log: Retract changes #8254 and #8255, causes coredump in
10224              'tie FH, "main"', reported by Abigail, culprit found by
10225              Benjamin Sugars.  Mirrors maintperl change #9950.
10226      Branch: perl
10227            ! op.c t/pragma/sub_lval.t
10228 ____________________________________________________________________________
10229 [  9951] By: jhi                                   on 2001/05/02  11:14:29
10230         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
10231      Branch: perl
10232            + t/lib/MyFilter.pm
10233 ____________________________________________________________________________
10234 [  9950] By: gsar                                  on 2001/05/02  03:17:11
10235         Log: revert integration of changes#8254,8255 in change#8620 (causes
10236              a coredump in C<tie FH, 'foo'>; the idea itself may need better
10237              rationalization)
10238      Branch: maint-5.6/perl
10239            ! op.c t/pragma/sub_lval.t
10240 ____________________________________________________________________________
10241 [  9949] By: gsar                                  on 2001/05/02  02:56:32
10242         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
10243              
10244              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
10245              
10246              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
10247      Branch: maint-5.6/perl
10248           !> hints/svr5.sh
10249 ____________________________________________________________________________
10250 [  9948] By: gsar                                  on 2001/05/02  02:49:15
10251         Log: pod/find.t breaks on VMS (from Craig Berry)
10252      Branch: maint-5.6/perl
10253            ! t/pod/find.t
10254 ____________________________________________________________________________
10255 [  9947] By: jhi                                   on 2001/05/02  02:43:09
10256         Log: Add an encoding conversion example.
10257      Branch: perl
10258            ! ext/Encode/Encode.pm
10259 ____________________________________________________________________________
10260 [  9946] By: jhi                                   on 2001/05/02  01:34:22
10261         Log: Another coat of paint but still nowhere finished.
10262              Need to decide on the semantics of strptime(): should
10263              strptime() be a function instead of a method?  To do
10264              the week/monthname-strptiming the i18n/l10n bullet needs
10265              to be bitten with gusto.
10266      Branch: perl
10267            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
10268 ____________________________________________________________________________
10269 [  9945] By: jhi                                   on 2001/05/01  23:40:52
10270         Log: Update Changes.
10271      Branch: perl
10272            ! Changes patchlevel.h
10273 ____________________________________________________________________________
10274 [  9944] By: jhi                                   on 2001/05/01  23:33:37
10275         Log: Add known-to-be-tested modules to the list-to-be-skipped.
10276      Branch: perl
10277            ! t/lib/1_compile.t
10278 ____________________________________________________________________________
10279 [  9943] By: jhi                                   on 2001/05/01  23:24:40
10280         Log: Subject: BorlandC++ fix
10281              From: "Vadim Konovalov" <watman@inbox.ru>
10282              Date: Mon, 30 Apr 2001 20:12:26 -0700
10283              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
10284      Branch: perl
10285            ! win32/makefile.mk
10286 ____________________________________________________________________________
10287 [  9942] By: jhi                                   on 2001/05/01  23:18:02
10288         Log: Update to Filter::Simple 0.60, create a test for it.
10289      Branch: perl
10290            + t/lib/filter-simple.t
10291            ! MANIFEST lib/Filter/Simple.pm
10292 ____________________________________________________________________________
10293 [  9941] By: jhi                                   on 2001/05/01  19:47:24
10294         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
10295              From: Hugo <hv@crypt.compulink.co.uk>
10296              Date: Tue, 01 May 2001 20:12:20 +0100
10297              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
10298      Branch: perl
10299            ! pp_hot.c t/op/re_tests
10300 ____________________________________________________________________________
10301 [  9940] By: jhi                                   on 2001/05/01  19:42:16
10302         Log: Integrate perlio.
10303      Branch: perl
10304           !> lib/base.pm t/lib/fields.t
10305 ____________________________________________________________________________
10306 [  9939] By: jhi                                   on 2001/05/01  19:39:51
10307         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
10308              From: Benjamin Sugars <bsugars@canoe.ca>
10309              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
10310              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
10311      Branch: perl
10312            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10313 ____________________________________________________________________________
10314 [  9938] By: jhi                                   on 2001/05/01  19:34:09
10315         Log: Add NEXT, a pseudo-class for method redispatching.
10316              <Damian>NEXT.pm probably offers more bang-for-buck
10317              than anything else I've ever written.</Damian>
10318      Branch: perl
10319            + lib/NEXT.pm t/lib/next.t
10320            ! MANIFEST
10321 ____________________________________________________________________________
10322 [  9937] By: jhi                                   on 2001/05/01  19:21:41
10323         Log: Update to Switch 2.02.
10324      Branch: perl
10325            ! lib/Switch.pm t/lib/switch.t
10326 ____________________________________________________________________________
10327 [  9936] By: nick                                  on 2001/05/01  19:09:21
10328         Log: Fix for base.pm clobbering $VERSION
10329      Branch: perlio
10330            ! lib/base.pm
10331 ____________________________________________________________________________
10332 [  9935] By: nick                                  on 2001/05/01  18:54:38
10333         Log: Test for base.pm clobbering $VERSION.
10334      Branch: perlio
10335            ! t/lib/fields.t
10336 ____________________________________________________________________________
10337 [  9934] By: jhi                                   on 2001/05/01  18:39:10
10338         Log: Add information about Scalar::Util::blessed.
10339      Branch: perl
10340            ! pod/perlobj.pod
10341 ____________________________________________________________________________
10342 [  9933] By: jhi                                   on 2001/05/01  18:33:51
10343         Log: Subject: Extra UNIVERSAL documentation
10344              From: Mike Guy <mjtg@cam.ac.uk>
10345              Date: Tue, 01 May 2001 20:12:11 +0100
10346              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
10347      Branch: perl
10348            ! pod/perlobj.pod
10349 ____________________________________________________________________________
10350 [  9932] By: jhi                                   on 2001/05/01  18:26:54
10351         Log: Subject: Autoflush in tests as appropriate
10352              From: Mike Guy <mjtg@cam.ac.uk>
10353              Date: Tue, 01 May 2001 20:05:31 +0100
10354              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
10355      Branch: perl
10356            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
10357            ! t/op/taint.t
10358 ____________________________________________________________________________
10359 [  9931] By: jhi                                   on 2001/05/01  18:02:29
10360         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
10361              From: Benjamin Sugars <bsugars@canoe.ca>
10362              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
10363              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
10364      Branch: perl
10365            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
10366 ____________________________________________________________________________
10367 [  9930] By: jhi                                   on 2001/05/01  15:12:26
10368         Log: Subject: Re: Finally got a round tuit
10369              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10370              Date: Tue, 01 May 2001 14:14:10 +0200
10371              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
10372              
10373              The -DP part, slightly modified.
10374      Branch: perl
10375            ! perl.c
10376 ____________________________________________________________________________
10377 [  9929] By: jhi                                   on 2001/05/01  14:17:15
10378         Log: Subject: Re: Finally got a round tuit
10379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10380              Date: Tue, 01 May 2001 16:34:06 +0200
10381              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
10382              
10383              cpp and optimization tweaks for HP-UX.
10384      Branch: perl
10385            ! hints/hpux.sh
10386 ____________________________________________________________________________
10387 [  9928] By: jhi                                   on 2001/05/01  13:24:20
10388         Log: Tune the scan_num() comments to reality.
10389      Branch: perl
10390            ! toke.c
10391 ____________________________________________________________________________
10392 [  9927] By: jhi                                   on 2001/05/01  13:14:01
10393         Log: Subject: [PATCH B::Deparse] optimised sort
10394              From: Robin Houston <robin@kitsite.com>
10395              Date: Tue, 1 May 2001 14:07:12 +0100
10396              Message-ID: <20010501140712.A4266@penderel>
10397      Branch: perl
10398            ! ext/B/B/Deparse.pm
10399 ____________________________________________________________________________
10400 [  9926] By: jhi                                   on 2001/05/01  13:10:53
10401         Log: Subject: [PATCH t/lib/b-deparse.t] 
10402              From: Robin Houston <robin@kitsite.com>
10403              Date: Tue, 1 May 2001 13:37:42 +0100
10404              Message-ID: <20010501133742.A4082@penderel>
10405      Branch: perl
10406            ! t/lib/b-deparse.t
10407 ____________________________________________________________________________
10408 [  9925] By: jhi                                   on 2001/05/01  13:10:13
10409         Log: Subject: [PATCH B::Deparse] for(;;), sort
10410              From: Robin Houston <robin@kitsite.com>
10411              Date: Tue, 1 May 2001 13:35:00 +0100
10412              Message-ID: <20010501133500.A4061@penderel>
10413      Branch: perl
10414            ! ext/B/B/Deparse.pm
10415 ____________________________________________________________________________
10416 [  9924] By: jhi                                   on 2001/05/01  13:09:22
10417         Log: Subject: [PATCH B::Deparse] do, warn, use
10418              From: Robin Houston <robin@kitsite.com>
10419              Date: Tue, 1 May 2001 13:31:03 +0100
10420              Message-ID: <20010501133103.A4041@penderel>
10421      Branch: perl
10422            ! ext/B/B/Deparse.pm
10423 ____________________________________________________________________________
10424 [  9923] By: jhi                                   on 2001/05/01  11:45:36
10425         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
10426              From: Benjamin Sugars <ben.sugars@home.com>
10427              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
10428              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
10429      Branch: perl
10430            + t/io/fflush.t
10431            ! MANIFEST
10432 ____________________________________________________________________________
10433 [  9922] By: jhi                                   on 2001/05/01  11:35:42
10434         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
10435              From: Peter Prymmer <pvhp@forte.com>
10436              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
10437              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
10438      Branch: perl
10439            ! t/lib/selfstubber.t
10440 ____________________________________________________________________________
10441 [  9921] By: jhi                                   on 2001/04/30  16:34:33
10442         Log: Subject: [PATCH B::Concise] suppress warning
10443              From: Robin Houston <robin@kitsite.com>
10444              Date: Mon, 30 Apr 2001 16:09:49 +0100
10445              Message-ID: <20010430160949.A25086@penderel>
10446      Branch: perl
10447            ! ext/B/B/Concise.pm
10448 ____________________________________________________________________________
10449 [  9920] By: jhi                                   on 2001/04/30  13:56:04
10450         Log: Strip the *markers* from #9919.
10451      Branch: perl
10452            ! pod/perlfaq.pod pod/perlfaq5.pod
10453 ____________________________________________________________________________
10454 [  9919] By: jhi                                   on 2001/04/30  13:54:04
10455         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
10456              From: Gwyn Judd <b.judd@xtra.co.nz>
10457              Date: Sun, 29 Apr 2001 01:47:49 +1200
10458              Message-ID: <20010429014749.A4418@thislove>
10459      Branch: perl
10460            ! pod/perlfaq.pod pod/perlfaq5.pod
10461 ____________________________________________________________________________
10462 [  9918] By: jhi                                   on 2001/04/30  13:13:54
10463         Log: More_tweakage.
10464      Branch: perl
10465            ! pod/perldata.pod pod/perldiag.pod
10466 ____________________________________________________________________________
10467 [  9917] By: jhi                                   on 2001/04/30  13:01:27
10468         Log: Update Changes.
10469      Branch: perl
10470            ! Changes patchlevel.h
10471 ____________________________________________________________________________
10472 [  9916] By: jhi                                   on 2001/04/30  12:57:03
10473         Log: T_w_e_a_k_a_g_e.
10474      Branch: perl
10475            ! pod/perldata.pod pod/perldiag.pod
10476 ____________________________________________________________________________
10477 [  9915] By: jhi                                   on 2001/04/30  12:39:29
10478         Log: Install s2p also as psed.
10479              
10480              TODO: psed documentation?
10481      Branch: perl
10482            ! installperl
10483 ____________________________________________________________________________
10484 [  9914] By: jhi                                   on 2001/04/30  12:29:21
10485         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
10486              From: Jens Hamisch <jens@Strawberry.COM>
10487              Date: Fri, 27 Apr 2001 17:00:36 +0200
10488              Message-ID: <20010427170036.K1372@Strawberry.COM>
10489              
10490              SOCKS5_VERSION_NAME is the right symbol to detect
10491              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
10492              function called socks5_init() is available, and even that is
10493              not universal, most SOCKS5 installations use SOCKSinit()).
10494      Branch: perl
10495            ! perlio.c
10496 ____________________________________________________________________________
10497 [  9913] By: jhi                                   on 2001/04/30  12:22:15
10498         Log: Allow a zero timeout on IO::Socket accept and connect--
10499              though one really shouldn't do that.  Based on
10500              
10501              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
10502              From: "John Holdsworth" <coldwave@bigfoot.com>
10503              Date: Sun, 4 Feb 2001 12:48:18 +0100
10504              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
10505      Branch: perl
10506            ! ext/IO/lib/IO/Socket.pm
10507 ____________________________________________________________________________
10508 [  9912] By: jhi                                   on 2001/04/30  11:27:27
10509         Log: Save the spot of regprev (see #9911) for binary compatibility;
10510              regen API.
10511      Branch: perl
10512            ! embedvar.h perlapi.h thrdvar.h
10513 ____________________________________________________________________________
10514 [  9911] By: jhi                                   on 2001/04/30  11:22:03
10515         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
10516              From: Hugo <hv@crypt.compulink.co.uk>
10517              Date: Sun, 29 Apr 2001 17:09:30 +0100
10518              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
10519      Branch: perl
10520            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
10521 ____________________________________________________________________________
10522 [  9910] By: jhi                                   on 2001/04/30  11:15:12
10523         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
10524              a dummy for PL_numeric_radix); no pressing reason to break
10525              binary compatibility; regen API.
10526      Branch: perl
10527            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
10528            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
10529 ____________________________________________________________________________
10530 [  9909] By: jhi                                   on 2001/04/30  10:56:08
10531         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
10532              From: Walt Mankowski <waltman@netaxs.com>
10533              Date: Sun, 29 Apr 2001 21:53:48 -0400
10534              Message-ID: <20010429215348.A3971@netaxs.com>
10535      Branch: perl
10536            ! pod/perlfunc.pod
10537 ____________________________________________________________________________
10538 [  9908] By: jhi                                   on 2001/04/30  10:49:40
10539         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
10540      Branch: perl
10541            ! t/lib/selfstubber.t
10542 ____________________________________________________________________________
10543 [  9907] By: nick                                  on 2001/04/30  09:26:50
10544         Log: Integrate mainline.
10545      Branch: perlio
10546           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
10547 ____________________________________________________________________________
10548 [  9906] By: jhi                                   on 2001/04/29  23:24:20
10549         Log: Abigail spotted a thinko in #9905.
10550      Branch: perl
10551            ! pod/perldiag.pod
10552 ____________________________________________________________________________
10553 [  9905] By: jhi                                   on 2001/04/29  15:55:39
10554         Log: Changed the underscore/undebar syntax in numeric constants;
10555              now any grouping will do, as long as the underscores are not
10556              consecutive (so "zero-grouping" is out), and they do not begin
10557              or end the integer or fractional parts.
10558      Branch: perl
10559            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
10560 ____________________________________________________________________________
10561 [  9904] By: nick                                  on 2001/04/29  15:43:22
10562         Log: Integrate mainline.
10563      Branch: perlio
10564           +> (branch 98 files)
10565            - lib/unicode/Block.pl
10566            - lib/unicode/In/AlphabeticPresentationForms.pl
10567            - lib/unicode/In/Arabic.pl
10568            - lib/unicode/In/ArabicPresentationForms-A.pl
10569            - lib/unicode/In/ArabicPresentationForms-B.pl
10570            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
10571            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
10572            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
10573            - lib/unicode/In/BopomofoExtended.pl
10574            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
10575            - lib/unicode/In/CJKCompatibility.pl
10576            - lib/unicode/In/CJKCompatibilityForms.pl
10577            - lib/unicode/In/CJKCompatibilityIdeographs.pl
10578            - lib/unicode/In/CJKRadicalsSupplement.pl
10579            - lib/unicode/In/CJKSymbolsandPunctuation.pl
10580            - lib/unicode/In/CJKUnifiedIdeographs.pl
10581            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
10582            - lib/unicode/In/Cherokee.pl
10583            - lib/unicode/In/CombiningDiacriticalMarks.pl
10584            - lib/unicode/In/CombiningHalfMarks.pl
10585            - lib/unicode/In/CombiningMarksforSymbols.pl
10586            - lib/unicode/In/ControlPictures.pl
10587            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
10588            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
10589            - lib/unicode/In/EnclosedAlphanumerics.pl
10590            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
10591            - lib/unicode/In/Ethiopic.pl
10592            - lib/unicode/In/GeneralPunctuation.pl
10593            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
10594            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
10595            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
10596            - lib/unicode/In/HalfwidthandFullwidthForms.pl
10597            - lib/unicode/In/HangulCompatibilityJamo.pl
10598            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
10599            - lib/unicode/In/Hebrew.pl
10600            - lib/unicode/In/HighPrivateUseSurrogates.pl
10601            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
10602            - lib/unicode/In/IPAExtensions.pl
10603            - lib/unicode/In/IdeographicDescriptionCharacters.pl
10604            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
10605            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
10606            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
10607            - lib/unicode/In/Latin-1Supplement.pl
10608            - lib/unicode/In/LatinExtended-A.pl
10609            - lib/unicode/In/LatinExtended-B.pl
10610            - lib/unicode/In/LatinExtendedAdditional.pl
10611            - lib/unicode/In/LetterlikeSymbols.pl
10612            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
10613            - lib/unicode/In/MathematicalOperators.pl
10614            - lib/unicode/In/MiscellaneousSymbols.pl
10615            - lib/unicode/In/MiscellaneousTechnical.pl
10616            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
10617            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
10618            - lib/unicode/In/OpticalCharacterRecognition.pl
10619            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
10620            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
10621            - lib/unicode/In/SmallFormVariants.pl
10622            - lib/unicode/In/SpacingModifierLetters.pl
10623            - lib/unicode/In/Specials.pl
10624            - lib/unicode/In/SuperscriptsandSubscripts.pl
10625            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
10626            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
10627            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
10628            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
10629            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
10630           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
10631           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
10632           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
10633           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
10634           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
10635           !> utf8.c win32/Makefile
10636 ____________________________________________________________________________
10637 [  9903] By: jhi                                   on 2001/04/29  14:30:53
10638         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
10639              From: Prymmer/Kahn <pvhp@best.com>
10640              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
10641              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
10642      Branch: perl
10643            ! win32/Makefile
10644 ____________________________________________________________________________
10645 [  9902] By: jhi                                   on 2001/04/29  02:52:44
10646         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
10647              From: "Abigail" <abigail@foad.org>
10648              Date: Sun, 29 Apr 2001 03:14:25 +0200
10649              Message-ID: <20010429011425.24503.qmail@foad.org>
10650      Branch: perl
10651            ! ext/IO/lib/IO/Seekable.pm
10652 ____________________________________________________________________________
10653 [  9901] By: jhi                                   on 2001/04/29  02:04:46
10654         Log: In character classes one couldn't have 0x80..0xff characters
10655              at the left hand side if there were 0x100.. characters in the
10656              character class.
10657      Branch: perl
10658            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
10659            ! t/op/pat.t utf8.c
10660 ____________________________________________________________________________
10661 [  9900] By: jhi                                   on 2001/04/28  22:55:04
10662         Log: Forgot the latest mktables.PL from #9899.
10663      Branch: perl
10664            ! lib/unicode/mktables.PL
10665 ____________________________________________________________________________
10666 [  9899] By: jhi                                   on 2001/04/28  22:53:28
10667         Log: Explain the \p{} and \P{} error message better and
10668              have prettier prettyprint in In.pl.
10669      Branch: perl
10670            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
10671            ! pod/perldiag.pod
10672 ____________________________________________________________________________
10673 [  9898] By: jhi                                   on 2001/04/28  21:03:34
10674         Log: Add one possible explanation for the "Invalid [] range" error.
10675      Branch: perl
10676            ! pod/perldiag.pod
10677 ____________________________________________________________________________
10678 [  9897] By: jhi                                   on 2001/04/28  17:18:26
10679         Log: Add a level of indirection to the implementation of \p{InFoo}
10680              so that we don't have to have long filenames.  (Nothing changes
10681              in the user interface.)   The indirection is defined in
10682              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
10683              Also rename some the character classes by removing '-' from
10684              the classnames, and finally renamed Block.pl as Blocks.pl.
10685      Branch: perl
10686            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
10687            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
10688            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
10689            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
10690            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
10691            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
10692            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
10693            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
10694            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
10695            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
10696            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
10697            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
10698            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
10699            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
10700            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
10701            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
10702            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
10703            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
10704            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
10705            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
10706            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
10707            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
10708            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
10709            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
10710            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
10711            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
10712            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
10713            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
10714            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
10715            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
10716            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
10717            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
10718            + lib/unicode/In/94.pl lib/unicode/In/95.pl
10719            - lib/unicode/Block.pl
10720            - lib/unicode/In/AlphabeticPresentationForms.pl
10721            - lib/unicode/In/Arabic.pl
10722            - lib/unicode/In/ArabicPresentationForms-A.pl
10723            - lib/unicode/In/ArabicPresentationForms-B.pl
10724            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
10725            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
10726            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
10727            - lib/unicode/In/BopomofoExtended.pl
10728            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
10729            - lib/unicode/In/CJKCompatibility.pl
10730            - lib/unicode/In/CJKCompatibilityForms.pl
10731            - lib/unicode/In/CJKCompatibilityIdeographs.pl
10732            - lib/unicode/In/CJKRadicalsSupplement.pl
10733            - lib/unicode/In/CJKSymbolsandPunctuation.pl
10734            - lib/unicode/In/CJKUnifiedIdeographs.pl
10735            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
10736            - lib/unicode/In/Cherokee.pl
10737            - lib/unicode/In/CombiningDiacriticalMarks.pl
10738            - lib/unicode/In/CombiningHalfMarks.pl
10739            - lib/unicode/In/CombiningMarksforSymbols.pl
10740            - lib/unicode/In/ControlPictures.pl
10741            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
10742            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
10743            - lib/unicode/In/EnclosedAlphanumerics.pl
10744            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
10745            - lib/unicode/In/Ethiopic.pl
10746            - lib/unicode/In/GeneralPunctuation.pl
10747            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
10748            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
10749            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
10750            - lib/unicode/In/HalfwidthandFullwidthForms.pl
10751            - lib/unicode/In/HangulCompatibilityJamo.pl
10752            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
10753            - lib/unicode/In/Hebrew.pl
10754            - lib/unicode/In/HighPrivateUseSurrogates.pl
10755            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
10756            - lib/unicode/In/IPAExtensions.pl
10757            - lib/unicode/In/IdeographicDescriptionCharacters.pl
10758            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
10759            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
10760            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
10761            - lib/unicode/In/Latin-1Supplement.pl
10762            - lib/unicode/In/LatinExtended-A.pl
10763            - lib/unicode/In/LatinExtended-B.pl
10764            - lib/unicode/In/LatinExtendedAdditional.pl
10765            - lib/unicode/In/LetterlikeSymbols.pl
10766            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
10767            - lib/unicode/In/MathematicalOperators.pl
10768            - lib/unicode/In/MiscellaneousSymbols.pl
10769            - lib/unicode/In/MiscellaneousTechnical.pl
10770            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
10771            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
10772            - lib/unicode/In/OpticalCharacterRecognition.pl
10773            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
10774            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
10775            - lib/unicode/In/SmallFormVariants.pl
10776            - lib/unicode/In/SpacingModifierLetters.pl
10777            - lib/unicode/In/Specials.pl
10778            - lib/unicode/In/SuperscriptsandSubscripts.pl
10779            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
10780            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
10781            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
10782            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
10783            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
10784            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
10785            ! pod/perlunicode.pod
10786 ____________________________________________________________________________
10787 [  9896] By: jhi                                   on 2001/04/28  14:33:17
10788         Log: Update the information on shared library path on HP-UX.
10789      Branch: perl
10790            ! INSTALL
10791 ____________________________________________________________________________
10792 [  9895] By: jhi                                   on 2001/04/28  14:32:30
10793         Log: Because #9894 seems to do the trick, this workaround can be removed.
10794      Branch: perl
10795            ! t/lib/selfstubber.t
10796 ____________________________________________________________________________
10797 [  9894] By: jhi                                   on 2001/04/28  14:26:13
10798         Log: For PerlIO flush the children's file handles (on fork/exec/system).
10799      Branch: perl
10800            ! perl.h
10801 ____________________________________________________________________________
10802 [  9893] By: jhi                                   on 2001/04/28  14:23:15
10803         Log: Test tweak for #9891.
10804      Branch: perl
10805            ! t/lib/b-deparse.t
10806 ____________________________________________________________________________
10807 [  9892] By: jhi                                   on 2001/04/28  14:10:13
10808         Log: New HP-UX hints from Merijn.
10809      Branch: perl
10810            ! hints/hpux.sh
10811 ____________________________________________________________________________
10812 [  9891] By: jhi                                   on 2001/04/28  14:07:27
10813         Log: Subject: [PATCH B::Deparse] non-block scopes
10814              From: Robin Houston <robin@kitsite.com>
10815              Date: Fri, 27 Apr 2001 19:15:14 +0100
10816              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
10817      Branch: perl
10818            ! ext/B/B/Deparse.pm
10819 ____________________________________________________________________________
10820 [  9890] By: nick                                  on 2001/04/27  19:41:25
10821         Log: Integrate mainline
10822      Branch: perlio
10823           +> t/lib/selfstubber.t
10824           !> (integrate 50 files)
10825 ____________________________________________________________________________
10826 [  9889] By: jhi                                   on 2001/04/27  18:23:46
10827         Log: Subject: Re: selfstubber test fail on bleadperl
10828              From: Mike Guy <mjtg@cam.ac.uk>
10829              Date: Fri, 27 Apr 2001 19:31:18 +0100
10830              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
10831      Branch: perl
10832            ! t/lib/selfstubber.t
10833 ____________________________________________________________________________
10834 [  9888] By: jhi                                   on 2001/04/27  16:20:54
10835         Log: Test tweak for #9886.
10836      Branch: perl
10837            ! t/lib/b-deparse.t
10838 ____________________________________________________________________________
10839 [  9887] By: jhi                                   on 2001/04/27  16:16:33
10840         Log: Buffering issue at least in Solaris (even with perlio).
10841      Branch: perl
10842            ! t/lib/selfstubber.t
10843 ____________________________________________________________________________
10844 [  9886] By: jhi                                   on 2001/04/27  14:59:23
10845         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
10846              From: Robin Houston <robin@kitsite.com>
10847              Date: Fri, 27 Apr 2001 16:53:20 +0100
10848              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
10849      Branch: perl
10850            ! ext/B/B/Deparse.pm
10851 ____________________________________________________________________________
10852 [  9885] By: jhi                                   on 2001/04/27  14:23:51
10853         Log: Update Changes.
10854      Branch: perl
10855            ! Changes patchlevel.h
10856 ____________________________________________________________________________
10857 [  9884] By: jhi                                   on 2001/04/27  14:14:12
10858         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
10859              From: "Philip Newton" <pnewton@gmx.de>
10860              Date: Fri, 27 Apr 2001 16:40:13 +0200
10861              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
10862      Branch: perl
10863            ! pod/perldata.pod
10864 ____________________________________________________________________________
10865 [  9883] By: jhi                                   on 2001/04/27  13:28:19
10866         Log: Add LOG_PERROR; prettify the "removed".
10867      Branch: perl
10868            ! ext/Sys/Syslog/Syslog.xs
10869 ____________________________________________________________________________
10870 [  9882] By: jhi                                   on 2001/04/27  13:13:18
10871         Log: h2xs tweaks: use NV instead of double, "quote" the removed
10872              prefixes for clarity (especially when nothing is removed),
10873              slight pod reformats.
10874      Branch: perl
10875            ! utils/h2xs.PL
10876 ____________________________________________________________________________
10877 [  9881] By: jhi                                   on 2001/04/27  12:58:48
10878         Log: Don't bother creating existing directories.
10879      Branch: perl
10880            ! utils/h2xs.PL
10881 ____________________________________________________________________________
10882 [  9880] By: jhi                                   on 2001/04/27  12:45:39
10883         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
10884              From: Mike Schilli <m@perlmeister.com>
10885              Date: Wed, 25 Apr 2001 01:29:21 -0700
10886              Message-id: <3AE68AE1.6A981723@perlmeister.com>
10887      Branch: perl
10888            ! utils/h2xs.PL
10889 ____________________________________________________________________________
10890 [  9879] By: jhi                                   on 2001/04/27  12:40:55
10891         Log: break is not yet Perl.  Added the template license also to README.
10892      Branch: perl
10893            ! utils/h2xs.PL
10894 ____________________________________________________________________________
10895 [  9878] By: jhi                                   on 2001/04/27  03:08:20
10896         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
10897              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10898              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
10899              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
10900      Branch: perl
10901            ! t/lib/xs-typemap.t
10902 ____________________________________________________________________________
10903 [  9877] By: jhi                                   on 2001/04/26  23:54:40
10904         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
10905              From: "Abigail" <abigail@foad.org>
10906              Date: Fri, 27 Apr 2001 01:44:28 +0200
10907              Message-ID: <20010426234428.19786.qmail@foad.org>
10908      Branch: perl
10909            ! utils/h2xs.PL
10910 ____________________________________________________________________________
10911 [  9876] By: jhi                                   on 2001/04/26  23:52:06
10912         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
10913              From: Peter Prymmer <pvhp@forte.com>
10914              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
10915              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
10916      Branch: perl
10917            ! t/lib/selfstubber.t
10918 ____________________________________________________________________________
10919 [  9875] By: jhi                                   on 2001/04/26  23:48:10
10920         Log: Deparse nits.
10921      Branch: perl
10922            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
10923 ____________________________________________________________________________
10924 [  9874] By: jhi                                   on 2001/04/26  22:46:05
10925         Log: Document ANYOF_CLASS.
10926      Branch: perl
10927            ! regcomp.h
10928 ____________________________________________________________________________
10929 [  9873] By: jhi                                   on 2001/04/26  22:35:03
10930         Log: Subject: Re: [PATCH @9846] dumping ANYOF
10931              From: Hugo <hv@crypt.compulink.co.uk>
10932              Date: Thu, 26 Apr 2001 23:33:38 +0100
10933              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
10934      Branch: perl
10935            ! regcomp.c regcomp.h
10936 ____________________________________________________________________________
10937 [  9872] By: jhi                                   on 2001/04/26  22:34:31
10938         Log: Subject: [PATCH] more for Devel::SelfStubber
10939              From: Nicholas Clark <nick@ccl4.org>
10940              Date: Fri, 27 Apr 2001 00:13:52 +0100
10941              Message-ID: <20010427001351.K88186@plum.flirble.org>
10942      Branch: perl
10943            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
10944 ____________________________________________________________________________
10945 [  9871] By: jhi                                   on 2001/04/26  21:59:17
10946         Log: Subject: [PATCH B::Deparse] formats must be flush left
10947              From: Robin Houston <robin@kitsite.com>
10948              Date: Thu, 26 Apr 2001 23:54:29 +0100
10949              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
10950      Branch: perl
10951            ! ext/B/B/Deparse.pm
10952 ____________________________________________________________________________
10953 [  9870] By: jhi                                   on 2001/04/26  21:57:37
10954         Log: If some of the constants are prefixes of others,
10955              the prefixes may never get recognized.  (See 20010426.006.)
10956      Branch: perl
10957            ! utils/h2xs.PL
10958 ____________________________________________________________________________
10959 [  9869] By: jhi                                   on 2001/04/26  21:50:42
10960         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
10961              From: Chris Bongaarts <cab@tc.umn.edu>
10962              Date: Thu, 26 Apr 2001 17:10:31 -0500
10963              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
10964      Branch: perl
10965            ! ext/Sys/Syslog/Syslog.xs
10966 ____________________________________________________________________________
10967 [  9868] By: jhi                                   on 2001/04/26  21:35:12
10968         Log: Further cuts and more docs from Graham Barr.
10969      Branch: perl
10970            ! ext/List/Util/lib/List/Util.pm
10971            ! ext/List/Util/lib/Scalar/Util.pm
10972 ____________________________________________________________________________
10973 [  9867] By: jhi                                   on 2001/04/26  21:18:57
10974         Log: Subject: [PATCH 5.7.1] DB_File-1.77
10975              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
10976              Date: Thu, 26 Apr 2001 22:37:53 +0100
10977              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
10978      Branch: perl
10979            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10980            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10981 ____________________________________________________________________________
10982 [  9866] By: jhi                                   on 2001/04/26  21:12:31
10983         Log: Subject: [PATCH B::Deparse] fix easy bugs
10984              From: Robin Houston <robin@kitsite.com>
10985              Date: Thu, 26 Apr 2001 23:03:33 +0100
10986              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
10987      Branch: perl
10988            ! ext/B/B/Deparse.pm
10989 ____________________________________________________________________________
10990 [  9865] By: jhi                                   on 2001/04/26  20:26:13
10991         Log: Update Changes.
10992      Branch: perl
10993            ! Changes patchlevel.h
10994 ____________________________________________________________________________
10995 [  9864] By: jhi                                   on 2001/04/26  19:27:48
10996         Log: Dethinko from Robin Houston.
10997      Branch: perl
10998            ! ext/B/B/Deparse.pm
10999 ____________________________________________________________________________
11000 [  9863] By: jhi                                   on 2001/04/26  19:10:35
11001         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
11002              From: Robin Houston <robin@kitsite.com>
11003              Date: Thu, 26 Apr 2001 21:08:32 +0100
11004              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
11005      Branch: perl
11006            ! ext/B/B/Deparse.pm
11007 ____________________________________________________________________________
11008 [  9862] By: jhi                                   on 2001/04/26  19:04:23
11009         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
11010              From: Robin Houston <robin@kitsite.com>
11011              Date: Thu, 26 Apr 2001 20:52:50 +0100
11012              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
11013      Branch: perl
11014            ! ext/B/B/Deparse.pm
11015 ____________________________________________________________________________
11016 [  9861] By: jhi                                   on 2001/04/26  18:56:14
11017         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
11018              From: Mike Guy <mjtg@cam.ac.uk>
11019              Date: Thu, 26 Apr 2001 14:22:40 +0100
11020              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
11021      Branch: perl
11022            ! pod/perlobj.pod
11023 ____________________________________________________________________________
11024 [  9860] By: jhi                                   on 2001/04/26  18:46:42
11025         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
11026              From: Robin Houston <robin@kitsite.com>
11027              Date: Thu, 26 Apr 2001 20:34:29 +0100
11028              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
11029              
11030              Hashes do not interpolate.
11031      Branch: perl
11032            ! ext/B/B/Deparse.pm
11033 ____________________________________________________________________________
11034 [  9859] By: jhi                                   on 2001/04/26  18:43:51
11035         Log: Subject: The Time::Piece conspiracy unmasked!!!
11036              From: Mike Guy <mjtg@cam.ac.uk>
11037              Date: Thu, 26 Apr 2001 19:02:50 +0100
11038              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
11039              
11040              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
11041              From: Mike Guy <mjtg@cam.ac.uk>
11042              Date: Thu, 26 Apr 2001 19:08:21 +0100
11043              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
11044              
11045              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
11046              From: Graham Barr <gbarr@pobox.com>
11047              Date: Thu, 26 Apr 2001 19:12:03 +0100
11048              Message-ID: <20010426191203.A70835@pobox.com>
11049              
11050              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
11051      Branch: perl
11052            ! ext/List/Util/lib/List/Util.pm
11053            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
11054 ____________________________________________________________________________
11055 [  9858] By: jhi                                   on 2001/04/26  18:17:42
11056         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
11057              From: Robin Houston <robin@kitsite.com>
11058              Date: Thu, 26 Apr 2001 16:09:35 +0100
11059              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
11060      Branch: perl
11061            ! t/comp/proto.t
11062 ____________________________________________________________________________
11063 [  9857] By: jhi                                   on 2001/04/26  18:04:59
11064         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
11065              From: barries <barries@slaysys.com>
11066              Date: Thu, 26 Apr 2001 12:01:10 -0400
11067              Message-ID: <20010426120110.E29698@jester.slaysys.com>
11068      Branch: perl
11069            ! pod/perldiag.pod
11070 ____________________________________________________________________________
11071 [  9856] By: jhi                                   on 2001/04/26  18:03:33
11072         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
11073              Date: Thu, 26 Apr 2001 17:13:41 +0100
11074              From: Robin Houston <robin@kitsite.com>
11075              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
11076              
11077              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
11078              From: Robin Houston <robin@kitsite.com>
11079              Date: Thu, 26 Apr 2001 18:44:29 +0100
11080              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
11081      Branch: perl
11082            ! ext/B/B/Deparse.pm
11083 ____________________________________________________________________________
11084 [  9855] By: jhi                                   on 2001/04/26  17:56:04
11085         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
11086              From: Robin Houston <robin@kitsite.com>
11087              Date: Thu, 26 Apr 2001 17:04:08 +0100
11088              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
11089      Branch: perl
11090            ! ext/B/B/Deparse.pm
11091 ____________________________________________________________________________
11092 [  9854] By: jhi                                   on 2001/04/26  17:47:26
11093         Log: Subject: Re: Short test case for undef %stash:: crash
11094              From: Benjamin Sugars <bsugars@canoe.ca> 
11095              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
11096              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
11097              Changed and moved the perldiag entry.
11098      Branch: perl
11099            ! gv.c pod/perldiag.pod
11100 ____________________________________________________________________________
11101 [  9853] By: jhi                                   on 2001/04/26  14:35:16
11102         Log: Beginnings of strptime().  Do not touch the wet paint.
11103      Branch: perl
11104            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
11105 ____________________________________________________________________________
11106 [  9852] By: jhi                                   on 2001/04/26  13:17:21
11107         Log: Retract #9851, core dumps from pod2man.
11108      Branch: perl
11109            ! regcomp.c
11110 ____________________________________________________________________________
11111 [  9851] By: jhi                                   on 2001/04/26  11:54:41
11112         Log: (Retracted by #9852.)
11113              
11114              Subject: [PATCH @9846] dumping ANYOF
11115              From: Hugo <hv@crypt.compulink.co.uk>
11116              Date: Thu, 26 Apr 2001 05:32:38 +0100
11117              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
11118      Branch: perl
11119            ! regcomp.c
11120 ____________________________________________________________________________
11121 [  9850] By: jhi                                   on 2001/04/26  02:34:44
11122         Log: If ccflags was empty the _previous_ $* containing all the
11123              environment variables and Configure variables was used,
11124              which lead, among other bad things, into $ccflags being your
11125              uname -a output, which lead into test compile with cc failing,
11126              which lead into gcc being selected, which didn't work that well
11127              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
11128              with large files, et cetera.
11129      Branch: perl
11130            ! hints/hpux.sh
11131 ____________________________________________________________________________
11132 [  9849] By: jhi                                   on 2001/04/26  01:44:57
11133         Log: Make selfstubber test more portable.
11134      Branch: perl
11135            ! t/lib/selfstubber.t
11136 ____________________________________________________________________________
11137 [  9848] By: jhi                                   on 2001/04/26  00:50:26
11138         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
11139              From: Benjamin Sugars <ben.sugars@home.com>
11140              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
11141              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
11142      Branch: perl
11143            ! ext/Cwd/Cwd.xs
11144 ____________________________________________________________________________
11145 [  9847] By: jhi                                   on 2001/04/26  00:46:58
11146         Log: Subject: [PATCH: perl@9841] VMS updates
11147              From: Peter Prymmer <pvhp@forte.com>
11148              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
11149              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
11150      Branch: perl
11151            ! README.vms configure.com vms/descrip_mms.template
11152            ! vms/ext/filespec.t
11153 ____________________________________________________________________________
11154 [  9846] By: jhi                                   on 2001/04/26  00:11:56
11155         Log: re 'debug' was broken by #9084.
11156      Branch: perl
11157            ! ext/re/re.xs
11158 ____________________________________________________________________________
11159 [  9845] By: jhi                                   on 2001/04/25  22:33:17
11160         Log: Subject: [PATCH] test for Devel::SelfStubber
11161              From: Nicholas Clark <nick@ccl4.org>
11162              Date: Thu, 26 Apr 2001 00:00:54 +0100
11163              Message-ID: <20010426000054.D89026@plum.flirble.org>
11164      Branch: perl
11165            + t/lib/selfstubber.t
11166            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
11167 ____________________________________________________________________________
11168 [  9844] By: jhi                                   on 2001/04/25  22:29:32
11169         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
11170              From: Paul Johnson <paul@pjcj.net>
11171              Date: Thu, 26 Apr 2001 00:46:08 +0200
11172              Message-ID: <20010426004608.H2338@pjcj.net>
11173      Branch: perl
11174            ! ext/B/B/Concise.pm
11175 ____________________________________________________________________________
11176 [  9843] By: jhi                                   on 2001/04/25  22:28:28
11177         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
11178              From: Peter Prymmer <pvhp@forte.com>
11179              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
11180              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
11181      Branch: perl
11182            ! ext/Cwd/Cwd.xs
11183 ____________________________________________________________________________
11184 [  9842] By: jhi                                   on 2001/04/25  20:58:12
11185         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
11186              From: John Peacock <jpeacock@rowman.com>
11187              Date: Wed, 25 Apr 2001 17:30:26 -0400
11188              Message-ID: <3AE741F2.B3217464@rowman.com>
11189      Branch: perl
11190            ! lib/Math/BigInt.pm t/lib/bigintpm.t
11191 ____________________________________________________________________________
11192 [  9841] By: jhi                                   on 2001/04/25  20:07:05
11193         Log: Update Changes.
11194      Branch: perl
11195            ! Changes patchlevel.h
11196 ____________________________________________________________________________
11197 [  9840] By: jhi                                   on 2001/04/25  19:56:51
11198         Log: Yet another HP-UX hints version from Merijn.
11199      Branch: perl
11200            ! hints/hpux.sh
11201 ____________________________________________________________________________
11202 [  9839] By: jhi                                   on 2001/04/25  19:53:04
11203         Log: abs_path() didn't terminate the filename correctly,
11204              in DIRNAMLENless systems like HP-UX this would fail.
11205      Branch: perl
11206            ! ext/Cwd/Cwd.xs
11207 ____________________________________________________________________________
11208 [  9838] By: jhi                                   on 2001/04/25  16:37:26
11209         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
11210              From: Mike Guy <mjtg@cam.ac.uk>
11211              Date: Wed, 25 Apr 2001 18:31:47 +0100
11212              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
11213      Branch: perl
11214            ! op.c
11215 ____________________________________________________________________________
11216 [  9837] By: jhi                                   on 2001/04/25  16:21:53
11217         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
11218              From: Jon Eveland <jweveland@yahoo.com>
11219              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
11220              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
11221      Branch: perl
11222            ! lib/perl5db.pl
11223 ____________________________________________________________________________
11224 [  9836] By: jhi                                   on 2001/04/25  14:17:50
11225         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
11226              From: "Philip Newton" <pnewton@gmx.de>
11227              Date: Wed, 25 Apr 2001 17:05:58 +0200
11228              Message-ID: <3AE703F6.3234.1833C45@localhost>
11229      Branch: perl
11230            ! Porting/patching.pod
11231 ____________________________________________________________________________
11232 [  9835] By: jhi                                   on 2001/04/25  13:58:07
11233         Log: It would seem that both ar and full_ar need to be overridden
11234              for HP-UX to avoid the GNU ar.
11235      Branch: perl
11236            ! hints/hpux.sh
11237 ____________________________________________________________________________
11238 [  9834] By: jhi                                   on 2001/04/25  13:50:40
11239         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
11240              From: "Philip Newton" <pnewton@gmx.de>
11241              Date: Wed, 25 Apr 2001 16:09:23 +0200
11242              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
11243              
11244              Detypo.
11245      Branch: perl
11246            ! t/op/misc.t
11247 ____________________________________________________________________________
11248 [  9833] By: jhi                                   on 2001/04/25  12:36:11
11249         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
11250      Branch: perl
11251            ! hints/hpux.sh
11252 ____________________________________________________________________________
11253 [  9832] By: jhi                                   on 2001/04/25  12:33:36
11254         Log: New version of HP-UX hints from Merijn.
11255      Branch: perl
11256            ! hints/hpux.sh
11257 ____________________________________________________________________________
11258 [  9831] By: jhi                                   on 2001/04/25  03:39:45
11259         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
11260      Branch: perl
11261            ! hints/hpux.sh
11262 ____________________________________________________________________________
11263 [  9830] By: jhi                                   on 2001/04/25  02:53:25
11264         Log: The tzname[] bit is not needed by util.c -- and causes
11265              heartburn in VMS (and it missing was probably the cause of
11266              the Mac OS X trouble).  Ouch.
11267      Branch: perl
11268            ! ext/POSIX/POSIX.xs util.c
11269 ____________________________________________________________________________
11270 [  9829] By: jhi                                   on 2001/04/25  00:10:06
11271         Log: Metaconfig unit change for #9828.
11272      Branch: metaconfig
11273            ! U/compline/ccflags.U
11274 ____________________________________________________________________________
11275 [  9828] By: jhi                                   on 2001/04/25  00:04:18
11276         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
11277              (which is actually the reason for the change, we need to pass
11278              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
11279              EP/IX, OS/2, and TitanOS, based on the hints files.
11280      Branch: perl
11281            ! Configure config_h.SH
11282 ____________________________________________________________________________
11283 [  9827] By: jhi                                   on 2001/04/24  23:49:20
11284         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
11285              the $cat must have an absolute path.
11286      Branch: perl
11287            ! makedepend.SH
11288 ____________________________________________________________________________
11289 [  9826] By: jhi                                   on 2001/04/24  23:40:53
11290         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
11291      Branch: perl
11292            ! README.amiga
11293 ____________________________________________________________________________
11294 [  9825] By: jhi                                   on 2001/04/24  23:35:35
11295         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
11296              From: "Philip Newton" <pnewton@gmx.de>
11297              Date: Tue, 24 Apr 2001 18:52:49 +0200
11298              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
11299      Branch: perl
11300            ! x2p/find2perl.PL
11301 ____________________________________________________________________________
11302 [  9824] By: jhi                                   on 2001/04/24  23:33:07
11303         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
11304              Some gcc specifics dropped out due to extensive rewriting;
11305              will be put back later as needed.
11306      Branch: perl
11307            ! hints/hpux.sh
11308 ____________________________________________________________________________
11309 [  9823] By: jhi                                   on 2001/04/24  23:27:57
11310         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
11311      Branch: perl
11312            ! ext/POSIX/POSIX.xs
11313 ____________________________________________________________________________
11314 [  9822] By: jhi                                   on 2001/04/24  23:25:21
11315         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
11316              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11317              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
11318              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
11319      Branch: perl
11320            ! ext/XS/Typemap/Typemap.xs
11321 ____________________________________________________________________________
11322 [  9821] By: jhi                                   on 2001/04/24  23:24:10
11323         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
11324              From: "Abigail" <abigail@foad.org>
11325              Date: Tue, 24 Apr 2001 23:12:03 +0200
11326              Message-ID: <20010424211203.7901.qmail@foad.org>
11327      Branch: perl
11328            ! pod/perlport.pod
11329 ____________________________________________________________________________
11330 [  9820] By: jhi                                   on 2001/04/24  23:23:15
11331         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
11332              From: Matt Sergeant <matt@sergeant.org>
11333              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
11334              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
11335      Branch: perl
11336            ! pod/perlfaq4.pod
11337 ____________________________________________________________________________
11338 [  9819] By: nick                                  on 2001/04/24  18:49:43
11339         Log: Integrate mainline.
11340      Branch: perlio
11341           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
11342           !> (integrate 37 files)
11343 ____________________________________________________________________________
11344 [  9818] By: jhi                                   on 2001/04/24  14:35:23
11345         Log: Update Changes.
11346      Branch: perl
11347            ! Changes patchlevel.h
11348 ____________________________________________________________________________
11349 [  9817] By: jhi                                   on 2001/04/24  14:09:17
11350         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
11351              From: "Philip Newton" <pnewton@gmx.de>
11352              Date: Tue, 24 Apr 2001 12:58:12 +0200
11353              Message-ID: <3AE57864.8304.B77A0A@localhost> 
11354              
11355              plus add CPAN to the list of modules that have their own tests.
11356      Branch: perl
11357            ! t/lib/1_compile.t
11358 ____________________________________________________________________________
11359 [  9816] By: jhi                                   on 2001/04/24  14:07:03
11360         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
11361              From: Michael G Schwern <schwern@pobox.com>
11362              Date: Sat, 21 Apr 2001 22:35:00 +0100
11363              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
11364      Branch: perl
11365            ! t/lib/1_compile.t
11366 ____________________________________________________________________________
11367 [  9815] By: jhi                                   on 2001/04/24  13:54:32
11368         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
11369              From: Robin Houston <robin@kitsite.com>
11370              Date: Tue, 24 Apr 2001 15:51:18 +0100
11371              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
11372      Branch: perl
11373            ! ext/B/B/Deparse.pm
11374 ____________________________________________________________________________
11375 [  9814] By: jhi                                   on 2001/04/24  13:17:34
11376         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
11377              From: Bill Glicker <billg@burrelles.com>
11378              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
11379              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
11380      Branch: perl
11381            ! hints/svr5.sh
11382 ____________________________________________________________________________
11383 [  9813] By: jhi                                   on 2001/04/24  12:54:23
11384         Log: Prevent path disclosure (probing for existence of filenames)
11385              using suidperl; bug id 20010322.218.
11386      Branch: perl
11387            ! perl.c pod/perldiag.pod
11388 ____________________________________________________________________________
11389 [  9812] By: jhi                                   on 2001/04/24  12:08:36
11390         Log: Retract #9811.
11391      Branch: perl
11392            ! ext/POSIX/POSIX.xs
11393 ____________________________________________________________________________
11394 [  9811] By: jhi                                   on 2001/04/24  11:57:35
11395         Log: (Retracted by #9812.)
11396      Branch: perl
11397            ! ext/POSIX/POSIX.xs
11398 ____________________________________________________________________________
11399 [  9810] By: jhi                                   on 2001/04/24  03:32:35
11400         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
11401      Branch: perl
11402            ! util.c
11403 ____________________________________________________________________________
11404 [  9809] By: jhi                                   on 2001/04/24  03:16:13
11405         Log: The Math::BigFloat::import() was broken.
11406              (Fixes bug id 20010422.002.)
11407      Branch: perl
11408            ! lib/Math/BigFloat.pm
11409 ____________________________________________________________________________
11410 [  9808] By: jhi                                   on 2001/04/24  01:11:40
11411         Log: Additional dependencies; should help for parallel makes
11412              not to fail on missing lib/lib.pm or lib/re.pm.
11413      Branch: perl
11414            ! Makefile.SH
11415 ____________________________________________________________________________
11416 [  9807] By: jhi                                   on 2001/04/24  00:57:01
11417         Log: Update the test failure disclaimer.
11418      Branch: perl
11419            ! t/pragma/warn/pp_hot
11420 ____________________________________________________________________________
11421 [  9806] By: jhi                                   on 2001/04/24  00:54:04
11422         Log: Add make target "install-all" which is alias for "install"
11423              to cater for case-preserving filesystems like HFS+.
11424      Branch: perl
11425            ! INSTALL Makefile.SH
11426 ____________________________________________________________________________
11427 [  9805] By: jhi                                   on 2001/04/24  00:47:28
11428         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
11429              From: Peter Prymmer <pvhp@forte.com>
11430              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
11431              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
11432              
11433              (Ken William's message forwarded from macosx@perl.org)
11434      Branch: perl
11435            ! hints/darwin.sh
11436 ____________________________________________________________________________
11437 [  9804] By: jhi                                   on 2001/04/23  23:57:35
11438         Log: Cut-and-pasto.
11439      Branch: perl
11440            ! perlio.c
11441 ____________________________________________________________________________
11442 [  9803] By: jhi                                   on 2001/04/23  23:52:25
11443         Log: More PerlIO robustness.
11444      Branch: perl
11445            ! perlio.c
11446 ____________________________________________________________________________
11447 [  9802] By: jhi                                   on 2001/04/23  23:43:35
11448         Log: Make the "STD* opened only for ..." errors more consistent.
11449      Branch: perl
11450            ! doio.c
11451 ____________________________________________________________________________
11452 [  9801] By: jhi                                   on 2001/04/23  23:34:26
11453         Log: Test case for #9800.
11454      Branch: perl
11455            ! t/op/misc.t
11456 ____________________________________________________________________________
11457 [  9800] By: jhi                                   on 2001/04/23  23:14:43
11458         Log: Avoid coredump on 'close STDERR; die' by making
11459              the PerlIO calls more robust.  Also use SETERRNO()
11460              instead of errno = to be more VMS-ready.
11461      Branch: perl
11462            ! perlio.c
11463 ____________________________________________________________________________
11464 [  9799] By: jhi                                   on 2001/04/23  21:41:10
11465         Log: Subject: test for ID 20010423.002
11466              From: Robin Houston <robin@kitsite.com>
11467              Date: Mon, 23 Apr 2001 16:52:21 +0100
11468              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
11469      Branch: perl
11470            ! t/op/avhv.t
11471 ____________________________________________________________________________
11472 [  9798] By: jhi                                   on 2001/04/23  21:40:07
11473         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
11474              From: David Dyck <dcd@tc.fluke.com>
11475              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
11476              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
11477      Branch: perl
11478            ! installperl
11479 ____________________________________________________________________________
11480 [  9797] By: jhi                                   on 2001/04/23  21:37:56
11481         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
11482              From: Benjamin Sugars <bsugars@canoe.ca>
11483              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
11484              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
11485      Branch: perl
11486            ! ext/Cwd/Cwd.xs lib/Cwd.pm
11487 ____________________________________________________________________________
11488 [  9796] By: jhi                                   on 2001/04/23  21:29:24
11489         Log: Synchronize h2xs and pod2man some more on the documentation
11490              templates they propose.
11491      Branch: perl
11492            ! pod/pod2man.PL utils/h2xs.PL
11493 ____________________________________________________________________________
11494 [  9795] By: jhi                                   on 2001/04/23  17:30:40
11495         Log: Add one more naughty test for base64; make encoding logic cleaner.
11496      Branch: perl
11497            ! t/lib/mimeb64.t
11498 ____________________________________________________________________________
11499 [  9794] By: jhi                                   on 2001/04/23  13:51:32
11500         Log: Update Changes.
11501      Branch: perl
11502            ! Changes patchlevel.h
11503 ____________________________________________________________________________
11504 [  9793] By: jhi                                   on 2001/04/23  13:44:18
11505         Log: Duplicate lines.
11506      Branch: perl
11507            ! MANIFEST
11508 ____________________________________________________________________________
11509 [  9792] By: jhi                                   on 2001/04/23  13:39:13
11510         Log: Subject: Re: PATCH 5.7.1
11511              From: Mark-Jason Dominus <mjd@plover.com>
11512              Date: Mon, 23 Apr 2001 10:30:21 -0400
11513              Message-ID: <20010423143021.17335.qmail@plover.com>
11514      Branch: perl
11515            ! perl.h sv.c
11516 ____________________________________________________________________________
11517 [  9791] By: jhi                                   on 2001/04/23  13:32:40
11518         Log: Add the CPAN.pm 1.59_54 tests.
11519      Branch: perl
11520            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
11521            ! MANIFEST
11522 ____________________________________________________________________________
11523 [  9790] By: jhi                                   on 2001/04/23  13:21:55
11524         Log: Subject: Deparse nit
11525              From: Robin Houston <robin@kitsite.com>
11526              Date: Mon, 23 Apr 2001 12:38:20 +0100
11527              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
11528      Branch: perl
11529            ! ext/B/B/Deparse.pm
11530 ____________________________________________________________________________
11531 [  9789] By: jhi                                   on 2001/04/23  13:19:07
11532         Log: Subject: [PATCH] bug 20010423.002
11533              From: Robin Houston <robin@kitsite.com>
11534              Date: Mon, 23 Apr 2001 13:12:30 +0100
11535              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
11536      Branch: perl
11537            ! pp.c
11538 ____________________________________________________________________________
11539 [  9788] By: jhi                                   on 2001/04/23  13:02:49
11540         Log: Subject: PATCH [5.7.1] hv.c unused #define
11541              From: Mark-Jason Dominus <mjd@plover.com>
11542              Date: Sun, 22 Apr 2001 14:17:49 -0400
11543              Message-ID: <20010422181749.26976.qmail@plover.com>
11544      Branch: perl
11545            ! hv.c
11546 ____________________________________________________________________________
11547 [  9787] By: jhi                                   on 2001/04/23  13:02:02
11548         Log: Subject: PATCH 5.7.1
11549              From: Mark-Jason Dominus <mjd@plover.com>
11550              Date: Sun, 22 Apr 2001 15:12:57 -0400
11551              Message-ID: <20010422191258.6539.qmail@plover.com>
11552              
11553              plus Sarathy's STMT_START + STMT_END suggestion.
11554      Branch: perl
11555            ! perl.h
11556 ____________________________________________________________________________
11557 [  9786] By: jhi                                   on 2001/04/23  12:53:25
11558         Log: Fix for
11559              
11560              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
11561              From: dLux <dlux@spam.sch.bme.hu>
11562              Date: Mon, 23 Apr 2001 01:25:26 +0200
11563              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
11564              
11565              (SvGROW really does return a char *.)
11566      Branch: perl
11567            ! pod/perlapi.pod sv.h
11568 ____________________________________________________________________________
11569 [  9785] By: jhi                                   on 2001/04/23  04:34:04
11570         Log: Time::Piece work continues.  $t->day removed since
11571              I think it's too confusing.  Now has normal and
11572              abbreviated length weekday names and month names,
11573              the names change with _names(), not _list().
11574              Now has strftime() in Perl, _strftime() is
11575              the libc version (to which strftime() falls back
11576              if it doesn't know the format.  To do: the reverse
11577              of strftime, strptime(), and the localisation of both.
11578      Branch: perl
11579            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
11580            ! t/lib/time-piece.t
11581 ____________________________________________________________________________
11582 [  9784] By: jhi                                   on 2001/04/23  02:41:46
11583         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
11584              From: andreas.koenig@anima.de (Andreas J. Koenig)
11585              Date: 23 Apr 2001 05:20:55 +0200
11586              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
11587      Branch: perl
11588            ! t/pragma/overload.t
11589 ____________________________________________________________________________
11590 [  9783] By: jhi                                   on 2001/04/22  23:32:42
11591         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
11592              From: Robin Houston <robin@kitsite.com>
11593              Date: Mon, 23 Apr 2001 00:38:18 +0100
11594              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
11595      Branch: perl
11596            ! ext/B/B/Deparse.pm
11597 ____________________________________________________________________________
11598 [  9782] By: jhi                                   on 2001/04/22  20:55:43
11599         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
11600              From: Simon Cozens <simon@netthink.co.uk>
11601              Date: Sun, 22 Apr 2001 18:47:25 +0100
11602              Message-ID: <20010422184725.A14411@netthink.co.uk>
11603      Branch: perl
11604            ! sv.c t/pragma/overload.t
11605 ____________________________________________________________________________
11606 [  9781] By: jhi                                   on 2001/04/22  20:52:13
11607         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
11608              From: Robin Houston <robin@kitsite.com>
11609              Date: Sun, 22 Apr 2001 22:14:50 +0100
11610              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
11611      Branch: perl
11612            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
11613 ____________________________________________________________________________
11614 [  9780] By: nick                                  on 2001/04/22  20:40:31
11615         Log: Integrate mainline.
11616      Branch: perlio
11617           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
11618           +> t/lib/b-stash.t
11619           !> (integrate 38 files)
11620 ____________________________________________________________________________
11621 [  9779] By: jhi                                   on 2001/04/22  15:16:03
11622         Log: Subject: IO::Socket::INET patch
11623              From: andrew deryabin <djsf@technarchy.ru>
11624              Date: Sat, 21 Apr 2001 17:46:52 +0400
11625              Message-ID: <20010421174652.B1426@technarchy>
11626      Branch: perl
11627            ! ext/IO/lib/IO/Socket/INET.pm
11628 ____________________________________________________________________________
11629 [  9778] By: jhi                                   on 2001/04/22  15:14:33
11630         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
11631              From: Mark-Jason Dominus <mjd@plover.com>
11632              Date: Sat, 21 Apr 2001 21:27:49 -0400
11633              Message-ID: <20010422012749.27024.qmail@plover.com>
11634      Branch: perl
11635            ! regcomp.c
11636 ____________________________________________________________________________
11637 [  9777] By: jhi                                   on 2001/04/22  15:10:51
11638         Log: Subject: Re: Regex debugger patch 
11639              From: Mark-Jason Dominus <mjd@plover.com>
11640              Date: Sat, 21 Apr 2001 21:48:51 -0400
11641              Message-ID: <20010422014851.27165.qmail@plover.com>
11642      Branch: perl
11643            ! pod/perldebguts.pod
11644 ____________________________________________________________________________
11645 [  9776] By: jhi                                   on 2001/04/22  15:09:48
11646         Log: Subject: Re: Regex debugger patch
11647              From: Mark-Jason Dominus <mjd@plover.com>
11648              Date: Sat, 21 Apr 2001 14:24:39 -0400
11649              Message-ID: <20010421182439.16508.qmail@plover.com>
11650              
11651              Regex debugger backend.
11652      Branch: perl
11653            ! regcomp.c regexp.h
11654 ____________________________________________________________________________
11655 [  9775] By: jhi                                   on 2001/04/21  16:45:40
11656         Log: Subject: [PATCH] Typo in utf8.h
11657              From: Jesús Quiroga <jquiroga@pobox.com>
11658              Date: Sat, 21 Apr 2001 19:25:33 +0200
11659              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
11660      Branch: perl
11661            ! utf8.h
11662 ____________________________________________________________________________
11663 [  9774] By: jhi                                   on 2001/04/21  16:43:52
11664         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
11665              From: Joe Orton <jorton@redhat.com>
11666              Date: Tue, 17 Apr 2001 15:50:43 +0100
11667              Message-Id: <20010417155043.D19132@eu.c2.net>
11668      Branch: perl
11669            ! hints/svr5.sh
11670 ____________________________________________________________________________
11671 [  9773] By: jhi                                   on 2001/04/21  15:30:15
11672         Log: Subject: Patch utils/h2xs.PL
11673              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11674              Date: Sat, 21 Apr 2001 10:32:16 -0500
11675              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
11676              
11677              Add MAILING list and LICENSE templates.
11678      Branch: perl
11679            ! utils/h2xs.PL
11680 ____________________________________________________________________________
11681 [  9772] By: jhi                                   on 2001/04/21  15:28:36
11682         Log: Subject: perlfaq2.patch for 5.7.1
11683              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11684              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
11685              Date: Fri, 20 Apr 2001 16:42:19 -0500
11686              
11687              rm an extra tab, a blurb about the xx.cpan to clarify
11688              which countries actually have that and dejanews is history
11689              as well as most of that nonsensical entry.
11690      Branch: perl
11691            ! pod/perlfaq2.pod
11692 ____________________________________________________________________________
11693 [  9771] By: jhi                                   on 2001/04/21  15:27:17
11694         Log: Subject: perlfaq1.patch for 5.7.1
11695              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11696              Date: Fri, 20 Apr 2001 16:57:36 -0500
11697              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
11698              
11699              Evil URLs must die. Especially when they are broken.
11700      Branch: perl
11701            ! pod/perlfaq1.pod
11702 ____________________________________________________________________________
11703 [  9770] By: jhi                                   on 2001/04/21  15:23:38
11704         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
11705              From: Michael G Schwern <schwern@pobox.com>
11706              Date: Sat, 21 Apr 2001 16:11:12 +0100
11707              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
11708      Branch: perl
11709            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
11710            + t/lib/b-stash.t
11711            ! MANIFEST ext/B/B.pm t/lib/b.t
11712 ____________________________________________________________________________
11713 [  9769] By: jhi                                   on 2001/04/21  15:03:32
11714         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
11715              From: Michael G Schwern <schwern@pobox.com>
11716              Date: Sat, 21 Apr 2001 09:48:00 +0100
11717              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
11718      Branch: perl
11719            ! utils/h2ph.PL
11720 ____________________________________________________________________________
11721 [  9768] By: jhi                                   on 2001/04/21  14:33:49
11722         Log: PerlIO and Encode doc cleanup and tweaks.
11723      Branch: perl
11724            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
11725            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
11726 ____________________________________________________________________________
11727 [  9767] By: jhi                                   on 2001/04/21  12:40:16
11728         Log: Integrate perlio.
11729      Branch: perl
11730           !> doio.c
11731 ____________________________________________________________________________
11732 [  9766] By: nick                                  on 2001/04/20  18:28:35
11733         Log: Avoid core dump on
11734              open(STDOUT,">",\$foo);
11735      Branch: perlio
11736            ! doio.c
11737 ____________________________________________________________________________
11738 [  9765] By: jhi                                   on 2001/04/20  13:23:43
11739         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
11740              From: Robin Houston <robin@kitsite.com>
11741              Date: Fri, 20 Apr 2001 14:29:22 +0100
11742              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
11743      Branch: perl
11744            ! ext/B/B.pm ext/B/B/Deparse.pm
11745 ____________________________________________________________________________
11746 [  9764] By: jhi                                   on 2001/04/20  13:19:33
11747         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
11748              From: Peter Prymmer <pvhp@forte.com>
11749              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
11750              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
11751      Branch: perl
11752            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
11753            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
11754            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
11755            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
11756 ____________________________________________________________________________
11757 [  9763] By: jhi                                   on 2001/04/20  12:36:39
11758         Log: Subject: Re: A new PerlIO coredump
11759              From: Nick Ing-Simmons <nik@tiuk.ti.com>
11760              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
11761              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
11762      Branch: perl
11763            ! doio.c
11764 ____________________________________________________________________________
11765 [  9762] By: jhi                                   on 2001/04/19  23:02:30
11766         Log: Update Changes.
11767      Branch: perl
11768            ! Changes patchlevel.h
11769 ____________________________________________________________________________
11770 [  9761] By: jhi                                   on 2001/04/19  22:59:19
11771         Log: More cleanup cleanup.
11772      Branch: perl
11773            ! Makefile.SH win32/Makefile win32/makefile.mk
11774 ____________________________________________________________________________
11775 [  9760] By: jhi                                   on 2001/04/19  22:50:31
11776         Log: lib/Time is non-empty, let's not rmdir it.
11777      Branch: perl
11778            ! Makefile.SH
11779 ____________________________________________________________________________
11780 [  9759] By: jhi                                   on 2001/04/19  22:36:51
11781         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
11782              From: Robin Houston <robin@kitsite.com>
11783              Date: Fri, 20 Apr 2001 00:18:53 +0100
11784              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
11785      Branch: perl
11786            ! ext/B/B/Deparse.pm
11787 ____________________________________________________________________________
11788 [  9758] By: jhi                                   on 2001/04/19  22:36:00
11789         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
11790              From: Peter Prymmer <pvhp@forte.com>
11791              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
11792              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
11793      Branch: perl
11794            ! ext/Cwd/Cwd.xs
11795 ____________________________________________________________________________
11796 [  9757] By: nick                                  on 2001/04/19  18:53:54
11797         Log: Blind (untested) integrate of mainline.
11798      Branch: perlio
11799           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
11800           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
11801           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
11802           !> (integrate 53 files)
11803 ____________________________________________________________________________
11804 [  9756] By: jhi                                   on 2001/04/19  16:59:23
11805         Log: Document and test Time::Piece.
11806      Branch: perl
11807            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
11808            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
11809 ____________________________________________________________________________
11810 [  9755] By: jhi                                   on 2001/04/19  12:13:29
11811         Log: A better fix for the \x{12345678} trouble from NI-S.
11812      Branch: perl
11813            ! utf8.c
11814 ____________________________________________________________________________
11815 [  9754] By: jhi                                   on 2001/04/19  11:56:07
11816         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
11817              From: Robin Houston <robin@kitsite.com>
11818              Date: Wed, 18 Apr 2001 17:58:33 +0100
11819              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
11820      Branch: perl
11821            ! ext/B/B/Deparse.pm op.c
11822 ____________________________________________________________________________
11823 [  9753] By: jhi                                   on 2001/04/19  04:21:52
11824         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
11825              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
11826              Date: Thu, 19 Apr 2001 01:11:41 -0400
11827              Message-ID: <20010419011141.A5798@cpan.org>
11828      Branch: perl
11829            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
11830 ____________________________________________________________________________
11831 [  9752] By: jhi                                   on 2001/04/19  02:41:10
11832         Log: The new time utils need to be thread-aware, too.
11833      Branch: perl
11834            ! util.c
11835 ____________________________________________________________________________
11836 [  9751] By: jhi                                   on 2001/04/19  02:26:47
11837         Log: Compilation nit noticed by AIX compiler.
11838      Branch: perl
11839            ! perlio.c
11840 ____________________________________________________________________________
11841 [  9750] By: jhi                                   on 2001/04/19  02:20:06
11842         Log: The new time utils need to be public.
11843      Branch: perl
11844            ! embed.pl
11845 ____________________________________________________________________________
11846 [  9749] By: jhi                                   on 2001/04/19  01:42:39
11847         Log: Regen toc.
11848      Branch: perl
11849            ! pod/perltoc.pod
11850 ____________________________________________________________________________
11851 [  9748] By: jhi                                   on 2001/04/19  01:41:10
11852         Log: Add Time::Piece, a slight rewrite of Time::Object,
11853              from Matt Sergeant.
11854      Branch: perl
11855            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
11856            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
11857            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
11858            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
11859            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
11860            ! win32/makefile.mk
11861 ____________________________________________________________________________
11862 [  9747] By: jhi                                   on 2001/04/19  00:55:35
11863         Log: The new metaconfig unit from strftime.
11864      Branch: metaconfig/U/perl
11865            + d_strftime.U
11866 ____________________________________________________________________________
11867 [  9746] By: jhi                                   on 2001/04/19  00:54:54
11868         Log: Move the strftime() wrapper from POSIX.xs to util.c
11869              as my_strftime(), requires HAS_STRFTIME.
11870      Branch: perl
11871            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11872            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
11873            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
11874            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11875            ! vos/config.ga.h win32/config.bc win32/config.gc
11876            ! win32/config.vc
11877 ____________________________________________________________________________
11878 [  9745] By: jhi                                   on 2001/04/18  23:11:03
11879         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
11880              in preparation of Time::Piece.
11881      Branch: perl
11882            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
11883 ____________________________________________________________________________
11884 [  9744] By: jhi                                   on 2001/04/18  22:33:12
11885         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
11886              From: Peter Prymmer <pvhp@forte.com>
11887              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
11888              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
11889      Branch: perl
11890            ! t/lib/exporter.t
11891 ____________________________________________________________________________
11892 [  9743] By: jhi                                   on 2001/04/18  22:32:23
11893         Log: Subject: Fwd: pod2html leaves cache files lying around?
11894              From: Rajesh Vaidheeswarran <rv@gnu.org>
11895              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
11896              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
11897      Branch: perl
11898            ! lib/Pod/Html.pm
11899 ____________________________________________________________________________
11900 [  9742] By: jhi                                   on 2001/04/18  20:31:49
11901         Log: Update Changes.
11902      Branch: perl
11903            ! Changes patchlevel.h
11904 ____________________________________________________________________________
11905 [  9741] By: jhi                                   on 2001/04/18  20:23:02
11906         Log: Declare hints only if needed.
11907      Branch: perl
11908            ! ext/B/B/Deparse.pm
11909 ____________________________________________________________________________
11910 [  9740] By: jhi                                   on 2001/04/18  19:06:05
11911         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
11912              bug noticed by Robin Houston; basically the code of detecting
11913              value wraparound was acting differently under different compilers
11914              and platforms.  The workaround is to remove the overflow check
11915              for now, a real fix would be to do the overflow (portably) right.
11916      Branch: perl
11917            ! t/op/pat.t utf8.c
11918 ____________________________________________________________________________
11919 [  9739] By: jhi                                   on 2001/04/18  19:01:23
11920         Log: Subject: [PATCH B::Deparse] some pragma support
11921              From: Robin Houston <robin@kitsite.com>
11922              Date: Wed, 18 Apr 2001 19:32:12 +0100
11923              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
11924      Branch: perl
11925            ! ext/B/B/Deparse.pm
11926 ____________________________________________________________________________
11927 [  9738] By: jhi                                   on 2001/04/18  15:16:37
11928         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
11929              From: Benjamin Sugars <bsugars@canoe.ca>
11930              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
11931              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
11932      Branch: perl
11933            ! t/op/glob.t
11934 ____________________________________________________________________________
11935 [  9737] By: jhi                                   on 2001/04/18  13:24:50
11936         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
11937              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11938              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
11939              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
11940      Branch: perl
11941            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11942            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
11943 ____________________________________________________________________________
11944 [  9736] By: jhi                                   on 2001/04/18  04:15:14
11945         Log: The #9735 also changes the subtest 12.
11946      Branch: perl
11947            ! t/lib/b.t
11948 ____________________________________________________________________________
11949 [  9735] By: jhi                                   on 2001/04/18  03:55:17
11950         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
11951              From: David Dyck <dcd@tc.fluke.com>
11952              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
11953              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
11954      Branch: perl
11955            ! ext/B/B/Deparse.pm
11956 ____________________________________________________________________________
11957 [  9734] By: jhi                                   on 2001/04/18  03:54:11
11958         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
11959              From: Gisle Aas <gisle@ActiveState.com>
11960              Date: 17 Apr 2001 19:06:45 -0700
11961              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
11962      Branch: perl
11963            ! pp_hot.c t/op/misc.t
11964 ____________________________________________________________________________
11965 [  9733] By: jhi                                   on 2001/04/17  22:25:22
11966         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
11967              From: "Abigail" <abigail@foad.org>
11968              Date: Wed, 18 Apr 2001 01:17:46 +0200
11969              Message-ID: <20010417231746.21657.qmail@foad.org>
11970      Branch: perl
11971            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
11972 ____________________________________________________________________________
11973 [  9732] By: jhi                                   on 2001/04/17  20:47:56
11974         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
11975              From: Robin Houston <robin@kitsite.com>
11976              Date: Tue, 17 Apr 2001 22:37:42 +0100
11977              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
11978      Branch: perl
11979            ! ext/B/B/Deparse.pm
11980 ____________________________________________________________________________
11981 [  9731] By: nick                                  on 2001/04/17  20:46:35
11982         Log: Re-sync for t/lib/b.t fix
11983      Branch: perlio
11984           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
11985 ____________________________________________________________________________
11986 [  9730] By: jhi                                   on 2001/04/17  20:45:29
11987         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
11988              From: Robin Houston <robin@kitsite.com>
11989              Date: Tue, 17 Apr 2001 22:29:36 +0100
11990              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
11991      Branch: perl
11992            ! ext/B/B.xs ext/B/B/Deparse.pm
11993 ____________________________________________________________________________
11994 [  9729] By: jhi                                   on 2001/04/17  20:43:11
11995         Log: Subject: Deparse - parenthesise args to undeclared subs
11996              From: Robin Houston <robin@kitsite.com>
11997              Date: Tue, 17 Apr 2001 21:31:05 +0100
11998              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
11999      Branch: perl
12000            ! ext/B/B/Deparse.pm
12001 ____________________________________________________________________________
12002 [  9728] By: jhi                                   on 2001/04/17  18:57:30
12003         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
12004              From: Benjamin Sugars <ben.sugars@home.com>
12005              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
12006              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
12007      Branch: perl
12008            ! t/lib/cwd.t
12009 ____________________________________________________________________________
12010 [  9727] By: jhi                                   on 2001/04/17  18:20:20
12011         Log: Subject: [PATCH B::Deparse] ambient pragmas
12012              From: Robin Houston <robin@kitsite.com>
12013              Date: Tue, 17 Apr 2001 20:01:59 +0100
12014              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
12015      Branch: perl
12016            ! ext/B/B/Deparse.pm t/lib/b.t
12017 ____________________________________________________________________________
12018 [  9726] By: nick                                  on 2001/04/17  16:33:51
12019         Log: Integrate mainline (t/lib/b.t fails test 2...)
12020      Branch: perlio
12021           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
12022           +> ext/List/Util/README ext/List/Util/Util.xs
12023           +> ext/List/Util/lib/List/Util.pm
12024           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
12025           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
12026           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
12027           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
12028           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
12029           !> (integrate 31 files)
12030 ____________________________________________________________________________
12031 [  9725] By: jhi                                   on 2001/04/17  12:14:24
12032         Log: Subject: multiple B::* changes
12033              From: Robin Houston <robin@kitsite.com>
12034              Date: Thu, 12 Apr 2001 20:12:27 +0100
12035              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
12036      Branch: perl
12037            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
12038 ____________________________________________________________________________
12039 [  9724] By: jhi                                   on 2001/04/17  11:59:05
12040         Log: Thread-awareness from Doug MacEachern.
12041      Branch: perl
12042            ! ext/List/Util/Util.xs
12043 ____________________________________________________________________________
12044 [  9723] By: jhi                                   on 2001/04/17  11:57:41
12045         Log: Make the test more portable.
12046      Branch: perl
12047            ! t/lib/cwd.t
12048 ____________________________________________________________________________
12049 [  9722] By: jhi                                   on 2001/04/17  11:53:50
12050         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
12051              From: Benjamin Sugars <ben.sugars@home.com>
12052              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
12053              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
12054      Branch: perl
12055            ! t/lib/cwd.t
12056 ____________________________________________________________________________
12057 [  9721] By: jhi                                   on 2001/04/17  11:52:17
12058         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
12059              From: Benjamin Sugars <bsugars@canoe.ca>
12060              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
12061              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
12062      Branch: perl
12063            ! op.c
12064 ____________________________________________________________________________
12065 [  9720] By: jhi                                   on 2001/04/17  11:35:42
12066         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
12067              From: Chris Nandor <pudge@pobox.com>
12068              Date: Tue, 17 Apr 2001 00:30:49 -0400
12069              Message-Id: <p05100207b701768712de@[10.0.1.177]>
12070      Branch: perl
12071            ! ext/File/Glob/bsd_glob.c gv.c
12072 ____________________________________________________________________________
12073 [  9719] By: jhi                                   on 2001/04/17  11:32:13
12074         Log: Subject: [PATCH] Tweten->West
12075              From: Casey West <casey@geeknest.com>
12076              Date: Mon, 16 Apr 2001 12:11:22 -0400
12077              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
12078      Branch: perl
12079            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
12080            ! pod/perltie.pod
12081 ____________________________________________________________________________
12082 [  9718] By: jhi                                   on 2001/04/16  03:22:52
12083         Log: Update Changes.
12084      Branch: perl
12085            ! Changes patchlevel.h
12086 ____________________________________________________________________________
12087 [  9717] By: jhi                                   on 2001/04/16  03:06:28
12088         Log: Regen toc.
12089      Branch: perl
12090            ! pod/perltoc.pod
12091 ____________________________________________________________________________
12092 [  9716] By: jhi                                   on 2001/04/16  02:58:42
12093         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
12094              From: Prymmer/Kahn <pvhp@best.com>
12095              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
12096              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
12097      Branch: perl
12098            ! utf8.c
12099 ____________________________________________________________________________
12100 [  9715] By: jhi                                   on 2001/04/15  23:40:35
12101         Log: Subject: Re: Net::Ping patch, adds stream protocol
12102              From: bronson@rinspin.com (Scott Bronson)
12103              Date: Tue, 10 Apr 2001 23:58:33 -0700
12104              Message-ID: <20010410235833.N29719@rinspin.com>
12105      Branch: perl
12106            ! lib/Net/Ping.pm
12107 ____________________________________________________________________________
12108 [  9714] By: jhi                                   on 2001/04/15  23:31:46
12109         Log: Printing out the ok messages helps successful testing.
12110      Branch: perl
12111            ! t/lib/time-hires.t
12112 ____________________________________________________________________________
12113 [  9713] By: jhi                                   on 2001/04/15  21:43:24
12114         Log: Update Douglas Wegscheid's email.
12115      Branch: perl
12116            ! AUTHORS
12117 ____________________________________________________________________________
12118 [  9712] By: jhi                                   on 2001/04/15  21:40:41
12119         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
12120              From: Michael G Schwern <schwern@pobox.com>
12121              Date: Sat, 14 Apr 2001 22:40:50 +0100
12122              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
12123      Branch: perl
12124            + t/lib/exporter.t
12125            ! MANIFEST lib/Exporter/Heavy.pm
12126 ____________________________________________________________________________
12127 [  9711] By: jhi                                   on 2001/04/15  21:39:21
12128         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
12129              From: Michael G Schwern <schwern@pobox.com>
12130              Date: Sat, 14 Apr 2001 22:13:59 +0100
12131              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
12132      Branch: perl
12133            ! t/op/loopctl.t
12134 ____________________________________________________________________________
12135 [  9710] By: jhi                                   on 2001/04/15  21:30:19
12136         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
12137              From: Michael G Schwern <schwern@pobox.com>
12138              Date: Sat, 14 Apr 2001 22:05:32 +0100
12139              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
12140      Branch: perl
12141            ! t/pragma/warnings.t
12142 ____________________________________________________________________________
12143 [  9709] By: jhi                                   on 2001/04/15  19:34:09
12144         Log: Integrate changes #9706,9707 from maintperl into mainline.
12145              
12146              change#7210 broke .packlist generation
12147              
12148              ExtUtils::Installed doesn't quote regex metacharacters in paths
12149              before using them in match; also make it work for dosish platforms
12150      Branch: perl
12151           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12152 ____________________________________________________________________________
12153 [  9708] By: jhi                                   on 2001/04/15  19:31:01
12154         Log: Test also the scalar aspect of getitimer().
12155      Branch: perl
12156            ! t/lib/time-hires.t
12157 ____________________________________________________________________________
12158 [  9707] By: gsar                                  on 2001/04/15  17:24:20
12159         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
12160              before using them in match; also make it work for dosish platforms
12161      Branch: maint-5.6/perl
12162            ! lib/ExtUtils/Installed.pm
12163 ____________________________________________________________________________
12164 [  9706] By: gsar                                  on 2001/04/15  17:21:59
12165         Log: change#7210 broke .packlist generation (listed only filename
12166              rather than fully qualified path name)
12167      Branch: maint-5.6/perl
12168            ! lib/ExtUtils/Install.pm
12169 ____________________________________________________________________________
12170 [  9705] By: jhi                                   on 2001/04/15  12:36:33
12171         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
12172      Branch: perl
12173            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
12174            ! t/lib/time-hires.t
12175 ____________________________________________________________________________
12176 [  9704] By: jhi                                   on 2001/04/15  10:49:08
12177         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
12178              From: Prymmer/Kahn <pvhp@best.com>
12179              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
12180              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
12181      Branch: perl
12182            ! lib/utf8.pm pod/perlebcdic.pod
12183 ____________________________________________________________________________
12184 [  9703] By: jhi                                   on 2001/04/15  02:26:26
12185         Log: I keep forgetting to sort MANIFEST.
12186      Branch: perl
12187            ! MANIFEST
12188 ____________________________________________________________________________
12189 [  9702] By: jhi                                   on 2001/04/15  02:07:47
12190         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
12191              Now we have blessed, reftype, tainted, first, reduce, ...
12192      Branch: perl
12193            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
12194            + ext/List/Util/README ext/List/Util/Util.xs
12195            + ext/List/Util/lib/List/Util.pm
12196            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
12197            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
12198            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
12199            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
12200            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
12201            ! MANIFEST
12202 ____________________________________________________________________________
12203 [  9701] By: jhi                                   on 2001/04/14  15:05:25
12204         Log: Subject: RE: dprofpp.pl updates 
12205              From: Carl Eklof <CEklof@endeca.com>
12206              Date: Thu, 12 Apr 2001 18:45:46 -0400
12207              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
12208      Branch: perl
12209            ! utils/dprofpp.PL
12210 ____________________________________________________________________________
12211 [  9700] By: jhi                                   on 2001/04/14  14:44:55
12212         Log: Do not just blindly add CR.
12213      Branch: perl
12214            ! Porting/makerel
12215 ____________________________________________________________________________
12216 [  9699] By: jhi                                   on 2001/04/13  13:17:01
12217         Log: Update Changes.
12218      Branch: perl
12219            ! Changes patchlevel.h
12220 ____________________________________________________________________________
12221 [  9698] By: jhi                                   on 2001/04/13  12:44:48
12222         Log: Integrate perlio.
12223      Branch: perl
12224           !> ext/PerlIO/Scalar/Scalar.xs
12225 ____________________________________________________________________________
12226 [  9697] By: jhi                                   on 2001/04/13  12:29:15
12227         Log: Add more debug output to the test.
12228      Branch: perl
12229            ! t/lib/cwd.t
12230 ____________________________________________________________________________
12231 [  9696] By: nick                                  on 2001/04/13  10:14:29
12232         Log: Fix core dump on binmode($fh,'Scalar')
12233      Branch: perlio
12234            ! ext/PerlIO/Scalar/Scalar.xs
12235 ____________________________________________________________________________
12236 [  9695] By: nick                                  on 2001/04/13  09:05:42
12237         Log: Integrate mainline
12238      Branch: perlio
12239           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12240           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
12241           +> t/lib/time-hires.t
12242           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
12243           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
12244           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
12245           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
12246           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
12247           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
12248           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
12249 ____________________________________________________________________________
12250 [  9694] By: jhi                                   on 2001/04/12  22:23:35
12251         Log: Integrate change #9693 from maintperl into mainline.
12252              
12253              $VERSION and Version() on the same line provokes a warning from
12254              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
12255      Branch: perl
12256           !> lib/Devel/SelfStubber.pm
12257 ____________________________________________________________________________
12258 [  9693] By: gsar                                  on 2001/04/12  21:55:56
12259         Log: $VERSION and Version() on the same line provokes a warning from
12260              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
12261      Branch: maint-5.6/perl
12262            ! lib/Devel/SelfStubber.pm
12263 ____________________________________________________________________________
12264 [  9692] By: jhi                                   on 2001/04/12  13:54:00
12265         Log: This is at least 5.005.
12266      Branch: perl
12267            ! ext/Time/HiRes/HiRes.xs
12268 ____________________________________________________________________________
12269 [  9691] By: jhi                                   on 2001/04/12  13:37:20
12270         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
12271      Branch: perl
12272            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
12273            ! win32/Makefile win32/makefile.mk
12274 ____________________________________________________________________________
12275 [  9690] By: jhi                                   on 2001/04/12  01:34:46
12276         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
12277      Branch: perl
12278            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12279            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
12280            + t/lib/time-hires.t
12281            ! MANIFEST
12282 ____________________________________________________________________________
12283 [  9689] By: jhi                                   on 2001/04/12  00:28:39
12284         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
12285              From: Gisle Aas <gisle@ActiveState.com>
12286              Date: 11 Apr 2001 16:36:11 -0700
12287              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
12288      Branch: perl
12289            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
12290 ____________________________________________________________________________
12291 [  9688] By: jhi                                   on 2001/04/12  00:27:39
12292         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
12293              From: Gisle Aas <gisle@ActiveState.com>
12294              Date: 11 Apr 2001 11:13:24 -0700
12295              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
12296      Branch: perl
12297            ! ext/MIME/Base64/Base64.xs
12298 ____________________________________________________________________________
12299 [  9687] By: jhi                                   on 2001/04/11  19:51:47
12300         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
12301      Branch: perl
12302            ! Todo-5.6
12303 ____________________________________________________________________________
12304 [  9686] By: jhi                                   on 2001/04/11  16:54:25
12305         Log: Subject: [PATCH opcode.pl] Documentation of table format
12306              From: Simon Cozens <simon@netthink.co.uk>
12307              Date: Wed, 11 Apr 2001 12:59:31 +0100
12308              Message-ID: <20010411125931.A25681@netthink.co.uk>
12309      Branch: perl
12310            ! opcode.pl
12311 ____________________________________________________________________________
12312 [  9685] By: jhi                                   on 2001/04/11  16:53:15
12313         Log: Subject: [PATCH] prototype("CORE::recv")
12314              From: Simon Cozens <simon@netthink.co.uk>
12315              Date: Wed, 11 Apr 2001 13:24:35 +0100
12316              Message-ID: <20010411132435.A26169@netthink.co.uk>
12317      Branch: perl
12318            ! pp.c t/comp/proto.t
12319 ____________________________________________________________________________
12320 [  9684] By: jhi                                   on 2001/04/11  16:47:13
12321         Log: FAQ (and AUTHORS) update from Dan Carson: the information
12322              was several years obsolete, Term::Readkey has been updated
12323              to have the functionality.
12324      Branch: perl
12325            ! AUTHORS pod/perlfaq5.pod
12326 ____________________________________________________________________________
12327 [  9683] By: jhi                                   on 2001/04/11  12:15:46
12328         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
12329              From: Calle Dybedahl <calle@lysator.liu.se>
12330              Date: 10 Apr 2001 16:44:16 +0200
12331              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
12332      Branch: perl
12333            ! ext/MIME/Base64/Base64.xs
12334 ____________________________________________________________________________
12335 [  9682] By: jhi                                   on 2001/04/11  12:12:26
12336         Log: A more minimal fix for 20010410.006 from Hugo.
12337      Branch: perl
12338            ! regexec.c
12339 ____________________________________________________________________________
12340 [  9681] By: jhi                                   on 2001/04/11  11:34:23
12341         Log: Integrate changes #9678,9679 from maintline into mainperl.
12342              
12343              addendum to change#9676
12344              
12345              up $File::Glob::VERSION; add a note pointing out the version of
12346              the OpenBSD glob bsd_glob.c resembles
12347      Branch: perl
12348           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12349           !> ext/File/Glob/bsd_glob.h
12350 ____________________________________________________________________________
12351 [  9680] By: jhi                                   on 2001/04/11  11:30:38
12352         Log: Bad test numbering in integrate in #9677.
12353              Fixes ID 20010411.001.
12354      Branch: perl
12355            ! t/op/pat.t
12356 ____________________________________________________________________________
12357 [  9679] By: gsar                                  on 2001/04/11  03:38:40
12358         Log: up $File::Glob::VERSION; add a note pointing out the version of
12359              the OpenBSD glob bsd_glob.c resembles
12360      Branch: maint-5.6/perl
12361            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12362            ! ext/File/Glob/bsd_glob.h
12363 ____________________________________________________________________________
12364 [  9678] By: gsar                                  on 2001/04/11  03:09:48
12365         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
12366              revision 1.8.10.1 found here:
12367              
12368              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
12369      Branch: maint-5.6/perl
12370            ! ext/File/Glob/bsd_glob.c
12371 ____________________________________________________________________________
12372 [  9677] By: jhi                                   on 2001/04/11  02:54:39
12373         Log: Integrate changes #9675,9676 from maintperl into mainline.
12374              
12375              fix for bug 20010410.006, undo change#7115
12376              
12377              port the OpenBSD glob() security patch
12378      Branch: perl
12379           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12380           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
12381           !> t/op/pat.t
12382 ____________________________________________________________________________
12383 [  9676] By: gsar                                  on 2001/04/11  02:19:02
12384         Log: port the glob() security patch found at:
12385              
12386              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
12387              
12388              CERT advisory for the issue is here:
12389              
12390              http://www.cert.org/advisories/CA-2001-07.html
12391              
12392              Note that the security scare is only relevant for those who are
12393              foolish enough to build suidperl (which is now officially discouraged)
12394      Branch: maint-5.6/perl
12395            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
12396            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
12397 ____________________________________________________________________________
12398 [  9675] By: gsar                                  on 2001/04/10  23:52:11
12399         Log: fix for bug 20010410.006
12400              
12401              undo change#7115 (came into maint-5.6 as change#8156)
12402              
12403              add tests to keep it from coming back
12404      Branch: maint-5.6/perl
12405            ! regexec.c t/op/pat.t
12406 ____________________________________________________________________________
12407 [  9674] By: nick                                  on 2001/04/10  20:39:31
12408         Log: Integrate mainline
12409      Branch: perlio
12410           +> Porting/testall.atom
12411           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
12412           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
12413           !> t/lib/lc-uk.t t/pod/find.t
12414 ____________________________________________________________________________
12415 [  9673] By: nick                                  on 2001/04/10  18:46:14
12416         Log: Integrate against change 9670 aka perl-5.7.1
12417      Branch: perlio
12418           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
12419           !> (integrate 53 files)
12420 ____________________________________________________________________________
12421 [  9672] By: jhi                                   on 2001/04/10  13:45:01
12422         Log: Add a script for doing cumulative profile of the test suite.
12423              (Requires ATOM, that is, Tru64.)
12424      Branch: perl
12425            + Porting/testall.atom
12426            ! MANIFEST
12427 ____________________________________________________________________________
12428 [  9671] By: jhi                                   on 2001/04/10  12:38:53
12429         Log: Missing std block.
12430      Branch: perl
12431            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
12432            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
12433            ! t/pod/find.t
12434 ____________________________________________________________________________
12435 [  9670] By: jhi                                   on 2001/04/10  01:25:58
12436         Log: This is 5.7.1.
12437      Branch: perl
12438            ! patchlevel.h
12439 ____________________________________________________________________________
12440 [  9669] By: jhi                                   on 2001/04/10  01:09:14
12441         Log: Update Changes.
12442      Branch: perl
12443            ! Changes patchlevel.h
12444 ____________________________________________________________________________
12445 [  9668] By: jhi                                   on 2001/04/10  01:00:38
12446         Log: Regen toc.
12447      Branch: perl
12448            ! pod/perltoc.pod
12449 ____________________________________________________________________________
12450 [  9667] By: jhi                                   on 2001/04/10  00:52:16
12451         Log: Update perlhist.
12452      Branch: perl
12453            ! pod/perlhist.pod
12454 ____________________________________________________________________________
12455 [  9666] By: jhi                                   on 2001/04/09  23:38:59
12456         Log: Slight wording tweaks from Damian to #9658.
12457      Branch: perl
12458            ! pod/perlobj.pod
12459 ____________________________________________________________________________
12460 [  9665] By: jhi                                   on 2001/04/09  19:56:06
12461         Log: Subject: [PATCH perlutil.pod] Nit
12462              From: Simon Cozens <simon@netthink.co.uk>
12463              Date: Mon, 9 Apr 2001 20:29:44 +0100
12464              Message-ID: <20010409202944.A14796@the.earth.li>
12465      Branch: perl
12466            ! pod/perlutil.pod
12467 ____________________________________________________________________________
12468 [  9664] By: jhi                                   on 2001/04/09  19:54:42
12469         Log: Subject: Re: perl571delta.pod@9631
12470              From: Mike Guy <mjtg@cam.ac.uk>
12471              Date: Mon, 09 Apr 2001 18:09:14 +0100
12472              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
12473      Branch: perl
12474            ! pod/perl571delta.pod
12475 ____________________________________________________________________________
12476 [  9663] By: jhi                                   on 2001/04/09  13:43:35
12477         Log: Update Changes.
12478      Branch: perl
12479            ! Changes patchlevel.h
12480 ____________________________________________________________________________
12481 [  9662] By: jhi                                   on 2001/04/09  13:24:46
12482         Log: tweak tweak.
12483      Branch: perl
12484            ! AUTHORS pod/perl571delta.pod
12485 ____________________________________________________________________________
12486 [  9661] By: jhi                                   on 2001/04/09  13:15:13
12487         Log: Thinko in manual patch applying.
12488      Branch: perl
12489            ! sv.c
12490 ____________________________________________________________________________
12491 [  9660] By: jhi                                   on 2001/04/09  13:07:53
12492         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
12493              From: Robin Barker <rmb1@cise.npl.co.uk> 
12494              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
12495              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
12496              
12497              (This corrects the case where the "isn't numeric" string contains \0s
12498              and is longer than the temporary buffer, and contains \0 at the point
12499              the string would be truncated by "...".) 
12500      Branch: perl
12501            ! sv.c
12502 ____________________________________________________________________________
12503 [  9659] By: jhi                                   on 2001/04/09  12:57:41
12504         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
12505      Branch: perl
12506            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
12507            ! t/lib/cgi-function.t t/lib/cgi-html.t
12508 ____________________________________________________________________________
12509 [  9658] By: jhi                                   on 2001/04/09  12:48:47
12510         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
12511              From: Ilmari Karonen <iltzu@sci.fi>
12512              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
12513              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
12514              
12515              Rearrange and rewrite the Method Invocation section
12516              to explain the concepts in nicer order.
12517      Branch: perl
12518            ! pod/perlobj.pod
12519 ____________________________________________________________________________
12520 [  9657] By: jhi                                   on 2001/04/09  12:35:58
12521         Log: Upgrade to podlators 1.09, from Russ Allbery.
12522      Branch: perl
12523            ! lib/Pod/Man.pm lib/Pod/Text.pm
12524 ____________________________________________________________________________
12525 [  9656] By: jhi                                   on 2001/04/09  12:31:53
12526         Log: perl571delta.
12527      Branch: perl
12528            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
12529 ____________________________________________________________________________
12530 [  9655] By: jhi                                   on 2001/04/09  12:20:09
12531         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
12532              From: Prymmer/Kahn <pvhp@best.com>
12533              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
12534              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
12535      Branch: perl
12536            ! lib/utf8.pm pod/perlunicode.pod
12537 ____________________________________________________________________________
12538 [  9654] By: gsar                                  on 2001/04/09  03:38:33
12539         Log: here lies 5.6.1
12540      Branch: maint-5.6/perl
12541            ! Changes
12542 ____________________________________________________________________________
12543 [  9653] By: jhi                                   on 2001/04/09  03:25:24
12544         Log: Update perlhist.
12545      Branch: perl
12546            ! pod/perlhist.pod
12547 ____________________________________________________________________________
12548 [  9652] By: jhi                                   on 2001/04/09  03:18:49
12549         Log: perl571delta tweaking continues.
12550      Branch: perl
12551            ! pod/perl571delta.pod
12552 ____________________________________________________________________________
12553 [  9651] By: gsar                                  on 2001/04/09  03:11:19
12554         Log: update Changes, patchlevel.h &c.
12555      Branch: maint-5.6/perl
12556            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
12557            ! pod/perltoc.pod
12558 ____________________________________________________________________________
12559 [  9650] By: jhi                                   on 2001/04/09  02:40:24
12560         Log: Integrate the perlfork half of #9513 from maintperl into mainline
12561              (the perlunicode half is obsolete)
12562      Branch: perl
12563            ! pod/perlfork.pod
12564 ____________________________________________________________________________
12565 [  9649] By: gsar                                  on 2001/04/09  02:35:43
12566         Log: tweak perldelta as suggested by Jarkko
12567      Branch: maint-5.6/perl
12568            ! pod/perldelta.pod
12569 ____________________________________________________________________________
12570 [  9648] By: jhi                                   on 2001/04/09  02:13:04
12571         Log: Integrate change #9646 from maintperl into mainline.
12572              
12573              add note about ithreads and Thread.pm
12574      Branch: perl
12575           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
12576 ____________________________________________________________________________
12577 [  9647] By: jhi                                   on 2001/04/09  02:10:18
12578         Log: Bad assumption that shortsize == 2.
12579      Branch: perl
12580            ! t/lib/xs-typemap.t
12581 ____________________________________________________________________________
12582 [  9646] By: gsar                                  on 2001/04/09  00:48:04
12583         Log: add note about ithreads and Thread.pm (too many people are
12584              confused by the fact that Thread.pm is built and installed
12585              under non-5005threads but doesn't work)
12586      Branch: maint-5.6/perl
12587            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
12588 ____________________________________________________________________________
12589 [  9645] By: gsar                                  on 2001/04/09  00:19:03
12590         Log: update perldelta.pod for changes in 5.6.1
12591      Branch: maint-5.6/perl
12592            ! Changes pod/perldelta.pod
12593 ____________________________________________________________________________
12594 [  9644] By: jhi                                   on 2001/04/08  20:37:00
12595         Log: Integrate change #9639 from maintperl into mainline:
12596              on windows, many of the README.* pods were being copied to
12597              the wrong location
12598      Branch: perl
12599           !> win32/Makefile win32/makefile.mk
12600 ____________________________________________________________________________
12601 [  9643] By: jhi                                   on 2001/04/08  20:07:11
12602         Log: Integrate change #9624 from maintperl into mainline:
12603              the pod tests were not okay.  (t/pod/find.t changes ignored)
12604      Branch: perl
12605           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
12606           !> t/pod/include.t t/pod/included.t t/pod/lref.t
12607           !> t/pod/multiline_items.t t/pod/nested_items.t
12608           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
12609           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
12610 ____________________________________________________________________________
12611 [  9642] By: jhi                                   on 2001/04/08  19:57:17
12612         Log: Integrate change #9638 from maintperl into mainline:
12613              update to latest JPL from the anoncvs repository
12614      Branch: perl
12615           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
12616           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
12617           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
12618 ____________________________________________________________________________
12619 [  9641] By: jhi                                   on 2001/04/08  19:53:30
12620         Log: perl571delta updates.
12621      Branch: perl
12622            ! lib/Filter/Simple.pm pod/perl571delta.pod
12623 ____________________________________________________________________________
12624 [  9640] By: gsar                                  on 2001/04/08  19:20:46
12625         Log: integrate change#9634 from mainline
12626              
12627              Fix the perlmodlib generation (didn't understand separate .pod
12628              files; didn't understand -- as the name-thing separator).
12629              Update the CPAN mirrors list.
12630      Branch: maint-5.6/perl
12631            ! pod/perlmodlib.pod
12632           !> pod/perlmodlib.PL
12633 ____________________________________________________________________________
12634 [  9639] By: gsar                                  on 2001/04/08  18:57:31
12635         Log: on windows, many of the README.* pods were being copied to the wrong
12636              location
12637      Branch: maint-5.6/perl
12638            ! win32/Makefile win32/makefile.mk
12639 ____________________________________________________________________________
12640 [  9638] By: gsar                                  on 2001/04/08  18:38:25
12641         Log: update to latest JPL from the anoncvs repository
12642      Branch: maint-5.6/perl
12643            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
12644            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
12645            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
12646 ____________________________________________________________________________
12647 [  9637] By: jhi                                   on 2001/04/08  17:53:53
12648         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
12649      Branch: perl
12650            ! pod/perl571delta.pod
12651 ____________________________________________________________________________
12652 [  9636] By: jhi                                   on 2001/04/08  17:18:32
12653         Log: Regen toc.
12654      Branch: perl
12655            ! pod/perltoc.pod
12656 ____________________________________________________________________________
12657 [  9635] By: jhi                                   on 2001/04/08  17:16:33
12658         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
12659              From: "Craig A. Berry" <craigberry@mac.com>
12660              Date: Sun, 08 Apr 2001 12:30:16 -0500
12661              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
12662      Branch: perl
12663            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
12664 ____________________________________________________________________________
12665 [  9634] By: jhi                                   on 2001/04/08  17:09:19
12666         Log: Fix the perlmodlib generation (didn't understand separate .pod
12667              files; didn't understand -- as the name-thing separator).
12668              
12669              Update the CPAN mirrors list.
12670      Branch: perl
12671            ! pod/perlmodlib.PL pod/perlmodlib.pod
12672 ____________________________________________________________________________
12673 [  9633] By: jhi                                   on 2001/04/08  16:49:17
12674         Log: Sort MANIFEST.
12675      Branch: perl
12676            ! MANIFEST
12677 ____________________________________________________________________________
12678 [  9632] By: gsar                                  on 2001/04/08  16:36:06
12679         Log: add $Tie::RefHash::VERSION
12680      Branch: maint-5.6/perl
12681            ! lib/Tie/RefHash.pm
12682 ____________________________________________________________________________
12683 [  9631] By: jhi                                   on 2001/04/08  16:10:15
12684         Log: perl571delta updates based on p5p feedback; still needs
12685              lots of examples.
12686      Branch: perl
12687            ! pod/perl571delta.pod
12688 ____________________________________________________________________________
12689 [  9630] By: jhi                                   on 2001/04/08  15:59:13
12690         Log: Update the list of supported platforms to talk about 5.7.1
12691              (and 5.6.1)
12692      Branch: perl
12693            ! pod/perlport.pod
12694 ____________________________________________________________________________
12695 [  9629] By: jhi                                   on 2001/04/08  15:55:41
12696         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
12697              from maintperl into mainline: perlport updates.
12698      Branch: perl
12699            ! pod/perlport.pod
12700 ____________________________________________________________________________
12701 [  9628] By: jhi                                   on 2001/04/08  15:53:17
12702         Log: perlsolaris.pod copied to wrong directory.
12703      Branch: perl
12704            ! win32/makefile.mk
12705 ____________________________________________________________________________
12706 [  9627] By: jhi                                   on 2001/04/08  14:48:18
12707         Log: Subject: Typos in perl571delta.pod
12708              From: "Stephen P. Potter" <spp@spotter.yi.org>
12709              Date: Sat, 07 Apr 2001 20:37:05 -0400
12710              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
12711      Branch: perl
12712            ! pod/perl571delta.pod
12713 ____________________________________________________________________________
12714 [  9626] By: jhi                                   on 2001/04/08  14:39:04
12715         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
12716      Branch: perl
12717            ! gv.c
12718 ____________________________________________________________________________
12719 [  9625] By: nick                                  on 2001/04/08  10:14:23
12720         Log: Integrate mainline
12721      Branch: perlio
12722           +> pod/perl570delta.pod pod/perl571delta.pod
12723           !> (integrate 27 files)
12724 ____________________________________________________________________________
12725 [  9624] By: gsar                                  on 2001/04/08  06:08:17
12726         Log: test in t/pod/* were busted
12727              
12728              these tests are still not enabled in t/{harness,TEST}
12729      Branch: maint-5.6/perl
12730            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
12731            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
12732            ! t/pod/multiline_items.t t/pod/nested_items.t
12733            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
12734            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
12735 ____________________________________________________________________________
12736 [  9623] By: gsar                                  on 2001/04/08  03:37:01
12737         Log: integrate change#9470 from mainline
12738              
12739              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
12740      Branch: maint-5.6/perl
12741           !> ext/Socket/Socket.xs
12742 ____________________________________________________________________________
12743 [  9622] By: jhi                                   on 2001/04/07  22:40:47
12744         Log: Update Changes.
12745      Branch: perl
12746            ! Changes patchlevel.h
12747 ____________________________________________________________________________
12748 [  9621] By: jhi                                   on 2001/04/07  22:34:16
12749         Log: Update AUTHORS.
12750      Branch: perl
12751            ! AUTHORS
12752 ____________________________________________________________________________
12753 [  9620] By: jhi                                   on 2001/04/07  22:12:47
12754         Log: Forgot to bump the number of tests in #9164.
12755      Branch: perl
12756            ! t/op/array.t
12757 ____________________________________________________________________________
12758 [  9619] By: jhi                                   on 2001/04/07  22:09:50
12759         Log: Bump patchlevel to 5.7.1.
12760      Branch: perl
12761            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12762            ! config_h.SH patchlevel.h
12763 ____________________________________________________________________________
12764 [  9618] By: jhi                                   on 2001/04/07  22:02:41
12765         Log: Populate perl571delta.
12766      Branch: perl
12767            ! pod/perl571delta.pod
12768 ____________________________________________________________________________
12769 [  9617] By: jhi                                   on 2001/04/07  22:01:23
12770         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
12771              to forget it later; do not change patchlevel.h yet or regenerate
12772              Configure yet.
12773      Branch: perl
12774            ! epoc/config.sh win32/Makefile win32/config_H.bc
12775            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
12776 ____________________________________________________________________________
12777 [  9616] By: jhi                                   on 2001/04/07  17:46:33
12778         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
12779      Branch: perl
12780            ! pod/perl571delta.pod
12781 ____________________________________________________________________________
12782 [  9615] By: jhi                                   on 2001/04/07  17:33:21
12783         Log: Change the toc configuration.
12784      Branch: perl
12785            ! pod/buildtoc.PL pod/perl.pod
12786 ____________________________________________________________________________
12787 [  9614] By: jhi                                   on 2001/04/07  17:29:47
12788         Log: Subject: PATCH: $[
12789              From: Robin Houston <robin@kitsite.com>
12790              Date: Fri, 6 Apr 2001 18:10:14 +0100
12791              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
12792      Branch: perl
12793            ! op.c t/op/array.t
12794 ____________________________________________________________________________
12795 [  9613] By: jhi                                   on 2001/04/07  17:28:26
12796         Log: Subject: [PATCH perl@9424] isn't numeric warning
12797              From: Robin Barker <rmb1@cise.npl.co.uk>
12798              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
12799              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
12800      Branch: perl
12801            ! sv.c t/pragma/warn/sv
12802 ____________________________________________________________________________
12803 [  9612] By: jhi                                   on 2001/04/07  17:26:45
12804         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
12805              From: Mike Guy <mjtg@cam.ac.uk>
12806              Date: Fri, 06 Apr 2001 12:47:06 +0100
12807              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
12808      Branch: perl
12809            ! dump.c t/lib/peek.t
12810 ____________________________________________________________________________
12811 [  9611] By: jhi                                   on 2001/04/07  17:21:35
12812         Log: Create perl571delta and seed it off with the perldelta changes
12813              since 5.7.0; remove those changes from perldelta and rename it
12814              as perl570delta; recreate perldelta but leave it almost empty.
12815      Branch: perl
12816            + pod/perl570delta.pod pod/perl571delta.pod
12817            ! MANIFEST pod/perldelta.pod
12818 ____________________________________________________________________________
12819 [  9610] By: jhi                                   on 2001/04/07  16:56:32
12820         Log: Denit.
12821      Branch: perl
12822            ! pod/perldelta.pod
12823 ____________________________________________________________________________
12824 [  9609] By: jhi                                   on 2001/04/07  16:38:32
12825         Log: Retract #9523: needs more thought.
12826      Branch: perl
12827            ! Makefile.SH
12828 ____________________________________________________________________________
12829 [  9608] By: jhi                                   on 2001/04/07  14:59:20
12830         Log: atmark() code cleanaup.
12831      Branch: perl
12832            ! ext/IO/IO.xs
12833 ____________________________________________________________________________
12834 [  9607] By: jhi                                   on 2001/04/07  14:48:14
12835         Log: Integrate change #9605 from maintperl into mainline.
12836              
12837              can't optimize away scope entry if tr/// is present
12838      Branch: perl
12839           !> op.c t/op/tr.t
12840 ____________________________________________________________________________
12841 [  9606] By: jhi                                   on 2001/04/07  14:43:59
12842         Log: Integrate perlio.
12843      Branch: perl
12844           +> win32/FindExt.pm
12845           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
12846           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
12847 ____________________________________________________________________________
12848 [  9605] By: gsar                                  on 2001/04/07  11:52:40
12849         Log: can't optimize away scope entry if tr/// is present
12850      Branch: maint-5.6/perl
12851            ! op.c t/op/tr.t
12852 ____________________________________________________________________________
12853 [  9604] By: nick                                  on 2001/04/07  11:39:45
12854         Log: Split out extension finding code from buildext.pl into FindExt.pm
12855              Use it to get Config.pm's idea of available extensions in line
12856              with what is built.
12857      Branch: perlio
12858            + win32/FindExt.pm
12859            ! MANIFEST win32/buildext.pl win32/config_sh.PL
12860            ! win32/makefile.mk
12861 ____________________________________________________________________________
12862 [  9603] By: nick                                  on 2001/04/07  09:11:38
12863         Log: Cleanup correction for failed :Via() layer, also set an error code.
12864      Branch: perlio
12865            ! ext/PerlIO/Via/Via.xs
12866 ____________________________________________________________________________
12867 [  9602] By: nick                                  on 2001/04/07  08:38:04
12868         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
12869              style. So don't use binmode() on the handles so that Win32 etc. see
12870              same sequence and produce same digests.
12871      Branch: perlio
12872            ! t/lib/md5-file.t
12873 ____________________________________________________________________________
12874 [  9601] By: nick                                  on 2001/04/07  08:36:26
12875         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
12876              Else it complains and so crlf layer (say) does not get pushed.
12877      Branch: perlio
12878            ! perlio.c
12879 ____________________________________________________________________________
12880 [  9600] By: jhi                                   on 2001/04/06  23:00:09
12881         Log: Integrate change #9599 from perlio into mainline.
12882      Branch: perl
12883           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
12884           !> win32/config_H.vc
12885 ____________________________________________________________________________
12886 [  9599] By: nick                                  on 2001/04/06  21:42:43
12887         Log: Quote $VERSION in Encode.pm.
12888              regen_config_h as requested.
12889      Branch: perlio
12890            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
12891            ! win32/config_H.vc
12892 ____________________________________________________________________________
12893 [  9598] By: nick                                  on 2001/04/06  20:34:59
12894         Log: Integrate mainline
12895      Branch: perlio
12896           +> README.macos
12897           !> (integrate 39 files)
12898 ____________________________________________________________________________
12899 [  9597] By: gsar                                  on 2001/04/06  18:06:35
12900         Log: integrate change#9464 from mainline (addendum to change#8313)
12901              
12902              Subject: [PATCH @9452] Better peep()ing for foreach() loops
12903      Branch: maint-5.6/perl
12904           !> op.c
12905 ____________________________________________________________________________
12906 [  9596] By: jhi                                   on 2001/04/06  17:26:03
12907         Log: The d_casti32=undef is good for you even when not use64bitall.
12908      Branch: perl
12909            ! hints/hpux.sh
12910 ____________________________________________________________________________
12911 [  9595] By: gsar                                  on 2001/04/06  14:57:17
12912         Log: add a low-impact fix to accomodate darwin-ism
12913      Branch: maint-5.6/perl
12914            ! ext/Errno/Errno_pm.PL
12915 ____________________________________________________________________________
12916 [  9594] By: jhi                                   on 2001/04/06  14:55:14
12917         Log: Integrate changes #9528,9593 from mainline into maintperl;
12918              tweaking the editor/IDE/shell list.
12919      Branch: maint-5.6/perl
12920           !> pod/perlfaq3.pod
12921 ____________________________________________________________________________
12922 [  9593] By: jhi                                   on 2001/04/06  14:51:39
12923         Log: Make the editor/IDE/shell list a little bit airier.
12924      Branch: perl
12925            ! pod/perlfaq3.pod
12926 ____________________________________________________________________________
12927 [  9592] By: gsar                                  on 2001/04/06  14:45:18
12928         Log: integrate change#9477 from mainline (base.pm doc tweak)
12929              
12930              missing doc entry for fmod()
12931      Branch: maint-5.6/perl
12932            ! lib/Math/BigFloat.pm
12933           !> lib/base.pm
12934 ____________________________________________________________________________
12935 [  9591] By: jhi                                   on 2001/04/06  13:55:48
12936         Log: Regen toc.
12937      Branch: perl
12938            ! pod/perltoc.pod
12939 ____________________________________________________________________________
12940 [  9590] By: jhi                                   on 2001/04/06  13:54:52
12941         Log: Math::BigFloat patches from John Peacock.  The equivalent
12942              of #9586 from maintperl but reworked by John to work with
12943              the bleadperl.
12944      Branch: perl
12945            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12946 ____________________________________________________________________________
12947 [  9589] By: jhi                                   on 2001/04/06  13:42:23
12948         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
12949      Branch: perl
12950            ! ext/Digest/MD5/Makefile.PL
12951 ____________________________________________________________________________
12952 [  9588] By: jhi                                   on 2001/04/06  13:31:45
12953         Log: Integrate changes #9584,9587 from maintperl into mainline.
12954              
12955              keep eval"" CVs alive until the end of the statement in which
12956              they're called
12957              
12958              add README.macos (from Chris Nandor)
12959              
12960              tyop in change#9555
12961      Branch: perl
12962           +> README.macos
12963           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
12964           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
12965           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
12966           !> win32/makefile.mk
12967 ____________________________________________________________________________
12968 [  9587] By: gsar                                  on 2001/04/06  07:31:30
12969         Log: add README.macos (from Chris Nandor)
12970              
12971              tyop in change#9555
12972      Branch: maint-5.6/perl
12973            + README.macos
12974            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
12975            ! win32/Makefile win32/makefile.mk
12976 ____________________________________________________________________________
12977 [  9586] By: gsar                                  on 2001/04/06  07:08:54
12978         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
12979      Branch: maint-5.6/perl
12980            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12981 ____________________________________________________________________________
12982 [  9585] By: gsar                                  on 2001/04/06  06:58:44
12983         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
12984              from mainline
12985              
12986              Subject: [PATCH] Base64 update to perlfaq9.pod
12987              
12988              Subject: [PATCH AUTHORS] Housekeeping
12989              
12990              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
12991              Mac OS X (Darwin) has extra pwent fields.
12992              
12993              Subject: [PATCH B::*] print control-character vars readably
12994              Needs EBCDICification.
12995              
12996              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
12997              
12998              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
12999              
13000              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
13001              
13002              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
13003              
13004              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
13005              
13006              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
13007              
13008              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
13009              
13010              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
13011              
13012              FreeBSD hints tweak from Anton Berezin.
13013              
13014              Subject: [PATCH foolperl & bleadperl] README.vms update
13015              
13016              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
13017      Branch: maint-5.6/perl
13018           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
13019           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
13020           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
13021 ____________________________________________________________________________
13022 [  9584] By: gsar                                  on 2001/04/06  04:09:00
13023         Log: keep eval"" CVs alive until the end of the statement in which
13024              they're called; this avoids a coredump ensuing from search for
13025              lexicals in code such as:
13026              
13027              sub bug {
13028              my $s = @_;
13029              eval q[sub { eval 'sub { &$s }' }];
13030              }
13031              bug("x")->()->();
13032              
13033              this code still doesn't work as intended (as it has remained
13034              since time immemorial), but it doesn't provoke a coredump anymore
13035      Branch: maint-5.6/perl
13036            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13037            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
13038 ____________________________________________________________________________
13039 [  9583] By: jhi                                   on 2001/04/05  23:52:51
13040         Log: Update Changes.
13041      Branch: perl
13042            ! Changes patchlevel.h
13043 ____________________________________________________________________________
13044 [  9582] By: jhi                                   on 2001/04/05  23:11:23
13045         Log: Slight doc tweak.
13046      Branch: perl
13047            ! pod/perlunicode.pod
13048 ____________________________________________________________________________
13049 [  9581] By: jhi                                   on 2001/04/05  23:04:11
13050         Log: Integrate perlio.
13051      Branch: perl
13052           !> pod/perlunicode.pod
13053 ____________________________________________________________________________
13054 [  9580] By: jhi                                   on 2001/04/05  23:03:29
13055         Log: Test for #9579.
13056      Branch: perl
13057            ! t/op/do.t
13058 ____________________________________________________________________________
13059 [  9579] By: jhi                                   on 2001/04/05  22:54:17
13060         Log: Subject: [PATCH] Propagate calling context for do '...'
13061              From: Gisle Aas <gisle@ActiveState.com>
13062              Date: 04 Apr 2001 20:17:29 -0700
13063              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
13064      Branch: perl
13065            ! pod/perlfunc.pod pp_ctl.c
13066 ____________________________________________________________________________
13067 [  9578] By: jhi                                   on 2001/04/05  22:52:51
13068         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
13069              From: Peter Prymmer <pvhp@forte.com>
13070              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
13071              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
13072      Branch: perl
13073            ! README.vms
13074 ____________________________________________________________________________
13075 [  9577] By: jhi                                   on 2001/04/05  22:48:22
13076         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
13077              From: "Craig A. Berry" <craigberry@mac.com>
13078              Date: Thu, 5 Apr 2001 13:43:28 -0500
13079              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
13080      Branch: perl
13081            ! README.vms
13082 ____________________________________________________________________________
13083 [  9576] By: jhi                                   on 2001/04/05  22:31:38
13084         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
13085              From: Michael G Schwern <schwern@pobox.com>
13086              Date: Thu, 5 Apr 2001 21:53:21 +0100
13087              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
13088      Branch: perl
13089            ! lib/base.pm t/lib/fields.t
13090 ____________________________________________________________________________
13091 [  9575] By: jhi                                   on 2001/04/05  22:26:10
13092         Log: FreeBSD hints tweak from Anton Berezin.
13093      Branch: perl
13094            ! hints/freebsd.sh
13095 ____________________________________________________________________________
13096 [  9574] By: jhi                                   on 2001/04/05  22:24:03
13097         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
13098              From: David Dyck <dcd@tc.fluke.com>
13099              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
13100              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
13101      Branch: perl
13102            ! t/op/oct.t
13103 ____________________________________________________________________________
13104 [  9573] By: jhi                                   on 2001/04/05  22:23:06
13105         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
13106              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
13107              From: David Dyck <dcd@tc.fluke.com>
13108              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
13109      Branch: perl
13110            ! pp.c
13111 ____________________________________________________________________________
13112 [  9572] By: jhi                                   on 2001/04/05  22:14:47
13113         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
13114              From: Robin Houston <robin@kitsite.com>
13115              Date: Thu, 5 Apr 2001 20:56:48 +0100
13116              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
13117      Branch: perl
13118            ! ext/B/B/Deparse.pm
13119 ____________________________________________________________________________
13120 [  9571] By: jhi                                   on 2001/04/05  22:12:53
13121         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
13122              From: Robin Houston <robin@kitsite.com>
13123              Date: Thu, 5 Apr 2001 19:55:51 +0100
13124              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
13125      Branch: perl
13126            ! ext/B/B/Deparse.pm
13127 ____________________________________________________________________________
13128 [  9570] By: jhi                                   on 2001/04/05  22:11:06
13129         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
13130              From: Robin Houston <robin@kitsite.com>
13131              Date: Thu, 5 Apr 2001 20:16:29 +0100
13132              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
13133      Branch: perl
13134            ! ext/B/B/Deparse.pm
13135 ____________________________________________________________________________
13136 [  9569] By: nick                                  on 2001/04/05  21:32:26
13137         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
13138      Branch: perlio
13139            ! pod/perlunicode.pod
13140 ____________________________________________________________________________
13141 [  9568] By: nick                                  on 2001/04/05  19:38:09
13142         Log: Integrate mainline
13143      Branch: perlio
13144           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
13145           !> (integrate 35 files)
13146 ____________________________________________________________________________
13147 [  9567] By: jhi                                   on 2001/04/05  18:31:45
13148         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
13149              From: Robin Houston <robin@kitsite.com>
13150              Date: Thu, 5 Apr 2001 18:03:23 +0100
13151              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
13152      Branch: perl
13153            ! ext/B/B/Deparse.pm
13154 ____________________________________________________________________________
13155 [  9566] By: jhi                                   on 2001/04/05  18:29:35
13156         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
13157              From: Robin Houston <robin@kitsite.com>
13158              Date: Thu, 5 Apr 2001 16:45:18 +0100
13159              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
13160      Branch: perl
13161            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
13162 ____________________________________________________________________________
13163 [  9565] By: jhi                                   on 2001/04/05  18:24:23
13164         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
13165              From: Robin Houston <robin@kitsite.com>
13166              Date: Thu, 5 Apr 2001 14:50:09 +0100
13167              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
13168      Branch: perl
13169            ! ext/B/B/Deparse.pm
13170 ____________________________________________________________________________
13171 [  9564] By: jhi                                   on 2001/04/05  18:23:03
13172         Log: Subject: [PATCH B::*] print control-character vars readably
13173              From: Robin Houston <robin@kitsite.com>
13174              Date: Thu, 5 Apr 2001 14:27:38 +0100
13175              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
13176              
13177              Needs EBCDICification.
13178      Branch: perl
13179            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
13180            ! ext/B/B/Terse.pm
13181 ____________________________________________________________________________
13182 [  9563] By: jhi                                   on 2001/04/05  18:20:32
13183         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
13184              Date: Thu, 5 Apr 2001 13:21:42 -0400
13185              From: Paul Schinder <schinder@pobox.com>
13186              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
13187              
13188              Mac OS X (Darwin) has extra pwent fields.
13189      Branch: perl
13190            ! t/op/pwent.t
13191 ____________________________________________________________________________
13192 [  9562] By: jhi                                   on 2001/04/05  17:57:51
13193         Log: Regen toc.
13194      Branch: perl
13195            ! pod/perltoc.pod
13196 ____________________________________________________________________________
13197 [  9561] By: jhi                                   on 2001/04/05  17:47:33
13198         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
13199      Branch: metaconfig
13200            ! U/Glossary.patch
13201      Branch: metaconfig/U/perl
13202            + d_u32align.U
13203            ! d_cmsghdr_s.U d_msghdr_s.U
13204 ____________________________________________________________________________
13205 [  9560] By: jhi                                   on 2001/04/05  17:47:01
13206         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
13207              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
13208              Introduce probes for struct msghdr, struct cmsghdr,
13209              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
13210              ualarm, usleep, for possible later extension work.
13211      Branch: perl
13212            + t/lib/md5-align.t
13213            ! Configure MANIFEST Porting/Glossary Porting/config.sh
13214            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13215            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
13216            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13217            ! vos/config.ga.h win32/config.bc win32/config.gc
13218            ! win32/config.vc
13219 ____________________________________________________________________________
13220 [  9559] By: jhi                                   on 2001/04/05  13:03:04
13221         Log: Be traditional in your cpp (for the Errno extension).
13222      Branch: perl
13223            ! hints/darwin.sh
13224 ____________________________________________________________________________
13225 [  9558] By: jhi                                   on 2001/04/05  13:00:05
13226         Log: Add $Config{cppflags} to the gcc incantation.
13227      Branch: perl
13228            ! ext/Errno/Errno_pm.PL
13229 ____________________________________________________________________________
13230 [  9557] By: jhi                                   on 2001/04/05  04:22:39
13231         Log: Introduce Sean Burke's Class::ISA 0.32.
13232      Branch: perl
13233            + lib/Class/ISA.pm t/lib/class-isa.t
13234            ! MANIFEST
13235 ____________________________________________________________________________
13236 [  9556] By: jhi                                   on 2001/04/05  04:09:50
13237         Log: Subject: [PATCH AUTHORS] Housekeeping
13238              From: Paul Johnson <paul@pjcj.net> 
13239              Date: Wed, 4 Apr 2001 22:45:47 +0200
13240              Message-ID: <20010404224547.D9548@pjcj.net>
13241      Branch: perl
13242            ! AUTHORS
13243 ____________________________________________________________________________
13244 [  9555] By: jhi                                   on 2001/04/05  04:06:33
13245         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
13246              From: Gisle Aas <gisle@ActiveState.com>
13247              Date: 04 Apr 2001 14:23:04 -0700
13248              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
13249      Branch: perl
13250            ! pod/perlfaq9.pod
13251 ____________________________________________________________________________
13252 [  9554] By: jhi                                   on 2001/04/05  04:05:49
13253         Log: Downgrade also the "Wide character" diagnostic.
13254      Branch: perl
13255            ! pod/perldiag.pod
13256 ____________________________________________________________________________
13257 [  9553] By: jhi                                   on 2001/04/05  04:00:33
13258         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
13259              maintperl into mainline.
13260              
13261              "double" should be "NV"; standard typemap is missing entry
13262              for NV
13263              
13264              s/djSP/dSP/
13265              
13266              Downgrade "Wide character in print" to a warning.
13267              
13268              B::Deparse fix for ${^FOO} and documentation for PVX() method
13269              (from Robin Houston)
13270              
13271              tr/// doesn't null-terminate the result in some situations
13272              (from Gisle Aas)
13273      Branch: perl
13274           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
13275           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
13276           !> t/io/utf8.t t/op/tr.t
13277 ____________________________________________________________________________
13278 [  9552] By: jhi                                   on 2001/04/05  03:52:50
13279         Log: Retract changes #9542 and #9538 (from maintperl, integrated
13280              at #9540), shouldn't be needed because of the perlio changes.
13281      Branch: perl
13282            ! util.c
13283 ____________________________________________________________________________
13284 [  9551] By: gsar                                  on 2001/04/05  00:18:34
13285         Log: tr/// doesn't null-terminate the result in some situations
13286              (from Gisle Aas)
13287      Branch: maint-5.6/perl
13288            ! doop.c t/op/tr.t
13289 ____________________________________________________________________________
13290 [  9550] By: gsar                                  on 2001/04/04  20:04:17
13291         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
13292              (from Robin Houston)
13293      Branch: maint-5.6/perl
13294            ! ext/B/B.pm ext/B/B/Deparse.pm
13295 ____________________________________________________________________________
13296 [  9549] By: nick                                  on 2001/04/04  18:56:15
13297         Log: Downgrade "Wide character in print" to a warning.
13298      Branch: perlio
13299            ! doio.c t/io/utf8.t
13300 ____________________________________________________________________________
13301 [  9548] By: gsar                                  on 2001/04/04  18:51:49
13302         Log: integrate changes#9460,9462,9482,9521,9522
13303              
13304              Subject: PATCH: B::Debug should show LOOP-specific fields
13305              
13306              Subject: B::Deparse precedence bug. (Patch included.)
13307              
13308              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
13309              
13310              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
13311              
13312              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
13313      Branch: maint-5.6/perl
13314           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
13315           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
13316 ____________________________________________________________________________
13317 [  9547] By: gsar                                  on 2001/04/04  18:49:16
13318         Log: s/djSP/dSP/
13319      Branch: maint-5.6/perl
13320            ! ext/Thread/Thread.xs
13321 ____________________________________________________________________________
13322 [  9546] By: nick                                  on 2001/04/04  18:44:00
13323         Log: Integrate mainline.
13324      Branch: perlio
13325           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
13326           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
13327 ____________________________________________________________________________
13328 [  9545] By: gsar                                  on 2001/04/04  18:38:52
13329         Log: integrate change#8837 from mainline
13330              
13331              Subject: [patch] -Wall cleanup round 2
13332      Branch: maint-5.6/perl
13333           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
13334           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
13335           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
13336           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13337           !> ext/SDBM_File/SDBM_File.xs
13338 ____________________________________________________________________________
13339 [  9544] By: gsar                                  on 2001/04/04  17:49:57
13340         Log: "double" should be "NV"; standard typemap is missing entry
13341              for NV
13342      Branch: maint-5.6/perl
13343            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
13344 ____________________________________________________________________________
13345 [  9543] By: jhi                                   on 2001/04/04  14:13:18
13346         Log: Thou shalt not (just) match for English error messages.
13347      Branch: perl
13348            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
13349            ! os2/OS2/Process/Process.pm
13350 ____________________________________________________________________________
13351 [  9542] By: jhi                                   on 2001/04/04  13:20:39
13352         Log: Make the stdio tricks of fflush_all() to exist only if
13353              stdio is being used.
13354      Branch: perl
13355            ! util.c
13356 ____________________________________________________________________________
13357 [  9541] By: jhi                                   on 2001/04/04  04:20:24
13358         Log: Subject: Re: [PATCH] Lighten up glob
13359              From: Benjamin Sugars <bsugars@canoe.ca>
13360              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
13361              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
13362      Branch: perl
13363            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
13364            ! util.c
13365 ____________________________________________________________________________
13366 [  9540] By: jhi                                   on 2001/04/04  04:03:57
13367         Log: Integrate changes #9538,9539 from maintperl into mainline.
13368              
13369              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
13370              for use with _fwalk() (fix for change#7705)
13371              
13372              another tweak needed for SunOS 4.1.x build (from Mike Guy)
13373              (cp -f is not portable)
13374      Branch: perl
13375           !> Makefile.SH util.c
13376 ____________________________________________________________________________
13377 [  9539] By: gsar                                  on 2001/04/04  03:01:14
13378         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
13379      Branch: maint-5.6/perl
13380            ! Makefile.SH
13381 ____________________________________________________________________________
13382 [  9538] By: gsar                                  on 2001/04/04  01:00:38
13383         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
13384              for use with _fwalk() (fix for change#7705)
13385      Branch: maint-5.6/perl
13386            ! util.c
13387 ____________________________________________________________________________
13388 [  9537] By: nick                                  on 2001/04/03  19:24:55
13389         Log: Integrate mainline
13390      Branch: perlio
13391           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
13392           +> lib/unicode/PropList.html
13393            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
13394           !> (integrate 69 files)
13395 ____________________________________________________________________________
13396 [  9536] By: jhi                                   on 2001/04/03  18:02:31
13397         Log: Integrate change #9533 from maintperl into mainline.
13398              
13399              better fix for change#9517 to accomodate UNC paths like
13400              \\server\share\foo, and paths with trailing backslash
13401              like c:\this\
13402      Branch: perl
13403           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
13404 ____________________________________________________________________________
13405 [  9535] By: jhi                                   on 2001/04/03  17:58:07
13406         Log: Change the push/unshift warning to be of class syntax, not misc.
13407      Branch: perl
13408            ! op.c pod/perldiag.pod t/pragma/warn/op
13409 ____________________________________________________________________________
13410 [  9534] By: jhi                                   on 2001/04/03  15:03:46
13411         Log: Change the push/unshift warning (#9532) to talk about "no values"
13412              instead of "no arguments".
13413      Branch: perl
13414            ! op.c pod/perldiag.pod t/pragma/warn/op
13415 ____________________________________________________________________________
13416 [  9533] By: gsar                                  on 2001/04/03  14:30:07
13417         Log: better fix for change#9517 to accomodate UNC paths like
13418              \\server\share\foo, and paths with trailing backslash
13419              like c:\this\
13420      Branch: maint-5.6/perl
13421            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
13422 ____________________________________________________________________________
13423 [  9532] By: jhi                                   on 2001/04/03  13:11:46
13424         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
13425              From: Robin Houston <robin@kitsite.com>
13426              Date: Mon, 2 Apr 2001 15:03:29 +0100
13427              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
13428      Branch: perl
13429            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
13430 ____________________________________________________________________________
13431 [  9531] By: jhi                                   on 2001/04/03  13:06:34
13432         Log: Integrate change #9530 from maintperl into mainline.
13433              
13434              accomodate VMS "mailbox overflow" quirk in testsuite (from
13435              Craig Berry)
13436      Branch: perl
13437           !> t/lib/socket.t
13438 ____________________________________________________________________________
13439 [  9530] By: gsar                                  on 2001/04/03  04:56:41
13440         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
13441              Craig Berry)
13442      Branch: maint-5.6/perl
13443            ! t/lib/socket.t
13444 ____________________________________________________________________________
13445 [  9529] By: jhi                                   on 2001/04/03  02:34:34
13446         Log: Update Changes.
13447      Branch: perl
13448            ! Changes patchlevel.h
13449 ____________________________________________________________________________
13450 [  9528] By: jhi                                   on 2001/04/03  01:27:57
13451         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
13452              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
13453              To: perl5-porters@perl.org
13454              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
13455      Branch: perl
13456            ! pod/perlfaq3.pod
13457 ____________________________________________________________________________
13458 [  9527] By: jhi                                   on 2001/04/03  01:22:09
13459         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
13460              From: Peter Prymmer <pvhp@forte.com>
13461              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
13462              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
13463      Branch: perl
13464            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
13465 ____________________________________________________________________________
13466 [  9526] By: jhi                                   on 2001/04/03  01:18:25
13467         Log: The metaconfig unit changes for #9525.
13468      Branch: metaconfig
13469            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
13470      Branch: metaconfig/U/perl
13471            ! use64bits.U
13472 ____________________________________________________________________________
13473 [  9525] By: jhi                                   on 2001/04/03  01:17:30
13474         Log: Configure sanity checks:
13475              * if use64bitall is attempted but pointers are only 32-bit,
13476              'downgrade' to use64bitint
13477              * if use64bitint is attempted but there's no quad type,
13478              forget about use64bitint (well, the default for it is 'n',
13479              the user can still override this)
13480              * if pointers are 64 bits, do not try to use Perl's malloc
13481      Branch: perl
13482            ! Configure
13483 ____________________________________________________________________________
13484 [  9524] By: gsar                                  on 2001/04/03  01:09:12
13485         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
13486      Branch: maint-5.6/perl
13487            ! pp_sys.c
13488 ____________________________________________________________________________
13489 [  9523] By: jhi                                   on 2001/04/03  00:02:31
13490         Log: (Retracted by #9609)
13491              
13492              Make it harder for parallel makes to enter 'test' before
13493              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
13494              should be unhappy enough, but sometimes parallel makes seem
13495              to sneak past both in Tru64 and AIX.)
13496      Branch: perl
13497            ! Makefile.SH
13498 ____________________________________________________________________________
13499 [  9522] By: jhi                                   on 2001/04/02  22:35:31
13500         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
13501              Date: Mon, 2 Apr 2001 22:54:10 +0100
13502              From: Robin Houston <robin@kitsite.com>
13503              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
13504      Branch: perl
13505            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
13506 ____________________________________________________________________________
13507 [  9521] By: jhi                                   on 2001/04/02  22:32:23
13508         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
13509              From: Robin Houston <robin@kitsite.com>
13510              Date: Mon, 2 Apr 2001 20:24:03 +0100
13511              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
13512      Branch: perl
13513            ! ext/B/B/Concise.pm
13514 ____________________________________________________________________________
13515 [  9520] By: jhi                                   on 2001/04/02  22:30:43
13516         Log: Subject: [PATCH] REALLY pedantic hv.h nit
13517              From: Simon Cozens <simon@netthink.co.uk>
13518              Date: Mon, 2 Apr 2001 15:43:06 +0100
13519              Message-ID: <20010402154306.A21711@netthink.co.uk>
13520      Branch: perl
13521            ! hv.h
13522 ____________________________________________________________________________
13523 [  9519] By: jhi                                   on 2001/04/02  22:28:04
13524         Log: Based on
13525              
13526              Subject: [foolperl] EPOC fix
13527              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13528              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
13529              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
13530      Branch: perl
13531            ! pp_sys.c
13532 ____________________________________________________________________________
13533 [  9518] By: jhi                                   on 2001/04/02  22:22:34
13534         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
13535              
13536              README.win32 tweaks; add a note about alternative location for
13537              getting a gcc-2.95.2 that will build perl properly on windows
13538              
13539              add some notes about gutsy threading matters
13540              
13541              many of the utilities interpolate literal paths within doublequotes
13542              (fails on dosish platforms where path contains backslashes)
13543      Branch: perl
13544           !> README.win32 pod/perlguts.pod utils/perldoc.PL
13545           !> x2p/find2perl.PL x2p/s2p.PL
13546 ____________________________________________________________________________
13547 [  9517] By: gsar                                  on 2001/04/02  19:52:21
13548         Log: many of the utilities interpolate literal paths within doublequotes
13549              (fails on dosish platforms where path contains backslashes)
13550      Branch: maint-5.6/perl
13551            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
13552 ____________________________________________________________________________
13553 [  9516] By: gsar                                  on 2001/04/02  05:49:37
13554         Log: a foolish release
13555      Branch: maint-5.6/perl
13556            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
13557            ! pod/perltoc.pod
13558 ____________________________________________________________________________
13559 [  9515] By: gsar                                  on 2001/04/02  05:04:29
13560         Log: add missing changelog summaries
13561      Branch: maint-5.6/perl
13562            ! Changes
13563 ____________________________________________________________________________
13564 [  9514] By: gsar                                  on 2001/04/02  04:07:13
13565         Log: add some notes about gutsy threading matters
13566      Branch: maint-5.6/perl
13567            ! pod/perlguts.pod
13568 ____________________________________________________________________________
13569 [  9513] By: gsar                                  on 2001/04/02  03:25:21
13570         Log: add more prominent caveat notices about experimental features
13571      Branch: maint-5.6/perl
13572            ! pod/perlfork.pod pod/perlunicode.pod
13573 ____________________________________________________________________________
13574 [  9512] By: gsar                                  on 2001/04/02  02:54:33
13575         Log: integrate changes#9479,9509 from mainline
13576              
13577              [PATCH] File::Glob stuff for Mac OS
13578              
13579              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
13580      Branch: maint-5.6/perl
13581           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
13582           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
13583           !> t/lib/glob-taint.t
13584 ____________________________________________________________________________
13585 [  9511] By: gsar                                  on 2001/04/02  02:38:24
13586         Log: README.win32 tweaks; add a note about alternative location for
13587              getting a gcc-2.95.2 that will build perl properly on windows
13588      Branch: maint-5.6/perl
13589            ! README.win32
13590 ____________________________________________________________________________
13591 [  9510] By: jhi                                   on 2001/04/01  20:45:10
13592         Log: An ambiguosity warning.
13593      Branch: perl
13594            ! t/lib/trig.t
13595 ____________________________________________________________________________
13596 [  9509] By: jhi                                   on 2001/04/01  19:53:47
13597         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
13598              From: Jonathan Stowe <gellyfish@gellyfish.com>
13599              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
13600              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
13601      Branch: perl
13602            ! ext/File/Glob/bsd_glob.c
13603 ____________________________________________________________________________
13604 [  9508] By: jhi                                   on 2001/04/01  19:35:03
13605         Log: Update Changes.
13606      Branch: perl
13607            ! Changes patchlevel.h
13608 ____________________________________________________________________________
13609 [  9507] By: jhi                                   on 2001/04/01  19:24:01
13610         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
13611              from mainline to maintperl: pod tweaks.
13612      Branch: maint-5.6/perl
13613           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
13614           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
13615           !> pod/perlvar.pod
13616 ____________________________________________________________________________
13617 [  9506] By: jhi                                   on 2001/04/01  19:11:53
13618         Log: Commit Sarathy to April release of 5.6.1 :-)
13619      Branch: perl
13620            ! pod/perlfaq1.pod
13621 ____________________________________________________________________________
13622 [  9505] By: jhi                                   on 2001/04/01  19:03:15
13623         Log: Subject: PATCH 5.6.0 (perldebug.pod)
13624              From: Mark-Jason Dominus <mjd@plover.com>
13625              Date: Sun, 01 Apr 2001 14:25:11 -0400
13626              Message-ID: <20010401182511.9247.qmail@plover.com>
13627      Branch: perl
13628            ! pod/perldebug.pod
13629 ____________________________________________________________________________
13630 [  9504] By: jhi                                   on 2001/04/01  18:43:09
13631         Log: Add great_circle_direction().
13632      Branch: perl
13633            ! lib/Math/Trig.pm t/lib/trig.t
13634 ____________________________________________________________________________
13635 [  9503] By: jhi                                   on 2001/04/01  17:29:12
13636         Log: Unicode ReadMe update for Unicode 3.1.
13637      Branch: perl
13638            ! lib/unicode/ReadMe.txt
13639 ____________________________________________________________________________
13640 [  9502] By: jhi                                   on 2001/04/01  17:18:40
13641         Log: Integrate change #9501 from maintperl into mainline.
13642              
13643              fix the perlembed notes on multiple interpreters
13644              
13645              fix ExtUtils::Embed to work passably on Windows
13646      Branch: perl
13647           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
13648 ____________________________________________________________________________
13649 [  9501] By: gsar                                  on 2001/04/01  07:21:57
13650         Log: fix the perlembed notes on multiple interpreters
13651              
13652              fix ExtUtils::Embed to work passably on Windows
13653      Branch: maint-5.6/perl
13654            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
13655 ____________________________________________________________________________
13656 [  9500] By: jhi                                   on 2001/04/01  05:58:23
13657         Log: Test for #9499.
13658      Branch: perl
13659            ! t/op/tr.t
13660 ____________________________________________________________________________
13661 [  9499] By: jhi                                   on 2001/04/01  05:55:46
13662         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
13663      Branch: perl
13664            ! embed.h embed.pl op.c proto.h
13665 ____________________________________________________________________________
13666 [  9498] By: jhi                                   on 2001/04/01  05:44:34
13667         Log: Protect the workaround hunk more.
13668      Branch: perl
13669            ! toke.c
13670 ____________________________________________________________________________
13671 [  9497] By: jhi                                   on 2001/04/01  00:24:25
13672         Log: Integrate changes #9493,9494,9495,9496 from maintperl
13673              into mainline.
13674              
13675              fix a broken workaround for Borland compiler in change#4739
13676              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
13677              
13678              nits spotted by Borland compiler
13679              
13680              avoid redefinition warnings under Borland 5.02
13681              
13682              various nits identified by the Borland 5.5 compiler; remove suppression
13683              of a few warnings
13684      Branch: perl
13685           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
13686           !> win32/win32.h
13687 ____________________________________________________________________________
13688 [  9496] By: gsar                                  on 2001/03/31  23:22:28
13689         Log: various nits identified by the Borland 5.5 compiler; remove suppression
13690              of a few warnings
13691      Branch: maint-5.6/perl
13692            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
13693 ____________________________________________________________________________
13694 [  9495] By: gsar                                  on 2001/03/31  21:03:08
13695         Log: avoid redefinition warnings under Borland 5.02
13696      Branch: maint-5.6/perl
13697            ! win32/makefile.mk
13698 ____________________________________________________________________________
13699 [  9494] By: gsar                                  on 2001/03/31  20:18:59
13700         Log: nits spotted by Borland compiler
13701      Branch: maint-5.6/perl
13702            ! utf8.h win32/win32.h
13703 ____________________________________________________________________________
13704 [  9493] By: gsar                                  on 2001/03/31  20:18:05
13705         Log: fix a broken workaround for Borland compiler in change#4739
13706              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
13707      Branch: maint-5.6/perl
13708            ! toke.c
13709 ____________________________________________________________________________
13710 [  9492] By: jhi                                   on 2001/03/31  18:36:24
13711         Log: Integrate change #9491 from maintperl into mainline.
13712              
13713              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
13714              directory is relative (need to fetch the full path name *before*
13715              the chdir!)
13716      Branch: perl
13717           !> lib/Cwd.pm
13718 ____________________________________________________________________________
13719 [  9491] By: gsar                                  on 2001/03/31  17:01:56
13720         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
13721              directory is relative (need to fetch the full path name *before*
13722              the chdir!)
13723              
13724              this is a followup patch for change#6749
13725      Branch: maint-5.6/perl
13726            ! lib/Cwd.pm
13727 ____________________________________________________________________________
13728 [  9490] By: jhi                                   on 2001/03/31  15:50:18
13729         Log: Subject: Re: [PATCH] av.h cosmetics
13730              From: Simon Cozens <simon@netthink.co.uk>
13731              Date: Sat, 31 Mar 2001 13:09:59 +0100
13732              Message-ID: <20010331130959.A22000@netthink.co.uk>
13733              
13734              Document AvALLOC.
13735      Branch: perl
13736            ! pod/perlguts.pod
13737 ____________________________________________________________________________
13738 [  9489] By: jhi                                   on 2001/03/31  15:48:44
13739         Log: Subject: [PATCH] Re: Math::Big* v1.21
13740              From: Tels <perl_dummy@bloodgate.com>
13741              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
13742              Message-Id: <200103311125.GAA377738@www08.hway.net>
13743      Branch: perl
13744            ! pod/perlop.pod
13745 ____________________________________________________________________________
13746 [  9488] By: jhi                                   on 2001/03/31  03:39:51
13747         Log: Debug output tweak.
13748      Branch: perl
13749            ! t/lib/cwd.t
13750 ____________________________________________________________________________
13751 [  9487] By: jhi                                   on 2001/03/31  03:33:02
13752         Log: OverVMSification.
13753      Branch: perl
13754            ! t/lib/cwd.t
13755 ____________________________________________________________________________
13756 [  9486] By: jhi                                   on 2001/03/31  03:01:40
13757         Log: Missed MANIFESTations in #9483.
13758      Branch: perl
13759            ! MANIFEST
13760 ____________________________________________________________________________
13761 [  9485] By: jhi                                   on 2001/03/31  02:58:17
13762         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
13763              From: Peter Prymmer <pvhp@forte.com>
13764              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
13765              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
13766      Branch: perl
13767            ! regexec.c t/lib/cwd.t
13768 ____________________________________________________________________________
13769 [  9484] By: jhi                                   on 2001/03/31  01:04:41
13770         Log: Obsolete file (see #3938)
13771      Branch: perl
13772            - lib/unicode/README.Ethiopic
13773            ! MANIFEST
13774 ____________________________________________________________________________
13775 [  9483] By: jhi                                   on 2001/03/31  00:52:42
13776         Log: Update to Unicode 3.1.
13777              (Rename Names.txt to NamesList.txt.)
13778      Branch: perl
13779            + lib/unicode/NamesList.txt lib/unicode/PropList.html
13780            - lib/unicode/Names.txt
13781            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
13782            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
13783            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
13784            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
13785            ! lib/unicode/UCD.html lib/unicode/Unicode.html
13786            ! lib/unicode/rename lib/unicode/version
13787 ____________________________________________________________________________
13788 [  9482] By: jhi                                   on 2001/03/30  23:33:44
13789         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
13790              From: Robin Houston <robin@kitsite.com>
13791              Date: Fri, 30 Mar 2001 20:07:22 +0100
13792              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
13793      Branch: perl
13794            ! ext/B/B/Deparse.pm
13795 ____________________________________________________________________________
13796 [  9481] By: jhi                                   on 2001/03/30  23:20:25
13797         Log: Subject: Re: [PATCH] CwdXS, Take 2
13798              From: Benjamin Sugars <bsugars@canoe.ca>
13799              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
13800              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
13801      Branch: perl
13802            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
13803            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
13804 ____________________________________________________________________________
13805 [  9480] By: jhi                                   on 2001/03/30  22:52:38
13806         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
13807              From: David Dyck <dcd@tc.fluke.com>
13808              Date: Fri, 30 Mar 2001 14:44:13 -0800
13809              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
13810              
13811              The t/rantests flags file creation was accidentally
13812              removed by #9217.
13813      Branch: perl
13814            ! Makefile.SH
13815 ____________________________________________________________________________
13816 [  9479] By: jhi                                   on 2001/03/30  22:45:45
13817         Log: Subject: [PATCH] File::Glob stuff for Mac OS
13818              From: Chris Nandor <pudge@pobox.com>
13819              Date: Fri, 30 Mar 2001 16:51:00 -0500
13820              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
13821      Branch: perl
13822            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
13823            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
13824            ! t/lib/glob-taint.t
13825 ____________________________________________________________________________
13826 [  9478] By: jhi                                   on 2001/03/30  22:43:12
13827         Log: Subject: fix for win32/buildext.pl
13828              From: "Vadim Konovalov" <watman@inbox.ru>
13829              Date: Sat, 31 Mar 2001 00:50:36 +0400
13830              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
13831      Branch: perl
13832            ! win32/buildext.pl
13833 ____________________________________________________________________________
13834 [  9477] By: jhi                                   on 2001/03/30  22:41:16
13835         Log: Subject: small base.pm doc patch
13836              From: Leon Brocard <acme@astray.com>
13837              Date: Fri, 30 Mar 2001 21:49:57 +0100
13838              Message-ID: <20010330214957.B8733@ns0.astray.com>
13839      Branch: perl
13840            ! lib/base.pm
13841 ____________________________________________________________________________
13842 [  9476] By: jhi                                   on 2001/03/30  18:16:57
13843         Log: Subject: [PATCH] av.h cosmetics
13844              From: Simon Cozens <simon@netthink.co.uk>
13845              Date: Fri, 30 Mar 2001 18:12:28 +0100
13846              Message-ID: <20010330181228.A9319@netthink.co.uk>
13847      Branch: perl
13848            ! av.h
13849 ____________________________________________________________________________
13850 [  9475] By: jhi                                   on 2001/03/30  18:15:50
13851         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
13852              From: "Philip Newton" <pnewton@gmx.de>
13853              Date: Fri, 30 Mar 2001 19:06:57 +0200
13854              Message-ID: <3AC4D951.14815.1AC7068@localhost>
13855      Branch: perl
13856            ! pod/perlhack.pod
13857 ____________________________________________________________________________
13858 [  9474] By: jhi                                   on 2001/03/30  18:14:02
13859         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
13860              From: Benjamin Sugars <bsugars@canoe.ca>
13861              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
13862              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
13863      Branch: perl
13864            ! t/lib/glob-basic.t
13865 ____________________________________________________________________________
13866 [  9473] By: jhi                                   on 2001/03/30  16:09:24
13867         Log: Update Changes.
13868      Branch: perl
13869            ! Changes patchlevel.h
13870 ____________________________________________________________________________
13871 [  9472] By: jhi                                   on 2001/03/30  15:16:08
13872         Log: Integrate perlio.
13873      Branch: perl
13874           !> t/lib/cwd.t t/lib/glob-basic.t
13875 ____________________________________________________________________________
13876 [  9471] By: nick                                  on 2001/03/30  14:47:10
13877         Log: Should be (^O eq 'MSWin32') not 'Win32'
13878              Fail #12 seems real - chdir is in wrong dir.
13879      Branch: perlio
13880            ! t/lib/cwd.t
13881 ____________________________________________________________________________
13882 [  9470] By: jhi                                   on 2001/03/30  14:41:11
13883         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
13884              From: Radu Greab <radu@netsoft.ro>
13885              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
13886              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
13887              
13888              Replace #9352.
13889      Branch: perl
13890            ! ext/Socket/Socket.xs pp_sys.c
13891 ____________________________________________________________________________
13892 [  9469] By: jhi                                   on 2001/03/30  14:37:51
13893         Log: Subject: PATCH pod/perldiag.pod
13894              From: Robin Houston <robin@kitsite.com>
13895              Date: Fri, 30 Mar 2001 14:10:36 +0100
13896              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
13897      Branch: perl
13898            ! pod/perldiag.pod t/lib/glob-basic.t
13899 ____________________________________________________________________________
13900 [  9468] By: jhi                                   on 2001/03/30  14:36:36
13901         Log: Subject: Better diagnostic in io/fs.t
13902              From: andreas.koenig@anima.de (Andreas J. Koenig)
13903              Date: 30 Mar 2001 10:11:43 +0200
13904              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
13905      Branch: perl
13906            ! t/io/fs.t
13907 ____________________________________________________________________________
13908 [  9467] By: nick                                  on 2001/03/30  14:25:43
13909         Log: Skip order test of glob if case-ignoring system cannot 
13910              create a.test and A.test
13911      Branch: perlio
13912            ! t/lib/glob-basic.t
13913 ____________________________________________________________________________
13914 [  9466] By: nick                                  on 2001/03/30  13:03:12
13915         Log: Integrate mainline.
13916      Branch: perlio
13917            - ext/re/hints/aix.pl
13918           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
13919           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
13920           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
13921           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
13922 ____________________________________________________________________________
13923 [  9465] By: jhi                                   on 2001/03/30  03:53:37
13924         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
13925              the tests sometimes hang, sometimes not.)
13926      Branch: perl
13927            ! t/lib/io_multihomed.t t/lib/io_sock.t
13928 ____________________________________________________________________________
13929 [  9464] By: jhi                                   on 2001/03/30  02:56:04
13930         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
13931              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13932              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
13933              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
13934      Branch: perl
13935            ! op.c
13936 ____________________________________________________________________________
13937 [  9463] By: jhi                                   on 2001/03/30  02:34:48
13938         Log: Test for #9462.
13939      Branch: perl
13940            ! t/lib/b.t
13941 ____________________________________________________________________________
13942 [  9462] By: jhi                                   on 2001/03/30  02:29:37
13943         Log: Subject: B::Deparse precedence bug. (Patch included.)
13944              From: Jeremy Madea <jmadea@inktomi.com>
13945              Date: Thu, 29 Mar 2001 12:05:02 -0800
13946              Message-ID: <20010329120502.A24881@dr.inktomi.com>
13947      Branch: perl
13948            ! ext/B/B/Deparse.pm
13949 ____________________________________________________________________________
13950 [  9461] By: jhi                                   on 2001/03/30  02:18:41
13951         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
13952              From: Peter Prymmer <pvhp@forte.com>
13953              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
13954              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
13955      Branch: perl
13956            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
13957            ! t/lib/md5-file.t
13958 ____________________________________________________________________________
13959 [  9460] By: jhi                                   on 2001/03/30  02:17:07
13960         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
13961              From: Robin Houston <robin@kitsite.com>
13962              Date: Thu, 29 Mar 2001 20:47:56 +0100
13963              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
13964      Branch: perl
13965            ! ext/B/B/Debug.pm
13966 ____________________________________________________________________________
13967 [  9459] By: jhi                                   on 2001/03/30  02:16:05
13968         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
13969              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13970              Date: Wed, 28 Mar 2001 18:02:20 -0600
13971              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
13972      Branch: perl
13973            ! lib/ExtUtils/MM_VMS.pm
13974 ____________________________________________________________________________
13975 [  9458] By: jhi                                   on 2001/03/30  02:07:58
13976         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
13977              From: "Joshua E. Rodd" <jrodd@pbs.org>
13978              Date: Wed, 28 Mar 2001 17:29:12 -0500
13979              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
13980      Branch: perl
13981            ! pod/perlop.pod
13982 ____________________________________________________________________________
13983 [  9457] By: jhi                                   on 2001/03/30  02:04:33
13984         Log: Subject: ext/re/aix.pl can go
13985              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13986              Date: Thu, 29 Mar 2001 12:03:28 +0200
13987              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
13988      Branch: perl
13989            - ext/re/hints/aix.pl
13990            ! MANIFEST
13991 ____________________________________________________________________________
13992 [  9456] By: jhi                                   on 2001/03/30  02:03:32
13993         Log: Integrate perlio.
13994      Branch: perl
13995           !> ext/Encode/Encode.xs installperl
13996 ____________________________________________________________________________
13997 [  9455] By: nick                                  on 2001/03/29  21:11:46
13998         Log: DLL name has changed so installperl needs to know
13999              (Why isn't it working it out or passed it?)
14000      Branch: perlio
14001            ! installperl
14002 ____________________________________________________________________________
14003 [  9454] By: nick                                  on 2001/03/29  20:56:12
14004         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
14005              and we don't get undef warnings.
14006      Branch: perlio
14007            ! ext/Encode/Encode.xs
14008 ____________________________________________________________________________
14009 [  9453] By: nick                                  on 2001/03/29  17:58:48
14010         Log: Integrate mainline
14011      Branch: perlio
14012           !> Changes patchlevel.h
14013 ____________________________________________________________________________
14014 [  9452] By: jhi                                   on 2001/03/29  16:44:55
14015         Log: Update Changes.
14016      Branch: perl
14017            ! Changes patchlevel.h
14018 ____________________________________________________________________________
14019 [  9451] By: nick                                  on 2001/03/29  16:31:38
14020         Log: Integrate mainline
14021      Branch: perlio
14022           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
14023           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
14024           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
14025           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
14026           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
14027 ____________________________________________________________________________
14028 [  9450] By: jhi                                   on 2001/03/29  16:29:17
14029         Log: Integrate perlio.
14030      Branch: perl
14031           !> win32/buildext.pl
14032 ____________________________________________________________________________
14033 [  9449] By: jhi                                   on 2001/03/29  15:50:01
14034         Log: Update Changes.
14035      Branch: perl
14036            ! Changes patchlevel.h
14037 ____________________________________________________________________________
14038 [  9448] By: nick                                  on 2001/03/29  15:47:15
14039         Log: Make sure buildext.pl finds Errno.pm
14040      Branch: perlio
14041            ! win32/buildext.pl
14042 ____________________________________________________________________________
14043 [  9447] By: jhi                                   on 2001/03/29  15:39:34
14044         Log: Integrate perlio.
14045      Branch: perl
14046           !> win32/makefile.mk
14047 ____________________________________________________________________________
14048 [  9446] By: nick                                  on 2001/03/29  15:30:03
14049         Log: Integrate win32/makefile.mk with mainline.
14050      Branch: perlio
14051           !> win32/makefile.mk
14052 ____________________________________________________________________________
14053 [  9445] By: nick                                  on 2001/03/29  15:27:32
14054         Log: Fix breakage ... 
14055      Branch: perlio
14056            ! win32/makefile.mk
14057 ____________________________________________________________________________
14058 [  9444] By: jhi                                   on 2001/03/29  15:03:08
14059         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
14060              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14061              Date: Thu, 29 Mar 2001 10:32:59 +0400
14062              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
14063      Branch: perl
14064            ! win32/makefile.mk
14065 ____________________________________________________________________________
14066 [  9443] By: jhi                                   on 2001/03/29  15:02:12
14067         Log: Integrate perlio.
14068      Branch: perl
14069           +> win32/buildext.pl
14070           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
14071           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
14072 ____________________________________________________________________________
14073 [  9442] By: nick                                  on 2001/03/29  14:59:11
14074         Log: Work in progress - determine win32 extensions to build via script.
14075      Branch: perlio
14076            + win32/buildext.pl
14077            ! MANIFEST win32/makefile.mk
14078 ____________________________________________________________________________
14079 [  9441] By: jhi                                   on 2001/03/29  14:51:47
14080         Log: Reintroduce the use of external pwd.
14081      Branch: perl
14082            ! t/lib/cwd.t
14083 ____________________________________________________________________________
14084 [  9440] By: jhi                                   on 2001/03/29  14:42:58
14085         Log: use warnings instead of -w.
14086      Branch: perl
14087            ! utils/h2xs.PL
14088 ____________________________________________________________________________
14089 [  9439] By: jhi                                   on 2001/03/29  14:41:52
14090         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
14091              From: Jonathan Stowe <gellyfish@gellyfish.com>
14092              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
14093              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
14094      Branch: perl
14095            ! utils/h2xs.PL
14096 ____________________________________________________________________________
14097 [  9438] By: jhi                                   on 2001/03/29  14:39:38
14098         Log: Subject: [PATCH perl@9424] minor pod nits
14099              From: Robin Barker <rmb1@cise.npl.co.uk>
14100              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
14101              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
14102      Branch: perl
14103            ! pod/perlhack.pod pod/perliol.pod
14104 ____________________________________________________________________________
14105 [  9437] By: jhi                                   on 2001/03/29  14:29:16
14106         Log: Subject: [PATCH perl@9424] typemap cast warning
14107              From: Robin Barker <rmb1@cise.npl.co.uk>
14108              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
14109              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
14110      Branch: perl
14111            ! lib/ExtUtils/typemap
14112 ____________________________________________________________________________
14113 [  9436] By: jhi                                   on 2001/03/29  14:26:03
14114         Log: Subject: [PATCH perl@9424] printf warning
14115              From: Robin Barker <rmb1@cise.npl.co.uk>
14116              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
14117              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
14118      Branch: perl
14119            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
14120            ! ext/Storable/Storable.xs toke.c
14121 ____________________________________________________________________________
14122 [  9435] By: nick                                  on 2001/03/29  14:23:31
14123         Log: Win32 has name conflict with ERROR
14124      Branch: perlio
14125            ! ext/PerlIO/Via/Via.xs
14126 ____________________________________________________________________________
14127 [  9434] By: jhi                                   on 2001/03/29  14:17:48
14128         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
14129              From: Peter Prymmer <pvhp@forte.com>
14130              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
14131              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
14132      Branch: perl
14133            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
14134 ____________________________________________________________________________
14135 [  9433] By: jhi                                   on 2001/03/29  13:52:44
14136         Log: test-prep target was missing.
14137      Branch: perl
14138            ! Makefile.SH
14139 ____________________________________________________________________________
14140 [  9432] By: nick                                  on 2001/03/29  12:40:03
14141         Log: Make as-shipped compiler default to MSVC6 
14142      Branch: perlio
14143            ! win32/makefile.mk
14144 ____________________________________________________________________________
14145 [  9431] By: nick                                  on 2001/03/29  12:12:16
14146         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
14147              akin to PerlIO::Scalar.
14148      Branch: perlio
14149            ! perlio.c perlio.h
14150 ____________________________________________________________________________
14151 [  9430] By: nick                                  on 2001/03/29  10:56:35
14152         Log: Integrate mainline.
14153      Branch: perlio
14154           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
14155           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
14156           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
14157           !> win32/makefile.mk win32/win32sck.c
14158 ____________________________________________________________________________
14159 [  9429] By: nick                                  on 2001/03/29  09:03:43
14160         Log: Noticed that two tests were skipped as perlio:: package
14161              isn't there any more. Changed the skip condition.
14162              Avoid core-dump if sv_utf8_upgrade() called on something
14163              that does not become SvPOK after SvPV() (e.g. a ref).
14164      Branch: perlio
14165            ! sv.c t/io/utf8.t t/lib/io_scalar.t
14166 ____________________________________________________________________________
14167 [  9428] By: jhi                                   on 2001/03/29  01:31:47
14168         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
14169              From: Benjamin Sugars <bsugars@canoe.ca> 
14170              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
14171              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
14172      Branch: perl
14173            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
14174            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
14175            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
14176 ____________________________________________________________________________
14177 [  9427] By: jhi                                   on 2001/03/29  00:49:30
14178         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
14179              From: "Vadim Konovalov" <watman@inbox.ru>
14180              Date: Thu, 29 Mar 2001 01:50:12 +0400
14181              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
14182      Branch: perl
14183            ! win32/makefile.mk win32/win32sck.c
14184 ____________________________________________________________________________
14185 [  9426] By: gsar                                  on 2001/03/29  00:28:04
14186         Log: dmake can only handle == and != in comparisons; support building
14187              with Borland's VCL libraries (from Vadim Konovalov)
14188      Branch: maint-5.6/perl
14189            ! win32/makefile.mk
14190 ____________________________________________________________________________
14191 [  9425] By: nick                                  on 2001/03/28  19:29:56
14192         Log: Integrate (@snapshot)
14193      Branch: perlio
14194           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
14195 ____________________________________________________________________________
14196 [  9424] By: jhi                                   on 2001/03/28  19:03:16
14197         Log: Update Changes.
14198      Branch: perl
14199            ! Changes patchlevel.h
14200 ____________________________________________________________________________
14201 [  9423] By: jhi                                   on 2001/03/28  18:52:09
14202         Log: Rmdir lib/XS on cleanup.
14203      Branch: perl
14204            ! Makefile.SH
14205 ____________________________________________________________________________
14206 [  9422] By: jhi                                   on 2001/03/28  18:49:34
14207         Log: Integrate perlio.
14208      Branch: perl
14209           !> t/op/utf8decode.t
14210 ____________________________________________________________________________
14211 [  9421] By: nick                                  on 2001/03/28  18:46:44
14212         Log: Loose duplicate chunk.
14213      Branch: perlio
14214            ! t/op/utf8decode.t
14215 ____________________________________________________________________________
14216 [  9420] By: nick                                  on 2001/03/28  18:44:11
14217         Log: Integrate mainline.
14218      Branch: perlio
14219           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
14220           !> vms/vmsish.h
14221 ____________________________________________________________________________
14222 [  9419] By: jhi                                   on 2001/03/28  18:42:05
14223         Log: Can't trust external pwds
14224              (either shell builtins or external programs)
14225      Branch: perl
14226            ! t/lib/cwd.t
14227 ____________________________________________________________________________
14228 [  9418] By: jhi                                   on 2001/03/28  18:34:05
14229         Log: Integrate perlio.
14230      Branch: perl
14231            - lib/perlio.pm
14232           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
14233           !> t/op/utf8decode.t
14234 ____________________________________________________________________________
14235 [  9417] By: nick                                  on 2001/03/28  18:24:02
14236         Log: PerlIO.pm / perlio.pm conflict.
14237              Update some pods.
14238              Make t/op/utf8decode.t a text file.
14239      Branch: perlio
14240            - lib/perlio.pm
14241            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
14242            ! t/op/utf8decode.t
14243 ____________________________________________________________________________
14244 [  9416] By: jhi                                   on 2001/03/28  18:06:07
14245         Log: Integrate change #9409 from mainline to maintperl.
14246              
14247              Yet another tweak on AIX dynaloading.
14248      Branch: maint-5.6/perl
14249           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14250 ____________________________________________________________________________
14251 [  9415] By: gsar                                  on 2001/03/28  17:13:01
14252         Log: integrate changes#9377,9385,9401 from mainline
14253              
14254              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
14255              
14256              If directory entries compare equal case-insensitively,
14257              retry case-sensitively.
14258              
14259              Subject: [PATCH] B::Terse and warnings
14260      Branch: maint-5.6/perl
14261           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
14262           !> t/pragma/warn/perl
14263 ____________________________________________________________________________
14264 [  9414] By: jhi                                   on 2001/03/28  17:11:12
14265         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
14266              From: "Craig A. Berry" <craigberry@mac.com>
14267              Date: Wed, 28 Mar 2001 10:55:20 -0600
14268              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
14269      Branch: perl
14270            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
14271 ____________________________________________________________________________
14272 [  9413] By: jhi                                   on 2001/03/28  17:03:12
14273         Log: Dup hunk.
14274      Branch: perl
14275            ! t/op/utf8decode.t
14276 ____________________________________________________________________________
14277 [  9412] By: jhi                                   on 2001/03/28  17:02:36
14278         Log: Forced integrate from perlio.
14279      Branch: perl
14280           !> t/op/utf8decode.t
14281 ____________________________________________________________________________
14282 [  9411] By: nick                                  on 2001/03/28  16:50:03
14283         Log: Integrate mainline.
14284      Branch: perlio
14285           +> t/lib/cwd.t
14286           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14287           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
14288           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
14289           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
14290           !> t/pragma/warn/perl
14291 ____________________________________________________________________________
14292 [  9410] By: jhi                                   on 2001/03/28  16:44:23
14293         Log: Subject: Re: [PATCH] 9403 cannot be tested
14294              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14295              Date: Wed, 28 Mar 2001 18:33:56 +0200
14296              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
14297      Branch: perl
14298            ! makedef.pl
14299 ____________________________________________________________________________
14300 [  9409] By: jhi                                   on 2001/03/28  16:12:45
14301         Log: Yet another tweak on AIX dynaloading.
14302      Branch: perl
14303            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14304 ____________________________________________________________________________
14305 [  9408] By: jhi                                   on 2001/03/28  15:52:55
14306         Log: Subject: [PATCH] 9403 cannot be tested
14307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
14308              Date: Wed, 28 Mar 2001 17:23:00 +0200
14309              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
14310              
14311              A missing symbol.
14312      Branch: perl
14313            ! makedef.pl
14314 ____________________________________________________________________________
14315 [  9407] By: jhi                                   on 2001/03/28  15:47:43
14316         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
14317      Branch: perl
14318            ! t/op/utf8decode.t
14319           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
14320           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
14321 ____________________________________________________________________________
14322 [  9406] By: jhi                                   on 2001/03/28  15:37:08
14323         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
14324              From: Benjamin Sugars <bsugars@canoe.ca> 
14325              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
14326              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
14327      Branch: perl
14328            + t/lib/cwd.t
14329            ! MANIFEST
14330 ____________________________________________________________________________
14331 [  9405] By: jhi                                   on 2001/03/28  15:13:18
14332         Log: pp_ne() needs a CORRECT boolean.
14333      Branch: perl
14334            ! pp.c
14335 ____________________________________________________________________________
14336 [  9404] By: jhi                                   on 2001/03/28  15:09:23
14337         Log: pp_ne() needs a boolean, not an integer.
14338      Branch: perl
14339            ! pp.c
14340 ____________________________________________________________________________
14341 [  9403] By: jhi                                   on 2001/03/28  14:47:43
14342         Log: (Retracted by #9404.)
14343      Branch: perl
14344            ! pp.c
14345 ____________________________________________________________________________
14346 [  9402] By: jhi                                   on 2001/03/28  14:43:59
14347         Log: Subject: Re: [PATCH] Typemap testing
14348              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
14349              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
14350              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
14351      Branch: perl
14352            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14353            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
14354 ____________________________________________________________________________
14355 [  9401] By: jhi                                   on 2001/03/28  14:42:14
14356         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
14357              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14358              Date: Sun, 25 Mar 2001 21:59:15 +0100
14359              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
14360              
14361              A variable will be checked for the "use once" warnings if:
14362              
14363              1. It is in the scope of a use warnings 'once'
14364              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
14365              
14366              Otherwise it won't be checked at all.
14367              
14368              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
14369              
14370              The enclosed patch partially fixes this issue. What I didn't
14371              get to work was the case where the "used once" warning is enabled
14372              in any file other than the main file.
14373      Branch: perl
14374            ! gv.c t/pragma/warn/perl
14375 ____________________________________________________________________________
14376 [  9400] By: nick                                  on 2001/03/28  14:38:24
14377         Log: More EBCDIC tweaks:
14378              - one more swash issue &~(0xA0-1) did not do the right thing,
14379              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
14380              - add "use re 'asciirange'" to make [!-~] etc. work
14381              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
14382              - Choose a key for t/op/each.t test which gets encoded.
14383              - Skip utf8decode if this is UTF-EBCDIC.
14384      Branch: perlio
14385            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
14386            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
14387 ____________________________________________________________________________
14388 [  9399] By: jhi                                   on 2001/03/28  14:21:00
14389         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
14390              Andreas Schwab.
14391      Branch: perl
14392            ! pp.c
14393 ____________________________________________________________________________
14394 [  9398] By: jhi                                   on 2001/03/28  00:55:56
14395         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
14396              From: David Dyck <dcd@tc.fluke.com>
14397              Date: Tue, 27 Mar 2001 15:16:24 -0800
14398              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
14399      Branch: perl
14400            ! ext/IO/lib/IO/Socket.pm
14401 ____________________________________________________________________________
14402 [  9397] By: jhi                                   on 2001/03/27  21:52:49
14403         Log: Integrate perlio.
14404      Branch: perl
14405           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
14406           +> ext/PerlIO/Via/Via.xs
14407           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
14408 ____________________________________________________________________________
14409 [  9396] By: nick                                  on 2001/03/27  21:45:13
14410         Log: Integrate mainline.
14411      Branch: perlio
14412           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
14413           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
14414 ____________________________________________________________________________
14415 [  9395] By: nick                                  on 2001/03/27  21:18:58
14416         Log: Outline docs for PerlIO and PerlIO::Scalar
14417      Branch: perlio
14418            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
14419 ____________________________________________________________________________
14420 [  9394] By: nick                                  on 2001/03/27  20:50:13
14421         Log: PerlIO::Via layer (alpha-ish).
14422      Branch: perlio
14423            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
14424            + ext/PerlIO/Via/Via.xs
14425            ! MANIFEST
14426 ____________________________________________________________________________
14427 [  9393] By: jhi                                   on 2001/03/27  20:49:55
14428         Log: Retract #9329 now that 9390 should take care of the matter.
14429      Branch: perl
14430            ! utils/h2xs.PL
14431 ____________________________________________________________________________
14432 [  9390] By: jhi                                   on 2001/03/27  20:47:50
14433         Log: Subject: Autoloading Errno.pm when %! is encountered
14434              From: Robin Houston <robin@kitsite.com>
14435              Date: Tue, 27 Mar 2001 20:57:11 +0100
14436              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
14437      Branch: perl
14438            ! embed.h embed.pl gv.c proto.h t/op/magic.t
14439 ____________________________________________________________________________
14440 [  9389] By: jhi                                   on 2001/03/27  20:24:31
14441         Log: Integrate perlio.
14442      Branch: perl
14443           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
14444           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
14445           !> utf8.c
14446 ____________________________________________________________________________
14447 [  9388] By: jhi                                   on 2001/03/27  20:21:38
14448         Log: Better have a three-element array if one is going to assign
14449              to the third element of that array. (from Tim Jenness)
14450      Branch: perl
14451            ! ext/XS/Typemap/Typemap.xs
14452 ____________________________________________________________________________
14453 [  9387] By: nick                                  on 2001/03/27  20:15:43
14454         Log: Integrate mainline.
14455      Branch: perlio
14456           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
14457           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14458           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
14459           +> t/lib/xs-typemap.t
14460           !> (integrate 34 files)
14461 ____________________________________________________________________________
14462 [  9386] By: jhi                                   on 2001/03/27  20:04:18
14463         Log: Subject: Re: perl@9359 breaks HTML::Parser
14464              From: Gisle Aas <gisle@ActiveState.com>
14465              Date: 27 Mar 2001 11:30:24 -0800
14466              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
14467              
14468              Clarify the UTF-8 issues of the API docs.
14469              (Slightly reworded and expanded.)
14470      Branch: perl
14471            ! pod/perlapi.pod sv.c sv.h
14472 ____________________________________________________________________________
14473 [  9385] By: jhi                                   on 2001/03/27  19:44:25
14474         Log: If directory entries compare equal case-insensitively,
14475              retry case-sensitively.
14476      Branch: perl
14477            ! ext/File/Glob/bsd_glob.c
14478 ____________________________________________________________________________
14479 [  9384] By: nick                                  on 2001/03/27  19:38:50
14480         Log: Various EBCDIC fixes:
14481              - major revelation that swash code is encoding aware,
14482              (or thought it was) - now it is ;-)
14483              - With that out of the way fix a slab of tr/// cases.
14484              - Fix Encode 'Unicode' to be true Unicode so tests pass.
14485              - As anticipated Base64.xs needed tweaks.
14486              - Until tr/// works right avoid old_encode64 in MIME tests.
14487      Branch: perlio
14488            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
14489            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
14490 ____________________________________________________________________________
14491 [  9383] By: jhi                                   on 2001/03/27  18:34:41
14492         Log: Add the std test suite BEGIN block.
14493      Branch: perl
14494            ! t/lib/xs-typemap.t
14495 ____________________________________________________________________________
14496 [  9382] By: jhi                                   on 2001/03/27  15:16:07
14497         Log: Add debugging output to the test.
14498      Branch: perl
14499            ! t/lib/glob-basic.t
14500 ____________________________________________________________________________
14501 [  9381] By: jhi                                   on 2001/03/27  15:08:10
14502         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
14503      Branch: perl
14504            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
14505            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
14506            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
14507            + t/lib/xs-typemap.t
14508            ! MANIFEST
14509 ____________________________________________________________________________
14510 [  9380] By: jhi                                   on 2001/03/27  14:48:34
14511         Log: Subject: [PATCH] Typemap testing
14512              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
14513              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
14514              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
14515              
14516              (The first part of the patch.)
14517      Branch: perl
14518            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
14519 ____________________________________________________________________________
14520 [  9379] By: jhi                                   on 2001/03/27  14:44:56
14521         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
14522              From: Benjamin Sugars <bsugars@canoe.ca> 
14523              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
14524              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
14525      Branch: perl
14526            ! t/lib/glob-basic.t
14527 ____________________________________________________________________________
14528 [  9378] By: jhi                                   on 2001/03/27  14:42:30
14529         Log: Subject: [PATCH] perlvar nit
14530              From: Simon Cozens <simon@netthink.co.uk>
14531              Date: Tue, 27 Mar 2001 01:12:01 +0100
14532              Message-ID: <20010327011201.A19179@netthink.co.uk>
14533      Branch: perl
14534            ! pod/perlvar.pod
14535 ____________________________________________________________________________
14536 [  9377] By: jhi                                   on 2001/03/27  14:36:26
14537         Log: Subject: [PATCH] B::Terse and warnings
14538              From: Benjamin Sugars <ben.sugars@home.com>
14539              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
14540              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
14541      Branch: perl
14542            ! ext/B/B.pm ext/B/B/Terse.pm
14543 ____________________________________________________________________________
14544 [  9376] By: jhi                                   on 2001/03/27  14:31:31
14545         Log: Document sockatmark() some.
14546      Branch: perl
14547            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
14548            ! pod/perltoc.pod
14549 ____________________________________________________________________________
14550 [  9375] By: jhi                                   on 2001/03/27  14:00:24
14551         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
14552              noted by Gisle and fixed by NI-S.
14553      Branch: perl
14554            ! sv.c
14555 ____________________________________________________________________________
14556 [  9374] By: jhi                                   on 2001/03/27  05:50:01
14557         Log: Regen toc.
14558      Branch: perl
14559            ! pod/perltoc.pod
14560 ____________________________________________________________________________
14561 [  9373] By: jhi                                   on 2001/03/27  05:43:51
14562         Log: Pixie documenting.
14563      Branch: perl
14564            ! Makefile.SH pod/perlhack.pod
14565 ____________________________________________________________________________
14566 [  9372] By: jhi                                   on 2001/03/27  05:29:34
14567         Log: Metaconfig unit changes for #9371.
14568      Branch: metaconfig
14569            ! U/modified/myhostname.U
14570      Branch: metaconfig/U/perl
14571            + d_sockatmark.U
14572            ! gccvers.U
14573 ____________________________________________________________________________
14574 [  9371] By: jhi                                   on 2001/03/27  05:29:07
14575         Log: Add sockatmark() probing.
14576      Branch: perl
14577            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14578            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
14579            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14580            ! vos/config.ga.h win32/config.bc win32/config.gc
14581            ! win32/config.vc
14582 ____________________________________________________________________________
14583 [  9370] By: jhi                                   on 2001/03/26  22:01:18
14584         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
14585              Really need to benchmark this.
14586      Branch: perl
14587            ! pp.c
14588 ____________________________________________________________________________
14589 [  9369] By: nick                                  on 2001/03/26  21:59:30
14590         Log: Integrate mainline.
14591      Branch: perlio
14592            ! ext/MIME/Base64/QuotedPrint.pm
14593           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
14594           !> patchlevel.h pod/perlhack.pod pp_sys.c
14595 ____________________________________________________________________________
14596 [  9368] By: jhi                                   on 2001/03/26  21:47:03
14597         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
14598              
14599              TODO1: perlbench.
14600              TODO2: le, lt, ge, gt?  Yech.
14601      Branch: perl
14602            ! pp.c
14603 ____________________________________________________________________________
14604 [  9367] By: jhi                                   on 2001/03/26  21:34:57
14605         Log: Too much cut-and-paste in #9363.
14606      Branch: perl
14607            ! pp_sys.c
14608 ____________________________________________________________________________
14609 [  9366] By: jhi                                   on 2001/03/26  21:20:53
14610         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
14611              From: Andreas Schwab <schwab@suse.de>
14612              Date: 26 Mar 2001 17:29:04 +0200
14613              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
14614              
14615              (The patch for 5.6.0 or so, this is a guess for bleadperl)
14616      Branch: perl
14617            ! pp_hot.c
14618 ____________________________________________________________________________
14619 [  9365] By: jhi                                   on 2001/03/26  21:07:54
14620         Log: Integrate perlio.
14621      Branch: perl
14622           !> perlio.c
14623 ____________________________________________________________________________
14624 [  9364] By: nick                                  on 2001/03/26  20:30:48
14625         Log: REFCNT botch in layer name cache hash.
14626      Branch: perlio
14627            ! perlio.c
14628 ____________________________________________________________________________
14629 [  9363] By: jhi                                   on 2001/03/26  18:44:32
14630         Log: Subject: [PATCH] socket() leaks file descriptors
14631              From: Benjamin Sugars <bsugars@canoe.ca>
14632              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
14633              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
14634              
14635              Also sockpair() fixed similarly.
14636      Branch: perl
14637            ! pp_sys.c
14638 ____________________________________________________________________________
14639 [  9362] By: jhi                                   on 2001/03/26  18:37:52
14640         Log: Integrate perlio.
14641      Branch: perl
14642           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
14643 ____________________________________________________________________________
14644 [  9361] By: nick                                  on 2001/03/26  17:32:06
14645         Log: Implement flush of linebuffered streams on read of a tty.
14646      Branch: perlio
14647            ! perlio.c perliol.h
14648 ____________________________________________________________________________
14649 [  9360] By: nick                                  on 2001/03/26  17:12:32
14650         Log: Memory tweaks and notes for OEMVS.
14651      Branch: perlio
14652            ! README.os390 miniperlmain.c t/op/pat.t
14653 ____________________________________________________________________________
14654 [  9359] By: jhi                                   on 2001/03/26  02:12:54
14655         Log: Update Changes.
14656      Branch: perl
14657            ! Changes patchlevel.h
14658 ____________________________________________________________________________
14659 [  9358] By: jhi                                   on 2001/03/26  02:05:32
14660         Log: Document the most common pixie options.
14661      Branch: perl
14662            ! pod/perlhack.pod
14663 ____________________________________________________________________________
14664 [  9357] By: jhi                                   on 2001/03/26  01:25:28
14665         Log: For perl.pixie check *before* compiling that optimize is -g,
14666              as for perl.third.
14667      Branch: perl
14668            ! Makefile.SH
14669 ____________________________________________________________________________
14670 [  9356] By: jhi                                   on 2001/03/26  01:13:41
14671         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
14672      Branch: perl
14673            ! Makefile.SH
14674 ____________________________________________________________________________
14675 [  9355] By: jhi                                   on 2001/03/26  01:11:19
14676         Log: Remove t/perl.third.
14677      Branch: perl
14678            ! Makefile.SH
14679 ____________________________________________________________________________
14680 [  9354] By: jhi                                   on 2001/03/26  00:23:38
14681         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
14682              IO::Sockatmark().
14683      Branch: perl
14684            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
14685 ____________________________________________________________________________
14686 [  9353] By: jhi                                   on 2001/03/25  22:25:04
14687         Log: Integrate perlio.
14688      Branch: perl
14689           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
14690           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
14691           !> pp_hot.c win32/makefile.mk
14692 ____________________________________________________________________________
14693 [  9352] By: jhi                                   on 2001/03/25  22:21:41
14694         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
14695              From: Radu Greab <radu@netsoft.ro>
14696              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
14697              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
14698      Branch: perl
14699            ! pp_sys.c
14700 ____________________________________________________________________________
14701 [  9351] By: nick                                  on 2001/03/25  22:15:02
14702         Log: Fix readline in list mode to tell rest of world that it has
14703              things on the stack. Otherwise if perl code gets invoked
14704              underneath it it scribbles over results-so-far.
14705              (Why TIEHANDLE has not tripped on this is a mystery.)
14706      Branch: perlio
14707            ! pp_hot.c
14708 ____________________________________________________________________________
14709 [  9350] By: nick                                  on 2001/03/25  22:10:13
14710         Log: win32/makefile.mk typos
14711      Branch: perlio
14712            ! win32/makefile.mk
14713 ____________________________________________________________________________
14714 [  9349] By: nick                                  on 2001/03/25  21:31:14
14715         Log: Integrate now-non-binary file.
14716      Branch: perlio
14717           !> t/lib/mimeqp.t
14718 ____________________________________________________________________________
14719 [  9348] By: nick                                  on 2001/03/25  21:27:24
14720         Log: Make it text
14721      Branch: perlio
14722            ! t/lib/mimeqp.t
14723 ____________________________________________________________________________
14724 [  9347] By: nick                                  on 2001/03/25  21:25:37
14725         Log: Integrate mainline.
14726      Branch: perlio
14727           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
14728           !> lib/Term/ReadLine.pm t/lib/md5-file.t
14729 ____________________________________________________________________________
14730 [  9346] By: nick                                  on 2001/03/25  20:58:15
14731         Log: Add destruct time hook to PerlIO (for work-in-process implementing
14732              layers in perl code. In such cases layers need to be popped before
14733              we loose the ability to run perl code.)
14734              Also back-out "PerlIO::object" hook - it isn't going to work like that...
14735      Branch: perlio
14736            ! perl.c perlio.c perlio.h perliol.h
14737 ____________________________________________________________________________
14738 [  9345] By: nick                                  on 2001/03/25  20:49:11
14739         Log: Avoid at leasy one of undefined warnings in Encode.
14740      Branch: perlio
14741            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
14742 ____________________________________________________________________________
14743 [  9344] By: jhi                                   on 2001/03/25  20:37:43
14744         Log: A workaround for using Term::ReadLine in emacs minibuffer
14745              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
14746              additional tweaks from Ilya Zakharevich.
14747      Branch: perl
14748            ! lib/Term/ReadLine.pm
14749 ____________________________________________________________________________
14750 [  9343] By: nick                                  on 2001/03/25  20:21:14
14751         Log: Missing return value.
14752      Branch: perlio
14753            ! ext/PerlIO/Scalar/Scalar.xs
14754 ____________________________________________________________________________
14755 [  9342] By: jhi                                   on 2001/03/25  16:21:00
14756         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
14757              to equal the CPAN versions since no code changes have been made.
14758      Branch: perl
14759            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
14760            ! t/lib/md5-file.t
14761 ____________________________________________________________________________
14762 [  9341] By: jhi                                   on 2001/03/25  16:01:48
14763         Log: Escape 8-bit characters.
14764      Branch: perl
14765            ! t/lib/mimeqp.t
14766 ____________________________________________________________________________
14767 [  9340] By: gsar                                  on 2001/03/25  15:50:53
14768         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
14769              chars)
14770      Branch: perl
14771            + t/lib/mimeqp.t
14772 ____________________________________________________________________________
14773 [  9339] By: gsar                                  on 2001/03/25  15:48:50
14774         Log: delete mimeqp.t for later with text mode set
14775      Branch: perl
14776            - t/lib/mimeqp.t
14777 ____________________________________________________________________________
14778 [  9338] By: nick                                  on 2001/03/25  09:01:57
14779         Log: Integrate mainline.
14780      Branch: perlio
14781           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
14782           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
14783           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
14784           +> t/lib/mimeb64u.t t/lib/mimeqp.t
14785           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
14786           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
14787           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
14788 ____________________________________________________________________________
14789 [  9337] By: jhi                                   on 2001/03/25  04:23:24
14790         Log: Add MIME::Base64 here and there.  Again, a lot of
14791              optimism is in the air.
14792      Branch: perl
14793            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
14794            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
14795 ____________________________________________________________________________
14796 [  9336] By: jhi                                   on 2001/03/25  04:12:43
14797         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
14798              this by ear as I do not do Win32 programming.)
14799      Branch: perl
14800            ! win32/Makefile win32/makefile.mk
14801 ____________________________________________________________________________
14802 [  9335] By: jhi                                   on 2001/03/25  04:03:50
14803         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
14804      Branch: perl
14805            ! t/lib/md5-file.t
14806 ____________________________________________________________________________
14807 [  9334] By: jhi                                   on 2001/03/25  03:58:53
14808         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
14809      Branch: perl
14810            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
14811            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
14812            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
14813            + t/lib/mimeb64u.t t/lib/mimeqp.t
14814            ! MANIFEST
14815 ____________________________________________________________________________
14816 [  9333] By: jhi                                   on 2001/03/24  20:14:37
14817         Log: Integrate perlio.
14818      Branch: perl
14819           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
14820 ____________________________________________________________________________
14821 [  9332] By: nick                                  on 2001/03/24  19:40:34
14822         Log: Fix un-init variable leading to spurious "Out of Memory!"
14823      Branch: perlio
14824            ! doio.c
14825 ____________________________________________________________________________
14826 [  9331] By: nick                                  on 2001/03/24  19:09:59
14827         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
14828              and update layers internals doc.
14829      Branch: perlio
14830            ! pod/perlfunc.pod pod/perliol.pod
14831 ____________________________________________________________________________
14832 [  9330] By: jhi                                   on 2001/03/24  18:42:11
14833         Log: The length might be uninitialized garbage if the *svp is the undef.
14834      Branch: perl
14835            ! doio.c
14836 ____________________________________________________________________________
14837 [  9329] By: jhi                                   on 2001/03/24  18:26:57
14838         Log: (Retracted by #9393)
14839
14840              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
14841              From: Simon Cozens <simon@netthink.co.uk>
14842              Date: Sat, 24 Mar 2001 17:13:17 +0000
14843              Message-ID: <20010324171317.A13406@netthink.co.uk>
14844      Branch: perl
14845            ! utils/h2xs.PL
14846 ____________________________________________________________________________
14847 [  9328] By: nick                                  on 2001/03/24  17:22:02
14848         Log: Integrate mainline.
14849      Branch: perlio
14850           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
14851           !> lib/unicode/version
14852 ____________________________________________________________________________
14853 [  9327] By: nick                                  on 2001/03/24  17:16:02
14854         Log: Integrate mainline.
14855      Branch: perlio
14856           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14857           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
14858           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
14859           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
14860           +> t/lib/md5-file.t
14861           !> MANIFEST Makefile.SH configure.com djgpp/config.over
14862           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
14863           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
14864           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
14865           !> win32/makefile.mk
14866 ____________________________________________________________________________
14867 [  9326] By: jhi                                   on 2001/03/24  17:00:42
14868         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
14869      Branch: perl
14870            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
14871            ! lib/unicode/version
14872 ____________________________________________________________________________
14873 [  9325] By: jhi                                   on 2001/03/24  16:22:33
14874         Log: Subject: Re: B::Deparse bug (5.6.0)
14875              From: Robin Houston <robin@kitsite.com>
14876              Date: Sat, 24 Mar 2001 14:33:09 +0000
14877              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
14878      Branch: perl
14879            ! op.c pp.c t/lib/b.t t/op/repeat.t
14880 ____________________________________________________________________________
14881 [  9324] By: jhi                                   on 2001/03/24  16:21:56
14882         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
14883              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
14884              these additions may be too optimistic.
14885      Branch: perl
14886            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
14887            ! hints/uwin.sh hints/vmesa.sh
14888 ____________________________________________________________________________
14889 [  9323] By: jhi                                   on 2001/03/24  16:06:01
14890         Log: Integrate perlio.
14891      Branch: perl
14892           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
14893           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14894            ! Makefile.SH
14895           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
14896           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
14897           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
14898           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14899           !> win32/makefile.mk win32/perlhost.h win32/win32.c
14900           !> win32/win32iop.h
14901 ____________________________________________________________________________
14902 [  9322] By: nick                                  on 2001/03/24  14:39:12
14903         Log: Routine Win32 regen_config_h - no real changes.
14904      Branch: perlio
14905            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14906 ____________________________________________________________________________
14907 [  9321] By: nick                                  on 2001/03/24  14:31:49
14908         Log: PerlIO fixups for Win32:
14909              - provide win33_popenlist() - non-functional as yet.
14910              - avoid need for aTHX in PerlIO_debug calls - even if not 
14911              enabled args are still evaluated so Win32 has trouble during fork().
14912              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
14913              - Fixup makedef.pl for latest set of symbols.
14914      Branch: perlio
14915            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
14916            ! win32/perlhost.h win32/win32.c win32/win32iop.h
14917 ____________________________________________________________________________
14918 [  9320] By: nick                                  on 2001/03/24  14:26:58
14919         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
14920              was gibberish - broke it on WIn32 at least.
14921      Branch: perlio
14922            ! ext/POSIX/POSIX.xs
14923 ____________________________________________________________________________
14924 [  9319] By: nick                                  on 2001/03/24  11:29:41
14925         Log: Generated files.
14926      Branch: perlio
14927            ! embed.h global.sym objXSUB.h perlapi.c proto.h
14928 ____________________________________________________________________________
14929 [  9318] By: nick                                  on 2001/03/24  10:29:37
14930         Log: Implement:
14931              1.  open($fh,"+<",undef);  # add test to t/io/open.t
14932              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
14933      Branch: perlio
14934            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
14935            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14936            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
14937            ! t/io/open.t t/io/utf8.t
14938 ____________________________________________________________________________
14939 [  9317] By: jhi                                   on 2001/03/23  23:41:25
14940         Log: AIX does seems to have optimization problems with its C compilers.
14941      Branch: perl
14942            ! hints/aix.sh
14943 ____________________________________________________________________________
14944 [  9316] By: jhi                                   on 2001/03/23  23:40:46
14945         Log: Integrate perlio.
14946      Branch: perl
14947           +> lib/PerlIO.pm
14948           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
14949           !> perliol.h
14950 ____________________________________________________________________________
14951 [  9315] By: jhi                                   on 2001/03/23  22:16:30
14952         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
14953      Branch: perl
14954            ! t/lib/md5-file.t
14955 ____________________________________________________________________________
14956 [  9314] By: nick                                  on 2001/03/23  20:49:02
14957         Log: Perlio internals re-organized.
14958              - open process creates AV of layer/arg pairs
14959              (appends layers from open() or open.pm to default list).
14960              - push arg is now an SV.
14961              - layer ->Open get passed the AV
14962              - open is no longer mandatory method.
14963              - topmost layer that has ->Open method does the open
14964              - any layers above are pushed once that returns.
14965              - vtable re-ordered so dummy layers need only provide push/pop methods.
14966      Branch: perlio
14967            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14968 ____________________________________________________________________________
14969 [  9313] By: nick                                  on 2001/03/23  16:27:41
14970         Log: Check in a stable (working) version before next round of tweaks.
14971              Changes include:
14972              - Move default layers code out of doio.c and into perlio.c
14973              - Single routine for parsing layer specification strings.
14974              - Skeleton support for demand loading of layers
14975              - Core-dump avoidance if PERLIO environment specifies loadable layer
14976              (does not _work_ as need IO to load and need load to do IO ...)
14977      Branch: perlio
14978            + lib/PerlIO.pm
14979            ! MANIFEST doio.c perlio.c
14980 ____________________________________________________________________________
14981 [  9312] By: gsar                                  on 2001/03/23  16:25:25
14982         Log: add execute bit to files with shebang lines in the repository;
14983              avoid clobbering execute bit in Porting/makerel 
14984      Branch: maint-5.6/perl
14985            ! (edit 144 files)
14986 ____________________________________________________________________________
14987 [  9311] By: jhi                                   on 2001/03/23  14:25:35
14988         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
14989      Branch: perl
14990            ! MANIFEST
14991 ____________________________________________________________________________
14992 [  9310] By: jhi                                   on 2001/03/23  13:45:04
14993         Log: Subject: [PATCH] Net::Ping
14994              From: Colin McMillen <mcmi0037@tc.umn.edu>
14995              Date: Thu, 22 Mar 2001 19:30:31 -0600
14996              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
14997      Branch: perl
14998            ! lib/Net/Ping.pm
14999 ____________________________________________________________________________
15000 [  9309] By: jhi                                   on 2001/03/23  13:39:13
15001         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
15002      Branch: perl
15003            ! t/lib/md5-aaa.t t/lib/md5-file.t
15004 ____________________________________________________________________________
15005 [  9308] By: jhi                                   on 2001/03/23  13:20:34
15006         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
15007              - bump the version to 2.14
15008              - drop the base64 tests since they require MIME::Base64
15009              - drop the rfc1321.txt
15010              - drop the hints/dec_osf.pl since it's only needed for
15011              pre-5.005_03 Perls
15012              Todo:
15013              - the U32 alignment testing is now removed; it needs to
15014              be reintroduced as as a Config variable (meaning also
15015              as a Configure test)
15016              - get the new EBCDIC md5sum for MD5.pm
15017              - test in Win32 to see how badly I botched the makefiles
15018      Branch: perl
15019            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
15020            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
15021            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
15022            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
15023            + t/lib/md5-file.t
15024            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
15025            ! win32/Makefile win32/makefile.mk
15026 ____________________________________________________________________________
15027 [  9307] By: jhi                                   on 2001/03/23  12:56:14
15028         Log: Integrate change #9306 from maintperl into mainline,
15029              AIX dynaloader for AIXes without <load.h>.
15030      Branch: perl
15031           !> ext/DynaLoader/hints/aix.pl
15032 ____________________________________________________________________________
15033 [  9306] By: jhi                                   on 2001/03/23  12:51:36
15034         Log: There are AIXes without /usr/include/load.h,
15035              patch from H.Merijn Brand.
15036      Branch: maint-5.6/perl
15037            ! ext/DynaLoader/hints/aix.pl
15038 ____________________________________________________________________________
15039 [  9305] By: nick                                  on 2001/03/23  11:00:42
15040         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
15041      Branch: perlio
15042            ! ext/Encode/Encode.xs perlio.c perlio.h
15043 ____________________________________________________________________________
15044 [  9304] By: nick                                  on 2001/03/23  10:20:46
15045         Log: Render -Duseperlio functional again.
15046              - this is "quick fix" which calls PerlIO_apply_layers after opening,
15047              which is what old scheme did. New scheme needs to change that
15048              to make open(...,\$scalar) etc. work but this will do for now.
15049      Branch: perlio
15050            ! perlio.c
15051 ____________________________________________________________________________
15052 [  9303] By: nick                                  on 2001/03/23  09:53:20
15053         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
15054              -Uuseperlio now works again.
15055              -Duseperlio is still poorly. Don't merge yet...
15056      Branch: perlio
15057            ! doio.c perlio.h
15058 ____________________________________________________________________________
15059 [  9302] By: nick                                  on 2001/03/22  22:26:51
15060         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
15061              type code.
15062              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
15063              is its main caller. In particular now has access to "extra" args, and
15064              can tell when an open handle is "reopened" (or duped?).
15065              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
15066              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
15067              PerlIO_open() et. al. (i.e. other way round).
15068              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
15069              with args close to PerlIO_openn().
15070      Branch: perlio
15071            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
15072 ____________________________________________________________________________
15073 [  9301] By: jhi                                   on 2001/03/22  20:58:04
15074         Log: Integrate perlio.
15075      Branch: perl
15076           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
15077           !> t/io/open.t util.c
15078 ____________________________________________________________________________
15079 [  9300] By: nick                                  on 2001/03/22  17:36:32
15080         Log: Don't include $@ in not ok message.
15081      Branch: perlio
15082            ! t/io/open.t
15083 ____________________________________________________________________________
15084 [  9299] By: gsar                                  on 2001/03/22  16:53:45
15085         Log: back out changes#7532,7521 for now (appears to have problems
15086              on IRIX)
15087      Branch: maint-5.6/perl
15088            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15089            ! ext/POSIX/typemap pod/perlvar.pod
15090 ____________________________________________________________________________
15091 [  9298] By: nick                                  on 2001/03/22  14:35:46
15092         Log: Give a meaning to '&' in n-arg open case:
15093              open($fh,"<&",$scalar);
15094              $scalar can be:
15095              - an integer which does "fdopen"
15096              open($fh,"<&",2); # like open($fh,"<&2")
15097              - something that will yield a file handle via sv_2io()
15098              useful for dup'ing anonymous handles.
15099              e.g.:
15100              open(my $fh,"<&",\*STDIN);
15101              open(my $dup,"<&",$fh);
15102      Branch: perlio
15103            ! doio.c t/io/open.t
15104 ____________________________________________________________________________
15105 [  9297] By: nick                                  on 2001/03/22  13:34:35
15106         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
15107      Branch: perlio
15108            ! util.c
15109 ____________________________________________________________________________
15110 [  9296] By: nick                                  on 2001/03/22  12:51:20
15111         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
15112      Branch: perlio
15113            ! perl.c
15114 ____________________________________________________________________________
15115 [  9295] By: nick                                  on 2001/03/22  11:59:44
15116         Log: If stdin, stdout or stderr get opened in unexpected read/write state
15117              then warn at time of open not at time of use.
15118      Branch: perlio
15119            ! doio.c pp_hot.c pp_sys.c
15120 ____________________________________________________________________________
15121 [  9294] By: nick                                  on 2001/03/22  10:54:35
15122         Log: Die on n-arg open(...,"",xxx,yyy,...)
15123              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
15124              - die on read/write cases so we can decide what it means later.
15125      Branch: perlio
15126            ! doio.c embed.pl iperlsys.h util.c
15127 ____________________________________________________________________________
15128 [  9293] By: nick                                  on 2001/03/22  09:02:45
15129         Log: perlio tweaks (reported by Nick Clark)
15130              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
15131              error check in Pendinf_read().
15132      Branch: perlio
15133            ! perlio.c
15134 ____________________________________________________________________________
15135 [  9292] By: gsar                                  on 2001/03/22  07:12:00
15136         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
15137              fixes)
15138      Branch: maint-5.6/perl
15139           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
15140 ____________________________________________________________________________
15141 [  9291] By: jhi                                   on 2001/03/22  06:06:44
15142         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
15143      Branch: perl
15144            ! t/op/re_tests
15145 ____________________________________________________________________________
15146 [  9290] By: jhi                                   on 2001/03/22  05:57:01
15147         Log: Move MacOS Classic higher in the list of supported platforms.
15148      Branch: maint-5.6/perl
15149            ! pod/perlport.pod
15150 ____________________________________________________________________________
15151 [  9289] By: gsar                                  on 2001/03/22  05:35:04
15152         Log: revert part of change#6438 for compatibility (av_reify()
15153              appears to be needed to implement av_splice()ish things
15154              in XS)
15155      Branch: maint-5.6/perl
15156            ! embed.pl global.sym objXSUB.h perlapi.c
15157 ____________________________________________________________________________
15158 [  9288] By: gsar                                  on 2001/03/22  03:09:19
15159         Log: update copyright year
15160      Branch: maint-5.6/perl
15161            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
15162            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
15163            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
15164            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
15165            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
15166            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
15167            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
15168            ! x2p/walk.c
15169 ____________________________________________________________________________
15170 [  9287] By: jhi                                   on 2001/03/21  20:30:54
15171         Log: Integrate perlio.
15172      Branch: perl
15173           !> ext/Data/Dumper/Dumper.xs
15174 ____________________________________________________________________________
15175 [  9286] By: gsar                                  on 2001/03/21  19:49:54
15176         Log: makefile.mk tweak
15177      Branch: maint-5.6/perl
15178            ! win32/Makefile win32/makefile.mk
15179 ____________________________________________________________________________
15180 [  9285] By: nick                                  on 2001/03/21  19:07:13
15181         Log: Multiplicity fix for Dumper.
15182      Branch: perlio
15183            ! ext/Data/Dumper/Dumper.xs
15184 ____________________________________________________________________________
15185 [  9284] By: nick                                  on 2001/03/21  19:01:07
15186         Log: Integrate mainline - (does not build xTHX issue in Dumper).
15187      Branch: perlio
15188           !> (integrate 27 files)
15189 ____________________________________________________________________________
15190 [  9283] By: jhi                                   on 2001/03/21  17:17:35
15191         Log: Integrate change #9282 from mainline into maintperl,
15192              4-arg UTF-8 substr().
15193      Branch: maint-5.6/perl
15194           !> pp.c
15195 ____________________________________________________________________________
15196 [  9282] By: jhi                                   on 2001/03/21  17:15:43
15197         Log: The #9270 would have leaked a scalar if pp_substr()
15198              returned early.
15199      Branch: perl
15200            ! pp.c
15201 ____________________________________________________________________________
15202 [  9281] By: gsar                                  on 2001/03/21  17:03:14
15203         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
15204      Branch: maint-5.6/perl
15205            ! win32/makefile.mk
15206 ____________________________________________________________________________
15207 [  9280] By: gsar                                  on 2001/03/21  17:01:20
15208         Log: some tweaks to change#9278 (fork() emulation should be enabled
15209              by setting BUILD_FLAVOR instead of changing the defaults)
15210      Branch: maint-5.6/perl
15211            ! win32/makefile.mk
15212 ____________________________________________________________________________
15213 [  9279] By: gsar                                  on 2001/03/21  16:47:19
15214         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
15215      Branch: maint-5.6/perl
15216            ! ext/File/Glob/Glob.pm
15217           !> lib/Cwd.pm
15218 ____________________________________________________________________________
15219 [  9278] By: jhi                                   on 2001/03/21  14:35:10
15220         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
15221              From: "Vadim Konovalov" <watman@inbox.ru>
15222              Date: Wed, 21 Mar 2001 01:53:51 +0300
15223              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
15224      Branch: maint-5.6/perl
15225            ! win32/makefile.mk win32/win32sck.c
15226 ____________________________________________________________________________
15227 [  9277] By: jhi                                   on 2001/03/21  13:58:28
15228         Log: Integrate change #9270 from mainline to maintperl:
15229              continued 4-arg UTF-8 substr() fixing.
15230      Branch: maint-5.6/perl
15231           !> pp.c t/op/substr.t
15232 ____________________________________________________________________________
15233 [  9276] By: jhi                                   on 2001/03/21  13:33:00
15234         Log: More pixie cleaning.
15235      Branch: perl
15236            ! Makefile.SH
15237 ____________________________________________________________________________
15238 [  9275] By: jhi                                   on 2001/03/21  03:54:17
15239         Log: Update Changes.
15240      Branch: perl
15241            ! Changes patchlevel.h
15242 ____________________________________________________________________________
15243 [  9274] By: jhi                                   on 2001/03/21  03:48:24
15244         Log: First stab at making Data::Dumper to grok Unicode.
15245              
15246              TODO: tests, EBCDICify.
15247      Branch: perl
15248            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
15249 ____________________________________________________________________________
15250 [  9273] By: jhi                                   on 2001/03/21  02:23:00
15251         Log: Fix for
15252              
15253              Subject: Memory leak in unquoted print   
15254              From: Benjamin Sugars <bsugars@canoe.ca> 
15255              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
15256              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
15257      Branch: perl
15258            ! perlio.c
15259 ____________________________________________________________________________
15260 [  9272] By: jhi                                   on 2001/03/21  01:33:17
15261         Log: Subject: Re: [PATCH] POSIX::getcwd()
15262              From: Benjamin Sugars <bsugars@canoe.ca> 
15263              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
15264              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
15265      Branch: perl
15266            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15267 ____________________________________________________________________________
15268 [  9271] By: jhi                                   on 2001/03/21  01:22:52
15269         Log: Subject: [PATCH] Cwd.pm docs
15270              From: Benjamin Sugars <bsugars@canoe.ca>
15271              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
15272              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
15273      Branch: perl
15274            ! lib/Cwd.pm
15275 ____________________________________________________________________________
15276 [  9270] By: jhi                                   on 2001/03/21  01:16:29
15277         Log: Continue 4-arg substr() UTF-8 fixage.
15278      Branch: perl
15279            ! pp.c t/op/substr.t
15280 ____________________________________________________________________________
15281 [  9269] By: jhi                                   on 2001/03/21  00:46:14
15282         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
15283              
15284              revert the leak fix in change#9142 (problem needs a more experimental
15285              fix unsuitable for 5.6.1)
15286              
15287              do alphabetical sorting by default (for csh compatibility)
15288              
15289              cut-n-paste goof in change#9264
15290              
15291              VMS piping fixes (from Charles Lane)
15292      Branch: perl
15293           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
15294           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
15295           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
15296 ____________________________________________________________________________
15297 [  9268] By: jhi                                   on 2001/03/21  00:37:04
15298         Log: Integrate perlio.
15299      Branch: perl
15300           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
15301           !> utf8.c utf8.h utfebcdic.h
15302 ____________________________________________________________________________
15303 [  9267] By: nick                                  on 2001/03/20  20:04:39
15304         Log: More EBCDIC stuff:
15305              - Loose the extra level of function on ASCII.
15306              - spotted a chr(0) issue in sv.c
15307              - re-work of UTF-X tr/// ranges to work in Unicode
15308              space. Still issues with the "0xff is illegal UTF-8" hack.
15309              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
15310              (why do it once when you can do it all over the place :-(
15311              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
15312              need utf8.pm for swashes.
15313              - Simplified and commented scan_const() in toke.c
15314              Still something wrong regexp and tr (swashes?).
15315      Branch: perlio
15316            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
15317            ! utf8.c utf8.h utfebcdic.h
15318 ____________________________________________________________________________
15319 [  9266] By: gsar                                  on 2001/03/20  19:16:43
15320         Log: VMS piping fixes (from Charles Lane)
15321      Branch: maint-5.6/perl
15322            ! vms/vms.c vms/vmspipe.com
15323 ____________________________________________________________________________
15324 [  9265] By: gsar                                  on 2001/03/20  17:53:52
15325         Log: cut-n-paste goof in change#9264
15326      Branch: maint-5.6/perl
15327            ! ext/File/Glob/Glob.xs
15328 ____________________________________________________________________________
15329 [  9264] By: gsar                                  on 2001/03/20  17:43:47
15330         Log: do alphabetical sorting by default (for csh compatibility);
15331              bsd_glob() does ASCII sort by default as usual, unless
15332              GLOB_ALPHASORT was specified
15333      Branch: maint-5.6/perl
15334            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
15335            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
15336            ! ext/File/Glob/bsd_glob.h
15337 ____________________________________________________________________________
15338 [  9263] By: gsar                                  on 2001/03/20  16:40:08
15339         Log: integrate change#9255 from mainline (unicode fix)
15340              
15341              substr($bytestr, i, n, $charstr)
15342      Branch: maint-5.6/perl
15343           !> Todo-5.6 pp.c t/op/substr.t
15344 ____________________________________________________________________________
15345 [  9262] By: gsar                                  on 2001/03/20  15:57:41
15346         Log: revert the leak fix in change#9142 (problem needs a more experimental
15347              fix unsuitable for 5.6.1)
15348      Branch: maint-5.6/perl
15349            ! scope.c
15350 ____________________________________________________________________________
15351 [  9261] By: jhi                                   on 2001/03/20  14:26:25
15352         Log: Integrate changes #9259,9260 from maintperl into mainline.
15353              
15354              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
15355              
15356              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
15357      Branch: perl
15358           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
15359 ____________________________________________________________________________
15360 [  9260] By: jhi                                   on 2001/03/20  14:05:46
15361         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
15362              From: Robin Barker <rmb1@cise.npl.co.uk>
15363              Date: Tue, 20 Mar 2001 10:12:04 GMT
15364              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
15365      Branch: maint-5.6/perl
15366            ! run.c
15367 ____________________________________________________________________________
15368 [  9259] By: jhi                                   on 2001/03/20  14:04:39
15369         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
15370              From: Chris Nandor <pudge@pobox.com>
15371              Date: Tue, 20 Mar 2001 00:40:56 -0500
15372              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
15373      Branch: maint-5.6/perl
15374            ! ext/POSIX/POSIX.xs lib/File/Path.pm
15375 ____________________________________________________________________________
15376 [  9258] By: jhi                                   on 2001/03/20  05:09:34
15377         Log: Update Changes.
15378      Branch: perl
15379            ! Changes patchlevel.h
15380 ____________________________________________________________________________
15381 [  9257] By: jhi                                   on 2001/03/20  05:04:25
15382         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
15383      Branch: perl
15384            ! t/op/tr.t
15385 ____________________________________________________________________________
15386 [  9256] By: jhi                                   on 2001/03/20  04:43:12
15387         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
15388              From: Peter Prymmer <pvhp@forte.com>
15389              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
15390              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
15391      Branch: maint-5.6/perl
15392            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
15393 ____________________________________________________________________________
15394 [  9255] By: jhi                                   on 2001/03/19  23:17:17
15395         Log: substr($bytestr, i, n, $charstr)
15396
15397              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
15398      Branch: perl
15399            ! Todo-5.6 pp.c t/op/substr.t
15400 ____________________________________________________________________________
15401 [  9254] By: jhi                                   on 2001/03/19  22:25:09
15402         Log: Rearrange the make test target prerequisites so that
15403              in a parallel make 'all' is finished before 'test'.
15404      Branch: perl
15405            ! Makefile.SH
15406 ____________________________________________________________________________
15407 [  9253] By: jhi                                   on 2001/03/19  21:48:07
15408         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
15409              From: Robin Houston <robin@kitsite.com>
15410              Date: Mon, 19 Mar 2001 15:48:41 +0000
15411              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
15412      Branch: perl
15413            ! pp_ctl.c
15414 ____________________________________________________________________________
15415 [  9252] By: jhi                                   on 2001/03/19  21:42:27
15416         Log: Integrate perlio.
15417      Branch: perl
15418           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
15419           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
15420           !> utfebcdic.h vms/perly_c.vms
15421 ____________________________________________________________________________
15422 [  9251] By: jhi                                   on 2001/03/19  21:31:28
15423         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
15424              
15425              Dynaloading in 64-bit AIX with vac.
15426      Branch: perl
15427           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
15428           !> hints/aix.sh
15429 ____________________________________________________________________________
15430 [  9250] By: jhi                                   on 2001/03/19  21:18:00
15431         Log: A more robust solution for the 64bitall AIX dynaloading
15432              problem, from Jens-Uwe Mager.
15433      Branch: maint-5.6/perl
15434            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
15435 ____________________________________________________________________________
15436 [  9249] By: nick                                  on 2001/03/19  20:59:37
15437         Log: Integrate mainline.
15438      Branch: perlio
15439           !> (integrate 42 files)
15440 ____________________________________________________________________________
15441 [  9248] By: nick                                  on 2001/03/19  20:22:07
15442         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
15443              (Building on OS390 uses native YACC and YYDEBUG has other
15444              side effects.)
15445      Branch: perlio
15446            ! perly.c perly.y vms/perly_c.vms
15447 ____________________________________________________________________________
15448 [  9247] By: jhi                                   on 2001/03/19  19:59:53
15449         Log: 64-bit AIX dynaloading problem (see #9244) idea
15450              from Jens-Uwe Mager.
15451      Branch: maint-5.6/perl
15452            ! ext/DynaLoader/dl_aix.xs
15453 ____________________________________________________________________________
15454 [  9246] By: nick                                  on 2001/03/19  19:27:57
15455         Log: More EBCDIC fixes.
15456      Branch: perlio
15457            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
15458            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
15459 ____________________________________________________________________________
15460 [  9245] By: jhi                                   on 2001/03/19  19:05:19
15461         Log: Integrate change #9243 from mainline into maintperl.
15462              
15463              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
15464      Branch: maint-5.6/perl
15465           !> README.vmesa
15466 ____________________________________________________________________________
15467 [  9244] By: jhi                                   on 2001/03/19  19:03:15
15468         Log: Get 64bitall AIX building, but still does not test okay:
15469              dynaloading anything fails, for example for op/defins:
15470              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
15471              (update: fixed by #9247,9250)
15472      Branch: maint-5.6/perl
15473            ! hints/aix.sh
15474 ____________________________________________________________________________
15475 [  9243] By: jhi                                   on 2001/03/19  19:00:16
15476         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
15477              From: Robin Barker <rmb1@cise.npl.co.uk>
15478              Date: Mon, 19 Mar 2001 18:01:57 GMT
15479              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
15480      Branch: perl
15481            ! README.vmesa
15482 ____________________________________________________________________________
15483 [  9242] By: jhi                                   on 2001/03/19  18:58:43
15484         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
15485              
15486              TODO: tests.
15487      Branch: perl
15488            ! doop.c op.c
15489 ____________________________________________________________________________
15490 [  9241] By: gsar                                  on 2001/03/19  17:34:46
15491         Log: VMSify tests (from Charles Lane)
15492      Branch: maint-5.6/perl
15493            ! t/lib/filehand.t t/lib/texttabs.t
15494 ____________________________________________________________________________
15495 [  9240] By: jhi                                   on 2001/03/19  14:24:26
15496         Log: Integrate change #9233 from maintperl into mainline.
15497              
15498              some refcounts were incorrect in perl_clone()
15499      Branch: perl
15500           !> sv.c
15501 ____________________________________________________________________________
15502 [  9239] By: gsar                                  on 2001/03/19  09:23:17
15503         Log: this is 5.6.1-trial3
15504      Branch: maint-5.6/perl
15505            ! Changes
15506 ____________________________________________________________________________
15507 [  9238] By: gsar                                  on 2001/03/19  08:47:04
15508         Log: some new symbols are only available under ithreads
15509      Branch: maint-5.6/perl
15510            ! makedef.pl
15511 ____________________________________________________________________________
15512 [  9237] By: gsar                                  on 2001/03/19  08:42:28
15513         Log: update patchlevel.h, Changes, &c.
15514      Branch: maint-5.6/perl
15515            ! Changes patchlevel.h pod/perlhist.pod
15516           !> AUTHORS
15517 ____________________________________________________________________________
15518 [  9236] By: gsar                                  on 2001/03/19  08:17:49
15519         Log: integrate changes#8068,8717 from mainline
15520              
15521              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
15522              
15523              [PATCH CPAN 1.59_51] warning message (not!)
15524      Branch: maint-5.6/perl
15525           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
15526           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
15527           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
15528           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
15529           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
15530 ____________________________________________________________________________
15531 [  9235] By: gsar                                  on 2001/03/19  08:07:09
15532         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
15533              
15534              [PATCH] Add missing CV flags to dump.c
15535              
15536              Re: [patch] Re: PL_ptr_table
15537              
15538              Fixup non-ithread build after 8713
15539              
15540              Generated files form 8713 etc.
15541              
15542              Correct the correction :-(
15543              
15544              Documenting coderef @INC (Re: CPAN "make this script work" feature)
15545              
15546              Subject: Re: sync sync sync: have I missed any patches?
15547              Replace djSP with dSP.
15548      Branch: maint-5.6/perl
15549           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
15550           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
15551           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
15552           !> sv.c sv.h win32/perlhost.h
15553 ____________________________________________________________________________
15554 [  9234] By: gsar                                  on 2001/03/19  07:22:05
15555         Log: revert the change#9090 integrate for now (change looks somewhat
15556              incomplete in that [ha]v_exists() need something similar; lacks
15557              tests; &c.)
15558      Branch: maint-5.6/perl
15559            ! hv.c
15560 ____________________________________________________________________________
15561 [  9233] By: gsar                                  on 2001/03/19  07:10:01
15562         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
15563              destruction when there are unreferenced scalars (SvREFCNT==0)
15564      Branch: maint-5.6/perl
15565            ! sv.c
15566 ____________________________________________________________________________
15567 [  9232] By: jhi                                   on 2001/03/19  05:11:02
15568         Log: Regen api and toc.
15569      Branch: maint-5.6/perl
15570            ! pod/perlapi.pod pod/perltoc.pod
15571 ____________________________________________________________________________
15572 [  9231] By: jhi                                   on 2001/03/19  04:06:03
15573         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
15574              add a lost line in pp.c:pp_chop(), update to new op/chop.
15575              
15576              Clarify the description differentiating for and while; inspired by
15577              
15578              Subject: [ID 20010306.004] || != named unary operator
15579              
15580              The $Is_MacOS needs to be declared.
15581      Branch: maint-5.6/perl
15582            ! pp.c t/op/chop.t
15583           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
15584 ____________________________________________________________________________
15585 [  9230] By: jhi                                   on 2001/03/19  03:48:16
15586         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
15587              9079,9083,9089,9090,9091 from mainline to maintperl.
15588              
15589              Quieten some noise in Win32 builds
15590              
15591              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
15592              
15593              The perlretut was still talking about the old \p and \P
15594              definitions.
15595              
15596              More tweakage on the Unicode character class descriptions.
15597              
15598              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
15599              
15600              Subject: 'no *POSIX' Patch speeding up make on BS2000 
15601              
15602              Subject: [PATCH] perldata.pod here-doc docs
15603              
15604              Add /sbin and /usr/sbin to the list of directories scanned
15605              for setuid programs.  Takes care of bug id 20010309.003.
15606              
15607              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
15608              
15609              In op/stat #35 better to scan all the potential directories
15610              for setuids, not just the first one.
15611      Branch: maint-5.6/perl
15612            ! Makefile.SH
15613           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
15614           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
15615           !> t/op/stat.t toke.c win32/win32.h
15616 ____________________________________________________________________________
15617 [  9229] By: jhi                                   on 2001/03/19  02:31:50
15618         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
15619              From: Chris Nandor <pudge@pobox.com>
15620              Date: Sat, 10 Mar 2001 14:22:19 -0500
15621              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
15622      Branch: maint-5.6/perl
15623            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
15624            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
15625            ! t/lib/b.t t/lib/errno.t
15626 ____________________________________________________________________________
15627 [  9228] By: jhi                                   on 2001/03/19  02:29:59
15628         Log: Integrate changes #9113,9122 from mainline into maintperl.
15629              
15630              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?)
15631      Branch: maint-5.6/perl
15632           !> Configure README.os390 hints/os390.sh
15633 ____________________________________________________________________________
15634 [  9227] By: jhi                                   on 2001/03/19  02:22:35
15635         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
15636              into maintperl.
15637              
15638              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
15639              
15640              Forgot to check-in the larger part of #9120, duh.
15641              
15642              Subject: Another patch for integer.pm POD 
15643              
15644              h2ph strictness and cleanliness from Kurt Starsinic.
15645              
15646              Borland filename case problem.
15647              
15648              h2ph strictness and cleanliness from Kurt Starsinic.
15649              
15650              Subject: [PATCH] the uncontroversial doc patches
15651      Branch: maint-5.6/perl
15652           +> win32/sncfnmcs.pl
15653           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
15654           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
15655           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
15656           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
15657           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
15658           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
15659           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
15660 ____________________________________________________________________________
15661 [  9226] By: jhi                                   on 2001/03/19  02:10:21
15662         Log: Integrate changes #9207,9214 from mainline into maintperl.
15663              
15664              podchecker relaxations: =over has an *optional* number after it,
15665              and whitespace in L<> is okay.
15666      Branch: maint-5.6/perl
15667           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
15668           !> t/pod/poderrs.xr
15669 ____________________________________________________________________________
15670 [  9225] By: jhi                                   on 2001/03/19  02:07:38
15671         Log: Integrate change #9219 from maintperl into mainline.
15672              
15673              remove duplicated tests
15674      Branch: perl
15675           !> t/op/re_tests
15676 ____________________________________________________________________________
15677 [  9224] By: jhi                                   on 2001/03/19  02:06:11
15678         Log: Integrate change #9223 from mainline to maintperl.
15679              
15680              Document -Dmksymlinks.
15681      Branch: maint-5.6/perl
15682           !> INSTALL
15683 ____________________________________________________________________________
15684 [  9223] By: jhi                                   on 2001/03/19  02:01:25
15685         Log: Document -Dmksymlinks.
15686      Branch: perl
15687            ! INSTALL
15688 ____________________________________________________________________________
15689 [  9222] By: jhi                                   on 2001/03/19  01:15:35
15690         Log: The -Dmksymlinks wasn't working for maintperl.
15691      Branch: maint-5.6/perl
15692            ! Configure
15693 ____________________________________________________________________________
15694 [  9221] By: jhi                                   on 2001/03/19  00:49:43
15695         Log: Cleanup pixie residue.
15696      Branch: perl
15697            ! Makefile.SH
15698 ____________________________________________________________________________
15699 [  9220] By: jhi                                   on 2001/03/19  00:44:47
15700         Log: Document the use of pixie/prof; create make targets for it.
15701              
15702              TODO: make t/TEST pixie-aware.
15703      Branch: perl
15704            ! Makefile.SH pod/perlhack.pod
15705 ____________________________________________________________________________
15706 [  9219] By: gsar                                  on 2001/03/19  00:16:55
15707         Log: remove duplicated tests
15708      Branch: maint-5.6/perl
15709            ! t/op/re_tests
15710 ____________________________________________________________________________
15711 [  9218] By: jhi                                   on 2001/03/18  23:59:31
15712         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
15713      Branch: perl
15714            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
15715 ____________________________________________________________________________
15716 [  9217] By: jhi                                   on 2001/03/18  23:25:20
15717         Log: Rewrite the tests section of Makefile to be less redundant
15718              and to allow for more flexible test targets, many recursive
15719              make calls introduced.
15720      Branch: perl
15721            ! Makefile.SH
15722 ____________________________________________________________________________
15723 [  9216] By: jhi                                   on 2001/03/18  22:30:04
15724         Log: Document the use of Third Degree (sparsely).
15725      Branch: perl
15726            ! pod/perlhack.pod t/TEST
15727 ____________________________________________________________________________
15728 [  9215] By: jhi                                   on 2001/03/18  22:10:30
15729         Log: Make targets for testing with Third Degree.
15730      Branch: perl
15731            ! Makefile.SH
15732 ____________________________________________________________________________
15733 [  9214] By: jhi                                   on 2001/03/18  21:08:53
15734         Log: The podchecker relaxations need to mirrored also at the tests.
15735      Branch: perl
15736            ! t/pod/poderrs.xr
15737 ____________________________________________________________________________
15738 [  9213] By: jhi                                   on 2001/03/18  20:56:21
15739         Log: Update Changes.
15740      Branch: perl
15741            ! Changes patchlevel.h
15742 ____________________________________________________________________________
15743 [  9212] By: jhi                                   on 2001/03/18  20:36:59
15744         Log: Looking for config.sh in parent directories isn't
15745              very useful for the toplevel Makefile.
15746      Branch: perl
15747            ! Makefile.SH
15748 ____________________________________________________________________________
15749 [  9211] By: jhi                                   on 2001/03/18  20:33:37
15750         Log: On "make clean" take care of Third Degree droppings.
15751      Branch: perl
15752            ! Makefile.SH
15753 ____________________________________________________________________________
15754 [  9210] By: jhi                                   on 2001/03/18  20:21:34
15755         Log: Add a hook for running the tests under the Third Degree
15756              debugging tool (set $ENV{PERL_3LOG} to non-zero)
15757              
15758              TODO: Document the use of Third Degree.
15759      Branch: perl
15760            ! t/TEST
15761 ____________________________________________________________________________
15762 [  9209] By: jhi                                   on 2001/03/18  20:19:07
15763         Log: Regen toc and api pods.
15764      Branch: perl
15765            ! pod/perlapi.pod pod/perltoc.pod
15766 ____________________________________________________________________________
15767 [  9208] By: jhi                                   on 2001/03/18  20:12:12
15768         Log: Integrate changes #8128,9132 from mainline into maintperl,
15769              Tie::SubstrHash fixes.
15770      Branch: maint-5.6/perl
15771           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
15772 ____________________________________________________________________________
15773 [  9207] By: jhi                                   on 2001/03/18  20:07:43
15774         Log: podchecker relaxations from Michael Stevens.
15775      Branch: perl
15776            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
15777 ____________________________________________________________________________
15778 [  9206] By: jhi                                   on 2001/03/18  20:04:24
15779         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
15780      Branch: perl
15781            ! lib/Locale/Constants.pm lib/Locale/Country.pm
15782            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
15783            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
15784 ____________________________________________________________________________
15785 [  9205] By: jhi                                   on 2001/03/18  19:54:45
15786         Log: Integrate changes #9161,9162 from maintperl to mainline.
15787              
15788              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
15789              results
15790      Branch: perl
15791           !> t/op/magic.t
15792 ____________________________________________________________________________
15793 [  9204] By: jhi                                   on 2001/03/18  19:37:46
15794         Log: Make perl.third checks more understandable to the builder.
15795      Branch: perl
15796            ! Makefile.SH
15797 ____________________________________________________________________________
15798 [  9203] By: jhi                                   on 2001/03/18  19:20:54
15799         Log: Re-integrate #9138 from maintperl to mainline,
15800              the squelching of the unneeded "Scalars leaked" messages.
15801      Branch: perl
15802           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
15803           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
15804           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
15805 ____________________________________________________________________________
15806 [  9202] By: jhi                                   on 2001/03/18  18:48:36
15807         Log: More robust and more paranoid perl.third target.
15808      Branch: perl
15809            ! Makefile.SH
15810 ____________________________________________________________________________
15811 [  9201] By: jhi                                   on 2001/03/18  18:39:21
15812         Log: Integrate change #9197 from maintperl to mainline.
15813              
15814              more thorough cleaning of arenas.
15815      Branch: perl
15816           !> embed.pl perl.c proto.h sv.c t/op/sort.t
15817 ____________________________________________________________________________
15818 [  9200] By: jhi                                   on 2001/03/18  18:25:17
15819         Log: Integrate perlio.
15820      Branch: perl
15821           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
15822           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
15823           !> t/lib/encode.t toke.c universal.c utf8.c
15824 ____________________________________________________________________________
15825 [  9199] By: nick                                  on 2001/03/18  15:23:51
15826         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
15827              is the sense of the test being done. Avoid some magical 127 and 128 values
15828              by using macros.
15829      Branch: perlio
15830            ! doop.c pp_ctl.c sv.c toke.c
15831 ____________________________________________________________________________
15832 [  9198] By: nick                                  on 2001/03/18  14:18:12
15833         Log: UTF-X encoding invariance for Encode:
15834              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
15835              - move the XS code for those to universal.c (so in miniperl)
15836              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
15837              - change ext/Encode/compile to use above.
15838              - Fix t/lib/encode.t for above
15839              - Teach t/lib/b.t to expect -uutf8
15840              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
15841              utf8.pm is needed.
15842      Branch: perlio
15843            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
15844            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
15845 ____________________________________________________________________________
15846 [  9197] By: gsar                                  on 2001/03/18  12:15:57
15847         Log: more thorough cleaning of arenas--keep going until no more
15848              SvREFCNT_dec()s occur (this fixes the problem that causes the
15849              pesky "Scalars leaked" warnings)
15850      Branch: maint-5.6/perl
15851            ! embed.pl perl.c proto.h sv.c t/op/sort.t
15852 ____________________________________________________________________________
15853 [  9196] By: nick                                  on 2001/03/18  10:57:29
15854         Log: Fix pragma/utf8.t # 15
15855              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
15856              are SvUTF8 as well.
15857      Branch: perlio
15858            ! toke.c
15859 ____________________________________________________________________________
15860 [  9195] By: nick                                  on 2001/03/18  09:27:06
15861         Log: Integrate mainline
15862      Branch: perlio
15863           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
15864           !> t/op/pat.t
15865 ____________________________________________________________________________
15866 [  9194] By: jhi                                   on 2001/03/18  05:29:59
15867         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
15868              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
15869      Branch: perl
15870            ! op.c op.h t/op/misc.t t/op/pat.t
15871 ____________________________________________________________________________
15872 [  9193] By: jhi                                   on 2001/03/18  05:15:06
15873         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
15874      Branch: perl
15875            ! mg.c t/op/pat.t
15876 ____________________________________________________________________________
15877 [  9192] By: jhi                                   on 2001/03/18  04:22:43
15878         Log: tr/// UTF-8 patches from Inaba Hiroto.
15879      Branch: perl
15880            ! doop.c op.c
15881 ____________________________________________________________________________
15882 [  9191] By: jhi                                   on 2001/03/18  04:21:17
15883         Log: Integrate perlio.
15884      Branch: perl
15885           !> utf8.c utfebcdic.h
15886 ____________________________________________________________________________
15887 [  9190] By: nick                                  on 2001/03/17  20:32:01
15888         Log: Correct #if EBCDIC side typos.
15889              Builds and passes many tests on OS390.
15890      Branch: perlio
15891            ! utf8.c utfebcdic.h
15892 ____________________________________________________________________________
15893 [  9189] By: jhi                                   on 2001/03/17  18:55:49
15894         Log: Add prerequisites for the perl.third target.
15895      Branch: perl
15896            ! Makefile.SH
15897 ____________________________________________________________________________
15898 [  9188] By: jhi                                   on 2001/03/17  18:46:00
15899         Log: Integrate perlio.
15900      Branch: perl
15901           +> utfebcdic.h
15902           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
15903 ____________________________________________________________________________
15904 [  9187] By: jhi                                   on 2001/03/17  18:38:47
15905         Log: Add a make rule for perl.third (the Third Degree memory debugging
15906              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
15907      Branch: perl
15908            ! Makefile.SH
15909 ____________________________________________________________________________
15910 [  9186] By: nick                                  on 2001/03/17  18:34:48
15911         Log: MANIFEST addition :-(
15912      Branch: perlio
15913            ! MANIFEST
15914 ____________________________________________________________________________
15915 [  9185] By: nick                                  on 2001/03/17  18:29:50
15916         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
15917              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
15918              a superset of ASCII are invariant under the encoding. This is EBCDIC
15919              friendly as an encoded string can be looked at as being EBCDIC by lexer
15920              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
15921              ASCII on ASCII machines.
15922              
15923              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
15924              seperate.
15925              - Add some more macros to comprehend different shift amounts and
15926              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
15927              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
15928              and conditionaly #include it.
15929              
15930              EBCDIC build as yet untested.  ASCII still fails the one test.
15931      Branch: perlio
15932            + utfebcdic.h
15933            ! utf8.c utf8.h
15934 ____________________________________________________________________________
15935 [  9184] By: nick                                  on 2001/03/17  17:44:16
15936         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
15937      Branch: perlio
15938            ! doop.c perl.h pp.c utf8.h
15939 ____________________________________________________________________________
15940 [  9183] By: jhi                                   on 2001/03/17  15:55:42
15941         Log: Integrate perlio.
15942      Branch: perl
15943            ! MANIFEST
15944           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
15945 ____________________________________________________________________________
15946 [  9182] By: nick                                  on 2001/03/17  09:16:06
15947         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
15948      Branch: perlio
15949            ! t/op/pat.t
15950 ____________________________________________________________________________
15951 [  9181] By: nick                                  on 2001/03/17  09:15:11
15952         Log: Integrate mainline.
15953      Branch: perlio
15954           +> lib/Locale/Constants.pm lib/Locale/Country.pm
15955           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
15956           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
15957           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
15958           !> (integrate 83 files)
15959 ____________________________________________________________________________
15960 [  9180] By: nick                                  on 2001/03/16  17:23:21
15961         Log: EBCDIC Fixes.
15962      Branch: perlio
15963            ! perl.h sv.c toke.c utf8.c utf8.h
15964 ____________________________________________________________________________
15965 [  9179] By: jhi                                   on 2001/03/16  14:10:12
15966         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
15967              a change needed to work around an AIX compiler bug.
15968      Branch: perl
15969            ! ext/Storable/Storable.xs
15970 ____________________________________________________________________________
15971 [  9178] By: jhi                                   on 2001/03/16  03:19:59
15972         Log: With Damian's approval synchronize damian's modules'
15973              licensing with Perl's standard module licensing.
15974      Branch: perl
15975            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
15976 ____________________________________________________________________________
15977 [  9177] By: jhi                                   on 2001/03/16  03:15:34
15978         Log: Make the Filter::Util:Call files have their own copies
15979              of the Perl standard module licensing, from Paul Marquess.
15980      Branch: perl
15981            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15982 ____________________________________________________________________________
15983 [  9176] By: jhi                                   on 2001/03/16  02:56:04
15984         Log: Subject: [PATCH] more pod patches
15985              From: Michael Stevens <michael@etla.org>
15986              Date: Thu, 15 Mar 2001 21:25:18 +0000
15987              Message-ID: <20010315212518.A18870@firedrake.org>
15988      Branch: perl
15989            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
15990            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
15991            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
15992            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
15993            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
15994            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
15995            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
15996            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
15997            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
15998            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
15999            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
16000            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
16001            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
16002            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
16003            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
16004            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
16005            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
16006            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
16007            ! lib/Locale/Country.pm lib/Locale/Language.pm
16008            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
16009            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
16010            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
16011            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
16012            ! os2/OS2/Process/Process.pm
16013 ____________________________________________________________________________
16014 [  9175] By: jhi                                   on 2001/03/16  02:53:32
16015         Log: Subject: [PATCH] the uncontroversial doc patches
16016              From: Michael Stevens <michael@etla.org>
16017              Date: Thu, 15 Mar 2001 20:01:12 +0000
16018              Message-ID: <20010315200112.A7636@firedrake.org>
16019      Branch: perl
16020            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
16021            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
16022            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
16023            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
16024            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
16025 ____________________________________________________________________________
16026 [  9174] By: jhi                                   on 2001/03/16  02:50:49
16027         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
16028              From: Paul Lindner <lindner@inuus.com>
16029              Date: Fri, 16 Mar 2001 11:28:03 -0800
16030              Message-ID: <20010316112803.A7577@inuus.com>
16031      Branch: perl
16032            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16033 ____________________________________________________________________________
16034 [  9173] By: nick                                  on 2001/03/15  20:21:03
16035         Log: 1st day's EBCDIC fixes:
16036              - toke.c's parsing of strings needed attention
16037              needed to conditionally e2a if string was already UTF-8
16038              - e2a/a2e tables where wrong way round.
16039              - new macros in utf8.h
16040      Branch: perlio
16041            ! perl.h toke.c utf8.h
16042 ____________________________________________________________________________
16043 [  9172] By: jhi                                   on 2001/03/15  15:17:17
16044         Log: Update Changes.
16045      Branch: perl
16046            ! Changes patchlevel.h
16047 ____________________________________________________________________________
16048 [  9171] By: jhi                                   on 2001/03/15  15:09:32
16049         Log: Subject: Re: Another Borland C++ problem.
16050              From: "Vadim Konovalov" <watman@inbox.ru>
16051              Date: Sat, 10 Mar 2001 19:26:07 +0300
16052              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
16053              
16054              Borland filename case problem.
16055      Branch: perl
16056            + win32/sncfnmcs.pl
16057            ! MANIFEST README.win32
16058 ____________________________________________________________________________
16059 [  9170] By: jhi                                   on 2001/03/15  14:54:23
16060         Log: Add Locale::Codes 1.06, from Neil Bowers.
16061      Branch: perl
16062            + lib/Locale/Constants.pm lib/Locale/Country.pm
16063            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
16064            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
16065            + t/lib/lc-language.t t/lib/lc-uk.t
16066            ! MANIFEST
16067 ____________________________________________________________________________
16068 [  9169] By: jhi                                   on 2001/03/15  14:19:01
16069         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
16070      Branch: perl
16071            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16072            ! ext/Storable/Storable.xs
16073 ____________________________________________________________________________
16074 [  9168] By: jhi                                   on 2001/03/15  14:13:22
16075         Log: Integrate changes #9120,9167 from mainline to maintperl.
16076              
16077              Subject: [PATCH 5.6.1] OS/2 docs
16078              
16079              Subject: [PATCH 5.6.1] perldoc
16080      Branch: maint-5.6/perl
16081           !> os2/Changes utils/perldoc.PL
16082 ____________________________________________________________________________
16083 [  9167] By: jhi                                   on 2001/03/15  14:07:42
16084         Log: Subject: [PATCH 5.6.1] perldoc
16085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16086              Date: Wed, 14 Mar 2001 23:46:52 -0500
16087              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
16088      Branch: perl
16089            ! utils/perldoc.PL
16090 ____________________________________________________________________________
16091 [  9166] By: jhi                                   on 2001/03/15  13:53:15
16092         Log: sigaction test condition tweakage.
16093      Branch: perl
16094            ! t/lib/sigaction.t
16095 ____________________________________________________________________________
16096 [  9165] By: alanbur                               on 2001/03/15  03:49:17
16097         Log: Resynchronised with parent
16098      Branch: maint-5.6/pureperl
16099           +> os2/os2add.sym t/op/anonsub.t
16100           !> (integrate 72 files)
16101 ____________________________________________________________________________
16102 [  9164] By: jhi                                   on 2001/03/15  01:05:01
16103         Log: Avoid stomping off the beginning of an array in tr///.
16104      Branch: perl
16105            ! op.c
16106 ____________________________________________________________________________
16107 [  9163] By: jhi                                   on 2001/03/15  00:58:57
16108         Log: h2ph strictness and cleanliness from Kurt Starsinic.
16109      Branch: perl
16110            ! utils/h2ph.PL
16111 ____________________________________________________________________________
16112 [  9162] By: gsar                                  on 2001/03/15  00:56:53
16113         Log: avoid warnings
16114      Branch: maint-5.6/perl
16115            ! t/op/magic.t
16116 ____________________________________________________________________________
16117 [  9161] By: gsar                                  on 2001/03/15  00:52:09
16118         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
16119              results
16120      Branch: maint-5.6/perl
16121            ! t/op/magic.t
16122 ____________________________________________________________________________
16123 [  9160] By: jhi                                   on 2001/03/14  22:02:10
16124         Log: Do not use the Perl malloc in IRIX, suggested by
16125              Helmus Jarausch.
16126      Branch: perl
16127            ! hints/irix_6.sh
16128 ____________________________________________________________________________
16129 [  9159] By: nick                                  on 2001/03/14  21:45:59
16130         Log: Integrate mainline
16131      Branch: perlio
16132           +> t/op/loopctl.t
16133           !> (integrate 41 files)
16134 ____________________________________________________________________________
16135 [  9158] By: jhi                                   on 2001/03/14  21:10:09
16136         Log: The Day of the Retractions continues: the #9138
16137              (integrated in #9144) doesn't work well in mainline.
16138      Branch: perl
16139            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
16140            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
16141            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
16142 ____________________________________________________________________________
16143 [  9157] By: jhi                                   on 2001/03/14  20:58:12
16144         Log: The #9145 CANNOT be enabled: the clear_pmop code still
16145              dumps core all over in Tru64.
16146      Branch: perl
16147            ! op.c op.h t/op/pat.t
16148 ____________________________________________________________________________
16149 [  9156] By: jhi                                   on 2001/03/14  20:48:06
16150         Log: Integrate change #9154 from maintperl to mainline.
16151              
16152              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
16153              (caused Storable 1.0.10 to break on windows)
16154      Branch: perl
16155           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
16156           !> perlapi.c proto.h
16157 ____________________________________________________________________________
16158 [  9155] By: jhi                                   on 2001/03/14  20:23:53
16159         Log: Retract #9136: breaks threading (and binary compatibility).
16160      Branch: perl
16161            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
16162 ____________________________________________________________________________
16163 [  9154] By: gsar                                  on 2001/03/14  17:48:18
16164         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
16165              (caused Storable 1.0.10 to break on windows)
16166      Branch: maint-5.6/perl
16167            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
16168            ! perlapi.c proto.h
16169 ____________________________________________________________________________
16170 [  9153] By: jhi                                   on 2001/03/14  13:35:21
16171         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
16172      Branch: perl
16173            ! t/lib/sigaction.t
16174 ____________________________________________________________________________
16175 [  9152] By: gsar                                  on 2001/03/14  07:29:40
16176         Log: back out changes#9012,9010,9009 and parts of change#9016
16177              (causes ABRs under purify, and some prerequisites don't
16178              seem to be there in 5.6.x)
16179      Branch: maint-5.6/perl
16180            ! doop.c op.c t/op/tr.t toke.c
16181 ____________________________________________________________________________
16182 [  9151] By: gsar                                  on 2001/03/14  07:01:29
16183         Log: reenable change#9145 (the test was busted due to a missing
16184              C<print "ok 27\n">)
16185      Branch: perl
16186            ! op.c op.h t/op/pat.t
16187 ____________________________________________________________________________
16188 [  9150] By: jhi                                   on 2001/03/14  06:38:36
16189         Log: Retract #9145.
16190      Branch: perl
16191            ! op.c op.h t/op/pat.t
16192 ____________________________________________________________________________
16193 [  9149] By: jhi                                   on 2001/03/14  06:14:56
16194         Log: Retract #9143.
16195      Branch: perl
16196            ! op.c
16197 ____________________________________________________________________________
16198 [  9148] By: gsar                                  on 2001/03/14  06:13:02
16199         Log: Uninitialized Memory Read in regexec.c
16200      Branch: perl
16201            ! regexec.c
16202 ____________________________________________________________________________
16203 [  9147] By: jhi                                   on 2001/03/14  04:59:54
16204         Log: Subject: PATCH: make goto work in nested eval ""
16205              From: Robin Houston <robin@kitsite.com>
16206              Date: Wed, 14 Mar 2001 04:16:10 +0000
16207              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
16208      Branch: perl
16209            ! pp_ctl.c t/op/goto.t
16210 ____________________________________________________________________________
16211 [  9146] By: jhi                                   on 2001/03/14  04:42:54
16212         Log: Preserve the #ifdef PERL_CORE in perly.h.
16213      Branch: perl
16214            ! perly.fixer
16215 ____________________________________________________________________________
16216 [  9145] By: jhi                                   on 2001/03/14  03:57:41
16217         Log: (Retracted by #9150.)
16218      Branch: perl
16219            ! op.c op.h t/op/pat.t
16220 ____________________________________________________________________________
16221 [  9144] By: jhi                                   on 2001/03/14  03:50:38
16222         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
16223              
16224              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
16225              
16226              remove squelch controls for "Scalars leaked" messages in most places
16227              (these are now cured)
16228              
16229              fix another memory leak reported by purify (tie callbacks that
16230              croak can leak when wiping out magic)
16231      Branch: perl
16232           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
16233           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
16234           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
16235           !> t/pragma/warnings.t
16236 ____________________________________________________________________________
16237 [  9143] By: jhi                                   on 2001/03/14  03:37:53
16238         Log: (Retracted by #9149.)
16239      Branch: perl
16240            ! op.c
16241 ____________________________________________________________________________
16242 [  9142] By: gsar                                  on 2001/03/14  03:20:48
16243         Log: fix another memory leak reported by purify (tie callbacks that
16244              croak can leak when wiping out magic)
16245      Branch: maint-5.6/perl
16246            ! scope.c
16247 ____________________________________________________________________________
16248 [  9141] By: jhi                                   on 2001/03/14  02:55:00
16249         Log: Subject: PATCH for [ID 20010305.003]
16250              From: Robin Houston <robin@kitsite.com>
16251              Date: Wed, 14 Mar 2001 02:45:51 +0000
16252              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
16253      Branch: perl
16254            ! pp_ctl.c t/op/eval.t
16255 ____________________________________________________________________________
16256 [  9140] By: jhi                                   on 2001/03/14  02:41:54
16257         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
16258              Date: Wed, 14 Mar 2001 01:52:51 +0000
16259              From: Robin Houston <robin@kitsite.com>
16260              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
16261              
16262              Fix for 2000313.004.
16263      Branch: perl
16264            ! pp_ctl.c t/op/goto.t
16265 ____________________________________________________________________________
16266 [  9139] By: jhi                                   on 2001/03/14  02:40:50
16267         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
16268              From: Robin Houston <robin@kitsite.com>
16269              Date: Wed, 14 Mar 2001 00:43:45 +0000
16270              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
16271      Branch: perl
16272            + t/op/loopctl.t
16273            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
16274            ! vms/perly_c.vms
16275 ____________________________________________________________________________
16276 [  9138] By: gsar                                  on 2001/03/14  01:18:00
16277         Log: remove squelch controls for "Scalars leaked" messages in most places
16278              (these are now cured)
16279      Branch: maint-5.6/perl
16280            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
16281            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
16282            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
16283 ____________________________________________________________________________
16284 [  9137] By: gsar                                  on 2001/03/14  00:57:04
16285         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
16286      Branch: maint-5.6/perl
16287            ! regcomp.c
16288 ____________________________________________________________________________
16289 [  9136] By: jhi                                   on 2001/03/13  23:12:24
16290         Log: (Retracted by #9155)
16291              
16292              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
16293              From: Jens-Uwe Mager <jum@helios.de>
16294              Date: Wed, 21 Feb 2001 21:32:04 +0100
16295              Message-ID: <20010221213203.A18340@ans.helios.de>
16296      Branch: perl
16297            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
16298 ____________________________________________________________________________
16299 [  9135] By: jhi                                   on 2001/03/13  22:50:05
16300         Log: Integrate perlio.
16301      Branch: perl
16302           !> pp.c
16303 ____________________________________________________________________________
16304 [  9134] By: jhi                                   on 2001/03/13  22:49:05
16305         Log: Integrate change #9131 from maintperl into mainline.
16306              
16307              make the error text look more consistent in hints/hpux.sh
16308      Branch: perl
16309           !> hints/hpux.sh
16310 ____________________________________________________________________________
16311 [  9133] By: gsar                                  on 2001/03/13  22:46:20
16312         Log: integrate change#9067 from mainline
16313              
16314              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
16315      Branch: maint-5.6/perl
16316           !> lib/ExtUtils/MM_Unix.pm
16317 ____________________________________________________________________________
16318 [  9132] By: jhi                                   on 2001/03/13  22:41:21
16319         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
16320              From: "John P. Linderman" <jpl@research.att.com>
16321              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
16322              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
16323              
16324              A more correct prime finder.
16325      Branch: perl
16326            ! lib/Tie/SubstrHash.pm
16327 ____________________________________________________________________________
16328 [  9131] By: gsar                                  on 2001/03/13  22:30:42
16329         Log: make the error text look more consistent in hints/hpux.sh
16330      Branch: maint-5.6/perl
16331            ! hints/hpux.sh
16332 ____________________________________________________________________________
16333 [  9130] By: jhi                                   on 2001/03/13  22:23:44
16334         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
16335              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16336              Date: Tue, 13 Mar 2001 18:41:26 +0100
16337              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
16338              
16339              If the test is run non-interactively the default handler
16340              is different.
16341      Branch: perl
16342            ! t/lib/sigaction.t
16343 ____________________________________________________________________________
16344 [  9129] By: jhi                                   on 2001/03/13  22:20:21
16345         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
16346              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16347              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
16348              Date:     Tue, 13 Mar 2001 16:44:32 EST
16349      Branch: perl
16350            ! t/lib/1_compile.t
16351 ____________________________________________________________________________
16352 [  9128] By: jhi                                   on 2001/03/13  22:18:34
16353         Log: Subject: Another patch for integer.pm POD 
16354              From: "John L. Allen" <allen@grumman.com>
16355              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
16356              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
16357      Branch: perl
16358            ! lib/integer.pm
16359 ____________________________________________________________________________
16360 [  9127] By: nick                                  on 2001/03/13  21:26:30
16361         Log: Integrate mainline.
16362      Branch: perlio
16363           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
16364           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
16365           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
16366           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
16367           !> Changes Configure MANIFEST README.os2 README.os390
16368           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
16369           !> os2/Changes patchlevel.h win32/perlhost.h
16370 ____________________________________________________________________________
16371 [  9126] By: nick                                  on 2001/03/13  20:39:51
16372         Log: #ifdef'ed out code to make packed side of pack/unpack
16373              octets. (i.e. pack('U') => encode_utf8).
16374      Branch: perlio
16375            ! pp.c
16376 ____________________________________________________________________________
16377 [  9125] By: jhi                                   on 2001/03/13  15:07:16
16378         Log: Update Changes.
16379      Branch: perl
16380            ! Changes patchlevel.h
16381 ____________________________________________________________________________
16382 [  9124] By: jhi                                   on 2001/03/13  14:22:45
16383         Log: Workaround for the buggy ("internal compiler error")
16384              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
16385              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
16386              of Andreas König.
16387      Branch: perl
16388            ! ext/re/Makefile.PL hints/aix.sh
16389 ____________________________________________________________________________
16390 [  9123] By: jhi                                   on 2001/03/13  03:24:34
16391         Log: Typo in #9114.
16392      Branch: metaconfig
16393            ! U/modified/myhostname.U
16394 ____________________________________________________________________________
16395 [  9122] By: jhi                                   on 2001/03/13  03:24:06
16396         Log: Typo in #9113.
16397      Branch: perl
16398            ! Configure
16399 ____________________________________________________________________________
16400 [  9121] By: jhi                                   on 2001/03/13  01:53:05
16401         Log: Forgot to check-in the larger part of #9120, duh.
16402      Branch: perl
16403            ! README.os2
16404 ____________________________________________________________________________
16405 [  9120] By: jhi                                   on 2001/03/13  01:51:31
16406         Log: Subject: [PATCH 5.6.1] OS/2 docs
16407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16408              Date: Mon, 12 Mar 2001 03:27:32 -0500
16409              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
16410      Branch: perl
16411            ! os2/Changes
16412 ____________________________________________________________________________
16413 [  9119] By: jhi                                   on 2001/03/13  01:49:41
16414         Log: Integrate change #9116 from maintperl into mainline.
16415              
16416              Win32::GetCwd() returns C: instead of C:\ in the root directory
16417              under ithreads
16418      Branch: perl
16419           !> win32/perlhost.h
16420 ____________________________________________________________________________
16421 [  9118] By: jhi                                   on 2001/03/13  01:13:39
16422         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
16423      Branch: perl
16424            + lib/Switch.pm t/lib/switch.t
16425            ! MANIFEST
16426 ____________________________________________________________________________
16427 [  9117] By: jhi                                   on 2001/03/13  01:03:17
16428         Log: Add Text::Balanced 1.83.
16429      Branch: perl
16430            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
16431            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
16432            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
16433            + t/lib/tb-xvari.t
16434            ! MANIFEST
16435 ____________________________________________________________________________
16436 [  9116] By: gsar                                  on 2001/03/13  00:55:53
16437         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
16438              under ithreads
16439      Branch: maint-5.6/perl
16440            ! win32/perlhost.h
16441 ____________________________________________________________________________
16442 [  9115] By: jhi                                   on 2001/03/13  00:54:09
16443         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
16444              From: "John L. Allen" <allen@grumman.com>
16445              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
16446              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
16447              
16448              use integer document clarification.
16449      Branch: perl
16450            ! lib/integer.pm
16451 ____________________________________________________________________________
16452 [  9114] By: jhi                                   on 2001/03/13  00:38:54
16453         Log: Metaconfig unit change for #9113.
16454      Branch: metaconfig
16455            ! U/modified/myhostname.U
16456 ____________________________________________________________________________
16457 [  9113] By: jhi                                   on 2001/03/13  00:38:35
16458         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?)
16459              From: Peter Prymmer <pvhp@forte.com>
16460              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
16461              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
16462      Branch: perl
16463            ! Configure README.os390 hints/os390.sh
16464 ____________________________________________________________________________
16465 [  9112] By: jhi                                   on 2001/03/13  00:29:00
16466         Log: Integrate perlio.
16467      Branch: perl
16468           !> sv.c utf8.h
16469 ____________________________________________________________________________
16470 [  9111] By: nick                                  on 2001/03/12  21:16:33
16471         Log: Integrate mainline.
16472      Branch: perlio
16473           +> t/op/anonsub.t
16474           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
16475           !> proto.h sv.c
16476 ____________________________________________________________________________
16477 [  9110] By: nick                                  on 2001/03/12  21:00:13
16478         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
16479      Branch: perlio
16480            ! sv.c utf8.h
16481 ____________________________________________________________________________
16482 [  9109] By: jhi                                   on 2001/03/12  16:04:47
16483         Log: Integrate change #9108 from maintperl to mainline.
16484              
16485              fix memory leak in C<sub X { sub {} }> arising from a refcount
16486              loop between the outer sub and the inner prototype anonsub
16487              
16488              this also enables closures returned by subroutines that
16489              subsequently get redefined to work without generating coredumps :)
16490              
16491              completely removed the free_closures() hack--it shouldn't be
16492              needed anymore
16493      Branch: perl
16494           +> t/op/anonsub.t
16495           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
16496           !> proto.h sv.c
16497 ____________________________________________________________________________
16498 [  9108] By: gsar                                  on 2001/03/12  10:21:31
16499         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
16500              loop between the outer sub and the inner prototype anonsub
16501              
16502              this also enables closures returned by subroutines that
16503              subsequently get redefined to work without generating coredumps :)
16504              
16505              completely removed the free_closures() hack--it shouldn't be
16506              needed anymore
16507      Branch: maint-5.6/perl
16508            + t/op/anonsub.t
16509            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
16510            ! proto.h sv.c
16511 ____________________________________________________________________________
16512 [  9107] By: jhi                                   on 2001/03/12  05:15:31
16513         Log: Integrate perlio.
16514      Branch: perl
16515           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
16516 ____________________________________________________________________________
16517 [  9106] By: nick                                  on 2001/03/11  20:10:12
16518         Log: regcomp.c is working in native space, not Unicode space (if different)
16519              as it is doing compare against 'W' in \W etc.
16520      Branch: perlio
16521            ! regcomp.c
16522 ____________________________________________________________________________
16523 [  9105] By: nick                                  on 2001/03/11  19:39:34
16524         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
16525              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
16526      Branch: perlio
16527            ! regcomp.c toke.c utf8.c
16528 ____________________________________________________________________________
16529 [  9104] By: nick                                  on 2001/03/11  18:15:44
16530         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
16531      Branch: perlio
16532            ! sv.c
16533 ____________________________________________________________________________
16534 [  9103] By: nick                                  on 2001/03/11  18:03:28
16535         Log: Integrate mainline (for regexp stuff).
16536      Branch: perlio
16537           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
16538           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
16539           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
16540           !> t/lib/errno.t t/op/pat.t
16541 ____________________________________________________________________________
16542 [  9102] By: nick                                  on 2001/03/11  17:44:20
16543         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
16544              - exclude layer syms in makedef.pl for sfio
16545              - also inhibit Encode from trying to build ":encode()" layer.
16546      Branch: perlio
16547            ! ext/Encode/Encode.xs makedef.pl
16548 ____________________________________________________________________________
16549 [  9101] By: jhi                                   on 2001/03/10  22:38:13
16550         Log: The $Is_MacOS needs to be declared.
16551      Branch: perl
16552            ! lib/ExtUtils/Manifest.pm
16553 ____________________________________________________________________________
16554 [  9100] By: jhi                                   on 2001/03/10  22:14:29
16555         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
16556              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
16557              pollute the symbolspace if using sfio.
16558      Branch: perl
16559            ! ext/Encode/Encode.xs
16560 ____________________________________________________________________________
16561 [  9099] By: jhi                                   on 2001/03/10  21:58:48
16562         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
16563              Date: Sat, 10 Mar 2001 14:23:55 -0500
16564              From: Chris Nandor <pudge@pobox.com>
16565              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
16566      Branch: perl
16567            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
16568            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
16569            ! t/lib/errno.t
16570 ____________________________________________________________________________
16571 [  9098] By: jhi                                   on 2001/03/10  21:38:30
16572         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
16573      Branch: perl
16574            ! regcomp.c regexec.c t/op/pat.t
16575 ____________________________________________________________________________
16576 [  9097] By: jhi                                   on 2001/03/10  14:38:07
16577         Log: Integrate perlio.
16578      Branch: perl
16579           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
16580           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
16581           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
16582 ____________________________________________________________________________
16583 [  9096] By: nick                                  on 2001/03/10  11:55:43
16584         Log: EBCDIC sanity - phase I
16585              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
16586              - use utf8n_xxxx (c.f. pvn) for forms which take length.
16587              - back out vN.N and $^V exceptions to e2a/a2e
16588              - make "locale" isxxx macros be uvchr (may be redundant?)
16589              
16590              Not clear yet that toUPPER_uni et. al. return being handled correctly.
16591              The tr// and rexexp stuff still needs an audit, assumption is they are working
16592              in Unicode space.
16593              
16594              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
16595      Branch: perlio
16596            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
16597            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
16598            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
16599 ____________________________________________________________________________
16600 [  9095] By: jhi                                   on 2001/03/09  22:10:01
16601         Log: Integrate perlio.
16602      Branch: perl
16603           !> dump.c
16604 ____________________________________________________________________________
16605 [  9094] By: nick                                  on 2001/03/09  17:36:38
16606         Log: Builds an passes all tests after integrate and this tweak.
16607      Branch: perlio
16608            ! dump.c
16609 ____________________________________________________________________________
16610 [  9093] By: nick                                  on 2001/03/09  17:16:03
16611         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
16612      Branch: perlio
16613           +> lib/unicode/Scripts.txt t/lib/sigaction.t
16614           !> (integrate 79 files)
16615 ____________________________________________________________________________
16616 [  9092] By: jhi                                   on 2001/03/09  15:28:26
16617         Log: Update Changes.
16618      Branch: perl
16619            ! Changes patchlevel.h
16620 ____________________________________________________________________________
16621 [  9091] By: jhi                                   on 2001/03/09  15:25:05
16622         Log: In op/stat #35 better to scan all the potential directories
16623              for setuids, not just the first one.
16624      Branch: perl
16625            ! t/op/stat.t
16626 ____________________________________________________________________________
16627 [  9090] By: jhi                                   on 2001/03/09  15:01:27
16628         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
16629              From: rspier@pobox.com (Robert Spier)
16630              Date: Fri, 9 Mar 2001 03:30:20 -0500
16631              Message-ID: <15016.38044.381174.160189@rls.cx>
16632              
16633              EXISTS() returning undef mistakenly triggered a FETCH().
16634      Branch: perl
16635            ! hv.c
16636 ____________________________________________________________________________
16637 [  9089] By: jhi                                   on 2001/03/09  14:59:02
16638         Log: Add /sbin and /usr/sbin to the list of directories scanned
16639              for setuid programs.  Takes care of bug id 20010309.003.
16640      Branch: perl
16641            ! t/op/stat.t
16642 ____________________________________________________________________________
16643 [  9088] By: jhi                                   on 2001/03/09  14:48:32
16644         Log: Regen perlapi, perltoc.
16645      Branch: perl
16646            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
16647 ____________________________________________________________________________
16648 [  9087] By: jhi                                   on 2001/03/09  14:38:56
16649         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
16650              From: David Mitchell <davem@fdgroup.co.uk>
16651              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
16652              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
16653      Branch: perl
16654            ! dump.c perl.c perl.h pod/perlrun.pod
16655 ____________________________________________________________________________
16656 [  9086] By: jhi                                   on 2001/03/09  01:47:16
16657         Log: A modified version of
16658              
16659              Subject: [ID 20010307.005] POSIX::sigaction has various problems
16660              From: anders@broadcom.com
16661              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
16662              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
16663              
16664              Currently the sigaction.t test #6 fails (and is fudged to look
16665              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
16666              This may well be a genuine bug in Linux sigaction() (since at
16667              least Tru64, Solaris, and HP-UX disagree with Linux).
16668              Anyone with POSIX / SUSv2 tome handy?  The problem is that
16669              the flags of the oldaction don't match with the flags in
16670              the previously installed disposition.
16671      Branch: perl
16672            + t/lib/sigaction.t
16673            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
16674 ____________________________________________________________________________
16675 [  9085] By: jhi                                   on 2001/03/09  01:30:13
16676         Log: Subject: Re: mission impossible for the day
16677              From: Alex Gough <alex@rcon.org>
16678              Date: Thu, 08 Mar 2001 17:18:19 +0000
16679              Message-ID: <3AA7BEDB.8070409@rcon.org>
16680              
16681              If references (are overloaded) and can be directly stringified,
16682              show that instead of "stringified".
16683              
16684              (The problem, infinite mutual recursion caused by overloaded bool
16685              in Switch.pm, tracked by David Mitchell)
16686      Branch: perl
16687            ! lib/Carp/Heavy.pm
16688 ____________________________________________________________________________
16689 [  9084] By: jhi                                   on 2001/03/09  01:20:39
16690         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
16691              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
16692              From: David Mitchell <davem@fdgroup.co.uk>
16693              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
16694      Branch: perl
16695            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
16696            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
16697 ____________________________________________________________________________
16698 [  9083] By: jhi                                   on 2001/03/09  01:16:51
16699         Log: Subject: [PATCH] perldata.pod here-doc docs
16700              From: Jeff Pinyan <jeffp@crusoe.net>
16701              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
16702              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
16703      Branch: perl
16704            ! pod/perldata.pod
16705 ____________________________________________________________________________
16706 [  9082] By: jhi                                   on 2001/03/09  01:01:27
16707         Log: Subject: Re: Unicode/EBCDIC
16708              From: Peter Prymmer <pvhp@forte.com>
16709              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
16710              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
16711      Branch: perl
16712            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
16713 ____________________________________________________________________________
16714 [  9081] By: jhi                                   on 2001/03/08  13:41:30
16715         Log: Subject: Ooops, wrong 'no *POSIX' Patch
16716              From: Dorner Thomas <Thomas.Dorner@start.de>
16717              Date: Thu, 8 Mar 2001 08:43:28 +0100
16718              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
16719      Branch: perl
16720            ! hints/posix-bc.sh
16721 ____________________________________________________________________________
16722 [  9080] By: jhi                                   on 2001/03/08  13:11:42
16723         Log: It's Scripts.txt, not Script.txt.
16724      Branch: perl
16725            ! MANIFEST
16726 ____________________________________________________________________________
16727 [  9079] By: jhi                                   on 2001/03/08  12:59:05
16728         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
16729              From: Dorner Thomas <Thomas.Dorner@start.de>
16730              Date: Wed, 7 Mar 2001 14:13:31 +0100
16731              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
16732      Branch: perl
16733            ! makedepend.SH
16734 ____________________________________________________________________________
16735 [  9078] By: jhi                                   on 2001/03/08  12:57:43
16736         Log: Retract #9069, wrong patch.
16737      Branch: perl
16738            ! Makefile.SH
16739 ____________________________________________________________________________
16740 [  9077] By: jhi                                   on 2001/03/08  01:06:13
16741         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
16742      Branch: perl
16743            + lib/unicode/Scripts.txt
16744            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
16745            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
16746            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
16747            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
16748            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
16749            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
16750            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
16751            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
16752            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
16753            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
16754            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
16755            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
16756            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
16757            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
16758            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
16759            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
16760            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
16761            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
16762            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
16763            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
16764            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
16765            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
16766            ! lib/unicode/version
16767 ____________________________________________________________________________
16768 [  9076] By: jhi                                   on 2001/03/07  22:59:39
16769         Log: Integrate change #7784 from mainline into maintperl.
16770              
16771              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
16772      Branch: maint-5.6/perl
16773           !> pp_ctl.c t/op/pat.t
16774 ____________________________________________________________________________
16775 [  9075] By: jhi                                   on 2001/03/07  22:05:11
16776         Log: More UTF-8 test tweaks.
16777      Branch: perl
16778            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
16779 ____________________________________________________________________________
16780 [  9074] By: nick                                  on 2001/03/07  21:39:29
16781         Log: Integrate mainline.
16782      Branch: perlio
16783           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
16784           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
16785           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
16786           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
16787           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
16788 ____________________________________________________________________________
16789 [  9073] By: jhi                                   on 2001/03/07  16:37:09
16790         Log: Update Changes.
16791      Branch: perl
16792            ! Changes patchlevel.h
16793 ____________________________________________________________________________
16794 [  9072] By: jhi                                   on 2001/03/07  16:32:30
16795         Log: Subject: [ID 20010306.004] || != named unary operator
16796              From: abela@geneanet.org
16797              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
16798              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
16799      Branch: perl
16800            ! pod/perlop.pod
16801 ____________________________________________________________________________
16802 [  9071] By: jhi                                   on 2001/03/07  15:14:11
16803         Log: Subject: downgrading to bytes for common functions
16804              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
16805              Date: Wed, 7 Mar 2001 02:36:55 -0500
16806              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
16807      Branch: perl
16808            ! pp_sys.c
16809 ____________________________________________________________________________
16810 [  9070] By: jhi                                   on 2001/03/07  15:04:58
16811         Log: Clarify the description differentiating for and while; inspired by
16812              
16813              Subject: [ID 20010306.002] for/while difference in for definition
16814              From: abela@geneanet.org
16815              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
16816              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
16817      Branch: perl
16818            ! pod/perlsyn.pod
16819 ____________________________________________________________________________
16820 [  9069] By: jhi                                   on 2001/03/07  14:55:30
16821         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
16822              From: Dorner Thomas <Thomas.Dorner@start.de>
16823              Date: Wed, 7 Mar 2001 14:13:31 +0100
16824              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
16825      Branch: perl
16826            ! Makefile.SH
16827 ____________________________________________________________________________
16828 [  9068] By: jhi                                   on 2001/03/07  14:51:17
16829         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
16830              From: Radu Greab <radu@netsoft.ro>
16831              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
16832              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
16833      Branch: perl
16834            ! pp.c t/op/chop.t
16835 ____________________________________________________________________________
16836 [  9067] By: jhi                                   on 2001/03/07  14:48:57
16837         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
16838              From: Simon Cozens <simon@netthink.co.uk>
16839              Date: Wed, 7 Mar 2001 13:59:28 +0000
16840              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
16841              
16842              In order to allow MakeMaker to build correct Makefiles,
16843              you need to change the order of the arguments in MM_Unix.pm
16844              as well. (Unless you have C89_CCMODE set, but we're trying
16845              to be POSIXly correct)
16846              
16847              Thanks to Merijn Broeren for tracking this down.
16848      Branch: perl
16849            ! lib/ExtUtils/MM_Unix.pm
16850 ____________________________________________________________________________
16851 [  9066] By: jhi                                   on 2001/03/07  14:30:02
16852         Log: Floating point too messy.
16853      Branch: perl
16854            ! t/camel-III/vstring.t
16855 ____________________________________________________________________________
16856 [  9065] By: jhi                                   on 2001/03/07  14:17:44
16857         Log: Integrate change #9064 from maintperl into mainline.
16858              
16859              fix memory leak in pack("Bb",...)
16860      Branch: perl
16861           !> perl.c
16862 ____________________________________________________________________________
16863 [  9064] By: gsar                                  on 2001/03/07  06:29:24
16864         Log: fix memory leak in pack("Bb",...)
16865      Branch: maint-5.6/perl
16866            ! perl.c
16867 ____________________________________________________________________________
16868 [  9063] By: jhi                                   on 2001/03/07  00:55:04
16869         Log: Major utf8 test reorganisation and rewrite.
16870              Hopefully no tests were lost in the shuffle.
16871              (The beginning of pragma/utf8 was lost intentionally,
16872              the tests were rather bogus and incomplete.)
16873      Branch: perl
16874            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
16875            ! t/pragma/utf8.t
16876 ____________________________________________________________________________
16877 [  9062] By: jhi                                   on 2001/03/07  00:41:16
16878         Log: More tweakage on the Unicode character class descriptions.
16879      Branch: perl
16880            ! lib/unicode/mktables.PL pod/perlretut.pod
16881 ____________________________________________________________________________
16882 [  9061] By: jhi                                   on 2001/03/06  23:12:38
16883         Log: The perlretut was still talking about the old \p and \P
16884              definitions.
16885      Branch: perl
16886            ! pod/perlretut.pod
16887 ____________________________________________________________________________
16888 [  9060] By: nick                                  on 2001/03/06  20:52:37
16889         Log: Integrate mainline (make test works again now).
16890      Branch: perlio
16891           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
16892 ____________________________________________________________________________
16893 [  9059] By: jhi                                   on 2001/03/06  15:36:14
16894         Log: 0.999... does equal 1.0, doesn't it?
16895      Branch: perl
16896            ! t/camel-III/vstring.t
16897 ____________________________________________________________________________
16898 [  9058] By: jhi                                   on 2001/03/06  15:34:00
16899         Log: Make /x{abcd}/ to work without use utf8.
16900      Branch: perl
16901            ! regcomp.c
16902 ____________________________________________________________________________
16903 [  9057] By: jhi                                   on 2001/03/06  03:02:36
16904         Log: Easier to outcomment all the three reset() tests for now.
16905      Branch: perl
16906            ! t/op/pat.t
16907 ____________________________________________________________________________
16908 [  9056] By: jhi                                   on 2001/03/06  02:30:02
16909         Log: Comment out the deadly reset; until the 20010301.005
16910              is finally fixed.
16911      Branch: perl
16912            ! t/op/pat.t
16913 ____________________________________________________________________________
16914 [  9055] By: jhi                                   on 2001/03/06  02:21:26
16915         Log: Integrate the change #9054 from mainline:
16916              retract the PMOP cleanup patch pending further investigation.
16917      Branch: maint-5.6/perl
16918           !> op.c op.h
16919 ____________________________________________________________________________
16920 [  9054] By: jhi                                   on 2001/03/06  02:19:57
16921         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
16922              with oddly familiar stack traces.
16923      Branch: perl
16924            ! op.c op.h
16925 ____________________________________________________________________________
16926 [  9053] By: jhi                                   on 2001/03/05  23:20:28
16927         Log: Integrate perlio.
16928      Branch: perl
16929           +> ext/Encode/Encode/koi8-r.ucm
16930           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
16931           !> makedef.pl
16932 ____________________________________________________________________________
16933 [  9052] By: nick                                  on 2001/03/05  23:08:17
16934         Log: skipping USE_PERLIO symbols correction.
16935      Branch: perlio
16936            ! makedef.pl
16937 ____________________________________________________________________________
16938 [  9051] By: nick                                  on 2001/03/05  22:35:07
16939         Log: More Encode alias tidying.
16940      Branch: perlio
16941            + ext/Encode/Encode/koi8-r.ucm
16942            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
16943 ____________________________________________________________________________
16944 [  9050] By: jhi                                   on 2001/03/05  21:44:29
16945         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
16946              Sarathy's fix for ID 20010301.005.
16947      Branch: maint-5.6/perl
16948           !> op.c op.h
16949 ____________________________________________________________________________
16950 [  9049] By: nick                                  on 2001/03/05  19:54:04
16951         Log: Integrate Jarkko's Encode.pm tweak.
16952      Branch: perlio
16953           !> ext/Encode/Encode.pm
16954 ____________________________________________________________________________
16955 [  9048] By: nick                                  on 2001/03/05  19:47:57
16956         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
16957      Branch: perlio
16958           +> os2/os2add.sym
16959           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
16960           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
16961           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
16962           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
16963           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
16964 ____________________________________________________________________________
16965 [  9047] By: jhi                                   on 2001/03/05  19:25:26
16966         Log: Regen perlapi.
16967      Branch: perl
16968            ! pod/perlapi.pod
16969 ____________________________________________________________________________
16970 [  9046] By: jhi                                   on 2001/03/05  19:12:14
16971         Log: Integrate perlio.
16972      Branch: perl
16973           +> t/camel-III/vstring.t
16974           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
16975 ____________________________________________________________________________
16976 [  9045] By: jhi                                   on 2001/03/05  19:10:36
16977         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
16978      Branch: perl
16979            ! ext/Encode/Encode.pm
16980 ____________________________________________________________________________
16981 [  9044] By: jhi                                   on 2001/03/05  18:49:12
16982         Log: Forgot the other half of the PMOP patch (#9033).
16983      Branch: perl
16984            ! op.h
16985 ____________________________________________________________________________
16986 [  9043] By: nick                                  on 2001/03/05  18:14:47
16987         Log: Update MANIFEST for new test.
16988      Branch: perlio
16989            ! MANIFEST
16990 ____________________________________________________________________________
16991 [  9042] By: nick                                  on 2001/03/05  18:12:41
16992         Log: Some tests for Camel 3rd edition features.
16993              Make gethostbyaddr() test in above work.
16994      Branch: perlio
16995            + t/camel-III/vstring.t
16996            ! pp.h pp_sys.c t/TEST t/harness
16997 ____________________________________________________________________________
16998 [  9041] By: jhi                                   on 2001/03/05  17:41:48
16999         Log: Add more ISO 8859 encoding aliases.
17000      Branch: perl
17001            ! ext/Encode/Encode.pm
17002 ____________________________________________________________________________
17003 [  9040] By: jhi                                   on 2001/03/05  17:30:43
17004         Log: Integrate perlio.
17005      Branch: perl
17006           !> MANIFEST sv.c
17007 ____________________________________________________________________________
17008 [  9039] By: nick                                  on 2001/03/05  17:11:36
17009         Log: Missed added file.
17010      Branch: perlio
17011            ! MANIFEST
17012 ____________________________________________________________________________
17013 [  9038] By: jhi                                   on 2001/03/05  15:58:01
17014         Log: Add tr tests for EBCDIC, from Karsten Sperling.
17015      Branch: perl
17016            ! t/op/tr.t
17017 ____________________________________________________________________________
17018 [  9037] By: nick                                  on 2001/03/05  15:56:35
17019         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
17020              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
17021              
17022              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
17023              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
17024              - uses SvPV() rather than sv_2pv() in case it isn't a string.
17025      Branch: perlio
17026            ! sv.c
17027 ____________________________________________________________________________
17028 [  9036] By: jhi                                   on 2001/03/05  15:49:15
17029         Log: Add matching tests currently failing in EBCDIC,
17030              suggested by Karsten Sperling.
17031      Branch: perl
17032            ! t/op/pat.t
17033 ____________________________________________________________________________
17034 [  9035] By: jhi                                   on 2001/03/05  15:36:55
17035         Log: The #9034 needs a MANIFESTation.
17036      Branch: perl
17037            ! MANIFEST
17038 ____________________________________________________________________________
17039 [  9034] By: jhi                                   on 2001/03/05  15:35:14
17040         Log: Integrate perlio.
17041      Branch: perl
17042           +> ext/Encode/Encode/Tcl.pm
17043           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17044           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
17045           !> ext/Encode/Encode/iso8859-1.ucm
17046           !> ext/Encode/Encode/iso8859-10.ucm
17047           !> ext/Encode/Encode/iso8859-13.ucm
17048           !> ext/Encode/Encode/iso8859-14.ucm
17049           !> ext/Encode/Encode/iso8859-15.ucm
17050           !> ext/Encode/Encode/iso8859-16.ucm
17051           !> ext/Encode/Encode/iso8859-2.ucm
17052           !> ext/Encode/Encode/iso8859-3.ucm
17053           !> ext/Encode/Encode/iso8859-4.ucm
17054           !> ext/Encode/Encode/iso8859-5.ucm
17055           !> ext/Encode/Encode/iso8859-6.ucm
17056           !> ext/Encode/Encode/iso8859-7.ucm
17057           !> ext/Encode/Encode/iso8859-8.ucm
17058           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
17059           !> t/lib/encode.t
17060 ____________________________________________________________________________
17061 [  9033] By: jhi                                   on 2001/03/05  15:33:18
17062         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
17063              From: Gurusamy Sarathy <gsar@ActiveState.com>
17064              Date: Sun, 04 Mar 2001 22:33:15 -0800
17065              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
17066              
17067              PMOPs need to remember their own stash so that they can
17068              gracefully remove themselves from their linked list.
17069      Branch: perl
17070            ! op.c
17071 ____________________________________________________________________________
17072 [  9032] By: nick                                  on 2001/03/05  14:51:50
17073         Log: Encode implementation "completion"
17074              Implement and document define_encoding()
17075              Implement and document encoding aliases including define_alias()
17076              Make Encode::XS use define_encoding() rather than back-door.
17077              Move run-time *.enc to separate Encode::Tcl module.
17078              Make 'compile' honour <codeset_name>
17079              Change canonical names of to iso-8859-* and US-ascii.
17080      Branch: perlio
17081            + ext/Encode/Encode/Tcl.pm
17082            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17083            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
17084            ! ext/Encode/Encode/iso8859-1.ucm
17085            ! ext/Encode/Encode/iso8859-10.ucm
17086            ! ext/Encode/Encode/iso8859-13.ucm
17087            ! ext/Encode/Encode/iso8859-14.ucm
17088            ! ext/Encode/Encode/iso8859-15.ucm
17089            ! ext/Encode/Encode/iso8859-16.ucm
17090            ! ext/Encode/Encode/iso8859-2.ucm
17091            ! ext/Encode/Encode/iso8859-3.ucm
17092            ! ext/Encode/Encode/iso8859-4.ucm
17093            ! ext/Encode/Encode/iso8859-5.ucm
17094            ! ext/Encode/Encode/iso8859-6.ucm
17095            ! ext/Encode/Encode/iso8859-7.ucm
17096            ! ext/Encode/Encode/iso8859-8.ucm
17097            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
17098            ! t/lib/encode.t
17099 ____________________________________________________________________________
17100 [  9031] By: jhi                                   on 2001/03/05  13:51:17
17101         Log: Integrate change #9030 from maintperl into mainline.
17102              
17103              Subject: [PATCH 5.6.1] OS/2 cleanup
17104      Branch: perl
17105           +> os2/os2add.sym
17106           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
17107           !> makedef.pl os2/Changes os2/Makefile.SHs
17108           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
17109           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
17110           !> os2/os2.sym os2/os2ish.h
17111 ____________________________________________________________________________
17112 [  9030] By: jhi                                   on 2001/03/05  13:46:49
17113         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
17114              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17115              Date: Mon, 5 Mar 2001 02:29:44 -0500
17116              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
17117      Branch: maint-5.6/perl
17118            + os2/os2add.sym
17119            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
17120            ! makedef.pl os2/Changes os2/Makefile.SHs
17121            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
17122            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
17123            ! os2/os2.sym os2/os2ish.h
17124 ____________________________________________________________________________
17125 [  9029] By: jhi                                   on 2001/03/05  13:40:35
17126         Log: Integrate change #9028 from maintperl into mainline.
17127              
17128              various nits in MM_Unix.pm found by disabling SelfLoader
17129      Branch: perl
17130           !> lib/ExtUtils/MM_Unix.pm
17131 ____________________________________________________________________________
17132 [  9028] By: gsar                                  on 2001/03/05  09:58:38
17133         Log: various nits in MM_Unix.pm found by disabling SelfLoader
17134      Branch: maint-5.6/perl
17135            ! lib/ExtUtils/MM_Unix.pm
17136 ____________________________________________________________________________
17137 [  9027] By: nick                                  on 2001/03/05  08:35:22
17138         Log: Integrate mainline
17139      Branch: perlio
17140           !> (integrate 28 files)
17141 ____________________________________________________________________________
17142 [  9026] By: jhi                                   on 2001/03/05  02:14:59
17143         Log: Integrate change #9025 from mainline to maintperl,
17144              retract \N{U+HHHH}.
17145      Branch: maint-5.6/perl
17146           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
17147           !> t/lib/charnames.t toke.c
17148 ____________________________________________________________________________
17149 [  9025] By: jhi                                   on 2001/03/05  02:13:09
17150         Log: Retracting \N{U+HHHH}.
17151      Branch: perl
17152            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
17153            ! t/lib/charnames.t toke.c
17154 ____________________________________________________________________________
17155 [  9024] By: jhi                                   on 2001/03/04  20:51:07
17156         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
17157              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17158              Date: Fri, 02 Mar 2001 18:25:26 +0100
17159              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
17160              
17161              Casting problem.
17162      Branch: perl
17163            ! ext/Storable/Storable.xs
17164 ____________________________________________________________________________
17165 [  9023] By: jhi                                   on 2001/03/04  19:46:45
17166         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
17167              From: nick@talking.bollo.cx
17168              Date: Sat, 03 Mar 2001 21:41:33 +0000
17169              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
17170              
17171              Revert the workaround.
17172      Branch: perl
17173            ! perlio.c
17174 ____________________________________________________________________________
17175 [  9022] By: jhi                                   on 2001/03/04  19:36:28
17176         Log: Update Changes.
17177      Branch: perl
17178            ! Changes patchlevel.h
17179 ____________________________________________________________________________
17180 [  9021] By: jhi                                   on 2001/03/04  18:41:00
17181         Log: makedef.pl updates suggested by Chris Nandor; double-checking
17182              the changes in AIX, OS/2 Win32 would be nice.
17183      Branch: perl
17184            ! makedef.pl
17185 ____________________________________________________________________________
17186 [  9020] By: jhi                                   on 2001/03/04  18:23:58
17187         Log: Integrate change #9012 from maintperl into mainline,
17188              quench a compiler warning.
17189      Branch: perl
17190           !> toke.c
17191 ____________________________________________________________________________
17192 [  9019] By: jhi                                   on 2001/03/04  18:18:43
17193         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
17194              
17195              \N{U+HHHH} fix.
17196              
17197              pattern in G_ARRAY context
17198      Branch: maint-5.6/perl
17199           !> pp_hot.c t/op/pat.t toke.c
17200 ____________________________________________________________________________
17201 [  9018] By: jhi                                   on 2001/03/04  18:07:48
17202         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
17203              From: Jeff Pinyan <jeffp@crusoe.net>
17204              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
17205              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
17206      Branch: perl
17207            ! pp_hot.c t/op/pat.t
17208 ____________________________________________________________________________
17209 [  9017] By: jhi                                   on 2001/03/04  18:06:21
17210         Log: I thought I tested the #9014.
17211      Branch: perl
17212            ! toke.c
17213 ____________________________________________________________________________
17214 [  9016] By: jhi                                   on 2001/03/04  17:41:22
17215         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
17216              
17217              Tweak the get*ent() OS/2 prototypes.
17218              
17219              Add the \N{U+HHHH} syntax.
17220              
17221              More tr/// UTF-8 fixes from Inaba Hiroto.
17222      Branch: maint-5.6/perl
17223           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
17224           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
17225 ____________________________________________________________________________
17226 [  9015] By: jhi                                   on 2001/03/04  17:36:04
17227         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
17228      Branch: perl
17229            ! doop.c t/op/tr.t
17230 ____________________________________________________________________________
17231 [  9014] By: jhi                                   on 2001/03/04  17:24:49
17232         Log: Add the \N{U+HHHH} syntax.
17233      Branch: perl
17234            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
17235            ! t/lib/charnames.t toke.c
17236 ____________________________________________________________________________
17237 [  9013] By: jhi                                   on 2001/03/04  17:20:45
17238         Log: Tweak the get*ent() OS/2 prototypes.
17239      Branch: perl
17240            ! os2/os2.c
17241 ____________________________________________________________________________
17242 [  9012] By: gsar                                  on 2001/03/04  06:26:14
17243         Log: avoid warning (nit in change#9009)
17244      Branch: maint-5.6/perl
17245            ! toke.c
17246 ____________________________________________________________________________
17247 [  9011] By: gsar                                  on 2001/03/04  06:15:24
17248         Log: lib/charnames.t fails in 5.6.x because of older Unicode
17249              data
17250              
17251              TODO: need to revisit this after updating lib/unicode/...
17252      Branch: maint-5.6/perl
17253            ! t/lib/charnames.t
17254 ____________________________________________________________________________
17255 [  9010] By: gsar                                  on 2001/03/04  06:08:36
17256         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
17257      Branch: maint-5.6/perl
17258            ! toke.c
17259 ____________________________________________________________________________
17260 [  9009] By: jhi                                   on 2001/03/03  19:27:20
17261         Log: Integrate change #9008 from mainline to maintperl,
17262              UTF-8 tr/// fixes from Inaba Hiroto.
17263      Branch: maint-5.6/perl
17264           !> doop.c op.c t/op/tr.t toke.c
17265 ____________________________________________________________________________
17266 [  9008] By: jhi                                   on 2001/03/03  19:19:42
17267         Log: UTF8 tr/// fixes from Inaba Hiroto.
17268      Branch: perl
17269            ! doop.c op.c t/op/tr.t toke.c
17270 ____________________________________________________________________________
17271 [  9007] By: jhi                                   on 2001/03/03  19:00:30
17272         Log: Integrate change #9006 from maintperl to mainline,
17273              more robust quest for the infinite.
17274      Branch: perl
17275           !> lib/Math/Complex.pm
17276 ____________________________________________________________________________
17277 [  9006] By: jhi                                   on 2001/03/03  18:58:06
17278         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
17279              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17280              Date: Sat, 3 Mar 2001 12:51:50 -0500
17281              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
17282              
17283              Be more robust in our quest for the infinite.
17284      Branch: maint-5.6/perl
17285            ! lib/Math/Complex.pm
17286 ____________________________________________________________________________
17287 [  9005] By: jhi                                   on 2001/03/03  17:55:50
17288         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
17289      Branch: maint-5.6/perl
17290            ! doio.c
17291 ____________________________________________________________________________
17292 [  9004] By: jhi                                   on 2001/03/03  17:40:14
17293         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
17294              so that picky compilers like IRIX won't get huffy about
17295              "statements without effect" (like 1;).
17296      Branch: perl
17297            ! toke.c
17298 ____________________________________________________________________________
17299 [  9003] By: jhi                                   on 2001/03/03  17:15:52
17300         Log: Integrate change #9002 from mainline to maintperl.
17301              
17302              Subject: [perl-5.6.x, perl-current] accept for EPOC
17303      Branch: maint-5.6/perl
17304           !> pp_sys.c
17305 ____________________________________________________________________________
17306 [  9002] By: jhi                                   on 2001/03/03  17:14:30
17307         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
17308              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17309              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
17310              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
17311      Branch: perl
17312            ! pp_sys.c
17313 ____________________________________________________________________________
17314 [  9001] By: jhi                                   on 2001/03/03  17:13:13
17315         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
17316              From: "Craig A. Berry" <craigberry@mac.com>
17317              Date: Fri, 02 Mar 2001 17:44:40 -0600
17318              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
17319      Branch: perl
17320            ! t/pod/find.t
17321 ____________________________________________________________________________
17322 [  9000] By: jhi                                   on 2001/03/03  17:11:55
17323         Log: Integrate changes #8997,8999 from maintperl.
17324              
17325              Subject: [PATCH 5.6.1] compiling on OS/2
17326              (Better error message from hints/os2.sh)
17327              
17328              Subject: [PATCH 5.6.1] syslog.t
17329      Branch: perl
17330           !> hints/os2.sh t/lib/syslog.t
17331 ____________________________________________________________________________
17332 [  8999] By: jhi                                   on 2001/03/03  17:09:28
17333         Log: Subject: [PATCH 5.6.1] syslog.t
17334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17335              Date: Sat, 3 Mar 2001 02:11:17 -0500
17336              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
17337      Branch: maint-5.6/perl
17338            ! t/lib/syslog.t
17339 ____________________________________________________________________________
17340 [  8998] By: jhi                                   on 2001/03/03  17:07:50
17341         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
17342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17343              Date: Sat, 3 Mar 2001 01:53:52 -0500
17344              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
17345      Branch: maint-5.6/perl
17346            ! opcode.pl os2/os2.c
17347 ____________________________________________________________________________
17348 [  8997] By: jhi                                   on 2001/03/03  17:03:30
17349         Log: Subject: [PATCH 5.6.1] compiling on OS/2
17350              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17351              Date: Sat, 3 Mar 2001 01:59:59 -0500
17352              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
17353      Branch: maint-5.6/perl
17354            ! hints/os2.sh
17355 ____________________________________________________________________________
17356 [  8996] By: jhi                                   on 2001/03/03  00:55:58
17357         Log: Regen files for mainline.
17358      Branch: perl
17359            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17360            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
17361 ____________________________________________________________________________
17362 [  8995] By: jhi                                   on 2001/03/03  00:35:22
17363         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
17364              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
17365              to maintperl.
17366              
17367              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
17368              
17369              Add Configure option -Dmksymlinks which will create a symlink
17370              forest if the current/build differs from the source directory.
17371              (8218,8220,8221,8317,8318,8971)
17372              
17373              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
17374              (Document APPLLIB_EXP in INSTALL.)
17375              
17376              If running byacc write-enable also perly.h.
17377              
17378              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
17379              
17380              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
17381              
17382              Sanity check for conflicting thread flavours.
17383              
17384              Fix the sys/fcntl.h problem reported by Peter Prymmer.
17385              
17386              Add few CPUs/architectures to the Cppsym scan,
17387              add -perlio to archname if so selected (modified 8890)
17388              
17389              Be more helpful for devel builders, suggested by John L. Allen.
17390              (admittedly pointless change for maintperl, but the usedevel
17391              code is there already)
17392      Branch: maint-5.6/perl
17393           !> Configure INSTALL Makefile.SH Porting/Glossary
17394           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
17395           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
17396           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
17397           !> win32/config.bc win32/config.gc win32/config.vc
17398 ____________________________________________________________________________
17399 [  8994] By: jhi                                   on 2001/03/02  23:31:41
17400         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
17401      Branch: metaconfig/U/perl
17402            ! gccvers.U
17403 ____________________________________________________________________________
17404 [  8993] By: jhi                                   on 2001/03/02  23:22:12
17405         Log: Regenerate various files for maint.
17406      Branch: maint-5.6/perl
17407            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
17408            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
17409 ____________________________________________________________________________
17410 [  8992] By: alanbur                               on 2001/03/02  22:48:34
17411         Log: Resync wuth parent
17412      Branch: maint-5.6/pureperl
17413           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
17414           !> (integrate 60 files)
17415 ____________________________________________________________________________
17416 [  8991] By: jhi                                   on 2001/03/02  21:00:08
17417         Log: Retract the #8742 part of #8986, backward compat.
17418      Branch: maint-5.6/perl
17419            ! embed.pl
17420 ____________________________________________________________________________
17421 [  8990] By: jhi                                   on 2001/03/02  20:40:07
17422         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
17423      Branch: maint-5.6/perl
17424            ! hv.c
17425 ____________________________________________________________________________
17426 [  8989] By: jhi                                   on 2001/03/02  19:59:56
17427         Log: Update Changes.
17428      Branch: perl
17429            ! Changes patchlevel.h
17430 ____________________________________________________________________________
17431 [  8988] By: jhi                                   on 2001/03/02  19:57:08
17432         Log: Integrate perlio.
17433      Branch: perl
17434           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
17435           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
17436           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
17437           !> ext/Encode/Encode/iso8859-10.ucm
17438           !> ext/Encode/Encode/iso8859-13.ucm
17439           !> ext/Encode/Encode/iso8859-14.ucm
17440           !> ext/Encode/Encode/iso8859-15.ucm
17441           !> ext/Encode/Encode/iso8859-16.ucm
17442           !> ext/Encode/Encode/iso8859-2.ucm
17443           !> ext/Encode/Encode/iso8859-3.ucm
17444           !> ext/Encode/Encode/iso8859-4.ucm
17445           !> ext/Encode/Encode/iso8859-5.ucm
17446           !> ext/Encode/Encode/iso8859-6.ucm
17447           !> ext/Encode/Encode/iso8859-7.ucm
17448           !> ext/Encode/Encode/iso8859-8.ucm
17449           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
17450           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
17451 ____________________________________________________________________________
17452 [  8987] By: jhi                                   on 2001/03/02  19:43:40
17453         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
17454              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
17455              8950,8952,8955 from mainline to maintperl.
17456              
17457              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
17458              
17459              Put to rest the 20010205.001, the email address checking (not) regex.
17460              
17461              fork() not everywhere, cleanup temp files.
17462              
17463              The #8843 wasn't quite right: %Config needs to imported.
17464              
17465              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
17466              (#8849: the glob-basic hunk needed massaging as it depended
17467              on Schwern's large-scale (unintegrated) patches)
17468              
17469              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
17470              
17471              Upgrade to CGI.pm 2.752, from Lincoln Stein.
17472              (Note: there were some conflicts due to EBCDIC and EPOC
17473              patches, in general I preferred the repository code.)
17474              (When 2.753 comes out, we need to synchronize.)
17475              
17476              Subject: [PATCH] fix for charnames above FFFF
17477              
17478              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
17479              
17480              If no sfio, no -lsfio.
17481              
17482              Run run/*.t also in minitest.
17483              
17484              Subject:  [PATCH perl 5.7.0] malloc message address offset
17485              
17486              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
17487              
17488              Subject: fix for parameter -Dm (for perl@8867)
17489              
17490              Subject: [PATCH: perl@8892] was Re: hashing order difference?
17491              (make the test more portable)
17492              
17493              Subject: Re: [PATCH] fix for charnames above FFFF
17494              
17495              Subject: Re: I'm losing the war...
17496              (hv_store() not working correctly in ENV_IS_CASELESS case.)
17497              
17498              Subject: Modified README.bs2000 
17499              
17500              Subject: [PATCH: perl@8935] -Dt padsv($var)
17501              
17502              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
17503              
17504              Subject: PATCH: extra tests to check on negative float to unsigned cast
17505              
17506              Subject: [PATCH] XPUSH[insp] was Re: progress
17507              
17508              Subject: Re: Compile with perlcc..
17509      Branch: maint-5.6/perl
17510           !> (integrate 36 files)
17511 ____________________________________________________________________________
17512 [  8986] By: jhi                                   on 2001/03/02  18:51:25
17513         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
17514              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
17515              to maintperl.
17516              
17517              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
17518              
17519              Subject: [DOC PATCH] overload.pm nits
17520              
17521              Add header for LIB$ prototypes (C. Berry)
17522              
17523              Convert fwrite()s to sockets to write()s, since some socket stacks
17524              don't take kindly to stdio.
17525              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
17526              (for often optional LNMs)
17527              Correct a few typos
17528              (C. Bailey)
17529              
17530              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
17531              
17532              De-cut-and-pasto.
17533              
17534              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
17535              
17536              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
17537              
17538              Upgrade to CPAN 1.59_54, from Andreas König.
17539              
17540              Bogus shebang.
17541              
17542              Subject: [PATCH] Document makepatch in Porting/patching
17543              
17544              UTF-8 documentation.
17545              
17546              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
17547              
17548              Sort the MANIFEST.
17549              
17550              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
17551              
17552              Subject: [PATCH @8807] toke.c cleanup: scan_str()
17553              
17554              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
17555              
17556              Add run/*.t to testables.
17557              
17558              TODO: integrate #8784.
17559      Branch: maint-5.6/perl
17560           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
17561           !> (integrate 28 files)
17562 ____________________________________________________________________________
17563 [  8985] By: nick                                  on 2001/03/02  18:15:45
17564         Log: Integrate mainline
17565      Branch: perlio
17566           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
17567           !> vms/vms.c
17568 ____________________________________________________________________________
17569 [  8984] By: jhi                                   on 2001/03/02  16:00:17
17570         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
17571              
17572              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
17573              5.004_05, and mention the suidperl August 2000 security problem.
17574              (#8978,#8981)
17575              
17576              Subject: [ID 20010301.004] Technically speaking in perldata
17577              
17578              Subject: [PATCH] File::Copy for bleadperl, maintperl
17579              
17580              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
17581              
17582              (The #8982, fix for 20010221.005 and 20010221.008,
17583              would be nice too but it didn't integrate cleanly.)
17584      Branch: maint-5.6/perl
17585           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
17586 ____________________________________________________________________________
17587 [  8983] By: jhi                                   on 2001/03/02  15:51:16
17588         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
17589              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17590              Date:     Thu, 1 Mar 2001 15:54:09 EST
17591              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
17592      Branch: perl
17593            ! vms/vms.c
17594 ____________________________________________________________________________
17595 [  8982] By: jhi                                   on 2001/03/02  15:43:31
17596         Log: Subject: Re: sync sync sync: have I missed any patches?
17597              From: Radu Greab <radu@netsoft.ro> 
17598              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
17599              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
17600              
17601              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
17602              was checking argv[0] regardless of whether a different pathname
17603              will actually be executed."  Test case not supplied because 
17604              drafting that, ironically enough, revealed another bug
17605              (or a feature).
17606      Branch: perl
17607            ! doio.c
17608 ____________________________________________________________________________
17609 [  8981] By: jhi                                   on 2001/03/02  15:28:03
17610         Log: Misdate in #8978.
17611      Branch: perl
17612            ! pod/perlfaq1.pod
17613 ____________________________________________________________________________
17614 [  8980] By: jhi                                   on 2001/03/02  15:24:20
17615         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
17616              From: Chris Nandor <pudge@pobox.com>
17617              Date: Wed, 28 Feb 2001 22:10:15 -0500
17618              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
17619      Branch: perl
17620            ! lib/File/Copy.pm
17621 ____________________________________________________________________________
17622 [  8979] By: jhi                                   on 2001/03/02  15:17:16
17623         Log: Subject: [ID 20010301.004] Technically speaking in perldata
17624              From: abela@geneanet.org
17625              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
17626              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
17627      Branch: perl
17628            ! pod/perldata.pod
17629 ____________________________________________________________________________
17630 [  8978] By: jhi                                   on 2001/03/02  15:15:27
17631         Log: Subject: [ID 20010301.003] ref to 5.004
17632              From: abela@geneanet.org
17633              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
17634              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
17635              
17636              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
17637              and mention the suidperl August 2000 security problem.
17638      Branch: perl
17639            ! pod/perlfaq1.pod
17640 ____________________________________________________________________________
17641 [  8977] By: alanbur                               on 2001/03/02  14:17:45
17642         Log: Resynchronised with parent
17643      Branch: maint-5.6/pureperl
17644           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
17645           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
17646           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
17647           !> vms/descrip_mms.template win32/win32.c win32/win32.h
17648           !> win32/win32iop.h
17649 ____________________________________________________________________________
17650 [  8976] By: nick                                  on 2001/03/01  23:25:30
17651         Log: Integrate mainline.
17652      Branch: perlio
17653            - t/op/qu.t
17654           !> (integrate 55 files)
17655 ____________________________________________________________________________
17656 [  8975] By: jhi                                   on 2001/03/01  16:51:34
17657         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
17658      Branch: perl
17659           !> toke.c
17660 ____________________________________________________________________________
17661 [  8974] By: gsar                                  on 2001/03/01  16:28:21
17662         Log: fix for bugid 20010226.008
17663              
17664              the problem was that some of the pointers (PL_last_lop and
17665              PL_last_uni specifically) into the lex buffers weren't correctly
17666              being invalidated when the buffer changed; this would leave the
17667              pointers pointing at an arbitrary location in the buffer if
17668              the buffer didn't need to be reallocated, or point into freed
17669              memory if the buffer had to be realloced
17670              
17671              TODO item for bugdb maintainers: check other seemingly random
17672              parser-related bugs--they might be cured by this
17673      Branch: maint-5.6/perl
17674            ! toke.c
17675 ____________________________________________________________________________
17676 [  8973] By: jhi                                   on 2001/03/01  02:23:25
17677         Log: Retract #8970 because of a completely mysterious core dump:
17678              adding the tests 241..244 causes op/pat dump core at test #25.
17679              The test needs a lot of whittling down before the bug can be solved.
17680      Branch: perl
17681            ! t/op/pat.t
17682 ____________________________________________________________________________
17683 [  8972] By: jhi                                   on 2001/03/01  01:58:38
17684         Log: Regen perlapi.
17685      Branch: perl
17686            ! pod/perlapi.pod
17687 ____________________________________________________________________________
17688 [  8971] By: jhi                                   on 2001/03/01  01:34:09
17689         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))
17690              From: Nicholas Clark <nick@ccl4.org>
17691              Date: Wed, 28 Feb 2001 23:28:49 +0000
17692              Message-ID: <20010228232849.A55187@plum.flirble.org>
17693              
17694              Allow a completely write protected source code tree
17695              when using the Configure -Dmksymlinks.
17696      Branch: perl
17697            ! embed.pl warnings.pl
17698 ____________________________________________________________________________
17699 [  8970] By: jhi                                   on 2001/03/01  01:32:04
17700         Log: Add back the EBCDIC character range tests (for matching).
17701      Branch: perl
17702            ! t/op/pat.t
17703 ____________________________________________________________________________
17704 [  8969] By: nick                                  on 2001/02/28  18:18:01
17705         Log: Add charname comments to .ucm files writen by 'compile',
17706              also order charmaps in those files by source encoding.
17707              regenerate distrubuted .ucm files
17708      Branch: perlio
17709            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
17710            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
17711            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
17712            ! ext/Encode/Encode/iso8859-10.ucm
17713            ! ext/Encode/Encode/iso8859-13.ucm
17714            ! ext/Encode/Encode/iso8859-14.ucm
17715            ! ext/Encode/Encode/iso8859-15.ucm
17716            ! ext/Encode/Encode/iso8859-16.ucm
17717            ! ext/Encode/Encode/iso8859-2.ucm
17718            ! ext/Encode/Encode/iso8859-3.ucm
17719            ! ext/Encode/Encode/iso8859-4.ucm
17720            ! ext/Encode/Encode/iso8859-5.ucm
17721            ! ext/Encode/Encode/iso8859-6.ucm
17722            ! ext/Encode/Encode/iso8859-7.ucm
17723            ! ext/Encode/Encode/iso8859-8.ucm
17724            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
17725            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
17726 ____________________________________________________________________________
17727 [  8968] By: jhi                                   on 2001/02/28  16:26:37
17728         Log: Expand usemorebits early if d_casti32 needs to be undefined.
17729      Branch: perl
17730            ! hints/hpux.sh hints/irix_6.sh
17731 ____________________________________________________________________________
17732 [  8967] By: jhi                                   on 2001/02/28  16:22:26
17733         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
17734              retract toke.c/qu parts of #8583, retract #8485, retract
17735              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
17736              op/length.t, and MANIFEST, and delete t/op/qu.t.
17737      Branch: perl
17738            - t/op/qu.t
17739            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
17740            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
17741            ! t/op/length.t toke.c
17742 ____________________________________________________________________________
17743 [  8966] By: jhi                                   on 2001/02/28  15:00:27
17744         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
17745              by not changing from pre-Unicode days into being Unicode-aware.
17746              Sniff.
17747      Branch: perl
17748            ! pp.c t/op/pack.t t/op/qu.t
17749 ____________________________________________________________________________
17750 [  8965] By: jhi                                   on 2001/02/28  14:37:55
17751         Log: Subject: Re: Errors in core PODs
17752              From: Michael Stevens <michael@etla.org> 
17753              Date: Fri, 23 Feb 2001 15:47:56 +0000
17754              Message-ID: <20010223154756.A7723@firedrake.org> 
17755      Branch: perl
17756            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
17757            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
17758            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
17759            ! x2p/a2p.pod
17760 ____________________________________________________________________________
17761 [  8964] By: jhi                                   on 2001/02/28  14:35:35
17762         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
17763              (The #8961 was too bold.)
17764      Branch: perl
17765            ! hints/hpux.sh hints/irix_6.sh
17766 ____________________________________________________________________________
17767 [  8963] By: jhi                                   on 2001/02/28  14:33:39
17768         Log: Subject: Re: sync sync sync: have I missed any patches?
17769              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17770              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
17771              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
17772              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
17773              
17774              Replace djSP with dSP.
17775      Branch: perl
17776            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
17777            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
17778            ! win32/perlhost.h
17779 ____________________________________________________________________________
17780 [  8962] By: jhi                                   on 2001/02/27  23:21:14
17781         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
17782      Branch: perl
17783            ! lib/Filter/Simple.pm
17784 ____________________________________________________________________________
17785 [  8961] By: jhi                                   on 2001/02/27  22:55:26
17786         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
17787              and this would be it.
17788      Branch: perl
17789            ! hints/hpux.sh hints/irix_6.sh
17790 ____________________________________________________________________________
17791 [  8960] By: jhi                                   on 2001/02/27  22:51:33
17792         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
17793              From: "Craig A. Berry" <craigberry@mac.com>
17794              Date: Tue, 27 Feb 2001 16:11:44 -0600
17795              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
17796      Branch: maint-5.6/perl
17797            ! configure.com vms/descrip_mms.template
17798 ____________________________________________________________________________
17799 [  8959] By: jhi                                   on 2001/02/27  22:47:23
17800         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
17801              From: "Craig A. Berry" <craigberry@mac.com>
17802              Date: Tue, 27 Feb 2001 16:11:44 -0600
17803              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
17804      Branch: perl
17805            ! configure.com vms/descrip_mms.template
17806 ____________________________________________________________________________
17807 [  8958] By: jhi                                   on 2001/02/27  15:16:42
17808         Log: Update Changes.
17809      Branch: perl
17810            ! Changes patchlevel.h
17811 ____________________________________________________________________________
17812 [  8957] By: jhi                                   on 2001/02/27  06:15:07
17813         Log: Subject: [5.6.x] EPOC additions
17814              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17815              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
17816              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
17817      Branch: maint-5.6/perl
17818            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
17819 ____________________________________________________________________________
17820 [  8956] By: jhi                                   on 2001/02/27  06:12:11
17821         Log: Subject: [perl-current] EPOC 
17822              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17823              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
17824              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
17825      Branch: perl
17826            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
17827            ! epoc/epocish.c epoc/epocish.h pp_sys.c
17828 ____________________________________________________________________________
17829 [  8955] By: jhi                                   on 2001/02/27  05:59:50
17830         Log: Subject: Re: Compile with perlcc..
17831              From: Edward Peschko <edwardp@excitehome.net>
17832              Date: Mon, 26 Feb 2001 18:51:58 -0800
17833              Message-ID: <20010226185158.A9871@excitehome.net>
17834              
17835              plus add a simple usage message if no arguments given.
17836      Branch: perl
17837            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
17838            ! utils/Makefile utils/perlcc.PL win32/pod.mak
17839 ____________________________________________________________________________
17840 [  8954] By: nick                                  on 2001/02/26  21:02:59
17841         Log: Integrate mainline
17842      Branch: perlio
17843           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
17844           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
17845           !> t/op/sprintf.t
17846 ____________________________________________________________________________
17847 [  8953] By: jhi                                   on 2001/02/26  14:43:54
17848         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
17849              From: Nicholas Clark <nick@ccl4.org>
17850              Date: Mon, 26 Feb 2001 00:42:07 +0000
17851              Message-ID: <20010226004207.F23333@plum.flirble.org>
17852      Branch: perl
17853            ! pp_ctl.c
17854 ____________________________________________________________________________
17855 [  8952] By: jhi                                   on 2001/02/26  14:42:13
17856         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
17857              From: Simon Cozens <simon@netthink.co.uk>
17858              Date: Mon, 26 Feb 2001 12:23:48 +0000
17859              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
17860      Branch: perl
17861            ! pod/perlguts.pod
17862 ____________________________________________________________________________
17863 [  8951] By: jhi                                   on 2001/02/26  14:39:15
17864         Log: Subject: [PATCH] perlio - unknown layer
17865              From: Nicholas Clark <nick@ccl4.org>
17866              Date: Mon, 26 Feb 2001 00:27:19 +0000
17867              Message-ID: <20010226002719.E23333@plum.flirble.org>
17868      Branch: perl
17869            ! perlio.c
17870 ____________________________________________________________________________
17871 [  8950] By: jhi                                   on 2001/02/26  14:38:04
17872         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
17873              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
17874              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
17875              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
17876      Branch: perl
17877            ! t/op/bop.t
17878 ____________________________________________________________________________
17879 [  8949] By: jhi                                   on 2001/02/26  14:37:07
17880         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
17881              From: Peter Prymmer <pvhp@forte.com>
17882              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
17883              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
17884      Branch: perl
17885            ! lib/Test.pm
17886 ____________________________________________________________________________
17887 [  8948] By: jhi                                   on 2001/02/26  14:35:53
17888         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
17889              From: Radu Greab <radu@netsoft.ro>
17890              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
17891              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
17892      Branch: perl
17893            ! pod/perlop.pod
17894 ____________________________________________________________________________
17895 [  8947] By: jhi                                   on 2001/02/26  14:34:46
17896         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
17897              From: David Mitchell <davem@fdgroup.co.uk>
17898              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
17899              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
17900      Branch: perl
17901            ! run.c
17902 ____________________________________________________________________________
17903 [  8946] By: jhi                                   on 2001/02/26  14:32:37
17904         Log: Subject: Modified README.bs2000 
17905              From: Dorner Thomas <Thomas.Dorner@start.de>
17906              Date: Mon, 26 Feb 2001 09:22:17 +0100
17907              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
17908      Branch: perl
17909            ! README.bs2000
17910 ____________________________________________________________________________
17911 [  8945] By: jhi                                   on 2001/02/26  14:19:53
17912         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
17913              to maintperl, listing the known failures on the tests 129 and 130.
17914      Branch: maint-5.6/perl
17915           !> t/op/sprintf.t
17916 ____________________________________________________________________________
17917 [  8944] By: jhi                                   on 2001/02/26  14:14:15
17918         Log: Add more known sprintf failures.
17919      Branch: perl
17920            ! t/op/sprintf.t
17921 ____________________________________________________________________________
17922 [  8943] By: jhi                                   on 2001/02/26  13:56:22
17923         Log: perlglob.exe needs to be found in Win32, patch from
17924              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
17925              which needs external glob at mini-perl time."
17926      Branch: perl
17927            ! ext/Encode/compile
17928 ____________________________________________________________________________
17929 [  8942] By: jhi                                   on 2001/02/26  13:52:19
17930         Log: A missing dTHX from Vadim Konovalov.
17931      Branch: perl
17932            ! perlio.c
17933 ____________________________________________________________________________
17934 [  8941] By: jhi                                   on 2001/02/26  13:37:05
17935         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
17936      Branch: perl
17937            ! op.c
17938 ____________________________________________________________________________
17939 [  8940] By: jhi                                   on 2001/02/26  13:35:40
17940         Log: Integrate perlio.
17941      Branch: perl
17942           !> ext/Encode/Encode.pm
17943 ____________________________________________________________________________
17944 [  8939] By: nick                                  on 2001/02/25  23:47:09
17945         Log: Integrate mainline.
17946      Branch: perlio
17947           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
17948           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
17949 ____________________________________________________________________________
17950 [  8938] By: nick                                  on 2001/02/25  19:36:28
17951         Log: Encode implementations docs.
17952      Branch: perlio
17953            ! ext/Encode/Encode.pm
17954 ____________________________________________________________________________
17955 [  8937] By: jhi                                   on 2001/02/25  19:26:16
17956         Log: Script wasn't aligned with reality.
17957      Branch: perl
17958            ! t/pod/find.t
17959 ____________________________________________________________________________
17960 [  8936] By: jhi                                   on 2001/02/25  18:54:55
17961         Log: Update Changes.
17962      Branch: perl
17963            ! Changes patchlevel.h
17964 ____________________________________________________________________________
17965 [  8935] By: jhi                                   on 2001/02/25  18:46:36
17966         Log: Retract #8929,8930,8932,8933 for now.
17967      Branch: perl
17968            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
17969 ____________________________________________________________________________
17970 [  8934] By: jhi                                   on 2001/02/25  17:34:35
17971         Log: Integrate perlio.
17972      Branch: perl
17973           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
17974           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
17975           !> t/lib/encode.t
17976 ____________________________________________________________________________
17977 [  8933] By: jhi                                   on 2001/02/25  17:33:12
17978         Log: (Retracted by #8395.)
17979              
17980              Slight tweaks in scan_const(), not fixes yet, it seems like
17981              lots of work remains to be done...
17982      Branch: perl
17983            ! toke.c
17984 ____________________________________________________________________________
17985 [  8932] By: jhi                                   on 2001/02/25  17:27:11
17986         Log: (Retracted by #8395.)
17987              
17988              Missing from #8930.
17989      Branch: perl
17990            ! perl.h
17991 ____________________________________________________________________________
17992 [  8931] By: jhi                                   on 2001/02/25  17:26:19
17993         Log: A comment tweak.
17994      Branch: perl
17995            ! utf8.c
17996 ____________________________________________________________________________
17997 [  8930] By: jhi                                   on 2001/02/25  17:25:47
17998         Log: (Retracted by #8395.)
17999              
18000              Attempt to fix the EBCDIC character range problwm with //.
18001      Branch: perl
18002            ! regcomp.c
18003 ____________________________________________________________________________
18004 [  8929] By: jhi                                   on 2001/02/25  17:23:45
18005         Log: (Retracted by #8395.)
18006              
18007              Expand the EBCDIC character range tests, and add few nasty
18008              tr tests from Karsten Sperling.
18009      Branch: perl
18010            ! t/op/pat.t t/op/tr.t
18011 ____________________________________________________________________________
18012 [  8928] By: jhi                                   on 2001/02/25  17:18:49
18013         Log: Missing check-in.
18014      Branch: perl
18015            ! lib/Pod/Find.pm
18016 ____________________________________________________________________________
18017 [  8927] By: nick                                  on 2001/02/25  11:30:22
18018         Log: Change method names in Encode implementation classes to something
18019              less confusing (preparing to "go public").
18020      Branch: perlio
18021            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
18022 ____________________________________________________________________________
18023 [  8926] By: nick                                  on 2001/02/25  10:53:24
18024         Log: GCC __atribute__ / printf fix
18025      Branch: perlio
18026            ! perl.h
18027 ____________________________________________________________________________
18028 [  8925] By: nick                                  on 2001/02/25  10:52:25
18029         Log: Checked in the wrong one ...
18030      Branch: perlio
18031            ! ext/Encode/Encode.pm
18032 ____________________________________________________________________________
18033 [  8924] By: nick                                  on 2001/02/24  18:46:51
18034         Log: Integrate mainline - to see what Jarkko has in ...
18035      Branch: perlio
18036           +> t/pod/testpods/lib/Pod/Stuff.pm
18037           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
18038 ____________________________________________________________________________
18039 [  8923] By: nick                                  on 2001/02/24  17:05:23
18040         Log: Encode API documentation nd tidy up.
18041              Minor additions to test.
18042              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
18043              Adds STRLEN to standard typemap.
18044      Branch: perlio
18045            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
18046            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
18047 ____________________________________________________________________________
18048 [  8922] By: jhi                                   on 2001/02/24  16:38:12
18049         Log: Add a test for the "character range should match in EBCDIC
18050              if specified using explicit numerics" bug found by Karsten
18051              Sperling.
18052      Branch: perl
18053            ! t/op/pat.t
18054 ____________________________________________________________________________
18055 [  8921] By: jhi                                   on 2001/02/24  16:30:16
18056         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
18057              From: schwern@pobox.com
18058              Date: Fri, 23 Feb 2001 03:21:37 -0500
18059              Message-ID: <20010223032137.A26022@magnonel.guild.net>
18060              
18061              plus Charles Lane's fixes, plus tweaks.
18062      Branch: perl
18063            + t/pod/testpods/lib/Pod/Stuff.pm
18064            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
18065 ____________________________________________________________________________
18066 [  8920] By: nick                                  on 2001/02/24  10:30:11
18067         Log: Integrate mainline
18068      Branch: perlio
18069           !> (integrate 33 files)
18070 ____________________________________________________________________________
18071 [  8919] By: jhi                                   on 2001/02/24  00:23:35
18072         Log: Subject: Re: I'm losing the war...
18073              From: "Vadim Konovalov" <watman@inbox.ru>
18074              Date: Sat, 24 Feb 2001 00:10:14 +0300
18075              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
18076              
18077              hv_store() not working correctly in ENV_IS_CASELESS case.
18078      Branch: perl
18079            ! hv.c
18080 ____________________________________________________________________________
18081 [  8918] By: jhi                                   on 2001/02/24  00:20:09
18082         Log: Subject: Re: [PATCH] fix for charnames above FFFF
18083              From: andreas.koenig@anima.de (Andreas J. Koenig)
18084              Date: 23 Feb 2001 02:39:03 +0100
18085              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
18086              
18087              A further efficiency tweak.
18088      Branch: perl
18089            ! lib/charnames.pm
18090 ____________________________________________________________________________
18091 [  8917] By: jhi                                   on 2001/02/23  20:27:51
18092         Log: Integrate change #8916 from mainline,
18093              do away with USE_WIN32_RTL_ENV.
18094      Branch: maint-5.6/perl
18095           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
18096 ____________________________________________________________________________
18097 [  8916] By: jhi                                   on 2001/02/23  20:02:25
18098         Log: Abolish USE_WIN32_RTL_ENV.
18099      Branch: perl
18100            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
18101 ____________________________________________________________________________
18102 [  8915] By: jhi                                   on 2001/02/23  19:36:00
18103         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
18104              later protected by some #define.
18105      Branch: perl
18106            ! gv.c
18107 ____________________________________________________________________________
18108 [  8914] By: jhi                                   on 2001/02/23  19:31:38
18109         Log: Retract #8902 for now, requested by Charles Lane, the correct
18110              fix will be something else.
18111      Branch: perl
18112            ! op.c
18113 ____________________________________________________________________________
18114 [  8913] By: jhi                                   on 2001/02/23  19:11:36
18115         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
18116              From: Peter Prymmer <pvhp@forte.com>
18117              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
18118              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
18119      Branch: perl
18120            ! t/op/lex_assign.t
18121 ____________________________________________________________________________
18122 [  8912] By: jhi                                   on 2001/02/23  18:38:20
18123         Log: Subject: [patch] perlio + useithreads
18124              From: Doug MacEachern <dougm@covalent.net>
18125              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
18126              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
18127              
18128              Gets things running but not complete.
18129      Branch: perl
18130            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
18131 ____________________________________________________________________________
18132 [  8911] By: jhi                                   on 2001/02/23  04:20:02
18133         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
18134              
18135              Duplicated environment freeing, File::Temp 0.12,
18136              op/append portability (EBCDIC) tweak.
18137      Branch: maint-5.6/perl
18138           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18139           !> t/op/append.t
18140 ____________________________________________________________________________
18141 [  8910] By: jhi                                   on 2001/02/23  02:07:33
18142         Log: Integrate change #8909 from mainline, a better Borland
18143              putenv() workaround.
18144      Branch: maint-5.6/perl
18145           !> perl.c
18146 ____________________________________________________________________________
18147 [  8909] By: jhi                                   on 2001/02/23  02:05:46
18148         Log: A better workaround for Borland putenv() brokenness from Sarathy.
18149      Branch: perl
18150            ! perl.c
18151 ____________________________________________________________________________
18152 [  8908] By: jhi                                   on 2001/02/23  02:04:14
18153         Log: Subject: fix for parameter -Dm (for perl@8867)
18154              From: "Vadim Konovalov" <watman@inbox.ru>
18155              Date: Thu, 22 Feb 2001 17:30:12 +0300
18156              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
18157      Branch: perl
18158            ! perl.h
18159 ____________________________________________________________________________
18160 [  8907] By: jhi                                   on 2001/02/23  01:58:20
18161         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
18162              From: Peter Prymmer <pvhp@forte.com>
18163              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
18164              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
18165      Branch: perl
18166            ! t/op/append.t
18167 ____________________________________________________________________________
18168 [  8906] By: jhi                                   on 2001/02/23  01:48:34
18169         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
18170      Branch: perl
18171            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
18172 ____________________________________________________________________________
18173 [  8905] By: jhi                                   on 2001/02/23  01:43:30
18174         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
18175              From: Peter Prymmer <pvhp@forte.com>
18176              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
18177              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
18178      Branch: perl
18179            ! t/lib/st-06compat.t
18180 ____________________________________________________________________________
18181 [  8904] By: jhi                                   on 2001/02/23  01:42:39
18182         Log: Metaconfig unit change for #8903.
18183      Branch: metaconfig/U/perl
18184            ! Devel.U
18185 ____________________________________________________________________________
18186 [  8903] By: jhi                                   on 2001/02/23  01:42:12
18187         Log: Be more helpful for devel builders, suggested by John L. Allen.
18188      Branch: perl
18189            ! Configure
18190 ____________________________________________________________________________
18191 [  8902] By: jhi                                   on 2001/02/23  01:37:41
18192         Log: (Retracted by #8914)
18193              (Wrongly, reinstated by #8941)             
18194
18195              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
18196              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18197              Date:     Thu, 22 Feb 2001 09:43:57 EST
18198              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
18199      Branch: perl
18200            ! op.c
18201 ____________________________________________________________________________
18202 [  8901] By: jhi                                   on 2001/02/23  01:20:32
18203         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
18204              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18205              Date:     Thu, 22 Feb 2001 08:01:35 EST
18206              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
18207      Branch: perl
18208            ! malloc.c
18209 ____________________________________________________________________________
18210 [  8900] By: jhi                                   on 2001/02/23  01:18:02
18211         Log: Integrate changes #8898,8899 from mainline, environ handling.
18212      Branch: maint-5.6/perl
18213           !> perl.c
18214 ____________________________________________________________________________
18215 [  8899] By: jhi                                   on 2001/02/23  01:16:25
18216         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
18217              putenv() is not to be relied on, they are either broken or leaky
18218              or both.)
18219      Branch: perl
18220            ! perl.c
18221 ____________________________________________________________________________
18222 [  8898] By: jhi                                   on 2001/02/22  23:36:59
18223         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
18224              and safesysfree() must be used.
18225      Branch: perl
18226            ! perl.c
18227 ____________________________________________________________________________
18228 [  8897] By: jhi                                   on 2001/02/22  23:25:45
18229         Log: With environ one must use safesysmalloc()/safesysfree().
18230      Branch: perl
18231            ! perl.c
18232 ____________________________________________________________________________
18233 [  8896] By: jhi                                   on 2001/02/22  22:13:18
18234         Log: If we have a duplicated environment free it
18235              if PERL_DESTRUCT_LEVEL.
18236      Branch: perl
18237            ! perl.c
18238 ____________________________________________________________________________
18239 [  8895] By: alanbur                               on 2001/02/22  19:31:57
18240         Log: Synchronised with parent
18241      Branch: maint-5.6/pureperl
18242           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
18243 ____________________________________________________________________________
18244 [  8894] By: gsar                                  on 2001/02/22  19:06:18
18245         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
18246              
18247              fix memory leak in method call optimization (change#3768);
18248              made C<eval "$x->foo()"> leak
18249              
18250              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
18251      Branch: maint-5.6/perl
18252           !> op.c
18253 ____________________________________________________________________________
18254 [  8893] By: jhi                                   on 2001/02/22  18:35:27
18255         Log: (Retracted by #8915.)
18256              
18257              Third Degree finding:
18258              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
18259      Branch: perl
18260            ! gv.c
18261 ____________________________________________________________________________
18262 [  8892] By: jhi                                   on 2001/02/22  14:28:32
18263         Log: Update Changes.
18264      Branch: perl
18265            ! Changes patchlevel.h
18266 ____________________________________________________________________________
18267 [  8891] By: jhi                                   on 2001/02/22  13:22:45
18268         Log: Metaconfig unit changes for #8890.
18269      Branch: metaconfig
18270            ! U/modified/Cppsym.U U/threads/archname.U
18271 ____________________________________________________________________________
18272 [  8890] By: jhi                                   on 2001/02/22  13:22:12
18273         Log: Add -stdio to the archname if no perlio selected,
18274              no -perlio added since that is now the default.
18275              
18276              Add few CPUs/architectures to the Cppsym scan.
18277      Branch: perl
18278            ! Configure config_h.SH
18279 ____________________________________________________________________________
18280 [  8889] By: jhi                                   on 2001/02/22  13:05:59
18281         Log: Metaconfig unit change for #8888.
18282      Branch: metaconfig/U/perl
18283            ! useperlio.U
18284 ____________________________________________________________________________
18285 [  8888] By: jhi                                   on 2001/02/22  13:05:28
18286         Log: *drum roll*  Make perlio the default.
18287      Branch: perl
18288            ! Configure config_h.SH
18289 ____________________________________________________________________________
18290 [  8887] By: jhi                                   on 2001/02/22  12:50:52
18291         Log: Integrate change #8665 from maintperl to mainline,
18292              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
18293      Branch: perl
18294           !> ext/POSIX/POSIX.xs
18295 ____________________________________________________________________________
18296 [  8886] By: jhi                                   on 2001/02/22  12:49:24
18297         Log: Integrate changes #8883,8884 from mainline to maintperl.
18298              
18299              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
18300              Subject: Re: File::Temp::_gettemp warning
18301      Branch: maint-5.6/perl
18302           !> embed.h embed.pl lib/File/Temp.pm
18303 ____________________________________________________________________________
18304 [  8885] By: jhi                                   on 2001/02/22  12:43:59
18305         Log: Based on
18306              
18307              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
18308              From: schwab@suse.de
18309              Date: Thu, 22 Feb 2001 13:08:09 +0100
18310              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
18311              
18312              but the fix done slightly differently because the other
18313              half was already done in #8664.
18314      Branch: maint-5.6/perl
18315            ! ext/POSIX/POSIX.xs
18316 ____________________________________________________________________________
18317 [  8884] By: jhi                                   on 2001/02/22  12:37:15
18318         Log: Subject: Re: File::Temp::_gettemp warning
18319              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18320              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
18321              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
18322              
18323              This patch to File::Temp does two things:
18324              
18325              1. Fixes the problem with CGI::Carp when determining
18326              the Fcntl constants
18327              
18328              2. Removes most of the carps and consolidates them so that all the
18329              reasons are included in a single die that is caught by the test. This
18330              means that the correct skipping behaviour is displayed by the test.
18331      Branch: perl
18332            ! lib/File/Temp.pm
18333 ____________________________________________________________________________
18334 [  8883] By: jhi                                   on 2001/02/22  12:29:19
18335         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
18336              From: Peter Prymmer <pvhp@forte.com>
18337              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
18338              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
18339      Branch: perl
18340            ! embed.h embed.pl
18341 ____________________________________________________________________________
18342 [  8882] By: jhi                                   on 2001/02/21  19:41:33
18343         Log: Integrate change #8881 from mainlin to maintperl.
18344              
18345              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
18346      Branch: maint-5.6/perl
18347           !> op.c
18348 ____________________________________________________________________________
18349 [  8881] By: jhi                                   on 2001/02/21  19:38:57
18350         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
18351              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18352              Date:     Wed, 21 Feb 2001 13:08:03 EST
18353              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
18354      Branch: perl
18355            ! op.c
18356 ____________________________________________________________________________
18357 [  8880] By: jhi                                   on 2001/02/21  19:34:34
18358         Log: Retract #8875, cannot let go of the old semantics of unpack U
18359              without rethinking utf8decode.t.
18360      Branch: perl
18361            ! pp.c t/op/pack.t
18362 ____________________________________________________________________________
18363 [  8879] By: jhi                                   on 2001/02/21  19:08:02
18364         Log: Run run/*.t also in minitest.
18365      Branch: perl
18366            ! Makefile.SH
18367 ____________________________________________________________________________
18368 [  8878] By: nick                                  on 2001/02/21  18:55:37
18369         Log: Integrate mainline
18370      Branch: perlio
18371           !> (integrate 76 files)
18372 ____________________________________________________________________________
18373 [  8877] By: jhi                                   on 2001/02/21  15:09:33
18374         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
18375      Branch: metaconfig
18376            ! U/compline/nblock_io.U
18377      Branch: perl
18378            ! Configure config_h.SH
18379 ____________________________________________________________________________
18380 [  8876] By: jhi                                   on 2001/02/21  14:54:45
18381         Log: If no sfio, no -lsfio.
18382      Branch: metaconfig/U/perl
18383            ! d_sfio.U
18384      Branch: perl
18385            ! Configure config_h.SH
18386 ____________________________________________________________________________
18387 [  8875] By: jhi                                   on 2001/02/21  14:54:00
18388         Log: Make unpack C and unpack C truly equivalent.
18389      Branch: perl
18390            ! pp.c t/op/pack.t
18391 ____________________________________________________________________________
18392 [  8874] By: jhi                                   on 2001/02/21  14:26:02
18393         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
18394              From: Peter Prymmer <pvhp@forte.com>
18395              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
18396              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
18397      Branch: perl
18398            ! pod/perlport.pod
18399 ____________________________________________________________________________
18400 [  8873] By: jhi                                   on 2001/02/21  14:24:31
18401         Log: Subject: [PATCH] fix for charnames above FFFF
18402              From: andreas.koenig@anima.de (Andreas J. Koenig)
18403              Date: 21 Feb 2001 07:05:45 +0100
18404              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
18405      Branch: perl
18406            ! lib/charnames.pm t/lib/charnames.t
18407 ____________________________________________________________________________
18408 [  8872] By: jhi                                   on 2001/02/21  14:15:25
18409         Log: Integrate change #8868 from pureperl to mainline.
18410              
18411              Fixed reference count loop caused by sv_magic.
18412      Branch: perl
18413           !> sv.c
18414 ____________________________________________________________________________
18415 [  8871] By: jhi                                   on 2001/02/21  14:07:29
18416         Log: Integrate change #8868 from pureperl to maintperl.
18417              
18418              Fixed reference count loop caused by sv_magic.
18419      Branch: maint-5.6/perl
18420           !> sv.c
18421 ____________________________________________________________________________
18422 [  8870] By: jhi                                   on 2001/02/21  14:04:41
18423         Log: Put back the #8840, it was innocent.
18424      Branch: perl
18425            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18426            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
18427 ____________________________________________________________________________
18428 [  8869] By: jhi                                   on 2001/02/21  14:00:03
18429         Log: unpack("C", ...) was left slightly unfinished by #8865.
18430      Branch: perl
18431            ! pp.c t/op/pack.t
18432 ____________________________________________________________________________
18433 [  8868] By: alanbur                               on 2001/02/21  01:33:45
18434         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
18435              from gv_fetchpv to create single-character magic variables (e.g. $!),
18436              and it is passed a sv and the gv that contains the sv as the mg_obj
18437              value.  When sv_magic stores the mg_obj pointer it increments the gv
18438              refcount, thus causing a sv-gv pair that can't be freed.  There is
18439              already a check for sv == obj which is used to prevent such reference
18440              loops.  This change extends the check to cover the case described above.
18441      Branch: maint-5.6/pureperl
18442            ! sv.c
18443 ____________________________________________________________________________
18444 [  8867] By: jhi                                   on 2001/02/21  00:52:39
18445         Log: Update Changes.
18446      Branch: perl
18447            ! Changes patchlevel.h
18448 ____________________________________________________________________________
18449 [  8866] By: jhi                                   on 2001/02/21  00:34:20
18450         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
18451              (Note: there were some conflicts due to EBCDIC and EPOC
18452              patches, in general I preferred the repository code.)
18453              (When 2.753 comes out, we need to synchronize.)
18454      Branch: perl
18455            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
18456            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
18457            ! t/lib/cgi-html.t
18458 ____________________________________________________________________________
18459 [  8865] By: jhi                                   on 2001/02/21  00:24:22
18460         Log: Make pack("C", 0x100) to create Unicode, unless under the
18461              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
18462              will understand Unicode, unless you under know what.
18463      Branch: perl
18464            ! pp.c t/op/pack.t t/op/qu.t
18465 ____________________________________________________________________________
18466 [  8864] By: alanbur                               on 2001/02/20  22:35:34
18467         Log: Resynchronised with parent
18468      Branch: maint-5.6/pureperl
18469           !> README.win32 ext/GDBM_File/GDBM_File.pm
18470           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
18471           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
18472           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
18473           !> t/lib/sdbm.t util.c
18474 ____________________________________________________________________________
18475 [  8863] By: jhi                                   on 2001/02/20  20:55:11
18476         Log: Integrate change #8860,8861 from mainline into maintperl.
18477              
18478              "pseudo-literal j"
18479              
18480              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
18481      Branch: maint-5.6/perl
18482           !> lib/Test.pm pod/perlop.pod
18483 ____________________________________________________________________________
18484 [  8862] By: jhi                                   on 2001/02/20  20:30:07
18485         Log: Don't do casting between pointers pointing to differently sized
18486              integers.
18487      Branch: perl
18488            ! hv.c sv.c
18489 ____________________________________________________________________________
18490 [  8861] By: jhi                                   on 2001/02/20  19:53:44
18491         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
18492              From: Peter Prymmer <pvhp@forte.com>
18493              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
18494              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
18495      Branch: perl
18496            ! lib/Test.pm
18497 ____________________________________________________________________________
18498 [  8860] By: jhi                                   on 2001/02/20  19:48:02
18499         Log: "pseudo-literal j", a documentation glitch reported to Debian.
18500              The text recovered from Perl 5.005_03, and pseudo-literal replaced
18501              by "backtick string".
18502      Branch: perl
18503            ! pod/perlop.pod
18504 ____________________________________________________________________________
18505 [  8859] By: jhi                                   on 2001/02/20  19:15:46
18506         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
18507              from Chris Nandor.
18508      Branch: perl
18509            ! makedef.pl
18510 ____________________________________________________________________________
18511 [  8858] By: jhi                                   on 2001/02/20  17:36:53
18512         Log: Integrate pureperl changes #8844,8845,8850 to mainline
18513              (via maintperl #8855).
18514              
18515              Fixed %^H scoping bug
18516              
18517              Removed GV <-> CV refcount loop
18518              
18519              Removed %ENV refcount loop
18520      Branch: perl
18521           !> gv.c op.c perl.c pp.c scope.c
18522 ____________________________________________________________________________
18523 [  8857] By: jhi                                   on 2001/02/20  17:34:32
18524         Log: Integrate changes #8853,8854 from maintperl to mainline.
18525              
18526              EBDIC fixes, README.win32 Borland update.
18527      Branch: perl
18528           !> README.win32 handy.h util.c
18529 ____________________________________________________________________________
18530 [  8856] By: jhi                                   on 2001/02/20  17:33:16
18531         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
18532      Branch: maint-5.6/perl
18533           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
18534           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
18535           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
18536 ____________________________________________________________________________
18537 [  8855] By: jhi                                   on 2001/02/20  17:32:13
18538         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
18539              
18540              Fixed %^H scoping bug
18541              
18542              Removed GV <-> CV refcount loop
18543              
18544              Removed %ENV refcount loop
18545      Branch: maint-5.6/perl
18546           !> gv.c op.c perl.c pp.c scope.c
18547 ____________________________________________________________________________
18548 [  8854] By: jhi                                   on 2001/02/20  17:25:06
18549         Log: Subject: Addition to readme.win32 for Borland C++ compilers
18550              Date: Tue, 20 Feb 2001 02:15:25 +0300
18551              From: "Vadim Konovalov" <watman@inbox.ru>
18552              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
18553              
18554              Document Borland compiler misbehaviour.
18555      Branch: maint-5.6/perl
18556            ! README.win32
18557 ____________________________________________________________________________
18558 [  8853] By: jhi                                   on 2001/02/20  17:22:25
18559         Log: The assimilation of ebcdic.c didn't quite work at the first try,
18560              patches from Thomas Dorner.
18561      Branch: maint-5.6/perl
18562            ! handy.h util.c
18563 ____________________________________________________________________________
18564 [  8852] By: jhi                                   on 2001/02/20  17:20:15
18565         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
18566              From: Chris Nandor <pudge@pobox.com>
18567              Date: Tue, 20 Feb 2001 08:32:45 -0500
18568              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
18569      Branch: maint-5.6/perl
18570            ! makedef.pl mg.c
18571 ____________________________________________________________________________
18572 [  8851] By: jhi                                   on 2001/02/20  17:15:52
18573         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
18574      Branch: perl
18575            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
18576            ! t/lib/filter-util.t
18577 ____________________________________________________________________________
18578 [  8850] By: alanbur                               on 2001/02/20  17:12:40
18579         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
18580              and the magic pointer points back to the GV that contains the
18581              %ENV hash.  This creates a refcount loop that prevents members
18582              of %ENV from being freed correctly.  This change removes the
18583              refcount loop - the magic pointer was never used anyway, the
18584              only use of the magic was to check the type ('E') so that the
18585              appropriate environment manipulation code is called when %ENV
18586              is modified.
18587      Branch: maint-5.6/pureperl
18588            ! perl.c
18589 ____________________________________________________________________________
18590 [  8849] By: jhi                                   on 2001/02/20  17:12:20
18591         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
18592              From: "Craig A. Berry" <craigberry@mac.com>
18593              Date: Mon, 19 Feb 2001 23:36:12 -0600
18594              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
18595              
18596              Case-forgiving systems match TestInit.pm with TES*.
18597      Branch: perl
18598            ! t/lib/glob-basic.t
18599 ____________________________________________________________________________
18600 [  8848] By: jhi                                   on 2001/02/20  17:10:02
18601         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
18602      Branch: perl
18603            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
18604            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
18605            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
18606 ____________________________________________________________________________
18607 [  8847] By: jhi                                   on 2001/02/20  15:34:41
18608         Log: The #8843 wasn't quite right: %Config needs to imported.
18609      Branch: perl
18610            ! t/run/runenv.t
18611 ____________________________________________________________________________
18612 [  8846] By: jhi                                   on 2001/02/20  15:31:50
18613         Log: Retract the #8838 and #8840 for now because of
18614              the DB_File tie problem.
18615      Branch: perl
18616            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
18617            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
18618            ! proto.h sv.c
18619 ____________________________________________________________________________
18620 [  8845] By: alanbur                               on 2001/02/20  14:25:41
18621         Log: Removed GV <-> CV refcount loop
18622              CvGV(mycv) points to the parent GV of the CV, and was previously
18623              refcounted.  The pointer remains, but the refcounting has been removed
18624              as it causes a refcount loop between the CV and GV that means the CV
18625              can't ever be deleted.
18626      Branch: maint-5.6/pureperl
18627            ! gv.c op.c pp.c
18628 ____________________________________________________________________________
18629 [  8844] By: alanbur                               on 2001/02/20  14:23:13
18630         Log: Fixed %^H scoping bug
18631      Branch: maint-5.6/pureperl
18632            ! scope.c
18633 ____________________________________________________________________________
18634 [  8843] By: jhi                                   on 2001/02/19  13:38:08
18635         Log: fork() not everywhere, cleanup temp files.
18636      Branch: perl
18637            ! t/run/runenv.t
18638 ____________________________________________________________________________
18639 [  8842] By: alanbur                               on 2001/02/19  12:42:07
18640         Log: Resynchronised with parent
18641      Branch: maint-5.6/pureperl
18642           !> pod/perlfaq4.pod sv.c utf8.c
18643 ____________________________________________________________________________
18644 [  8841] By: jhi                                   on 2001/02/19  03:35:51
18645         Log: Update Changes.
18646      Branch: perl
18647            ! Changes patchlevel.h
18648 ____________________________________________________________________________
18649 [  8840] By: jhi                                   on 2001/02/19  00:23:41
18650         Log: Subject: [patch] add sv_setref_uv
18651              From: Doug MacEachern <dougm@covalent.net>
18652              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
18653              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
18654      Branch: perl
18655            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18656            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
18657 ____________________________________________________________________________
18658 [  8839] By: jhi                                   on 2001/02/19  00:01:38
18659         Log: Put to rest the 20010205.001, the email address checking (not) regex.
18660      Branch: perl
18661            ! pod/perlfaq9.pod
18662 ____________________________________________________________________________
18663 [  8838] By: jhi                                   on 2001/02/18  22:17:54
18664         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
18665              From: Doug MacEachern <dougm@covalent.net>
18666              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
18667              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
18668      Branch: perl
18669            ! lib/ExtUtils/xsubpp
18670 ____________________________________________________________________________
18671 [  8837] By: jhi                                   on 2001/02/18  22:16:50
18672         Log: Subject: [patch] -Wall cleanup round 2
18673              From: Doug MacEachern <dougm@covalent.net>
18674              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
18675              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
18676      Branch: perl
18677            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
18678            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
18679            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
18680            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
18681            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18682            ! ext/SDBM_File/SDBM_File.xs
18683 ____________________________________________________________________________
18684 [  8836] By: jhi                                   on 2001/02/18  22:11:20
18685         Log: Misapplied regex optimizations when \C is present.
18686              Fixes 20001230.002.
18687              
18688              What still remains broken is that the submatches that
18689              have \C in them get their UTF8 flag on because their
18690              parent SV has it on.  This will result in malformed
18691              UTF8 if a \C happened to match a non-ASCII byte.
18692      Branch: perl
18693            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
18694            ! t/pragma/utf8.t
18695 ____________________________________________________________________________
18696 [  8835] By: jhi                                   on 2001/02/18  20:12:02
18697         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
18698              
18699              The hash key got wrongly UTF8fied.
18700      Branch: perl
18701            ! pod/perlapi.pod toke.c utf8.c
18702 ____________________________________________________________________________
18703 [  8834] By: jhi                                   on 2001/02/18  19:44:25
18704         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
18705              don't warn on magical or overloaded things.
18706      Branch: perl
18707            ! pp_hot.c
18708 ____________________________________________________________________________
18709 [  8833] By: nick                                  on 2001/02/18  19:31:22
18710         Log: Integrate mainline
18711      Branch: perlio
18712           +> t/TestInit.pm t/run/runenv.t
18713            - t/UTEST
18714           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
18715           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
18716           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
18717           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
18718           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
18719           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
18720           !> utf8.c
18721 ____________________________________________________________________________
18722 [  8832] By: jhi                                   on 2001/02/18  19:21:18
18723         Log: Integrate perlio.
18724      Branch: perl
18725           !> perlio.c pod/perldiag.pod
18726 ____________________________________________________________________________
18727 [  8831] By: jhi                                   on 2001/02/18  19:14:20
18728         Log: Integrate change #8827 from mainline.
18729              
18730              UTF8 tweaks.
18731      Branch: maint-5.6/perl
18732           !> sv.c utf8.c
18733 ____________________________________________________________________________
18734 [  8830] By: nick                                  on 2001/02/18  19:10:34
18735         Log: Apply the spirit of patch from Nick Clark:
18736              Subject: [PATCH] Re: extensions that provide layers
18737              From: Nicholas Clark <nick@ccl4.org>
18738              Date: Mon, 12 Feb 2001 16:43:51 +0000
18739              Message-Id: <20010212164350.Q3652@plum.flirble.org>
18740      Branch: perlio
18741            ! perlio.c pod/perldiag.pod
18742 ____________________________________________________________________________
18743 [  8829] By: jhi                                   on 2001/02/18  19:03:25
18744         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
18745              From: schwern@pobox.com 
18746              Date: Sun, 18 Feb 2001 13:44:35 -0500
18747              Message-ID: <20010218134435.A17544@magnonel.guild.net>
18748              
18749              Applied, but as t/TestInit.pm.
18750      Branch: perl
18751            + t/TestInit.pm
18752            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
18753            ! t/op/subst_wamp.t
18754 ____________________________________________________________________________
18755 [  8828] By: jhi                                   on 2001/02/18  18:43:52
18756         Log: Integrate perlio.
18757      Branch: perl
18758           !> perlio.c
18759 ____________________________________________________________________________
18760 [  8827] By: jhi                                   on 2001/02/18  18:41:33
18761         Log: UTF-8 tweaks.
18762      Branch: perl
18763            ! sv.c utf8.c
18764 ____________________________________________________________________________
18765 [  8826] By: nick                                  on 2001/02/18  17:40:59
18766         Log: Fix [ID 20010217.002]
18767              open FOO, "<:raw:perlio", ...
18768              :raw now inserts default base layer below itself.
18769              Also
18770              open FOO, "<:unix", ...
18771              works as well - but leaves buffer layer on stack under the unix layer.
18772      Branch: perlio
18773            ! perlio.c
18774 ____________________________________________________________________________
18775 [  8825] By: jhi                                   on 2001/02/18  17:15:39
18776         Log: Integrate perlio.
18777      Branch: perl
18778           !> perlio.c perliol.h
18779 ____________________________________________________________________________
18780 [  8824] By: jhi                                   on 2001/02/18  17:10:53
18781         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
18782              From: schwern@pobox.com
18783              Date: Sun, 18 Feb 2001 01:48:50 -0500
18784              Message-ID: <20010218014850.C19957@magnonel.guild.net>
18785      Branch: perl
18786            ! lib/Test/Harness.pm t/TEST t/op/chop.t
18787 ____________________________________________________________________________
18788 [  8823] By: jhi                                   on 2001/02/18  17:01:06
18789         Log: Add run/*.t to testables.
18790      Branch: perl
18791            ! t/TEST
18792 ____________________________________________________________________________
18793 [  8822] By: jhi                                   on 2001/02/18  16:58:58
18794         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
18795              From: schwern@pobox.com
18796              Date: Sun, 18 Feb 2001 01:11:35 -0500
18797              Message-ID: <20010218011135.A19957@magnonel.guild.net>
18798              
18799              Revive mjd's and Simon's PERL5OPT fix.
18800      Branch: perl
18801            + t/run/runenv.t
18802            ! MANIFEST perl.c
18803 ____________________________________________________________________________
18804 [  8821] By: jhi                                   on 2001/02/18  16:53:46
18805         Log: Subject: Re: Why t/TEST and not Test::Harness?
18806              From: schwern@pobox.com
18807              Date: Sat, 17 Feb 2001 22:44:44 -0500
18808              Message-ID: <20010217224444.A6679@magnonel.guild.net>
18809              
18810              Replace UTEST with TEST -utf8.
18811      Branch: perl
18812            - t/UTEST
18813            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
18814            ! t/lib/glob-basic.t
18815 ____________________________________________________________________________
18816 [  8820] By: nick                                  on 2001/02/18  13:06:16
18817         Log: Clean up a few core dumps when layers are used in unexpected ways.
18818              (Still not "right"...)
18819      Branch: perlio
18820            ! perlio.c perliol.h
18821 ____________________________________________________________________________
18822 [  8819] By: jhi                                   on 2001/02/18  02:25:55
18823         Log: Integrate change #8818 from maintperl, a FAQ nit.
18824      Branch: perl
18825           !> pod/perlfaq4.pod
18826 ____________________________________________________________________________
18827 [  8818] By: jhi                                   on 2001/02/18  02:24:50
18828         Log: FAQ nit from Chris Fedde.
18829      Branch: maint-5.6/perl
18830            ! pod/perlfaq4.pod
18831 ____________________________________________________________________________
18832 [  8817] By: nick                                  on 2001/02/17  18:20:14
18833         Log: Integrate mainline
18834      Branch: perlio
18835           +> lib/unicode/UCD.html lib/unicode/Unicode.html
18836           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
18837           +> pod/perlclib.pod
18838            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18839            - lib/unicode/Unicode.301
18840           !> (integrate 324 files)
18841 ____________________________________________________________________________
18842 [  8816] By: jhi                                   on 2001/02/17  16:56:58
18843         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
18844      Branch: perl
18845            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18846            ! ext/Storable/Storable.xs t/lib/st-06compat.t
18847            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
18848 ____________________________________________________________________________
18849 [  8815] By: jhi                                   on 2001/02/17  16:40:07
18850         Log: Subject: [patch] -Wall
18851              From: Doug MacEachern <dougm@covalent.net>
18852              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
18853              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
18854      Branch: perl
18855            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
18856            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
18857 ____________________________________________________________________________
18858 [  8814] By: jhi                                   on 2001/02/16  19:27:18
18859         Log: Document qu better.
18860      Branch: perl
18861            ! pod/perlop.pod
18862 ____________________________________________________________________________
18863 [  8813] By: jhi                                   on 2001/02/15  13:54:37
18864         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
18865              From: Hugo <hv@crypt.compulink.co.uk>
18866              Date: Thu, 15 Feb 2001 13:39:49 +0000
18867              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
18868      Branch: perl
18869            ! toke.c
18870 ____________________________________________________________________________
18871 [  8812] By: alanbur                               on 2001/02/15  13:52:16
18872         Log: Resynchronised with parent
18873      Branch: maint-5.6/pureperl
18874            - ebcdic.c
18875           !> (integrate 36 files)
18876 ____________________________________________________________________________
18877 [  8811] By: jhi                                   on 2001/02/15  13:51:16
18878         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
18879              
18880              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
18881              From: Jan Dubois <JanD@ActiveState.com>
18882              Date: Wed, 31 Jan 2001 21:17:03 -0800
18883              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
18884              
18885              tweak change#8659 to keep it simple
18886              
18887              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
18888              From: Russ Allbery <rra@stanford.edu>
18889              Date: 14 Feb 2001 10:15:41 -0800
18890              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
18891              
18892              (8809 empty)
18893
18894              Upgrade to podlators 1.08, from Russ Allbery.
18895      Branch: perl
18896           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
18897           !> utils/perldoc.PL
18898 ____________________________________________________________________________
18899 [  8810] By: jhi                                   on 2001/02/15  13:35:08
18900         Log: Upgrade to podlators 1.08, from Russ Allbery.
18901      Branch: maint-5.6/perl
18902            ! lib/Pod/Man.pm lib/Pod/Text.pm
18903 ____________________________________________________________________________
18904 [  8809] By: jhi                                   on 2001/02/15  13:26:38
18905         Log: (accidentally empty check-in)
18906      Branch: maint-5.6/perl
18907            ! lib/Test/Harness.pm
18908 ____________________________________________________________________________
18909 [  8808] By: jhi                                   on 2001/02/15  13:23:47
18910         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
18911              From: Russ Allbery <rra@stanford.edu>
18912              Date: 14 Feb 2001 10:15:41 -0800
18913              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
18914              
18915              perldoc was hardcoding $Config{installscript}, which breaks
18916              when install* isn't where Perl ends up (such as with AFS).
18917              
18918              Use $Config{scriptdir} instead.
18919      Branch: maint-5.6/perl
18920            ! utils/perldoc.PL
18921 ____________________________________________________________________________
18922 [  8807] By: jhi                                   on 2001/02/14  14:37:27
18923         Log: Update Changes.
18924      Branch: perl
18925            ! Changes patchlevel.h
18926 ____________________________________________________________________________
18927 [  8806] By: jhi                                   on 2001/02/14  14:25:31
18928         Log: Integrate changes #8803,8804,8805 from mainline.
18929              
18930              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
18931              
18932              Don't skip too much of the locale error message if no environ array,
18933              from Chris Nandor.
18934              
18935              More MacOS Classic fixes from Chris Nandor.
18936      Branch: maint-5.6/perl
18937           !> doop.c lib/Cwd.pm perl.c perl.h util.c
18938 ____________________________________________________________________________
18939 [  8805] By: jhi                                   on 2001/02/14  03:29:01
18940         Log: More MacOS Classic fixes from Chris Nandor.
18941      Branch: perl
18942            ! doop.c lib/Cwd.pm
18943 ____________________________________________________________________________
18944 [  8804] By: jhi                                   on 2001/02/14  03:18:35
18945         Log: Don't skip too much of the locale error message if no environ array,
18946              from Chris Nandor.
18947      Branch: perl
18948            ! util.c
18949 ____________________________________________________________________________
18950 [  8803] By: jhi                                   on 2001/02/14  03:14:14
18951         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
18952      Branch: perl
18953            ! perl.c perl.h
18954 ____________________________________________________________________________
18955 [  8802] By: jhi                                   on 2001/02/13  18:31:33
18956         Log: AUTHORS update.
18957      Branch: perl
18958            ! AUTHORS
18959 ____________________________________________________________________________
18960 [  8801] By: jhi                                   on 2001/02/13  17:55:19
18961         Log: Integrate change #8792 from mainline.
18962              
18963              Subject: buncha MacPerl patches for bleadperl
18964              From: Chris Nandor <pudge@pobox.com>
18965              Date: Tue, 13 Feb 2001 00:02:43 -0500
18966              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
18967      Branch: maint-5.6/perl
18968           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18969           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
18970           !> t/lib/basename.t toke.c util.h
18971 ____________________________________________________________________________
18972 [  8800] By: jhi                                   on 2001/02/13  17:46:43
18973         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
18974              to be forced to Off_t.
18975              
18976              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
18977              From: nick@ccl4.org
18978              Date: Thu, 1 Feb 2001 12:01:04 +0000
18979              Message-Id: <20010201120103.E11401@plum.flirble.org>
18980      Branch: maint-5.6/perl
18981            ! iperlsys.h perlio.c
18982 ____________________________________________________________________________
18983 [  8799] By: jhi                                   on 2001/02/13  16:52:51
18984         Log: Duplex duplex hunk hunk.
18985      Branch: maint-5.6/perl
18986            ! Makefile.SH
18987 ____________________________________________________________________________
18988 [  8797] By: jhi                                   on 2001/02/13  14:52:04
18989         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
18990              From: "Craig A. Berry" <craigberry@mac.com>
18991              Date: Mon, 12 Feb 2001 11:05:25 -0600
18992              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
18993      Branch: perl
18994            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
18995 ____________________________________________________________________________
18996 [  8796] By: jhi                                   on 2001/02/13  14:36:47
18997         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
18998              From: simon.cozens@pembroke.oxford.ac.uk 
18999              Date: Sat, 10 Feb 2001 17:57:02 +0000
19000              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
19001              
19002              Now it does include.
19003      Branch: perl
19004            ! pod/perldiag.pod
19005 ____________________________________________________________________________
19006 [  8795] By: jhi                                   on 2001/02/13  14:30:11
19007         Log: Sort the MANIFEST.
19008      Branch: perl
19009            ! MANIFEST
19010 ____________________________________________________________________________
19011 [  8794] By: jhi                                   on 2001/02/13  14:26:51
19012         Log: Integrate change #8793 from mainline, FAQ updates.
19013      Branch: maint-5.6/perl
19014           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
19015 ____________________________________________________________________________
19016 [  8793] By: jhi                                   on 2001/02/13  14:25:13
19017         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
19018      Branch: perl
19019            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
19020 ____________________________________________________________________________
19021 [  8792] By: jhi                                   on 2001/02/13  14:22:50
19022         Log: Subject: buncha MacPerl patches for bleadperl
19023              From: Chris Nandor <pudge@pobox.com>
19024              Date: Tue, 13 Feb 2001 00:02:43 -0500
19025              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
19026      Branch: perl
19027            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
19028            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
19029            ! t/lib/basename.t toke.c util.h
19030 ____________________________________________________________________________
19031 [  8791] By: jhi                                   on 2001/02/13  14:10:39
19032         Log: Integrate change #8790 from mainline.
19033              
19034              environ array wrongly assumed in Perl_init_i18nl10n(),
19035      Branch: maint-5.6/perl
19036           !> util.c
19037 ____________________________________________________________________________
19038 [  8790] By: jhi                                   on 2001/02/13  14:06:15
19039         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
19040              noticed by Chris Nandor in MacOS Classic.
19041      Branch: perl
19042            ! util.c
19043 ____________________________________________________________________________
19044 [  8789] By: jhi                                   on 2001/02/13  13:58:07
19045         Log: Integrate changes #8373,8487,8544,8783 from mainline.
19046              
19047              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
19048              hints files, the dynaloading, assimilate ebcdic into util.c.
19049      Branch: maint-5.6/perl
19050            - ebcdic.c
19051            ! MANIFEST hints/posix-bc.sh
19052           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
19053           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
19054           !> perlapi.c proto.h util.c
19055 ____________________________________________________________________________
19056 [  8788] By: alanbur                               on 2001/02/13  10:33:13
19057         Log: Integrated changes from maint-5.6
19058      Branch: maint-5.6/pureperl
19059           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
19060           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
19061           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19062           !> vos/config.ga.h vos/configure_perl.cm
19063 ____________________________________________________________________________
19064 [  8787] By: jhi                                   on 2001/02/13  05:56:36
19065         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
19066      Branch: perl
19067           !> Makefile.SH
19068 ____________________________________________________________________________
19069 [  8786] By: jhi                                   on 2001/02/13  05:54:34
19070         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
19071              From: Dorner Thomas <Thomas.Dorner@start.de>
19072              Date: Mon, 12 Feb 2001 15:06:26 +0100
19073              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
19074      Branch: maint-5.6/perl
19075            ! Makefile.SH
19076 ____________________________________________________________________________
19077 [  8785] By: jhi                                   on 2001/02/13  05:29:04
19078         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
19079      Branch: perl
19080           !> hints/openbsd.sh
19081 ____________________________________________________________________________
19082 [  8784] By: jhi                                   on 2001/02/13  02:25:24
19083         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
19084              From: Peter Prymmer <pvhp@forte.com>
19085              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
19086              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
19087      Branch: perl
19088            ! pod/perlclib.pod
19089 ____________________________________________________________________________
19090 [  8783] By: jhi                                   on 2001/02/13  02:22:36
19091         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
19092      Branch: perl
19093            - ebcdic.c
19094            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
19095            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
19096            ! util.c
19097 ____________________________________________________________________________
19098 [  8782] By: jhi                                   on 2001/02/13  02:00:07
19099         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
19100      Branch: maint-5.6/perl
19101            ! pod/perlport.pod
19102 ____________________________________________________________________________
19103 [  8781] By: jhi                                   on 2001/02/13  01:58:44
19104         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
19105      Branch: maint-5.6/perl
19106            ! hints/openbsd.sh
19107 ____________________________________________________________________________
19108 [  8780] By: jhi                                   on 2001/02/13  01:57:33
19109         Log: Synchronize the regexp tests between maintperl and mainline.
19110      Branch: maint-5.6/perl
19111           !> t/op/re_tests
19112 ____________________________________________________________________________
19113 [  8779] By: jhi                                   on 2001/02/13  01:49:35
19114         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
19115              From: Hugo <hv@crypt.compulink.co.uk>
19116              Date: Tue, 13 Feb 2001 00:11:11 +0000
19117              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
19118      Branch: perl
19119            ! regcomp.c t/op/re_tests
19120 ____________________________________________________________________________
19121 [  8778] By: jhi                                   on 2001/02/13  00:23:10
19122         Log: Comments do not nest.
19123      Branch: perl
19124            ! perl.h
19125 ____________________________________________________________________________
19126 [  8777] By: jhi                                   on 2001/02/13  00:17:54
19127         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
19128              From: Hugo <hv@crypt.compulink.co.uk>
19129              Date: Tue, 13 Feb 2001 00:11:11 +0000
19130              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
19131      Branch: maint-5.6/perl
19132            ! regcomp.c t/op/re_tests
19133 ____________________________________________________________________________
19134 [  8776] By: jhi                                   on 2001/02/12  23:25:52
19135         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
19136      Branch: maint-5.6/perl
19137            ! pod/perlport.pod
19138 ____________________________________________________________________________
19139 [  8775] By: jhi                                   on 2001/02/12  23:04:28
19140         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
19141      Branch: maint-5.6/perl
19142            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
19143            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
19144            ! vos/configure_perl.cm
19145 ____________________________________________________________________________
19146 [  8774] By: jhi                                   on 2001/02/12  22:59:11
19147         Log: Subject: Re: [patch] context for 'U' magic functions
19148              From: Doug MacEachern <dougm@covalent.net>
19149              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
19150              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
19151              
19152              plus the suggestion by Nick Ing-Simmons to name the macro
19153              as PERL_MG_UFUNC to avoid namespace pollution, plus add
19154              the advice by Doug for XS writers to perl.h
19155      Branch: perl
19156            ! mg.c perl.h
19157 ____________________________________________________________________________
19158 [  8773] By: jhi                                   on 2001/02/11  20:14:12
19159         Log: Update Changes.
19160      Branch: perl
19161            ! Changes patchlevel.h
19162 ____________________________________________________________________________
19163 [  8772] By: jhi                                   on 2001/02/11  18:47:52
19164         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
19165              From: Simon Cozens <simon@cozens.net>
19166              Date: Wed, 31 Jan 2001 16:31:43 +0000
19167              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
19168      Branch: perl
19169            + pod/perlclib.pod
19170            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
19171            ! pod/perltoc.pod
19172 ____________________________________________________________________________
19173 [  8771] By: jhi                                   on 2001/02/11  18:36:48
19174         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
19175              
19176              Blocks-4d3.beta.txt
19177              CaseFolding-3d4.beta.txt
19178              CompositionExclusions-3d6.beta.txt
19179              EastAsianWidth-4d4.beta.txt
19180              LineBreak-6d3.beta.txt
19181              NamesList-3.1.0d1.beta.txt
19182              PropList-3.1.0d4.beta.txt
19183              SpecialCasing-4d1.beta.txt
19184              UnicodeData-3.1.0d6.beta.txt
19185      Branch: perl
19186            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
19187           +> lib/unicode/UCD.html lib/unicode/Unicode.html
19188            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
19189            - lib/unicode/Unicode.301
19190            ! (edit 257 files)
19191 ____________________________________________________________________________
19192 [  8770] By: jhi                                   on 2001/02/11  17:26:22
19193         Log: UTF-8 documentation.
19194      Branch: perl
19195            ! utf8.h
19196 ____________________________________________________________________________
19197 [  8769] By: jhi                                   on 2001/02/11  17:12:49
19198         Log: Retract #8762.
19199      Branch: perl
19200            ! regexec.c
19201 ____________________________________________________________________________
19202 [  8768] By: jhi                                   on 2001/02/11  16:54:45
19203         Log: Subject: [PATCH] Test::Harness
19204              From: andreas.koenig@anima.de (Andreas J. Koenig)
19205              Date: 11 Feb 2001 14:37:00 +0100
19206              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
19207      Branch: perl
19208            ! lib/Test/Harness.pm
19209 ____________________________________________________________________________
19210 [  8767] By: jhi                                   on 2001/02/11  16:53:52
19211         Log: Subject: [PATCH] Document makepatch in Porting/patching
19212              From: andreas.koenig@anima.de (Andreas J. Koenig)
19213              Date: 11 Feb 2001 16:46:28 +0100
19214              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
19215      Branch: perl
19216            ! Porting/patching.pod
19217 ____________________________________________________________________________
19218 [  8766] By: jhi                                   on 2001/02/11  06:30:23
19219         Log: Subject: Re: [patch] GvSHARED
19220              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
19221              From: Doug MacEachern <dougm@covalent.net>
19222              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
19223              
19224              Subject: Re: [patch] GvSHARED
19225              From: Doug MacEachern <dougm@covalent.net>
19226              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
19227              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
19228              
19229              Subject: [patch] attributes.pm support for `shared'
19230              From: Doug MacEachern <dougm@covalent.net>
19231              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
19232              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
19233              
19234              our() attributes were ignored, our :shared pieces missing,
19235              allow attributes.pm to turn on shared.
19236      Branch: perl
19237            ! op.c t/op/attrs.t toke.c xsutils.c
19238 ____________________________________________________________________________
19239 [  8765] By: alanbur                               on 2001/02/10  23:11:19
19240         Log: Resync with parent (hopefully sucessfully this time)
19241      Branch: maint-5.6/pureperl
19242           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
19243           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
19244           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
19245           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
19246           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
19247           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
19248           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
19249 ____________________________________________________________________________
19250 [  8764] By: jhi                                   on 2001/02/10  22:54:38
19251         Log: Make TEST and UTEST more verbose in case something goes
19252              wrong in running/compiling a script, suggested by Doug
19253              MacEachern.
19254      Branch: perl
19255            ! t/TEST t/UTEST
19256 ____________________________________________________________________________
19257 [  8763] By: jhi                                   on 2001/02/10  22:11:34
19258         Log: Bogus shebang.
19259      Branch: perl
19260            ! t/lib/texttabs.t
19261 ____________________________________________________________________________
19262 [  8762] By: jhi                                   on 2001/02/10  21:56:02
19263         Log: (Retracted by #8769)
19264      Branch: perl
19265            ! regexec.c
19266 ____________________________________________________________________________
19267 [  8761] By: jhi                                   on 2001/02/10  21:26:15
19268         Log: Subject: Re: [patch] GvSHARED 
19269              From: Doug MacEachern <dougm@covalent.net>
19270              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
19271              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
19272              
19273              our @EXPORT : shared = (...);
19274      Branch: perl
19275            ! toke.c
19276 ____________________________________________________________________________
19277 [  8760] By: jhi                                   on 2001/02/10  21:25:07
19278         Log: Subject: [patch] GvSHARED
19279              From: Doug MacEachern <dougm@covalent.net>
19280              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
19281              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
19282      Branch: perl
19283            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
19284 ____________________________________________________________________________
19285 [  8759] By: alanbur                               on 2001/02/10  21:24:27
19286         Log: Backed out mismerge.
19287      Branch: maint-5.6/pureperl
19288            ! MANIFEST README.hpux README.vmesa gv.c installhtml
19289            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
19290            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
19291            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
19292            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
19293            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
19294            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
19295 ____________________________________________________________________________
19296 [  8758] By: jhi                                   on 2001/02/10  18:01:17
19297         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
19298              
19299              Fixed UMRs and leak in Perl_pmtrans()
19300              
19301              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
19302              associated UTFied tr/// code.  Also fixed scoping leak of
19303              PL_reg_start_tmp.
19304              
19305              newATTRSUB leaks when an attempt to redefine the active sort sub is
19306              made.
19307      Branch: maint-5.6/perl
19308           !> op.c regcomp.c
19309 ____________________________________________________________________________
19310 [  8757] By: alanbur                               on 2001/02/10  17:56:46
19311         Log: Resynchronised with parent
19312      Branch: maint-5.6/pureperl
19313           +> README.bs2000
19314            - README.posix-bc
19315            ! gv.c perl.c sv.c
19316           !> MANIFEST README.hpux README.vmesa installhtml
19317           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
19318           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
19319           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
19320           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
19321           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
19322           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
19323 ____________________________________________________________________________
19324 [  8756] By: alanbur                               on 2001/02/10  17:51:15
19325         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
19326              made.
19327      Branch: maint-5.6/pureperl
19328            ! op.c
19329 ____________________________________________________________________________
19330 [  8755] By: jhi                                   on 2001/02/09  22:41:35
19331         Log: Upgrade to CPAN 1.59_54, from Andreas König.
19332      Branch: perl
19333            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19334 ____________________________________________________________________________
19335 [  8754] By: jhi                                   on 2001/02/09  22:29:20
19336         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
19337              
19338              Didn't upgrade the fill.t since it has a dependency to File::Slurp
19339              purely for debugging purposes, the actual test hasn't changed.
19340      Branch: perl
19341            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
19342            ! t/lib/textwrap.t
19343 ____________________________________________________________________________
19344 [  8753] By: jhi                                   on 2001/02/09  20:17:50
19345         Log: Integrate change #8682 from maintperl.
19346              
19347              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
19348              to work correctly.
19349      Branch: perl
19350           !> hints/irix_6.sh
19351 ____________________________________________________________________________
19352 [  8752] By: jhi                                   on 2001/02/09  20:00:46
19353         Log: Update Changes.
19354      Branch: perl
19355            ! Changes patchlevel.h
19356 ____________________________________________________________________________
19357 [  8751] By: nick                                  on 2001/02/09  19:48:37
19358         Log: Integrate mainline
19359      Branch: perlio
19360           +> README.bs2000 t/lib/cgi-esc.t
19361            - README.posix-bc
19362           !> (integrate 53 files)
19363 ____________________________________________________________________________
19364 [  8750] By: nick                                  on 2001/02/09  19:25:16
19365         Log: Subject: RE: Biannual Competition to Improve Hashing Function
19366              From: Fisher Mark <fisherm@tce.com>
19367              Date: Thu, 8 Feb 2001 10:44:00 -0500
19368              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
19369              Date: Thu, 8 Feb 2001 15:02:47 -0500
19370              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
19371      Branch: perl
19372            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
19373 ____________________________________________________________________________
19374 [  8749] By: jhi                                   on 2001/02/09  19:02:35
19375         Log: Forgotten fragment.
19376      Branch: perl
19377            ! pod/perlapi.pod
19378 ____________________________________________________________________________
19379 [  8748] By: jhi                                   on 2001/02/09  18:31:34
19380         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
19381              plus manual tweakage.
19382              
19383              Sync the perlfaq2 between mainline and maintperl.
19384      Branch: maint-5.6/perl
19385            ! pod/perlfaq2.pod
19386      Branch: perl
19387           !> pod/perlfaq2.pod
19388 ____________________________________________________________________________
19389 [  8747] By: jhi                                   on 2001/02/09  18:12:04
19390         Log: Subject: versiononly and installperl
19391              From: abigail@foad.org
19392              Date: Wed, 7 Feb 2001 22:43:12 +0100
19393              Message-ID: <20010207214312.7045.qmail@foad.org>    
19394              
19395              Add +v flag to force a normal install of the perl binary
19396              and the utilities.
19397              
19398              Subject: [PATCH] installperl
19399              From: Nicholas Clark <nick@ccl4.org>
19400              Date: Fri, 9 Feb 2001 16:28:57 +0000
19401              Message-ID: <20010209162857.B10931@plum.flirble.org>
19402              
19403              Add -A flag which also hardlinks the binary with
19404              the full architecture name.
19405      Branch: perl
19406            ! installperl
19407 ____________________________________________________________________________
19408 [  8746] By: jhi                                   on 2001/02/09  18:03:43
19409         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
19410              
19411              Subject: perlfaq2, re: perlmongers
19412              
19413              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
19414              
19415              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
19416              
19417              Subject: [ID 20010205.001] typo in perlfaq9
19418              
19419              Subject: [ID 20010208.002] unordered explanation in perlcall
19420      Branch: maint-5.6/perl
19421           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
19422           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
19423           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
19424 ____________________________________________________________________________
19425 [  8745] By: jhi                                   on 2001/02/09  17:59:09
19426         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
19427              From: abela@geneanet.org
19428              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
19429              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
19430      Branch: perl
19431            ! pod/perlcall.pod
19432 ____________________________________________________________________________
19433 [  8744] By: jhi                                   on 2001/02/09  17:48:16
19434         Log: Subject: [ID 20010205.001] typo in perlfaq9
19435              From: eserte@vran.herceg.de
19436              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
19437              Message-Id: <200102042244.XAA21926@vran.herceg.de>
19438      Branch: perl
19439            ! pod/perlfaq9.pod
19440 ____________________________________________________________________________
19441 [  8743] By: jhi                                   on 2001/02/09  17:25:12
19442         Log: Integrate change #8695 from maintperl.
19443              
19444              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
19445      Branch: perl
19446           !> thread.h
19447 ____________________________________________________________________________
19448 [  8742] By: jhi                                   on 2001/02/09  17:21:22
19449         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
19450              From: Andy Dougherty <doughera@lafayette.edu>
19451              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
19452              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
19453      Branch: perl
19454            ! embed.pl
19455 ____________________________________________________________________________
19456 [  8741] By: jhi                                   on 2001/02/09  17:05:19
19457         Log: Integrate changes #8738,8739,8740 from maintperl.
19458              
19459              Html files will be installed in a more logical and easier to
19460              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
19461              
19462              Html files will be generated with a header to make them look
19463              a little less bare.
19464              
19465              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
19466      Branch: perl
19467           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
19468 ____________________________________________________________________________
19469 [  8740] By: jhi                                   on 2001/02/09  17:03:46
19470         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
19471              From: "Brendan O'Dea" <bod@compusol.com.au>
19472              Date: Sun, 4 Feb 2001 11:17:56 +1100
19473              Message-ID: <20010204111756.A16301@compusol.com.au>
19474      Branch: maint-5.6/perl
19475            ! pod/perlfaq3.pod
19476 ____________________________________________________________________________
19477 [  8739] By: jhi                                   on 2001/02/09  17:01:59
19478         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
19479              From: "Indy Singh" <indy@nusphere.com>
19480              Date: Fri, 2 Feb 2001 15:09:59 -0500
19481              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
19482              
19483              Html files will be generated with a header to make them look
19484              a little less bare.
19485      Branch: maint-5.6/perl
19486            ! installhtml
19487 ____________________________________________________________________________
19488 [  8738] By: jhi                                   on 2001/02/09  16:58:48
19489         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
19490              From: "Indy Singh" <indy@nusphere.com>
19491              Date: Fri, 2 Feb 2001 15:08:23 -0500
19492              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
19493              
19494              Html files will be installed in a more logical and easier to
19495              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
19496      Branch: maint-5.6/perl
19497            ! win32/Makefile win32/makefile.mk
19498 ____________________________________________________________________________
19499 [  8737] By: jhi                                   on 2001/02/09  16:46:54
19500         Log: Integrate changes #8687,8736 from maintperl.
19501              
19502              HP-UX thread patches from Merijn H. Brand.
19503              
19504              Latin nit from Philip Newton.
19505      Branch: perl
19506           !> README.hpux hints/hpux.sh
19507 ____________________________________________________________________________
19508 [  8736] By: jhi                                   on 2001/02/09  16:42:31
19509         Log: Latin nit from Philip Newton.
19510      Branch: maint-5.6/perl
19511            ! README.hpux
19512 ____________________________________________________________________________
19513 [  8735] By: jhi                                   on 2001/02/09  16:24:03
19514         Log: Integrate changes #8704,8710 from pureperl.
19515              
19516              Fixed UMRs and leak in Perl_pmtrans()
19517              
19518              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
19519              associated UTFied tr/// code.  Also fixed scoping leak of
19520              PL_reg_start_tmp.
19521      Branch: perl
19522           !> op.c regcomp.c
19523 ____________________________________________________________________________
19524 [  8734] By: jhi                                   on 2001/02/09  15:40:21
19525         Log: Integrate change #8733 from maintperl.
19526              
19527              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
19528      Branch: perl
19529           !> pod/perlre.pod
19530 ____________________________________________________________________________
19531 [  8733] By: jhi                                   on 2001/02/09  15:35:47
19532         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
19533              From: Prymmer/Kahn <pvhp@best.com>
19534              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
19535              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
19536      Branch: maint-5.6/perl
19537            ! pod/perlre.pod
19538 ____________________________________________________________________________
19539 [  8732] By: jhi                                   on 2001/02/09  15:26:17
19540         Log: Rename README.posix-bc to README.bs2000 (to avoid the
19541              confusion of a "perlposix-bc.pod"), add a few missing
19542              arch pods, regen toc.
19543      Branch: maint-5.6/perl
19544           +> README.bs2000
19545            - README.posix-bc
19546            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
19547            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19548 ____________________________________________________________________________
19549 [  8731] By: jhi                                   on 2001/02/09  15:23:39
19550         Log: De-cut-and-pasto.
19551      Branch: perl
19552            ! pod/perl.pod
19553 ____________________________________________________________________________
19554 [  8730] By: jhi                                   on 2001/02/09  15:11:13
19555         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
19556              when people think that perlposix-bc.pod tells anything about
19557              Perl and POSIX.  Regen toc.
19558      Branch: perl
19559           +> README.bs2000
19560            - README.posix-bc
19561            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
19562            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
19563 ____________________________________________________________________________
19564 [  8729] By: jhi                                   on 2001/02/09  14:52:28
19565         Log: The README.vmesa part of #8712 from maintperl.
19566      Branch: perl
19567            ! README.vmesa
19568 ____________________________________________________________________________
19569 [  8728] By: jhi                                   on 2001/02/09  14:46:06
19570         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
19571              From: Peter Prymmer <pvhp@forte.com>
19572              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
19573              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
19574      Branch: maint-5.6/perl
19575            ! README.vmesa win32/Makefile win32/makefile.mk
19576 ____________________________________________________________________________
19577 [  8727] By: jhi                                   on 2001/02/09  14:33:25
19578         Log: Integrate change #8712 from mainline.
19579              
19580              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
19581      Branch: maint-5.6/perl
19582           !> lib/Pod/Find.pm
19583 ____________________________________________________________________________
19584 [  8726] By: jhi                                   on 2001/02/09  14:30:28
19585         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
19586              From: Peter Prymmer <pvhp@forte.com>
19587              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
19588              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
19589      Branch: perl
19590            + t/lib/cgi-esc.t
19591            ! MANIFEST lib/CGI/Util.pm
19592 ____________________________________________________________________________
19593 [  8725] By: jhi                                   on 2001/02/09  04:56:47
19594         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
19595      Branch: maint-5.6/perl
19596            ! pod/perlport.pod
19597 ____________________________________________________________________________
19598 [  8724] By: jhi                                   on 2001/02/09  04:40:59
19599         Log: Integrate changes 7819,7820 from vmsperl into mainline.
19600              
19601              Add header for LIB$ prototypes (C. Berry)
19602              
19603              Convert fwrite()s to sockets to write()s, since some socket stacks
19604              don't take kindly to stdio.
19605              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
19606              (for often optional LNMs)
19607              Correct a few typos
19608              (C. Bailey)
19609      Branch: perl
19610           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
19611 ____________________________________________________________________________
19612 [  8723] By: jhi                                   on 2001/02/09  03:29:29
19613         Log: Integrate change #8722 from mainline.
19614              
19615              The Im() function wasn't returning zero for non-Math::Complex
19616              arguments.  The bug reported by John Gamble.
19617      Branch: maint-5.6/perl
19618           !> lib/Math/Complex.pm
19619 ____________________________________________________________________________
19620 [  8722] By: jhi                                   on 2001/02/09  03:28:33
19621         Log: The Im() function wasn't returning zero for non-Math::Complex
19622              arguments.  The bug reported by John Gamble.
19623      Branch: perl
19624            ! lib/Math/Complex.pm
19625 ____________________________________________________________________________
19626 [  8721] By: nick                                  on 2001/02/08  22:11:35
19627         Log: Correct the correction :-(
19628      Branch: perl
19629            ! perl.c
19630 ____________________________________________________________________________
19631 [  8720] By: bailey                                on 2001/02/08  20:59:22
19632         Log: Convert frwite()s to sockets to write()s, since some socket stacks
19633              don't take kindly to stdio.
19634              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
19635              (for often optional LNMs)
19636              Correct a few typos
19637              (C. Bailey)
19638      Branch: vmsperl
19639            ! vms/vms.c vms/vmsish.h
19640 ____________________________________________________________________________
19641 [  8719] By: bailey                                on 2001/02/08  20:51:02
19642         Log: Add header for LIB$ prototypes (C. Berry)
19643      Branch: vmsperl
19644            ! ext/Devel/DProf/DProf.xs
19645 ____________________________________________________________________________
19646 [  8718] By: bailey                                on 2001/02/08  20:49:00
19647         Log: SYN SYN
19648      Branch: vmsperl
19649           +> pod/perliol.pod t/lib/sample-tests/bailout
19650           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
19651           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
19652           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
19653           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
19654           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
19655           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
19656            - lib/unicode/Is/DCinital.pl
19657           !> (integrate 101 files)
19658 ____________________________________________________________________________
19659 [  8717] By: nick                                  on 2001/02/08  19:38:48
19660         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
19661              From: Robin Barker <rmb1@cise.npl.co.uk>
19662              Date: Thu, 8 Feb 2001 14:38:07 GMT
19663              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
19664      Branch: perl
19665            ! lib/CPAN.pm
19666 ____________________________________________________________________________
19667 [  8716] By: nick                                  on 2001/02/08  19:29:07
19668         Log: Generated files form 8713 etc.
19669      Branch: perl
19670            ! embed.h global.sym objXSUB.h perlapi.c proto.h
19671 ____________________________________________________________________________
19672 [  8715] By: nick                                  on 2001/02/08  19:26:08
19673         Log: Fixup non-ithread build after 8713
19674      Branch: perl
19675            ! perl.c
19676 ____________________________________________________________________________
19677 [  8714] By: nick                                  on 2001/02/08  19:17:45
19678         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
19679              From: nick@ccl4.org
19680              Date: Wed, 7 Feb 2001 00:27:47 +0000
19681              Message-Id: <20010207002747.B63724@plum.flirble.org>
19682      Branch: perl
19683            ! sv.c toke.c
19684 ____________________________________________________________________________
19685 [  8713] By: nick                                  on 2001/02/08  19:15:58
19686         Log: Subject: Re: [patch] Re: PL_ptr_table
19687              From: Doug Maceachern <dougm@covalent.net>
19688              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
19689              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
19690      Branch: perl
19691            ! embed.pl perl.c sv.c sv.h
19692 ____________________________________________________________________________
19693 [  8712] By: nick                                  on 2001/02/08  19:12:47
19694         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
19695              From: Peter Prymmer <pvhp@forte.com>
19696              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
19697              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
19698      Branch: perl
19699            ! lib/Pod/Find.pm
19700 ____________________________________________________________________________
19701 [  8711] By: nick                                  on 2001/02/07  21:06:11
19702         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
19703              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
19704              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19705              Date: Tue, 06 Feb 2001 23:37:01 +0000
19706              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
19707      Branch: perl
19708            ! regcomp.c
19709 ____________________________________________________________________________
19710 [  8710] By: alanbur                               on 2001/02/07  00:22:04
19711         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
19712              associated UTFied tr/// code.  Also fixed scoping leak of
19713              PL_reg_start_tmp.
19714      Branch: maint-5.6/pureperl
19715            ! op.c regcomp.c
19716 ____________________________________________________________________________
19717 [  8709] By: nick                                  on 2001/02/06  21:16:49
19718         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
19719              From: Michael G Schwern <schwern@pobox.com>
19720              Date: Sun, 4 Feb 2001 19:47:14 -0500
19721              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
19722      Branch: perl
19723            ! pod/perlapi.pod pod/perlmodlib.PL
19724 ____________________________________________________________________________
19725 [  8708] By: nick                                  on 2001/02/06  20:41:20
19726         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
19727              From: Michael G Schwern <schwern@pobox.com>
19728              Date: Sun, 4 Feb 2001 21:17:49 -0500
19729              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
19730      Branch: perl
19731            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
19732            ! pod/perltootc.pod
19733 ____________________________________________________________________________
19734 [  8707] By: nick                                  on 2001/02/06  20:29:11
19735         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
19736              From: Michael G Schwern <schwern@pobox.com>
19737              Date: Tue, 6 Feb 2001 05:54:30 -0500
19738              Message-Id: <20010206055430.A951@blackrider.aocn.com>
19739      Branch: perl
19740            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
19741 ____________________________________________________________________________
19742 [  8706] By: nick                                  on 2001/02/06  20:21:40
19743         Log: Subject: RE: some win32 fixes
19744              Date: Tue, 6 Feb 2001 09:23:20 +0300
19745              From: Vadim Konovalov <vkonovalov@lucent.com>
19746              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
19747      Branch: perl
19748            ! toke.c win32/Makefile win32/config.bc win32/config.gc
19749            ! win32/config.vc win32/config_H.bc win32/makefile.mk
19750 ____________________________________________________________________________
19751 [  8705] By: alanbur                               on 2001/02/06  15:00:03
19752         Log: Synchronised with parent
19753      Branch: maint-5.6/pureperl
19754            ! regexec.c
19755           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
19756           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
19757 ____________________________________________________________________________
19758 [  8704] By: alanbur                               on 2001/02/06  14:55:24
19759         Log: Fixed UMRs and leak in Perl_pmtrans()
19760      Branch: maint-5.6/pureperl
19761            ! op.c
19762 ____________________________________________________________________________
19763 [  8703] By: gsar                                  on 2001/02/06  02:29:37
19764         Log: $(MAKE) distclean doesn't clean up properly on windows
19765      Branch: maint-5.6/perl
19766            ! win32/Makefile win32/makefile.mk
19767 ____________________________________________________________________________
19768 [  8702] By: gsar                                  on 2001/02/06  01:00:46
19769         Log: tweak change#8659 to keep it simple
19770      Branch: maint-5.6/perl
19771            ! utils/perldoc.PL
19772 ____________________________________________________________________________
19773 [  8701] By: gsar                                  on 2001/02/05  22:45:41
19774         Log: change#8693 was missing testsuite changes
19775      Branch: maint-5.6/perl
19776           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
19777 ____________________________________________________________________________
19778 [  8700] By: nick                                  on 2001/02/05  20:32:52
19779         Log: Integrate mainline
19780      Branch: perlio
19781           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
19782           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
19783           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
19784           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
19785           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
19786           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
19787           +> t/lib/test-harness.t
19788           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
19789           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
19790           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
19791           !> pod/perlutil.pod t/TEST utils/h2xs.PL
19792 ____________________________________________________________________________
19793 [  8699] By: nick                                  on 2001/02/05  19:41:07
19794         Log: Subject: perlfaq2, re: perlmongers
19795              From: David H. Adler <dha@panix.com>
19796              Date: Sun, 4 Feb 2001 23:48:23 -0500
19797              Message-Id: <20010204234823.A13429@panix.com>
19798      Branch: perl
19799            ! pod/perlfaq2.pod
19800 ____________________________________________________________________________
19801 [  8698] By: nick                                  on 2001/02/05  19:39:31
19802         Log: Missed file f#rom the testharness mess.
19803      Branch: perl
19804            + t/lib/test-harness.t
19805 ____________________________________________________________________________
19806 [  8697] By: nick                                  on 2001/02/05  19:37:21
19807         Log: Subject: [DOC PATCH] overload.pm nits
19808              From: John Tobey <jtobey@john-edwin-tobey.org>
19809              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
19810              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
19811      Branch: perl
19812            ! lib/overload.pm
19813 ____________________________________________________________________________
19814 [  8696] By: alanbur                               on 2001/02/05  11:56:00
19815         Log: Sync with parent
19816      Branch: maint-5.6/pureperl
19817           !> thread.h
19818 ____________________________________________________________________________
19819 [  8695] By: gsar                                  on 2001/02/05  03:27:34
19820         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
19821      Branch: maint-5.6/perl
19822            ! thread.h
19823 ____________________________________________________________________________
19824 [  8694] By: alanbur                               on 2001/02/05  00:07:47
19825         Log: Initial branch creation from //depot/maint-5.6/perl
19826      Branch: maint-5.6/pureperl
19827           +> (branch 1719 files)
19828 ____________________________________________________________________________
19829 [  8693] By: gsar                                  on 2001/02/04  22:38:49
19830         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
19831              changes)
19832      Branch: maint-5.6/perl
19833           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19834           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
19835           !> ext/DB_File/version.c
19836 ____________________________________________________________________________
19837 [  8692] By: nick                                  on 2001/02/04  18:15:57
19838         Log: The missed t/TEST part of the grand testharness upgrade.
19839      Branch: perl
19840            ! t/TEST
19841 ____________________________________________________________________________
19842 [  8691] By: nick                                  on 2001/02/04  18:05:17
19843         Log: New improved test harness
19844              Subject: Re: [PATCH Test::Harness] Third time's a charm?
19845              From: Michael G Schwern <schwern@pobox.com>
19846              Date: Sun, 4 Feb 2001 08:01:20 -0500
19847              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
19848      Branch: perl
19849            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
19850            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
19851            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
19852            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
19853            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
19854            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
19855            ! MANIFEST lib/Test/Harness.pm
19856 ____________________________________________________________________________
19857 [  8690] By: nick                                  on 2001/02/04  17:57:51
19858         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
19859              From: Jonathan Stowe <gellyfish@gellyfish.com>
19860              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
19861              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
19862      Branch: perl
19863            ! utils/h2xs.PL
19864 ____________________________________________________________________________
19865 [  8689] By: nick                                  on 2001/02/04  17:55:24
19866         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
19867              From: Michael G Schwern <schwern@pobox.com>
19868              Date: Sat, 3 Feb 2001 22:46:38 -0500
19869              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
19870      Branch: perl
19871            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
19872            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
19873 ____________________________________________________________________________
19874 [  8688] By: nick                                  on 2001/02/04  17:43:55
19875         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
19876              length byfailing to spot lack of closing )
19877              From: nick@talking.bollo.cx
19878              Date: Sat, 03 Feb 2001 23:53:16 +0000
19879              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
19880      Branch: perl
19881            ! perlio.c pod/perldiag.pod
19882 ____________________________________________________________________________
19883 [  8687] By: jhi                                   on 2001/02/03  17:11:42
19884         Log: HP-UX thread patches from Merijn H. Brand.
19885      Branch: maint-5.6/perl
19886            ! README.hpux hints/hpux.sh
19887 ____________________________________________________________________________
19888 [  8686] By: jhi                                   on 2001/02/03  16:40:12
19889         Log: Metaconfig changes for #8685.
19890      Branch: metaconfig
19891            ! U/installdirs/instubperl.U
19892      Branch: metaconfig/U/perl
19893            ! Devel.U versiononly.U
19894 ____________________________________________________________________________
19895 [  8685] By: jhi                                   on 2001/02/03  16:39:49
19896         Log: For -Dusedevel builds turn off installusrbinperl and turn on
19897              versiononly, a combined idea of Richard Soderberg and Merijn
19898              H. Brand.  You can still override both of these from the command
19899              line if you need to, -Dinstallusrbinperl and -Uversiononly.
19900      Branch: perl
19901            ! Configure
19902 ____________________________________________________________________________
19903 [  8684] By: jhi                                   on 2001/02/03  16:16:34
19904         Log: Metaconfig unit fix for #8683.
19905      Branch: metaconfig
19906            ! U/compline/nblock_io.U
19907 ____________________________________________________________________________
19908 [  8683] By: jhi                                   on 2001/02/03  16:16:12
19909         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
19910              reported by Peter Prymmer for 5.6-TRIAL1.
19911      Branch: perl
19912            ! Configure
19913 ____________________________________________________________________________
19914 [  8682] By: jhi                                   on 2001/02/03  05:52:11
19915         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
19916              to work correctly.
19917      Branch: maint-5.6/perl
19918            ! hints/irix_6.sh
19919 ____________________________________________________________________________
19920 [  8681] By: jhi                                   on 2001/02/03  05:47:33
19921         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
19922      Branch: maint-5.6/perl
19923            ! pod/perlport.pod
19924 ____________________________________________________________________________
19925 [  8680] By: jhi                                   on 2001/02/02  21:39:49
19926         Log: perlport update from Peter Prymmer.
19927      Branch: maint-5.6/perl
19928            ! pod/perlport.pod
19929 ____________________________________________________________________________
19930 [  8679] By: nick                                  on 2001/02/02  20:50:48
19931         Log: Integrate mainline
19932      Branch: perlio
19933           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
19934           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
19935           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
19936 ____________________________________________________________________________
19937 [  8678] By: gsar                                  on 2001/02/02  16:02:12
19938         Log: note about bincompat, slightly modified (from Lupe Christoph)
19939      Branch: maint-5.6/perl
19940            ! README.solaris
19941 ____________________________________________________________________________
19942 [  8677] By: jhi                                   on 2001/02/02  15:46:20
19943         Log: Supported platforms updates.
19944      Branch: maint-5.6/perl
19945            ! pod/perlport.pod
19946 ____________________________________________________________________________
19947 [  8676] By: jhi                                   on 2001/02/02  03:41:26
19948         Log: A couple more perlfaq2 tweaks.
19949      Branch: maint-5.6/perl
19950            ! pod/perlfaq2.pod
19951 ____________________________________________________________________________
19952 [  8675] By: jhi                                   on 2001/02/02  03:17:44
19953         Log: Misedit in #8661.
19954      Branch: maint-5.6/perl
19955            ! Configure
19956 ____________________________________________________________________________
19957 [  8674] By: jhi                                   on 2001/02/02  03:14:38
19958         Log: Damien again.
19959      Branch: maint-5.6/perl
19960            ! pod/perlfaq2.pod
19961 ____________________________________________________________________________
19962 [  8673] By: jhi                                   on 2001/02/02  03:12:40
19963         Log: perlfaq update from Elaine Ashton.
19964      Branch: maint-5.6/perl
19965            ! pod/perlfaq2.pod
19966 ____________________________________________________________________________
19967 [  8672] By: jhi                                   on 2001/02/02  03:07:08
19968         Log: UTF-8 s/// patch from Inaba Hiroto.
19969      Branch: maint-5.6/perl
19970            ! pp_ctl.c pp_hot.c
19971 ____________________________________________________________________________
19972 [  8671] By: jhi                                   on 2001/02/01  22:34:31
19973         Log: Update Changes.
19974      Branch: perl
19975            ! Changes patchlevel.h
19976 ____________________________________________________________________________
19977 [  8670] By: jhi                                   on 2001/02/01  22:15:29
19978         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
19979              from maintperl.
19980              
19981              Upgrade to Getopt::Long 2.25, from Johan Vromans.
19982              
19983              more files need to be writable in the source distribution
19984              
19985              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
19986              
19987              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
19988              
19989              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19990              
19991              Allow the float to be fuzzier.
19992              
19993              need to use INT2PTR instead of a straight cast or ia64 fails
19994              
19995              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
19996              
19997              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
19998      Branch: perl
19999           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
20000           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
20001           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
20002 ____________________________________________________________________________
20003 [  8669] By: jhi                                   on 2001/02/01  21:57:02
20004         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
20005              From: Robin Barker <rmb1@cise.npl.co.uk>
20006              Date: Thu, 1 Feb 2001 16:59:05 GMT
20007              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
20008      Branch: maint-5.6/perl
20009            ! pod/perlmodlib.PL
20010 ____________________________________________________________________________
20011 [  8668] By: nick                                  on 2001/02/01  19:41:40
20012         Log: Integrate mainline
20013      Branch: perlio
20014           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
20015           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
20016           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
20017 ____________________________________________________________________________
20018 [  8667] By: gsar                                  on 2001/02/01  16:59:11
20019         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
20020      Branch: maint-5.6/perl
20021            ! embed.pl embedvar.h
20022 ____________________________________________________________________________
20023 [  8666] By: gsar                                  on 2001/02/01  16:34:51
20024         Log: add missing entries to win32/config.?c
20025      Branch: maint-5.6/perl
20026            ! win32/config.bc win32/config.gc win32/config.vc
20027            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20028 ____________________________________________________________________________
20029 [  8665] By: jhi                                   on 2001/02/01  14:58:51
20030         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
20031              From: "Stephen P. Potter" <spp@spotter.yi.org>
20032              Date: Thu, 01 Feb 2001 10:45:46 -0500
20033              Message-Id: <200102011545.KAA31479@spotter.yi.org>
20034      Branch: maint-5.6/perl
20035            ! pod/perlfunc.pod
20036 ____________________________________________________________________________
20037 [  8664] By: gsar                                  on 2001/02/01  14:52:37
20038         Log: need to use INT2PTR instead of a straight cast or ia64 fails
20039              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
20040      Branch: maint-5.6/perl
20041            ! ext/POSIX/POSIX.xs
20042 ____________________________________________________________________________
20043 [  8663] By: jhi                                   on 2001/02/01  14:09:13
20044         Log: Allow the float to be fuzzier.
20045      Branch: maint-5.6/perl
20046            ! t/lib/peek.t
20047 ____________________________________________________________________________
20048 [  8662] By: jhi                                   on 2001/02/01  13:59:00
20049         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
20050              From: Robin Barker <rmb1@cise.npl.co.uk>
20051              Date: Thu, 1 Feb 2001 13:05:39 GMT
20052              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
20053      Branch: maint-5.6/perl
20054            ! pod/perlmodlib.pod
20055 ____________________________________________________________________________
20056 [  8661] By: jhi                                   on 2001/02/01  13:57:38
20057         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
20058              Date: Thu, 01 Feb 2001 14:15:41 +0100
20059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20060              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
20061              
20062              Have the $ccflags in the gcc version test (strange, this change
20063              is claimed to be have been integrated already)
20064      Branch: maint-5.6/perl
20065            ! Configure
20066 ____________________________________________________________________________
20067 [  8660] By: jhi                                   on 2001/02/01  13:44:10
20068         Log: Integrate changes #7950,7964,7962 from mainline.
20069              
20070              Find the stdchar signedness using cpp, should fix some of
20071              the Solaris compiler warnings reported by Alan Burlison.
20072      Branch: maint-5.6/perl
20073           !> Configure config_h.SH
20074 ____________________________________________________________________________
20075 [  8659] By: jhi                                   on 2001/02/01  05:35:32
20076         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
20077              From: Jan Dubois <JanD@ActiveState.com>
20078              Date: Wed, 31 Jan 2001 21:17:03 -0800
20079              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
20080      Branch: maint-5.6/perl
20081            ! utils/perldoc.PL
20082 ____________________________________________________________________________
20083 [  8658] By: jhi                                   on 2001/02/01  04:33:17
20084         Log: Integrate the README.os390 and README.posix-bc parts of mainline
20085              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
20086              installperl parts were taken care of by #8657.)
20087      Branch: maint-5.6/perl
20088           !> README.os390 README.posix-bc
20089 ____________________________________________________________________________
20090 [  8657] By: jhi                                   on 2001/02/01  04:29:21
20091         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20092              From: Peter Prymmer <pvhp@forte.com>
20093              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
20094              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
20095      Branch: maint-5.6/perl
20096            + ext/DynaLoader/dl_dllload.xs
20097            ! MANIFEST Makefile.SH hints/os390.sh installperl
20098 ____________________________________________________________________________
20099 [  8656] By: jhi                                   on 2001/02/01  04:25:45
20100         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
20101              From: Peter Prymmer <pvhp@forte.com>
20102              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
20103              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
20104      Branch: maint-5.6/perl
20105            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
20106 ____________________________________________________________________________
20107 [  8655] By: jhi                                   on 2001/02/01  04:14:47
20108         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
20109              From: troc@netrus.net
20110              Date: Wed, 31 Jan 2001 22:31:26 -0500
20111              Message-Id: <200102010331.WAA117.85@rocco.homenet>
20112      Branch: maint-5.6/perl
20113            ! os2/os2.c
20114 ____________________________________________________________________________
20115 [  8654] By: jhi                                   on 2001/02/01  04:12:52
20116         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
20117              as reported by Alan Burlison.
20118      Branch: maint-5.6/perl
20119            ! pp.h
20120 ____________________________________________________________________________
20121 [  8653] By: jhi                                   on 2001/02/01  04:05:12
20122         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
20123              From: dsugalski@northernlight.com
20124              Date: Wed, 31 Jan 2001 18:54:11 -0500
20125              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
20126      Branch: maint-5.6/perl
20127            ! configure.com
20128 ____________________________________________________________________________
20129 [  8652] By: jhi                                   on 2001/02/01  04:03:11
20130         Log: Misplaced #endif.
20131              
20132              Subject: [perl-5-6-1-trial2] patches for EPOC
20133              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20134              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
20135              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
20136      Branch: maint-5.6/perl
20137            ! epoc/epocish.c
20138 ____________________________________________________________________________
20139 [  8651] By: jhi                                   on 2001/02/01  04:00:25
20140         Log: Integrate changes #8647,8648,8650 from mainline.
20141              
20142              Macrofy a magic UTF-8 test.
20143              
20144              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
20145              
20146              Watch out for cross compiling for EPOC (usually done on linux).
20147      Branch: maint-5.6/perl
20148           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
20149 ____________________________________________________________________________
20150 [  8650] By: jhi                                   on 2001/02/01  03:56:20
20151         Log: Watch out for cross compiling for EPOC (usually done on linux)
20152              
20153              Subject: [perl-5-6-1-trial2] patches for EPOC
20154              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20155              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
20156              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
20157      Branch: perl
20158            ! ext/Errno/Errno_pm.PL
20159 ____________________________________________________________________________
20160 [  8649] By: gsar                                  on 2001/02/01  00:46:00
20161         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
20162      Branch: maint-5.6/perl
20163            ! sv.c
20164 ____________________________________________________________________________
20165 [  8648] By: jhi                                   on 2001/01/31  23:35:36
20166         Log: All the uses of PL_numeric_radix must be protected by
20167              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
20168              
20169              Subject: [perl-5-6-1-trial2] patches for EPOC
20170              From: Olaf Flebbe <O.Flebbe@science-computing.de>
20171              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
20172              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
20173      Branch: perl
20174            ! sv.c
20175 ____________________________________________________________________________
20176 [  8647] By: jhi                                   on 2001/01/31  22:56:16
20177         Log: Macrofy a magic UTF-8 test.
20178      Branch: perl
20179            ! utf8.c utf8.h
20180 ____________________________________________________________________________
20181 [  8646] By: gsar                                  on 2001/01/31  15:55:12
20182         Log: update Changes
20183      Branch: maint-5.6/perl
20184            ! Changes
20185 ____________________________________________________________________________
20186 [  8645] By: gsar                                  on 2001/01/31  15:10:14
20187         Log: Configure tweak suggested by Peter Prymmer
20188      Branch: maint-5.6/perl
20189            ! Configure
20190 ____________________________________________________________________________
20191 [  8644] By: gsar                                  on 2001/01/31  15:06:32
20192         Log: more files need to be writable in the source distribution
20193      Branch: maint-5.6/perl
20194            ! Porting/makerel
20195 ____________________________________________________________________________
20196 [  8643] By: jhi                                   on 2001/01/31  14:59:46
20197         Log: Integrate changes #8258,8278,8279 from mainline.
20198              
20199              Make the large file tests more robust/talkative.
20200      Branch: maint-5.6/perl
20201           !> t/lib/syslfs.t t/op/lfs.t
20202 ____________________________________________________________________________
20203 [  8642] By: gsar                                  on 2001/01/31  14:53:48
20204         Log: integrate changes#8311,8334 from mainline
20205              
20206              Add a new MakeMaker variable PM_FILTER that defines a Unix
20207              filter to be run on each .pm during the pm_to_blib() phase,
20208              a fixed version of
20209              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
20210              
20211              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
20212              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
20213              accurate reading of the "atime".  
20214      Branch: maint-5.6/perl
20215           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
20216           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20217           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
20218 ____________________________________________________________________________
20219 [  8641] By: jhi                                   on 2001/01/31  14:46:37
20220         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
20221      Branch: maint-5.6/perl
20222            ! lib/Getopt/Long.pm
20223 ____________________________________________________________________________
20224 [  8640] By: gsar                                  on 2001/01/31  14:40:24
20225         Log: make regen_all
20226      Branch: maint-5.6/perl
20227            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
20228 ____________________________________________________________________________
20229 [  8639] By: gsar                                  on 2001/01/31  14:37:25
20230         Log: refresh windows config files
20231      Branch: maint-5.6/perl
20232            ! win32/Makefile win32/config_H.bc win32/config_H.gc
20233            ! win32/config_H.vc win32/makefile.mk
20234 ____________________________________________________________________________
20235 [  8638] By: gsar                                  on 2001/01/31  14:28:10
20236         Log: makefile tweaks for windows: introduce a bulk-switch to enable
20237              same options as ActivePerl; sync changes with makefile.mk
20238      Branch: maint-5.6/perl
20239            ! win32/Makefile win32/makefile.mk
20240 ____________________________________________________________________________
20241 [  8637] By: jhi                                   on 2001/01/31  04:41:30
20242         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
20243              From: Nicholas Clark <nick@ccl4.org>
20244              Date: Tue, 30 Jan 2001 19:51:05 +0000
20245              Message-ID: <20010130195105.R76607@plum.flirble.org> 
20246              
20247              op/inc cure.
20248      Branch: perl
20249            ! pp.c pp.h pp_hot.c t/op/arith.t
20250 ____________________________________________________________________________
20251 [  8636] By: jhi                                   on 2001/01/31  02:38:32
20252         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
20253              no perlio],8257,8380,8479,8515 from mainline.
20254              
20255              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
20256              
20257              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
20258              Subject: [PATCH perl@8133] fix-up for VMS extensions
20259              
20260              In VMS embedded perls couldn't access the statically built Socket.
20261              
20262              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
20263              
20264              Further VMS piping fixes from Charles Lane.
20265              
20266              Subject:  [PATCH] make t/op/misc.t work on VMS
20267              
20268              Add tracing for debugging extensions builds in VMS.
20269              
20270              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
20271      Branch: maint-5.6/perl
20272           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
20273           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
20274           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
20275 ____________________________________________________________________________
20276 [  8635] By: jhi                                   on 2001/01/31  01:46:41
20277         Log: Integrate change #7732 from mainline.
20278              
20279              Sparc 64-bit pack() fix from Jens Hamisch.
20280      Branch: maint-5.6/perl
20281           !> pp.c
20282 ____________________________________________________________________________
20283 [  8634] By: jhi                                   on 2001/01/31  01:41:16
20284         Log: One spot missing from #8626.
20285      Branch: maint-5.6/perl
20286            ! sv.c
20287 ____________________________________________________________________________
20288 [  8633] By: jhi                                   on 2001/01/31  00:49:17
20289         Log: Integrate change #7495 from mainline.
20290              
20291              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
20292      Branch: maint-5.6/perl
20293           !> MANIFEST ext/re/Makefile.PL
20294 ____________________________________________________________________________
20295 [  8632] By: jhi                                   on 2001/01/30  23:38:49
20296         Log: Integrate change #8396 from mainline.
20297              
20298              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
20299              better multicast support (resend)
20300      Branch: maint-5.6/perl
20301           !> ext/Socket/Socket.pm
20302 ____________________________________________________________________________
20303 [  8631] By: jhi                                   on 2001/01/30  23:28:03
20304         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
20305              
20306              More AIX lore. (7514, ext/re/hints/aix.pl)
20307              
20308              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
20309              
20310              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)
20311              
20312              Subject: [ID 20001214.002] Net::Ping patch
20313              
20314              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
20315              
20316              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
20317              
20318              Add ReuseAddr as a (preferred) alias for Reuse as we now
20319              also have ReusePort.
20320              
20321              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
20322      Branch: maint-5.6/perl
20323           +> ext/re/hints/aix.pl
20324           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
20325           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
20326 ____________________________________________________________________________
20327 [  8630] By: jhi                                   on 2001/01/30  23:03:59
20328         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
20329              
20330              read() documentation tweak for 20001121.004.
20331              
20332              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
20333      Branch: maint-5.6/perl
20334           !> pod/perlfunc.pod pod/perlre.pod
20335 ____________________________________________________________________________
20336 [  8629] By: jhi                                   on 2001/01/30  22:41:57
20337         Log: Integrate change #8098 from mainline.
20338              
20339              fastgetcwd is defined using a glob alias on a $^O dependent basis
20340              and there was no default assignment or perl subroutine.
20341      Branch: maint-5.6/perl
20342           !> lib/Cwd.pm
20343 ____________________________________________________________________________
20344 [  8628] By: jhi                                   on 2001/01/30  21:58:52
20345         Log: Integrate change #7866 from mainline.
20346              
20347              File::Temp 0.11.
20348      Branch: maint-5.6/perl
20349           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
20350 ____________________________________________________________________________
20351 [  8627] By: jhi                                   on 2001/01/30  21:39:44
20352         Log: Integrate changes #8075,8086,8228 from mainline.  
20353              
20354              Darwin is not Windows. (8075,8086)
20355              
20356              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
20357      Branch: maint-5.6/perl
20358           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
20359           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
20360           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
20361           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
20362 ____________________________________________________________________________
20363 [  8626] By: jhi                                   on 2001/01/30  21:22:11
20364         Log: Integrate with tweakery the change #8625 from mainline,
20365              the multibyte decimal separator fix ("fa_IR locale failure").
20366      Branch: maint-5.6/perl
20367            ! embedvar.h perlapi.h
20368           !> intrpvar.h perl.c perl.h sv.c util.c
20369 ____________________________________________________________________________
20370 [  8625] By: jhi                                   on 2001/01/30  20:26:33
20371         Log: Fix for the fa_IR locale failure.  The reason for the failure
20372              was that Perl was assuming the decimal separator aka the radix
20373              separator is one character.  The Farsi-Iranian locale crushed
20374              that bad assumption since there the separator is 'Momayyez',
20375              glyphwise looking somewhat like a slash, and in Unicode UTF-8
20376              encoded in two bytes, 0xd9 0xab.
20377      Branch: perl
20378            ! intrpvar.h perl.c perl.h sv.c util.c
20379 ____________________________________________________________________________
20380 [  8624] By: gsar                                  on 2001/01/30  20:17:03
20381         Log: regen_headers
20382      Branch: maint-5.6/perl
20383            ! Makefile.SH pod/perlintern.pod
20384 ____________________________________________________________________________
20385 [  8623] By: gsar                                  on 2001/01/30  19:42:34
20386         Log: backout change#7431 and its dependents (causes spurious rebuilds
20387              of autogenerated files)
20388              
20389              fix benign b.t failure
20390      Branch: maint-5.6/perl
20391            ! Makefile.SH t/lib/b.t
20392 ____________________________________________________________________________
20393 [  8622] By: jhi                                   on 2001/01/30  19:41:41
20394         Log: Microperl sync.
20395      Branch: perl
20396            ! mg.c perl.h
20397 ____________________________________________________________________________
20398 [  8621] By: gsar                                  on 2001/01/30  19:24:47
20399         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
20400              from mainline
20401              
20402              Subject: podlators 1.06 released
20403              
20404              Subject: [PATCH @8436] Eliminate op_children
20405              
20406              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
20407              
20408              (Replaced by #8448)  More op_children traces (cleanup of #8442).
20409              
20410              Subject: [PATCH #3 @8436] Re: Eliminate op_children
20411              Replace #8444 and #8445.
20412              
20413              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
20414              at the setting of the ofs_sv in new_struct_thread() as the
20415              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
20416              uninitialized fields are, uh, initialized with),
20417              SvREFCNT_inc()ing that invited a core dump.
20418              
20419              podlators 1.07, from Russ Allbery.
20420              
20421              Subject: [PATCH] regcomp.c old feature removal
20422              From: mjd@plover.com
20423              Date: 16 Jan 2001 14:43:18 -0000 
20424              Message-ID: <20010116144318.7140.qmail@plover.com> 
20425      Branch: maint-5.6/perl
20426           +> lib/Pod/Text/Overstrike.pm
20427           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
20428           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
20429           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
20430           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
20431           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
20432           !> util.c
20433 ____________________________________________________________________________
20434 [  8620] By: gsar                                  on 2001/01/30  18:48:32
20435         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
20436              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
20437              now fails one test)
20438              
20439              Subject: [PATCH] lvalue AUTOLOAD. No, really.
20440              
20441              Subject: [PATCH] Interesting syntax idea
20442              Make opens + bareword assigns do typeglob assigns.
20443              
20444              Tests for #8254.
20445              
20446              Subject: [PATCH @8269] Continue blocks and B::Deparse
20447              Make the peephole optimizer to bypass more null ops and
20448              and rewrite the deparse handling of continue blocks.
20449              
20450              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
20451              Doc tweak on #8313.
20452              
20453              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
20454              
20455              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
20456              
20457              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
20458              
20459              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
20460              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
20461              according to the platform.
20462              
20463              Subject: [PATCH @8404] Consolidated lvalue sub changes
20464              
20465              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
20466              
20467              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
20468              
20469              Subject: B::Concise -- an improved replacement for B::Terse 
20470              
20471              The B::Terse drop-in replacement wasn't quite drop-in.
20472              
20473              The LVRET macro needed an aTHX.
20474              
20475              Use the /^Perl_/-less form of is_lvalue_sub().
20476              
20477              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
20478      Branch: maint-5.6/perl
20479           +> ext/B/B/Concise.pm
20480           !> (integrate 27 files)
20481 ____________________________________________________________________________
20482 [  8619] By: nick                                  on 2001/01/30  18:40:28
20483         Log: Integrate mainline
20484      Branch: perlio
20485           !> (integrate 40 files)
20486 ____________________________________________________________________________
20487 [  8618] By: jhi                                   on 2001/01/30  18:37:18
20488         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
20489              Date: Mon, 29 Jan 2001 22:51:29 -0600
20490              From: "Craig A. Berry" <craigberry@mac.com>
20491              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
20492      Branch: perl
20493            ! vms/test.com
20494 ____________________________________________________________________________
20495 [  8617] By: jhi                                   on 2001/01/30  18:34:53
20496         Log: Subject: [PATCH] Add missing CV flags to dump.c
20497              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20498              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
20499              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
20500      Branch: perl
20501            ! dump.c
20502 ____________________________________________________________________________
20503 [  8616] By: jhi                                   on 2001/01/30  18:20:58
20504         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
20505              part isn't applicable to maintperl.
20506              
20507              UTF-8 nit from Inaba Hiroto.
20508      Branch: maint-5.6/perl
20509           !> pod/perlapi.pod utf8.c
20510 ____________________________________________________________________________
20511 [  8615] By: jhi                                   on 2001/01/30  18:18:51
20512         Log: UTF-8 nit from Inaba Hiroto.
20513      Branch: perl
20514            ! pod/perlapi.pod t/op/each.t utf8.c
20515 ____________________________________________________________________________
20516 [  8614] By: jhi                                   on 2001/01/30  18:13:38
20517         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
20518              
20519              perl's internal variables are not for public consumption,
20520              move their docs from perlapi.pod to perlintern.pod
20521              
20522              support for -Dusethreads build under HP-UX 10.20 and DCE threads
20523              library (11.0 and later have pthreads but 10.x don't)
20524              
20525              avoid uninitialized value warnings
20526              
20527              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
20528              gets weird results)
20529              
20530              perldoc nit on windows
20531              
20532              make it possible to run the tests outside the source tree
20533              (there's still a dependency on ../lib being the library
20534              location)
20535      Branch: perl
20536           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
20537           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
20538           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
20539           !> win32/bin/search.pl win32/vdir.h
20540 ____________________________________________________________________________
20541 [  8613] By: gsar                                  on 2001/01/30  16:39:59
20542         Log: make it possible to run the tests outside the source tree
20543              (there's still a dependency on ../lib being the library
20544              location)
20545      Branch: maint-5.6/perl
20546            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
20547 ____________________________________________________________________________
20548 [  8612] By: gsar                                  on 2001/01/30  16:31:12
20549         Log: perldoc nit on windows
20550      Branch: maint-5.6/perl
20551            ! utils/perldoc.PL
20552 ____________________________________________________________________________
20553 [  8611] By: gsar                                  on 2001/01/30  16:22:54
20554         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
20555              gets weird results)
20556      Branch: maint-5.6/perl
20557            ! win32/vdir.h
20558 ____________________________________________________________________________
20559 [  8610] By: gsar                                  on 2001/01/30  16:12:45
20560         Log: avoid uninitialized value warnings
20561      Branch: maint-5.6/perl
20562            ! win32/bin/search.pl
20563 ____________________________________________________________________________
20564 [  8609] By: gsar                                  on 2001/01/30  16:08:01
20565         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
20566              library (11.0 and later have pthreads but 10.x don't)
20567      Branch: maint-5.6/perl
20568            ! hints/hpux.sh thread.h
20569 ____________________________________________________________________________
20570 [  8608] By: gsar                                  on 2001/01/30  15:48:55
20571         Log: perl's internal variables are not for public consumption,
20572              move their docs from perlapi.pod to perlintern.pod
20573      Branch: maint-5.6/perl
20574            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
20575            ! thrdvar.h
20576 ____________________________________________________________________________
20577 [  8607] By: gsar                                  on 2001/01/30  15:44:27
20578         Log: mistakenly branched perl56delta.pod, revert
20579      Branch: maint-5.6/perl
20580            - pod/perl56delta.pod
20581           !> pod/perldelta.pod
20582 ____________________________________________________________________________
20583 [  8606] By: gsar                                  on 2001/01/30  14:20:24
20584         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
20585              dTHR which has been a noop for a while now, except for the
20586              compatibility definition in thread.h)
20587      Branch: maint-5.6/perl
20588           !> (integrate 45 files)
20589 ____________________________________________________________________________
20590 [  8605] By: jhi                                   on 2001/01/30  05:43:58
20591         Log: Mark the UTF-8 APIs as experimental.
20592      Branch: maint-5.6/perl
20593            ! embed.pl pod/perlapi.pod
20594 ____________________________________________________________________________
20595 [  8604] By: jhi                                   on 2001/01/30  05:38:40
20596         Log: Nits from earlier integrates.
20597      Branch: maint-5.6/perl
20598            ! lib/Carp/Heavy.pm
20599           !> sv.c
20600 ____________________________________________________________________________
20601 [  8603] By: jhi                                   on 2001/01/30  05:27:26
20602         Log: Regenerate Porting files.
20603      Branch: maint-5.6/perl
20604            ! Porting/Glossary Porting/config.sh Porting/config_H
20605 ____________________________________________________________________________
20606 [  8602] By: jhi                                   on 2001/01/30  05:14:59
20607         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
20608              8310,8339,8447,8492,8493,8505,8525: documentation changes.
20609              
20610              Subject: Re: perlfaq style changes
20611              
20612              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
20613              
20614              Subject: [PATCH] docs on NaN
20615              
20616              Subject: [patch] perlfaq7
20617              
20618              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
20619              
20620              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
20621              
20622              Subject: [PATCH] open() example in perlfunc.pod
20623              
20624              Podify README.mpeix (a new version from the web)
20625              
20626              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
20627              
20628              Subject: [PATCH] format and rewording in perlfaq.pod
20629              
20630              Subject: [PATCH] API Variable documentation   
20631              
20632              Memory management calls documentation.
20633              
20634              Subject: [PATCH: perl@8482] README.vms URL updates
20635              
20636              Subject: Minor typos in perlfaq2.pod
20637              
20638              Subject: [PATCH] pod/perlvar.pod
20639      Branch: maint-5.6/perl
20640           +> pod/perl56delta.pod
20641            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
20642           !> README.amiga README.epoc README.mpeix README.vms
20643           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
20644           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
20645           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
20646           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
20647           !> pod/perlvar.pod thrdvar.h
20648 ____________________________________________________________________________
20649 [  8601] By: jhi                                   on 2001/01/30  04:38:35
20650         Log: Integrate changes #8036,8096,8253 from mainline:
20651              hints changes.
20652              
20653              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
20654              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
20655              
20656              Output the (apparent) version of gcc in Tru64.
20657      Branch: maint-5.6/perl
20658           +> ext/POSIX/hints/svr4.pl
20659           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
20660           !> hints/svr4.sh t/lib/bigfltpm.t
20661 ____________________________________________________________________________
20662 [  8600] By: jhi                                   on 2001/01/30  04:04:01
20663         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
20664              locale fixes.
20665              
20666              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
20667              
20668              Debian allows /usr/bin/locale to exist without any locales. (7868)
20669              
20670              Allow the locale test needing POSIX and the taint test
20671              needing IPC::SysV to run under 'minitest' (basically,
20672              bail out if loading the extension fails). (8384)
20673              
20674              Cleanup the locale.t output  (8480)
20675      Branch: maint-5.6/perl
20676           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
20677           !> t/pragma/locale.t
20678 ____________________________________________________________________________
20679 [  8599] By: jhi                                   on 2001/01/30  03:51:04
20680         Log: Missing generated files from #8598.
20681      Branch: maint-5.6/perl
20682            ! embed.h global.sym objXSUB.h perlapi.c proto.h
20683 ____________________________________________________________________________
20684 [  8598] By: jhi                                   on 2001/01/30  03:41:54
20685         Log: Integrate change #8555 from mainline, manually integrate parts
20686              of changes 8452 and 8583.
20687              
20688              Subject: [PATCH] utf8.c documentation (8452)
20689              
20690              No point in checking the length if the pointer is bogus. (8555)
20691              
20692              Introduce bytes_from_utf8() and implement sv_eq() using it,
20693              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
20694              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
20695              was malformed. (8583)
20696      Branch: maint-5.6/perl
20697            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
20698           !> pod/perlapi.pod sv.c utf8.c
20699 ____________________________________________________________________________
20700 [  8597] By: gsar                                  on 2001/01/30  02:37:26
20701         Log: get PERL_OBJECT build going again on windows
20702      Branch: maint-5.6/perl
20703            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20704            ! pod/perlapi.pod proto.h sv.c
20705 ____________________________________________________________________________
20706 [  8596] By: jhi                                   on 2001/01/30  02:16:17
20707         Log: Signedness nit.
20708      Branch: perl
20709            ! sv.c
20710 ____________________________________________________________________________
20711 [  8595] By: jhi                                   on 2001/01/30  02:11:07
20712         Log: EBCDIC patch for Storable, from Peter Prymmer.
20713      Branch: perl
20714            ! t/lib/st-06compat.t
20715 ____________________________________________________________________________
20716 [  8594] By: jhi                                   on 2001/01/30  01:04:48
20717         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
20718              From: Peter Prymmer <pvhp@forte.com>
20719              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
20720              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
20721      Branch: perl
20722            ! t/lib/b.t
20723 ____________________________________________________________________________
20724 [  8593] By: jhi                                   on 2001/01/30  00:56:47
20725         Log: Subject: [PATCH: perl@8585] pod problems in io
20726              From: Peter Prymmer <pvhp@forte.com>
20727              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
20728              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
20729      Branch: perl
20730            ! pod/perlapio.pod pod/perliol.pod
20731 ____________________________________________________________________________
20732 [  8592] By: jhi                                   on 2001/01/30  00:48:20
20733         Log: Integrate perlio.
20734      Branch: perl
20735           !> pod/perlapio.pod pod/perliol.pod
20736 ____________________________________________________________________________
20737 [  8591] By: nick                                  on 2001/01/29  22:02:28
20738         Log: GNU 'merge' Simon's copy of perliol.pod with version
20739              patched by Craig's patch.
20740      Branch: perlio
20741            ! pod/perliol.pod
20742 ____________________________________________________________________________
20743 [  8590] By: nick                                  on 2001/01/29  21:55:10
20744         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
20745      Branch: perlio
20746            ! pod/perlapio.pod pod/perliol.pod
20747 ____________________________________________________________________________
20748 [  8589] By: jhi                                   on 2001/01/29  15:35:33
20749         Log: Integrate change #8586 from maint-5.6/perl.
20750              
20751              make the BOM detection code not call tell() until it has to
20752              (meant to fix esoteric compatibility issues where PL_rsfp
20753              is overridden)
20754      Branch: perl
20755           !> toke.c
20756 ____________________________________________________________________________
20757 [  8588] By: jhi                                   on 2001/01/29  15:29:11
20758         Log: Subject: MAking Solaris malloc() the default
20759              From: Lupe Christoph <lupe@lupe-christoph.de>
20760              Date: Mon, 29 Jan 2001 12:59:36 +0100
20761              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
20762              
20763              The README.solaris part slightly tweaked.
20764      Branch: perl
20765            ! README.solaris hints/solaris_2.sh
20766 ____________________________________________________________________________
20767 [  8587] By: jhi                                   on 2001/01/29  15:17:34
20768         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
20769              From: root@ak-75.mind.de
20770              Date: Sun, 28 Jan 2001 20:32:29 +0100
20771              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
20772      Branch: perl
20773            ! pod/perlre.pod
20774 ____________________________________________________________________________
20775 [  8586] By: gsar                                  on 2001/01/29  13:43:44
20776         Log: make the BOM detection code not call tell() until it has to
20777              (meant to fix esoteric compatibility issues where PL_rsfp
20778              is overridden)
20779      Branch: maint-5.6/perl
20780            ! toke.c
20781 ____________________________________________________________________________
20782 [  8585] By: jhi                                   on 2001/01/28  20:05:45
20783         Log: Update Changes.
20784      Branch: perl
20785            ! Changes patchlevel.h
20786 ____________________________________________________________________________
20787 [  8584] By: jhi                                   on 2001/01/28  19:30:02
20788         Log: Integrate perlio.
20789      Branch: perl
20790           +> pod/perliol.pod
20791           !> MANIFEST pod/perlapio.pod
20792 ____________________________________________________________________________
20793 [  8583] By: jhi                                   on 2001/01/28  19:28:40
20794         Log: Patch from Inaba Hiroto:
20795              - canonical UTF-8 hash keys: if a key string for a hash is
20796              UTF8-on, try downgrade the string and use it if
20797              unicode::distinct is not in effect.
20798              For the task, I added a function bytes_from_utf8() to utf8.c.
20799              It might resemble utf8_to_bytes() but it is not convenient
20800              to the task.
20801              Made a test for it and added to t/op/each.t
20802              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
20803              the mortal copy of the argument SV.
20804              And changed t/io/utf8.t test 18 which expects print() to
20805              upgrade its argument.
20806              - re-implement sv_eq with bytes_from_utf8()
20807              - some bug fixes
20808              - tr/// does not handle UTF8 range (\x{}-\x{})
20809              - \ before raw UTF8 character produced
20810              "Malformed UTF-8 character" warning.
20811              - "\x{100}\N{CENT SIGN}" is Malformed.
20812              Added tests for these 3.
20813              - and one silly bug (by me) with qu operator.
20814      Branch: perl
20815            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
20816            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
20817            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
20818 ____________________________________________________________________________
20819 [  8582] By: nick                                  on 2001/01/28  19:25:04
20820         Log: Add pod/perliol.pod to MANIFEST :-(
20821      Branch: perlio
20822            ! MANIFEST
20823 ____________________________________________________________________________
20824 [  8581] By: nick                                  on 2001/01/28  19:22:40
20825         Log: PerlIO documentation. Proofing and sub-editing requested.
20826      Branch: perlio
20827            + pod/perliol.pod
20828            ! pod/perlapio.pod
20829 ____________________________________________________________________________
20830 [  8580] By: jhi                                   on 2001/01/28  05:16:25
20831         Log: Revert the change to sv_2pv() done by #8054: Someone who
20832              did SvNV_set() on a scalar that also happened to be POK,
20833              followed by sv_2pv() won't get the right coercion anymore.
20834              [Sarathy]
20835      Branch: maint-5.6/perl
20836            ! sv.c
20837 ____________________________________________________________________________
20838 [  8579] By: jhi                                   on 2001/01/28  05:15:04
20839         Log: Remove the #8084 effect: do not allow -Q to be interpreted
20840              as -&Q(), this is too much wiggle room.
20841      Branch: maint-5.6/perl
20842            ! toke.c
20843 ____________________________________________________________________________
20844 [  8578] By: jhi                                   on 2001/01/28  05:12:45
20845         Log: Needed bits of #8439 (should have been in #8576),
20846              mainly for lval substr().
20847      Branch: maint-5.6/perl
20848            ! mg.c pp.c pp_hot.c
20849 ____________________________________________________________________________
20850 [  8577] By: jhi                                   on 2001/01/28  05:02:46
20851         Log: A missing check-in.
20852      Branch: maint-5.6/perl
20853            ! utf8.c
20854 ____________________________________________________________________________
20855 [  8576] By: jhi                                   on 2001/01/28  04:26:18
20856         Log: Integrate changes #8425,8436,8439,8517 from mainline.
20857              The 8439 was not truly integrated because it had too many
20858              dependencies on the development branch and because it introduced
20859              concepts too bold for a maintenance branch (such as the qu operator).
20860              
20861              Subject: [PATCH perl@8342] -Wformat
20862              
20863              Tighten some of the UTF-8 tests a bit.
20864              
20865              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
20866              - The substr lval was still not okay.
20867              - Now pp_stringify and sv_setsv copies source's UTF8 flag
20868              even if IN_BYTE.  pp_stringify is called from fold_constants
20869              at optimization phase and "\x{100}" was made SvUTF8_off under
20870              use bytes (the bytes pragma is for "byte semantics" and not
20871              for "do not produce UTF8 data")
20872      Branch: maint-5.6/perl
20873            ! t/lib/charnames.t t/op/substr.t toke.c
20874           !> sv.c t/pragma/utf8.t
20875 ____________________________________________________________________________
20876 [  8575] By: jhi                                   on 2001/01/28  04:01:51
20877         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
20878              
20879              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
20880              
20881              Subject: [ID 20001230.003] UTF-8 tr still hurts
20882              
20883              Test cases for #8385 (from Simon's "torture.pl")
20884              
20885              Start fixing UTF-8 lval substr() (8405)
20886      Branch: maint-5.6/perl
20887           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
20888           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
20889 ____________________________________________________________________________
20890 [  8574] By: jhi                                   on 2001/01/28  03:09:06
20891         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
20892              from mainline.
20893              
20894              UTF-8 cleanup.
20895              
20896              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
20897              
20898              "\x{FF}\xFF" was broken.
20899              
20900              Tests for #8329 and #8330.
20901              
20902              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
20903              
20904              IRIX compiler noticed that the bof initialization might be
20905              bypassed by control flow.
20906              
20907              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
20908      Branch: maint-5.6/perl
20909           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
20910           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
20911 ____________________________________________________________________________
20912 [  8573] By: jhi                                   on 2001/01/28  02:06:12
20913         Log: Retract #8552.
20914      Branch: perl
20915            ! lib/Text/Wrap.pm t/lib/textwrap.t
20916 ____________________________________________________________________________
20917 [  8572] By: jhi                                   on 2001/01/28  02:04:49
20918         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
20919              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
20920              not really integrated but instead salvaged by hand
20921              (they had too many dependencies on the development release
20922              to be cleanly integratable).
20923              
20924              Subject: more UTF8 test suites and an UTF8 patch
20925              
20926              Tweak for MULTIPLICITY/USE_PERLIO
20927              
20928              Signedness nit.
20929              
20930              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
20931              
20932              Use the UTF8_XXX macros in is_utf8_char().
20933              
20934              Rewrite pp_concat() in terms of sv_catsv().  The . operator
20935              should now be UTF-8-proof.
20936              
20937              Subject: [PATCH perl@8269] scanning two hex-constants
20938              fails on EBCDIC environment (script length.t)
20939              
20940              Add some Unicode chop() tests.
20941      Branch: maint-5.6/perl
20942            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
20943           !> sv.c t/op/chop.t utf8.h
20944 ____________________________________________________________________________
20945 [  8571] By: jhi                                   on 2001/01/28  00:35:59
20946         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
20947              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
20948              
20949              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
20950              
20951              The maxiters upper limit sanity check (guarding against
20952              non-progress) assumed bytes instead of characters in s///
20953              and split().
20954              
20955              Signedness nit.
20956              
20957              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
20958              join() should now be UTF-8-proof.
20959              
20960              More split // UTF-8 tests. (8250)
20961      Branch: maint-5.6/perl
20962           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
20963           !> util.c
20964 ____________________________________________________________________________
20965 [  8570] By: jhi                                   on 2001/01/27  22:15:46
20966         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
20967              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
20968              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
20969              8084,8204,8244,8333 from mainline.
20970              
20971              For -Q where Q might be a one-letter sub name one does no more
20972              get a warning about an unknown filetest (7941,7943,7944,8084).
20973              
20974              Subject: Re: [ID 20001130.011] expression parsing bug ?
20975              
20976              Make uv_to_utf8() to zero-terminate its output buffer.
20977              
20978              Split off t/op/length.t (7995)
20979              
20980              Split off t/op/utf8decode.t (7996)
20981              
20982              Remove an unnecessary 'use utf8' from the utf8.t (7998)
20983              
20984              Split off t/op/concat.t (8004)
20985              
20986              Split off t/op/ver.t (8005)
20987              
20988              Document utf8_length(), utf8_distance(), and utf8_hop().
20989              
20990              Document utf8_to_uv() better.
20991              
20992              Introduce macros for UTF8 decoding (8028,8033).
20993              
20994              Add test for reverse() (8030,8031).
20995              
20996              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
20997              
20998              Do not return the Unicode replacement character    on UTF-8
20999              decoding failure.
21000              
21001              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
21002              not this_utf8 i.e. the output string has one, but don't mess
21003              with source assumption. (8052,8053)
21004              
21005              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
21006              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
21007              was not expecting to be called with something that was already
21008              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
21009              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
21010              (8054)
21011              
21012              Recode the naughty binary bytes in utf8decode.t using the \xHH.
21013              
21014              Make some panic messages a bit more logical.
21015      Branch: maint-5.6/perl
21016           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
21017           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
21018           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
21019           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
21020           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
21021           !> utf8.c utf8.h
21022 ____________________________________________________________________________
21023 [  8569] By: jhi                                   on 2001/01/27  19:16:43
21024         Log: Integrate changes #7750 from perlio and #8566 from mainline.
21025      Branch: maint-5.6/perl
21026           !> regexec.c sv.c
21027 ____________________________________________________________________________
21028 [  8568] By: jhi                                   on 2001/01/27  18:06:51
21029         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
21030              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
21031              7935[-perlio.c],7936,7959,7965 from mainline.
21032              
21033              Change the "big byte" error message to "Wide character".
21034              (7355, the croak-if-wide-chars-in-print part ignored)
21035              
21036              Use UINT64_C().
21037              
21038              Introduce Perl_utf8_length().
21039              
21040              diff -se shows these as different (7753, forgotten check-ins)
21041              
21042              Subject: [PATCH] doop.c - UTF8 tr///
21043              
21044              If we use (aTHX_ ...) then put Perl_ on the front.
21045              
21046              Make utf8_length() and utf8_distance() to be less forgiving
21047              about bad UTF-8.
21048              
21049              Test line numbers are different with utf8.
21050              
21051              No need to scan till infinity, 13 is enough. (7872,7911)
21052              
21053              Subject: [PATCH] Tokeniser debugging
21054              
21055              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
21056              
21057              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
21058              
21059              Be more careful in Perl_sv_utf8_downgrade().
21060              
21061              Use DO_UTF8().
21062              
21063              Raw zero bytes in text files confuse at least GNU patch 2.1.
21064      Branch: maint-5.6/perl
21065           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
21066           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
21067           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
21068           !> t/pragma/utf8.t toke.c utf8.c utf8.h
21069 ____________________________________________________________________________
21070 [  8567] By: nick                                  on 2001/01/27  11:10:38
21071         Log: Integrate mainline
21072      Branch: perlio
21073           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
21074           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
21075           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
21076           !> toke.c
21077 ____________________________________________________________________________
21078 [  8566] By: jhi                                   on 2001/01/27  06:22:48
21079         Log: More documentation for the regexp context stack.
21080      Branch: perl
21081            ! regexec.c
21082 ____________________________________________________________________________
21083 [  8565] By: jhi                                   on 2001/01/27  05:21:57
21084         Log: Update Changes.
21085      Branch: perl
21086            ! Changes patchlevel.h
21087 ____________________________________________________________________________
21088 [  8564] By: jhi                                   on 2001/01/27  04:44:04
21089         Log: Threadedness patch for #8562 from Doug MacEachern.
21090      Branch: perl
21091            ! toke.c
21092 ____________________________________________________________________________
21093 [  8563] By: jhi                                   on 2001/01/27  04:26:24
21094         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
21095              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21096              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
21097              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
21098      Branch: perl
21099            ! op.c
21100 ____________________________________________________________________________
21101 [  8562] By: jhi                                   on 2001/01/27  04:20:30
21102         Log: Subject: Re: Announce : Tokener reporting patch
21103              From: Simon Cozens <simon@cozens.net>
21104              Date: Mon, 22 Jan 2001 02:17:22 +0000
21105              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
21106      Branch: perl
21107            ! embed.h embed.pl proto.h toke.c
21108 ____________________________________________________________________________
21109 [  8561] By: jhi                                   on 2001/01/27  04:17:24
21110         Log: Forgot from #8545.  Oops.
21111      Branch: perl
21112            ! pp.c t/pragma/overload.t
21113 ____________________________________________________________________________
21114 [  8560] By: jhi                                   on 2001/01/27  03:01:47
21115         Log: A better module compilation test, use MANIFEST as suggested
21116              by Spider.
21117      Branch: perl
21118            ! t/lib/1_compile.t
21119 ____________________________________________________________________________
21120 [  8559] By: jhi                                   on 2001/01/27  02:50:48
21121         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
21122              From: Peter Prymmer <pvhp@forte.com>
21123              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
21124              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
21125      Branch: perl
21126            ! t/lib/b.t
21127 ____________________________________________________________________________
21128 [  8558] By: jhi                                   on 2001/01/27  02:27:05
21129         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
21130              From: Peter Prymmer <pvhp@forte.com>
21131              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
21132              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
21133      Branch: perl
21134            ! t/pragma/sub_lval.t
21135 ____________________________________________________________________________
21136 [  8557] By: jhi                                   on 2001/01/27  02:26:03
21137         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
21138              From: Peter Prymmer <pvhp@forte.com>
21139              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
21140              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
21141      Branch: perl
21142            ! t/lib/st-06compat.t
21143 ____________________________________________________________________________
21144 [  8556] By: jhi                                   on 2001/01/27  02:24:33
21145         Log: Subject: [PATCH: perl@8531] minor update to README.os390
21146              From: Peter Prymmer <pvhp@forte.com>
21147              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
21148              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
21149      Branch: perl
21150            ! README.os390
21151 ____________________________________________________________________________
21152 [  8555] By: jhi                                   on 2001/01/27  00:35:47
21153         Log: No point in checking the length before we know whether the pointer
21154              is bogus or not, fixes Abigail's odbm failures in Linux.
21155      Branch: perl
21156            ! sv.c
21157 ____________________________________________________________________________
21158 [  8554] By: nick                                  on 2001/01/26  19:01:31
21159         Log: Integrate mainline
21160      Branch: perlio
21161           !> lib/Text/Wrap.pm t/lib/textwrap.t
21162 ____________________________________________________________________________
21163 [  8553] By: jhi                                   on 2001/01/26  15:19:39
21164         Log: Integrate change #7792 from perlio (multiplicity fix),
21165              fix the AV leak in regex DEBUGGING (tiny part of the
21166              polymorphic regexp patch #8143).
21167      Branch: maint-5.6/perl
21168            ! regcomp.c
21169           !> scope.h
21170 ____________________________________________________________________________
21171 [  8552] By: jhi                                   on 2001/01/26  15:03:23
21172         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
21173              From: Michael G Schwern <schwern@pobox.com>
21174              Date: Fri, 26 Jan 2001 09:28:31 -0500
21175              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
21176      Branch: perl
21177            ! lib/Text/Wrap.pm t/lib/textwrap.t
21178 ____________________________________________________________________________
21179 [  8551] By: jhi                                   on 2001/01/26  02:33:19
21180         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
21181              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
21182              
21183              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
21184              
21185              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
21186              
21187              Message nit.
21188              
21189              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
21190              
21191              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
21192              
21193              (the cleanup of unused submatches in regtry() and regcppop())
21194              
21195              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
21196              stored and restored, and thusly was trounced by the utf8 swash
21197              routines.
21198              
21199              use utf8 not required to use \x{}.
21200              
21201              Removed two more tests that make no sense in UTF-8 since the test
21202              data is not in UTF-8.
21203              
21204              Get the three different space character classes right under utf8.
21205              
21206              Implement ANYOFUTF8 regprop() dumping.
21207              
21208              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
21209              
21210              Document the regex context pushing/popping a bit better.
21211      Branch: maint-5.6/perl
21212           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
21213           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
21214           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
21215           !> t/op/regmesg.t utf8.c
21216 ____________________________________________________________________________
21217 [  8550] By: nick                                  on 2001/01/25  19:42:30
21218         Log: Integrate mainline
21219      Branch: perlio
21220           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
21221           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
21222           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
21223           !> t/lib/bigint.t t/lib/bigintpm.t
21224 ____________________________________________________________________________
21225 [  8549] By: jhi                                   on 2001/01/25  15:22:28
21226         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
21227      Branch: maint-5.6/perl
21228            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
21229 ____________________________________________________________________________
21230 [  8548] By: jhi                                   on 2001/01/25  15:02:55
21231         Log: Integrate changes #7997,8063,8492,8547 from mainline.
21232              
21233              Subject: Re: STRLEN - what?
21234              
21235              Subject: [PATCH] perlguts.pod
21236              
21237              Memory management calls documentation.
21238              
21239              Layout using tabulator is not a good idea in a pod.
21240      Branch: maint-5.6/perl
21241           !> pod/perlguts.pod
21242 ____________________________________________________________________________
21243 [  8547] By: jhi                                   on 2001/01/25  14:49:05
21244         Log: Layout using tabulator is not a good idea in a pod.
21245      Branch: perl
21246            ! pod/perlguts.pod
21247 ____________________________________________________________________________
21248 [  8546] By: jhi                                   on 2001/01/25  14:31:12
21249         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
21250              from mainline.
21251              
21252              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
21253              
21254              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
21255              
21256              More Win32 editor/IDE/shell hints.
21257              
21258              More Win32 Perling.
21259              
21260              Yet another editor edit.
21261              
21262              Edit edit edit.
21263              
21264              IDE/editor section tweaking.
21265              
21266              Few more IDE/editor nits from p5p.
21267      Branch: maint-5.6/perl
21268           !> pod/perlfaq3.pod
21269 ____________________________________________________________________________
21270 [  8545] By: jhi                                   on 2001/01/25  04:16:32
21271         Log: Subject: [PATCH 5.7.0] overload int()
21272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21273              Date: Wed, 24 Jan 2001 19:06:57 -0500
21274              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
21275      Branch: perl
21276            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
21277            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
21278            ! t/lib/bigintpm.t
21279 ____________________________________________________________________________
21280 [  8544] By: jhi                                   on 2001/01/25  04:15:11
21281         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
21282              From: Peter Prymmer <pvhp@forte.com>
21283              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
21284              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
21285      Branch: perl
21286            ! Makefile.SH README.os390 hints/os390.sh installperl
21287 ____________________________________________________________________________
21288 [  8543] By: jhi                                   on 2001/01/25  03:52:08
21289         Log: Integrate change #8462,8469 from mainline.
21290              
21291              In VMS Perl subversion (perl -V) is undef.
21292      Branch: maint-5.6/perl
21293           !> configure.com
21294 ____________________________________________________________________________
21295 [  8542] By: jhi                                   on 2001/01/25  03:44:55
21296         Log: Integrate changes #7835,7850,8315,8316 from mainline.
21297              
21298              Solaris hints.
21299      Branch: maint-5.6/perl
21300           !> hints/solaris_2.sh
21301 ____________________________________________________________________________
21302 [  8541] By: jhi                                   on 2001/01/25  03:39:28
21303         Log: Integrate #8336 from mainline.
21304      Branch: maint-5.6/perl
21305           !> hv.c
21306 ____________________________________________________________________________
21307 [  8540] By: jhi                                   on 2001/01/25  03:23:50
21308         Log: Retract #8539.
21309      Branch: maint-5.6/perl
21310            ! pod/perlfaq3.pod
21311 ____________________________________________________________________________
21312 [  8539] By: jhi                                   on 2001/01/25  03:21:55
21313         Log: (Retracted by #5940.)
21314      Branch: maint-5.6/perl
21315            ! pod/perlfaq3.pod
21316 ____________________________________________________________________________
21317 [  8538] By: jhi                                   on 2001/01/25  03:14:07
21318         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
21319              From: Peter Prymmer <pvhp@forte.com>
21320              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
21321              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
21322              
21323              The VMS bits.
21324      Branch: maint-5.6/perl
21325            ! configure.com vms/descrip_mms.template
21326 ____________________________________________________________________________
21327 [  8537] By: jhi                                   on 2001/01/25  03:06:09
21328         Log: Integrate #7710,7824,7973 from mainline.
21329      Branch: maint-5.6/perl
21330           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21331           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
21332           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
21333           !> vos/config.ga.def vos/config.ga.h win32/config.bc
21334           !> win32/config.gc win32/config.vc
21335 ____________________________________________________________________________
21336 [  8536] By: jhi                                   on 2001/01/24  13:50:20
21337         Log: Revert the edits made by me so far to the 5.6 branch since
21338              the TRIAL1 since I did edits when I should have been using
21339              integrates.  Bad programmer.   (Will integrate them properly later.)
21340              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
21341              The #8353 will not be reapplied at least for now since
21342              the UTF-8 hash keys need more thinking.
21343              (The patches #8347, #8354, #8454, #8473 were okay since they
21344              were original edits made specifically for the 5.6.1-TRIAL1.)
21345      Branch: maint-5.6/perl
21346            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21347            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
21348            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
21349            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
21350            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
21351            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21352            ! win32/config.bc win32/config.gc win32/config.vc
21353 ____________________________________________________________________________
21354 [  8535] By: bailey                                on 2001/01/24  06:37:02
21355         Log: SYN SYN
21356      Branch: vmsperl
21357           +> (branch 26 files)
21358           !> (integrate 130 files)
21359 ____________________________________________________________________________
21360 [  8534] By: nick                                  on 2001/01/23  19:30:57
21361         Log: Integrate mainline.
21362      Branch: perlio
21363           !> Changes Configure Porting/Glossary Porting/config.sh
21364           !> Porting/config_H embed.h embed.pl ext/Encode/compile
21365           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
21366           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
21367           !> pod/perlvar.pod proto.h t/lib/1_compile.t
21368 ____________________________________________________________________________
21369 [  8533] By: jhi                                   on 2001/01/23  16:15:46
21370         Log: Forgotten from #8501.
21371      Branch: perl
21372            ! Porting/Glossary Porting/config.sh Porting/config_H
21373 ____________________________________________________________________________
21374 [  8532] By: jhi                                   on 2001/01/23  16:13:27
21375         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
21376              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21377              Date: Mon, 22 Jan 2001 17:51:58 +0100
21378              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
21379      Branch: perl
21380            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
21381 ____________________________________________________________________________
21382 [  8531] By: jhi                                   on 2001/01/23  15:46:01
21383         Log: Update Changes.
21384      Branch: perl
21385            ! Changes patchlevel.h
21386 ____________________________________________________________________________
21387 [  8530] By: jhi                                   on 2001/01/23  15:38:39
21388         Log: De-cut-and-pasto.
21389      Branch: perl
21390            ! t/lib/1_compile.t
21391 ____________________________________________________________________________
21392 [  8529] By: jhi                                   on 2001/01/23  15:11:04
21393         Log: Document the mkdir trailing slashes case.
21394      Branch: perl
21395            ! pod/perlfunc.pod
21396 ____________________________________________________________________________
21397 [  8528] By: jhi                                   on 2001/01/23  15:08:28
21398         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
21399              get installed:
21400              
21401              Subject: lib/lib.pm
21402              From: <abigail@foad.org>
21403              Date: Mon, 28 Aug 2000 20:35:08 -0400
21404              Message-ID: <20000829003508.21281.qmail@foad.org>
21405      Branch: perl
21406            ! installperl
21407 ____________________________________________________________________________
21408 [  8527] By: jhi                                   on 2001/01/23  14:44:04
21409         Log: Metaconfig unit change for #8526.
21410      Branch: metaconfig
21411            ! U/threads/archname.U
21412 ____________________________________________________________________________
21413 [  8526] By: jhi                                   on 2001/01/23  14:43:19
21414         Log: Attach -perlio to the archname if so selected.
21415      Branch: perl
21416            ! Configure
21417 ____________________________________________________________________________
21418 [  8525] By: jhi                                   on 2001/01/23  14:24:01
21419         Log: Subject: [PATCH] pod/perlvar.pod
21420              From: abigail@foad.org
21421              Date: Tue, 23 Jan 2001 01:41:10 +0100
21422              Message-ID: <20010123004110.22259.qmail@foad.org>
21423      Branch: perl
21424            ! pod/perlvar.pod
21425 ____________________________________________________________________________
21426 [  8524] By: jhi                                   on 2001/01/23  14:22:32
21427         Log: A bug introduced in #8217 (the undefined variable in the
21428              lib/safe1_t #3) fixed, by Charles Lane:
21429              
21430              The earlier patch made it so that stuff running in Safe
21431              compartments could do a "caller" and see "main".  That
21432              little change in name is done right before the code in
21433              the compartment is run, and apparantly the parser
21434              was picking up the stash name before it got changed.
21435              
21436              (why it was threaded vs. unthreaded Perl that was sensitive to this
21437              I still don't know...and it probably doesn't matter).
21438              
21439              I tryed removing the stash name-change and saw that threaded Perl
21440              did indeed pass the lib/safe1.t tests.
21441              
21442              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
21443              do the name change (and to connect _ in the compartment to the global
21444              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
21445              to call _safe_pkg_prep when creating a new compartment.
21446              
21447              Passes all tests with threaded perl on linux; passes all tests
21448              with unthreaded perl on VMS.
21449              
21450              At some point I'll probably want to revisit Safe and Opcode to
21451              provide more sensible handling of global variables...and to get
21452              formats working in Safe compartments, which they don't do currently.
21453      Branch: perl
21454            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
21455 ____________________________________________________________________________
21456 [  8523] By: jhi                                   on 2001/01/23  14:11:58
21457         Log: Also the lib/Thread.pm itself needs to be ignored if
21458              the Thread extension hasn't been built.
21459      Branch: perl
21460            ! t/lib/1_compile.t
21461 ____________________________________________________________________________
21462 [  8522] By: jhi                                   on 2001/01/23  13:51:28
21463         Log: print() instead of warn() so that stderr doesn't get
21464              unncessarily polluted.
21465      Branch: perl
21466            ! ext/Encode/compile
21467 ____________________________________________________________________________
21468 [  8521] By: jhi                                   on 2001/01/23  13:49:48
21469         Log: Integrate perlio.
21470      Branch: perl
21471           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
21472           !> ext/Encode/encode.h
21473 ____________________________________________________________________________
21474 [  8520] By: nick                                  on 2001/01/22  21:44:00
21475         Log: More messing with Encode:
21476              Extra fields in header to allow multiple names and to record
21477              other things "compile" knows.
21478              Re-organise compile to factor out common output routines.
21479      Branch: perlio
21480            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
21481 ____________________________________________________________________________
21482 [  8519] By: nick                                  on 2001/01/22  20:33:50
21483         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
21484      Branch: perlio
21485            ! ext/Encode/Makefile.PL ext/Encode/compile
21486 ____________________________________________________________________________
21487 [  8518] By: nick                                  on 2001/01/22  20:28:13
21488         Log: Integrate mainline
21489      Branch: perlio
21490           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
21491           !> vos/config.alpha.def vos/config.alpha.h
21492 ____________________________________________________________________________
21493 [  8517] By: jhi                                   on 2001/01/22  15:37:17
21494         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
21495              by Inaba Hiroto.
21496      Branch: perl
21497            ! sv.c
21498 ____________________________________________________________________________
21499 [  8516] By: jhi                                   on 2001/01/22  14:55:15
21500         Log: More SIG_SIZE fixes.
21501      Branch: perl
21502            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
21503 ____________________________________________________________________________
21504 [  8515] By: jhi                                   on 2001/01/22  14:50:27
21505         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
21506              From: "Craig A. Berry" <craigberry@mac.com>
21507              Date: Mon, 22 Jan 2001 00:42:24 -0600
21508              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
21509      Branch: perl
21510            ! configure.com
21511 ____________________________________________________________________________
21512 [  8514] By: jhi                                   on 2001/01/22  14:31:17
21513         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
21514              From: "Craig A. Berry" <craigberry@mac.com>
21515              Date: Sun, 21 Jan 2001 23:03:25 -0600
21516              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
21517      Branch: perl
21518            ! configure.com
21519 ____________________________________________________________________________
21520 [  8513] By: jhi                                   on 2001/01/22  14:14:00
21521         Log: Add the .ucm encoding tables to the MANIFEST.
21522      Branch: perl
21523            ! MANIFEST
21524 ____________________________________________________________________________
21525 [  8512] By: jhi                                   on 2001/01/22  13:43:33
21526         Log: Integrate perlio.
21527      Branch: perl
21528           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21529           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21530           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21531           +> ext/Encode/Encode/iso8859-10.ucm
21532           +> ext/Encode/Encode/iso8859-13.ucm
21533           +> ext/Encode/Encode/iso8859-14.ucm
21534           +> ext/Encode/Encode/iso8859-15.ucm
21535           +> ext/Encode/Encode/iso8859-16.ucm
21536           +> ext/Encode/Encode/iso8859-2.ucm
21537           +> ext/Encode/Encode/iso8859-3.ucm
21538           +> ext/Encode/Encode/iso8859-4.ucm
21539           +> ext/Encode/Encode/iso8859-5.ucm
21540           +> ext/Encode/Encode/iso8859-6.ucm
21541           +> ext/Encode/Encode/iso8859-7.ucm
21542           +> ext/Encode/Encode/iso8859-8.ucm
21543           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21544           +> ext/Encode/Encode/symbol.ucm
21545           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
21546           !> perliol.h
21547 ____________________________________________________________________________
21548 [  8511] By: nick                                  on 2001/01/21  23:44:47
21549         Log: Make "real" layers of ":utf8" and ":raw".
21550              So now PERLIO=utf8 perl ...
21551              does what Andreas wanted.
21552              Fix arg passing in open.pm (still have a Carp issue).
21553      Branch: perlio
21554            ! lib/open.pm perlio.c perliol.h
21555 ____________________________________________________________________________
21556 [  8510] By: jhi                                   on 2001/01/21  22:56:53
21557         Log: Document the regex context pushing/popping a bit better.
21558      Branch: perl
21559            ! regexec.c
21560 ____________________________________________________________________________
21561 [  8509] By: jhi                                   on 2001/01/21  22:55:44
21562         Log: Tweak the mkdir trailing slash code some more.
21563              
21564              TO DO: the same handling should probably be done for
21565              all the other filesystem functions that can have directories
21566              as their arguments.
21567      Branch: perl
21568            ! pp_sys.c
21569 ____________________________________________________________________________
21570 [  8508] By: nick                                  on 2001/01/21  21:37:43
21571         Log: Switch "compiled in" encodings to .ucm format.
21572              (Leave others as .enc till we can run-time load .ucm,
21573              or find some other way to load them.)
21574      Branch: perlio
21575            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21576            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21577            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21578            + ext/Encode/Encode/iso8859-10.ucm
21579            + ext/Encode/Encode/iso8859-13.ucm
21580            + ext/Encode/Encode/iso8859-14.ucm
21581            + ext/Encode/Encode/iso8859-15.ucm
21582            + ext/Encode/Encode/iso8859-16.ucm
21583            + ext/Encode/Encode/iso8859-2.ucm
21584            + ext/Encode/Encode/iso8859-3.ucm
21585            + ext/Encode/Encode/iso8859-4.ucm
21586            + ext/Encode/Encode/iso8859-5.ucm
21587            + ext/Encode/Encode/iso8859-6.ucm
21588            + ext/Encode/Encode/iso8859-7.ucm
21589            + ext/Encode/Encode/iso8859-8.ucm
21590            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21591            + ext/Encode/Encode/symbol.ucm
21592            ! ext/Encode/Makefile.PL ext/Encode/compile
21593 ____________________________________________________________________________
21594 [  8507] By: nick                                  on 2001/01/21  21:02:03
21595         Log: Integrate (partial) mainline.
21596      Branch: perlio
21597           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
21598           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
21599           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21600 ____________________________________________________________________________
21601 [  8506] By: jhi                                   on 2001/01/21  20:09:30
21602         Log: Update Changes.
21603      Branch: perl
21604            ! Changes patchlevel.h
21605 ____________________________________________________________________________
21606 [  8505] By: jhi                                   on 2001/01/21  19:39:59
21607         Log: Subject: Minor typos in perlfaq2.pod
21608              From: "Stephen P. Potter" <spp@spotter.yi.org>
21609              Message-Id: <200101192101.QAA11911@spotter.yi.org>
21610              Date: Fri, 19 Jan 2001 16:01:13 -0500
21611              
21612              with a nit from Philip Netwon.
21613      Branch: perl
21614            ! pod/perlfaq2.pod
21615 ____________________________________________________________________________
21616 [  8504] By: jhi                                   on 2001/01/21  19:33:05
21617         Log: Metaconfig change for #8503.
21618      Branch: metaconfig
21619            ! U/threads/usethreads.U
21620 ____________________________________________________________________________
21621 [  8503] By: jhi                                   on 2001/01/21  19:32:21
21622         Log: Sanity check for conflicting thread flavours.
21623      Branch: perl
21624            ! Configure config_h.SH
21625 ____________________________________________________________________________
21626 [  8502] By: jhi                                   on 2001/01/21  19:23:00
21627         Log: Metaconfig change for #8501.
21628      Branch: metaconfig
21629            ! U/modified/sig_name.U
21630 ____________________________________________________________________________
21631 [  8501] By: jhi                                   on 2001/01/21  19:22:26
21632         Log: The SIG_SIZE is the number of the elements *excluding*
21633              the terminating NULL.
21634      Branch: perl
21635            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
21636            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
21637            ! win32/config_H.vc
21638 ____________________________________________________________________________
21639 [  8500] By: jhi                                   on 2001/01/21  18:31:31
21640         Log: Integrate perlio.
21641      Branch: perl
21642           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
21643           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
21644           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
21645           !> pp_sys.c proto.h sv.c
21646 ____________________________________________________________________________
21647 [  8499] By: jhi                                   on 2001/01/21  17:43:57
21648         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
21649              From: Hugo <hv@crypt.compulink.co.uk>
21650              Date: Sun, 21 Jan 2001 13:34:05 +0000
21651              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
21652              
21653              In sprintf UTF8ize only if necessary.
21654      Branch: perl
21655            ! sv.c
21656 ____________________________________________________________________________
21657 [  8498] By: nick                                  on 2001/01/21  16:25:32
21658         Log: Encode cleanup.
21659              Add command line control over "compile" so that Makefile.PL
21660              needs can be combined with other uses.
21661              Use command line options in Makefile.PL.
21662              Fix multi-byte parsing in .ucm files.
21663      Branch: perlio
21664            ! ext/Encode/Makefile.PL ext/Encode/compile
21665 ____________________________________________________________________________
21666 [  8497] By: nick                                  on 2001/01/21  12:56:27
21667         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
21668      Branch: perlio
21669            ! ext/Encode/Encode.xs
21670 ____________________________________________________________________________
21671 [  8496] By: nick                                  on 2001/01/21  12:18:45
21672         Log: Fixup after integrate:
21673              missed the .sym files that are changed by regen_headers
21674              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
21675      Branch: perlio
21676            ! global.sym pp.sym sv.c
21677 ____________________________________________________________________________
21678 [  8495] By: nick                                  on 2001/01/21  11:51:07
21679         Log: Integrate mainline.
21680      Branch: perlio
21681           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
21682           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
21683           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
21684           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
21685           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
21686           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
21687           !> win32/Makefile win32/makefile.mk
21688 ____________________________________________________________________________
21689 [  8494] By: jhi                                   on 2001/01/20  23:12:11
21690         Log: Forgot the expect_number() prototype.
21691      Branch: perl
21692            ! embed.h embed.pl proto.h
21693 ____________________________________________________________________________
21694 [  8493] By: jhi                                   on 2001/01/20  22:56:39
21695         Log: Subject: [PATCH: perl@8482] README.vms URL updates
21696              From: Peter Prymmer <pvhp@forte.com>
21697              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
21698              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
21699              
21700              Plus Craig A. Berry's suggestion to use compaq.com instead
21701              of digital.com.
21702      Branch: perl
21703            ! README.vms
21704 ____________________________________________________________________________
21705 [  8492] By: jhi                                   on 2001/01/20  22:50:05
21706         Log: Memory management calls documentation.
21707      Branch: perl
21708            ! pod/perlguts.pod
21709 ____________________________________________________________________________
21710 [  8491] By: jhi                                   on 2001/01/20  22:38:33
21711         Log: Signedness nit plus few memcpy/Copy nits.
21712      Branch: perl
21713            ! sv.c
21714 ____________________________________________________________________________
21715 [  8490] By: jhi                                   on 2001/01/20  22:25:53
21716         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
21717              From: Peter Prymmer <pvhp@forte.com>
21718              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
21719              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
21720      Branch: perl
21721            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
21722 ____________________________________________________________________________
21723 [  8489] By: jhi                                   on 2001/01/20  22:24:41
21724         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
21725              From: Peter Prymmer <pvhp@forte.com>
21726              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
21727              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
21728      Branch: perl
21729            ! win32/Makefile win32/makefile.mk
21730 ____________________________________________________________________________
21731 [  8488] By: jhi                                   on 2001/01/20  22:22:27
21732         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
21733              From: Peter Prymmer <pvhp@forte.com>
21734              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
21735              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
21736      Branch: perl
21737            ! Makefile.SH
21738 ____________________________________________________________________________
21739 [  8487] By: jhi                                   on 2001/01/20  22:21:18
21740         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
21741              From: Peter Prymmer <pvhp@forte.com>
21742              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
21743              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
21744      Branch: perl
21745            + ext/DynaLoader/dl_dllload.xs
21746            ! MANIFEST Makefile.SH hints/os390.sh
21747 ____________________________________________________________________________
21748 [  8486] By: jhi                                   on 2001/01/20  22:17:53
21749         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
21750              From: Peter Prymmer <pvhp@forte.com>
21751              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
21752              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
21753      Branch: perl
21754            ! README.os390 README.posix-bc
21755 ____________________________________________________________________________
21756 [  8485] By: jhi                                   on 2001/01/20  20:15:30
21757         Log: Document and test the new qu operator.
21758      Branch: perl
21759            + t/op/qu.t
21760            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
21761            ! pod/perlretut.pod pod/perlunicode.pod
21762 ____________________________________________________________________________
21763 [  8484] By: nick                                  on 2001/01/20  19:42:30
21764         Log: Infrastructure to allow:
21765              open($fh,"|-",@array);
21766              to be implemented
21767              i.e. mark pp_open as needing a stack mark, and make pp_open
21768              process its args in that style (and pass them _all_ to tied handles OPEN).
21769              Invent do_openn() which takes SV ** at allow it to see multiple args.
21770              Note this does not _do_ anything yet.
21771      Branch: perlio
21772            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
21773            ! perlapi.c pp_proto.h pp_sys.c proto.h
21774 ____________________________________________________________________________
21775 [  8483] By: nick                                  on 2001/01/20  17:23:14
21776         Log: Integrate mainline.
21777      Branch: perlio
21778           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
21779           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
21780 ____________________________________________________________________________
21781 [  8482] By: jhi                                   on 2001/01/19  15:37:49
21782         Log: Update Changes.
21783      Branch: perl
21784            ! Changes patchlevel.h
21785 ____________________________________________________________________________
21786 [  8481] By: jhi                                   on 2001/01/19  14:41:24
21787         Log: Subject: Re: new feature: s?printf parameter reordering 
21788              From: Hugo <hv@crypt.compulink.co.uk>
21789              Date: Thu, 11 Jan 2001 17:09:03 +0000
21790              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
21791              
21792              - support reordering for all parameters: %, *v, *, .*
21793              - lay down that the reordering specification must immediately
21794              follow that parameter: %3$, *v3$, *3$, .*3$
21795              - fix vectorisation of a zero-length string
21796              - factor out the code choosing the argument to format
21797              
21798              Possibly unwanted side-effects:
21799              - the special format specifiers ' +-0' must now precede any
21800              vectorisation specifier. Tests in op/sprintf and op/ver
21801              have been changed to reflect this.
21802              - sprintf.t test #214 changed its expectations because in many
21803              cases, the next parameter has already been consumed when an
21804              invalid type letter is detected.
21805              
21806              Probably wanted side-effects:
21807              - attempts to format a non-existent parameter will warn as if C<undef>
21808              - attempt to write to non-existent parameter with '%n' will complain
21809              of "attempt to modify read-only value" instead of being silent
21810      Branch: perl
21811            ! sv.c t/op/sprintf.t t/op/ver.t
21812 ____________________________________________________________________________
21813 [  8480] By: jhi                                   on 2001/01/19  14:08:37
21814         Log: Subject: PATCH pragma/locale.t
21815              From: andreas.koenig@anima.de (Andreas J. Koenig)
21816              Date: 18 Jan 2001 09:45:37 +0100
21817              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
21818      Branch: perl
21819            ! t/pragma/locale.t
21820 ____________________________________________________________________________
21821 [  8479] By: jhi                                   on 2001/01/19  13:19:58
21822         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
21823      Branch: perl
21824            ! configure.com
21825 ____________________________________________________________________________
21826 [  8478] By: jhi                                   on 2001/01/19  02:12:35
21827         Log: Automate 1_compile.t.
21828      Branch: perl
21829            ! t/lib/1_compile.t
21830 ____________________________________________________________________________
21831 [  8477] By: jhi                                   on 2001/01/19  01:49:56
21832         Log: Integrate perlio.
21833      Branch: perl
21834           !> sv.c win32/config.bc win32/config.gc win32/config.vc
21835           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
21836 ____________________________________________________________________________
21837 [  8476] By: nick                                  on 2001/01/18  21:51:52
21838         Log: Integrate mainline
21839      Branch: perlio
21840           +> t/lib/1_compile.t t/lib/compmod.pl
21841           !> MANIFEST configure.com lib/unicode/distinct.pm
21842 ____________________________________________________________________________
21843 [  8475] By: nick                                  on 2001/01/18  21:48:02
21844         Log: Win32 "safe signals" co-existance fix.
21845              Fix SIG_SIZE value.
21846              Clear PL_sig_pending when cloning (fork).
21847      Branch: perlio
21848            ! sv.c win32/config.bc win32/config.gc win32/config.vc
21849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21850 ____________________________________________________________________________
21851 [  8474] By: jhi                                   on 2001/01/18  14:40:57
21852         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
21853      Branch: perl
21854            ! t/lib/1_compile.t
21855 ____________________________________________________________________________
21856 [  8473] By: gsar                                  on 2001/01/18  11:42:31
21857         Log: unsubmitted trial1 change
21858      Branch: maint-5.6/perl
21859            ! Changes
21860 ____________________________________________________________________________
21861 [  8472] By: jhi                                   on 2001/01/18  04:30:24
21862         Log: The first bug found by 1_compile.t.
21863      Branch: perl
21864            ! lib/unicode/distinct.pm
21865 ____________________________________________________________________________
21866 [  8471] By: jhi                                   on 2001/01/18  04:29:42
21867         Log: Add Schwern's 1_compile test.  The compile_module script renamed
21868              to be a bit shorter for the 8.3 people.
21869      Branch: perl
21870            + t/lib/1_compile.t t/lib/compmod.pl
21871            ! MANIFEST
21872 ____________________________________________________________________________
21873 [  8470] By: jhi                                   on 2001/01/18  04:16:00
21874         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)
21875              From: Peter Prymmer <pvhp@forte.com>
21876              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
21877              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
21878              Replace #8463.
21879      Branch: maint-5.6/perl
21880            ! configure.com
21881 ____________________________________________________________________________
21882 [  8469] By: jhi                                   on 2001/01/18  04:13:02
21883         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)
21884              From: Peter Prymmer <pvhp@forte.com>
21885              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
21886              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
21887              Replace #8462.
21888      Branch: perl
21889            ! configure.com
21890 ____________________________________________________________________________
21891 [  8468] By: jhi                                   on 2001/01/18  03:42:08
21892         Log: Integrate perlio.
21893      Branch: perl
21894           !> gv.c mg.c perlio.c util.c
21895 ____________________________________________________________________________
21896 [  8467] By: nick                                  on 2001/01/17  22:41:10
21897         Log: "Safe" signals - trial implementation.
21898              gv.c tweaked to zero PL_sig_pend array
21899              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
21900              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
21901              Odd thing is that it "works" with PERLIO=stdio as well (linux).
21902      Branch: perlio
21903            ! gv.c mg.c perlio.c util.c
21904 ____________________________________________________________________________
21905 [  8466] By: nick                                  on 2001/01/17  20:40:20
21906         Log: Integrate mainline.
21907      Branch: perlio
21908           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21909           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
21910           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
21911           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21912           !> vos/config.ga.h win32/config.bc win32/config.gc
21913           !> win32/config.vc
21914 ____________________________________________________________________________
21915 [  8465] By: jhi                                   on 2001/01/17  18:37:13
21916         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
21917              From: Nicholas Clark <nick@ccl4.org>
21918              Date: Wed, 17 Jan 2001 17:31:33 +0000
21919              Message-ID: <20010117173133.I2633@plum.flirble.org>
21920      Branch: perl
21921            ! t/op/int.t
21922 ____________________________________________________________________________
21923 [  8464] By: jhi                                   on 2001/01/17  14:43:17
21924         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
21925              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21926              Date: Wed, 17 Jan 2001 15:16:43 +0100
21927              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
21928              
21929              pp_int() was dropping an NV to the floor,
21930              int(279964589018079/59) either returned not an integer
21931              4745162525730.15, or one got "Attempt to free unreferenced scalar."
21932      Branch: perl
21933            ! pp.c
21934 ____________________________________________________________________________
21935 [  8463] By: jhi                                   on 2001/01/17  06:12:42
21936         Log: (Replaced by #8470)
21937              
21938              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)
21939              From: "Craig A. Berry" <craigberry@mac.com>
21940              Date: Tue, 16 Jan 2001 23:38:46 -0600
21941              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
21942      Branch: maint-5.6/perl
21943            ! configure.com
21944 ____________________________________________________________________________
21945 [  8462] By: jhi                                   on 2001/01/17  06:11:31
21946         Log: (Replaced by #8469)
21947              
21948              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)
21949              From: "Craig A. Berry" <craigberry@mac.com>
21950              Date: Tue, 16 Jan 2001 23:38:46 -0600
21951              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
21952      Branch: perl
21953            ! configure.com
21954 ____________________________________________________________________________
21955 [  8461] By: jhi                                   on 2001/01/17  05:56:12
21956         Log: Allow for one trailing slash in the directory of mkdir().
21957      Branch: perl
21958            ! pp_sys.c
21959 ____________________________________________________________________________
21960 [  8460] By: jhi                                   on 2001/01/17  03:26:01
21961         Log: Metaconfig unit changes for #8459.
21962      Branch: metaconfig
21963            ! U/modified/Loc.U U/modified/sig_name.U
21964 ____________________________________________________________________________
21965 [  8459] By: jhi                                   on 2001/01/17  03:24:48
21966         Log: Define SIG_SIZE, the number of elements in the sig_name and
21967              sig_num arrays, including the final NULL entry.
21968      Branch: perl
21969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21970            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
21971            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
21972            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21973            ! win32/config.bc win32/config.gc win32/config.vc
21974 ____________________________________________________________________________
21975 [  8458] By: jhi                                   on 2001/01/17  01:41:33
21976         Log: Integrate perlio.
21977      Branch: perl
21978           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
21979           !> perlapi.h proto.h sv.c
21980 ____________________________________________________________________________
21981 [  8457] By: nick                                  on 2001/01/16  22:07:26
21982         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
21983              Provides all the "cost" but no benefit yet - it is to allow cost
21984              to be measured, and implementation experiments (just in mg.c?).
21985      Branch: perlio
21986            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
21987            ! perlapi.h proto.h sv.c
21988 ____________________________________________________________________________
21989 [  8456] By: nick                                  on 2001/01/16  21:07:07
21990         Log: Integrate mainline.
21991      Branch: perlio
21992           !> (integrate 51 files)
21993 ____________________________________________________________________________
21994 [  8455] By: jhi                                   on 2001/01/16  18:13:43
21995         Log: Subject: [PATCH] regcomp.c old feature removal
21996              From: mjd@plover.com
21997              Date: 16 Jan 2001 14:43:18 -0000 
21998              Message-ID: <20010116144318.7140.qmail@plover.com> 
21999      Branch: perl
22000            ! regcomp.c
22001 ____________________________________________________________________________
22002 [  8454] By: jhi                                   on 2001/01/16  16:12:39
22003         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
22004              From: "Indy Singh" <indy@nusphere.com>
22005              Date: Wed, 10 Jan 2001 20:17:49 -0500
22006              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
22007      Branch: maint-5.6/perl
22008            ! win32/Makefile
22009 ____________________________________________________________________________
22010 [  8453] By: jhi                                   on 2001/01/16  16:09:33
22011         Log: Update Changes.
22012      Branch: perl
22013            ! Changes patchlevel.h
22014 ____________________________________________________________________________
22015 [  8452] By: jhi                                   on 2001/01/16  15:42:04
22016         Log: Subject: Re: API Cleanup
22017              To: perl5-porters@perl.org
22018              Date: Tue, 16 Jan 2001 13:42:30 +0000
22019              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
22020              
22021              Subject: [PATCH] utf8.c documentation
22022              From: Simon Cozens <simon@cozens.net>
22023              Date: Tue, 16 Jan 2001 13:52:48 +0000
22024              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
22025              
22026              Subject: Re: API Cleanup
22027              From: Simon Cozens <simon@cozens.net>
22028              Date: Tue, 16 Jan 2001 14:58:55 +0000
22029              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
22030              
22031              UTF-8 doc patches.
22032      Branch: perl
22033            ! embed.pl pod/perlapi.pod utf8.c
22034 ____________________________________________________________________________
22035 [  8451] By: jhi                                   on 2001/01/16  14:41:39
22036         Log: podlators 1.07, from Russ Allbery.
22037      Branch: perl
22038            ! lib/Pod/Man.pm
22039 ____________________________________________________________________________
22040 [  8450] By: jhi                                   on 2001/01/16  14:24:19
22041         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
22042              From: "Indy Singh" <indy@nusphere.com>
22043              Date: Mon, 15 Jan 2001 20:59:40 -0500
22044              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
22045      Branch: perl
22046            ! win32/Makefile
22047 ____________________________________________________________________________
22048 [  8449] By: jhi                                   on 2001/01/16  03:42:55
22049         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
22050              at the setting of the ofs_sv in new_struct_thread() as the
22051              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
22052              that invited a core dump.
22053      Branch: perl
22054            ! util.c
22055 ____________________________________________________________________________
22056 [  8448] By: jhi                                   on 2001/01/16  01:49:07
22057         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
22058              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22059              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
22060              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
22061              
22062              Replace #8444 and #8445.
22063      Branch: perl
22064            ! ext/B/B.xs ext/B/B/Debug.pm
22065 ____________________________________________________________________________
22066 [  8447] By: jhi                                   on 2001/01/15  21:05:35
22067         Log: Subject: [PATCH] API Variable documentation   
22068              From: Simon Cozens <simon@cozens.net>
22069              Date: Mon, 15 Jan 2001 19:35:54 +0000
22070              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
22071      Branch: perl
22072            ! pod/perlapi.pod thrdvar.h
22073 ____________________________________________________________________________
22074 [  8446] By: jhi                                   on 2001/01/15  20:49:20
22075         Log: Signedness nit.
22076      Branch: perl
22077            ! pp_ctl.c
22078 ____________________________________________________________________________
22079 [  8445] By: jhi                                   on 2001/01/15  20:28:48
22080         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
22081      Branch: perl
22082            ! ext/B/B/Debug.pm
22083 ____________________________________________________________________________
22084 [  8444] By: jhi                                   on 2001/01/15  13:09:10
22085         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
22086      Branch: perl
22087            ! ext/B/B.xs
22088 ____________________________________________________________________________
22089 [  8443] By: jhi                                   on 2001/01/15  13:06:26
22090         Log: Missing from #8439.
22091      Branch: perl
22092            ! keywords.h mg.c
22093 ____________________________________________________________________________
22094 [  8442] By: jhi                                   on 2001/01/15  13:02:38
22095         Log: Subject: [PATCH @8436] Eliminate op_children
22096              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22097              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
22098              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
22099              
22100              Subject: [PATCH @8436] Re: Eliminate op_children
22101              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22102              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
22103              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
22104      Branch: perl
22105            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
22106            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
22107            ! op.c op.h
22108 ____________________________________________________________________________
22109 [  8441] By: jhi                                   on 2001/01/15  12:57:08
22110         Log: Use the /^Perl_/-less form of is_lvalue_sub().
22111      Branch: perl
22112            ! pp.h
22113 ____________________________________________________________________________
22114 [  8440] By: jhi                                   on 2001/01/15  05:13:09
22115         Log: Revert #8437 and #8438, the Linux large files story is more complex.
22116      Branch: metaconfig/U/perl
22117            ! d_fpos64_t.U d_off64_t.U
22118      Branch: perl
22119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22120            ! config_h.SH configure.com epoc/config.sh perl.h
22121            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
22122            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22123            ! win32/config.bc win32/config.gc win32/config.vc
22124 ____________________________________________________________________________
22125 [  8439] By: jhi                                   on 2001/01/15  05:02:24
22126         Log: More UTF-8 patches from Inaba Hiroto.
22127              - The substr lval was still not okay.
22128              - Now pp_stringify and sv_setsv copies source's UTF8 flag
22129              even if IN_BYTE.  pp_stringify is called from fold_constants
22130              at optimization phase and "\x{100}" was made SvUTF8_off under
22131              use bytes (the bytes pragma is for "byte semantics" and not
22132              for "do not produce UTF8 data")
22133              - New `qu' operator to generate UTF8 string explicitly.
22134              Though I agree with the policy "0x00-0xff always produce bytes",
22135              sometimes want to such a string to be coded in UTF8.
22136              I can use pack"U0a*" but it requires more typing and has
22137              runtime overhead.
22138              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
22139              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
22140              string is not UTF8_on and has char 0x80-0xff.
22141              
22142              TODO: document and test qu.
22143      Branch: perl
22144            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
22145            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
22146            ! toke.c
22147 ____________________________________________________________________________
22148 [  8438] By: jhi                                   on 2001/01/14  05:10:23
22149         Log: Metaconfig unit changes for #8437.
22150      Branch: metaconfig/U/perl
22151            ! d_fpos64_t.U d_off64_t.U
22152 ____________________________________________________________________________
22153 [  8437] By: jhi                                   on 2001/01/14  04:55:34
22154         Log: Add <features.h> probing, seems to be needed for (some?)
22155              Linux largefileness.
22156      Branch: perl
22157            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22158            ! config_h.SH configure.com epoc/config.sh perl.h
22159            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
22160            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22161            ! win32/config.bc win32/config.gc win32/config.vc
22162 ____________________________________________________________________________
22163 [  8436] By: jhi                                   on 2001/01/13  17:47:21
22164         Log: Tighten some of the tests a bit.
22165      Branch: perl
22166            ! t/pragma/utf8.t
22167 ____________________________________________________________________________
22168 [  8435] By: jhi                                   on 2001/01/13  17:31:54
22169         Log: Integrate perlio.
22170      Branch: perl
22171           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
22172           !> win32/config_H.gc win32/config_H.vc
22173 ____________________________________________________________________________
22174 [  8434] By: nick                                  on 2001/01/13  11:36:53
22175         Log: Run dmake regen_config_h for Win32
22176      Branch: perlio
22177            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22178 ____________________________________________________________________________
22179 [  8433] By: nick                                  on 2001/01/13  11:31:55
22180         Log: VMS friendly patch to Encode compile process
22181      Branch: perlio
22182            ! ext/Encode/Makefile.PL ext/Encode/compile
22183 ____________________________________________________________________________
22184 [  8432] By: nick                                  on 2001/01/13  11:06:44
22185         Log: Integrate mainline
22186      Branch: perlio
22187           +> ext/B/B/Concise.pm
22188           !> (integrate 52 files)
22189 ____________________________________________________________________________
22190 [  8431] By: jhi                                   on 2001/01/13  05:55:55
22191         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
22192              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22193              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
22194              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
22195      Branch: perl
22196            ! ext/B/B/Concise.pm
22197 ____________________________________________________________________________
22198 [  8430] By: jhi                                   on 2001/01/13  04:24:18
22199         Log: The LVRET macro needed an aTHX.
22200      Branch: perl
22201            ! pp.h
22202 ____________________________________________________________________________
22203 [  8429] By: jhi                                   on 2001/01/13  02:12:42
22204         Log: Update Changes.
22205      Branch: perl
22206            ! Changes patchlevel.h
22207 ____________________________________________________________________________
22208 [  8428] By: jhi                                   on 2001/01/13  02:08:50
22209         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
22210              From: Peter Prymmer <pvhp@forte.com>
22211              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
22212              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
22213              
22214              Add a BEGIN guard for sloppy floating point division.
22215      Branch: perl
22216            ! lib/Math/BigInt.pm lib/bigint.pl
22217 ____________________________________________________________________________
22218 [  8427] By: jhi                                   on 2001/01/13  01:47:16
22219         Log: The B::Terse drop-in replacement wasn't quite drop-in.
22220      Branch: perl
22221            ! ext/B/B/Terse.pm
22222 ____________________________________________________________________________
22223 [  8426] By: jhi                                   on 2001/01/12  21:20:43
22224         Log: Use UVXf.
22225      Branch: perl
22226            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22227            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
22228            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22229            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22230            ! win32/config.gc win32/config.vc
22231 ____________________________________________________________________________
22232 [  8425] By: jhi                                   on 2001/01/12  20:20:14
22233         Log: Subject: [PATCH perl@8342] -Wformat
22234              From: Robin Barker <rmb1@cise.npl.co.uk>
22235              Date: Fri, 12 Jan 2001 20:03:14 GMT
22236              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
22237      Branch: perl
22238            ! ext/Encode/Encode.xs mg.c sv.c toke.c
22239 ____________________________________________________________________________
22240 [  8424] By: jhi                                   on 2001/01/12  20:01:48
22241         Log: Subject: B::Concise -- an improved replacement for B::Terse 
22242              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22243              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
22244              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
22245      Branch: perl
22246            + ext/B/B/Concise.pm
22247            ! MANIFEST ext/B/B/Terse.pm
22248 ____________________________________________________________________________
22249 [  8423] By: jhi                                   on 2001/01/12  19:24:02
22250         Log: The new metaconfig unit from the #8421.
22251      Branch: metaconfig/U/perl
22252            + d_sigprocmask.U
22253 ____________________________________________________________________________
22254 [  8422] By: jhi                                   on 2001/01/12  19:23:43
22255         Log: Forgot the microperl config from the #8421.
22256      Branch: perl
22257            ! uconfig.h uconfig.sh
22258 ____________________________________________________________________________
22259 [  8421] By: jhi                                   on 2001/01/12  19:05:27
22260         Log: Add sigprocmask() probe, regen Configure, regen toc.
22261      Branch: perl
22262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22263            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
22264            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22265            ! vos/config.ga.h win32/config.bc win32/config.gc
22266            ! win32/config.vc
22267 ____________________________________________________________________________
22268 [  8420] By: jhi                                   on 2001/01/12  18:34:31
22269         Log: Add sockatmark() to the todo list.
22270      Branch: perl
22271            ! Todo-5.6
22272 ____________________________________________________________________________
22273 [  8419] By: jhi                                   on 2001/01/12  18:09:46
22274         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
22275      Branch: perl
22276            ! op.c
22277 ____________________________________________________________________________
22278 [  8418] By: jhi                                   on 2001/01/12  18:05:30
22279         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
22280              From: Radu Greab <radu@netsoft.ro>
22281              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
22282              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
22283      Branch: perl
22284            ! op.c t/pragma/sub_lval.t
22285 ____________________________________________________________________________
22286 [  8417] By: jhi                                   on 2001/01/12  16:09:09
22287         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
22288              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
22289              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
22290              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
22291      Branch: perl
22292            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
22293            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
22294            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
22295            ! t/pragma/sub_lval.t toke.c
22296 ____________________________________________________________________________
22297 [  8416] By: jhi                                   on 2001/01/12  15:42:06
22298         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
22299              From: "Richard Soderberg" <rs@crystalflame.net>
22300              Date: Fri, 12 Jan 2001 04:49:35 -0800
22301              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
22302              
22303              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
22304              according to the platform.
22305      Branch: perl
22306            ! op.c
22307 ____________________________________________________________________________
22308 [  8415] By: jhi                                   on 2001/01/12  15:33:41
22309         Log: One more UTF-8 fix from Inaba Hiroto.
22310      Branch: perl
22311            ! pp.c regexec.c t/pragma/utf8.t
22312 ____________________________________________________________________________
22313 [  8414] By: jhi                                   on 2001/01/12  15:30:18
22314         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
22315      Branch: perl
22316            ! regexec.c
22317 ____________________________________________________________________________
22318 [  8413] By: jhi                                   on 2001/01/12  15:22:10
22319         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
22320              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22321              Date: Thu, 11 Jan 2001 12:53:36 +0100
22322              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
22323      Branch: perl
22324            ! toke.c
22325 ____________________________________________________________________________
22326 [  8412] By: jhi                                   on 2001/01/12  15:20:25
22327         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
22328              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22329              Date: Fri, 12 Jan 2001 14:37:55 +0100
22330              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
22331      Branch: perl
22332            ! hints/posix-bc.sh
22333 ____________________________________________________________________________
22334 [  8411] By: jhi                                   on 2001/01/12  15:14:14
22335         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
22336              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22337              Date: Fri, 12 Jan 2001 10:42:21 +0100
22338              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
22339      Branch: perl
22340            ! t/op/regmesg.t
22341 ____________________________________________________________________________
22342 [  8410] By: jhi                                   on 2001/01/12  05:48:55
22343         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
22344              From: Nicholas Clark <nick@ccl4.org> 
22345              Date: Sun, 7 Jan 2001 19:47:14 +0000
22346              Message-ID: <20010107194714.B1048@plum.flirble.org>
22347      Branch: perl
22348            ! t/op/numconvert.t
22349 ____________________________________________________________________________
22350 [  8409] By: jhi                                   on 2001/01/12  05:41:28
22351         Log: Integrate perlio.
22352      Branch: perl
22353           !> mg.c scope.h
22354 ____________________________________________________________________________
22355 [  8408] By: nick                                  on 2001/01/11  22:43:28
22356         Log: Remove variables that were used in experiments.
22357      Branch: perlio
22358            ! mg.c
22359 ____________________________________________________________________________
22360 [  8407] By: nick                                  on 2001/01/11  20:57:44
22361         Log: Catch die in %SIG handler and unblock the signal before re-dying.
22362              This make Linux work _without_ sigsetjmp().
22363              Turn off sigsetjmp() to see what else it does.
22364              May need Configure probe for sigprocmask() if anything has sigaction()
22365              but not sigprocmask().
22366      Branch: perlio
22367            ! mg.c scope.h
22368 ____________________________________________________________________________
22369 [  8406] By: nick                                  on 2001/01/11  19:32:07
22370         Log: Integrate mainline
22371      Branch: perlio
22372           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
22373           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
22374           !> t/op/substr.t
22375 ____________________________________________________________________________
22376 [  8405] By: jhi                                   on 2001/01/11  17:11:01
22377         Log: Fix UTF-8 lval substr().
22378      Branch: perl
22379            ! mg.c t/op/substr.t
22380 ____________________________________________________________________________
22381 [  8404] By: jhi                                   on 2001/01/11  05:13:58
22382         Log: Update Changes.
22383      Branch: perl
22384            ! Changes patchlevel.h
22385 ____________________________________________________________________________
22386 [  8403] By: jhi                                   on 2001/01/11  04:38:24
22387         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
22388              From: Hugo <hv@crypt.compulink.co.uk>
22389              Date: Mon, 30 Oct 2000 01:33:26 +0000
22390              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
22391      Branch: perl
22392            ! regexec.c t/op/re_tests
22393 ____________________________________________________________________________
22394 [  8402] By: jhi                                   on 2001/01/11  04:26:12
22395         Log: Integrate perlio.
22396      Branch: perl
22397           !> scope.h util.c
22398 ____________________________________________________________________________
22399 [  8401] By: nick                                  on 2001/01/10  22:52:55
22400         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
22401              (So Alan and Ilya can try setting via hints.)
22402              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
22403              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
22404              doing the save everywhere seems to restart read() correctly, but just
22405              doing it once "round" the handler does not.
22406      Branch: perlio
22407            ! scope.h
22408 ____________________________________________________________________________
22409 [  8400] By: jhi                                   on 2001/01/10  21:57:54
22410         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
22411              of IRIX, HP-UX is unaffected.
22412      Branch: perl
22413            ! perl.h
22414 ____________________________________________________________________________
22415 [  8399] By: nick                                  on 2001/01/10  21:29:19
22416         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
22417      Branch: perlio
22418            ! util.c
22419 ____________________________________________________________________________
22420 [  8398] By: jhi                                   on 2001/01/10  20:55:31
22421         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
22422              also have ReusePort.
22423      Branch: perl
22424            ! ext/IO/lib/IO/Socket/INET.pm
22425 ____________________________________________________________________________
22426 [  8397] By: jhi                                   on 2001/01/10  20:50:57
22427         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
22428              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
22429              Date: Wed, 10 Jan 2001 01:38:13 -0800
22430              Message-ID: <20010110013813.B41744@yahoo-inc.com>
22431      Branch: perl
22432            ! ext/IO/lib/IO/Socket/INET.pm
22433 ____________________________________________________________________________
22434 [  8396] By: jhi                                   on 2001/01/10  20:49:30
22435         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
22436              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
22437              Date: Wed, 10 Jan 2001 01:37:32 -0800
22438              Message-ID: <20010110013732.A41744@yahoo-inc.com>
22439      Branch: perl
22440            ! ext/Socket/Socket.pm
22441 ____________________________________________________________________________
22442 [  8395] By: jhi                                   on 2001/01/10  20:41:37
22443         Log: Test for bug id 20010105.016 (fixed by #8378).
22444      Branch: perl
22445            ! t/op/split.t
22446 ____________________________________________________________________________
22447 [  8394] By: jhi                                   on 2001/01/10  20:26:32
22448         Log: Integrate perlio.
22449      Branch: perl
22450            ! util.c
22451 ____________________________________________________________________________
22452 [  8393] By: nick                                  on 2001/01/10  19:34:30
22453         Log: Back out Simon's pid hackery for now.
22454      Branch: perlio
22455            ! util.c
22456 ____________________________________________________________________________
22457 [  8392] By: nick                                  on 2001/01/10  19:23:13
22458         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
22459      Branch: perlio
22460           !> (integrate 29 files)
22461 ____________________________________________________________________________
22462 [  8391] By: jhi                                   on 2001/01/10  18:43:15
22463         Log: Subject: [PATCH] Fix my_pclose segfault
22464              From: Simon Cozens <simon@cozens.net>
22465              Date: Wed, 10 Jan 2001 18:39:35 +0000
22466              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
22467      Branch: perl
22468            ! util.c
22469 ____________________________________________________________________________
22470 [  8390] By: jhi                                   on 2001/01/10  18:42:08
22471         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
22472              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22473              Date:     Wed, 10 Jan 2001 13:23:02 EST
22474              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
22475      Branch: perl
22476            ! ext/Opcode/Opcode.xs
22477 ____________________________________________________________________________
22478 [  8389] By: jhi                                   on 2001/01/10  15:16:07
22479         Log: Turn off the integer preservation for now.
22480      Branch: perl
22481            ! perl.h
22482 ____________________________________________________________________________
22483 [  8388] By: jhi                                   on 2001/01/10  15:01:25
22484         Log: Few more IDE/editor nits from p5p.
22485      Branch: perl
22486            ! pod/perlfaq3.pod
22487 ____________________________________________________________________________
22488 [  8387] By: jhi                                   on 2001/01/10  06:53:16
22489         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
22490              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
22491              Date: Tue, 9 Jan 2001 23:16:02 +0000
22492              Message-ID: <20010109231602.A81101@plum.flirble.org>
22493      Branch: perl
22494            ! sv.c
22495 ____________________________________________________________________________
22496 [  8386] By: jhi                                   on 2001/01/10  03:17:54
22497         Log: Test cases for #8385 (from Simon's "torture.pl")
22498      Branch: perl
22499            ! t/op/tr.t
22500 ____________________________________________________________________________
22501 [  8385] By: jhi                                   on 2001/01/10  03:17:11
22502         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
22503              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
22504              Date: Wed, 10 Jan 2001 11:39:39 +0900
22505              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
22506              
22507              Some more UTF-8 tr cases fixed.
22508      Branch: perl
22509            ! doop.c
22510 ____________________________________________________________________________
22511 [  8384] By: jhi                                   on 2001/01/09  22:45:40
22512         Log: Allow the locale test needing POSIX and the taint test
22513              needing IPC::SysV to run under 'minitest' (basically,
22514              bail out if loading the extension fails)
22515      Branch: perl
22516            ! t/op/misc.t t/op/taint.t
22517 ____________________________________________________________________________
22518 [  8383] By: jhi                                   on 2001/01/09  21:36:04
22519         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
22520              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22521              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
22522              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
22523      Branch: perl
22524            ! t/io/openpid.t
22525 ____________________________________________________________________________
22526 [  8382] By: jhi                                   on 2001/01/09  21:06:08
22527         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
22528              Should finish up the bug id 20001205.022.
22529      Branch: perl
22530            ! pp.c pp_hot.c scope.c
22531 ____________________________________________________________________________
22532 [  8381] By: jhi                                   on 2001/01/09  18:27:43
22533         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
22534              From: Andy Dougherty <doughera@lafayette.edu>
22535              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
22536              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
22537              
22538              More robust yacc/bison error detection.
22539      Branch: perl
22540            ! t/comp/proto.t
22541 ____________________________________________________________________________
22542 [  8380] By: jhi                                   on 2001/01/09  15:21:38
22543         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
22544              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22545              Date:     Tue, 9 Jan 2001 07:53:55 EST
22546              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
22547      Branch: perl
22548            ! t/op/misc.t vms/test.com
22549 ____________________________________________________________________________
22550 [  8379] By: jhi                                   on 2001/01/09  15:20:38
22551         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
22552              From: jhi@cc.hut.fi
22553              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
22554              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
22555              
22556              The #8378 fixed this.
22557      Branch: perl
22558            ! t/op/tr.t
22559 ____________________________________________________________________________
22560 [  8378] By: jhi                                   on 2001/01/09  15:05:32
22561         Log: Subject: One more patch for UTF8 
22562              From: Inaba Hiroto <inaba@st.rim.or.jp>
22563              Date: Tue, 09 Jan 2001 01:04:32 +0900
22564              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
22565              
22566              UTF-8 fixes for 'x' and tr///.
22567      Branch: perl
22568            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
22569            ! regcomp.c regexec.c toke.c utf8.c
22570 ____________________________________________________________________________
22571 [  8377] By: jhi                                   on 2001/01/09  14:32:17
22572         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
22573      Branch: perl
22574            ! t/op/length.t
22575 ____________________________________________________________________________
22576 [  8376] By: jhi                                   on 2001/01/09  04:32:32
22577         Log: integrate changes #7775, #8316, #8316 from mainline
22578      Branch: maint-5.6/perl
22579            ! hints/solaris_2.sh
22580 ____________________________________________________________________________
22581 [  8375] By: jhi                                   on 2001/01/09  04:26:43
22582         Log: Update Changes.
22583      Branch: perl
22584            ! Changes patchlevel.h
22585 ____________________________________________________________________________
22586 [  8374] By: jhi                                   on 2001/01/09  04:14:32
22587         Log: IDE/editor section tweaking.
22588      Branch: perl
22589            ! pod/perlfaq3.pod
22590 ____________________________________________________________________________
22591 [  8373] By: jhi                                   on 2001/01/09  02:38:26
22592         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
22593              From: Peter Prymmer <pvhp@forte.com>
22594              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
22595              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
22596              
22597              In preparation os OS/390 dynamic loading.
22598      Branch: perl
22599            ! README.os390 hints/os390.sh
22600 ____________________________________________________________________________
22601 [  8372] By: jhi                                   on 2001/01/09  00:24:30
22602         Log: Integrate with perlio.
22603      Branch: perl
22604           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
22605 ____________________________________________________________________________
22606 [  8371] By: nick                                  on 2001/01/08  23:54:33
22607         Log: Fix "scalars leaked" bugs caused by overload magic
22608              (Highlighted by Ilya's DESTROY optimization.)
22609      Branch: perlio
22610            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
22611 ____________________________________________________________________________
22612 [  8370] By: nick                                  on 2001/01/08  20:19:41
22613         Log: Integrate mainline
22614      Branch: perlio
22615           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
22616           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
22617           !> t/op/64bitint.t
22618 ____________________________________________________________________________
22619 [  8369] By: jhi                                   on 2001/01/08  17:30:52
22620         Log: save_delete() Safefree() doesn't (anymore?) work with shared
22621              strings, one test failure in op/misc and almost all of lib/b.
22622              (Outcomments #8369.)
22623      Branch: perl
22624            ! scope.c
22625 ____________________________________________________________________________
22626 [  8368] By: jhi                                   on 2001/01/08  14:47:10
22627         Log: (Outcommented by #8369.)
22628              
22629              Subject: Re: Perl BugID 20001205.022 ---- save_delete
22630              From: Simon Cozens <simon@cozens.net>
22631              Date: Sat, 6 Jan 2001 11:48:40 +0000
22632              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
22633              
22634              The save_delete() does need the Safefree.
22635      Branch: perl
22636            ! scope.c
22637 ____________________________________________________________________________
22638 [  8367] By: bailey                                on 2001/01/08  08:53:52
22639         Log: Once again syncing after too long an absence
22640      Branch: vmsperl
22641           +> (branch 55 files)
22642            - MAINTAIN fix_pl vos/config.def vos/config.h
22643            - vos/config_h.SH_orig
22644           !> (integrate 498 files)
22645 ____________________________________________________________________________
22646 [  8366] By: jhi                                   on 2001/01/08  02:42:59
22647         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
22648              From: nick@ccl4.org
22649              Date: Sun, 7 Jan 2001 21:07:18 +0000
22650              Message-Id: <20010107210717.D1048@plum.flirble.org>
22651      Branch: perl
22652            ! sv.c t/op/64bitint.t
22653 ____________________________________________________________________________
22654 [  8365] By: jhi                                   on 2001/01/08  02:35:16
22655         Log: Subject: [PATCH] environ nit
22656              From: Simon Cozens <simon@cozens.net>
22657              Date: Sun, 7 Jan 2001 17:57:07 +0000
22658              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
22659              
22660              Use environ only if we have it.
22661      Branch: perl
22662            ! mg.c
22663 ____________________________________________________________________________
22664 [  8364] By: jhi                                   on 2001/01/08  02:24:51
22665         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
22666      Branch: perl
22667            ! ext/GDBM_File/GDBM_File.xs
22668 ____________________________________________________________________________
22669 [  8363] By: jhi                                   on 2001/01/08  02:19:24
22670         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
22671              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22672              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
22673              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
22674      Branch: perl
22675            ! dump.c op.c
22676 ____________________________________________________________________________
22677 [  8362] By: jhi                                   on 2001/01/08  02:17:43
22678         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
22679              From: Doug MacEachern <dougm@covalent.net>
22680              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
22681              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
22682              
22683              Allow AUTOLOAD to be an xsub and allow such xsubs
22684              to avoid use of $AUTOLOAD.
22685      Branch: perl
22686            ! gv.c
22687 ____________________________________________________________________________
22688 [  8361] By: jhi                                   on 2001/01/08  02:16:07
22689         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
22690              From: Radu Greab <radu@netsoft.ro>
22691              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
22692              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
22693              
22694              No need for the potentially unportable $SIG{CHLD}.
22695      Branch: perl
22696            ! t/io/pipe.t
22697 ____________________________________________________________________________
22698 [  8360] By: jhi                                   on 2001/01/08  01:58:23
22699         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
22700      Branch: perl
22701            ! lib/Getopt/Long.pm
22702 ____________________________________________________________________________
22703 [  8359] By: jhi                                   on 2001/01/08  01:55:44
22704         Log: Integrate perlio.
22705      Branch: perl
22706           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
22707           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
22708           !> utf8.c win32/Makefile
22709 ____________________________________________________________________________
22710 [  8358] By: jhi                                   on 2001/01/07  21:16:50
22711         Log: Update the EPOC cross SDK URL.
22712      Branch: perl
22713            ! README.epoc
22714 ____________________________________________________________________________
22715 [  8357] By: jhi                                   on 2001/01/07  21:16:09
22716         Log: Update the EPOC cross SDK URL.
22717      Branch: maint-5.6/perl
22718            ! README.epoc
22719 ____________________________________________________________________________
22720 [  8356] By: nick                                  on 2001/01/06  21:47:52
22721         Log: FILE * in XS code for PerlIO world:
22722              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
22723              - Add FILE * T_STDIO typemap.
22724              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
22725      Branch: perlio
22726            ! lib/ExtUtils/typemap perlio.c perlio.h
22727 ____________________________________________________________________________
22728 [  8355] By: jhi                                   on 2001/01/06  20:27:15
22729         Log: integrate change #8336 from mainline
22730              
22731              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
22732      Branch: maint-5.6/perl
22733            ! hv.c
22734 ____________________________________________________________________________
22735 [  8354] By: jhi                                   on 2001/01/06  20:24:29
22736         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22737              From: Robin Barker <rmb1@cise.npl.co.uk>
22738              Date: Fri, 22 Dec 2000 12:17:38 GMT
22739              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
22740              
22741              The patch reformats some long =item lines so they give
22742              correct output via pod2man | nroff -man
22743              
22744              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22745              From: Robin Barker <rmb1@cise.npl.co.uk>
22746              Date: Tue, 2 Jan 2001 15:35:03 GMT
22747              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
22748              
22749              Here is a _further_ patch which corrects a few more errors:
22750              * an empty C<=item> in CPAN.pm
22751              * patching the wrong file (pod/perlamiga.pod not README.amiga)
22752              * leaving empty C<=item>s which formatted incorrectly
22753              * over long C<=item>s revealed by latest patch to Pod::Man
22754      Branch: maint-5.6/perl
22755            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
22756            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
22757            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
22758            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
22759            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
22760            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
22761 ____________________________________________________________________________
22762 [  8353] By: jhi                                   on 2001/01/06  20:21:10
22763         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
22764              
22765              UTF-8 hash keys.
22766      Branch: maint-5.6/perl
22767            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
22768 ____________________________________________________________________________
22769 [  8352] By: jhi                                   on 2001/01/06  20:18:44
22770         Log: Forgotten from #8438.
22771      Branch: maint-5.6/perl
22772            ! epoc/epocish.h
22773 ____________________________________________________________________________
22774 [  8351] By: jhi                                   on 2001/01/06  20:18:12
22775         Log: Forgotten from #8347.
22776      Branch: maint-5.6/perl
22777            ! config_h.SH
22778 ____________________________________________________________________________
22779 [  8350] By: jhi                                   on 2001/01/06  20:00:19
22780         Log: Thinko in #8347.
22781      Branch: maint-5.6/perl
22782            ! regcomp.c
22783 ____________________________________________________________________________
22784 [  8349] By: jhi                                   on 2001/01/06  18:05:30
22785         Log: Copy the FAQ3 IDE section from the development branch,
22786              changes originally by Peter Prymmer.
22787      Branch: maint-5.6/perl
22788            ! pod/perlfaq3.pod
22789 ____________________________________________________________________________
22790 [  8348] By: jhi                                   on 2001/01/06  18:03:02
22791         Log: EPOC updates for TRIAL1.
22792              
22793              Subject: [5.6.1 trial1] EPOC update
22794              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22795              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
22796              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
22797              
22798              Subject: epoc patch2 for perl-5.6.1-trial1
22799              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22800              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
22801              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
22802      Branch: maint-5.6/perl
22803            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
22804            ! epoc/epocish.c
22805 ____________________________________________________________________________
22806 [  8347] By: jhi                                   on 2001/01/06  17:29:10
22807         Log: integrate changes #7710,7824,7973 from mainline,
22808              plus VMS nits from Peter Prymmer and Dan Sugalski.
22809              
22810              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
22811              library (getprotobyname and getprotobynumber are outversioned by
22812              the same calls in libc, at least for xlc version 3.
22813              
22814              Add HAS_SBRK_PROTO.
22815              
22816              Fixes for signedness warnings noticed by VMSperlers.
22817      Branch: maint-5.6/perl
22818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22819            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
22820            ! sv.c vms/descrip_mms.template vos/config.alpha.def
22821            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22822            ! win32/config.bc win32/config.gc win32/config.vc
22823 ____________________________________________________________________________
22824 [  8346] By: nick                                  on 2001/01/06  14:36:01
22825         Log: Fixup accumulated integrate muddles (perlio == devperl again)
22826      Branch: perlio
22827            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
22828 ____________________________________________________________________________
22829 [  8345] By: nick                                  on 2001/01/06  14:24:58
22830         Log: Integrate mainline
22831      Branch: perlio
22832           !> (integrate 55 files)
22833 ____________________________________________________________________________
22834 [  8344] By: jhi                                   on 2001/01/06  02:24:02
22835         Log: Subject: [patch] PerlIO_cleanup() prototype
22836              From: Doug MacEachern <dougm@covalent.net>
22837              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
22838              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
22839      Branch: perl
22840            ! perlio.h
22841 ____________________________________________________________________________
22842 [  8343] By: jhi                                   on 2001/01/06  01:04:09
22843         Log: IRIX compiler noticed that the bof initialization might be
22844              bypassed by control flow.
22845      Branch: perl
22846            ! toke.c
22847 ____________________________________________________________________________
22848 [  8342] By: jhi                                   on 2001/01/06  00:10:48
22849         Log: Update Changes.
22850      Branch: perl
22851            ! Changes patchlevel.h
22852 ____________________________________________________________________________
22853 [  8341] By: jhi                                   on 2001/01/05  23:52:33
22854         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
22855      Branch: perl
22856            ! toke.c
22857 ____________________________________________________________________________
22858 [  8340] By: jhi                                   on 2001/01/05  22:44:08
22859         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
22860              From: Radu Greab <radu@netsoft.ro>
22861              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
22862              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
22863      Branch: perl
22864            ! t/io/pipe.t util.c
22865 ____________________________________________________________________________
22866 [  8339] By: jhi                                   on 2001/01/05  22:35:17
22867         Log: Subject: [PATCH] format and rewording in perlfaq.pod
22868              From: Robin Barker <rmb1@cise.npl.co.uk>
22869              Date: Fri, 5 Jan 2001 18:51:20 GMT
22870              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
22871      Branch: perl
22872            ! pod/perlfaq.pod
22873 ____________________________________________________________________________
22874 [  8338] By: jhi                                   on 2001/01/05  22:31:17
22875         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
22876              From: Peter Prymmer <pvhp@forte.com>
22877              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
22878              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
22879      Branch: perl
22880            ! utils/perlbug.PL
22881 ____________________________________________________________________________
22882 [  8337] By: jhi                                   on 2001/01/05  18:15:11
22883         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
22884              From: Robin Barker <rmb1@cise.npl.co.uk>
22885              Date: Tue, 2 Jan 2001 15:24:07 GMT
22886              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
22887              
22888              If you call configure as C<./Configure> or C<sh ./Configure>,
22889              $src is set to the absolute path name, not '.'.
22890              
22891              This, in turn, means -Dmksymlink tries to do its stuff because
22892              it does not think it is in the src directory.
22893              
22894              (plus a metaconfig nitfix)
22895      Branch: metaconfig
22896            ! U/compline/ccflags.U U/modified/src.U
22897      Branch: perl
22898            ! Configure config_h.SH
22899 ____________________________________________________________________________
22900 [  8336] By: jhi                                   on 2001/01/05  17:48:32
22901         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
22902              From: Alan Burlison <Alan.Burlison@uk.sun.com>
22903              Message-ID: <3A5606C4.473D2226@uk.sun.com>
22904              Date: Fri, 05 Jan 2001 17:39:16 +0000
22905      Branch: perl
22906            ! hv.c
22907 ____________________________________________________________________________
22908 [  8335] By: jhi                                   on 2001/01/05  16:05:44
22909         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
22910      Branch: perl
22911            ! lib/Getopt/Long.pm
22912 ____________________________________________________________________________
22913 [  8334] By: jhi                                   on 2001/01/05  16:00:51
22914         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
22915              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22916              Date: Fri, 05 Jan 2001 13:46:51 +0100
22917              Message-ID: <13693.978698811@nice.ram.loc>
22918              
22919              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
22920              accurate reading of the "atime".  
22921      Branch: perl
22922            ! t/io/fs.t
22923 ____________________________________________________________________________
22924 [  8333] By: jhi                                   on 2001/01/05  15:57:37
22925         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
22926              From: Simon Cozens <simon@cozens.net>
22927              Date: Fri, 8 Dec 2000 13:33:31 +0000
22928              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
22929              
22930              A lost patch fragment.
22931      Branch: perl
22932            ! doop.c
22933 ____________________________________________________________________________
22934 [  8332] By: jhi                                   on 2001/01/05  15:40:42
22935         Log: Do away with strncpy() and a fixed length buffer.
22936      Branch: perl
22937            ! utf8.c
22938 ____________________________________________________________________________
22939 [  8331] By: jhi                                   on 2001/01/05  15:03:07
22940         Log: Tests for #8329 and #8330.
22941      Branch: perl
22942            ! t/op/bop.t
22943 ____________________________________________________________________________
22944 [  8330] By: jhi                                   on 2001/01/05  15:02:38
22945         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
22946              raw 8-bit form to the UTF-8 string.
22947      Branch: perl
22948            ! toke.c
22949 ____________________________________________________________________________
22950 [  8329] By: jhi                                   on 2001/01/05  14:55:13
22951         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
22952              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22953              Date: Fri, 5 Jan 2001 12:28:52 +0100
22954              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
22955              
22956              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
22957              no effect.  (changed the strncpy() to Copy())
22958      Branch: perl
22959            ! toke.c
22960 ____________________________________________________________________________
22961 [  8328] By: jhi                                   on 2001/01/05  06:44:27
22962         Log: UTF-8 cleanup.
22963      Branch: perl
22964            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
22965            ! regexec.c sv.c toke.c
22966 ____________________________________________________________________________
22967 [  8327] By: jhi                                   on 2001/01/05  01:11:29
22968         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')
22969              From: Radu Greab <radu@netsoft.ro>
22970              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
22971              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
22972              
22973              Cleans up Harness to not use FileHandle, which uses IO.
22974      Branch: perl
22975            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22976 ____________________________________________________________________________
22977 [  8326] By: jhi                                   on 2001/01/05  00:56:37
22978         Log: Update Changes.
22979      Branch: perl
22980            ! Changes patchlevel.h
22981 ____________________________________________________________________________
22982 [  8325] By: jhi                                   on 2001/01/05  00:53:18
22983         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
22984              From: Peter Prymmer <pvhp@forte.com>
22985              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
22986              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
22987              
22988              plus a couple more tailing whitespace removals.
22989      Branch: perl
22990            ! win32/Makefile
22991 ____________________________________________________________________________
22992 [  8324] By: jhi                                   on 2001/01/05  00:47:39
22993         Log: Add some Unicode chop() tests.
22994      Branch: perl
22995            ! t/op/chop.t
22996 ____________________________________________________________________________
22997 [  8323] By: jhi                                   on 2001/01/05  00:47:23
22998         Log: Unify UTF-8 malformedness handling.
22999      Branch: perl
23000            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
23001 ____________________________________________________________________________
23002 [  8322] By: jhi                                   on 2001/01/04  22:21:54
23003         Log: The new $issymlink was unknown to Mksymlinks.
23004      Branch: metaconfig/U/perl
23005            ! Mksymlinks.U issymlink.U
23006      Branch: perl
23007            ! Configure config_h.SH
23008 ____________________________________________________________________________
23009 [  8321] By: jhi                                   on 2001/01/04  21:51:05
23010         Log: The test didn't work under the core test framework.
23011      Branch: perl
23012            ! t/lib/st-lock.t
23013 ____________________________________________________________________________
23014 [  8320] By: jhi                                   on 2001/01/04  21:14:22
23015         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
23016      Branch: perl
23017            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
23018 ____________________________________________________________________________
23019 [  8319] By: jhi                                   on 2001/01/04  20:46:17
23020         Log: Typo in #8312 when manually appying a problematic patch fragment.
23021      Branch: perl
23022            ! ext/Storable/Storable.xs
23023 ____________________________________________________________________________
23024 [  8318] By: jhi                                   on 2001/01/04  20:43:01
23025         Log: The $sh_c didn't fly.
23026      Branch: metaconfig
23027            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
23028            ! U/modified/Loc.U U/modified/myhostname.U
23029            ! U/modified/spitshell.U
23030      Branch: metaconfig/U/perl
23031            ! issymlink.U
23032      Branch: perl
23033            ! Configure config_h.SH
23034 ____________________________________________________________________________
23035 [  8317] By: jhi                                   on 2001/01/04  19:58:01
23036         Log: AIX builtin test -h is broken, changes based on
23037              
23038              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
23039              Date: Tue, 02 Jan 2001 11:24:39 +0100
23040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23041              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
23042      Branch: metaconfig
23043            + U/modified/spitshell.U
23044            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
23045            ! U/modified/Loc.U U/modified/myhostname.U
23046      Branch: metaconfig/U/perl
23047            ! Mksymlinks.U issymlink.U
23048      Branch: perl
23049            ! Configure
23050 ____________________________________________________________________________
23051 [  8316] By: jhi                                   on 2001/01/04  19:02:22
23052         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
23053              From: Andy Dougherty <doughera@lafayette.edu>
23054              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
23055              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
23056              
23057              Beware of GNU ld.
23058      Branch: perl
23059            ! hints/solaris_2.sh
23060 ____________________________________________________________________________
23061 [  8315] By: jhi                                   on 2001/01/04  18:56:48
23062         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
23063              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
23064              Date: Wed, 3 Jan 2001 07:58:51 +0100
23065              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
23066      Branch: perl
23067            ! hints/solaris_2.sh
23068 ____________________________________________________________________________
23069 [  8314] By: jhi                                   on 2001/01/04  18:54:07
23070         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
23071              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23072              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
23073              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
23074              
23075              Doc tweak on #8313.
23076      Branch: perl
23077            ! ext/B/B/Deparse.pm
23078 ____________________________________________________________________________
23079 [  8313] By: jhi                                   on 2001/01/04  18:52:27
23080         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
23081              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
23082              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
23083              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
23084              
23085              Make the peephole optimizer to bypass more null ops and
23086              and rewrite the deparse handling of continue blocks.
23087      Branch: perl
23088            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
23089 ____________________________________________________________________________
23090 [  8312] By: jhi                                   on 2001/01/04  18:47:39
23091         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
23092      Branch: perl
23093            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
23094            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23095            ! t/lib/st-lock.t
23096 ____________________________________________________________________________
23097 [  8311] By: jhi                                   on 2001/01/04  18:36:08
23098         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
23099              filter to be run on each .pm during the pm_to_blib() phase,
23100              a fixed version of
23101              
23102              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
23103              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
23104              Date: Wed, 03 Jan 2001 22:01:30 +0100
23105              Message-ID: <5296.978555690@nice.ram.loc>
23106      Branch: perl
23107            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
23108            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23109            ! lib/ExtUtils/MakeMaker.pm
23110 ____________________________________________________________________________
23111 [  8310] By: jhi                                   on 2001/01/04  18:32:54
23112         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
23113              From: Robin Barker <rmb1@cise.npl.co.uk>
23114              Date: Tue, 2 Jan 2001 15:35:03 GMT
23115              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
23116      Branch: perl
23117            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
23118            ! pod/perlrequick.pod
23119 ____________________________________________________________________________
23120 [  8309] By: jhi                                   on 2001/01/04  18:29:07
23121         Log: Subject: Re: [patch] static-ize XS()
23122              From: Doug MacEachern <dougm@covalent.net>
23123              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
23124              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
23125              
23126              Provide prototypes for the XS functions.
23127      Branch: perl
23128            ! lib/ExtUtils/xsubpp
23129 ____________________________________________________________________________
23130 [  8308] By: jhi                                   on 2001/01/04  18:27:44
23131         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
23132              From: Doug MacEachern <dougm@covalent.net>
23133              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
23134              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
23135      Branch: perl
23136            ! lib/ExtUtils/typemap
23137 ____________________________________________________________________________
23138 [  8307] By: jhi                                   on 2001/01/04  18:25:25
23139         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
23140              From: Doug MacEachern <dougm@covalent.net>
23141              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
23142              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
23143              
23144              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
23145      Branch: perl
23146            ! lib/ExtUtils/MM_Unix.pm
23147 ____________________________________________________________________________
23148 [  8306] By: jhi                                   on 2001/01/04  18:23:00
23149         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
23150              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23151              Date: Thu, 4 Jan 2001 12:47:10 +0100 
23152              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
23153              
23154              The toke.c part only, patching embed.h and proto.h is futile.
23155      Branch: perl
23156            ! toke.c
23157 ____________________________________________________________________________
23158 [  8305] By: jhi                                   on 2001/01/04  18:05:51
23159         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
23160              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23161              Date: Thu, 4 Jan 2001 17:50:12 +0100 
23162              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
23163      Branch: perl
23164            ! toke.c
23165 ____________________________________________________________________________
23166 [  8304] By: jhi                                   on 2001/01/04  18:03:26
23167         Log: Subject: [PATCH perl@8269]
23168              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
23169              Date: Thu, 4 Jan 2001 12:53:39 +0100 
23170              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
23171              
23172              If running byacc write-enable also perly.h.
23173      Branch: perl
23174            ! Makefile.SH
23175 ____________________________________________________________________________
23176 [  8303] By: jhi                                   on 2001/01/04  15:40:49
23177         Log: Rewrite pp_concat() in terms of sv_catsv().
23178      Branch: perl
23179            ! pp_hot.c
23180 ____________________________________________________________________________
23181 [  8302] By: nick                                  on 2001/01/03  22:43:22
23182         Log: Integrate mainline.
23183      Branch: perlio
23184           !> ext/Encode/Encode.xs sv.c utf8.c
23185 ____________________________________________________________________________
23186 [  8301] By: jhi                                   on 2001/01/02  23:40:26
23187         Log: Variable naming tweak.
23188      Branch: perl
23189            ! sv.c
23190 ____________________________________________________________________________
23191 [  8300] By: jhi                                   on 2001/01/02  23:40:02
23192         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
23193              in is_utf8_string().
23194      Branch: perl
23195            ! utf8.c
23196 ____________________________________________________________________________
23197 [  8299] By: jhi                                   on 2001/01/02  22:14:40
23198         Log: Integrate perlio.
23199      Branch: perl
23200           !> pp.c pp_hot.c win32/Makefile
23201 ____________________________________________________________________________
23202 [  8298] By: nick                                  on 2001/01/02  22:03:06
23203         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
23204      Branch: perlio
23205            ! pp.c pp_hot.c
23206 ____________________________________________________________________________
23207 [  8297] By: jhi                                   on 2001/01/02  04:26:28
23208         Log: Signedness nit.
23209      Branch: perl
23210            ! ext/Encode/Encode.xs
23211 ____________________________________________________________________________
23212 [  8296] By: nick                                  on 2001/01/01  23:49:36
23213         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
23214      Branch: perlio
23215            ! win32/Makefile
23216 ____________________________________________________________________________
23217 [  8295] By: jhi                                   on 2001/01/01  23:05:48
23218         Log: Integrate perlio.
23219      Branch: perl
23220           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
23221           !> t/lib/encode.t
23222 ____________________________________________________________________________
23223 [  8294] By: nick                                  on 2001/01/01  22:48:34
23224         Log: Integrate mainline
23225      Branch: perlio
23226            ! pp_hot.c t/lib/encode.t
23227           !> (integrate 65 files)
23228 ____________________________________________________________________________
23229 [  8293] By: nick                                  on 2001/01/01  21:58:50
23230         Log: More rigor in UTF-8-ness of Encode's toUnicode
23231              XS export some of the utf8 internal functions.
23232              Test some of the functions.
23233              Fix pp_concat() bug shown by said tests.
23234      Branch: perlio
23235            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
23236            ! t/lib/encode.t
23237 ____________________________________________________________________________
23238 [  8292] By: jhi                                   on 2001/01/01  18:11:44
23239         Log: Integrate perlio.
23240      Branch: perl
23241           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
23242           !> ext/Encode/encengine.c ext/Encode/encode.h
23243 ____________________________________________________________________________
23244 [  8291] By: jhi                                   on 2001/01/01  18:10:58
23245         Log: Podify README.mpeix (a new version from the web),
23246              add a dummy NAME to Carp::Heavy, regen toc.
23247      Branch: perl
23248            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
23249            ! pod/perltoc.pod
23250 ____________________________________________________________________________
23251 [  8290] By: nick                                  on 2001/01/01  17:43:47
23252         Log: Loose the "Loading..." warning.
23253              Another bug in fallback support
23254      Branch: perlio
23255            ! ext/Encode/Encode.pm ext/Encode/encengine.c
23256 ____________________________________________________________________________
23257 [  8289] By: jhi                                   on 2001/01/01  00:01:57
23258         Log: Bump up Larry's copyright.
23259      Branch: perl
23260            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
23261            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
23262            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
23263            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
23264            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
23265            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
23266            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
23267            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
23268 ____________________________________________________________________________
23269 [  8288] By: nick                                  on 2000/12/31  21:27:53
23270         Log: Fix .ucm reading - forgot a chr()
23271              Start of .ucm write (for .enc to .ucm)
23272      Branch: perlio
23273            ! ext/Encode/compile
23274 ____________________________________________________________________________
23275 [  8287] By: jhi                                   on 2000/12/31  18:15:56
23276         Log: Comment away a diagnostic message as noted by Craig A. Berry
23277              (the unexpected message was confusing testing)
23278      Branch: perl
23279            ! ext/Encode/Encode.pm
23280 ____________________________________________________________________________
23281 [  8286] By: jhi                                   on 2000/12/31  18:14:51
23282         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
23283              Date: Sun, 31 Dec 2000 11:17:37 -0600
23284              From: "Craig A. Berry" <craigberry@mac.com>
23285              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
23286      Branch: perl
23287            ! ext/Encode/Makefile.PL
23288 ____________________________________________________________________________
23289 [  8285] By: nick                                  on 2000/12/31  18:11:54
23290         Log: Start of support of ICU-style .ucm files:
23291              - teach compile how to read a .ucm file
23292              - first guess at how to represent fallbacks in "tries".
23293              - use fallbacks if check == 0
23294              - new return code to indicate we used one.
23295      Branch: perlio
23296            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
23297            ! ext/Encode/encengine.c ext/Encode/encode.h
23298 ____________________________________________________________________________
23299 [  8284] By: jhi                                   on 2000/12/31  18:04:41
23300         Log: Pacify picky VMS compiler.
23301              
23302              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
23303              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23304              Date: Sat, 30 Dec 2000 18:10:02 -0600
23305              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
23306      Branch: perl
23307            ! sv.c
23308 ____________________________________________________________________________
23309 [  8283] By: jhi                                   on 2000/12/31  16:11:47
23310         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
23311      Branch: perl
23312            ! t/lib/glob-basic.t
23313 ____________________________________________________________________________
23314 [  8282] By: jhi                                   on 2000/12/31  15:26:11
23315         Log: Integrate perlio.
23316      Branch: perl
23317           !> makedef.pl opcode.pl os2/os2.c perlio.c
23318 ____________________________________________________________________________
23319 [  8281] By: nick                                  on 2000/12/31  10:06:15
23320         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
23321              is available to be exported
23322      Branch: perlio
23323            ! makedef.pl perlio.c
23324 ____________________________________________________________________________
23325 [  8280] By: nick                                  on 2000/12/31  09:41:26
23326         Log: Ilya's OS2 patch (testing for damage on Win32)
23327      Branch: perlio
23328            ! makedef.pl opcode.pl os2/os2.c
23329 ____________________________________________________________________________
23330 [  8279] By: jhi                                   on 2000/12/30  21:52:07
23331         Log: Test nits.
23332      Branch: perl
23333            ! t/lib/syslfs.t t/op/lfs.t
23334 ____________________________________________________________________________
23335 [  8278] By: jhi                                   on 2000/12/30  21:47:49
23336         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
23337              From: andreas.koenig@anima.de (Andreas J. Koenig)
23338              Date: 30 Dec 2000 22:35:37 +0100
23339              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
23340              
23341              The 32-bit wraparound test wasn't quite right.
23342      Branch: perl
23343            ! t/lib/syslfs.t t/op/lfs.t
23344 ____________________________________________________________________________
23345 [  8277] By: jhi                                   on 2000/12/30  21:33:44
23346         Log: Subject: [PATCH] open() example in perlfunc.pod 
23347              From: Karsten Sperling <s_sperli@ira.uka.de>
23348              Date: Sat, 30 Dec 2000 22:27:09 +0100
23349              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
23350      Branch: perl
23351            ! pod/perlfunc.pod
23352 ____________________________________________________________________________
23353 [  8276] By: jhi                                   on 2000/12/30  20:32:40
23354         Log: Not quite that many tests yet.
23355      Branch: perl
23356            ! t/op/pat.t
23357 ____________________________________________________________________________
23358 [  8275] By: jhi                                   on 2000/12/30  20:26:58
23359         Log: Integrate perlio.
23360      Branch: perl
23361           !> toke.c
23362 ____________________________________________________________________________
23363 [  8274] By: jhi                                   on 2000/12/30  20:24:56
23364         Log: Signedness nit.
23365      Branch: perl
23366            ! utf8.c
23367 ____________________________________________________________________________
23368 [  8273] By: jhi                                   on 2000/12/30  20:15:46
23369         Log: Add a test case for 20000731.001 which was fixed by the #8267.
23370      Branch: perl
23371            ! t/op/pat.t
23372 ____________________________________________________________________________
23373 [  8272] By: nick                                  on 2000/12/30  19:47:51
23374         Log: Tweak for MULTIPLICITY/USE_PERLIO
23375      Branch: perlio
23376            ! toke.c
23377 ____________________________________________________________________________
23378 [  8271] By: nick                                  on 2000/12/30  19:46:45
23379         Log: Integrate mainline
23380      Branch: perlio
23381           +> lib/unicode/distinct.pm
23382           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
23383           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
23384           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
23385 ____________________________________________________________________________
23386 [  8270] By: jhi                                   on 2000/12/30  19:39:50
23387         Log: Subject: RE: perl@8269
23388              From: "Richard Soderberg" <rs@crystalflame.net>
23389              Date: Sat, 30 Dec 2000 11:36:27 -0800
23390              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
23391              
23392              A missing aTHX_.
23393      Branch: perl
23394            ! toke.c
23395 ____________________________________________________________________________
23396 [  8269] By: jhi                                   on 2000/12/30  18:55:48
23397         Log: Update Changes.
23398      Branch: perl
23399            ! Changes patchlevel.h
23400 ____________________________________________________________________________
23401 [  8268] By: jhi                                   on 2000/12/30  17:18:40
23402         Log: Add a test for Unicode split //.  The #8267 was the cure.
23403      Branch: perl
23404            ! t/op/split.t
23405 ____________________________________________________________________________
23406 [  8267] By: jhi                                   on 2000/12/30  17:14:19
23407         Log: Subject: more UTF8 test suites and an UTF8 patch
23408              From: Inaba Hiroto <inaba@st.rim.or.jp>
23409              Date: Sat, 30 Dec 2000 14:27:10 +0900
23410              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
23411              
23412              Just the patch part for now, and the pragma renamed
23413              as unicode::distinct.
23414      Branch: perl
23415            + lib/unicode/distinct.pm
23416            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
23417            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
23418            ! regcomp.h regexec.c sv.c toke.c utf8.c
23419 ____________________________________________________________________________
23420 [  8266] By: nick                                  on 2000/12/30  16:40:49
23421         Log: Integrate mainline
23422      Branch: perlio
23423           +> lib/Pod/Text/Overstrike.pm
23424           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
23425           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
23426           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
23427           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
23428           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
23429 ____________________________________________________________________________
23430 [  8265] By: jhi                                   on 2000/12/30  07:28:55
23431         Log: The sv_catsv() fix, take two.
23432      Branch: perl
23433            ! sv.c t/op/join.t
23434 ____________________________________________________________________________
23435 [  8264] By: jhi                                   on 2000/12/30  06:19:18
23436         Log: Undo all the join-related changes since #8248: relevant
23437              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
23438              The new sv_catsv() doesn't fly so it must go back to
23439              the drawing board.
23440      Branch: perl
23441            ! sv.c t/op/join.t t/pragma/utf8.t
23442 ____________________________________________________________________________
23443 [  8263] By: jhi                                   on 2000/12/30  01:08:32
23444         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
23445      Branch: perl
23446            ! sv.c
23447 ____________________________________________________________________________
23448 [  8262] By: jhi                                   on 2000/12/30  00:45:14
23449         Log: Retract #8261.
23450      Branch: perl
23451            ! hv.c util.c
23452 ____________________________________________________________________________
23453 [  8261] By: jhi                                   on 2000/12/30  00:38:32
23454         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
23455      Branch: perl
23456            ! hv.c util.c
23457 ____________________________________________________________________________
23458 [  8260] By: jhi                                   on 2000/12/29  22:51:33
23459         Log: (Retracted by #8264)  More fixing for #8251.
23460      Branch: perl
23461            ! sv.c
23462 ____________________________________________________________________________
23463 [  8259] By: jhi                                   on 2000/12/29  18:27:30
23464         Log: Subject: podlators 1.06 released
23465              From: Russ Allbery <rra@stanford.edu>
23466              Date: 25 Dec 2000 05:09:30 -0800
23467              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
23468      Branch: perl
23469            + lib/Pod/Text/Overstrike.pm
23470            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
23471            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
23472 ____________________________________________________________________________
23473 [  8258] By: jhi                                   on 2000/12/29  18:20:45
23474         Log: Make the large file tests more robust/talkative as suggested by
23475              
23476              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
23477              From: andreas.koenig@anima.de (Andreas J. Koenig)
23478              Date: 29 Dec 2000 14:23:01 +0100
23479              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
23480      Branch: perl
23481            ! t/lib/syslfs.t t/op/lfs.t
23482 ____________________________________________________________________________
23483 [  8257] By: jhi                                   on 2000/12/29  17:48:04
23484         Log: Further VMS piping fixes from Charles Lane:
23485              
23486              In summary, error messages produced when a subprocess terminated
23487              abnormally were being sent not just to the parent process, but to
23488              grandparents, because of default values for error output that were
23489              not completely overridden when the subprocess was started.
23490              
23491              This patch fixes this behavior by defining user-mode (i.e., temporary
23492              for the duration of the program) logical names for SYS$OUTPUT and
23493              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
23494              changes to make it so that the user-mode logicals are the ones that
23495              control where Perl's error messages go if it terminates abnormally.
23496              
23497              I also added some gratuitous fixes to the indentation of braces in
23498              the piping code.  It just looked ugly, before.
23499      Branch: perl
23500            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
23501 ____________________________________________________________________________
23502 [  8256] By: jhi                                   on 2000/12/29  17:45:12
23503         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
23504              From: "Casey R. Tweten" <crt@kiski.net>
23505              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
23506              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
23507              
23508              Tests for for #8240.
23509      Branch: perl
23510            ! t/pragma/constant.t
23511 ____________________________________________________________________________
23512 [  8255] By: jhi                                   on 2000/12/29  17:43:07
23513         Log: Subject: Re: [PATCH] Interesting syntax idea
23514              From: Simon Cozens <simon@cozens.net>
23515              Date: Fri, 29 Dec 2000 14:34:04 +0000
23516              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
23517              
23518              Tests for #8254.
23519      Branch: perl
23520            ! t/pragma/sub_lval.t
23521 ____________________________________________________________________________
23522 [  8254] By: jhi                                   on 2000/12/29  17:42:11
23523         Log: Subject: [PATCH] Interesting syntax idea
23524              From: Simon Cozens <simon@cozens.net>
23525              Date: Wed, 27 Dec 2000 05:08:57 +0000
23526              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
23527              
23528              Make opens + bareword assigns do typeglob assigns.
23529      Branch: perl
23530            ! op.c
23531 ____________________________________________________________________________
23532 [  8253] By: jhi                                   on 2000/12/29  17:36:45
23533         Log: Output the (apparent) version of gcc, as suggested by
23534              
23535              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
23536              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
23537              Date: 26 Dec 2000 04:29:17 -0500
23538              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
23539              
23540              (The patch as such didn't any more apply as the misparsing had
23541              already been addressed in #6474.)  Also change the wording about
23542              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
23543      Branch: perl
23544            ! hints/dec_osf.sh
23545 ____________________________________________________________________________
23546 [  8252] By: nick                                  on 2000/12/29  12:14:31
23547         Log: Integrate mainline
23548      Branch: perlio
23549           !> (integrate 27 files)
23550 ____________________________________________________________________________
23551 [  8251] By: jhi                                   on 2000/12/29  08:45:46
23552         Log: (Retracted by #8264)
23553              
23554              (Fixed by #8260.)
23555              
23556              sv_catsv() needs one more byte space than seems reasonable.
23557              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
23558              Curiouser and curiouser.
23559      Branch: perl
23560            ! sv.c
23561 ____________________________________________________________________________
23562 [  8250] By: jhi                                   on 2000/12/29  07:57:52
23563         Log: More split // UTF-8 tests.
23564      Branch: perl
23565            ! t/pragma/utf8.t
23566 ____________________________________________________________________________
23567 [  8249] By: jhi                                   on 2000/12/29  07:54:51
23568         Log: (Retracted by #8264)  More join() testing which was good because
23569              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
23570      Branch: perl
23571            ! pp.c t/op/join.t utf8.c utf8.h
23572 ____________________________________________________________________________
23573 [  8248] By: jhi                                   on 2000/12/29  07:08:32
23574         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
23575              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
23576              that the only cases to care about are byte+byte and byte+character.
23577              
23578              TODO: See how well pp_concat() could be implemented in terms
23579              of sv_catsv().
23580      Branch: perl
23581            ! doop.c sv.c t/op/join.t utf8.h
23582 ____________________________________________________________________________
23583 [  8247] By: jhi                                   on 2000/12/29  06:35:23
23584         Log: Signedness nit.
23585      Branch: perl
23586            ! pp_hot.c
23587 ____________________________________________________________________________
23588 [  8246] By: jhi                                   on 2000/12/29  01:23:31
23589         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
23590              From: Lupe Christoph <lupe@lupe-christoph.de>
23591              Date: Thu, 28 Dec 2000 23:00:00 +0100
23592              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
23593              
23594              Suggest rsync --delete --dry-run.
23595      Branch: perl
23596            ! pod/perlhack.pod
23597 ____________________________________________________________________________
23598 [  8245] By: jhi                                   on 2000/12/28  23:57:05
23599         Log: The maxiters upper limit sanity check (guarding against
23600              non-progress) assumed bytes instead of characters in s///
23601              and split().
23602      Branch: perl
23603            ! pp.c pp_hot.c
23604 ____________________________________________________________________________
23605 [  8244] By: jhi                                   on 2000/12/28  23:34:08
23606         Log: Make some panic messages a bit more logical.
23607      Branch: perl
23608            ! doop.c pod/perldiag.pod pp.c pp_hot.c
23609 ____________________________________________________________________________
23610 [  8243] By: jhi                                   on 2000/12/28  22:59:16
23611         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
23612              From: Simon Cozens <simon@cozens.net>
23613              Date: Wed, 27 Dec 2000 02:30:03 +0000
23614              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
23615      Branch: perl
23616            ! pp.c t/pragma/sub_lval.t
23617 ____________________________________________________________________________
23618 [  8242] By: jhi                                   on 2000/12/28  22:56:53
23619         Log: Subject: [PATCH blead] Fix B::Terse indentation
23620              From: Daniel Chetlin <daniel@chetlin.com>
23621              Date: Wed, 27 Dec 2000 06:43:30 -0800
23622              Message-ID: <20001227064329.B9573@darkstar>
23623      Branch: perl
23624            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
23625 ____________________________________________________________________________
23626 [  8241] By: jhi                                   on 2000/12/28  22:48:59
23627         Log: The latter patch from the
23628              
23629              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
23630              From: Peter Prymmer <pvhp@forte.com> 
23631              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
23632              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
23633              
23634              (the former patch from the above should have been
23635              taken care of by Nick I-S)
23636      Branch: perl
23637            ! win32/Makefile
23638 ____________________________________________________________________________
23639 [  8240] By: jhi                                   on 2000/12/28  22:45:22
23640         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
23641              From: "Casey R. Tweten" <crt@kiski.net>
23642              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
23643              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
23644      Branch: perl
23645            ! lib/constant.pm
23646 ____________________________________________________________________________
23647 [  8239] By: jhi                                   on 2000/12/28  22:37:45
23648         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
23649              From: Simon Cozens <simon@cozens.net>
23650              Date: Wed, 27 Dec 2000 14:12:44 +0000
23651              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
23652      Branch: perl
23653            ! t/op/method.t t/op/sort.t toke.c
23654 ____________________________________________________________________________
23655 [  8238] By: jhi                                   on 2000/12/28  22:30:32
23656         Log: Subject: [PATCH perl@8229] Call.pm
23657              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23658              Date: Mon, 25 Dec 2000 10:47:15 -0000
23659              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
23660      Branch: perl
23661            ! ext/Filter/Util/Call/Call.pm
23662 ____________________________________________________________________________
23663 [  8237] By: jhi                                   on 2000/12/28  22:19:21
23664         Log: Subject: [PATCH blead] Fix problem with `&' prototype
23665              From: Daniel Chetlin <daniel@chetlin.com>
23666              Date: Wed, 27 Dec 2000 15:55:32 -0800
23667              Message-ID: <20001227155532.D9573@darkstar>
23668      Branch: perl
23669            ! op.c t/comp/proto.t
23670 ____________________________________________________________________________
23671 [  8236] By: jhi                                   on 2000/12/28  22:09:25
23672         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
23673              From: Daniel Chetlin <daniel@chetlin.com>
23674              Date: Sun, 24 Dec 2000 04:09:49 -0800
23675              Message-ID: <20001224040949.B3090@darkstar>
23676      Branch: perl
23677            ! gv.c mg.c t/op/attrs.t
23678 ____________________________________________________________________________
23679 [  8235] By: jhi                                   on 2000/12/28  22:07:11
23680         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
23681              From: Jan Dubois <jand@ActiveState.com>
23682              Date: Tue, 26 Dec 2000 20:57:31 -0800
23683              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
23684      Branch: perl
23685            ! win32/win32.c
23686 ____________________________________________________________________________
23687 [  8234] By: jhi                                   on 2000/12/28  21:52:42
23688         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
23689              From: Simon Cozens <simon@cozens.net>
23690              Date: Thu, 28 Dec 2000 20:33:13 +0000
23691              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
23692      Branch: perl
23693            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
23694 ____________________________________________________________________________
23695 [  8233] By: jhi                                   on 2000/12/28  19:40:49
23696         Log: Integrate perlio.
23697      Branch: perl
23698           !> ext/Encode/Makefile.PL ext/Encode/compile
23699 ____________________________________________________________________________
23700 [  8232] By: nick                                  on 2000/12/23  16:06:00
23701         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
23702              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
23703      Branch: perlio
23704            ! ext/Encode/Makefile.PL
23705 ____________________________________________________________________________
23706 [  8231] By: nick                                  on 2000/12/23  14:30:34
23707         Log: "Compiled" encode build cleanup
23708              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
23709              - .c files do not export sub-tables
23710      Branch: perlio
23711            ! ext/Encode/Makefile.PL ext/Encode/compile
23712 ____________________________________________________________________________
23713 [  8230] By: nick                                  on 2000/12/23  12:50:37
23714         Log: Integrate mainline
23715      Branch: perlio
23716           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
23717           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
23718           !> pod/perl5004delta.pod pod/perl5005delta.pod
23719           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
23720           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
23721           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
23722           !> pod/perlsub.pod
23723 ____________________________________________________________________________
23724 [  8229] By: jhi                                   on 2000/12/22  15:32:12
23725         Log: Integrate perlio.
23726      Branch: perl
23727           +> win32/distclean.bat
23728           !> MANIFEST t/io/utf8.t
23729 ____________________________________________________________________________
23730 [  8228] By: jhi                                   on 2000/12/22  15:29:40
23731         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
23732              From: Robin Barker <rmb1@cise.npl.co.uk>
23733              Date: Fri, 22 Dec 2000 12:17:38 GMT
23734              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
23735      Branch: perl
23736            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
23737            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
23738            ! pod/perl5004delta.pod pod/perl5005delta.pod
23739            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
23740            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
23741            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
23742            ! pod/perlsub.pod
23743 ____________________________________________________________________________
23744 [  8227] By: jhi                                   on 2000/12/22  15:24:28
23745         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
23746              From: "John L. Allen" <allen@grumman.com>
23747              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
23748              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
23749              
23750              Document APPLLIB_EXP.
23751      Branch: perl
23752            ! INSTALL
23753 ____________________________________________________________________________
23754 [  8226] By: nick                                  on 2000/12/21  22:11:50
23755         Log: Handy script for when one forgets to "dmake clean" 
23756      Branch: perlio
23757            + win32/distclean.bat
23758            ! MANIFEST
23759 ____________________________________________________________________________
23760 [  8225] By: nick                                  on 2000/12/21  21:54:04
23761         Log: CRLF platform issue with io/utf8 fix.
23762      Branch: perlio
23763            ! t/io/utf8.t
23764 ____________________________________________________________________________
23765 [  8224] By: nick                                  on 2000/12/21  21:02:20
23766         Log: Integrate mainline
23767      Branch: perlio
23768           !> Changes Configure Makefile.SH Porting/Glossary
23769           !> Porting/config.sh Porting/config_H configure.com
23770           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
23771           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
23772           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
23773           !> win32/config.bc win32/config.gc win32/config.vc
23774 ____________________________________________________________________________
23775 [  8223] By: jhi                                   on 2000/12/21  17:09:16
23776         Log: Update Changes.
23777      Branch: perl
23778            ! Changes patchlevel.h
23779 ____________________________________________________________________________
23780 [  8222] By: jhi                                   on 2000/12/21  16:24:01
23781         Log: Metaconfig unit changes for #8221.
23782      Branch: metaconfig/U/perl
23783           +> issymlink.U
23784            - testsyml.U
23785            ! Mksymlinks.U
23786 ____________________________________________________________________________
23787 [  8221] By: jhi                                   on 2000/12/21  16:23:48
23788         Log: Rename testsyml to issymlink.
23789      Branch: perl
23790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23791            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
23792            ! win32/config.vc
23793 ____________________________________________________________________________
23794 [  8220] By: jhi                                   on 2000/12/21  15:47:26
23795         Log: Robustness support for #8218 (symlink forest) since the GNU
23796              tools seem to be overly picky about symlinkage depths.
23797      Branch: perl
23798            ! Makefile.SH t/io/fs.t
23799 ____________________________________________________________________________
23800 [  8219] By: jhi                                   on 2000/12/21  15:38:27
23801         Log: Metaconfig changes for #8218.
23802      Branch: metaconfig
23803            ! U/modified/Oldconfig.U
23804      Branch: metaconfig/U/perl
23805            + Mksymlinks.U
23806            ! testsyml.U
23807 ____________________________________________________________________________
23808 [  8218] By: jhi                                   on 2000/12/21  15:37:57
23809         Log: Add Configure option -Dmksymlinks which will create a symlink
23810              forest if the current/build differs from the source directory.
23811              TODO: mkdir -p is not portable.
23812      Branch: perl
23813            ! Configure
23814 ____________________________________________________________________________
23815 [  8217] By: jhi                                   on 2000/12/21  14:39:12
23816         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
23817              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
23818              Date: Thu, 21 Dec 2000 09:38:18 GMT
23819              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
23820              
23821              The ofs became an SV.
23822      Branch: perl
23823            ! ext/Thread/Thread.xs
23824 ____________________________________________________________________________
23825 [  8216] By: jhi                                   on 2000/12/21  05:40:21
23826         Log: The polymorphism seems to have fixed 20000517.001.
23827      Branch: perl
23828            ! t/pragma/utf8.t
23829 ____________________________________________________________________________
23830 [  8215] By: jhi                                   on 2000/12/21  04:44:52
23831         Log: read() documentation tweak for 20001121.004.
23832      Branch: perl
23833            ! pod/perlfunc.pod
23834 ____________________________________________________________________________
23835 [  8214] By: jhi                                   on 2000/12/21  03:54:11
23836         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
23837      Branch: perl
23838            ! pp_sys.c t/op/misc.t
23839 ____________________________________________________________________________
23840 [  8213] By: jhi                                   on 2000/12/21  00:28:10
23841         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
23842              From: Peter Prymmer <pvhp@forte.com>
23843              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
23844              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
23845      Branch: perl
23846            ! configure.com
23847 ____________________________________________________________________________
23848 [  8212] By: jhi                                   on 2000/12/21  00:26:21
23849         Log: Edit edit edit.
23850      Branch: perl
23851            ! pod/perlfaq3.pod
23852 ____________________________________________________________________________
23853 [  8211] By: jhi                                   on 2000/12/20  18:52:46
23854         Log: Update Changes.
23855      Branch: perl
23856            ! Changes patchlevel.h
23857 ____________________________________________________________________________
23858 [  8210] By: jhi                                   on 2000/12/20  18:34:47
23859         Log: Yet another editor edit.
23860      Branch: perl
23861            ! pod/perlfaq3.pod
23862 ____________________________________________________________________________
23863 [  8209] By: jhi                                   on 2000/12/20  15:33:28
23864         Log: More Win32 Perling.
23865      Branch: perl
23866            ! pod/perlfaq3.pod
23867 ____________________________________________________________________________
23868 [  8208] By: jhi                                   on 2000/12/20  15:07:46
23869         Log: More Win32 editor/IDE/shell hints.
23870      Branch: perl
23871            ! pod/perlfaq3.pod
23872 ____________________________________________________________________________
23873 [  8207] By: jhi                                   on 2000/12/20  03:54:08
23874         Log: Subject: [PATCH] obscure timing knowledge
23875              From: Nicholas Clark <nick@ccl4.org>
23876              Date: Tue, 19 Dec 2000 19:22:31 +0000
23877              Message-ID: <20001219192231.F2827@plum.flirble.org>
23878      Branch: perl
23879            ! sv.c
23880 ____________________________________________________________________________
23881 [  8206] By: jhi                                   on 2000/12/20  03:45:57
23882         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
23883              From: Spider Boardman <spider@leggy.zk3.dec.com>
23884              Date: Tue, 19 Dec 2000 21:30:16 -0500
23885              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
23886      Branch: perl
23887            ! sv.c
23888 ____________________________________________________________________________
23889 [  8205] By: jhi                                   on 2000/12/19  23:02:01
23890         Log: Update Changes.
23891      Branch: perl
23892            ! Changes patchlevel.h
23893 ____________________________________________________________________________
23894 [  8204] By: jhi                                   on 2000/12/19  22:58:18
23895         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
23896              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
23897              on editors and diffing/patching.
23898      Branch: perl
23899            ! t/op/utf8decode.t
23900 ____________________________________________________________________________
23901 [  8203] By: nick                                  on 2000/12/19  21:36:16
23902         Log: Integrate mainline (forgot my own change...)
23903      Branch: perlio
23904           !> ext/Encode/compile
23905 ____________________________________________________________________________
23906 [  8202] By: nick                                  on 2000/12/19  21:34:42
23907         Log: Integrate mainline.
23908      Branch: perlio
23909           !> (integrate 61 files)
23910 ____________________________________________________________________________
23911 [  8201] By: nick                                  on 2000/12/19  21:34:06
23912         Log: Avoid looking for File::Glob when we don't need it.
23913      Branch: perl
23914            ! ext/Encode/compile
23915 ____________________________________________________________________________
23916 [  8200] By: jhi                                   on 2000/12/19  18:35:49
23917         Log: Update Changes.
23918      Branch: perl
23919            ! Changes patchlevel.h
23920 ____________________________________________________________________________
23921 [  8199] By: jhi                                   on 2000/12/19  18:35:07
23922         Log: Microperl tweaks.
23923      Branch: perl
23924            ! sv.c uconfig.h uconfig.sh
23925 ____________________________________________________________________________
23926 [  8198] By: jhi                                   on 2000/12/19  18:29:59
23927         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
23928      Branch: perl
23929            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23930            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
23931 ____________________________________________________________________________
23932 [  8197] By: jhi                                   on 2000/12/19  17:55:29
23933         Log: In VMS embedded perls couldn't access the statically built Socket,
23934              from Charles Lane.
23935      Branch: perl
23936            ! configure.com
23937 ____________________________________________________________________________
23938 [  8196] By: jhi                                   on 2000/12/19  17:49:50
23939         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
23940              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
23941              Date: Sun, 17 Dec 2000 19:11:44 -0000
23942              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
23943      Branch: perl
23944            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23945            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23946 ____________________________________________________________________________
23947 [  8195] By: jhi                                   on 2000/12/19  17:47:53
23948         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
23949              From: Jonathan Stowe <gellyfish@gellyfish.com>
23950              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
23951              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
23952      Branch: perl
23953            ! utils/h2xs.PL
23954 ____________________________________________________________________________
23955 [  8194] By: jhi                                   on 2000/12/19  17:46:28
23956         Log: Subject: Re: useless use of void context work-around
23957              From: andreas.koenig@anima.de (Andreas J. Koenig)
23958              Date: 16 Dec 2000 15:13:36 +0100
23959              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
23960              
23961              Document (comment) the q(di ds ig) trick in the code.
23962      Branch: perl
23963            ! op.c
23964 ____________________________________________________________________________
23965 [  8193] By: jhi                                   on 2000/12/19  17:10:57
23966         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
23967              From: "Mark J. Reed" <mreed@strange.turner.com>
23968              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
23969              Message-Id: <200012160222.VAA13986@strange.turner.com>
23970      Branch: perl
23971            ! ext/Sys/Syslog/Syslog.pm
23972 ____________________________________________________________________________
23973 [  8192] By: jhi                                   on 2000/12/19  17:07:45
23974         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
23975              From: Nicholas Clark <nick@ccl4.org>
23976              Date: Sat, 16 Dec 2000 19:03:13 +0000
23977              Message-ID: <20001216190313.D68304@plum.flirble.org>
23978      Branch: perl
23979            ! t/op/64bitint.t
23980 ____________________________________________________________________________
23981 [  8191] By: jhi                                   on 2000/12/19  17:06:13
23982         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
23983              From: Dominic Dunlop <domo@computer.org>
23984              Date: Mon, 18 Dec 2000 12:00:15 +0100
23985              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
23986              
23987              This patchlet is needed in order that perl can be statically linked.  
23988      Branch: perl
23989            ! regexec.c
23990 ____________________________________________________________________________
23991 [  8190] By: jhi                                   on 2000/12/19  17:03:08
23992         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
23993              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23994              Date: Sun, 17 Dec 2000 00:18:35 -0600
23995              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
23996      Branch: perl
23997            ! perlio.h vms/gen_shrfls.pl
23998 ____________________________________________________________________________
23999 [  8189] By: jhi                                   on 2000/12/19  16:20:28
24000         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
24001              From: Prymmer/Kahn <pvhp@best.com>
24002              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
24003              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
24004              
24005              A better version of #8188.
24006      Branch: perl
24007            ! pod/perlfaq3.pod
24008 ____________________________________________________________________________
24009 [  8188] By: jhi                                   on 2000/12/19  15:57:06
24010         Log: (Replaced by #8189)
24011              
24012              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
24013              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
24014              From: Prymmer/Kahn <pvhp@best.com>
24015              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
24016              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
24017              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
24018              Date: Mon, 18 Dec 2000 11:10:45 -0500
24019              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
24020      Branch: perl
24021            ! pod/perlfaq3.pod
24022 ____________________________________________________________________________
24023 [  8187] By: jhi                                   on 2000/12/19  15:54:19
24024         Log: Email address fix for Anton Berezin.
24025      Branch: perl
24026            ! AUTHORS
24027 ____________________________________________________________________________
24028 [  8186] By: jhi                                   on 2000/12/19  15:38:54
24029         Log: Subject: [PATCH perl@8102] cygwin port
24030              From: "Eric Fifer" <efifer@dircon.co.uk> 
24031              Date: Thu, 14 Dec 2000 13:41:29 -0000
24032              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
24033              
24034              When compiling modules the data item that is being imported
24035              from libperl.dll needs to be tagged as imported/shared data:
24036              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
24037      Branch: perl
24038            ! perliol.h
24039 ____________________________________________________________________________
24040 [  8185] By: jhi                                   on 2000/12/19  14:53:24
24041         Log: Regen uconfig.h and uconfig.sh.
24042      Branch: perl
24043            ! uconfig.h uconfig.sh
24044 ____________________________________________________________________________
24045 [  8184] By: jhi                                   on 2000/12/18  20:43:49
24046         Log: Comments work so much better when they are closed.
24047      Branch: perl
24048            ! regcomp.c
24049 ____________________________________________________________________________
24050 [  8183] By: jhi                                   on 2000/12/18  18:04:02
24051         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
24052              Fixes the bug 20001218.016.
24053      Branch: perl
24054            ! regcomp.c
24055 ____________________________________________________________________________
24056 [  8182] By: gsar                                  on 2000/12/18  09:53:47
24057         Log: delete spurious files
24058      Branch: maint-5.6/perl
24059            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
24060            - vos/config.h vos/config_h.SH_orig
24061 ____________________________________________________________________________
24062 [  8181] By: gsar                                  on 2000/12/18  09:46:08
24063         Log: regen perltoc
24064      Branch: maint-5.6/perl
24065            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
24066 ____________________________________________________________________________
24067 [  8180] By: gsar                                  on 2000/12/18  09:20:27
24068         Log: integrate changes#7924..7926,7946,7952 from mainline
24069      Branch: maint-5.6/perl
24070           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
24071           !> lib/File/stat.pm t/lib/class-struct.t
24072 ____________________________________________________________________________
24073 [  8179] By: gsar                                  on 2000/12/18  08:55:54
24074         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
24075              7918,7919,7988,8907 from mainline (various)
24076      Branch: maint-5.6/perl
24077           +> t/lib/class-struct.t
24078           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
24079           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
24080           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
24081 ____________________________________________________________________________
24082 [  8178] By: gsar                                  on 2000/12/18  08:16:30
24083         Log: avoid redefinition warnings on windows due to sys/socket.h getting
24084              #included before win32.h
24085      Branch: maint-5.6/perl
24086            ! win32/include/sys/socket.h
24087 ____________________________________________________________________________
24088 [  8177] By: gsar                                  on 2000/12/18  05:24:04
24089         Log: make regen_headers; fix POSIX.xs problems; remove outdated
24090              code from sys/socket.h that makes build fail now
24091      Branch: maint-5.6/perl
24092            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
24093            ! pod/perlapi.pod
24094           !> win32/include/sys/socket.h
24095 ____________________________________________________________________________
24096 [  8176] By: gsar                                  on 2000/12/18  05:20:17
24097         Log: update Changes
24098      Branch: maint-5.6/perl
24099            ! Changes patchlevel.h
24100 ____________________________________________________________________________
24101 [  8175] By: gsar                                  on 2000/12/18  04:57:48
24102         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
24103              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
24104              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
24105              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
24106              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
24107              7823,7825,7838
24108      Branch: maint-5.6/perl
24109           +> lib/File/Spec/Epoc.pm
24110           !> (integrate 88 files)
24111 ____________________________________________________________________________
24112 [  8174] By: gsar                                  on 2000/12/18  03:53:09
24113         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
24114              7625..7629,7631..7634,7637,7639,7642 from mainline
24115      Branch: maint-5.6/perl
24116           +> README.solaris
24117           !> (integrate 26 files)
24118 ____________________________________________________________________________
24119 [  8173] By: gsar                                  on 2000/12/18  03:37:02
24120         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
24121              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
24122              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
24123              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
24124      Branch: maint-5.6/perl
24125           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
24126            - MAINTAIN
24127           !> (integrate 111 files)
24128 ____________________________________________________________________________
24129 [  8172] By: jhi                                   on 2000/12/18  02:49:27
24130         Log: Regen pods.
24131      Branch: perl
24132            ! pod/perlmodlib.pod pod/perltoc.pod
24133 ____________________________________________________________________________
24134 [  8171] By: gsar                                  on 2000/12/18  02:49:24
24135         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
24136              7465..7471 from mainline
24137              
24138              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
24139              in platforms that strictly require all the symbols being present
24140              at link time.
24141              
24142              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
24143              
24144              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
24145              
24146              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
24147              
24148              Subject: [PATCH] todo
24149              
24150              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
24151              
24152              Use $sort, $uniq (and $tr) consistently as wondered
24153              by Nicholas Clark.
24154              
24155              Too enthusiastic editing in #7460.
24156              
24157              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
24158              
24159              Upgrade to CPAN 1.58_55.
24160              Subject: CPAN.pm status
24161              
24162              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
24163              
24164              Make target reordering to avoid pointless re-makes.
24165              Subject: Re: Total re-make of 'make okfile' after 7451 ?
24166              
24167              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
24168              
24169              Subject: DOC PATCH 5.6.0
24170              
24171              Add the repository doc by Malcolm, Sarathy, and by Simon,
24172              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
24173      Branch: maint-5.6/perl
24174           +> Porting/repository.pod
24175           !> Configure MANIFEST Makefile.SH README.dos README.os2
24176           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
24177           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
24178           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
24179 ____________________________________________________________________________
24180 [  8169] By: gsar                                  on 2000/12/18  02:33:34
24181         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
24182              7435..7441,7445 from mainline
24183              
24184              Make the UTF-8 decoding stricter and more verbose when
24185              malformation happens.  This involved adding an argument
24186              to utf8_to_uv_chk(), which involved changing its prototype,
24187              and prefer STRLEN over I32 for the UTF-8 length, which as
24188              a domino effect necessitated changing the prototypes of
24189              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
24190              The stricter UTF-8 decoding checking uses Markus Kuhn's
24191              UTF-8 Decode Stress Tester from
24192              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
24193              
24194              Run vms/vms_yfix.pl, should have done that after changing
24195              perly.c in #7382.
24196              
24197              Subject: [PATCH 5.7.0] static linking with uninstalled perl
24198              
24199              (Replaced by #7440.)
24200              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24201              
24202              Fix the bug ID 20001024.005, the bug introduced by #7416.
24203              
24204              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
24205              
24206              Fix the bug reported in
24207              From: andreas.koenig@anima.de (Andreas J. Koenig)
24208              Also make is_utf8_char() stricter.
24209              
24210              Missed the header file changes from #7425.
24211              
24212              Check if stdio supports tweaking lval and cnt simultaneously.
24213              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24214              
24215              Stratus VOS updates from Paul Green.
24216              
24217              Podify README.epoc and README.vos.
24218              
24219              Add targets to Makefile.SH, most importantly
24220              'regen_all' which also remembers to update vms/perly*.
24221              
24222              Subject: Minor update to find2perl, for portability
24223              
24224              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
24225              
24226              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
24227              
24228              Rename UTF8LEN() to be UNISKIP(), too confusing to have
24229              UTF8LEN() and UTF8SKIP(). 
24230              
24231              Allow poking holes at the UTF-8 decoding strictness.
24232              
24233              Continue the internal UTF-8 API tweaking.
24234              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
24235              used much more than the simpler API, now called utf8_to_uv_simple().
24236              Still not quite happy with API, too much partial duplication
24237              of functionality.
24238              
24239              A new version of making the syslog test more robust.
24240              (Replaces #7421.)
24241              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24242              
24243              buildtoc target tweaks.
24244              
24245              Integrate with vmsperl #7430 by Charles Bailey:
24246              
24247              Cleanup from prior patch (Charles Lane?):
24248              - improve handling of MFDs in Basename and Path
24249              - default to no xsubpp line # munging when building debug images
24250      Branch: maint-5.6/perl
24251           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24252           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
24253           !> (integrate 67 files)
24254 ____________________________________________________________________________
24255 [  8168] By: gsar                                  on 2000/12/18  02:05:49
24256         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
24257              
24258              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
24259              From: Martin Husemann <martin@duskware.de>
24260              
24261              Subject: [PATCH 5.7.0] restore match data on backtracing
24262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24263      Branch: maint-5.6/perl
24264           !> regcomp.c regexec.c t/op/re_tests
24265 ____________________________________________________________________________
24266 [  8167] By: gsar                                  on 2000/12/18  01:55:22
24267         Log: integrate changes#7858,7986 from mainline
24268              
24269              C<foreach my $x ...> in pseudo-fork()ed process may diddle
24270              parent's memory; fix it by keeping track of the actual pad
24271              offset rather than a raw pointer (this change is probably also
24272              relevant to non-ithreads case to avoid fallout from reallocs of
24273              the pad array, but is currently only enabled for the ithreads
24274              case in the interests of minimal disruption to existing "well
24275              tested" code)
24276              
24277              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
24278              due to the notorious GetFileType() bug in Windows 9x, which fstat()
24279              tickles)
24280      Branch: maint-5.6/perl
24281           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
24282           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
24283           !> win32/win32.c win32/win32.h win32/win32sck.c
24284 ____________________________________________________________________________
24285 [  8166] By: gsar                                  on 2000/12/18  01:52:59
24286         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
24287              from mainline (xsubpp and ExtUtils::LibList fixups, various
24288              other small items)
24289      Branch: maint-5.6/perl
24290           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
24291           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
24292           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
24293           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
24294           !> win32/bin/search.pl
24295 ____________________________________________________________________________
24296 [  8165] By: gsar                                  on 2000/12/18  01:28:45
24297         Log: integrate changes#7533,7563,7611,7623 from mainline (various
24298              malloc.c embellishments)
24299      Branch: maint-5.6/perl
24300           !> malloc.c pod/perldiag.pod
24301 ____________________________________________________________________________
24302 [  8164] By: gsar                                  on 2000/12/18  01:23:33
24303         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
24304              fixups)
24305      Branch: maint-5.6/perl
24306           !> utils/h2xs.PL
24307 ____________________________________________________________________________
24308 [  8163] By: gsar                                  on 2000/12/18  01:17:50
24309         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
24310              fixups)
24311      Branch: maint-5.6/perl
24312           !> Makefile.SH utils/perlbug.PL
24313 ____________________________________________________________________________
24314 [  8162] By: gsar                                  on 2000/12/18  00:25:43
24315         Log: always export Perl_deb() (it is required by re.xs whether
24316              Perl is built with or without -DDEBUGGING)
24317      Branch: maint-5.6/perl
24318            ! makedef.pl
24319 ____________________________________________________________________________
24320 [  8161] By: gsar                                  on 2000/12/18  00:23:38
24321         Log: integrate change#7414 from mainline
24322              
24323              Undo the basename() part of #7412 since the lib/basename
24324              tests would need upgrading too.
24325              
24326              squelch two tests in tr.t that rely on tr/// paranoia change
24327              that's not in 5.6.x
24328      Branch: maint-5.6/perl
24329            ! t/op/tr.t
24330           !> lib/File/Basename.pm
24331 ____________________________________________________________________________
24332 [  8160] By: gsar                                  on 2000/12/18  00:05:30
24333         Log: missing change in previous integrate
24334      Branch: maint-5.6/perl
24335           !> README.aix
24336 ____________________________________________________________________________
24337 [  8159] By: gsar                                  on 2000/12/18  00:03:38
24338         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
24339              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
24340              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
24341              7410..7413 from mainline
24342      Branch: maint-5.6/perl
24343           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
24344           +> t/lib/tie-splice.t
24345            - lib/unicode/Is/DCinital.pl
24346           !> (integrate 112 files)
24347 ____________________________________________________________________________
24348 [  8158] By: jhi                                   on 2000/12/17  23:04:24
24349         Log: Subject: [PATCHES] RE: perl@8150 
24350              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
24351              Date: Sun, 17 Dec 2000 21:46:39 +0100
24352              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
24353              
24354              Neither cygwin has a getpwuid() one can trust on.
24355      Branch: perl
24356            ! t/lib/glob-basic.t
24357 ____________________________________________________________________________
24358 [  8157] By: jhi                                   on 2000/12/17  23:01:54
24359         Log: More MAN.PODS => {} fixes.
24360      Branch: perl
24361            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
24362            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
24363            ! os2/OS2/REXX/Makefile.PL
24364 ____________________________________________________________________________
24365 [  8156] By: gsar                                  on 2000/12/17  22:49:13
24366         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
24367              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
24368              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
24369              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
24370              7201,7204 from mainline
24371      Branch: maint-5.6/perl
24372           !> (integrate 121 files)
24373 ____________________________________________________________________________
24374 [  8155] By: jhi                                   on 2000/12/17  22:30:58
24375         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
24376              From: "Craig A. Berry" <craigberry@mac.com>
24377              Date: Sun, 17 Dec 2000 13:09:28 -0600
24378              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
24379              
24380              MAN.PODS => ' ' is naughty.
24381      Branch: perl
24382            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
24383 ____________________________________________________________________________
24384 [  8154] By: nick                                  on 2000/12/17  22:07:13
24385         Log: MULTIPLICITY nit.
24386      Branch: perl
24387            ! mg.c
24388 ____________________________________________________________________________
24389 [  8153] By: gsar                                  on 2000/12/17  21:23:05
24390         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
24391              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
24392              from mainline
24393              
24394              Document the SvIOK_.*UV().
24395              
24396              Update Unicode todo list.
24397              
24398              Guard against bad string->int conversion for quads.
24399              
24400              Subject: small apidoc fix
24401              
24402              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
24403              
24404              Subject: [PATCH] Tied filehandle documentation
24405              
24406              Subject: [PATCH] Modernize Opcode.pm documentation
24407              
24408              Make Data::Dumper (non-XS) to work with changed semantics of ref().
24409              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
24410              [applied even though said semantics didn't change in 5.6.x]
24411              
24412              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
24413              
24414              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
24415              
24416              Fix the URL, but the server is still missing in action.
24417              Subject: [ID 20000905.002] perlfaq1.pod URL error
24418              
24419              Subject: [ID 20000903.001] \w in utf8-strings
24420              
24421              Fix the ccversion detection for 5.1 and beyond.
24422              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
24423              
24424              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
24425              
24426              Subject: [ID 20000904.008] Tiny fix for perldiag
24427              
24428              Subject: Re: [ID 20000906.004] segfault with bad perl statement
24429              
24430              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
24431              
24432              Subject: [ID 20000908.002] perlipc documentation bug.
24433              
24434              Subject: [PATCH lib/Benchmark.pm]
24435              
24436              Re-allow vec() for characters > 255.
24437              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
24438              
24439              Do away with memory models cruft.  Sorry, PDP users.
24440              
24441              Continue #7041.
24442              
24443              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
24444              
24445              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
24446              
24447              Upgrade to CPAN 1.57_65, from Andreas König.
24448              
24449              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
24450              by Russ Allbery.
24451              
24452              Silence t/pod/*.t about alternate quote-mappings now implemented
24453              by Pod::Text, from Brad Appleton.
24454              
24455              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
24456              Subject: borland C++ win32.c tweak
24457              
24458              C<@a = @b = split(...)> optimization coredumps under ithreads
24459              (missed a spot when fixing up op_pmreplroot hack for ithreads)
24460              
24461              Document the SvUTF8*().
24462              
24463              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
24464              
24465              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
24466              
24467              Do in VMS as the #7054 does.
24468              
24469              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
24470              
24471              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
24472              
24473              Subject: [patch: perl@7045] vms updates
24474              
24475              Test for the #7049.
24476              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
24477              
24478              Break up the myconfig lines a bit.
24479              Subject: perlbug/perl -V output format
24480              
24481              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
24482              
24483              The #7054 truncated Configure badly.
24484              
24485              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
24486              initialization in all the threads on Windows
24487              
24488              Allow for whitespace between "#" and "line" in cpp output.
24489              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
24490              
24491              Remove vestiges of tr//CU.
24492              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
24493              
24494              The return value of setlocale must be copied away.
24495              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
24496              
24497              Allow chop() and chomp() to be overridden.
24498              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
24499              
24500              Hints optimization.
24501              Subject: Minor nit
24502              
24503              Subject: [PATCH] de-wall t/README
24504              
24505              Subject: Re: Two advertising clauses need to be removed
24506      Branch: maint-5.6/perl
24507           !> (integrate 75 files)
24508 ____________________________________________________________________________
24509 [  8152] By: gsar                                  on 2000/12/17  20:30:11
24510         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
24511              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
24512              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
24513              
24514              Don't attach -ld to the archname if pointless.
24515              
24516              Document UNTIE in a very minimalistic way.
24517              
24518              POSIX doesn't report long double values under -Duselongdouble
24519              when the long doubles are "real" (bigger than doubles).
24520              
24521              More author updates.
24522              
24523              Try to deduce NV_MAX.  Really should be Configure fodder.
24524              
24525              :: not allowed in pathnames, change to .
24526              Subject: [PATCH perl@6938] cygwin port
24527              
24528              Forget about NV_MAX (#6951).  Various floating point tweaks,
24529              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
24530              
24531              Move the Solaris 7 scan to use64bitall, make the
24532              failure to find 64-bot sparc libc to mention the
24533              possibility of being in an intel, from Lupe and Alan.
24534              
24535              Regen perltoc.
24536              
24537              AUTHORS tweaks, from Peter Prymmer.
24538              
24539              More address tweaking.
24540              
24541              Small tweaks all over.
24542              
24543              File::Temp patches from Andreas König,
24544              
24545              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
24546              
24547              Subject: CPAN.pm beta 1.57_57 for the core
24548              
24549              Part of the solution.
24550              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
24551              
24552              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
24553              
24554              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24555              
24556              Add the overload warnings to perldiag.
24557              
24558              Drop unused argument.
24559              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
24560              
24561              Subject: Nit in Configure (bleadperl@6961)
24562              
24563              Update to PodParser 1.18, from Brad Appleton.
24564              
24565              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
24566              
24567              Subject: [PATCH: 6948] add SCNfldbl to configure.com
24568              
24569              Document UNTIE. Also tweak implementation to suppress the 'inner references'
24570              warning when UNTIE exists and instead pass the cound of extra references to
24571              the UNTIE method.
24572              
24573              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
24574              so that case-ignoring systems like DCL can tell them from
24575              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
24576              
24577              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24578              
24579              Feature ordering tweak.
24580              
24581              Regen perltoc.
24582              
24583              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
24584              
24585              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
24586              
24587              Subject: http:// in L<>
24588              
24589              Detypo.
24590              
24591              change#6791 accidentally clobbered change#6710, put it back
24592              
24593              Only the first line, thank you very much.
24594              
24595              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
24596              plus rework the http: spots as suggested by Tom Christiansen,
24597              plus regen perltoc.
24598              
24599              Undo part of change 6489 which looks like a bulk edit which
24600              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
24601              The supressing of main:: on return from select() is undesirable.
24602              
24603              Apparently avoiding the swapping is too costly.
24604              
24605              Various Configure nits by Philip Newton,
24606              plus the ebcdic one by me.
24607              
24608              Make certain cc is set before trying to run it.
24609              
24610              If overloaded %{} etc. return the object do not loop.
24611              Thus  sub deref { $_[0] } functions if object is wanted type.
24612              
24613              Update perlhist.
24614              
24615              More %{} and other deref special casing - do not pass to 'nomethod'.
24616      Branch: maint-5.6/perl
24617           !> (integrate 59 files)
24618 ____________________________________________________________________________
24619 [  8151] By: gsar                                  on 2000/12/17  19:14:38
24620         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
24621              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
24622              
24623              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
24624              
24625              Make the epsilon to be relative, not absolute.
24626              
24627              Put back the flags dump as reasoned in
24628              Subject: Re: [PATCH] Glob dumping
24629              
24630              Introduce ccname to keep track of what compiler kind of we have.
24631              
24632              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
24633              
24634              Put back the slice accidentally removed by #6907.
24635              
24636              Reset archname and archname64 always, forcing them be
24637              recomputed at each Configure run, make Configure and
24638              the hints files agree on the naming of largefiles variables.
24639              
24640              Don't say "Perl 5.0 source kit".
24641              
24642              Subject: [PATCH] fix misc cast warnings
24643              
24644              Subject: typos in pods
24645              
24646              NVs not necessarily doubles, as pointed out by Yitzchak.
24647              
24648              Subject: [PATCH 6889] add a few ldbl formats to configure.com
24649              
24650              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
24651              
24652              Better options for rsync.
24653              
24654              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
24655              
24656              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
24657              
24658              Subject: [PATCH] Re: UNTIE method 
24659              
24660              A better fix for the Socket building problem from Craig Berry.
24661              
24662              Retract the dummy test, skip the security tests (instead of failing),
24663              explain what the warnings mean.
24664              
24665              Heap decorruption.
24666              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
24667              
24668              Update to Unicode 3.0.1.
24669              
24670              Missed one Unicode file.
24671              
24672              Subject: Re: typos in pods
24673              
24674              The #6929 was too skimpy.
24675              
24676              sscanf() may be the only way to read long doubles from strings.
24677              
24678              Reveal Borland's isnan.
24679              Subject: build with BC++ tweak
24680              
24681              Issue useful diagnostic on unknown pod commands.
24682              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
24683              
24684              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
24685              
24686              Clarify the third case of ftmp-security warnings.
24687              
24688              Make -Dusemorebits find long doubles in Solaris.
24689              
24690              Wrap the test in eval.
24691      Branch: maint-5.6/perl
24692           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
24693           +> lib/unicode/PropList.txt lib/unicode/README.perl
24694           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
24695           +> lib/unicode/Unicode.301 vms/vmspipe.com
24696            - lib/unicode/Props.txt lib/unicode/UCD300.html
24697            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
24698           !> (integrate 305 files)
24699 ____________________________________________________________________________
24700 [  8150] By: jhi                                   on 2000/12/17  18:47:57
24701         Log: Uncheckedin generated files.
24702      Branch: perl
24703            ! global.sym perlapi.c pod/perlapi.pod
24704 ____________________________________________________________________________
24705 [  8149] By: jhi                                   on 2000/12/17  18:41:22
24706         Log: Update Changes.
24707      Branch: perl
24708            ! Changes patchlevel.h
24709 ____________________________________________________________________________
24710 [  8148] By: jhi                                   on 2000/12/17  18:39:16
24711         Log: Subject: [PATCH] Fcntl constants speedup
24712              From: Nicholas Clark <nick@ccl4.org>
24713              Date: Sun, 17 Dec 2000 16:29:24 +0000
24714              Message-ID: <20001217162924.E97668@plum.flirble.org>
24715              
24716              Use IVs for the Fcntl constants instead of NVs.
24717      Branch: perl
24718            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
24719 ____________________________________________________________________________
24720 [  8147] By: jhi                                   on 2000/12/17  18:33:41
24721         Log: Add test for #8145 (binmode() warning), add warning for
24722              ioctl() and sockpair(), document them. (fileno() cannot
24723              be tripwired with the same kind of warning because
24724              'defined fileno($foo)' seems to be an idiom.)
24725      Branch: perl
24726            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
24727 ____________________________________________________________________________
24728 [  8146] By: gsar                                  on 2000/12/17  18:09:08
24729         Log: update Changes
24730      Branch: maint-5.6/perl
24731            ! Changes
24732 ____________________________________________________________________________
24733 [  8145] By: jhi                                   on 2000/12/17  17:39:35
24734         Log: Subject: [PATCH] Re: The long awaited feature ...
24735              From: Simon Cozens <simon@cozens.net>
24736              Date: Sun, 17 Dec 2000 12:31:56 +0000
24737              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
24738              
24739              Add a warning to binmode() about using bad filehandles
24740              (can happen e.g. if someone forgets the filehandle argument)
24741      Branch: perl
24742            ! pp_sys.c
24743 ____________________________________________________________________________
24744 [  8144] By: jhi                                   on 2000/12/17  17:33:48
24745         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
24746              From: Jonathan Stowe <gellyfish@gellyfish.com>
24747              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
24748              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
24749      Branch: perl
24750            ! lib/Net/Ping.pm
24751 ____________________________________________________________________________
24752 [  8143] By: jhi                                   on 2000/12/17  05:31:37
24753         Log: Polymorphic regexps.
24754              
24755              Fixes at least the bugs 20001028.003 (both of them...) and
24756              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
24757              also to be fixed by now, probably already before this patch.
24758      Branch: perl
24759            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
24760            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
24761            ! t/op/utf8decode.t t/pragma/utf8.t
24762 ____________________________________________________________________________
24763 [  8142] By: jhi                                   on 2000/12/16  17:16:05
24764         Log: Subject: [patch perl@8102] dos/djgpp update
24765              From: Laszlo Molnar <ml1050@freemail.hu>
24766              Date: Sat, 16 Dec 2000 01:40:52 +0100
24767              Message-ID: <20001216014052.A335@freemail.hu>
24768      Branch: perl
24769            ! djgpp/config.over t/base/commonsense.t
24770 ____________________________________________________________________________
24771 [  8141] By: jhi                                   on 2000/12/16  17:09:27
24772         Log: Few uncheckedin files.
24773      Branch: perl
24774            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
24775 ____________________________________________________________________________
24776 [  8140] By: nick                                  on 2000/12/15  22:14:31
24777         Log: Integrate mainline
24778      Branch: perlio
24779           !> (integrate 53 files)
24780 ____________________________________________________________________________
24781 [  8139] By: jhi                                   on 2000/12/15  19:49:49
24782         Log: One more IVUV tweak from Nicholas Clark.
24783      Branch: perl
24784            ! sv.c
24785 ____________________________________________________________________________
24786 [  8138] By: jhi                                   on 2000/12/15  19:17:06
24787         Log: Return of the IVUV-preservation, now seems to be happy even
24788              in Digital UNIX (the broken strtoul brokenness detection
24789              seems to have been the fly in the ointment).
24790      Branch: perl
24791            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24792            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
24793            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
24794            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
24795            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24796            ! vos/config.ga.h win32/config.bc win32/config.gc
24797            ! win32/config.vc
24798 ____________________________________________________________________________
24799 [  8137] By: jhi                                   on 2000/12/15  18:12:14
24800         Log: Metaconfig unit change for #8136.
24801      Branch: metaconfig
24802            ! U/modified/d_strtoul.U
24803      Branch: metaconfig/U/perl
24804            ! d_strtoull.U d_strtouq.U
24805 ____________________________________________________________________________
24806 [  8136] By: jhi                                   on 2000/12/15  18:11:35
24807         Log: I don't think it's sensible or portable to test the strtou*
24808              on /^-/ strings.
24809      Branch: perl
24810            ! Configure
24811 ____________________________________________________________________________
24812 [  8135] By: jhi                                   on 2000/12/15  17:18:49
24813         Log: Metaconfig unit change for #8134.
24814      Branch: metaconfig
24815            ! U/modified/d_strtoul.U
24816 ____________________________________________________________________________
24817 [  8134] By: jhi                                   on 2000/12/15  17:14:13
24818         Log: If longsize is 8 we don't need a LL suffix for integer constants.
24819      Branch: perl
24820            ! Configure config_h.SH
24821 ____________________________________________________________________________
24822 [  8133] By: jhi                                   on 2000/12/15  16:00:23
24823         Log: Update Changes.
24824      Branch: perl
24825            ! Changes patchlevel.h
24826 ____________________________________________________________________________
24827 [  8132] By: jhi                                   on 2000/12/15  15:44:16
24828         Log: Some compilers get huffy if you do not cast a const pointer
24829              to a non-const when assigning.
24830      Branch: perl
24831            ! gv.c
24832 ____________________________________________________________________________
24833 [  8131] By: jhi                                   on 2000/12/15  15:38:30
24834         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
24835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24836              Date: Fri, 15 Dec 2000 05:26:57 -0500
24837              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
24838      Branch: perl
24839            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
24840            ! t/pragma/overload.t
24841 ____________________________________________________________________________
24842 [  8130] By: jhi                                   on 2000/12/15  15:36:08
24843         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
24844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24845              Date: Thu, 14 Dec 2000 22:02:43 -0500
24846              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
24847      Branch: perl
24848            ! gv.c perl.h
24849 ____________________________________________________________________________
24850 [  8129] By: jhi                                   on 2000/12/15  15:34:16
24851         Log: Subject: PATCH: h2xs nit
24852              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24853              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
24854              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
24855              
24856              Add a template README.
24857      Branch: perl
24858            ! utils/h2xs.PL
24859 ____________________________________________________________________________
24860 [  8128] By: jhi                                   on 2000/12/15  15:32:22
24861         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
24862      Branch: perl
24863            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
24864 ____________________________________________________________________________
24865 [  8127] By: jhi                                   on 2000/12/15  15:19:34
24866         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
24867              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24868              Date:     Thu, 14 Dec 2000 20:04:42 EST
24869              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
24870      Branch: perl
24871            ! ext/Opcode/Opcode.xs
24872 ____________________________________________________________________________
24873 [  8126] By: jhi                                   on 2000/12/15  15:17:49
24874         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
24875              From: Peter Prymmer <pvhp@forte.com>
24876              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
24877              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
24878      Branch: perl
24879            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
24880            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
24881            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
24882 ____________________________________________________________________________
24883 [  8125] By: jhi                                   on 2000/12/15  15:11:05
24884         Log: This seems to be a stage sane and stable enough to checkin.
24885              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
24886      Branch: perl
24887            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
24888            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
24889            ! t/op/cmp.t t/op/numconvert.t
24890 ____________________________________________________________________________
24891 [  8124] By: jhi                                   on 2000/12/15  04:20:26
24892         Log: Something is really wonky.
24893      Branch: perl
24894            ! sv.c
24895 ____________________________________________________________________________
24896 [  8123] By: jhi                                   on 2000/12/15  04:00:50
24897         Log: Fixes for the IV UV patches to compile in Digital UNIX.
24898      Branch: perl
24899            ! sv.c
24900 ____________________________________________________________________________
24901 [  8122] By: jhi                                   on 2000/12/15  02:53:40
24902         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
24903              From: "Craig A. Berry" <craigberry@mac.com>
24904              Date: Thu, 14 Dec 2000 19:10:49 -0600
24905              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
24906      Branch: perl
24907            ! vms/vms.c
24908 ____________________________________________________________________________
24909 [  8121] By: jhi                                   on 2000/12/15  02:50:00
24910         Log: Metaconfig changes for #8120.
24911      Branch: metaconfig
24912            + U/modified/d_strtoul.U
24913      Branch: metaconfig/U/perl
24914            ! d_strtoull.U d_strtouq.U
24915 ____________________________________________________________________________
24916 [  8120] By: jhi                                   on 2000/12/15  02:49:42
24917         Log: From: Nicholas Clark <nick@ccl4.org> 
24918              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
24919              Date: Thu, 14 Dec 2000 18:38:57 +0000
24920              Message-ID: <20001214183857.B97909@plum.flirble.org>
24921      Branch: perl
24922            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24923            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
24924            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24925            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24926            ! win32/config.gc win32/config.vc
24927 ____________________________________________________________________________
24928 [  8119] By: jhi                                   on 2000/12/14  23:40:58
24929         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
24930              From: Nicholas Clark <nick@ccl4.org>
24931              Date: Wed, 13 Dec 2000 20:08:50 +0000
24932              Message-ID: <20001213200849.B71166@plum.flirble.org>
24933      Branch: perl
24934            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
24935            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
24936 ____________________________________________________________________________
24937 [  8118] By: jhi                                   on 2000/12/14  22:46:26
24938         Log: Integrate perlio.
24939      Branch: perl
24940           !> MANIFEST ext/Encode/compile makedef.pl
24941 ____________________________________________________________________________
24942 [  8117] By: nick                                  on 2000/12/14  22:38:53
24943         Log: Win32 tweaks to get Encode to build
24944              - temp hack to makedef.pl till PerlIO is properly "exported".
24945              - MSVC dislikes  
24946              static encpage_t foo[];
24947              so make 'em extern for now.
24948      Branch: perlio
24949            ! ext/Encode/compile makedef.pl
24950 ____________________________________________________________________________
24951 [  8116] By: nick                                  on 2000/12/14  22:00:53
24952         Log: Document the new files
24953      Branch: perlio
24954            ! MANIFEST
24955 ____________________________________________________________________________
24956 [  8115] By: jhi                                   on 2000/12/14  21:58:01
24957         Log: MANIFEST new files of #8114.
24958      Branch: perl
24959            ! MANIFEST
24960 ____________________________________________________________________________
24961 [  8114] By: jhi                                   on 2000/12/14  21:50:49
24962         Log: Integrate perlio.
24963      Branch: perl
24964           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
24965           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24966           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
24967           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
24968           !> ext/Encode/Makefile.PL
24969 ____________________________________________________________________________
24970 [  8113] By: jhi                                   on 2000/12/14  21:48:49
24971         Log: The documentation part of the
24972              
24973              Subject: [ID 20001214.002] Net::Ping patch
24974              From: Jonathan Stowe <gellyfish@gellyfish.com>
24975              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
24976              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
24977              since the #7529 had already addressed the same problem.
24978      Branch: perl
24979            ! lib/Net/Ping.pm
24980 ____________________________________________________________________________
24981 [  8112] By: jhi                                   on 2000/12/14  21:42:57
24982         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24983              From: Dominic Dunlop <domo@computer.org>
24984              Date: Tue, 12 Dec 2000 10:47:10 +0100
24985              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
24986              
24987              Document how elusive subroutines can be.
24988      Branch: perl
24989            ! pod/perlfunc.pod
24990 ____________________________________________________________________________
24991 [  8111] By: jhi                                   on 2000/12/14  21:38:05
24992         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24993              From: Dominic Dunlop <domo@computer.org>
24994              Date: Thu, 14 Dec 2000 10:13:51 +0100
24995              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
24996      Branch: perl
24997            ! ext/POSIX/POSIX.pod
24998 ____________________________________________________________________________
24999 [  8110] By: jhi                                   on 2000/12/14  21:36:32
25000         Log: Subject: [patch] perlfaq7
25001              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
25002              Date: Thu, 14 Dec 2000 15:31:07 +0100
25003              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
25004      Branch: perl
25005            ! pod/perlfaq7.pod
25006 ____________________________________________________________________________
25007 [  8109] By: jhi                                   on 2000/12/14  21:29:20
25008         Log: Subject: [8104] Encode
25009              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25010              Date: Thu, 14 Dec 2000 14:49:34 +0100
25011              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
25012              
25013              Type casting for nervous compilers.
25014      Branch: perl
25015            ! ext/Encode/Encode.xs
25016 ____________________________________________________________________________
25017 [  8108] By: jhi                                   on 2000/12/14  21:26:17
25018         Log: Subject: [8104] DB_File
25019              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25020              Date: Thu, 14 Dec 2000 14:49:35 +0100
25021              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
25022              
25023              Type definition incorrect for DB 2.7.7.  Not known when it
25024              changed, so only changed it for a known revision.
25025      Branch: perl
25026            ! ext/DB_File/DB_File.xs
25027 ____________________________________________________________________________
25028 [  8107] By: jhi                                   on 2000/12/14  21:23:41
25029         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
25030              From: Peter Prymmer <pvhp@forte.com>
25031              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
25032              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
25033              
25034              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
25035      Branch: perl
25036            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
25037            ! ext/Encode/Encode/posix-bc.enc
25038 ____________________________________________________________________________
25039 [  8106] By: nick                                  on 2000/12/14  20:36:13
25040         Log: "Cold" build correction to Encode's Makefile.PL
25041      Branch: perlio
25042            ! ext/Encode/Makefile.PL
25043 ____________________________________________________________________________
25044 [  8105] By: nick                                  on 2000/12/14  20:09:37
25045         Log: "Compiled" encodings.
25046              Correct replacement character in EBCDIC .enc files
25047              Add 0x7F to ASCII repertoire.
25048      Branch: perlio
25049            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
25050            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
25051            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
25052            ! ext/Encode/Makefile.PL ext/Encode/compile
25053            ! ext/Encode/encengine.c ext/Encode/encode.h
25054 ____________________________________________________________________________
25055 [  8104] By: nick                                  on 2000/12/14  00:38:20
25056         Log: Integrate mainline
25057      Branch: perlio
25058           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
25059           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
25060           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
25061           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
25062           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
25063           !> t/lib/db-hash.t t/lib/db-recno.t
25064 ____________________________________________________________________________
25065 [  8103] By: nick                                  on 2000/12/13  23:16:13
25066         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
25067              so far and so it does not get lost.
25068      Branch: perlio
25069            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
25070 ____________________________________________________________________________
25071 [  8102] By: jhi                                   on 2000/12/13  17:14:22
25072         Log: Update Changes.
25073      Branch: perl
25074            ! Changes patchlevel.h
25075 ____________________________________________________________________________
25076 [  8101] By: jhi                                   on 2000/12/13  16:53:41
25077         Log: Move the proto of start_glob() to a better place; regen api files.
25078      Branch: perl
25079            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
25080 ____________________________________________________________________________
25081 [  8100] By: jhi                                   on 2000/12/13  16:47:11
25082         Log: Metaconfig change for #8099.
25083      Branch: metaconfig
25084            ! U/modified/Head.U
25085 ____________________________________________________________________________
25086 [  8099] By: jhi                                   on 2000/12/13  16:46:48
25087         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
25088              From: Andy Dougherty <doughera@lafayette.edu>
25089              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
25090              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
25091      Branch: perl
25092            ! Configure
25093 ____________________________________________________________________________
25094 [  8098] By: jhi                                   on 2000/12/13  16:39:02
25095         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
25096              From: rspier@pobox.com (Robert Spier)
25097              Date: Tue, 12 Dec 2000 21:12:39 -0500
25098              Message-ID: <14902.56087.678086.725773@rls.cx>
25099              
25100              fastgetcwd is defined using a glob alias on a $^O dependent basis -
25101              and there was no default assignment or perl subroutine.
25102      Branch: perl
25103            ! lib/Cwd.pm
25104 ____________________________________________________________________________
25105 [  8097] By: jhi                                   on 2000/12/13  16:16:01
25106         Log: Subject: [PATCH] move startglob out of pp_hot.c
25107              From: Nicholas Clark <nick@ccl4.org>
25108              Date: Mon, 11 Dec 2000 23:16:39 +0000
25109              Message-ID: <20001211231638.A55550@plum.flirble.org>
25110      Branch: perl
25111            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
25112 ____________________________________________________________________________
25113 [  8096] By: jhi                                   on 2000/12/13  15:26:23
25114         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
25115              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25116              Date: Wed, 13 Dec 2000 14:01:37 +0100
25117              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
25118              
25119              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
25120              in turn requires libpthread in libswanted.
25121      Branch: perl
25122            ! hints/hpux.sh
25123 ____________________________________________________________________________
25124 [  8095] By: jhi                                   on 2000/12/12  19:51:05
25125         Log: The integration wars continue.
25126      Branch: perl
25127           !> sv.c
25128 ____________________________________________________________________________
25129 [  8094] By: jhi                                   on 2000/12/12  19:48:26
25130         Log: Subject: [PATCH perl@8070] DB_File-1.74  
25131              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
25132              Date: Mon, 11 Dec 2000 23:07:17 -0000
25133              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
25134      Branch: perl
25135            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25136            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
25137            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
25138            ! t/lib/db-recno.t
25139 ____________________________________________________________________________
25140 [  8093] By: nick                                  on 2000/12/12  19:42:13
25141         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
25142      Branch: perlio
25143            ! sv.c
25144           !> lib/File/DosGlob.pm
25145 ____________________________________________________________________________
25146 [  8092] By: jhi                                   on 2000/12/12  19:28:11
25147         Log: Integrate perlio.
25148      Branch: perl
25149           !> sv.c
25150 ____________________________________________________________________________
25151 [  8091] By: nick                                  on 2000/12/12  18:49:45
25152         Log: Fix for Tk, and upgrading shared SVs.
25153      Branch: perlio
25154            ! sv.c
25155 ____________________________________________________________________________
25156 [  8090] By: jhi                                   on 2000/12/12  16:48:59
25157         Log: Subject: [PATCH] Re: Breadperl & Tk
25158              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25159              Date: Tue, 12 Dec 2000 14:48:27 GMT
25160              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
25161      Branch: perl
25162            ! sv.c
25163 ____________________________________________________________________________
25164 [  8089] By: jhi                                   on 2000/12/12  03:37:19
25165         Log: Subject: DosGlob.pm diff for bash style brace expansion.
25166              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
25167              Date: Fri, 8 Dec 2000 10:45:30 -0600
25168              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
25169      Branch: perl
25170            ! lib/File/DosGlob.pm
25171 ____________________________________________________________________________
25172 [  8088] By: nick                                  on 2000/12/11  23:59:59
25173         Log: Integrate mainline
25174      Branch: perlio
25175           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
25176           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
25177           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
25178           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
25179           !> t/op/local.t t/pragma/warn/toke toke.c
25180 ____________________________________________________________________________
25181 [  8087] By: jhi                                   on 2000/12/11  23:20:23
25182         Log: Integrate perlio.
25183      Branch: perl
25184           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25185 ____________________________________________________________________________
25186 [  8086] By: jhi                                   on 2000/12/11  22:50:59
25187         Log: Tune further the OS detection of CGI.
25188      Branch: perl
25189            ! lib/CGI.pm
25190 ____________________________________________________________________________
25191 [  8085] By: nick                                  on 2000/12/11  22:50:46
25192         Log: Finish 1st pass of "encoding" layer e.g. :
25193              open($fh,"<encoding(iso8859-7)",$greek) || die;
25194      Branch: perlio
25195            ! ext/Encode/Encode.xs perlio.c perliol.h
25196 ____________________________________________________________________________
25197 [  8084] By: jhi                                   on 2000/12/11  22:32:06
25198         Log: Revert the -f ambiguousity patch, seems to cause
25199              too much hassle (the interpret -Q as a function
25200              where Q is not a known filetest part is left in).
25201      Branch: perl
25202            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
25203            ! toke.c
25204 ____________________________________________________________________________
25205 [  8083] By: jhi                                   on 2000/12/11  22:27:23
25206         Log: (accidentally empty check-in)
25207      Branch: perl
25208            ! lib/File/DosGlob.pm
25209 ____________________________________________________________________________
25210 [  8082] By: nick                                  on 2000/12/11  19:09:51
25211         Log: Restore mmap function (broken by tweaks to shared buffer
25212              layer for encode(xxxx)).
25213      Branch: perlio
25214            ! perlio.c
25215 ____________________________________________________________________________
25216 [  8081] By: jhi                                   on 2000/12/11  18:29:13
25217         Log: Subject: Re: The long awaited feature ...
25218              From: Simon Cozens <simon@cozens.net>
25219              Date: Mon, 11 Dec 2000 15:54:24 +0000
25220              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
25221              
25222              More io/utf8 tests.
25223      Branch: perl
25224            ! t/io/utf8.t
25225 ____________________________________________________________________________
25226 [  8080] By: jhi                                   on 2000/12/11  18:19:36
25227         Log: Subject: PATCH MakeMaker manpage clarification
25228              From: andreas.koenig@anima.de (Andreas J. Koenig)
25229              Date: 10 Dec 2000 20:46:13 +0100
25230              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
25231      Branch: perl
25232            ! lib/ExtUtils/MakeMaker.pm
25233 ____________________________________________________________________________
25234 [  8079] By: jhi                                   on 2000/12/11  15:35:07
25235         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
25236              From: Simon Cozens <simon@cozens.net>
25237              Date: Sun, 10 Dec 2000 19:06:19 +0000
25238              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
25239      Branch: perl
25240            ! ext/B/B/Deparse.pm t/lib/b.t
25241 ____________________________________________________________________________
25242 [  8078] By: jhi                                   on 2000/12/11  15:09:11
25243         Log: Subject: [PATCH] docs on NaN
25244              From: Nicholas Clark <nick@ccl4.org>
25245              Date: Mon, 11 Dec 2000 01:48:38 +0000
25246              Message-ID: <20001211014838.B99205@plum.flirble.org>
25247      Branch: perl
25248            ! pod/perlop.pod
25249 ____________________________________________________________________________
25250 [  8077] By: jhi                                   on 2000/12/11  15:02:21
25251         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
25252              From: Simon Cozens <simon@cozens.net>
25253              Date: Mon, 11 Dec 2000 01:21:45 +0000
25254              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
25255      Branch: perl
25256            ! pp.c pp_hot.c scope.c t/op/local.t
25257 ____________________________________________________________________________
25258 [  8076] By: nick                                  on 2000/12/10  20:43:32
25259         Log: Not merge worthy...
25260              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
25261              syntax is modelled on attributes.
25262              Untested fix for io/utf8 on Win32 etc.
25263              Very clumsy start to the encode layer.
25264      Branch: perlio
25265            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
25266 ____________________________________________________________________________
25267 [  8075] By: jhi                                   on 2000/12/10  18:39:33
25268         Log: Darwin is not Windows.
25269      Branch: perl
25270            ! lib/CGI.pm
25271 ____________________________________________________________________________
25272 [  8074] By: jhi                                   on 2000/12/10  18:31:27
25273         Log: Subject: Ambiguous -%c() resolved as a file test
25274              From: "Paul Marquess" <Paul.Marquess@openwave.com>
25275              Date: Sun, 10 Dec 2000 15:35:07 -0000
25276              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
25277      Branch: perl
25278            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
25279 ____________________________________________________________________________
25280 [  8073] By: jhi                                   on 2000/12/10  18:16:29
25281         Log: Subject: PATCH installperl misinformed 
25282              From: andreas.koenig@anima.de (Andreas J. Koenig)
25283              Date: 10 Dec 2000 13:01:32 +0100 
25284              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
25285      Branch: perl
25286            ! installperl
25287 ____________________________________________________________________________
25288 [  8072] By: jhi                                   on 2000/12/10  18:07:55
25289         Log: The walkoptree confusion rages; walkoptree() seems to be coming
25290              from B.xs, while walkoptree_slow() comes from B.pm.
25291      Branch: perl
25292            ! ext/B/B.pm
25293 ____________________________________________________________________________
25294 [  8071] By: nick                                  on 2000/12/10  11:45:47
25295         Log: Integrate mainline
25296      Branch: perlio
25297           +> t/base/commonsense.t
25298           !> (integrate 37 files)
25299 ____________________________________________________________________________
25300 [  8070] By: jhi                                   on 2000/12/10  04:46:21
25301         Log: Update Changes.
25302      Branch: perl
25303            ! Changes patchlevel.h
25304 ____________________________________________________________________________
25305 [  8069] By: jhi                                   on 2000/12/10  04:39:19
25306         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
25307              From: andreas.koenig@anima.de (Andreas J. Koenig)
25308              Date: 09 Dec 2000 17:14:25 +0100
25309              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
25310      Branch: perl
25311            + t/base/commonsense.t
25312            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
25313 ____________________________________________________________________________
25314 [  8068] By: jhi                                   on 2000/12/10  04:17:36
25315         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
25316              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25317              Date: Sat, 9 Dec 2000 16:47:22 -0000
25318              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
25319      Branch: perl
25320            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
25321            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
25322            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
25323            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
25324            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
25325            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
25326            ! t/lib/sdbm.t
25327 ____________________________________________________________________________
25328 [  8067] By: jhi                                   on 2000/12/10  03:52:02
25329         Log: Test case for #8066.
25330      Branch: perl
25331            ! t/op/misc.t
25332 ____________________________________________________________________________
25333 [  8066] By: jhi                                   on 2000/12/10  03:50:30
25334         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
25335              From: Simon Cozens <simon@cozens.net>
25336              Date: Sun, 10 Dec 2000 00:55:37 +0000
25337              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
25338      Branch: perl
25339            ! pp_sys.c
25340 ____________________________________________________________________________
25341 [  8065] By: jhi                                   on 2000/12/10  03:44:52
25342         Log: Test case for #8064.
25343      Branch: perl
25344            ! t/comp/proto.t
25345 ____________________________________________________________________________
25346 [  8064] By: jhi                                   on 2000/12/10  03:42:32
25347         Log: Subject: Re: prototype of substr
25348              From: Simon Cozens <simon@cozens.net>
25349              Date: Sun, 10 Dec 2000 00:13:33 +0000
25350              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
25351              
25352              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
25353      Branch: perl
25354            ! pp.c
25355 ____________________________________________________________________________
25356 [  8063] By: jhi                                   on 2000/12/10  03:39:42
25357         Log: Subject: [PATCH] perlguts.pod
25358              From: Simon Cozens <simon@cozens.net>
25359              Date: Sun, 10 Dec 2000 00:06:47 +0000
25360              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
25361              
25362              Documentation of the different types of ops,
25363              plus the functions in dump.c
25364      Branch: perl
25365            ! pod/perlguts.pod
25366 ____________________________________________________________________________
25367 [  8062] By: jhi                                   on 2000/12/10  03:30:04
25368         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
25369              From: Nicholas Clark <nick@talking.bollo.cx>
25370              Date: Sat, 09 Dec 2000 18:57:25 +0000
25371              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
25372              
25373              Be more robust in weird hostname setups.
25374      Branch: perl
25375            ! t/lib/net-hostent.t
25376 ____________________________________________________________________________
25377 [  8061] By: jhi                                   on 2000/12/10  03:28:21
25378         Log: Pacify fussy compiler. 
25379      Branch: perl
25380            ! pp_sys.c
25381 ____________________________________________________________________________
25382 [  8060] By: jhi                                   on 2000/12/10  02:52:46
25383         Log: Integrate perlio.
25384      Branch: perl
25385           !> pp_sys.c t/io/utf8.t
25386 ____________________________________________________________________________
25387 [  8059] By: nick                                  on 2000/12/09  23:40:14
25388         Log: read/sysread/recv should now be utf8 aware.
25389              Basic test for utf8 read.
25390      Branch: perlio
25391            ! pp_sys.c t/io/utf8.t
25392 ____________________________________________________________________________
25393 [  8058] By: jhi                                   on 2000/12/09  21:56:02
25394         Log: Integrate perlio.
25395      Branch: perl
25396           +> t/io/utf8.t
25397           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
25398 ____________________________________________________________________________
25399 [  8057] By: jhi                                   on 2000/12/09  21:53:35
25400         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
25401              From: Inaba Hiroto <inaba@st.rim.or.jp>
25402              Date: Sun, 10 Dec 2000 05:53:21 +0900
25403              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
25404              
25405              Tests for #8056.
25406      Branch: perl
25407            ! t/op/each.t
25408 ____________________________________________________________________________
25409 [  8056] By: jhi                                   on 2000/12/09  21:51:16
25410         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
25411              From: Inaba Hiroto <inaba@st.rim.or.jp>
25412              Date: Sat, 09 Dec 2000 18:02:00 +0900
25413              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
25414              
25415              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
25416      Branch: perl
25417            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
25418 ____________________________________________________________________________
25419 [  8055] By: nick                                  on 2000/12/09  20:11:48
25420         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
25421              than raw PerlIO_write() - does not seem to break any tests.
25422      Branch: perlio
25423            ! pp_sys.c
25424 ____________________________________________________________________________
25425 [  8054] By: nick                                  on 2000/12/09  19:47:30
25426         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
25427              (sysread, recv and write i.e. formats still to do...)
25428              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
25429              open($fh,">:utf8","name")
25430              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
25431              so no extra overhead is involved.
25432              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
25433              to a non-utf8 stream.
25434              Add initial io/utf8.t
25435              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
25436              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
25437              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
25438      Branch: perlio
25439            + t/io/utf8.t
25440            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
25441 ____________________________________________________________________________
25442 [  8053] By: nick                                  on 2000/12/09  19:26:37
25443         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
25444              was only testing this_utf8.
25445      Branch: perlio
25446            ! toke.c
25447 ____________________________________________________________________________
25448 [  8052] By: nick                                  on 2000/12/09  19:09:41
25449         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
25450              i.e. the output string has one, but don't mess with source assumption.
25451      Branch: perlio
25452            ! toke.c
25453 ____________________________________________________________________________
25454 [  8051] By: jhi                                   on 2000/12/09  16:55:17
25455         Log: Integrate perlio.
25456      Branch: perl
25457           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
25458           !> sv.c thrdvar.h util.c
25459 ____________________________________________________________________________
25460 [  8050] By: jhi                                   on 2000/12/09  16:48:07
25461         Log: Nits noticed by Peter Prymmer.
25462      Branch: perl
25463            ! lib/ExtUtils/MM_VMS.pm
25464 ____________________________________________________________________________
25465 [  8049] By: nick                                  on 2000/12/09  13:49:40
25466         Log: UTF8 output prework.
25467              - Store $\ and $, as SVs so they can have SvUTF8 flag
25468              - use do_print() rather than raw PerlIO_write() to print them.
25469      Branch: perlio
25470            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
25471            ! thrdvar.h util.c
25472 ____________________________________________________________________________
25473 [  8048] By: nick                                  on 2000/12/09  12:30:43
25474         Log: Integrate mainline.
25475      Branch: perlio
25476           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
25477           +> t/op/reverse.t
25478           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
25479           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
25480           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
25481           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
25482           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
25483           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
25484 ____________________________________________________________________________
25485 [  8047] By: jhi                                   on 2000/12/09  00:23:27
25486         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
25487              From: Michael G Schwern <schwern@pobox.com>
25488              Date: Fri, 8 Dec 2000 14:43:04 -0600
25489      Branch: perl
25490            ! lib/ExtUtils/MM_VMS.pm
25491 ____________________________________________________________________________
25492 [  8046] By: jhi                                   on 2000/12/08  23:10:27
25493         Log: A missed check-in.
25494      Branch: perl
25495            ! lib/ExtUtils/Manifest.pm
25496 ____________________________________________________________________________
25497 [  8045] By: jhi                                   on 2000/12/08  21:57:12
25498         Log: (null check-in)
25499      Branch: perl
25500            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
25501 ____________________________________________________________________________
25502 [  8044] By: jhi                                   on 2000/12/08  21:11:06
25503         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
25504              at the final draft stage.
25505      Branch: perl
25506            + ext/Encode/Encode/iso8859-16.enc
25507            ! MANIFEST
25508 ____________________________________________________________________________
25509 [  8043] By: jhi                                   on 2000/12/08  16:39:04
25510         Log: Update Changes.
25511      Branch: perl
25512            ! Changes patchlevel.h
25513 ____________________________________________________________________________
25514 [  8042] By: jhi                                   on 2000/12/08  16:33:39
25515         Log: Do not return the Unicode replacement character if UTF-8
25516              decoding goes awry, it should be up to the caller to decide.
25517      Branch: perl
25518            ! pod/perlapi.pod utf8.c
25519 ____________________________________________________________________________
25520 [  8041] By: jhi                                   on 2000/12/08  16:22:28
25521         Log: metaconfig maintenance.
25522      Branch: metaconfig
25523            ! U/modified/stdchar.U
25524      Branch: metaconfig/U/perl
25525            + testsyml.U
25526 ____________________________________________________________________________
25527 [  8040] By: jhi                                   on 2000/12/08  16:03:08
25528         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
25529              From: sthoenna@efn.org
25530              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
25531              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
25532      Branch: perl
25533            ! Changes lib/ExtUtils/MM_OS2.pm
25534 ____________________________________________________________________________
25535 [  8039] By: jhi                                   on 2000/12/08  15:57:11
25536         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
25537              From: Simon Cozens <simon@cozens.net>
25538              Date: Fri, 8 Dec 2000 13:33:31 +0000
25539              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
25540              
25541              (The pp_hot part needed a rewrite.)
25542      Branch: perl
25543            ! doop.c pp_hot.c utf8.c
25544 ____________________________________________________________________________
25545 [  8038] By: jhi                                   on 2000/12/08  15:25:08
25546         Log: Subject: djSP
25547              From: Michael Stevens <michael@etla.org>
25548              Date: Wed, 6 Dec 2000 23:24:01 +0000
25549              Message-ID: <20001206232400.A21381@firedrake.org>
25550              
25551              Plus a note from Nick Ing-Simmons.
25552      Branch: perl
25553            ! pp.h
25554 ____________________________________________________________________________
25555 [  8037] By: jhi                                   on 2000/12/08  15:18:35
25556         Log: Filetype is text.
25557      Branch: perl
25558            ! t/op/utf8decode.t
25559 ____________________________________________________________________________
25560 [  8036] By: jhi                                   on 2000/12/08  03:31:27
25561         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
25562              From: Andy Dougherty <doughera@lafayette.edu>
25563              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
25564              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
25565              
25566              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
25567              From: Andy Dougherty <doughera@lafayette.edu>
25568              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
25569              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
25570      Branch: perl
25571            + ext/POSIX/hints/svr4.pl
25572            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
25573 ____________________________________________________________________________
25574 [  8035] By: jhi                                   on 2000/12/08  03:26:01
25575         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
25576              From: Andy Dougherty <doughera@lafayette.edu>
25577              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
25578              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
25579      Branch: perl
25580            ! t/README t/base/term.t
25581 ____________________________________________________________________________
25582 [  8034] By: jhi                                   on 2000/12/08  03:21:59
25583         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
25584              From: mjd@plover.com  
25585              Date: 7 Dec 2000 21:04:20 -0000
25586              Message-ID: <20001207210420.22282.qmail@plover.com>
25587              
25588              Plus -z doc.
25589      Branch: perl
25590            ! pod/perlfunc.pod
25591 ____________________________________________________________________________
25592 [  8033] By: jhi                                   on 2000/12/08  03:19:03
25593         Log: Use the UTF8 macros a bit.  They can't be used with abandon
25594              everywhere because we do generate illegal UTF-8 in some situations.
25595              This is of course naughty.
25596      Branch: perl
25597            ! pod/perlapi.pod utf8.c utf8.h
25598 ____________________________________________________________________________
25599 [  8032] By: jhi                                   on 2000/12/08  03:00:09
25600         Log: Out of sync?
25601      Branch: perl
25602            ! t/pragma/warn/utf8
25603 ____________________________________________________________________________
25604 [  8031] By: jhi                                   on 2000/12/08  02:22:39
25605         Log: Cnt spl.
25606      Branch: perl
25607            ! MANIFEST
25608 ____________________________________________________________________________
25609 [  8030] By: jhi                                   on 2000/12/08  01:23:54
25610         Log: Add test for reverse().
25611      Branch: perl
25612            + t/op/reverse.t
25613            ! MANIFEST
25614 ____________________________________________________________________________
25615 [  8029] By: jhi                                   on 2000/12/08  01:21:47
25616         Log: Integrate perlio.
25617      Branch: perl
25618           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
25619           !> perlio.c perlio.h perlsdio.h warnings.pl
25620 ____________________________________________________________________________
25621 [  8028] By: jhi                                   on 2000/12/08  01:19:08
25622         Log: Introduce macros for UTF8 decoding.
25623      Branch: perl
25624            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
25625 ____________________________________________________________________________
25626 [  8027] By: nick                                  on 2000/12/07  22:18:19
25627         Log: Integrate mainline
25628      Branch: perlio
25629           !> embed.pl pod/perlapi.pod utf8.c
25630 ____________________________________________________________________________
25631 [  8026] By: nick                                  on 2000/12/07  21:45:08
25632         Log: Various oddities p4 diff -se showed up
25633              Remove 'our' from warnings.pl
25634      Branch: perlio
25635            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
25636 ____________________________________________________________________________
25637 [  8025] By: nick                                  on 2000/12/07  21:43:32
25638         Log: Change PerlIO_(get|set)pos to take SV *
25639              Should fix, OS/2, VMS, (sfio??)
25640      Branch: perlio
25641            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
25642 ____________________________________________________________________________
25643 [  8024] By: jhi                                   on 2000/12/07  19:05:32
25644         Log: Document utf8_to_uv() better.
25645      Branch: perl
25646            ! pod/perlapi.pod utf8.c
25647 ____________________________________________________________________________
25648 [  8023] By: jhi                                   on 2000/12/07  18:23:47
25649         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
25650      Branch: perl
25651            ! embed.pl pod/perlapi.pod utf8.c
25652 ____________________________________________________________________________
25653 [  8022] By: jhi                                   on 2000/12/07  04:13:51
25654         Log: Integrate perlio.
25655      Branch: perl
25656           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
25657           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
25658           !> win32/makefile.mk
25659 ____________________________________________________________________________
25660 [  8021] By: nick                                  on 2000/12/07  00:28:14
25661         Log: Various attempts at MSVC debug - not sure what has
25662              changed but works now. 
25663              Seems atexit() _may_ work for DLLs built with MSVC so don't
25664              call cleanup that way.
25665      Branch: perlio
25666            ! perlio.c win32/makefile.mk
25667 ____________________________________________________________________________
25668 [  8020] By: nick                                  on 2000/12/06  19:57:20
25669         Log: Integrate mainline
25670      Branch: perlio
25671           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
25672           !> (integrate 75 files)
25673 ____________________________________________________________________________
25674 [  8019] By: nick                                  on 2000/12/06  19:28:21
25675         Log: Add useperlio to config.vc
25676              Turn off binmode in config_H.PL
25677              Regen all the config_H.xx
25678              Attempt to get debugging build with MSVC.
25679      Branch: perlio
25680            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25681            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
25682 ____________________________________________________________________________
25683 [  8018] By: nick                                  on 2000/12/06  19:21:57
25684         Log: Test various dup/external program options on all platforms.
25685      Branch: perlio
25686            ! t/io/dup.t
25687 ____________________________________________________________________________
25688 [  8017] By: nick                                  on 2000/12/06  19:20:47
25689         Log: Fix harness to be less picky
25690      Branch: perlio
25691            ! lib/Test/Harness.pm
25692 ____________________________________________________________________________
25693 [  8016] By: jhi                                   on 2000/12/06  16:45:12
25694         Log: Update Changes.
25695      Branch: perl
25696            ! Changes patchlevel.h
25697 ____________________________________________________________________________
25698 [  8015] By: jhi                                   on 2000/12/06  16:41:03
25699         Log: Test \x{...} with ord().
25700      Branch: perl
25701            ! t/op/ord.t
25702 ____________________________________________________________________________
25703 [  8014] By: jhi                                   on 2000/12/06  16:20:33
25704         Log: Test tweak because of #8013.
25705      Branch: perl
25706            ! t/lib/b.t
25707 ____________________________________________________________________________
25708 [  8013] By: jhi                                   on 2000/12/06  16:09:09
25709         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
25710              From: Michael G Schwern <schwern@pobox.com>
25711              Date: Tue, 5 Dec 2000 21:23:28 -0500
25712              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
25713              
25714              Carp::Heavy parts not very applicable because of recent changes.
25715      Branch: perl
25716            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
25717            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
25718            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
25719            ! lib/Exporter.pm lib/Exporter/Heavy.pm
25720            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
25721            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25722            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
25723            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
25724            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
25725            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
25726            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
25727            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
25728            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
25729            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
25730            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
25731            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
25732            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
25733            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
25734            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
25735            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
25736            ! warnings.pl
25737 ____________________________________________________________________________
25738 [  8012] By: jhi                                   on 2000/12/06  15:22:38
25739         Log: Subject: [PATCH] Re: New harness is failing things
25740              From: Nick Ing-Simmons <nik@tiuk.ti.com>
25741              Date: Wed, 6 Dec 2000 13:00:30 GMT
25742              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
25743      Branch: perl
25744            ! lib/Test/Harness.pm
25745 ____________________________________________________________________________
25746 [  8011] By: jhi                                   on 2000/12/06  15:12:08
25747         Log: Subject: installhtml changes
25748              From: Michael Stevens <michael@etla.org>
25749              Date: Wed, 6 Dec 2000 13:15:53 +0000
25750              Message-ID: <20001206131553.A27317@firedrake.org>
25751      Branch: perl
25752            ! installhtml
25753 ____________________________________________________________________________
25754 [  8010] By: jhi                                   on 2000/12/06  15:06:05
25755         Log: Subject: the dTHR hits
25756              From: Michael Stevens <michael@etla.org>
25757              Date: Wed, 6 Dec 2000 12:06:03 +0000
25758              Message-ID: <20001206120603.A24581@firedrake.org>
25759              
25760              More, errrm, less dTHRs.
25761      Branch: perl
25762            ! bytecode.pl ext/B/B/C.pm
25763 ____________________________________________________________________________
25764 [  8009] By: jhi                                   on 2000/12/06  15:04:25
25765         Log: Subject: MakeMaker mailing list gone?
25766              From: Michael G Schwern <schwern@pobox.com>
25767              Date: Tue, 5 Dec 2000 19:29:59 -0500
25768              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
25769              
25770              The MakeMaker mailing list is dead, perlbug is the right
25771              address to report bugs.
25772      Branch: perl
25773            ! lib/ExtUtils/MakeMaker.pm
25774 ____________________________________________________________________________
25775 [  8008] By: jhi                                   on 2000/12/06  15:00:32
25776         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
25777              From: Michael G Schwern <schwern@pobox.com>
25778              Date: Tue, 5 Dec 2000 19:21:21 -0500
25779              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
25780              
25781              Add a default MANIFEST skip that ignores things like
25782              version control files, editor temporary files, and the Makefile.
25783      Branch: perl
25784            + lib/ExtUtils/MANIFEST.SKIP
25785            ! MANIFEST lib/ExtUtils/Manifest.pm
25786 ____________________________________________________________________________
25787 [  8007] By: jhi                                   on 2000/12/06  14:57:20
25788         Log: In Amiga more manual hackery of the scripts seems to be needed,
25789              from Jan-Erik Karlsson.  Why Configure does not get this right
25790              is unknown, may be shell-induced.
25791      Branch: perl
25792            ! README.amiga
25793 ____________________________________________________________________________
25794 [  8006] By: jhi                                   on 2000/12/05  23:53:12
25795         Log: Add TOPm1s to peek at the second topmost stack item.
25796      Branch: perl
25797            ! pp.h
25798 ____________________________________________________________________________
25799 [  8005] By: jhi                                   on 2000/12/05  23:13:55
25800         Log: Avaunt, you foul UTF-8 tests.
25801      Branch: perl
25802            ! t/op/ver.t t/pragma/utf8.t
25803 ____________________________________________________________________________
25804 [  8004] By: jhi                                   on 2000/12/05  23:09:54
25805         Log: Continue utf8 dispersal. 
25806      Branch: perl
25807            + t/op/concat.t
25808            ! MANIFEST t/pragma/utf8.t
25809 ____________________________________________________________________________
25810 [  8003] By: nick                                  on 2000/12/05  23:02:39
25811         Log: Integrate mainline.
25812      Branch: perlio
25813           +> t/op/length.t t/op/utf8decode.t
25814           !> (integrate 69 files)
25815 ____________________________________________________________________________
25816 [  8002] By: jhi                                   on 2000/12/05  22:59:28
25817         Log: Integrate perlio.
25818      Branch: perl
25819           !> iperlsys.h perl.c perlio.c win32/perllib.c
25820 ____________________________________________________________________________
25821 [  8001] By: nick                                  on 2000/12/05  22:07:52
25822         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
25823              - calloc/free suffer from damage on TerminateThread()
25824              - use PerlMemShared (as originally planned) now fixed
25825              - avoid doing anything important on DLL "detach".
25826      Branch: perlio
25827            ! perl.c perlio.c win32/perllib.c
25828 ____________________________________________________________________________
25829 [  8000] By: nick                                  on 2000/12/05  21:05:09
25830         Log: Fix gross PerlMemShared issue.
25831      Branch: perlio
25832            ! iperlsys.h
25833 ____________________________________________________________________________
25834 [  7999] By: jhi                                   on 2000/12/05  20:46:58
25835         Log: Test for Unicode (UTF-8) hash keys.
25836      Branch: perl
25837            ! t/op/each.t
25838 ____________________________________________________________________________
25839 [  7998] By: jhi                                   on 2000/12/05  20:30:35
25840         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
25841              is now always UTF-8), empty line cosmetics.
25842      Branch: perl
25843            ! t/pragma/utf8.t
25844 ____________________________________________________________________________
25845 [  7997] By: jhi                                   on 2000/12/05  20:15:40
25846         Log: Subject: Re: STRLEN - what?
25847              From: Andy Dougherty <doughera@lafayette.edu>
25848              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
25849              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
25850              
25851              Explain STRLEN.
25852      Branch: perl
25853            ! pod/perlguts.pod
25854 ____________________________________________________________________________
25855 [  7996] By: jhi                                   on 2000/12/05  20:13:34
25856         Log: Split off the UTF-8 decoder tests, make them to check also
25857              the error message.
25858      Branch: perl
25859            + t/op/utf8decode.t
25860            ! MANIFEST t/pragma/utf8.t utf8.c
25861 ____________________________________________________________________________
25862 [  7995] By: jhi                                   on 2000/12/05  16:39:47
25863         Log: Start migrating bits of pragma/utf8 to elsewhere
25864              (since the long term plan is to obsolete 'use utf8').
25865      Branch: perl
25866            + t/op/length.t
25867            ! MANIFEST t/pragma/utf8.t
25868 ____________________________________________________________________________
25869 [  7994] By: jhi                                   on 2000/12/05  16:30:21
25870         Log: Fix a manual edit typo from #7993, fix the message formatting
25871              for Unicode, add few our declarations.
25872      Branch: perl
25873            ! lib/Carp/Heavy.pm
25874 ____________________________________________________________________________
25875 [  7993] By: jhi                                   on 2000/12/05  16:09:15
25876         Log: Subject: Need help with warnings :-(
25877              From: "Ben Tilly" <ben_tilly@hotmail.com>
25878              Date: Tue, 05 Dec 2000 01:35:54 -0500
25879              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
25880              
25881              Subject: UPDATE: Carp/Heavy now passes all tests
25882              From: "Ben Tilly" <ben_tilly@hotmail.com>
25883              Date: Tue, 05 Dec 2000 07:59:41 -0500
25884              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
25885              
25886              The Brave New Carp.
25887      Branch: perl
25888            ! lib/Carp.pm lib/Carp/Heavy.pm
25889 ____________________________________________________________________________
25890 [  7992] By: jhi                                   on 2000/12/05  15:55:08
25891         Log: Subject: [PATCH perl@7979] cygwin port
25892              From: "Eric Fifer" <efifer@dircon.co.uk>
25893              Date: Tue, 5 Dec 2000 14:04:09 -0000
25894              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
25895      Branch: perl
25896            ! t/lib/net-hostent.t
25897 ____________________________________________________________________________
25898 [  7991] By: jhi                                   on 2000/12/05  15:52:34
25899         Log: Subject: Re: [PATCH] The largest hoax of all times?
25900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25901              Date: Tue, 5 Dec 2000 00:40:25 -0500
25902              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
25903              
25904              Subject: Re: [PATCH] The largest hoax of all times?
25905              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25906              Date: Mon, 4 Dec 2000 23:55:53 -0500
25907              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
25908              
25909              Subject: Re: [PATCH] The largest hoax of all times?
25910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25911              Date: Tue, 5 Dec 2000 01:28:45 -0500
25912              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
25913              
25914              Fix the unpredictable order of DESTROYs.
25915      Branch: perl
25916            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
25917            ! sv.c sv.h t/op/ref.t
25918 ____________________________________________________________________________
25919 [  7990] By: jhi                                   on 2000/12/05  14:38:53
25920         Log: Subject: [PATCH] shrink pp_hot fractionally
25921              From: Nicholas Clark <nick@ccl4.org>
25922              Date: Tue, 5 Dec 2000 12:44:31 +0000
25923              Message-ID: <20001205124431.E74518@plum.flirble.org>
25924              
25925              Use report_evil_fh().
25926      Branch: perl
25927            ! opcode.pl opnames.h pp_hot.c util.c
25928 ____________________________________________________________________________
25929 [  7989] By: jhi                                   on 2000/12/05  14:21:27
25930         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
25931              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25932              Date: Mon, 04 Dec 2000 22:21:59 -0800
25933              Message-ID: <HmIL6gzkgepS092yn@efn.org>
25934              
25935              Harness shouldn't ignore responses like "ok 3\r\r\n".
25936      Branch: perl
25937            ! lib/Test/Harness.pm
25938 ____________________________________________________________________________
25939 [  7988] By: jhi                                   on 2000/12/05  13:51:28
25940         Log: Integrate the "skip" messages to explain().
25941      Branch: perl
25942            ! t/lib/syslfs.t t/op/lfs.t
25943 ____________________________________________________________________________
25944 [  7987] By: jhi                                   on 2000/12/05  12:34:54
25945         Log: The one that got away in #7984.
25946              
25947              Subject: Re: dTHR - what and why?
25948              From: Michael Stevens <michael@etla.org> 
25949              Date: Tue, 5 Dec 2000 11:15:52 +0000
25950              Message-ID: <20001205111552.A4647@firedrake.org>
25951      Branch: perl
25952            ! sv.h
25953 ____________________________________________________________________________
25954 [  7986] By: gsar                                  on 2000/12/05  09:14:44
25955         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
25956              due to the notorious GetFileType() bug in Windows 9x, which fstat()
25957              tickles)
25958      Branch: perl
25959            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
25960 ____________________________________________________________________________
25961 [  7985] By: jhi                                   on 2000/12/05  05:49:03
25962         Log: Integrate perlio.
25963      Branch: perl
25964           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
25965           !> win32/perlhost.h win32/perllib.c
25966 ____________________________________________________________________________
25967 [  7984] By: jhi                                   on 2000/12/05  05:48:16
25968         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
25969      Branch: perl
25970            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
25971            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
25972            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
25973            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
25974            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
25975            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25976            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
25977            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
25978            ! win32/win32.c
25979 ____________________________________________________________________________
25980 [  7983] By: nick                                  on 2000/12/04  23:27:43
25981         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
25982      Branch: perlio
25983            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
25984            ! win32/perlhost.h win32/perllib.c
25985 ____________________________________________________________________________
25986 [  7982] By: jhi                                   on 2000/12/04  19:44:09
25987         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
25988              uncovered by #7980.
25989      Branch: perl
25990            ! op.c
25991 ____________________________________________________________________________
25992 [  7981] By: jhi                                   on 2000/12/04  19:42:07
25993         Log: Subject: [PATCH] Trivial dump.c feature
25994              From: Simon Cozens <simon@cozens.net>
25995              Date: Mon, 4 Dec 2000 18:08:38 +0000
25996              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
25997              
25998              Show whether a constant is UTF-8.
25999      Branch: perl
26000            ! dump.c
26001 ____________________________________________________________________________
26002 [  7980] By: jhi                                   on 2000/12/04  19:36:51
26003         Log: UTF-8 hash keys, patch from Inaba Hiroto.
26004      Branch: perl
26005            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
26006 ____________________________________________________________________________
26007 [  7979] By: jhi                                   on 2000/12/04  17:36:28
26008         Log: Update Changes.
26009      Branch: perl
26010            ! Changes patchlevel.h
26011 ____________________________________________________________________________
26012 [  7978] By: jhi                                   on 2000/12/04  16:42:17
26013         Log: Retract #7977, still too volatile (the euphemism of the day
26014              for unfinished and buggy :-)
26015      Branch: perl
26016            ! doop.c hv.c pp.c sv.h
26017 ____________________________________________________________________________
26018 [  7977] By: jhi                                   on 2000/12/04  16:25:15
26019         Log: (Retracted by #7978, too shaky yet.)
26020              
26021              Subject: Re: utf8 in hash keys, implementor missing
26022              From: Simon Cozens <simon@cozens.net>
26023              Date: Sat, 2 Dec 2000 19:49:35 +0000
26024              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
26025              
26026              The first step at UTF-8 hash keys.
26027      Branch: perl
26028            ! doop.c hv.c pp.c sv.h
26029 ____________________________________________________________________________
26030 [  7976] By: jhi                                   on 2000/12/04  16:13:53
26031         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
26032              From: sthoenna@efn.org
26033              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
26034              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
26035      Branch: perl
26036            ! os2/os2.c perlio.c
26037 ____________________________________________________________________________
26038 [  7975] By: jhi                                   on 2000/12/04  16:05:25
26039         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
26040              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26041              Date: Thu, 30 Nov 2000 20:50:37 -0800
26042              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
26043      Branch: perl
26044            ! os2/os2.c
26045 ____________________________________________________________________________
26046 [  7974] By: jhi                                   on 2000/12/04  16:03:57
26047         Log: Subject: [PATCH] ++ 20% faster
26048              From: Nicholas Clark <nick@ccl4.org>
26049              Date: Mon, 4 Dec 2000 12:17:27 +0000
26050              Message-ID: <20001204121726.B52976@plum.flirble.org>
26051              
26052              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
26053      Branch: perl
26054            ! sv.c
26055 ____________________________________________________________________________
26056 [  7973] By: jhi                                   on 2000/12/04  16:00:48
26057         Log: 
26058              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
26059              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26060              Date: Mon, 04 Dec 2000 12:30:45 +0100
26061              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
26062              
26063              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
26064              library (getprotobyname and getprotobynumber are outversioned by
26065              the same calls in libc, at least for xlc version 3.
26066      Branch: perl
26067            ! hints/aix.sh
26068 ____________________________________________________________________________
26069 [  7972] By: jhi                                   on 2000/12/04  02:58:31
26070         Log: Integrate perlio.
26071      Branch: perl
26072           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
26073           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
26074           !> win32/win32.h win32/win32iop.h win32/win32thread.h
26075 ____________________________________________________________________________
26076 [  7971] By: nick                                  on 2000/12/04  00:24:33
26077         Log: Quieten some noise in Win32 builds:
26078              - win32.h is included after <sys/socket.h>, so need to 
26079              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
26080              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
26081      Branch: perlio
26082            ! doio.c perl.h toke.c win32/win32.h
26083 ____________________________________________________________________________
26084 [  7970] By: nick                                  on 2000/12/03  22:57:46
26085         Log: PERL_IMPLICIT_SYS compiles but does not work.
26086      Branch: perlio
26087            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
26088            ! win32/perlhost.h win32/perllib.c win32/win32.h
26089            ! win32/win32iop.h win32/win32thread.h
26090 ____________________________________________________________________________
26091 [  7969] By: jhi                                   on 2000/12/03  22:12:58
26092         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
26093              used to swash_init(), makes regprop() dumps more informative
26094              (+utf8::IsAlpha, -utf8::IsDigit, for example).
26095      Branch: perl
26096            ! regcomp.c regexec.c
26097 ____________________________________________________________________________
26098 [  7968] By: jhi                                   on 2000/12/03  21:39:56
26099         Log: Implement ANYOFUTF8 regprop() dumping.
26100      Branch: perl
26101            ! regcomp.c
26102 ____________________________________________________________________________
26103 [  7967] By: jhi                                   on 2000/12/03  20:57:19
26104         Log: Make uv_to_utf8() to zero-terminate its output buffer,
26105              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
26106      Branch: perl
26107            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
26108 ____________________________________________________________________________
26109 [  7966] By: nick                                  on 2000/12/03  18:41:21
26110         Log: Integrate mainline (STDCHAR)
26111      Branch: perlio
26112           !> Configure t/pragma/utf8.t
26113 ____________________________________________________________________________
26114 [  7965] By: jhi                                   on 2000/12/03  17:58:20
26115         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
26116      Branch: perl
26117            ! t/pragma/utf8.t
26118 ____________________________________________________________________________
26119 [  7964] By: jhi                                   on 2000/12/03  17:35:56
26120         Log: Integrate perlio.
26121      Branch: perl
26122           !> iperlsys.h perlio.c
26123 ____________________________________________________________________________
26124 [  7963] By: jhi                                   on 2000/12/03  17:33:55
26125         Log: Metaconfig unit change for #7962.
26126      Branch: metaconfig
26127            ! U/modified/stdchar.U
26128 ____________________________________________________________________________
26129 [  7962] By: jhi                                   on 2000/12/03  17:33:27
26130         Log: Untangle the <stdio.h> #include nest for the stdchar test,
26131              from Andy Dougherty.
26132      Branch: perl
26133            ! Configure
26134 ____________________________________________________________________________
26135 [  7961] By: nick                                  on 2000/12/03  16:53:00
26136         Log: Make iperlsys.h vector stdio not PerlIO.
26137      Branch: perlio
26138            ! iperlsys.h perlio.c
26139 ____________________________________________________________________________
26140 [  7960] By: nick                                  on 2000/12/03  14:43:01
26141         Log: Integrate mainline
26142      Branch: perlio
26143           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
26144           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
26145 ____________________________________________________________________________
26146 [  7959] By: jhi                                   on 2000/12/03  08:16:36
26147         Log: Use DO_UTF8().
26148      Branch: perl
26149            ! op.c
26150 ____________________________________________________________________________
26151 [  7958] By: jhi                                   on 2000/12/02  18:33:05
26152         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
26153              From: Mike Guy <mjtg@cam.ac.uk>         
26154              Date: Sat, 02 Dec 2000 17:27:13 +0000
26155              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
26156              
26157              An extraneous argument.
26158      Branch: perl
26159            ! toke.c
26160 ____________________________________________________________________________
26161 [  7957] By: jhi                                   on 2000/12/02  18:22:32
26162         Log: A missing hunk.
26163      Branch: perl
26164            ! t/lib/net-hostent.t
26165 ____________________________________________________________________________
26166 [  7956] By: jhi                                   on 2000/12/02  18:06:20
26167         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
26168              From: Nicholas Clark <nick@ccl4.org>
26169              Date: Sat, 2 Dec 2000 14:28:27 +0000
26170              Message-ID: <20001202142827.A12308@plum.flirble.org>
26171              
26172              Test robustness.
26173      Branch: perl
26174            ! t/lib/net-hostent.t
26175 ____________________________________________________________________________
26176 [  7955] By: jhi                                   on 2000/12/02  17:58:06
26177         Log: Metaconfig unit change for #7954.
26178      Branch: metaconfig
26179            ! U/modified/stdchar.U
26180 ____________________________________________________________________________
26181 [  7954] By: jhi                                   on 2000/12/02  17:54:32
26182         Log: An inconvenient hang would happen if the stdio _ptr wasn't
26183              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
26184              would be grepping stdin for all eternity for the _ptr.)
26185      Branch: perl
26186            ! Configure
26187 ____________________________________________________________________________
26188 [  7953] By: jhi                                   on 2000/12/02  00:07:15
26189         Log: Update Changes.
26190      Branch: perl
26191            ! Changes patchlevel.h
26192 ____________________________________________________________________________
26193 [  7952] By: jhi                                   on 2000/12/01  23:54:47
26194         Log: Subject: Re: long shell lines
26195              From: Andy Dougherty <doughera@lafayette.edu>
26196              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
26197              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
26198              
26199              Split overly long shell command lines.
26200      Branch: perl
26201            ! lib/ExtUtils/MM_Unix.pm
26202 ____________________________________________________________________________
26203 [  7951] By: jhi                                   on 2000/12/01  23:48:02
26204         Log: The metaconfig unit change for #7950.
26205      Branch: metaconfig
26206            + U/modified/stdchar.U
26207 ____________________________________________________________________________
26208 [  7950] By: jhi                                   on 2000/12/01  23:47:39
26209         Log: Try to find stdchar also from <stdio_impl.h>.
26210      Branch: perl
26211            ! Configure config_h.SH
26212 ____________________________________________________________________________
26213 [  7949] By: jhi                                   on 2000/12/01  23:46:45
26214         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
26215              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
26216              Date: Fri, 1 Dec 2000 16:26:08 -0500
26217              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
26218              
26219              Reword the diagnostic message.
26220      Branch: perl
26221            ! pod/perldiag.pod
26222 ____________________________________________________________________________
26223 [  7948] By: nick                                  on 2000/12/01  22:49:43
26224         Log: Integrate mainline (for s/y/m as sub names stuff).
26225      Branch: perlio
26226           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
26227           !> t/pragma/warn/toke toke.c
26228 ____________________________________________________________________________
26229 [  7947] By: jhi                                   on 2000/12/01  20:55:41
26230         Log: Integrate perlio.
26231      Branch: perl
26232           !> perlio.c perliol.h t/io/pipe.t
26233 ____________________________________________________________________________
26234 [  7946] By: jhi                                   on 2000/12/01  20:36:51
26235         Log: Upgrade to CPAN 1.59_51, from Andreas König.
26236      Branch: perl
26237            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26238 ____________________________________________________________________________
26239 [  7945] By: nick                                  on 2000/12/01  20:31:32
26240         Log: Integrate mainline
26241      Branch: perlio
26242           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
26243           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
26244           +> t/lib/net-hostent.t
26245           !> (integrate 35 files)
26246 ____________________________________________________________________________
26247 [  7944] By: jhi                                   on 2000/12/01  20:23:29
26248         Log: Some help for 20001130.011.  Now one gets warnings like
26249              "Ambiguous -f() resolved as a file test ..."
26250      Branch: perl
26251            ! pod/perldiag.pod t/pragma/warn/toke toke.c
26252 ____________________________________________________________________________
26253 [  7943] By: jhi                                   on 2000/12/01  19:44:44
26254         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
26255              that also breaks using them as methods. 
26256      Branch: perl
26257            ! pod/perldiag.pod t/op/misc.t toke.c
26258 ____________________________________________________________________________
26259 [  7942] By: nick                                  on 2000/12/01  17:56:46
26260         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
26261              Make 'unix' pass most tests
26262              - do unread by temporary push of layer ("pending") holding unread chars
26263              - fast_gets is now based on per-handle flag
26264              - relax one of io/pipe.t tests to allow print to fail and close to
26265              succeed so that it passes on unbuffered "unix" layer.
26266              Remaining fail is sporadic and a genuine race condition between
26267              parent/child in fork test.
26268      Branch: perlio
26269            ! perlio.c perliol.h t/io/pipe.t
26270 ____________________________________________________________________________
26271 [  7941] By: jhi                                   on 2000/12/01  15:28:58
26272         Log: (Retracted by #7943.)
26273              
26274              Reserve the short named string operator names.
26275      Branch: perl
26276            ! pod/perldiag.pod t/op/misc.t toke.c
26277 ____________________________________________________________________________
26278 [  7940] By: jhi                                   on 2000/12/01  06:45:53
26279         Log: Get the three different space character classes right under utf8.
26280      Branch: perl
26281            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
26282            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
26283            ! regexec.c t/op/pat.t utf8.c
26284 ____________________________________________________________________________
26285 [  7939] By: jhi                                   on 2000/12/01  03:26:26
26286         Log: Two more tests that make no sense in UTF-8 since the test
26287              data is not in UTF-8.
26288      Branch: perl
26289            ! t/op/regexp.t
26290 ____________________________________________________________________________
26291 [  7938] By: jhi                                   on 2000/12/01  03:20:39
26292         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
26293              should it be required inside regexen?
26294      Branch: perl
26295            ! regcomp.c t/op/regmesg.t
26296 ____________________________________________________________________________
26297 [  7937] By: jhi                                   on 2000/12/01  02:58:53
26298         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
26299              stored and restored, and thusly was trounced by the utf8 swash
26300              routines.
26301      Branch: perl
26302            ! regcomp.c
26303 ____________________________________________________________________________
26304 [  7936] By: jhi                                   on 2000/11/30  20:41:39
26305         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
26306              Why the different platforms behave so differently (core dump vs
26307              no core dump) on this bug is a but of a mystery, but if I had to
26308              guess I would mumble something like 'alignment'.
26309      Branch: perl
26310            ! sv.c
26311 ____________________________________________________________________________
26312 [  7935] By: jhi                                   on 2000/11/30  16:17:02
26313         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
26314              From: Robin Barker <rmb1@cise.npl.co.uk>
26315              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
26316              Date: Thu, 30 Nov 2000 14:27:12 GMT
26317      Branch: perl
26318            ! perlio.c toke.c
26319 ____________________________________________________________________________
26320 [  7934] By: jhi                                   on 2000/11/30  16:04:49
26321         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
26322      Branch: perl
26323            ! t/lib/net-hostent.t
26324 ____________________________________________________________________________
26325 [  7933] By: jhi                                   on 2000/11/30  06:07:26
26326         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
26327              From: Peter Prymmer <pvhp@forte.com>
26328              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
26329              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
26330              
26331              In VMS the localhost may be LOCALHOST.
26332      Branch: perl
26333            ! t/lib/net-hostent.t
26334 ____________________________________________________________________________
26335 [  7932] By: jhi                                   on 2000/11/30  01:11:11
26336         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
26337              From: Peter Prymmer <pvhp@forte.com>
26338              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
26339              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
26340              
26341              plus regen perlapi.pod.
26342      Branch: perl
26343            ! pod/perlapi.pod utf8.c
26344 ____________________________________________________________________________
26345 [  7931] By: jhi                                   on 2000/11/30  01:06:19
26346         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
26347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26348              Date:     Wed, 29 Nov 2000 17:15:11 EST
26349              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
26350      Branch: perl
26351            ! t/lib/filter-util.pl t/lib/filter-util.t
26352 ____________________________________________________________________________
26353 [  7930] By: jhi                                   on 2000/11/29  18:51:55
26354         Log: Update Changes.
26355      Branch: perl
26356            ! Changes patchlevel.h
26357 ____________________________________________________________________________
26358 [  7929] By: jhi                                   on 2000/11/29  18:50:55
26359         Log: Update the va_copy() metaconfig unit.
26360      Branch: metaconfig/U/perl
26361            ! need_va_copy.U
26362 ____________________________________________________________________________
26363 [  7928] By: jhi                                   on 2000/11/29  17:50:43
26364         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
26365              From: Dominic Dunlop <domo@computer.org>
26366              Date: Tue, 28 Nov 2000 16:41:57 +0100
26367              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
26368              
26369              Patch to catch a core dump in the Configure va_copy test.
26370      Branch: perl
26371            ! Configure config_h.SH
26372 ____________________________________________________________________________
26373 [  7927] By: jhi                                   on 2000/11/29  17:31:59
26374         Log: Retract #7921, the patch shouldn't be needed.
26375      Branch: perl
26376            ! sv.c
26377 ____________________________________________________________________________
26378 [  7926] By: jhi                                   on 2000/11/29  17:01:41
26379         Log: Make the Class::Struct import() wiser.
26380      Branch: perl
26381            ! lib/Class/Struct.pm t/lib/class-struct.t
26382 ____________________________________________________________________________
26383 [  7925] By: jhi                                   on 2000/11/29  16:36:33
26384         Log: All the core library users of Class::Struct seem to be
26385              using "use Class::Struct 'struct';" instead of the bare
26386              "use Class::Struct;", which isn't documented in Class::Struct.
26387              This can't be right.
26388      Branch: perl
26389            ! lib/File/stat.pm
26390 ____________________________________________________________________________
26391 [  7924] By: jhi                                   on 2000/11/29  16:32:15
26392         Log: A test works better if it has the right 1..$n output.
26393      Branch: perl
26394            ! t/lib/class-struct.t
26395 ____________________________________________________________________________
26396 [  7923] By: jhi                                   on 2000/11/29  16:29:11
26397         Log: Forgot to MANIFEST the new Net::hostent test.
26398      Branch: perl
26399            ! MANIFEST
26400 ____________________________________________________________________________
26401 [  7922] By: jhi                                   on 2000/11/29  16:27:49
26402         Log: Integrate perlio.
26403      Branch: perl
26404           !> iperlsys.h perlio.c
26405 ____________________________________________________________________________
26406 [  7921] By: jhi                                   on 2000/11/29  16:27:10
26407         Log: (Retracted by #7927.)
26408              
26409              Subject: [PATCH] Is infinity a number?
26410              From: Simon Cozens <simon@cozens.net>
26411              Date: Wed, 29 Nov 2000 14:48:20 +0000
26412              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
26413      Branch: perl
26414            ! sv.c
26415 ____________________________________________________________________________
26416 [  7920] By: jhi                                   on 2000/11/29  16:23:02
26417         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
26418              From: rspier@pobox.com (Robert Spier)
26419              Date: Wed, 29 Nov 2000 02:17:49 -0500
26420              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
26421              
26422              Add a test for Net::hostent.
26423      Branch: perl
26424            + t/lib/net-hostent.t
26425 ____________________________________________________________________________
26426 [  7919] By: jhi                                   on 2000/11/29  16:21:31
26427         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
26428              add a test for Class::Struct.
26429      Branch: perl
26430            + t/lib/class-struct.t
26431            ! MANIFEST lib/Class/Struct.pm
26432 ____________________________________________________________________________
26433 [  7918] By: jhi                                   on 2000/11/29  15:48:40
26434         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
26435              From: rspier@pobox.com (Robert Spier)
26436              Date: Wed, 29 Nov 2000 02:25:39 -0500
26437              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
26438              
26439              More checking in case someone has broken their services or
26440              protocol databases.
26441      Branch: perl
26442            ! ext/Sys/Syslog/Syslog.pm
26443 ____________________________________________________________________________
26444 [  7917] By: jhi                                   on 2000/11/29  15:46:25
26445         Log: Subject: [PATCH] $^O  win32 -> MSWin32
26446              From: rspier@pobox.com (Robert Spier)
26447              Date: Wed, 29 Nov 2000 02:17:38 -0500
26448              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
26449              
26450              plus similar nits for vms, err, VMS, and UNICOS.
26451      Branch: perl
26452            ! t/lib/syslfs.t t/op/lfs.t
26453 ____________________________________________________________________________
26454 [  7916] By: jhi                                   on 2000/11/29  15:42:51
26455         Log: Subject: [PATCH] Tokeniser debugging
26456              From: Simon Cozens <simon@cozens.net>
26457              Date: Wed, 29 Nov 2000 14:15:45 +0000
26458              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
26459      Branch: perl
26460            ! perl.c perl.h pod/perlrun.pod toke.c
26461 ____________________________________________________________________________
26462 [  7915] By: jhi                                   on 2000/11/29  15:41:36
26463         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
26464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26465              Date: Wed, 29 Nov 2000 02:13:14 -0500
26466              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
26467              
26468              OUT keyword nits.
26469              
26470              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
26471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26472              Date: Wed, 29 Nov 2000 03:09:04 -0500
26473              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
26474              
26475              OUT and IN_OUT documentation.
26476      Branch: perl
26477            ! lib/ExtUtils/xsubpp pod/perlxs.pod
26478 ____________________________________________________________________________
26479 [  7914] By: jhi                                   on 2000/11/29  03:35:01
26480         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
26481              From: John Tobey <jtobey@john-edwin-tobey.org>
26482              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
26483              Message-Id: <m140e1N-000FOoC@feynman.localnet>
26484              
26485              plus a performance speedup noticed by Sarathy.
26486      Branch: perl
26487            ! op.c
26488 ____________________________________________________________________________
26489 [  7913] By: jhi                                   on 2000/11/29  03:16:59
26490         Log: Use "1 while unlink" so that VMS gets clean, too.
26491      Branch: perl
26492            ! t/lib/filter-util.t
26493 ____________________________________________________________________________
26494 [  7912] By: jhi                                   on 2000/11/29  03:09:08
26495         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
26496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26497              Date: Tue, 28 Nov 2000 03:27:09 -0500
26498              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
26499      Branch: perl
26500            ! lib/ExtUtils/xsubpp
26501 ____________________________________________________________________________
26502 [  7911] By: jhi                                   on 2000/11/29  03:06:30
26503         Log: This should have been part of #7872: no need to scan UTF-8
26504              until eternity.
26505      Branch: perl
26506            ! utf8.c
26507 ____________________________________________________________________________
26508 [  7910] By: jhi                                   on 2000/11/29  02:50:04
26509         Log: One more perltie.pod nit from Casey R. Tweten.
26510      Branch: perl
26511            ! pod/perltie.pod
26512 ____________________________________________________________________________
26513 [  7909] By: jhi                                   on 2000/11/29  02:44:23
26514         Log: Document the known sprintf test failures, exact standard
26515              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
26516      Branch: perl
26517            ! pod/perldelta.pod t/op/sprintf.t
26518 ____________________________________________________________________________
26519 [  7908] By: jhi                                   on 2000/11/29  02:36:23
26520         Log: Add the Encoding table format documentation.
26521      Branch: perl
26522            + ext/Encode/Encode/EncodeFormat.pod
26523            ! MANIFEST
26524 ____________________________________________________________________________
26525 [  7907] By: jhi                                   on 2000/11/29  02:07:24
26526         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
26527              From: "Casey R. Tweten" <crt@kiski.net>
26528              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
26529              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
26530              
26531              Subject: Re: [PATCH] Updating perltie.pod for arrays
26532              From: "Casey R. Tweten" <crt@kiski.net>
26533              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
26534              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
26535      Branch: perl
26536            ! pod/perltie.pod
26537 ____________________________________________________________________________
26538 [  7906] By: nick                                  on 2000/11/28  22:40:59
26539         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
26540      Branch: perlio
26541            ! iperlsys.h perlio.c
26542 ____________________________________________________________________________
26543 [  7905] By: nick                                  on 2000/11/28  22:04:34
26544         Log: Integrate mainline
26545      Branch: perlio
26546           !> (integrate 39 files)
26547 ____________________________________________________________________________
26548 [  7904] By: jhi                                   on 2000/11/28  16:44:43
26549         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
26550              From: Nicholas Clark <nick@babyhippo.co.uk>
26551              Date: Tue, 28 Nov 2000 11:16:57 +0000
26552              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
26553      Branch: perl
26554            ! pod/perlipc.pod
26555 ____________________________________________________________________________
26556 [  7903] By: jhi                                   on 2000/11/28  16:40:31
26557         Log: Subject: [PATCH] Updating perltie.pod for arrays
26558              From: "Casey R. Tweten" <crt@kiski.net>
26559              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
26560              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
26561      Branch: perl
26562            ! pod/perltie.pod
26563 ____________________________________________________________________________
26564 [  7902] By: jhi                                   on 2000/11/28  16:39:37
26565         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
26566              From: Robin Barker <rmb1@cise.npl.co.uk>
26567              Date: Mon, 27 Nov 2000 17:56:44 GMT
26568              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
26569      Branch: perl
26570            ! pod/perlfunc.pod t/op/split.t
26571 ____________________________________________________________________________
26572 [  7901] By: jhi                                   on 2000/11/28  16:28:04
26573         Log: setmode() is a DOSish-only thing.
26574      Branch: perl
26575            ! perlio.c
26576 ____________________________________________________________________________
26577 [  7900] By: jhi                                   on 2000/11/28  16:21:46
26578         Log: Subject: [PATCH] perlcc.PL cleanups
26579              From: Simon Cozens <simon@cozens.net>
26580              Date: Tue, 28 Nov 2000 12:44:35 +0000
26581              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
26582      Branch: perl
26583            ! utils/perlcc.PL
26584 ____________________________________________________________________________
26585 [  7899] By: gsar                                  on 2000/11/28  06:32:55
26586         Log: reintegrate files missed by change#7895
26587      Branch: maint-5.6/perl
26588           +> ext/ByteLoader/bytecode.h utils/Makefile
26589            - utils/perlbc.PL
26590 ____________________________________________________________________________
26591 [  7897] By: gsar                                  on 2000/11/27  18:22:47
26592         Log: can't integrate these two files, for some reason
26593      Branch: maint-5.6/perl
26594            - ext/ByteLoader/bytecode.h utils/Makefile
26595 ____________________________________________________________________________
26596 [  7895] By: gsar                                  on 2000/11/27  18:11:21
26597         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
26598              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
26599              6757..6890,6892..6901 from mainline
26600              
26601              Bytecompiler patches from Benjamin Stuhl.
26602              
26603              More bytecompiler.
26604              
26605              Subject: [PATCH blead] B:: missing dependency
26606              
26607              Subject: [PATCH: 6757] configure.com updates and syslog build
26608              
26609              Long double Gconvert fixes from Yitzchak Scott-Thoennes
26610              and Spider Boardman.
26611              
26612              Subject: [PATCH blead] nextchar() abuse misses an optimisation
26613              
26614              Long double fixes from Spider Boardman.
26615              
26616              Make the selection of NVff et al stricter.
26617              
26618              cSVOPo_*v things index into the current PL_curpad
26619              under ithreads, which is different from the curpad
26620              used by the XSUB.  (In other words, the code as-is
26621              before this patch wouldn't work under ithreads.)
26622              
26623              Be portable.
26624              
26625              VMS MMS (make) wants null action.
26626              
26627              Mac and other portability updates from Chris Nandor.
26628              
26629              Storable support, v-version fixes.
26630              Subject: CPAN.pm beta for testing available
26631              
26632              Portability fix from Hugo van der Sanden.
26633              
26634              Bad makefile.
26635              
26636              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
26637              
26638              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
26639              
26640              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
26641              
26642              Replace #6705 with a minimal doc patch.
26643              Subject: [PATCH 5.6.0] replace change #6705
26644              
26645              Drop the separate perlbc, perlcc -b should be enough.
26646              
26647              installperl couldn't tell whether it had run tests or not.
26648              Subject: [PATCH] Re: installperl and t/TEST
26649              
26650              Add silencer flags to installperl.
26651              Subject: [PATCH] Making installperl silent.
26652              
26653              Make "make install" by default silent.  A new "install-verbose"
26654              target is verbose.
26655              
26656              More liberal parsing of version numbers.
26657              Subject: Re: CPAN.pm beta for testing available
26658              
26659              Create directories in silence.
26660              Subject: [PATCH] Another silencer for MakeMaker
26661              
26662              DOS patches and portability/porting notes, from Tim Jenness.
26663              
26664              Make installman to recognize the silence flag -S.
26665              
26666              Actually do something with the silencer option.
26667              
26668              Continue silencing.
26669              
26670              Show the doc file, not the temp file.
26671              
26672              Regen perltoc.
26673              
26674              Subject: [PATCH] More silencing of installman.
26675              
26676              Better wording for the vec lvalue diagnostic.
26677              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
26678              
26679              Subject: [PATCH: 6805] several more tweaks to configure.com
26680              
26681              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
26682              
26683              Missing parts of 
26684              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
26685              
26686              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
26687              (applied slightly modified)
26688              
26689              installperl --verbose and --silent.
26690              Subject: Re: [PATCH] More silencing of installman.
26691              
26692              Add install-silent target.
26693              
26694              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
26695              the problem reported in
26696              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
26697              
26698              Tweak the sfio/useperlio logic, hopefully as wished in
26699              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
26700              
26701              One forgotten file from #6816.
26702              
26703              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
26704              
26705              Remove duplicately applied patch shards.
26706              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
26707              
26708              Support preserving extremely big/small angles.
26709              
26710              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
26711              
26712              Subject: [PATCH] installation not quite silent yet.
26713              
26714              Update the test count.
26715              
26716              Use UVxf, PTR2UV, NVff.
26717              
26718              Document PTR2XX and INT2PTR.
26719              
26720              no-install target a la make -n.
26721              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
26722              
26723              grep -e isn't portable.
26724              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
26725              
26726              Can't get the test to reliably work thanks to the
26727              inaccurateness of floating point.  "Resolves" bug ids
26728              20000826.003, 20000826.009, 20000826.010,
26729              
26730              Subject: installman buglet
26731              
26732              DJGPP update from Laszlo Molnar.
26733              
26734              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
26735              
26736              Passing -R in ldflags makes now it to appear in the default
26737              for lddlflags, just like with -L.
26738              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
26739              
26740              Test nit.
26741              
26742              Use the actual thread type, not the pointer-to-struct.
26743              
26744              Provice virtual $Config{ccflags_nolargefiles} etc. 
26745              
26746              display_format used as a class method without arguments was broken,
26747              reported in
26748              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
26749              
26750              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
26751              
26752              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
26753              
26754              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
26755              
26756              opmini.o may be left around if a build is interrupted.
26757              
26758              Typo in #6858.
26759              
26760              Fix for ID 20000828.001, long doubles were not formatted
26761              correctly (showed up in $], which stopped installing perl).
26762              
26763              An attempt to fix the problem reported in
26764              Subject: Building perl@6856 using gcc/AIX 4.3.3 
26765              I can't test this properly since the gcc installation I have
26766              access to seems to be botched (gcc is calling the AIX cpp,
26767              a losing proposition...)
26768              
26769              Add -ld to archname on long tr...double platforms.
26770              
26771              Subject: hv.h Doc Patch
26772              
26773              Potential cruft.
26774              
26775              Subject: [PATCH bleedperl@6856] warnings fixes
26776              
26777              -S is the silent flag, -s is the strip flag.
26778              Subject: [PATCH] Re: [PATCH] make no-install          
26779              
26780              Take out the SUIDMAIL thing, that will not be
26781              a problem in 5.7.*.
26782              
26783              Subject: [PATCH bleedperl@6866] spellings
26784              
26785              Subject: [PATCH] Re: files not cleaned even by veryclean
26786              
26787              Use minimal @INC in tests, most of the time just '../lib',
26788              so that we simply can't pick up stuff from other Perls than
26789              the one we are testing.  Pointed out by
26790              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
26791              
26792              Update to Getopt::Long 2.24, from Johan Vromans.
26793              
26794              Fix for thinko in #6848.
26795              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
26796              
26797              Patches all over for people and the files they (hopefully) care about.
26798              
26799              Subject: Net::protoent does not export 'getproto'
26800              
26801              Missed a change in #6869.
26802              
26803              Subject: [PATCH] Warnings in B::Deparse
26804              
26805              Subject: [PATCH] Glob dumping
26806              
26807              Disable one of the tests for now.
26808              
26809              Disabling the one test is a bit tricky.
26810              
26811              Don't forget to tidy up.
26812              
26813              The #6881 removed one dump line.
26814              
26815              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
26816              
26817              Under usethreads the dumped variable is IN_PAD.
26818              Subject: Re: [PATCH] Glob dumping
26819              
26820              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
26821              
26822              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
26823              
26824              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
26825              
26826              Regen Configure for #6894.
26827              
26828              Subject: [PATCH: 6889] updates to perlebcdic.pod
26829              
26830              Undo namespace pollution of #6878.
26831              Subject: Re: Net::protoent does not export 'getproto'
26832              
26833              Admit that we are leaking scalars.
26834              
26835              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
26836      Branch: maint-5.6/perl
26837           !> (integrate 271 files)
26838 ____________________________________________________________________________
26839 [  7894] By: gsar                                  on 2000/11/27  16:00:34
26840         Log: a couple of nits
26841      Branch: maint-5.6/perl
26842            ! MANIFEST pp_sys.c
26843 ____________________________________________________________________________
26844 [  7893] By: gsar                                  on 2000/11/27  15:10:56
26845         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
26846              6740..6745,6747..6757,6760
26847              
26848              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
26849              
26850              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
26851              
26852              Doc nits spotted by Richard Soderberg.
26853              
26854              move WNOHANG definition to where other such things are
26855              
26856              Make $Config{byteorder} more magical so that it is
26857              dynamically computed: nice for 'fat binaries'.
26858              Subject: [PATCH]: default byteorder
26859              
26860              Subject: [PATCH] Cwd.pm now uses strict
26861              
26862              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
26863              
26864              Get -DLEAKTEST to compile (not necessarily to work, mind)
26865              Subject: [ID 20000724.006] -DLEAKTEST problem
26866              
26867              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
26868              
26869              Add perlebcdic from Peter Prymmer, regen toc.
26870              
26871              Don't propose using modules built for 5.005 if no binary
26872              compatibility with 5.005 is attempted.
26873              
26874              Do not use prototyping here.
26875              Subject: [ID 20000817.016] [PATCH] Peek.xs
26876              
26877              Document what the backtick returns if the command fails.
26878              
26879              Add byteorder to the myconfig output.
26880              
26881              Introduce NVef, NVff, and NVgf, use the middle one.
26882              (helps for lib/peek + Linux + long doubles)  Reported in
26883              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
26884              Use NVs in POSIX math, not doubles.
26885              Subject: [ID 20000817.014] POSIX & modfl
26886              
26887              Subject: [PATCH 5.6.0+] newSVrv() memory leak
26888              
26889              The byteorder code in #6671 was wrong.
26890              
26891              Fix the lib/complex failure of
26892              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
26893              Linux long double accuracy issue: something that
26894              when printed with %g looks like "2" but int() of it is 1.
26895              
26896              Propagate new Configure vars.
26897              
26898              Unbuffer the output.
26899              
26900              Subject: [PATCH] perltrap.pod spring cleaning
26901              
26902              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
26903              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
26904              
26905              Tiny Getopt::Long patch from Johan Vromans.
26906              
26907              Document code point which makes if (defined %stash::) to work
26908              (noted by Spider Boardman).
26909              
26910              Subject: [PATCH perl@6698] cygwin port
26911              
26912              Document the NDBM_File and ODBM_File as SDBM_File
26913              was documented in #6417.
26914              
26915              The new tests were missing from #6415.
26916              
26917              Add [[:blank:]] as suggested in
26918              Subject: [ID 20000716.024] [=cc=] / [:blank:]
26919              (the [=cc=] has already been taken care of by #6439
26920              so the whole bug report can be closed)
26921              and make [[:space:]] to be equivalent to isspace(3)
26922              (as opposed to \s, which is isSPACE()).  The difference
26923              is that now [[:space:]] matches the mythical vertical tab,
26924              while \s doesn't.
26925              
26926              Don't eat leading os from index entries.
26927              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
26928              
26929              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
26930              
26931              Typo in pp_complement().
26932              Subject: [PATCH perl-current] Deparse
26933              
26934              Add warnif(), check warnings further up the stack,
26935              all the warnings functions now can take an optional object reference.
26936              Subject: [PATCH bleedperl@6691] warnings pragma update
26937              
26938              Fix a core dump in lib/selfloader under -DDEBUGGING.
26939              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
26940              
26941              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
26942              
26943              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
26944              
26945              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
26946              Put back the long double avoidance code to POSIX.xs
26947              because VMS seems to need it still.
26948              
26949              Introduce a 'veryclean' target that is like 'distclean'
26950              but also removes *~ and *.orig.
26951              
26952              Subject: [ID 20000817.023] endianness description in perlfunc.pod
26953              
26954              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
26955              
26956              Let's try #6717 again.
26957              
26958              UTF8 concat fixes.
26959              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
26960              
26961              pp_open() could pass an uninitialized filename down to do_open9().
26962              
26963              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
26964              
26965              Update to CGI 2.72, from Lincoln Stein.
26966              
26967              Subject: [PATCH] Silence MakeMaker (Was: installman)
26968              
26969              Use temporary directory instead of current directory.
26970              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
26971              
26972              Document odd vs even subreleases and -Dusedevel.
26973              
26974              The veryclean target needs to clobber.
26975              
26976              Use File::Spec->tmpdir().
26977              
26978              Document the number of exponent digits.
26979              
26980              Mention perlebcdic and perlposix-bc.
26981              
26982              s/this one/the 5.6.0 release/
26983              
26984              The #6724 is here.
26985              
26986              The correct cleaning order is an art.
26987              
26988              small tweaks for change#6705: avoid C++ style comments in C code;
26989              use Perl's malloc API rather than the low level system one
26990              
26991              Array context keeps slithering in.
26992              
26993              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
26994              
26995              Subject: [PATCH] os2.c fix for use64bitint
26996              
26997              Update to Pod::LaTeX 0.53.
26998              Subject: [PATCH] lib/Pod/LaTeX.pm updates
26999              
27000              Document the endianness of Alpha more precisely.
27001              
27002              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
27003              
27004              Rename the macro argument because some preprocessors
27005              can't tell the difference and expand arguments also inside
27006              double quoted strings.
27007              
27008              free TLS slot properly on Windows
27009              
27010              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
27011              
27012              Unicos/mk requires elaborate paranoia.
27013              
27014              Tweak the floating point output routine preferences.
27015              
27016              Also under djgpp the timestamps are funky.
27017              
27018              Apply some PodParser 1.18 patches; the Pod/Find.pm
27019              patches cannot be applied since #6712 conflicts.
27020              
27021              Use PodParser 1.18 new test.
27022              
27023              A pod nit.
27024              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
27025              
27026              Be verydeepclean.
27027      Branch: maint-5.6/perl
27028           +> pod/perlebcdic.pod
27029           !> (integrate 106 files)
27030 ____________________________________________________________________________
27031 [  7892] By: jhi                                   on 2000/11/27  15:02:32
27032         Log: Update Changes.
27033      Branch: perl
27034            ! Changes patchlevel.h
27035 ____________________________________________________________________________
27036 [  7891] By: jhi                                   on 2000/11/27  14:57:23
27037         Log: Subject: Re: perlfaq style changes
27038              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27039              Date: Sat, 25 Nov 2000 23:32:26 -0800
27040              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
27041              
27042              plus a note from Ronald Kimball.
27043      Branch: perl
27044            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
27045 ____________________________________________________________________________
27046 [  7890] By: jhi                                   on 2000/11/27  14:53:14
27047         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
27048              From: Benjamin Holzman <bah@ecnvantage.com>
27049              Date: Sun, 26 Nov 2000 16:27:33 -0500
27050              Message-ID: <20001126162733.J25040@ecnvantage.com>
27051      Branch: perl
27052            ! gv.c
27053 ____________________________________________________________________________
27054 [  7889] By: jhi                                   on 2000/11/27  14:43:11
27055         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
27056              From: lvirden@cas.org
27057              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
27058              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
27059      Branch: perl
27060            ! README.amiga
27061 ____________________________________________________________________________
27062 [  7888] By: jhi                                   on 2000/11/27  14:32:34
27063         Log: Restore also the locale test to no-sprintf-taint state.
27064              Fixes the bug 20001127.003.
27065      Branch: perl
27066            ! sv.c t/pragma/locale.t
27067 ____________________________________________________________________________
27068 [  7887] By: gsar                                  on 2000/11/27  14:13:05
27069         Log: integrate changes#6613..6616,6620..6665 from mainline
27070              
27071              VMS configure.com update continues.
27072              
27073              Subject: Test fails / warnings with perl-current #6612
27074              
27075              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
27076              
27077              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27078              
27079              For now remove the mail code.
27080              
27081              Subject: Re: [PATCH] @+, @- readonly
27082              
27083              Subject: warning: storage class after type is obsolescent
27084              
27085              Subject: sfio2000
27086              
27087              Subject: Re: File::Temp problems on VMS in bleedperl
27088              
27089              README.os2 update.
27090              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
27091              
27092              Make the user to give up his firstborn, err, to knowingly
27093              verify installing an unstable developer release.  Also bump
27094              the release to 5.7.0, but leave a patch tag in the local
27095              patches saying that this is not yet the real thing.
27096              
27097              Update (kinda) to Test 1.14, from Joshua Pritikin.
27098              
27099              make ok etc also for win32.
27100              
27101              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
27102              
27103              Don't blow limited stacks, a lower number is enough to
27104              tickle the lookbehind limit.
27105              
27106              Use -Dusedevel; regen Configure and the respective Porting stuff.
27107              
27108              Subject: [PATCH] debugger exit code should reflect user exit code
27109              
27110              Subject: [PATCH perl@6620] cygwin port
27111              
27112              Missed a file from #6638.
27113              
27114              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)
27115              
27116              magic callbacks all need to have same type signature
27117              
27118              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
27119              
27120              Fix a dependency problem.
27121              Subject: [PATCH: 6640] VMS Makefile.SH update
27122              
27123              The numeric locale was reset to "C" by s?printf and never restored.
27124              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
27125              No test since adding the failing example to locale.t
27126              does not fail -- probably because the locale settings are so
27127              thoroughly tweaked by that time.  Running the example standalone
27128              does fail, though.  UPDATE: test case added at change #7540.
27129              
27130              Subject: [ID 20000324.040] minor fix to perlhpux.pod
27131              
27132              Update to CPAN 1.57.
27133              
27134              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
27135              
27136              Change the perlbug address to perl.org since it's more forgiving.
27137              
27138              Change the regx compilation error markers to use = instead of <
27139              since pod makes using the latter quite messy.  Reported in
27140              ID 20000814.006 by Abigail and in
27141              Subject: Unknown escape E<> ?
27142              
27143              Update to perldebtut 1.9, from Richard Foley.
27144              
27145              check that the number pseudo children doesn't exceed
27146              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
27147              the WaitForMultipleObjects() limit that would cause wait()
27148              to crash)
27149              wait() and waitpid() could potentially be rewritten to use
27150              more than one thread to do the waiting to eliminate this
27151              limitation
27152              
27153              change#6328 could make close(SOCKET) return false on windows
27154              when it shouldn't
27155              
27156              pod nit seen in passing
27157              
27158              on windows, the return values from wait() and waitpid() don't
27159              match those of pseudo-pids
27160              
27161              waitpid() now handles externally spawned pids correctly;
27162              fixes for backtick/wait/waitpid failures on Windows 9x
27163              these changes make the pid returned by process functions on
27164              Windows 9x always positive by clearing the high bit (which
27165              is always set on Win9x); pseudo-process PIDs are likewise
27166              always negative now on Win9x (just as on NT/2000)
27167              
27168              trailing new %ENV entries weren't being pushed into the real
27169              environment of subprocesses on Windows
27170              
27171              Tweak the regex compilation errors once more.
27172              
27173              avoid warnings from dense compiler
27174              
27175              add "ok" targets from change#6632 in makefile.mk
27176      Branch: maint-5.6/perl
27177            - lib/Pod/PlainText.pm vms/configure.com
27178           !> (integrate 66 files)
27179 ____________________________________________________________________________
27180 [  7886] By: jhi                                   on 2000/11/27  13:54:18
27181         Log: __FUNCTION__ isn't portable and trying to emulate it leads
27182              into practically spelling out the name of the function.
27183              Takes care of the bug 20001127.001.
27184      Branch: perl
27185            ! perlio.c
27186 ____________________________________________________________________________
27187 [  7885] By: gsar                                  on 2000/11/27  13:53:18
27188         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
27189              6610..6611 from mainline
27190              
27191              Make regular expression parse error messages easier to understand.
27192              Subject: Re: enhanced(?) regex error messages
27193              
27194              Tiny tidying on report_evil_fh().
27195              
27196              Subject: Re: enhanced(?) regex error messages 
27197              plus Capitalize the error messages, plus perldiag them.
27198              
27199              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
27200              
27201              Document here-doc better.
27202              
27203              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27204              
27205              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
27206              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
27207              (either perlbug or p5p ate the original), plus regen
27208              perlapi and perltoc. 
27209              
27210              Regen global.sym.
27211              
27212              Double check that we have a dirhandle.
27213              
27214              Subject: Re: enhanced(?) regex error messages
27215              (plus two small patches sent privately)
27216              (this still seems to leave few test failures)
27217              
27218              warn is a macro, avoid using at a variable to avoid warnings
27219              in some configurations; readdir.t is too conservative in
27220              estimating number of *.t's
27221              
27222              Get back into sync with Jeffrey on the enhanced regex warnings.
27223              
27224              Subject: [PATCH 5.6.0] cygwin port
27225              
27226              Zero entries were skipped, fix from Adrian Goalby
27227              <argoalby@yahoo.co.uk>
27228              
27229              Subject: Remove dead entry in perldiag
27230              
27231              Amend the description of Perl6.
27232              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
27233              
27234              detypo
27235              
27236              It's the 2ndO'ROSSC.
27237              
27238              Revert the sv.c part of #6559, a better fix is needed.
27239              
27240              Iterating perl6 description.
27241              
27242              Update to Term::ANSIColor 1.03, from Russ Allbery.
27243              
27244              Update to Getopt::Long 2.23_05, from Johan Vromans.
27245              
27246              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
27247              
27248              Update to Pod::Parser 1.17, from Brad Appleton.
27249              
27250              Update to CPAN 1.56, from Andreas König.
27251              
27252              Update to CGI 2.70, from Lincoln Stein.
27253              
27254              Put back the std @INC thing.
27255              
27256              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
27257              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
27258              
27259              Document the IO::Select timeout.
27260              
27261              sleep(1) does not necessarily return 1.
27262              Subject: [PATCH bleadperl] op/lex_assign.t  
27263              
27264              Subject: debugger "d" command doesnt check line number
27265              
27266              B::Deparse didn't do sub attributes.
27267              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
27268              
27269              Preprocessing and postprocessing for File::Find.
27270              Subject: Patch to Find::File.pm to allow alphabetical results
27271              
27272              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
27273              
27274              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
27275              
27276              Subject: Re: [ID 20000730.003] utf8::length() bad
27277              
27278              Subject: Getting perlio and threads to compile
27279              (the Solaris version changes in Configure skipped)
27280              
27281              Tests for #6589.
27282              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
27283              
27284              Add Perl debugging tutorial, regen toc. 
27285              Subject: perldebtut.pod
27286              
27287              Add a few missing files, update MANIFEST.
27288              
27289              Rewrite of vms/subconfigure.com as configure.com,
27290              from Peter Prymmer and the vmsperl crew.
27291              
27292              Should have deleted this in #6603.
27293              
27294              Fix the test for 5005threads.
27295              
27296              Fix-n-skip the tests under 5005threads.
27297              
27298              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
27299              
27300              Upgrade to CGI 2.71, from Lincoln Stein.
27301      Branch: maint-5.6/perl
27302           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
27303           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
27304           +> t/op/regmesg.t t/pod/find.t vms/configure.com
27305            - vms/subconfigure.com
27306            ! lib/lib.pm
27307           !> (integrate 115 files)
27308 ____________________________________________________________________________
27309 [  7884] By: jhi                                   on 2000/11/27  13:44:33
27310         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
27311              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27312              Date:     Mon, 27 Nov 2000 08:23:54 EST
27313              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
27314      Branch: perl
27315            ! vms/descrip_mms.template vms/test.com
27316 ____________________________________________________________________________
27317 [  7883] By: gsar                                  on 2000/11/27  11:50:46
27318         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
27319              6511..6513,6515..6523,6525..6536
27320              
27321              The swallow_bom() saga continues.  The #23 of require.t
27322              (UTF16-LE) still fails (silently, no output) but the #22
27323              (UTF16-BE) seems to be working now.  The root of the
27324              failure may be in sv_gets(): is it UTF-16LE-aware,
27325              especially when it comes to line endings? 
27326              
27327              Document the problem with -P in HP-UX and its workaround.
27328              
27329              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
27330              (aka ID 20000730.002)
27331              
27332              Subject: fix and question re: waitpid() under win32
27333              
27334              Make the safety catch for buggy gccs work with triple version
27335              numbers like 2.95.2.  Reported in
27336              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
27337              
27338              In Digital UNIX warn if gcc explicitly chosen because even
27339              2.95.2 is known to cause problems.
27340              
27341              Make chr() for values >127 to create utf8 when under utf8.
27342              
27343              various syntax errors and such (not fixed: comp/require.t#22 coredump
27344              on Windows)
27345              
27346              Stash away the largefiles flags and libswanted.
27347              
27348              BOM patching from Simon Cozens.
27349              
27350              If gccosandvers is equal to osname, clear gccosandvers.
27351              
27352              Make p4desc to skip non-mainperl branches by default.
27353              
27354              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
27355              
27356              The test from this
27357              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
27358              
27359              In new BSDs changes to argv[] do not show up in ps(1) output,
27360              instead one must use setproctitle().  This was already addressed
27361              by change #6457, but the below has a new variant for FreeBSD 4.0
27362              or later, and the matter is also documented more.
27363              
27364              FreeBSD 3.* updates from
27365              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27366              
27367              regen_headers, regen perltoc.
27368              
27369              Document in one place the memory abstractions used in Perl core.
27370              
27371              memcpy has n o in it, as pinted ut by Sarathy.
27372              
27373              Remove the extraneous "main::" prefix from all the
27374              "opened only for", "on closed", and "never opened" warnings.
27375              
27376              The name of a filehandle does not have <these>.
27377              
27378              The tr utf8 patching continues.
27379              
27380              The new setproctitle() feature is available only in 
27381              bleeding edge FreeBSD.  From Paul Saab.
27382              
27383              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
27384              
27385              Dump UVs as UVs in Data::Dumper.
27386              
27387              detypo #6494
27388              
27389              Document the IVdf UVuf UVof UVxf.
27390              
27391              require.t needs binmode() to work on windows
27392              
27393              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
27394              that are hopefully soon put into use.
27395              
27396              Allow "no Module;" even if there is no 'unimport'.
27397              
27398              Better skip message for the test; one of the two problems in
27399              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
27400              
27401              The subtest 4 may fail also on VOBS, as pointed out
27402              by Nick Ing-Simmons in November 1999, bug id 19991124.003
27403              (but the failure in that bug report isn't the subtest 4).
27404              
27405              Be more informative on what is skipped and why,
27406              also repeat the list at the end.
27407              
27408              Add a URL for FSF.
27409              
27410              Subject: [PATCH] sv.h documentation - SvLEN
27411              
27412              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
27413              
27414              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
27415              
27416              Subject: [PATCH] bad cppsymbols on os2 + Configure question
27417              
27418              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
27419              
27420              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
27421              mention the idea of @( and @)
27422              
27423              This is 6512.  Really.
27424              
27425              Subject: [ID 19990721.004] Documentation bug in perlfunc
27426              
27427              Subject: Minor tweak to perlvar.pod
27428              
27429              In the warnings call filehandles consistently so;
27430              add "unopened" warning for stat().
27431              
27432              After the #6519 a warning about stat() is just that,
27433              not about a filetest, which now have their own warning.
27434              
27435              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
27436              
27437              Subject: Re: Array vs. List context
27438              
27439              Subject: New perlcc, take 2
27440              
27441              Weed buglets pointed out by
27442              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
27443              
27444              gcc versions might have (parentheses) in them.
27445              
27446              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
27447              
27448              Essential prototype changes were missing from #6527.
27449              Also make report_evil_fh() more bomb-proof.
27450              
27451              Zap lib/Sys directory when cleaning up.
27452              
27453              Change the Policy policy: now -Dprefix= with an existing
27454              Policy.sh and prefix == siteprefix == vendorprefix, then all
27455              of them follow along the new prefix.
27456              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
27457              
27458              Continue fixing the io warnings.  This also
27459              sort of fixes bug ID 20000802.003: the core dump
27460              is no more.  Whether the current behaviour is correct
27461              (giving a warning: "Not a format reference"), is another matter.
27462              
27463              Have symbols for the IoTYPEs.
27464              
27465              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
27466              
27467              Document a bit that UDP is not what you might think.
27468              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
27469              tr memory corruption fix from Simon Cozens.
27470              
27471              Plug the security hole described in the Aug 05 2000 bugtraq message
27472              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
27473              The security hole exists only in suidperls, which isn't
27474              installed or even built by default.
27475      Branch: maint-5.6/perl
27476           !> (integrate 71 files)
27477 ____________________________________________________________________________
27478 [  7882] By: gsar                                  on 2000/11/27  10:25:36
27479         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
27480              from mainline
27481              
27482              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
27483              to be fatal errors (instead of by default ignoring them, and
27484              ignoring with a bug: even though -w gave an error, the opening [
27485              was left in)  Reported in:
27486              
27487              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
27488              
27489              Subject: [PATCH] split /^/
27490              
27491              MacOS nits from Matthias Neeracher.
27492              
27493              More split() doc and test patches from Mike Guy.
27494              
27495              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
27496              from Graham Barr in the module list.
27497              
27498              docfix from Peter Scott <Peter@PSDT.com>.
27499              
27500              File::Temp patches for VMS and OS/2 from Tim Jenness.
27501              
27502              open() wariness in perlbug.
27503              
27504              Subject: [PATCH] minor doc change - perlguts
27505              
27506              Subject: Minor doc patch: handy.h
27507              
27508              Be wary of close()s, too.
27509              
27510              Further File::Temp patches from Yitzchak Scott-Thoennes
27511              and Craig A. Berry.
27512              
27513              Subject: [PATCH] fixes bug 20000508.004
27514              
27515              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
27516              
27517              Allow "no AutoLoader;", based on change #6444,
27518              suggested by Graham Barr.
27519              
27520              Use setproctitle() if available to modify $0.
27521              
27522              Warn if the version of the operating system used to compile gcc
27523              differs from the current version of the operating system.
27524              Also display the gcc compilation os and version in myconfig.
27525              Inspiration from
27526              
27527              Tiny fixes for #6460.
27528              
27529              The problem described in this
27530              Subject: [ID 20000322.018] named chars aren't magical enough
27531              has been fixed in perl 5.6.0 but just in case added a test
27532              to keep it away.  (The report from Joseph Hall.)
27533              
27534              Tune the comments and hopefully stop a memory leak.
27535              
27536              Subject: UTF8 concat
27537              (with a memory leak fixed, plus a few casts added)
27538              This also seems to help for
27539              Subject: [ID 20000716.015] join UTF8 weirdness
27540              
27541              Do not upgrade SVs into utf8 just because they participate
27542              in eq or cmp.  Reported and fix suggested in
27543              Subject: [ID 20000720.009] sv_eq UTF8 bug
27544              
27545              Fix the HALF_UPGRADE() macro introduced in #6263.
27546              
27547              Find green threads before native threads.
27548              Subject: Re: Patch to jpl/JNI/Makefile.PL
27549      Branch: maint-5.6/perl
27550           !> (integrate 30 files)
27551 ____________________________________________________________________________
27552 [  7881] By: jhi                                   on 2000/11/27  05:48:41
27553         Log: It seems that *both* the unused submatch loop cleanup
27554              codes are needed.
27555      Branch: perl
27556            ! regexec.c
27557 ____________________________________________________________________________
27558 [  7880] By: jhi                                   on 2000/11/27  04:50:07
27559         Log: Clean .exists deeper.
27560      Branch: perl
27561            ! Makefile.SH
27562 ____________________________________________________________________________
27563 [  7879] By: jhi                                   on 2000/11/27  02:31:35
27564         Log: The code in regcppop() (see #7878) contains the correct lower
27565              limit for the unused submatch 'cleanup' loop so that under
27566              "use utf8" the following code wouldn't dump core:
27567              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
27568              the cleanup loop in regtry() stomped beyond allocated area
27569              in the startp[] array.  Therefore, copied the correct lower
27570              loop limit (*PL_reglastparen) to regtry().  Note: something
27571              may still not be quite right: why was the _higher_ loop limit
27572              (prog->nparens) different in the utf8 case?
27573              
27574              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
27575              without core dumps, there were about 17 of them before
27576              the patch (with us since Perl 5.7.0).  Two failures, still:
27577              496 and 505 (though these may not be severe).
27578              
27579              Patch #7881 is also needed since both the cleanup loops
27580              seem to be needed.
27581              
27582              Also, the t/op/pat#44 seems to core dump under utf8.
27583              Plus a couple of failures.  UGH-8.
27584      Branch: perl
27585            ! regexec.c
27586 ____________________________________________________________________________
27587 [  7878] By: jhi                                   on 2000/11/27  02:21:17
27588         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
27589              the code in regcppop() seems to be redundant for the test suite --
27590              but it contains a germ of truth, and it needed for the build
27591              process itself: see #7879 and #7881.
27592      Branch: perl
27593            ! regexec.c
27594 ____________________________________________________________________________
27595 [  7877] By: jhi                                   on 2000/11/27  01:53:09
27596         Log: Comment on comment.
27597      Branch: perl
27598            ! regexec.c
27599 ____________________________________________________________________________
27600 [  7876] By: jhi                                   on 2000/11/27  00:49:59
27601         Log: Adjust the docs to agree with #7875.
27602      Branch: perl
27603            ! pod/perllocale.pod
27604 ____________________________________________________________________________
27605 [  7875] By: jhi                                   on 2000/11/27  00:49:27
27606         Log: Retract #7863.  It makes more sense not to taint formatted output,
27607              not even by sprintf().
27608      Branch: perl
27609            ! sv.c
27610 ____________________________________________________________________________
27611 [  7874] By: jhi                                   on 2000/11/26  23:36:02
27612         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
27613              Not really fixed (should really dump the UTF-8 charclass),
27614              but stopped displaying the garbage.
27615              
27616              Also add a note on the (missing) Unicode PSXSPC and BLANK.
27617      Branch: perl
27618            ! regcomp.c
27619 ____________________________________________________________________________
27620 [  7873] By: jhi                                   on 2000/11/26  21:31:13
27621         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
27622      Branch: perl
27623            ! regexec.c
27624 ____________________________________________________________________________
27625 [  7872] By: jhi                                   on 2000/11/26  21:06:04
27626         Log: No need to scan till infinity, 13 is enough.
27627      Branch: perl
27628            ! handy.h utf8.c
27629 ____________________________________________________________________________
27630 [  7871] By: jhi                                   on 2000/11/26  20:20:32
27631         Log: Test line numbers are different with utf8.
27632      Branch: perl
27633            ! t/op/re_tests
27634 ____________________________________________________________________________
27635 [  7870] By: jhi                                   on 2000/11/26  20:10:12
27636         Log: Message nit.
27637      Branch: perl
27638            ! regcomp.c
27639 ____________________________________________________________________________
27640 [  7869] By: jhi                                   on 2000/11/26  19:01:05
27641         Log: Make utf8_length() and utf8_distance() (the latter of which
27642              is unused at the moment) to be less forgiving about bad UTF-8.
27643      Branch: perl
27644            ! embed.h embed.pl objXSUB.h proto.h utf8.c
27645 ____________________________________________________________________________
27646 [  7868] By: jhi                                   on 2000/11/26  18:45:56
27647         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
27648              From: Benjamin Holzman <bah@ecnvantage.com>
27649              Date: Sat, 25 Nov 2000 20:40:20 -0500       
27650              Message-ID: <20001125204020.A25040@ecnvantage.com>              
27651              
27652              Debian allows installing /usr/bin/locale without installing
27653              any locales, an error message will ensue.
27654      Branch: perl
27655            ! t/pragma/locale.t
27656 ____________________________________________________________________________
27657 [  7867] By: jhi                                   on 2000/11/26  18:31:12
27658         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
27659              From: Benjamin Holzman <bah@ecnvantage.com>
27660              Date: Sun, 26 Nov 2000 02:42:34 -0500
27661              Message-ID: <20001126024234.G25040@ecnvantage.com>
27662              
27663              Patch for the bug 20000212.002.
27664      Branch: perl
27665            ! sv.c t/op/array.t
27666 ____________________________________________________________________________
27667 [  7866] By: jhi                                   on 2000/11/26  18:28:09
27668         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
27669              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27670              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
27671              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
27672              
27673              File::Temp 0.11.
27674      Branch: perl
27675            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
27676 ____________________________________________________________________________
27677 [  7865] By: jhi                                   on 2000/11/26  18:24:22
27678         Log: The metaconfig unit change for #7864.
27679      Branch: metaconfig/U/perl
27680            ! need_va_copy.U
27681 ____________________________________________________________________________
27682 [  7864] By: jhi                                   on 2000/11/26  18:23:41
27683         Log: Make the va_copy() test not to be so talkative.
27684      Branch: perl
27685            ! Configure config_h.SH
27686 ____________________________________________________________________________
27687 [  7863] By: jhi                                   on 2000/11/26  18:11:02
27688         Log: Fix locale inconsistencies unearthed by Hugo's work.
27689              Now the floating point sprintf really does taint the result
27690              string as perllocale promises (has promised for a long time)
27691              if "use locale" is in the lexical scope.
27692      Branch: perl
27693            ! sv.c t/pragma/locale.t
27694 ____________________________________________________________________________
27695 [  7862] By: jhi                                   on 2000/11/26  00:35:15
27696         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
27697              From: Nicholas Clark <nick@ccl4.org>
27698              Date: Sun, 26 Nov 2000 00:07:50 +0000
27699              Message-ID: <20001126000750.A22446@plum.flirble.org>
27700              
27701              Infinit.
27702      Branch: perl
27703            ! sv.c
27704 ____________________________________________________________________________
27705 [  7861] By: jhi                                   on 2000/11/26  00:01:26
27706         Log: Integrate perlio.
27707      Branch: perl
27708           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
27709 ____________________________________________________________________________
27710 [  7860] By: nick                                  on 2000/11/25  22:04:17
27711         Log: Correct relative path from new ext\Filter\Util\Call location
27712              back to miniperl.
27713      Branch: perlio
27714            ! win32/makefile.mk
27715 ____________________________________________________________________________
27716 [  7859] By: nick                                  on 2000/11/25  21:26:54
27717         Log: Integrate mainline.
27718      Branch: perlio
27719           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27720           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
27721           +> t/lib/filter-util.t
27722            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27723            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
27724            - t/lib/filt-util.t
27725           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
27726           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
27727           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
27728           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
27729           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
27730           !> win32/makefile.mk
27731 ____________________________________________________________________________
27732 [  7858] By: gsar                                  on 2000/11/25  20:52:17
27733         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
27734              parent's memory; fix it by keeping track of the actual pad
27735              offset rather than a raw pointer (this change is probably also
27736              relevant to non-ithreads case to avoid fallout from reallocs of
27737              the pad array, but is currently only enabled for the ithreads
27738              case in the interests of minimal disruption to existing "well
27739              tested" code)
27740      Branch: perl
27741            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
27742            ! proto.h scope.c scope.h sv.c t/op/fork.t
27743 ____________________________________________________________________________
27744 [  7857] By: nick                                  on 2000/11/25  20:01:28
27745         Log: All tests pass on Win32/gcc/USE_PERLIO.
27746              - when crlf layer is pushed make unix-level binary.
27747              - remove :crlf injection in pp_backtick in pp_sys.c
27748              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
27749      Branch: perlio
27750            ! doio.c perlio.c pp_sys.c win32/makefile.mk
27751 ____________________________________________________________________________
27752 [  7856] By: jhi                                   on 2000/11/25  18:38:30
27753         Log: Update the metaconfig units for #7855.
27754      Branch: metaconfig/U/perl
27755            ! useperlio.U usesocks.U
27756 ____________________________________________________________________________
27757 [  7855] By: jhi                                   on 2000/11/25  18:37:54
27758         Log: Undo the SOCKS workarounds, instead start using PerlIO
27759              if SOCKS is selected.
27760              
27761              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
27762              From: Jens Hamisch <jens@Strawberry.COM>
27763              Date: Fri, 24 Nov 2000 18:31:30 +0100
27764              Message-ID: <20001124183130.E28337@Strawberry.COM>
27765              
27766              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
27767              From: Jens Hamisch <jens@Strawberry.COM>
27768              Date: Fri, 24 Nov 2000 19:11:51 +0100
27769              Message-ID: <20001124191151.A28753@Strawberry.COM>
27770      Branch: perl
27771            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
27772            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
27773 ____________________________________________________________________________
27774 [  7854] By: jhi                                   on 2000/11/25  17:39:08
27775         Log: Undo #7848.  Some of the code seems to use walkoptree(),
27776              some walkoptree_slow().  An unfinished renaming?
27777              Now the sub is walkoptree() (which is @EXPORT_OK),
27778              the walkoptree_slow() is a typeglob alias to walkoptree.
27779              This makes the tests to pass, at least.
27780      Branch: perl
27781            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
27782 ____________________________________________________________________________
27783 [  7853] By: nick                                  on 2000/11/24  22:24:33
27784         Log: Re-arrange crlf vs binary for platforms that care.
27785              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
27786              Lip-service to making stdio layer work on such platfroms (untested).
27787              Now fails 3 tests rather than one, checkin to see if I can debug 
27788              the issue under linux. (Do not merge.)
27789      Branch: perlio
27790            ! doio.c perlio.c perliol.h
27791 ____________________________________________________________________________
27792 [  7852] By: jhi                                   on 2000/11/24  18:57:39
27793         Log: AUTHORS edits.
27794      Branch: perl
27795            ! AUTHORS
27796 ____________________________________________________________________________
27797 [  7851] By: jhi                                   on 2000/11/24  17:34:56
27798         Log: Add Jan-Erik Karlsson.
27799      Branch: perl
27800            ! AUTHORS
27801 ____________________________________________________________________________
27802 [  7850] By: jhi                                   on 2000/11/24  17:27:56
27803         Log: Configure should find stdchar on its own.
27804      Branch: perl
27805            ! hints/solaris_2.sh
27806 ____________________________________________________________________________
27807 [  7849] By: jhi                                   on 2000/11/24  17:24:55
27808         Log: Subject: PATCH over 7848: Filter test flawed
27809              From: andreas.koenig@anima.de (Andreas J. Koenig)
27810              Date: 24 Nov 2000 10:28:29 +0100
27811              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
27812      Branch: perl
27813            ! t/lib/filter-util.t
27814 ____________________________________________________________________________
27815 [  7848] By: jhi                                   on 2000/11/24  17:22:15
27816         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
27817              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
27818              Date: Fri, 24 Nov 2000 16:12:58 +0000
27819              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
27820      Branch: perl
27821            ! ext/B/B.pm
27822 ____________________________________________________________________________
27823 [  7847] By: jhi                                   on 2000/11/24  03:07:01
27824         Log: Integrate perlio.
27825      Branch: perl
27826           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
27827           !> win32/makefile.mk
27828 ____________________________________________________________________________
27829 [  7846] By: gsar                                  on 2000/11/24  00:55:57
27830         Log: integrate changes#6415..6418,6420..6438 from mainline
27831              
27832              Fix the bitvector ops for utf8 (tricky since past 7 bits
27833              the utf8 'characters' can be more than one octet).
27834              
27835              MPE/ix updates for perl 5.6.0 from Mark Bixby.
27836              
27837              Subject: SDBM_File documentation
27838              
27839              Detypo.
27840              
27841              Decutandpasto.
27842              
27843              Send all installperl messages to STDERR and be -w clean.
27844              
27845              Out-of-date note removed.
27846              
27847              Protect against "wild next"s, that is, callbacks doing "next"
27848              instead of "return".
27849              
27850              Use STDOUT consistently.
27851              
27852              The output might have been produced in the wrong order.
27853              
27854              A missing 'break' after the [[:space:]] switch case.
27855              
27856              Add tests for
27857              [ID 19991110.003] another matching finding by pcre author
27858              which has already been fixed by some patch, as verified in
27859              
27860              Documentation to explain the behaviour of map().
27861              
27862              Add an optimization for map-maps-a-list-element-to-more-list-elements
27863              case, but add also notes explaining the relationship of this
27864              patch and the earlier notes by Sarathy.
27865              
27866              Subject: [ID 20000716.023] syslog test fails without sockets
27867              
27868              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
27869              Test cases for #6431.
27870              
27871              File::Spec::VMS fixup for tmpdir from Craig Berry.
27872              
27873              Make the "uninit variable" warning to say "concat or string"
27874              or "join or string" when in concat or join .
27875              
27876              Get UTF16 BOMs working.  Patch from
27877              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
27878              
27879              Subject: [PATCH] Make large file tests deal with SIGXFSZ
27880              
27881              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
27882              
27883              Subject: [PATCH] av.c apidoc
27884      Branch: maint-5.6/perl
27885           !> (integrate 43 files)
27886 ____________________________________________________________________________
27887 [  7845] By: gsar                                  on 2000/11/24  00:20:45
27888         Log: integrate changes#6406..6414 from mainline
27889              
27890              Merge perlhacktut into perlhack, update perlguts.
27891              
27892              Fix AutoSplit to use File::Spec the right way in VMS,
27893              from Peter Prymmer.
27894              
27895              The bug report
27896              [ID 19991110.002] minimal matching discrepancy found by pcre author
27897              seems to have been fixed (though differently from what was suggested
27898              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
27899              
27900              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
27901              not in pod, from Peter Prymmer
27902              
27903              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
27904              From: Hugo <hv@crypt.compulink.co.uk>
27905              Date: Fri, 14 Jul 2000 23:05:20 +0100
27906              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
27907              
27908              Didn't anymore apply, but that point still could use another fix.
27909              
27910              lib/b test fixes from Peter Prymmer.
27911              
27912              More docs for sv functions.
27913              
27914              perlvms.pod whitespace cleanup to keep pod utils happy.
27915              
27916              another VMS build tweak from Peter Prymmer
27917      Branch: maint-5.6/perl
27918           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
27919           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
27920           !> vms/descrip_mms.template vms/perlvms.pod
27921 ____________________________________________________________________________
27922 [  7844] By: nick                                  on 2000/11/23  23:42:45
27923         Log: Win32/perlio Now just fails one io/argv.t test - lack 
27924              of default :crlf on standard streams.
27925      Branch: perlio
27926            ! doio.c perlio.c
27927 ____________________________________________________________________________
27928 [  7843] By: nick                                  on 2000/11/23  23:04:05
27929         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
27930              peek fail is showing a real problem (multiple crlf layers
27931              are getting pushed.)
27932      Branch: perlio
27933            ! doio.c perlio.c win32/makefile.mk
27934 ____________________________________________________________________________
27935 [  7842] By: nick                                  on 2000/11/23  19:46:23
27936         Log: Implement PerlIO_binmode()
27937              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
27938              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
27939              make binmode in t/lib/io_tell.t unconditional so that works.
27940              Checkin just so Win32 machine can see these changes.
27941      Branch: perlio
27942            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
27943 ____________________________________________________________________________
27944 [  7841] By: jhi                                   on 2000/11/23  19:30:00
27945         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
27946      Branch: perl
27947            ! README.amiga
27948 ____________________________________________________________________________
27949 [  7840] By: jhi                                   on 2000/11/23  17:18:02
27950         Log: SOCKS wrestling continues, patches from Jens Hamisch.
27951      Branch: perl
27952            ! doio.c embed.h embed.pl perlsdio.h proto.h
27953 ____________________________________________________________________________
27954 [  7839] By: jhi                                   on 2000/11/23  16:54:14
27955         Log: Push Filter::Util::Call one level deeper.
27956      Branch: perl
27957            + t/lib/filter-util.t
27958           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27959           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
27960            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27961            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
27962            - t/lib/filt-util.t
27963            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
27964            ! win32/Makefile win32/makefile.mk
27965 ____________________________________________________________________________
27966 [  7838] By: jhi                                   on 2000/11/23  16:52:40
27967         Log: Reach back one higher up when searching for PERL_SRC.
27968      Branch: perl
27969            ! lib/ExtUtils/MM_Unix.pm
27970 ____________________________________________________________________________
27971 [  7837] By: jhi                                   on 2000/11/23  16:05:41
27972         Log: Subject: Re: perl@7826
27973              Date: Thu, 23 Nov 2000 02:20:25 -0600
27974              From: "Craig A. Berry" <craigberry@mac.com>
27975              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
27976              
27977              Make VMS to like Filter::Util::Call. 
27978      Branch: perl
27979            ! configure.com ext/Filter/Util/Makefile.PL
27980 ____________________________________________________________________________
27981 [  7836] By: nick                                  on 2000/11/23  16:04:08
27982         Log: Implement crlf layer - not ready for merge.
27983      Branch: perlio
27984            ! perlio.c win32/makefile.mk
27985 ____________________________________________________________________________
27986 [  7835] By: jhi                                   on 2000/11/23  15:56:52
27987         Log: STDCHAR is different in Sparc v9 vs x86.
27988      Branch: perl
27989            ! hints/solaris_2.sh
27990 ____________________________________________________________________________
27991 [  7834] By: jhi                                   on 2000/11/23  15:50:47
27992         Log: The type needs to be visible to protos.
27993      Branch: perl
27994            ! perl.h
27995 ____________________________________________________________________________
27996 [  7833] By: jhi                                   on 2000/11/23  15:40:46
27997         Log: Finish unfinished SOCKS workaround changes.
27998      Branch: perl
27999            ! doio.c
28000 ____________________________________________________________________________
28001 [  7832] By: jhi                                   on 2000/11/23  15:33:30
28002         Log: Integrate perlio.
28003      Branch: perl
28004           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28005           !> win32/makefile.mk
28006 ____________________________________________________________________________
28007 [  7831] By: nick                                  on 2000/11/23  10:31:07
28008         Log: Correct makefile.mk dependancies for ext/Filter/Util
28009              Build ext/Encode
28010              Run dmake regen_config_h
28011      Branch: perlio
28012            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28013            ! win32/makefile.mk
28014 ____________________________________________________________________________
28015 [  7830] By: nick                                  on 2000/11/23  08:05:07
28016         Log: Integrate mainline
28017      Branch: perlio
28018           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
28019           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
28020           +> t/lib/filt-util.pl t/lib/filt-util.t
28021           !> (integrate 41 files)
28022 ____________________________________________________________________________
28023 [  7829] By: gsar                                  on 2000/11/23  03:07:11
28024         Log: build the Filter extension on windows
28025      Branch: perl
28026            ! win32/Makefile win32/makefile.mk
28027 ____________________________________________________________________________
28028 [  7828] By: gsar                                  on 2000/11/23  02:46:35
28029         Log: regenerate win32/config* and fix some inconsistencies in the
28030              makefiles; always export Perl_deb() because it is needed
28031              by ext/re/* (whether perl itself is built with -DDEBUGGING
28032              or not)
28033      Branch: perl
28034            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
28035            ! win32/config_H.vc win32/makefile.mk
28036 ____________________________________________________________________________
28037 [  7827] By: gsar                                  on 2000/11/23  02:18:38
28038         Log: get sources building on windows+MSVC again (untested with other
28039              compilers)
28040      Branch: perl
28041            ! win32/include/sys/socket.h win32/perllib.c
28042 ____________________________________________________________________________
28043 [  7826] By: jhi                                   on 2000/11/23  01:18:26
28044         Log: Update Changes.
28045      Branch: perl
28046            ! Changes patchlevel.h
28047 ____________________________________________________________________________
28048 [  7825] By: jhi                                   on 2000/11/23  00:20:41
28049         Log: Subject: Re: av.c patch (having slight problems)
28050              From: "Ben Tilly" <ben_tilly@hotmail.com>
28051              Date: Tue, 21 Nov 2000 23:29:31 -0500
28052              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
28053              
28054              unshift() speedup.
28055      Branch: perl
28056            ! av.c
28057 ____________________________________________________________________________
28058 [  7824] By: jhi                                   on 2000/11/22  23:59:15
28059         Log: Fixes for signedness warnings noticed by VMSperlers.
28060      Branch: perl
28061            ! ext/Storable/Storable.xs regcomp.c sv.c
28062 ____________________________________________________________________________
28063 [  7823] By: jhi                                   on 2000/11/22  23:19:31
28064         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
28065              From: Peter Prymmer <pvhp@forte.com>
28066              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
28067              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
28068      Branch: perl
28069            ! t/pragma/warn/pp_hot
28070 ____________________________________________________________________________
28071 [  7822] By: jhi                                   on 2000/11/22  22:52:20
28072         Log: Be clean.
28073      Branch: perl
28074            ! Makefile.SH
28075 ____________________________________________________________________________
28076 [  7821] By: jhi                                   on 2000/11/22  22:46:39
28077         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
28078              by Damian Conway, as suggested by Paul Marquess.
28079      Branch: perl
28080            + lib/Filter/Simple.pm
28081 ____________________________________________________________________________
28082 [  7820] By: jhi                                   on 2000/11/22  22:45:51
28083         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
28084      Branch: perl
28085            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
28086            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
28087            + t/lib/filt-util.t
28088            ! MANIFEST
28089 ____________________________________________________________________________
28090 [  7819] By: jhi                                   on 2000/11/22  22:03:27
28091         Log: Integrate perlio.
28092      Branch: perl
28093           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
28094           !> win32/makefile.mk
28095 ____________________________________________________________________________
28096 [  7818] By: jhi                                   on 2000/11/22  21:56:02
28097         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
28098      Branch: perl
28099            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
28100            ! t/lib/io_sock.t
28101 ____________________________________________________________________________
28102 [  7817] By: jhi                                   on 2000/11/22  21:39:49
28103         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
28104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28105              Date: Wed, 22 Nov 2000 16:08:12 -0500
28106              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
28107      Branch: perl
28108            ! lib/ExtUtils/Liblist.pm
28109 ____________________________________________________________________________
28110 [  7816] By: jhi                                   on 2000/11/22  21:38:25
28111         Log: Go ahead and #include <unistd.h> in perl.h.
28112      Branch: perl
28113            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
28114            ! util.c
28115 ____________________________________________________________________________
28116 [  7815] By: jhi                                   on 2000/11/22  21:22:52
28117         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
28118              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28119              Date: Mon, 20 Nov 2000 18:30:52 -0500
28120              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
28121      Branch: perl
28122            ! pod/perlre.pod regcomp.c t/op/re_tests
28123 ____________________________________________________________________________
28124 [  7814] By: jhi                                   on 2000/11/22  21:21:46
28125         Log: Subject: [PATCH 5.7.0] Liblist finally works
28126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28127              Date: Tue, 21 Nov 2000 22:02:17 -0500
28128              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
28129      Branch: perl
28130            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
28131            ! lib/ExtUtils/MakeMaker.pm
28132 ____________________________________________________________________________
28133 [  7813] By: jhi                                   on 2000/11/22  21:20:23
28134         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
28135              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28136              Date: Wed, 22 Nov 2000 17:53:15 +0100
28137              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
28138              
28139              AIX dynaloader and perlio patch.
28140      Branch: perl
28141            ! ext/DynaLoader/dl_aix.xs
28142 ____________________________________________________________________________
28143 [  7812] By: jhi                                   on 2000/11/22  21:17:52
28144         Log: (Accidentally empty patch.)
28145      Branch: perl
28146            ! av.c
28147 ____________________________________________________________________________
28148 [  7811] By: jhi                                   on 2000/11/22  21:16:31
28149         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
28150              From: Peter Prymmer <pvhp@forte.com>
28151              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
28152              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
28153      Branch: perl
28154            ! vms/test.com
28155 ____________________________________________________________________________
28156 [  7810] By: jhi                                   on 2000/11/22  21:15:36
28157         Log: Subject: Re: perl@7777 
28158              From: "John P. Linderman" <jpl@research.att.com>
28159              Date: Wed, 22 Nov 2000 13:11:11 -0500
28160              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
28161              
28162              Detypoing.
28163      Branch: perl
28164            ! lib/CPAN.pm
28165 ____________________________________________________________________________
28166 [  7809] By: jhi                                   on 2000/11/22  21:14:19
28167         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
28168              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28169              Date:     Wed, 22 Nov 2000 13:51:37 EST
28170              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
28171      Branch: perl
28172            ! perlsdio.h
28173 ____________________________________________________________________________
28174 [  7808] By: jhi                                   on 2000/11/22  21:13:27
28175         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
28176              From: Casey Tweten <crt@kiski.net>
28177              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
28178              Message-Id: <200011201653.LAA10194@home.kiski.net>
28179      Branch: perl
28180            ! t/lib/io_udp.t
28181 ____________________________________________________________________________
28182 [  7807] By: jhi                                   on 2000/11/22  21:12:35
28183         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
28184              From: Casey Tweten <crt@kiski.net>
28185              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
28186              Message-Id: <200011201636.LAA07227@home.kiski.net>
28187      Branch: perl
28188            ! t/lib/io_sock.t
28189 ____________________________________________________________________________
28190 [  7806] By: jhi                                   on 2000/11/22  21:10:59
28191         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
28192              From: "Casey R. Tweten" <crt@kiski.net>
28193              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
28194              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
28195      Branch: perl
28196            ! utils/h2xs.PL
28197 ____________________________________________________________________________
28198 [  7805] By: nick                                  on 2000/11/22  21:05:06
28199         Log: Integrate mainline
28200      Branch: perlio
28201           !> Changes Porting/genlog ext/DB_File/DB_File.xs
28202           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
28203           !> utils/perlbug.PL
28204 ____________________________________________________________________________
28205 [  7804] By: jhi                                   on 2000/11/22  21:01:12
28206         Log: Subject: [PATCH] Test.pm POD peculiarity
28207              From: "Casey R. Tweten" <crt@kiski.net>
28208              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
28209              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
28210      Branch: perl
28211            ! lib/Test.pm
28212 ____________________________________________________________________________
28213 [  7803] By: jhi                                   on 2000/11/22  20:59:59
28214         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
28215              From: "Philip Newton" <pnewton@gmx.de>
28216              Date: Wed, 22 Nov 2000 14:25:53 +0100
28217              Message-Id: <3A1BD771.25462.1939FAD@localhost>
28218              
28219              Be case-understanding also on 's', and use the -oi of sendmail
28220              not to terminate the transmission on a lone '.'.
28221      Branch: perl
28222            ! utils/perlbug.PL
28223 ____________________________________________________________________________
28224 [  7802] By: nick                                  on 2000/11/22  20:51:42
28225         Log: Win32 PerlIO intermediate state now working as expected.
28226              - In current state we are still using C runtime in text/binary
28227              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
28228              - PERLIO=stdio and PERLIO=unix pass all expected tests.
28229              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
28230              and PerlIO_seek() and the dummy crlf layer is not making adjustments
28231              for CRLF translation happening in C runtime. All other tests pass.
28232              
28233              Added note to README.win32 to point out the snags of doing a perl build
28234              with Norton AntiVirus turned on.
28235              
28236              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
28237              which file a fail comes from.
28238              
28239              Updated "canned" config.h to match the one generated.
28240      Branch: perlio
28241            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
28242            ! win32/makefile.mk
28243 ____________________________________________________________________________
28244 [  7801] By: jhi                                   on 2000/11/22  06:50:20
28245         Log: Nickety nits.
28246      Branch: perl
28247            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
28248 ____________________________________________________________________________
28249 [  7800] By: jhi                                   on 2000/11/22  01:29:55
28250         Log: Changes had accidentally gone too silent on non-main branches.
28251      Branch: perl
28252            ! Changes Porting/genlog patchlevel.h
28253 ____________________________________________________________________________
28254 [  7799] By: gsar                                  on 2000/11/22  01:02:56
28255         Log: some lib_pm.PL changes snuck in via change#7772
28256      Branch: maint-5.6/perl
28257            ! Makefile.SH
28258 ____________________________________________________________________________
28259 [  7798] By: nick                                  on 2000/11/21  21:59:40
28260         Log: Integrate mainline
28261      Branch: perlio
28262           !> (integrate 28 files)
28263 ____________________________________________________________________________
28264 [  7797] By: jhi                                   on 2000/11/21  21:01:45
28265         Log: Integrate perlio.
28266      Branch: perl
28267           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
28268 ____________________________________________________________________________
28269 [  7796] By: nick                                  on 2000/11/21  20:36:22
28270         Log: Win32 builds and runs (mostly) with USE_PERLIO.
28271              PERLIO=perlio passes all tests. 
28272              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
28273      Branch: perlio
28274            ! perlio.c win32/perllib.c win32/win32.c
28275 ____________________________________________________________________________
28276 [  7795] By: jhi                                   on 2000/11/21  19:03:44
28277         Log: Update Changes.
28278      Branch: perl
28279            ! Changes patchlevel.h
28280 ____________________________________________________________________________
28281 [  7794] By: jhi                                   on 2000/11/21  18:56:34
28282         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
28283              From: "Craig A. Berry" <craigberry@mac.com>
28284              Date: Mon, 20 Nov 2000 20:27:06 -0600
28285              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
28286              
28287              A cut-and-pasto.
28288      Branch: perl
28289            ! perlio.h
28290 ____________________________________________________________________________
28291 [  7793] By: jhi                                   on 2000/11/21  18:54:41
28292         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
28293              From: Dominic Dunlop <domo@computer.org> 
28294              Date: Mon, 20 Nov 2000 18:55:29 +0100
28295              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
28296              
28297              va_copy() and the need of it.
28298              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
28299      Branch: metaconfig/U/perl
28300            + need_va_copy.U
28301      Branch: perl
28302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28303            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
28304            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
28305            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28306            ! win32/config.bc win32/config.gc win32/config.vc
28307 ____________________________________________________________________________
28308 [  7792] By: jhi                                   on 2000/11/21  17:04:10
28309         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
28310      Branch: perl
28311           !> scope.h
28312 ____________________________________________________________________________
28313 [  7791] By: jhi                                   on 2000/11/21  17:01:16
28314         Log: Export the SOCKS workaround symbols only if necessary.
28315      Branch: perl
28316            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
28317 ____________________________________________________________________________
28318 [  7790] By: nick                                  on 2000/11/20  23:57:11
28319         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
28320      Branch: perlio
28321            ! scope.h
28322 ____________________________________________________________________________
28323 [  7789] By: nick                                  on 2000/11/20  23:38:33
28324         Log: Integrate mainline
28325      Branch: perlio
28326           +> lib/File/Spec/Epoc.pm
28327           !> (integrate 34 files)
28328 ____________________________________________________________________________
28329 [  7788] By: nick                                  on 2000/11/20  23:20:18
28330         Log: Make extra buffer layer work (dummy crlf layer)
28331      Branch: perlio
28332            ! doio.c perlio.c perlio.h
28333 ____________________________________________________________________________
28334 [  7787] By: jhi                                   on 2000/11/20  22:44:04
28335         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
28336              From: Peter Prymmer <pvhp@forte.com>
28337              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
28338              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
28339      Branch: perl
28340            ! t/pragma/locale.t
28341 ____________________________________________________________________________
28342 [  7786] By: jhi                                   on 2000/11/20  22:29:10
28343         Log: Subject: DOC PATCH 5.6.0 perlreftut
28344              From: mjd@plover.com
28345              Date: 20 Nov 2000 19:45:06 -0000
28346              Message-ID: <20001120194506.9505.qmail@plover.com>
28347      Branch: perl
28348            ! pod/perlreftut.pod
28349 ____________________________________________________________________________
28350 [  7785] By: jhi                                   on 2000/11/20  22:27:44
28351         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
28352              From: David Dyck <dcd@tc.fluke.com>
28353              Date: Mon, 20 Nov 2000 11:43:40 -0800
28354              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
28355      Branch: perl
28356            ! lib/Cwd.pm
28357 ____________________________________________________________________________
28358 [  7784] By: jhi                                   on 2000/11/20  22:23:21
28359         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
28360              Date: Mon, 20 Nov 2000 17:06:10 -0500
28361              To: Mailing list Perl5 <perl5-porters@perl.org>
28362              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
28363      Branch: perl
28364            ! pp_ctl.c t/op/pat.t
28365 ____________________________________________________________________________
28366 [  7783] By: jhi                                   on 2000/11/20  22:11:18
28367         Log: Subject: [PATCH] doop.c - UTF8 tr///               
28368              From: Simon Cozens <simon@cozens.net>
28369              Date: Sat, 18 Nov 2000 18:49:30 +0000
28370              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
28371              
28372              Subject: Re: [PATCH] doop.c - UTF8 tr///           
28373              From: Simon Cozens <simon@cozens.net>
28374              Date: Mon, 20 Nov 2000 20:45:22 +0000
28375              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
28376              
28377              Make tr on UTF-8 better but still not correct.
28378      Branch: perl
28379            ! doop.c
28380 ____________________________________________________________________________
28381 [  7782] By: jhi                                   on 2000/11/20  22:02:16
28382         Log: Remove the shared object before attempting to create
28383              (by linking) a new one.  E.g. in AIX not removing
28384              becomes quite painful if one tries to do more than one
28385              build in the same tree (an interrupted build, for example),
28386              since the AIX' shared dynaloader seemingly keeps the shared
28387              objects open and therefore 'busy' for quite a while, even when
28388              nobody is using the objects, leading into link failures.
28389      Branch: perl
28390            ! lib/ExtUtils/MM_Unix.pm
28391 ____________________________________________________________________________
28392 [  7781] By: gsar                                  on 2000/11/20  19:02:55
28393         Log: type mismatch due to faulty integration
28394      Branch: maint-5.6/perl
28395            ! toke.c win32/Makefile
28396 ____________________________________________________________________________
28397 [  7780] By: gsar                                  on 2000/11/20  17:31:55
28398         Log: integrate changes#6392,6394..6399,6401..6404
28399              
28400              The {multiplier} of a fixed substring was overlooked which
28401              caused a wrong initial search offset for that substring.
28402              
28403              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
28404              From: Hugo <hv@crypt.compulink.co.uk>
28405              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
28406              Date: Thu, 13 Jul 2000 19:27:13 +0100
28407              
28408              Fix the BOM bug: not a byteorder bug, a signedness bug.
28409              
28410              Replace change #6337 with a better one.
28411              
28412              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
28413              From: Hugo <hv@crypt.compulink.co.uk>
28414              Date: Fri, 14 Jul 2000 04:16:20 +0100
28415              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
28416              
28417              MakeMaker should not remove editor backups (*~) on `make clean`
28418              by default (completes change#6383)
28419              
28420              move new variables to the end of the interpreter structure (for
28421              bincompat in code that doesn't #include XSUB.h)
28422              
28423              rename totally bletcherous SvLOCK() thingy (doesn't do what the
28424              name suggests anyway)
28425              
28426              various cleanups (typos, misformatted code, and small bugs)
28427              
28428              typecasts needed for change#6394
28429              
28430              typos in change#6399, regen headers
28431              
28432              inconsistent types needs casts
28433              
28434              PERL_OBJECT build tweaks
28435      Branch: maint-5.6/perl
28436           !> MANIFEST doop.c embed.h embed.pl embedvar.h
28437           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
28438           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
28439           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
28440           !> toke.c util.c
28441 ____________________________________________________________________________
28442 [  7779] By: gsar                                  on 2000/11/20  17:06:29
28443         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
28444              
28445              Cosmetics and perldelta.
28446              
28447              Fix nits noticed by Boston.pm.
28448              
28449              Do the cc sanity check both before the hints and
28450              after the cc selction.
28451              
28452              get sprintf.t to adjust properly for 3-digit exponents
28453              
28454              don't clobber *.orig files on *clean targets
28455              
28456              fix bugs in processing %v-*d and similar format specs (from
28457              Avi Finkel <avi@finkel.org>)
28458              
28459              sprintf test tweaks (from Dominic Dunlop)
28460              
28461              new selfloader.t in change#6183 doesn't close DATA handles,
28462              and thus fails to clean up tmp files on dosish platforms
28463              
28464              typos (spotted by Peter Prymmer)
28465              
28466              typo fix from Craig Berry
28467      Branch: maint-5.6/perl
28468           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
28469           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
28470           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
28471           !> x2p/Makefile.SH
28472 ____________________________________________________________________________
28473 [  7778] By: gsar                                  on 2000/11/20  16:46:51
28474         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
28475              
28476              Subject: Re: format bug report  [Patch]
28477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28478              Date: Wed, 05 Jul 2000 13:12:52 +0200
28479              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
28480              
28481              Subject: Re: format bug report  [Patch]
28482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28483              Date: Wed, 05 Jul 2000 14:10:01 +0200
28484              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
28485              
28486              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
28487              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28488              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
28489              Date: Fri, 07 Jul 2000 17:57:16 +0100
28490              
28491              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
28492              To: perl5-porters@perl.org
28493              From: Karsten Sperling <spiff@phreax.net>
28494              Date: Mon, 10 Jul 2000 15:12:52 +0200
28495              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
28496              
28497              README.posix-bc podified from Thomas Dorner.
28498              
28499              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
28500              From: Dominic Dunlop <domo@computer.org>
28501              Date: Tue, 11 Jul 2000 12:27:33 +0200
28502              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
28503              
28504              Typo in #6341.
28505              
28506              Fix for
28507              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
28508              From: Roderick Schertler <roderick@argon.org>
28509              Date: Tue, 11 Jul 2000 13:55:05 -0400
28510              Message-Id: <200007111755.NAA05077@jones.argon.org>
28511              
28512              Minor cleanups on the booklist.
28513              
28514              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
28515              regen perltoc.
28516              
28517              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
28518      Branch: maint-5.6/perl
28519           +> pod/perlbook.pod
28520           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
28521           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
28522           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
28523 ____________________________________________________________________________
28524 [  7777] By: jhi                                   on 2000/11/20  16:08:49
28525         Log: Update Changes.
28526      Branch: perl
28527            ! Changes patchlevel.h
28528 ____________________________________________________________________________
28529 [  7776] By: jhi                                   on 2000/11/20  15:27:56
28530         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
28531              This may be overly harsh but until proven otherwise, we think this
28532              way, or until we have a simple test for Configure (having to start
28533              up servers is does not count as simple) to check for the problems.
28534      Branch: perl
28535            ! perl.h
28536 ____________________________________________________________________________
28537 [  7775] By: jhi                                   on 2000/11/20  15:22:17
28538         Log: Solaris hints tweaks.
28539      Branch: perl
28540            ! hints/solaris_2.sh
28541 ____________________________________________________________________________
28542 [  7774] By: jhi                                   on 2000/11/20  15:01:20
28543         Log: Add a workaround to SOCKS 64-bit problems.
28544      Branch: perl
28545            ! doio.c embed.h embed.pl perlsdio.h proto.h
28546 ____________________________________________________________________________
28547 [  7773] By: jhi                                   on 2000/11/20  14:51:47
28548         Log: sysseek() instead of seek().
28549      Branch: perl
28550            ! t/lib/syslfs.t
28551 ____________________________________________________________________________
28552 [  7772] By: gsar                                  on 2000/11/20  13:06:23
28553         Log: integrate changes#6315..6319,6321..6331,6333..6338
28554              
28555              Integrate with Sarathy, preliminary fix for unicos
28556              alignment problems in [ID 20000612.002] Perl problem on Cray system.
28557              
28558              some debugger output does not go to the socket when RemotePort is set
28559              
28560              winsock cleanup never done on Windows (leads to handle leaks)
28561              
28562              fix UNC path handling on Windows under ithreads, and chdir()
28563              return value when given a non-existent directory
28564              
28565              Autogenerate pod/Makefile and pod/buildtoc.
28566              buildtoc also checks whether the existin pods are
28567              mentioned in MANIFEST and perl.pod, and vice versa.
28568              (None of the thusly found discrepancies fixed yet.)
28569              roffitall also needs to be autogenerated similarly but it
28570              seems so badly out of date that I didn't touch it yet.
28571              
28572              Config is being used.
28573              
28574              Add =head1 NAMEs so that buildtoc is happy.
28575              (The CGI::Util nit reported to Lincoln.)
28576              
28577              Fix complaints of buildtoc.
28578              
28579              Fix the alignment problem in Crays ([ID 20000612.002]).
28580              
28581              Remove perlbook, update perlfaq book listing,
28582              rearrange perl.pod, regenerate perltoc.
28583              
28584              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
28585              was cast to an unsigned (32-bit) integer with wild abandon.
28586              
28587              winsock options weren't being set in all threads under ithreads
28588              (caused send()s from second and subsequent threads to fail)
28589              
28590              accept() leaks memory on windows due to incorrect ordering of
28591              closesocket() and fclose() calls
28592              
28593              Reorder perl.pod once more.
28594              
28595              More POSIX.pod tweaks.
28596              
28597              Sprinkle ldlibpath.
28598              
28599              Precedence goof, fix based on
28600              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
28601              From: Hugo <hv@crypt.compulink.co.uk>
28602              Date: Tue, 11 Jul 2000 12:52:38 +0100
28603              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
28604              
28605              Subject: PATCH perlguts.pod: Document D and d magic types
28606              From: mjd@plover.com
28607              Date: 5 Jul 2000 18:01:51 -0000
28608              Message-ID: <20000705180151.29413.qmail@plover.com>
28609              
28610              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
28611              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
28612              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
28613              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
28614              
28615              Subject: [PATCH cfgperl] $& segfaults if you trick it
28616              From: simon@brecon.co.uk (Simon Cozens)
28617              Date: 7 Jul 2000 11:26:09 GMT
28618              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
28619              
28620              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
28621              From: Hugo <hv@crypt.compulink.co.uk>
28622              Date: Tue, 11 Jul 2000 12:44:50 +0100
28623              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
28624              
28625              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
28626              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28627              Date: Tue, 11 Jul 2000 13:50:51 +0100
28628              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
28629      Branch: maint-5.6/perl
28630           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
28631           +> pod/buildtoc.PL
28632            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
28633           !> (integrate 26 files)
28634 ____________________________________________________________________________
28635 [  7771] By: gsar                                  on 2000/11/20  12:31:42
28636         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
28637              6310,6311,6314
28638              
28639              Subject: [PATCH bleedperl] File::Spec 0.82 beta
28640              From: Barrie Slaymaker <barries@jester.slaysys.com>
28641              Date: Wed, 28 Jun 2000 11:35:29 -0400
28642              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
28643              
28644              tweak perlembed for multiplicity/usethreads sanity; correct notes
28645              about Windows
28646              
28647              localize %INC in a Safe compartment so that use/require work
28648              (many other magic globals probably need similar treatment)
28649              
28650              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
28651              when @_ is modified, causing coredumps
28652              
28653              slurp mode fix in change#4736 still not quite right
28654              
28655              Point to perlipc for more SysV IPC examples.
28656              
28657              Elaborate POSIX.pod.  Still needs work.
28658              
28659              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
28660              
28661              fix large memory leak that has been around for ever, masked by
28662              -DPURIFY (most of the arenas were never freed!)
28663              
28664              fix memory leak on Windows (PL_sys_intern contents were never
28665              freed)
28666              
28667              PERL_OBJECT build tweak
28668              
28669              adjust change#6299
28670              
28671              remove rel2abs prototypes (from Barrie Slaymaker)
28672              
28673              missing perldiag entry for unpack("w",...) diagnostic (from
28674              Andreas Koenig)
28675              
28676              better diagnostic on Frob->stuff() when Frob:: doesn't exist
28677              (from Richard Soderberg <rs@oregonnet.com>)
28678              
28679              Win32 patches for cfgperl from Sarathy.
28680              
28681              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
28682              
28683              More POSIX.pod embellishment.
28684              
28685              tyop in change#6306
28686      Branch: maint-5.6/perl
28687           !> (integrate 44 files)
28688 ____________________________________________________________________________
28689 [  7770] By: gsar                                  on 2000/11/20  11:51:00
28690         Log: integrate changes#6268..6282 from cfgperl branch
28691              
28692              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
28693              From: Dominic Dunlop <domo@computer.org>
28694              Date: Thu, 29 Jun 2000 12:32:39 +0200
28695              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
28696              
28697              Regen headers for #6261 (and update embed.pl for this) and #6267,
28698              silence few compiler warnings.
28699              
28700              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
28701              From: Nicholas Clark <nick@talking.bollo.cx>
28702              Date: Fri, 23 Jun 2000 16:21:15 +0100
28703              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
28704              
28705              Subject: PATCH pod/perltie.pod
28706              From: Ian Phillipps <Ian.Phillipps@iname.com>
28707              Date: Fri, 16 Jun 2000 00:17:19 +0100
28708              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
28709              (only the first hunk, the second hunk had already been done
28710              by some other patch)
28711              
28712              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
28713              From: Tom Phoenix <rootbeer@redcat.com>
28714              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
28715              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
28716              
28717              Subject: [PATCH] xsub attributes
28718              From: Doug MacEachern <dougm@covalent.net>
28719              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
28720              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
28721              
28722              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
28723              From: Andy Dougherty <doughera@lafayette.edu>
28724              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
28725              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
28726              
28727              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
28728              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28729              Date: Tue, 13 Jun 2000 02:43:48 -0500
28730              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
28731              
28732              Subject: [PATCH] Re: eval documentation: context
28733              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28734              Date: Mon, 12 Jun 2000 15:07:29 +0100
28735              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
28736              
28737              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
28738              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28739              Date: Mon, 12 Jun 2000 14:55:59 +0100
28740              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
28741              
28742              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
28743              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
28744              Date: Fri, 09 Jun 2000 12:39:27 -0400
28745              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
28746              (plus update the version "number" of Text::Wrap)
28747              
28748              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
28749              From: Tim Ayers <tayers@bridge.com>
28750              Date: Thu, 08 Jun 2000 08:11:06 +0200
28751              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
28752              [resent by Richard Foley, Message-Id probably wrong]
28753              
28754              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
28755              From: rspier@pobox.com (Robert Spier)
28756              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
28757              Message-ID: <14654.31913.845602.610277@rls.cx>
28758              
28759              Subject: [PATCH 5.6.0] utils/h2xs.PL
28760              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28761              Date: Wed, 7 Jun 2000 04:02:04 -0500
28762              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
28763              
28764              Subject: [PATCH 5.6.0]ITHREADs for VMS
28765              From: Dan Sugalski <dan@sidhe.org>
28766              Date: Tue, 06 Jun 2000 11:59:50 -0400
28767              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
28768      Branch: maint-5.6/perl
28769           !> (integrate 31 files)
28770 ____________________________________________________________________________
28771 [  7769] By: gsar                                  on 2000/11/20  11:29:06
28772         Log: integrate changes#6261..6266 from cfgperl
28773              
28774              Subject: Re: [PATCH cfgperl] BOMs away!
28775              From: simon@brecon.co.uk (Simon Cozens)
28776              Date: 17 Jun 2000 11:49:57 GMT
28777              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
28778              
28779              Subject: 5.6.0 Patch for EPOC
28780              From: Olaf Flebbe <o.flebbe@gmx.de>
28781              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
28782              Message-ID: <23449.960929969@www11.gmx.net>
28783              
28784              tr fixes from Simon Cozens
28785              
28786              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
28787              From: Marty Lucich <marty@netcom.com>
28788              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
28789              Message-Id: <200006282116.OAA11148@netcom.com>
28790              ccdlflags update (the BSD/OS 4.1 part had already been taken
28791              care of by #6141).
28792              
28793              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
28794              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28795              Date: Wed, 28 Jun 2000 17:50:12 -0700
28796              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
28797              
28798              Subject: [PATCH 5.6.0] cygwin port
28799              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
28800              From: "Fifer, Eric" <EFifer@sanwaint.com>
28801              Date: Thu, 29 Jun 2000 12:58:29 +0100
28802      Branch: maint-5.6/perl
28803           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
28804           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
28805           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28806           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
28807 ____________________________________________________________________________
28808 [  7768] By: gsar                                  on 2000/11/20  11:13:44
28809         Log: integrate changes#6252..6256,6259..6260
28810              
28811              Paranoia tweak on #6249.
28812              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
28813              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
28814              Date: Sun, 25 Jun 2000 23:43:12 -0400
28815              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
28816              
28817              Subject: tr///, help wanted.
28818              From: simon@brecon.co.uk (Simon Cozens)
28819              Date: 28 Jun 2000 11:29:04 GMT
28820              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
28821              
28822              small thinko tweaks
28823              
28824              tweaks from Simon Conzes to further fix tr/// under utf8
28825              
28826              perlnewmod was missing from MANIFEST.
28827              
28828              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
28829              From: simon@brecon.co.uk (Simon Cozens)
28830              Date: 17 Jun 2000 11:56:44 GMT
28831              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
28832              pack U0, pack C0
28833      Branch: maint-5.6/perl
28834           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
28835           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
28836           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
28837           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
28838 ____________________________________________________________________________
28839 [  7767] By: gsar                                  on 2000/11/20  10:51:38
28840         Log: integrate change#6250 from cfgperl
28841              
28842              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
28843              From: Doug MacEachern <dougm@covalent.net>
28844              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
28845              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
28846      Branch: maint-5.6/perl
28847           +> t/op/my_stash.t
28848           !> MANIFEST embed.pl global.sym proto.h toke.c
28849 ____________________________________________________________________________
28850 [  7766] By: gsar                                  on 2000/11/20  10:48:34
28851         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
28852              
28853              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
28854              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28855              Date: Mon, 26 Jun 2000 18:40:14 +0100
28856              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
28857              
28858              Subject: [PATCH] bytes<->utf8 fixes
28859              From: simon@brecon.co.uk (Simon Cozens)
28860              Date: 26 Jun 2000 04:55:45 GMT
28861              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
28862              
28863              Subject: [PATCH] is_utf8_string
28864              From: simon@brecon.co.uk (Simon Cozens)
28865              Date: 26 Jun 2000 02:25:59 GMT
28866              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
28867              
28868              Subject: [PATCH] avoid mg_ptr in '*' magic
28869              From: Doug MacEachern <dougm@covalent.net>
28870              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
28871              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
28872              
28873              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
28874              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
28875              Date: Sat, 24 Jun 2000 13:06:20 +0100
28876              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
28877              
28878              Allow for standalone testing.
28879              
28880              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
28881              From: Mark-Jason Dominus <mjd@plover.com>
28882              Date: Tue, 27 Jun 2000 22:36:42 -0400
28883              Message-ID: <20000628023642.12166.qmail@plover.com>
28884              
28885              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
28886              From: Frank Tobin <ftobin@uiuc.edu>
28887              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
28888              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
28889      Branch: maint-5.6/perl
28890           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
28891           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
28892           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
28893           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
28894           !> utf8.c utils/h2xs.PL
28895 ____________________________________________________________________________
28896 [  7765] By: gsar                                  on 2000/11/20  10:29:13
28897         Log: integrate change#6239 from cfgperl
28898              
28899              Configure maintenance.  Sever some dependency cycles,
28900              separate gccversion from the cc unit,
28901              address [ID 20000623.006] Configure script patch for using gcc on AIX
28902              (but solve it a little bit differently),
28903              unduplex some accidentally duplicated units,
28904              suggest using gcc if no cc available
28905              (p5p thread: "Solaris configure: counterproposal", 1999-09)
28906      Branch: maint-5.6/perl
28907           !> Configure Todo-5.6 config_h.SH
28908 ____________________________________________________________________________
28909 [  7764] By: gsar                                  on 2000/11/20  10:25:55
28910         Log: integrate changes#6233..6238 from cfgperl
28911              
28912              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
28913              From: Mark-Jason Dominus <mjd@plover.com>
28914              Date: Fri, 16 Jun 2000 20:53:04 -0400
28915              Message-ID: <20000617005304.8008.qmail@plover.com>
28916              
28917              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
28918              because when run as services (Win32ese for daemons)
28919              no environment variables are set and tmpdir ends up as /tmp,
28920              which is ambiguous.
28921              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
28922              From: matt@sergeant.org
28923              Date: 16 Jun 2000 16:30:43 -0000
28924              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
28925              
28926              The thread begun by
28927              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
28928              From: Kevin.Ruscoe@ubsw.com
28929              Date: Fri, 16 Jun 2000 16:38:51 +0100
28930              Message-Id: <H000019b03c300d6@MHS>
28931              
28932              Tweak embed.pl, regen headers.
28933              
28934              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
28935              From: Dan Sugalski <dan@sidhe.org>
28936              Date: Fri, 23 Jun 2000 17:00:00 -0400
28937              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
28938      Branch: maint-5.6/perl
28939           !> (integrate 27 files)
28940 ____________________________________________________________________________
28941 [  7763] By: gsar                                  on 2000/11/20  10:08:08
28942         Log: s/perl56delta/perldelta/g
28943      Branch: maint-5.6/perl
28944            ! pod/Makefile
28945 ____________________________________________________________________________
28946 [  7762] By: gsar                                  on 2000/11/20  10:04:00
28947         Log: integrate changes#6225,6229,6231,6232 from cfgperl
28948              
28949              Add source code filenames to apidoc.
28950              From: simon@brecon.co.uk (Simon Cozens)
28951              Subject: [PATCH embed.pl] Source X-ref
28952              Date: 22 Jun 2000 02:18:49 GMT
28953              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
28954              
28955              Subject: README.hpux version 0.6.1
28956              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
28957              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28958              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
28959              
28960              Subject: [PATCH 5.6.0] cygwin port
28961              From: "Fifer, Eric" <EFifer@sanwaint.com>
28962              Date: Tue, 20 Jun 2000 14:30:58 +0100
28963              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
28964              
28965              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
28966              From: simon@brecon.co.uk (Simon Cozens)
28967              Date: 19 Jun 2000 15:18:27 GMT
28968              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
28969              
28970              plus update pod/Makefile and regenerate perltoc
28971      Branch: maint-5.6/perl
28972           +> pod/perlutil.pod
28973           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
28974           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
28975 ____________________________________________________________________________
28976 [  7761] By: jhi                                   on 2000/11/20  04:09:55
28977         Log: Miraculous typo.
28978      Branch: perl
28979            ! t/op/pat.t
28980 ____________________________________________________________________________
28981 [  7760] By: jhi                                   on 2000/11/20  04:06:08
28982         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28983              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28984              Date: Sun, 19 Nov 2000 22:30:26 -0500
28985              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
28986      Branch: perl
28987            ! regexec.c scope.h t/op/pat.t
28988 ____________________________________________________________________________
28989 [  7759] By: jhi                                   on 2000/11/20  02:05:22
28990         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
28991      Branch: perl
28992            ! perl.h
28993 ____________________________________________________________________________
28994 [  7758] By: jhi                                   on 2000/11/20  01:58:11
28995         Log: Subject: [perl 7711: EPOC] updates
28996              From: Olaf Flebbe <o.flebbe@gmx.de>
28997              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
28998              Message-ID: <25575.974658810@www23.gmx.net>               
28999      Branch: perl
29000            + lib/File/Spec/Epoc.pm
29001            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
29002            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
29003            ! lib/File/Spec.pm perl.c sv.c
29004 ____________________________________________________________________________
29005 [  7757] By: jhi                                   on 2000/11/20  01:53:11
29006         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
29007      Branch: perl
29008            ! MANIFEST
29009 ____________________________________________________________________________
29010 [  7756] By: jhi                                   on 2000/11/20  01:47:22
29011         Log: Integrate perlio.
29012      Branch: perl
29013            - ext/re/hints/MSWin32.pl
29014           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
29015           !> win32/config.gc win32/config_H.gc win32/win32sck.c
29016 ____________________________________________________________________________
29017 [  7755] By: nick                                  on 2000/11/19  20:57:17
29018         Log: Add dummy crlf layer (just as buffer)
29019              Correct 1st bug - one layer of indirection.
29020      Branch: perlio
29021            ! perlio.c perlio.h perliol.h
29022 ____________________________________________________________________________
29023 [  7754] By: nick                                  on 2000/11/19  20:56:12
29024         Log: Work-round to Perl_deb_nocontext is no longer required
29025      Branch: perlio
29026            - ext/re/hints/MSWin32.pl
29027 ____________________________________________________________________________
29028 [  7753] By: nick                                  on 2000/11/19  20:01:16
29029         Log: diff -se shows these as different
29030      Branch: perlio
29031            ! global.sym pod/perlapi.pod
29032 ____________________________________________________________________________
29033 [  7752] By: nick                                  on 2000/11/19  18:57:30
29034         Log: Configure GCC/Win32 build -Duseperlio
29035              Fix a couple of gross issues
29036              - double-include of ../deb.o in re.dll
29037              - win32sck.c needs PerlIO and FILE 
29038      Branch: perlio
29039            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
29040            ! win32/win32sck.c
29041 ____________________________________________________________________________
29042 [  7751] By: nick                                  on 2000/11/19  17:05:36
29043         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
29044      Branch: perlio
29045            ! perlio.c
29046 ____________________________________________________________________________
29047 [  7750] By: nick                                  on 2000/11/19  16:57:14
29048         Log: Missing aTHX_
29049      Branch: perlio
29050            ! sv.c
29051 ____________________________________________________________________________
29052 [  7749] By: jhi                                   on 2000/11/19  16:28:40
29053         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
29054              From: "Peter J. Farley III" <pjfarley@banet.net>
29055              Date: Sun, 19 Nov 2000 01:42:58 -0500
29056              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
29057      Branch: perl
29058            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
29059 ____________________________________________________________________________
29060 [  7748] By: jhi                                   on 2000/11/19  16:08:10
29061         Log: Subject: podlators 1.05 available        
29062              From: Russ Allbery <rra@stanford.edu>   
29063              Date: 18 Nov 2000 22:04:28 -0800
29064              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
29065      Branch: perl
29066            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
29067 ____________________________________________________________________________
29068 [  7747] By: nick                                  on 2000/11/19  11:19:39
29069         Log: Integrate mainline
29070      Branch: perlio
29071           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
29072           !> util.c
29073 ____________________________________________________________________________
29074 [  7746] By: jhi                                   on 2000/11/19  06:42:22
29075         Log: Make hex scanning warn on "\x{x}" and "\xx".
29076              "\x" and and hex("x") are still valid.
29077      Branch: perl
29078            ! util.c
29079 ____________________________________________________________________________
29080 [  7745] By: nick                                  on 2000/11/18  22:52:28
29081         Log: Integrate mainline
29082      Branch: perlio
29083           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
29084           !> perl.h perlio.c proto.h regcomp.c regcomp.h
29085 ____________________________________________________________________________
29086 [  7744] By: jhi                                   on 2000/11/18  22:50:28
29087         Log: Introduce Perl_utf8_length().  Use it.
29088      Branch: perl
29089            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
29090 ____________________________________________________________________________
29091 [  7743] By: jhi                                   on 2000/11/18  22:38:51
29092         Log: Compiler denit.
29093      Branch: perl
29094            ! perlio.c
29095 ____________________________________________________________________________
29096 [  7742] By: jhi                                   on 2000/11/18  20:33:05
29097         Log: Integrate perlio.
29098      Branch: perl
29099           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
29100           !> perlio.h pp_ctl.c pp_sys.c sv.c
29101 ____________________________________________________________________________
29102 [  7741] By: jhi                                   on 2000/11/18  20:31:27
29103         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
29104              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29105              Date: Fri, 17 Nov 2000 20:35:11 -0500
29106              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
29107              
29108              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
29109              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29110              Date: Fri, 17 Nov 2000 21:03:47 -0500
29111              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
29112              
29113              Plus a little bit of tweaking in pregcomp().
29114      Branch: perl
29115            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
29116 ____________________________________________________________________________
29117 [  7740] By: nick                                  on 2000/11/18  20:17:22
29118         Log: Lexical use open ... support:
29119              add ->cop_io to COP structure in cop.h.
29120              Make mg.c and gv.c associate it with ${^OPEN}.
29121              Make lib/open.pm set it.
29122              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
29123              manner similar to ->cop_warnings.
29124              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
29125              call new PerlIO_apply_layers().
29126              Declare latter in perlio.h and define in perlio.c
29127      Branch: perlio
29128            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
29129            ! perlio.h pp_ctl.c pp_sys.c sv.c
29130 ____________________________________________________________________________
29131 [  7739] By: jhi                                   on 2000/11/18  19:54:00
29132         Log: Integrate perlio.
29133      Branch: perl
29134           !> doio.c perlio.c pp.c
29135 ____________________________________________________________________________
29136 [  7738] By: jhi                                   on 2000/11/18  17:16:13
29137         Log: Subject: [PATCH 5.7.0] etags broken again
29138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29139              Date: Sat, 18 Nov 2000 02:41:36 -0500
29140              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
29141      Branch: perl
29142            ! emacs/ptags
29143 ____________________________________________________________________________
29144 [  7737] By: jhi                                   on 2000/11/18  17:12:18
29145         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
29146      Branch: perl
29147            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29148 ____________________________________________________________________________
29149 [  7736] By: nick                                  on 2000/11/18  14:06:20
29150         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
29151              part to be isolated.
29152      Branch: perlio
29153            ! doio.c perlio.c
29154 ____________________________________________________________________________
29155 [  7735] By: nick                                  on 2000/11/18  11:03:32
29156         Log: Integrate mainline
29157      Branch: perlio
29158           !> Changes README.amiga README.win32 patchlevel.h
29159           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
29160 ____________________________________________________________________________
29161 [  7734] By: jhi                                   on 2000/11/18  01:18:56
29162         Log: Update Changes.
29163      Branch: perl
29164            ! Changes patchlevel.h
29165 ____________________________________________________________________________
29166 [  7733] By: jhi                                   on 2000/11/18  00:32:54
29167         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
29168              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29169              Date: Fri, 17 Nov 2000 17:28:02 -0500
29170              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
29171      Branch: perl
29172            ! regcomp.c regexec.c t/op/re_tests
29173 ____________________________________________________________________________
29174 [  7732] By: jhi                                   on 2000/11/18  00:28:56
29175         Log: Sparc 64-bit pack() fix from Jens Hamisch.
29176      Branch: perl
29177            ! pp.c
29178 ____________________________________________________________________________
29179 [  7731] By: jhi                                   on 2000/11/18  00:18:39
29180         Log: Explain in more detail the {} syntax ambiguousity.
29181              
29182              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
29183              From: Nicholas Clark <nick@ccl4.org>
29184              Date: Fri, 17 Nov 2000 22:10:28 +0000
29185              Message-ID: <20001117221028.A88930@plum.flirble.org>
29186      Branch: perl
29187            ! pod/perlfunc.pod
29188 ____________________________________________________________________________
29189 [  7730] By: jhi                                   on 2000/11/18  00:12:18
29190         Log: Subject: Fix for README.amiga (20000323.033)
29191              From: "Stephen P. Potter" <spp@spotter.yi.org>
29192              Date: Fri, 17 Nov 2000 12:25:51 -0500
29193              Message-Id: <200011171725.MAA05768@spotter.yi.org>
29194      Branch: perl
29195            ! README.amiga
29196 ____________________________________________________________________________
29197 [  7729] By: jhi                                   on 2000/11/18  00:08:34
29198         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
29199              From: "A. C. Yardley" <yardley@tanet.net>
29200              Date: Mon, 3 Apr 2000 11:35:33 -0700
29201              Message-ID: <3483.000403@tanet.net>
29202      Branch: perl
29203            ! README.win32
29204 ____________________________________________________________________________
29205 [  7728] By: nick                                  on 2000/11/17  21:59:47
29206         Log: Integrate mainline
29207      Branch: perlio
29208           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
29209           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
29210           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
29211           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
29212 ____________________________________________________________________________
29213 [  7727] By: nick                                  on 2000/11/17  21:56:31
29214         Log: Experiment on use of attributes.pm interface.
29215              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
29216              SVt_PVRV if not already something better (else vivify of say magic gets
29217              core dump).
29218      Branch: perlio
29219            ! perlio.c pp.c
29220 ____________________________________________________________________________
29221 [  7726] By: jhi                                   on 2000/11/17  14:15:49
29222         Log: Subject: Fix for 20000815.006
29223              From: "Stephen P. Potter" <spp@spotter.yi.org>
29224              Date: Fri, 17 Nov 2000 08:57:45 -0500
29225              Message-Id: <200011171357.IAA05122@spotter.yi.org>
29226              
29227              It's really 20000518.006.
29228      Branch: perl
29229            ! pod/perlmodlib.PL
29230 ____________________________________________________________________________
29231 [  7725] By: jhi                                   on 2000/11/17  14:12:31
29232         Log: Subject: Fix for 20000409.001
29233              From: "Stephen P. Potter" <spp@spotter.yi.org>
29234              Date: Fri, 17 Nov 2000 08:55:45 -0500
29235              Message-Id: <200011171355.IAA05104@spotter.yi.org>
29236      Branch: perl
29237            ! pod/perlfaq9.pod
29238 ____________________________________________________________________________
29239 [  7724] By: jhi                                   on 2000/11/17  14:08:58
29240         Log: Undo #7627 now that we have =head3.
29241      Branch: perl
29242            ! pod/perlhack.pod
29243 ____________________________________________________________________________
29244 [  7723] By: jhi                                   on 2000/11/17  14:04:09
29245         Log: As surmised the #7719 wasn't a good move.
29246      Branch: perl
29247            ! hints/solaris_2.sh
29248 ____________________________________________________________________________
29249 [  7722] By: jhi                                   on 2000/11/17  13:59:04
29250         Log: Also the 64bitall hints can be either here or there.
29251      Branch: perl
29252            ! hints/solaris_2.sh
29253 ____________________________________________________________________________
29254 [  7721] By: jhi                                   on 2000/11/17  02:26:23
29255         Log: Test tweak for the open pragma.
29256      Branch: perl
29257            ! t/lib/b.t
29258 ____________________________________________________________________________
29259 [  7720] By: jhi                                   on 2000/11/17  00:23:22
29260         Log: The long double hints can be here or there.
29261      Branch: perl
29262            ! hints/solaris_2.sh
29263 ____________________________________________________________________________
29264 [  7719] By: jhi                                   on 2000/11/17  00:14:06
29265         Log: For Solaris use64bitall the stdchar needs a little bit of help.
29266      Branch: perl
29267            ! hints/solaris_2.sh
29268 ____________________________________________________________________________
29269 [  7718] By: jhi                                   on 2000/11/16  23:27:34
29270         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
29271              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
29272              Date: Wed, 15 Nov 2000 08:56:32 +0100
29273              Message-ID: <3A1241B0.64477E00@alcatel.at>
29274      Branch: perl
29275            ! lib/Carp/Heavy.pm
29276 ____________________________________________________________________________
29277 [  7717] By: jhi                                   on 2000/11/16  23:23:29
29278         Log: Subject: [PATCH] Re: 20001101.003 PDL
29279              From: Nicholas Clark <nick@ccl4.org>
29280              Date: Thu, 16 Nov 2000 16:48:25 +0000
29281              Message-ID: <20001116164825.B93487@plum.flirble.org>
29282      Branch: perl
29283            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
29284 ____________________________________________________________________________
29285 [  7716] By: jhi                                   on 2000/11/16  23:21:31
29286         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
29287              From: "Casey R. Tweten" <crt@kiski.net>
29288              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
29289              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
29290      Branch: perl
29291            ! lib/Pod/Checker.pm pod/perlpod.pod
29292 ____________________________________________________________________________
29293 [  7715] By: jhi                                   on 2000/11/16  23:19:40
29294         Log: Avoid an infinite loop in VMS when utils scripts are run
29295              with no arguments, from Charles Lane.
29296      Branch: perl
29297            ! configure.com
29298 ____________________________________________________________________________
29299 [  7714] By: jhi                                   on 2000/11/16  23:17:08
29300         Log: Subject: perllocale.pod changes
29301              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29302              Date: Mon, 13 Nov 2000 10:09:22 +0300
29303              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
29304      Branch: perl
29305            ! pod/perllocale.pod
29306 ____________________________________________________________________________
29307 [  7713] By: jhi                                   on 2000/11/16  23:14:06
29308         Log: Integrate perlio.
29309      Branch: perl
29310           !> doio.c perlio.c perlio.h util.c
29311 ____________________________________________________________________________
29312 [  7712] By: nick                                  on 2000/11/16  21:10:58
29313         Log: Integrate mainline
29314      Branch: perlio
29315           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29316           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
29317           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
29318           !> vos/config.ga.def vos/config.ga.h win32/config.bc
29319           !> win32/config.gc win32/config.vc
29320 ____________________________________________________________________________
29321 [  7711] By: nick                                  on 2000/11/16  19:56:41
29322         Log: Minor tweaks:
29323              consistent way of getting 'rb', 'wb' etc. for binary opens
29324              move *perlio::layers to *open::layers
29325              a #define to show layers available
29326              DOSISH popen/PerlIO had export/import sense inverted.
29327      Branch: perlio
29328            ! doio.c perlio.c perlio.h util.c
29329 ____________________________________________________________________________
29330 [  7710] By: jhi                                   on 2000/11/16  15:46:05
29331         Log: Add HAS_SBRK_PROTO.
29332      Branch: metaconfig/U/perl
29333            + d_sbrkproto.U
29334      Branch: perl
29335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29336            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
29337            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29338            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29339            ! win32/config.gc win32/config.vc
29340 ____________________________________________________________________________
29341 [  7709] By: nick                                  on 2000/11/16  07:31:49
29342         Log: Integrate mainline
29343      Branch: perlio
29344           !> (integrate 35 files)
29345 ____________________________________________________________________________
29346 [  7708] By: jhi                                   on 2000/11/16  05:33:03
29347         Log: These files are text, not binary.
29348      Branch: perl
29349            ! ext/Encode/Encode/iso8859-10.enc
29350            ! ext/Encode/Encode/iso8859-13.enc
29351            ! ext/Encode/Encode/iso8859-14.enc
29352            ! ext/Encode/Encode/iso8859-15.enc
29353 ____________________________________________________________________________
29354 [  7707] By: jhi                                   on 2000/11/16  01:53:37
29355         Log: Update Changes.
29356      Branch: perl
29357            ! Changes patchlevel.h
29358 ____________________________________________________________________________
29359 [  7706] By: jhi                                   on 2000/11/16  01:35:59
29360         Log: More #undefing of stdio.
29361      Branch: perl
29362            ! fakesdio.h nostdio.h
29363 ____________________________________________________________________________
29364 [  7705] By: jhi                                   on 2000/11/16  01:34:18
29365         Log: Add fwalk() probe to the configuration files and regen perltoc.
29366      Branch: perl
29367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29368            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
29369            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
29370            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29371            ! win32/config.bc win32/config.gc win32/config.vc
29372 ____________________________________________________________________________
29373 [  7704] By: jhi                                   on 2000/11/16  01:33:07
29374         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
29375              an optional third argument to Inlibc?)
29376      Branch: metaconfig/U/perl
29377            + d__fwalk.U
29378 ____________________________________________________________________________
29379 [  7703] By: jhi                                   on 2000/11/16  01:09:22
29380         Log: The type of the hash_cb() size argument is tricky.
29381      Branch: perl
29382            ! ext/DB_File/DB_File.xs
29383 ____________________________________________________________________________
29384 [  7702] By: jhi                                   on 2000/11/15  23:01:16
29385         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
29386      Branch: perl
29387            ! nostdio.h
29388 ____________________________________________________________________________
29389 [  7701] By: jhi                                   on 2000/11/15  22:52:32
29390         Log: Detypo.
29391      Branch: perl
29392            ! t/lib/bigfltpm.t
29393 ____________________________________________________________________________
29394 [  7700] By: jhi                                   on 2000/11/15  22:51:56
29395         Log: UINT64_C() work continues.
29396      Branch: perl
29397            ! handy.h perl.h utf8.h
29398 ____________________________________________________________________________
29399 [  7699] By: jhi                                   on 2000/11/15  14:13:04
29400         Log: SOCKS has its own USE_THREADS, based on
29401              
29402              Subject: [ID 20001114.002] et. al. bugfix followup
29403              From: Jens Hamisch <jens@Strawberry.COM> 
29404              Date: Wed, 15 Nov 2000 14:23:11 +0100
29405              Message-ID: <20001115142311.A21164@Strawberry.COM>
29406      Branch: perl
29407            ! perl.h
29408 ____________________________________________________________________________
29409 [  7698] By: jhi                                   on 2000/11/15  03:50:56
29410         Log: Add few missing #undefs and sort them.
29411      Branch: perl
29412            ! fakesdio.h
29413 ____________________________________________________________________________
29414 [  7697] By: jhi                                   on 2000/11/15  03:39:14
29415         Log: Linenumber fix.
29416      Branch: perl
29417            ! t/pragma/warn/utf8
29418 ____________________________________________________________________________
29419 [  7696] By: jhi                                   on 2000/11/15  02:55:26
29420         Log: EBCDIC tweaks.
29421              
29422              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
29423              From: Peter Prymmer <pvhp@forte.com>
29424              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
29425              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
29426      Branch: perl
29427            ! t/op/regmesg.t t/pragma/warn/utf8
29428 ____________________________________________________________________________
29429 [  7695] By: jhi                                   on 2000/11/15  02:53:58
29430         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
29431              From: Peter Prymmer <pvhp@forte.com>
29432              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
29433              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
29434      Branch: perl
29435            ! utf8.c
29436 ____________________________________________________________________________
29437 [  7694] By: jhi                                   on 2000/11/15  02:50:55
29438         Log: Subject: [PATCH: perl@7674] updates to README.os390
29439              From: Prymmer/Kahn <pvhp@best.com>
29440              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
29441              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
29442      Branch: perl
29443            ! README.os390
29444 ____________________________________________________________________________
29445 [  7693] By: jhi                                   on 2000/11/15  02:48:37
29446         Log: Quit utf8_to_uv() instantly if curlen == 0.
29447      Branch: perl
29448            ! utf8.c
29449 ____________________________________________________________________________
29450 [  7692] By: jhi                                   on 2000/11/15  02:24:29
29451         Log: Use u_int32_t for the size of hash_cb(), not size_t.
29452              
29453              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
29454              From: Jens Hamisch <jens@Strawberry.COM>     
29455              Date: Tue, 14 Nov 2000 19:03:55 +0100
29456              Message-Id: <20001114190355.A20559@Strawberry.COM>
29457      Branch: perl
29458            ! ext/DB_File/DB_File.xs
29459 ____________________________________________________________________________
29460 [  7691] By: jhi                                   on 2000/11/15  02:20:12
29461         Log: Use UINT64_C().
29462              
29463              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
29464              From: Jens Hamisch <jens@Strawberry.COM>
29465              Date: Tue, 14 Nov 2000 19:16:23 +0100
29466              Message-Id: <20001114191623.G20559@Strawberry.COM>
29467      Branch: perl
29468            ! utf8.c utf8.h
29469 ____________________________________________________________________________
29470 [  7690] By: jhi                                   on 2000/11/15  02:17:06
29471         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
29472              (a macro to define signed and unsigned integer constants).
29473      Branch: perl
29474            ! handy.h
29475 ____________________________________________________________________________
29476 [  7689] By: jhi                                   on 2000/11/15  01:56:51
29477         Log: Regen Configure.
29478      Branch: perl
29479            ! Configure
29480 ____________________________________________________________________________
29481 [  7688] By: jhi                                   on 2000/11/15  01:56:32
29482         Log: Make the unit know about SOCKS.
29483      Branch: metaconfig
29484            ! U/protos/socksizetype.U
29485 ____________________________________________________________________________
29486 [  7687] By: jhi                                   on 2000/11/15  01:54:47
29487         Log: Remove unused dependencies.
29488      Branch: metaconfig
29489            ! U/compline/d_getpagsz.U
29490 ____________________________________________________________________________
29491 [  7686] By: nick                                  on 2000/11/14  21:25:13
29492         Log: Integrate mainline.
29493      Branch: perlio
29494           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
29495           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
29496           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
29497           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
29498           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
29499           !> win32/config.bc win32/config.gc win32/config.vc
29500           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
29501 ____________________________________________________________________________
29502 [  7685] By: jhi                                   on 2000/11/14  17:54:56
29503         Log: Integrate perlio.
29504      Branch: perl
29505           +> fakesdio.h perliol.h
29506           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
29507           !> perlsdio.h perlsfio.h pod/perlfunc.pod
29508 ____________________________________________________________________________
29509 [  7684] By: nick                                  on 2000/11/14  17:43:04
29510         Log: PerlIO #include and #ifdef re-work.
29511      Branch: perlio
29512            + fakesdio.h perliol.h
29513            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
29514            ! perlsdio.h perlsfio.h
29515 ____________________________________________________________________________
29516 [  7683] By: jhi                                   on 2000/11/14  15:42:40
29517         Log: Hoist the duplicated socket/netdb include logic to perl.h;
29518              undef SETERRNO in case SOCKS has defined it.  Based on:
29519              
29520              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
29521              From: Jens Hamisch <jens@Strawberry.COM> 
29522              Date: Tue, 14 Nov 2000 11:34:40 +0100
29523              Message-Id: <20001114113440.A20005@Strawberry.COM>
29524      Branch: perl
29525            ! doio.c perl.h pp_sys.c
29526 ____________________________________________________________________________
29527 [  7682] By: jhi                                   on 2000/11/14  14:07:28
29528         Log: Subject: some additions for makefiles for win32 (for perl@7674)
29529              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29530              Date: Tue, 14 Nov 2000 09:31:13 +0300
29531              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
29532      Branch: perl
29533            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
29534            ! win32/makefile.mk
29535 ____________________________________________________________________________
29536 [  7681] By: jhi                                   on 2000/11/14  14:01:41
29537         Log: Subject: tiny typo in perl5db.pl
29538              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29539              Date: Tue, 14 Nov 2000 09:29:28 +0300
29540              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
29541      Branch: perl
29542            ! lib/perl5db.pl
29543 ____________________________________________________________________________
29544 [  7680] By: jhi                                   on 2000/11/14  04:13:50
29545         Log: Redo #7679 with LFs instead of CRLFs.
29546      Branch: perl
29547            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
29548            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
29549            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
29550 ____________________________________________________________________________
29551 [  7679] By: jhi                                   on 2000/11/14  01:21:09
29552         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
29553              From: Benjamin Stuhl <tiriath@yahoo.com> 
29554              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
29555              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
29556      Branch: perl
29557            + win32/bin/mdelete.bat
29558            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
29559            ! makedef.pl perlio.c win32/Makefile win32/config.gc
29560            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
29561 ____________________________________________________________________________
29562 [  7678] By: jhi                                   on 2000/11/14  01:19:20
29563         Log: Fix the re extension building for Win32.
29564              
29565              Subject: [PATCH perl@7638] Get PerlIO building on Win32
29566              From: Benjamin Stuhl <tiriath@yahoo.com> 
29567              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
29568              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
29569      Branch: perl
29570            + ext/re/hints/MSWin32.pl
29571            ! MANIFEST
29572 ____________________________________________________________________________
29573 [  7677] By: jhi                                   on 2000/11/14  01:13:54
29574         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
29575              From: sthoenna@efn.org
29576              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
29577              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
29578      Branch: perl
29579            ! doop.c pp.c toke.c utf8.c utf8.h
29580 ____________________________________________________________________________
29581 [  7676] By: jhi                                   on 2000/11/13  20:23:15
29582         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
29583              From: Nicholas Clark <nick@ccl4.org>
29584              Date: Mon, 13 Nov 2000 18:55:04 +0000
29585              Message-ID: <20001113185504.J29183@plum.flirble.org>
29586      Branch: perl
29587            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
29588 ____________________________________________________________________________
29589 [  7675] By: nick                                  on 2000/11/13  20:21:57
29590         Log: Integrate mainline ...
29591      Branch: perlio
29592           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
29593           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
29594           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
29595           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
29596 ____________________________________________________________________________
29597 [  7674] By: jhi                                   on 2000/11/13  15:07:56
29598         Log: Update Changes.
29599      Branch: perl
29600            ! Changes patchlevel.h
29601 ____________________________________________________________________________
29602 [  7673] By: jhi                                   on 2000/11/13  14:42:42
29603         Log: Remove the new two tests of lib/io_xs for now, they seem to
29604              fail under perlio on some platforms.
29605      Branch: perl
29606            ! t/lib/io_xs.t
29607 ____________________________________________________________________________
29608 [  7672] By: jhi                                   on 2000/11/13  13:57:53
29609         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
29610      Branch: perl
29611            ! perlio.c
29612 ____________________________________________________________________________
29613 [  7671] By: jhi                                   on 2000/11/13  05:30:48
29614         Log: Placate nervous compilers that see longer than ints switch()ing.
29615      Branch: perl
29616            ! utf8.c
29617 ____________________________________________________________________________
29618 [  7670] By: jhi                                   on 2000/11/13  05:14:21
29619         Log: fputs() does return EOF on error but here we don't care.
29620      Branch: perl
29621            ! perlio.c
29622 ____________________________________________________________________________
29623 [  7669] By: jhi                                   on 2000/11/13  05:02:45
29624         Log: Declare reg_data like reg_substr_data.
29625      Branch: perl
29626            ! regexp.h
29627 ____________________________________________________________________________
29628 [  7668] By: jhi                                   on 2000/11/13  04:54:34
29629         Log: Typos in #7667.
29630      Branch: perl
29631            ! perl.h
29632 ____________________________________________________________________________
29633 [  7667] By: jhi                                   on 2000/11/13  04:49:49
29634         Log: Cleanup messy #ifdef.
29635      Branch: perl
29636            ! perl.h
29637 ____________________________________________________________________________
29638 [  7666] By: jhi                                   on 2000/11/13  04:17:34
29639         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
29640              From: Nicholas Clark <nick@talking.bollo.cx>
29641              Date: Sun, 12 Nov 2000 21:14:11 +0000
29642              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
29643              
29644              Note: only one breakage of the two reported is fixed by this patch.
29645      Branch: perl
29646            ! perlio.c
29647 ____________________________________________________________________________
29648 [  7665] By: jhi                                   on 2000/11/13  04:05:07
29649         Log: Tweak the definition of the bit complement on UTF-8 data:
29650              if none of the characters in the string are > 0xff,
29651              the result is a complemented byte string, not a (UTF-8)
29652              char string.  Based on the summary in
29653              
29654              Subject: Re: [ID 20000918.005] ~ on wide chars
29655              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
29656              Date: Fri, 10 Nov 2000 09:47:15 -0800
29657              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
29658              
29659              This should give us the maximum backward (pre-char string)
29660              compatibility and utf8 compatibility.  The other alternative
29661              would be to limit the bit complement to be always byte only,
29662              taking the least significant byte of the chars.
29663      Branch: perl
29664            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
29665 ____________________________________________________________________________
29666 [  7664] By: jhi                                   on 2000/11/13  00:23:44
29667         Log: Couple of tests from #7660 salvaged.
29668      Branch: perl
29669            - t/op/tell.t
29670            ! MANIFEST t/io/tell.t
29671 ____________________________________________________________________________
29672 [  7663] By: jhi                                   on 2000/11/13  00:02:48
29673         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
29674              From: Nicholas Clark <nick@talking.bollo.cx>
29675              Date: Sun, 12 Nov 2000 21:23:43 +0000
29676              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
29677      Branch: perl
29678            ! perlsfio.h
29679 ____________________________________________________________________________
29680 [  7662] By: jhi                                   on 2000/11/13  00:01:39
29681         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
29682              From: Nicholas Clark <nick@talking.bollo.cx>
29683              Date: Sun, 12 Nov 2000 21:30:04 +0000
29684              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
29685      Branch: perl
29686            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
29687 ____________________________________________________________________________
29688 [  7661] By: jhi                                   on 2000/11/12  23:57:29
29689         Log: Document tell() on special streams.
29690      Branch: perl
29691            ! pod/perlfunc.pod
29692 ____________________________________________________________________________
29693 [  7660] By: jhi                                   on 2000/11/12  23:54:22
29694         Log: (Subsumed by #7664)
29695      Branch: perl
29696            + t/op/tell.t
29697            ! MANIFEST
29698 ____________________________________________________________________________
29699 [  7659] By: jhi                                   on 2000/11/12  22:55:25
29700         Log: Many subdocumented return values of the IO extension now documented.
29701              ungetc and write still left subdocumented.
29702              
29703              Subject: [PATCH] (was Re: IO::Handle::ungetc)
29704              From: Nicholas Clark <nick@talking.bollo.cx>
29705              Date: Sun, 12 Nov 2000 21:35:53 +0000
29706              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
29707      Branch: perl
29708            ! ext/IO/lib/IO/Handle.pm
29709 ____________________________________________________________________________
29710 [  7658] By: jhi                                   on 2000/11/12  21:37:06
29711         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
29712              From: Nicholas Clark <nick@talking.bollo.cx>
29713              Date: Sun, 12 Nov 2000 20:03:22 +0000
29714              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
29715      Branch: perl
29716            ! pod/perlfunc.pod
29717 ____________________________________________________________________________
29718 [  7657] By: jhi                                   on 2000/11/12  20:34:55
29719         Log: Integrate perlio.
29720      Branch: perl
29721           !> perlio.c
29722 ____________________________________________________________________________
29723 [  7656] By: nick                                  on 2000/11/12  19:25:06
29724         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
29725      Branch: perlio
29726            ! perlio.c
29727 ____________________________________________________________________________
29728 [  7655] By: nick                                  on 2000/11/12  19:09:41
29729         Log: Integrate mainline
29730      Branch: perlio
29731           +> README.solaris ext/Encode/Encode/cp1006.enc
29732           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
29733           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
29734           +> ext/Encode/Encode/iso8859-13.enc
29735           +> ext/Encode/Encode/iso8859-14.enc
29736           +> ext/Encode/Encode/iso8859-15.enc
29737           !> (integrate 34 files)
29738 ____________________________________________________________________________
29739 [  7654] By: jhi                                   on 2000/11/12  19:00:22
29740         Log: Add a metaconfig unit for fsync.
29741      Branch: metaconfig/U/perl
29742            + d_fsync.U
29743 ____________________________________________________________________________
29744 [  7653] By: jhi                                   on 2000/11/12  19:00:01
29745         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
29746      Branch: perl
29747            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29748            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29749            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29750            ! vos/config.ga.h win32/config.bc win32/config.gc
29751            ! win32/config.vc
29752 ____________________________________________________________________________
29753 [  7652] By: jhi                                   on 2000/11/11  21:12:01
29754         Log: Copy the s// information of README.hpux also to the perlrun.
29755      Branch: perl
29756            ! README.hpux pod/perlrun.pod
29757 ____________________________________________________________________________
29758 [  7651] By: jhi                                   on 2000/11/11  21:03:13
29759         Log: More README.solaris updates from Andy Dougherty.
29760      Branch: perl
29761            ! README.solaris
29762 ____________________________________________________________________________
29763 [  7650] By: jhi                                   on 2000/11/11  18:38:57
29764         Log: More descriptive error for unknown perlio layers.
29765              
29766              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
29767              From: Dominic Dunlop <domo@computer.org> 
29768              Date: Sat, 11 Nov 2000 18:20:32 +0100             
29769              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
29770      Branch: perl
29771            ! perlio.c pod/perldiag.pod
29772 ____________________________________________________________________________
29773 [  7649] By: jhi                                   on 2000/11/11  18:37:52
29774         Log: MachTen doesn't really do mmap() and munmap().
29775              
29776              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
29777              From: Dominic Dunlop <domo@computer.org> 
29778              Date: Sat, 11 Nov 2000 18:20:32 +0100             
29779              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
29780      Branch: perl
29781            ! hints/machten.sh
29782 ____________________________________________________________________________
29783 [  7648] By: jhi                                   on 2000/11/11  18:36:46
29784         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
29785              From: rspier@pobox.com (Robert Spier)
29786              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
29787              Message-ID: <14861.32839.491271.985797@rls.cx>
29788      Branch: perl
29789            ! Porting/Contract pod/perltoot.pod
29790 ____________________________________________________________________________
29791 [  7647] By: jhi                                   on 2000/11/11  18:35:30
29792         Log: Simplify the getpagesize() unit by dropping the
29793              pagesize probe since it's nowadays slightly more
29794              complicated because of sysconf(). (Note: if some
29795              platform really needs the -lPW for getpagesize,
29796              I just broke it.)
29797              
29798              TODO: a new pagesize unit.
29799      Branch: metaconfig
29800            ! U/compline/d_getpagsz.U
29801 ____________________________________________________________________________
29802 [  7646] By: jhi                                   on 2000/11/11  18:33:23
29803         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
29804      Branch: perl
29805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29806            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29807            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29808            ! vos/config.ga.h win32/config.bc win32/config.gc
29809            ! win32/config.vc
29810 ____________________________________________________________________________
29811 [  7645] By: jhi                                   on 2000/11/11  16:45:15
29812         Log: Use sysconf() or getpagesize() to find out the pagesize.
29813      Branch: perl
29814            ! perlio.c
29815 ____________________________________________________________________________
29816 [  7644] By: jhi                                   on 2000/11/11  15:46:08
29817         Log: Integrate perlio.
29818      Branch: perl
29819           !> perlio.c
29820 ____________________________________________________________________________
29821 [  7643] By: jhi                                   on 2000/11/11  15:33:36
29822         Log: Subject: Re: [PATCH] README.solaris
29823              From: Lupe Christoph <lupe@lupe-christoph.de>
29824              Date: Sat, 11 Nov 2000 14:08:10 +0100
29825              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
29826      Branch: perl
29827            ! README.solaris
29828 ____________________________________________________________________________
29829 [  7642] By: jhi                                   on 2000/11/11  15:22:12
29830         Log: Subject: [PATCH perl@7638] cygwin port
29831              From: "Eric Fifer" <egf7@columbia.edu>            
29832              Date: Fri, 10 Nov 2000 19:30:30 -0000
29833              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
29834      Branch: perl
29835            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
29836 ____________________________________________________________________________
29837 [  7641] By: nick                                  on 2000/11/11  14:50:36
29838         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
29839              Also call "Buf" layer directly when unread'ing non-read chars.
29840      Branch: perlio
29841            ! perlio.c
29842 ____________________________________________________________________________
29843 [  7640] By: jhi                                   on 2000/11/11  02:05:02
29844         Log: Add more encoding tables.
29845      Branch: perl
29846            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
29847            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
29848            + ext/Encode/Encode/iso8859-10.enc
29849            + ext/Encode/Encode/iso8859-13.enc
29850            + ext/Encode/Encode/iso8859-14.enc
29851            + ext/Encode/Encode/iso8859-15.enc
29852            ! MANIFEST
29853 ____________________________________________________________________________
29854 [  7639] By: jhi                                   on 2000/11/10  18:49:25
29855         Log: Subject: [PATCH] README.solaris
29856              From: Andy Dougherty <doughera@lafayette.edu>
29857              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
29858              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
29859      Branch: perl
29860            + README.solaris
29861            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
29862            ! pod/perl.pod pod/perltoc.pod
29863 ____________________________________________________________________________
29864 [  7638] By: jhi                                   on 2000/11/10  15:04:15
29865         Log: Update Changes.
29866      Branch: perl
29867            ! Changes patchlevel.h
29868 ____________________________________________________________________________
29869 [  7637] By: jhi                                   on 2000/11/10  14:14:28
29870         Log: Explain better why certain regex tests are skipped.
29871              
29872              Subject: Re: tests skipped: unknown reason
29873              From: Lupe Christoph <lupe@lupe-christoph.de>
29874              Date: Fri, 10 Nov 2000 09:08:56 +0100
29875              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
29876      Branch: perl
29877            ! t/op/regexp.t
29878 ____________________________________________________________________________
29879 [  7636] By: nick                                  on 2000/11/10  13:40:00
29880         Log: Integrate mainline.
29881      Branch: perlio
29882           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
29883           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
29884           !> win32/bin/search.pl
29885 ____________________________________________________________________________
29886 [  7635] By: nick                                  on 2000/11/10  13:25:52
29887         Log: Re-instate stdio large file support via perlio.
29888      Branch: perl
29889            ! perlio.c
29890 ____________________________________________________________________________
29891 [  7634] By: jhi                                   on 2000/11/10  04:49:55
29892         Log: Amdahl UTS hints updates.
29893              
29894              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
29895              From: hom00@utsglobal.com (Harold O Morris)
29896              Date: Thu, 9 Nov 2000 20:02 PST
29897              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
29898      Branch: perl
29899            ! hints/uts.sh
29900 ____________________________________________________________________________
29901 [  7633] By: jhi                                   on 2000/11/09  23:33:28
29902         Log: Subject: [PATCH] IO::Seekable pod
29903              From: Nicholas Clark <nick@talking.bollo.cx>
29904              Date: Thu, 9 Nov 2000 20:29:45 +0000
29905              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
29906      Branch: perl
29907            ! ext/IO/lib/IO/Handle.pm
29908 ____________________________________________________________________________
29909 [  7632] By: jhi                                   on 2000/11/09  21:55:41
29910         Log: Various doc oddball characters.
29911              
29912              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
29913              From: Michael Somos <somos@grail.cba.csuohio.edu>
29914              Date: Mon, 6 Nov 2000 17:44:20 -0500
29915              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
29916      Branch: perl
29917            ! emacs/cperl-mode.el lib/unicode/syllables.txt
29918            ! win32/bin/search.pl
29919 ____________________________________________________________________________
29920 [  7631] By: jhi                                   on 2000/11/09  21:12:29
29921         Log: Subject: Re: bash -c exit and linux hints 
29922              From: "John P. Linderman" <jpl@research.att.com>
29923              Date: Thu, 02 Nov 2000 09:37:25 -0500
29924              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
29925      Branch: perl
29926            ! hints/linux.sh
29927 ____________________________________________________________________________
29928 [  7630] By: nick                                  on 2000/11/09  20:34:11
29929         Log: Integrate mainline.
29930      Branch: perlio
29931           !> (integrate 91 files)
29932 ____________________________________________________________________________
29933 [  7629] By: jhi                                   on 2000/11/09  19:46:31
29934         Log: Missing dTHXs.
29935              
29936              Subject: RE: perl@7595 builds not on cygwin
29937              From: "Eric Fifer" <egf7@columbia.edu>
29938              Date: Thu, 9 Nov 2000 19:26:50 -0000
29939              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
29940      Branch: perl
29941            ! ext/Devel/Peek/Peek.xs
29942 ____________________________________________________________________________
29943 [  7628] By: jhi                                   on 2000/11/09  14:48:27
29944         Log: Disable only the tests 99 and 166 for UTF-8 locales.
29945      Branch: perl
29946            ! t/pragma/locale.t
29947 ____________________________________________________________________________
29948 [  7627] By: jhi                                   on 2000/11/09  14:40:27
29949         Log: There's no =head3.
29950      Branch: perl
29951            ! pod/perlhack.pod
29952 ____________________________________________________________________________
29953 [  7626] By: jhi                                   on 2000/11/09  13:54:26
29954         Log: The generated boot_* headers are wrong.  Pickier compiler,
29955              such as KAI C++ will refuse to compile the resulting perlmain.
29956              
29957              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
29958              From: Harri Pasanen <harri.pasanen@trema.com>
29959              Date: Thu, 09 Nov 2000 14:23:28 +0100
29960              Message-Id: <3A0AA550.26D548A3@trema.com>
29961      Branch: perl
29962            ! minimod.pl
29963 ____________________________________________________________________________
29964 [  7625] By: jhi                                   on 2000/11/09  13:50:44
29965         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
29966              From: Prymmer/Kahn <pvhp@best.com>
29967              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
29968              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
29969              
29970              All except the "cow orker" change.
29971      Branch: perl
29972            ! Porting/pumpkin.pod
29973 ____________________________________________________________________________
29974 [  7624] By: jhi                                   on 2000/11/09  13:45:33
29975         Log: Fix for
29976              
29977              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
29978              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29979              Date: Thu, 09 Nov 2000 11:05:52 +0100
29980              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
29981      Branch: perl
29982            ! pod/perldiag.pod t/pragma/warn/pp_sys
29983 ____________________________________________________________________________
29984 [  7623] By: jhi                                   on 2000/11/09  13:37:16
29985         Log: Typo in an ifndef.
29986              
29987              Subject: Re: [PATCH 5.7.0] better messages from malloc()
29988              From: Joe Smith <jms@inwap.com>         
29989              Date: Thu, 09 Nov 2000 01:33:14 -0800
29990              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
29991      Branch: perl
29992            ! malloc.c
29993 ____________________________________________________________________________
29994 [  7622] By: jhi                                   on 2000/11/09  13:31:18
29995         Log: Remove unused extra arguments.
29996      Branch: metaconfig/U/perl
29997            ! perlxv.U
29998      Branch: perl
29999            ! Configure config_h.SH
30000 ____________________________________________________________________________
30001 [  7621] By: jhi                                   on 2000/11/09  13:16:36
30002         Log: More VMS moves on environment handling, from Charles Lane.
30003      Branch: perl
30004            ! t/pragma/locale.t
30005 ____________________________________________________________________________
30006 [  7620] By: jhi                                   on 2000/11/09  04:42:38
30007         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
30008              From: David Dyck <dcd@tc.fluke.com>
30009              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
30010              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
30011      Branch: perl
30012            ! pp_sys.c
30013 ____________________________________________________________________________
30014 [  7619] By: jhi                                   on 2000/11/09  04:36:21
30015         Log: Forgot from #7618.
30016      Branch: perl
30017            ! lib/File/stat.pm
30018 ____________________________________________________________________________
30019 [  7618] By: jhi                                   on 2000/11/09  04:28:44
30020         Log: Make deleting for %ENV work for (newer versions of) VMS,
30021              from Craig A. Berry.
30022      Branch: perl
30023            ! vms/vms.c
30024 ____________________________________________________________________________
30025 [  7617] By: jhi                                   on 2000/11/09  04:25:05
30026         Log: Subject: [PATCH] Class::Struct at compile time
30027              From: "Casey R. Tweten" <crt@kiski.net>
30028              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
30029              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
30030      Branch: perl
30031            ! lib/Class/Struct.pm
30032 ____________________________________________________________________________
30033 [  7616] By: jhi                                   on 2000/11/09  04:15:17
30034         Log: Subject: [ID 20001108.013] spelling
30035              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
30036              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
30037              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
30038      Branch: perl
30039            ! lib/ftp.pl
30040 ____________________________________________________________________________
30041 [  7615] By: jhi                                   on 2000/11/09  04:12:42
30042         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
30043              From: Peter Prymmer <pvhp@forte.com>
30044              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
30045              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
30046      Branch: perl
30047            ! configure.com
30048 ____________________________________________________________________________
30049 [  7614] By: jhi                                   on 2000/11/08  22:42:55
30050         Log: A missing aTHX_.
30051      Branch: perl
30052            ! ext/IPC/SysV/SysV.xs
30053 ____________________________________________________________________________
30054 [  7613] By: jhi                                   on 2000/11/08  19:30:21
30055         Log: Update Changes.
30056      Branch: perl
30057            ! Changes patchlevel.h
30058 ____________________________________________________________________________
30059 [  7612] By: jhi                                   on 2000/11/08  18:35:25
30060         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
30061              From: David Dyck <dcd@tc.fluke.com>
30062              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
30063              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
30064      Branch: perl
30065            ! pp_sys.c
30066 ____________________________________________________________________________
30067 [  7611] By: jhi                                   on 2000/11/08  18:30:26
30068         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
30069              From: Dominic Dunlop <domo@computer.org>
30070              Date: Tue, 7 Nov 2000 12:05:25 +0100
30071              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
30072      Branch: perl
30073            ! malloc.c
30074 ____________________________________________________________________________
30075 [  7610] By: jhi                                   on 2000/11/08  18:25:14
30076         Log: Do not test UTF-8 locales since that the tests would require
30077              polymorphic regexen.
30078      Branch: perl
30079            ! t/pragma/locale.t
30080 ____________________________________________________________________________
30081 [  7609] By: jhi                                   on 2000/11/08  17:12:51
30082         Log: Locale buglets.
30083              
30084              Subject: RE: Locales support (setlocale) fixes
30085              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
30086              Date: Wed, 8 Nov 2000 20:01:39 +0300
30087              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
30088      Branch: perl
30089            ! t/pragma/locale.t util.c
30090 ____________________________________________________________________________
30091 [  7608] By: jhi                                   on 2000/11/08  17:00:16
30092         Log: Deleting $ENV{PATH} in VMS is not recommendable.
30093      Branch: perl
30094            ! t/pragma/locale.t
30095 ____________________________________________________________________________
30096 [  7607] By: jhi                                   on 2000/11/08  16:58:26
30097         Log: Subject: PATCH std stdio for (Free)BSD
30098              From: Nicholas Clark <nick@ccl4.org>
30099              Date: Wed, 8 Nov 2000 15:36:29 +0000
30100              Message-ID: <20001108153629.D98736@plum.flirble.org>
30101      Branch: metaconfig
30102            ! U/compline/d_stdstdio.U
30103      Branch: perl
30104            ! Configure config_h.SH
30105 ____________________________________________________________________________
30106 [  7606] By: jhi                                   on 2000/11/08  16:43:31
30107         Log: Forgot to bump the line numbers in #7601.
30108      Branch: perl
30109            ! t/pragma/warn/pp_sys
30110 ____________________________________________________________________________
30111 [  7605] By: jhi                                   on 2000/11/08  16:39:12
30112         Log: More careful detection of how well NVs and UVs mix.
30113              
30114              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))
30115              From: Nicholas Clark <nick@ccl4.org>
30116              Date: Wed, 8 Nov 2000 15:14:12 +0000
30117              Message-ID: <20001108151412.B98736@plum.flirble.org>
30118              
30119              Added some SIGFPE paranoia.
30120      Branch: metaconfig/U/perl
30121            ! perlxv.U
30122      Branch: perl
30123            ! Configure config_h.SH
30124 ____________________________________________________________________________
30125 [  7604] By: jhi                                   on 2000/11/08  14:39:10
30126         Log: Subject: [patch perl@7595] VMS configure.com tweak
30127              From: "Craig A. Berry" <craigberry@mac.com>
30128              Date: Wed, 8 Nov 2000 00:24:12 -0600
30129              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
30130      Branch: perl
30131            ! configure.com
30132 ____________________________________________________________________________
30133 [  7603] By: jhi                                   on 2000/11/08  14:27:11
30134         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
30135              From: Robin Barker <rmb1@cise.npl.co.uk>
30136              Date: Wed, 8 Nov 2000 11:11:39 GMT
30137              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
30138      Branch: perl
30139            ! perlio.c
30140 ____________________________________________________________________________
30141 [  7602] By: jhi                                   on 2000/11/08  14:25:03
30142         Log: Fix for the tie-refhash string table leaks.
30143              
30144              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
30145              Date: Wed, 8 Nov 2000 13:03:04 GMT
30146              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
30147      Branch: perl
30148            ! t/lib/tie-refhash.t
30149 ____________________________________________________________________________
30150 [  7601] By: jhi                                   on 2000/11/08  14:21:08
30151         Log: Try to avoid flockless and emulationless places.
30152      Branch: perl
30153            ! t/pragma/warn/pp_sys
30154 ____________________________________________________________________________
30155 [  7600] By: jhi                                   on 2000/11/08  02:28:54
30156         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
30157              
30158              Subject: [PATCH] prototyped functions that should be overrideable
30159              From: "Casey R. Tweten" <crt@kiski.net>
30160              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
30161              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
30162      Branch: perl
30163            ! toke.c
30164 ____________________________________________________________________________
30165 [  7599] By: jhi                                   on 2000/11/08  01:12:05
30166         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
30167              
30168              Subject: [PATCH] perlbug.PL
30169              From: "Kurt D. Starsinic" <kstar@chapin.edu>
30170              Date: Mon, 6 Nov 2000 21:39:01 -0500
30171              Message-ID: <20001106213901.B20955@O2.chapin.edu>
30172      Branch: perl
30173            ! utils/perlbug.PL
30174 ____________________________________________________________________________
30175 [  7598] By: jhi                                   on 2000/11/07  23:42:00
30176         Log: Bad thinko in #7581 (I used the test program with the expanded
30177              values as-is).
30178      Branch: metaconfig
30179            ! U/compline/d_stdstdio.U
30180      Branch: perl
30181            ! Configure
30182 ____________________________________________________________________________
30183 [  7597] By: jhi                                   on 2000/11/07  21:43:29
30184         Log: Subject: [PATCH perl@7573] cygwin port
30185              From: "Fifer, Eric" <EFifer@sanwaint.com>
30186              Date: Tue, 7 Nov 2000 18:08:51 -0000 
30187              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
30188              
30189              Synchronize with Cygwin 1.1.5.
30190      Branch: perl
30191            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
30192            ! pod/perlport.pod unixish.h util.c
30193 ____________________________________________________________________________
30194 [  7596] By: jhi                                   on 2000/11/07  21:39:25
30195         Log: perlhack updates from H.Merijn Brand.
30196      Branch: perl
30197            ! pod/perlhack.pod
30198 ____________________________________________________________________________
30199 [  7595] By: jhi                                   on 2000/11/07  20:21:41
30200         Log: Update Changes.
30201      Branch: perl
30202            ! Changes patchlevel.h
30203 ____________________________________________________________________________
30204 [  7594] By: jhi                                   on 2000/11/07  19:18:58
30205         Log: Be more robust in Dynaloader.pm.
30206      Branch: perl
30207            ! ext/DynaLoader/DynaLoader_pm.PL
30208 ____________________________________________________________________________
30209 [  7593] By: jhi                                   on 2000/11/07  16:49:31
30210         Log: AUTHORS update.
30211      Branch: perl
30212            ! AUTHORS
30213 ____________________________________________________________________________
30214 [  7592] By: gsar                                  on 2000/11/07  16:39:51
30215         Log: normalize relative paths in virtualized current directory on windows,
30216              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
30217              returns)
30218      Branch: perl
30219            ! win32/vdir.h
30220 ____________________________________________________________________________
30221 [  7591] By: jhi                                   on 2000/11/07  16:04:26
30222         Log: Too profiler-happy: with optimization the #7590 actually makes
30223              the test to run 0.5% _slower_.  Requires much more instrumentation.
30224              Retract #7590.
30225      Branch: perl
30226            ! regcomp.c regcomp.h
30227 ____________________________________________________________________________
30228 [  7590] By: jhi                                   on 2000/11/07  15:51:13
30229         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
30230              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
30231              by using memset() and testing bytewise (as opposed to bitwise).
30232      Branch: perl
30233            ! regcomp.c regcomp.h
30234 ____________________________________________________________________________
30235 [  7589] By: jhi                                   on 2000/11/07  12:56:39
30236         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
30237              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30238              Date: Mon, 06 Nov 2000 23:45:30 -0500
30239              Message-Id: <0011079735.AA973576259@univpress.com>
30240      Branch: perl
30241            ! configure.com t/lib/st-lock.t
30242 ____________________________________________________________________________
30243 [  7588] By: jhi                                   on 2000/11/07  01:03:28
30244         Log: Tweak #7587.
30245      Branch: perl
30246            ! pod/perldiag.pod
30247 ____________________________________________________________________________
30248 [  7587] By: jhi                                   on 2000/11/07  01:00:27
30249         Log: A doc addition for bug id 20001105.019, beware \p.
30250      Branch: perl
30251            ! pod/perldiag.pod
30252 ____________________________________________________________________________
30253 [  7586] By: jhi                                   on 2000/11/07  00:32:22
30254         Log: Fake support of holey files in win/dosish platforms.
30255              
30256              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
30257              From: kipp@shonanblue.ne.jp
30258              Date: Mon, 6 Nov 2000 13:30:55 -0800
30259              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
30260      Branch: perl
30261            ! ext/SDBM_File/sdbm/sdbm.c
30262 ____________________________________________________________________________
30263 [  7585] By: jhi                                   on 2000/11/07  00:12:54
30264         Log: Subject: Pod updates
30265              From: "Stephen P. Potter" <spp@spotter.yi.org>
30266              Date: Mon, 06 Nov 2000 18:56:43 -0500
30267              Message-Id: <200011062357.SAA18173@spotter.yi.org>
30268      Branch: perl
30269            ! README.dos README.os2 README.win32 pod/buildtoc.PL
30270            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
30271            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
30272            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
30273            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
30274            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
30275            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
30276            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
30277            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
30278            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
30279            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
30280            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
30281            ! pod/perltootc.pod pod/perlunicode.pod
30282 ____________________________________________________________________________
30283 [  7584] By: jhi                                   on 2000/11/07  00:04:17
30284         Log: Varargs don't always work too well if one puts an unsigned
30285              char on the stack and pop an unsigned quad off the stack.
30286              
30287              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
30288              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
30289              Date: Mon, 06 Nov 2000 15:19:05 -0800
30290              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
30291      Branch: perl
30292            ! utf8.c
30293 ____________________________________________________________________________
30294 [  7583] By: jhi                                   on 2000/11/06  23:58:48
30295         Log: %ENV note tweaks from Dan Sugalski.
30296      Branch: perl
30297            ! pod/perlport.pod vms/perlvms.pod
30298 ____________________________________________________________________________
30299 [  7582] By: jhi                                   on 2000/11/06  23:05:49
30300         Log: glibc5 detection by __GNU_LIBRARY__.
30301      Branch: perl
30302            ! toke.c
30303 ____________________________________________________________________________
30304 [  7581] By: jhi                                   on 2000/11/06  22:51:29
30305         Log: Make the stdio test program of 7427 less noisy while being 
30306              compiled so that Digital UNIX wouldn't get both
30307              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
30308              undefined.  This makes perlio happy.
30309      Branch: metaconfig
30310            ! U/compline/d_stdstdio.U
30311      Branch: perl
30312            ! Configure config_h.SH
30313 ____________________________________________________________________________
30314 [  7580] By: jhi                                   on 2000/11/06  22:41:41
30315         Log: Document %ENV = () portability issues.
30316      Branch: perl
30317            ! pod/perlport.pod vms/perlvms.pod
30318 ____________________________________________________________________________
30319 [  7579] By: jhi                                   on 2000/11/06  21:29:24
30320         Log: VOS updates from Paul Green.
30321      Branch: perl
30322            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30323 ____________________________________________________________________________
30324 [  7578] By: jhi                                   on 2000/11/06  21:00:40
30325         Log: Sanitize the environment further.
30326      Branch: perl
30327            ! t/pragma/locale.t
30328 ____________________________________________________________________________
30329 [  7577] By: jhi                                   on 2000/11/06  20:53:51
30330         Log: Re-introduce 7552 lost in integration.
30331      Branch: perl
30332            ! perlio.c
30333 ____________________________________________________________________________
30334 [  7576] By: jhi                                   on 2000/11/06  20:33:46
30335         Log: Admit that the test leaks scalars.
30336      Branch: perl
30337            ! t/comp/proto.t
30338 ____________________________________________________________________________
30339 [  7575] By: jhi                                   on 2000/11/06  20:17:08
30340         Log: Integrate perlio.
30341      Branch: perl
30342           !> perlio.c
30343 ____________________________________________________________________________
30344 [  7574] By: nick                                  on 2000/11/06  20:07:28
30345         Log: Remove debug. Try (Mmap_t) on madvise() call.
30346      Branch: perlio
30347            ! perlio.c
30348 ____________________________________________________________________________
30349 [  7573] By: jhi                                   on 2000/11/06  13:56:05
30350         Log: Update Changes.
30351      Branch: perl
30352            ! Changes patchlevel.h
30353 ____________________________________________________________________________
30354 [  7572] By: jhi                                   on 2000/11/06  13:48:41
30355         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
30356              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30357              Date: Mon, 06 Nov 2000 10:11:42 +0100
30358              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
30359      Branch: perl
30360            ! pod/perlhack.pod
30361 ____________________________________________________________________________
30362 [  7571] By: jhi                                   on 2000/11/06  01:45:51
30363         Log: AUTHORS updates.
30364      Branch: perl
30365            ! AUTHORS
30366 ____________________________________________________________________________
30367 [  7570] By: jhi                                   on 2000/11/06  00:18:00
30368         Log: Fix for
30369              
30370              Subject: [ID 20000728.005] perl -P broken
30371              From: David Dyck <dcd@tc.fluke.com>
30372              Date: Fri, 28 Jul 2000 17:19:16 -0700
30373              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
30374              
30375              (hopefully).  The fix is also not complete, it seems to break
30376              BOM swallowing for libc5 systems, but until someone figures
30377              out a way to do this without ftell(), this will do.
30378      Branch: perl
30379            ! toke.c
30380 ____________________________________________________________________________
30381 [  7569] By: jhi                                   on 2000/11/06  00:05:30
30382         Log: Document that the evaled syntax errors cause scalar leaks.
30383      Branch: perl
30384            ! t/comp/proto.t
30385 ____________________________________________________________________________
30386 [  7568] By: jhi                                   on 2000/11/05  23:14:47
30387         Log: opmini.o can linger from Configures past.
30388      Branch: perl
30389            ! Makefile.SH
30390 ____________________________________________________________________________
30391 [  7567] By: jhi                                   on 2000/11/05  21:28:39
30392         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
30393              first argument correctly.
30394      Branch: perl
30395            ! perlio.c
30396 ____________________________________________________________________________
30397 [  7566] By: jhi                                   on 2000/11/05  21:15:56
30398         Log: Integrate perlio.
30399      Branch: perl
30400           !> perlio.c
30401 ____________________________________________________________________________
30402 [  7565] By: jhi                                   on 2000/11/05  21:15:13
30403         Log: Use -dM for gcc (the suggested patch did it only for Linux,
30404              but I think it can be generalized).
30405              
30406              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
30407              From: Pixel <pixel@mandrakesoft.com>
30408              Date: 05 Nov 2000 21:49:34 +0100 
30409              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
30410      Branch: perl
30411            ! ext/Errno/Errno_pm.PL
30412 ____________________________________________________________________________
30413 [  7564] By: nick                                  on 2000/11/05  21:09:18
30414         Log: Added a mmap layer as a "subclass" of perlio.
30415              PERLIO=mmap ./perl harness passes
30416      Branch: perlio
30417            ! perlio.c
30418 ____________________________________________________________________________
30419 [  7563] By: jhi                                   on 2000/11/05  19:48:55
30420         Log: Add a note for future generations about bug id 20000229.006.
30421      Branch: perl
30422            ! malloc.c
30423 ____________________________________________________________________________
30424 [  7562] By: jhi                                   on 2000/11/05  19:38:24
30425         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
30426      Branch: perl
30427            ! pp_ctl.c t/op/pos.t
30428 ____________________________________________________________________________
30429 [  7561] By: jhi                                   on 2000/11/05  18:21:46
30430         Log: Add =pod to be tidy.
30431      Branch: perl
30432            ! lib/Math/Complex.pm
30433 ____________________________________________________________________________
30434 [  7560] By: jhi                                   on 2000/11/05  17:38:46
30435         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
30436      Branch: perl
30437            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30438            ! ext/Storable/Storable.xs t/lib/st-recurse.t
30439 ____________________________________________________________________________
30440 [  7559] By: jhi                                   on 2000/11/05  17:32:59
30441         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
30442              From: "Peter J. Farley III" <pjfarley@banet.net>
30443              Date: Sun, 05 Nov 2000 11:55:59 -0500
30444              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
30445      Branch: perl
30446            ! t/lib/syslog.t
30447 ____________________________________________________________________________
30448 [  7558] By: jhi                                   on 2000/11/05  17:29:19
30449         Log: Integrate perlio.
30450      Branch: perl
30451           !> perlio.c
30452 ____________________________________________________________________________
30453 [  7557] By: jhi                                   on 2000/11/05  17:22:01
30454         Log: A fix of sorts for 20000329.026, a better error message
30455              for a missing "use charnames" when using the \N{...}. 
30456      Branch: perl
30457            ! pod/perldiag.pod toke.c
30458 ____________________________________________________________________________
30459 [  7556] By: jhi                                   on 2000/11/05  16:33:50
30460         Log: Test tweak: show also the failed locales.
30461              
30462              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
30463              From: Lupe Christoph <lupe@lupe-christoph.de>         
30464              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
30465              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
30466      Branch: perl
30467            ! t/pragma/locale.t
30468 ____________________________________________________________________________
30469 [  7555] By: nick                                  on 2000/11/05  11:09:34
30470         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
30471              open RDWR so does not fail. (pragma/warnings 303 again...)
30472      Branch: perlio
30473            ! perlio.c
30474 ____________________________________________________________________________
30475 [  7554] By: nick                                  on 2000/11/05  10:10:13
30476         Log: Fix case where ungetc(f,EOF) was allowed.
30477              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
30478              so we can see similarities.
30479              Use types more carefully and a STDCHAR array in hope that this will
30480              fix Jarrko's 64bit machine.
30481      Branch: perlio
30482            ! perlio.c
30483 ____________________________________________________________________________
30484 [  7553] By: jhi                                   on 2000/11/05  01:12:16
30485         Log: Fix for
30486              
30487              Subject: [ID 20001004.007] taint propogation is inconsistent
30488              From: pimlott@idiomtech.com (Andrew Pimlott) 
30489              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
30490              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
30491              
30492              The culprit was sv_setsv() which was rather blindly
30493              propagating taint, which lead to behaviour where if
30494              a tainted anon hash value was seen all the hash values
30495              from then on at that level became tainted, or at any
30496              upper levels in the case of nested anon hashes.
30497      Branch: perl
30498            ! sv.c t/op/taint.t
30499 ____________________________________________________________________________
30500 [  7552] By: jhi                                   on 2000/11/04  23:44:18
30501         Log: Some cpps don't like splitting conditionals across several lines.
30502      Branch: perl
30503            ! perlio.c
30504 ____________________________________________________________________________
30505 [  7551] By: nick                                  on 2000/11/04  23:40:44
30506         Log: Integrate mainline
30507      Branch: perlio
30508           !> pp_hot.c t/op/taint.t
30509 ____________________________________________________________________________
30510 [  7550] By: nick                                  on 2000/11/04  23:39:05
30511         Log: Integrate mainline again
30512      Branch: perlio
30513           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
30514           !> t/lib/b.t t/op/misc.t util.c
30515 ____________________________________________________________________________
30516 [  7549] By: jhi                                   on 2000/11/04  23:14:01
30517         Log: Fix for
30518              
30519              Subject: [ID 20001004.006] undef is never tainted
30520              From: pimlott@idiomtech.com (Andrew Pimlott)
30521              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
30522              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
30523              
30524              An undef read from a slurped file was not tainted.
30525      Branch: perl
30526            ! pp_hot.c t/op/taint.t
30527 ____________________________________________________________________________
30528 [  7548] By: jhi                                   on 2000/11/04  22:56:21
30529         Log: Test tweak ($Config{useperlio} is by default undef) .
30530      Branch: perl
30531            ! t/lib/b.t
30532 ____________________________________________________________________________
30533 [  7547] By: jhi                                   on 2000/11/04  22:43:56
30534         Log: Integrate perlio.
30535      Branch: perl
30536           +> lib/perlio.pm
30537           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
30538           !> pod/perlapi.pod t/lib/b.t
30539 ____________________________________________________________________________
30540 [  7546] By: jhi                                   on 2000/11/04  22:40:59
30541         Log: Configure would use a bad $myuname from an old config.sh.
30542              
30543              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
30544              From: Andy Dougherty <doughera@lafayette.edu>
30545              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
30546              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
30547      Branch: metaconfig
30548            ! U/modified/Oldconfig.U
30549      Branch: perl
30550            ! Configure config_h.SH
30551 ____________________________________________________________________________
30552 [  7545] By: jhi                                   on 2000/11/04  22:36:54
30553         Log: Subject: Locales support (setlocale) fixes
30554              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
30555              Date: Sat, 4 Nov 2000 10:15:48 +0300 
30556              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
30557              
30558              Modified quite a bit to be more portable.
30559      Branch: perl
30560            ! embed.h embed.pl perl.h proto.h util.c
30561 ____________________________________________________________________________
30562 [  7544] By: jhi                                   on 2000/11/04  22:32:47
30563         Log: Dying is too strict here, better just skip.
30564      Branch: perl
30565            ! t/op/misc.t
30566 ____________________________________________________________________________
30567 [  7543] By: nick                                  on 2000/11/04  21:55:13
30568         Log: Merge mainline
30569      Branch: perlio
30570           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30571           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
30572           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
30573           !> (integrate 64 files)
30574 ____________________________________________________________________________
30575 [  7542] By: jhi                                   on 2000/11/04  21:09:28
30576         Log: More Changes tweakery.
30577      Branch: perl
30578            ! Changes Porting/genlog
30579 ____________________________________________________________________________
30580 [  7541] By: jhi                                   on 2000/11/04  20:58:18
30581         Log: Changes fixups.
30582      Branch: perl
30583            ! Changes
30584 ____________________________________________________________________________
30585 [  7540] By: jhi                                   on 2000/11/04  20:42:38
30586         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
30587              create a "fast path" for locale name probing using "locale -a"
30588              if available, squash finally hopefully the s?printf resetting
30589              the numeric locale (since, IIUC perllocale, it never shouldn't). 
30590      Branch: perl
30591            ! sv.c t/op/misc.t t/pragma/locale.t
30592 ____________________________________________________________________________
30593 [  7539] By: nick                                  on 2000/11/04  19:56:10
30594         Log: PerlIO infrastructure complete.
30595      Branch: perlio
30596            + lib/perlio.pm
30597            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
30598 ____________________________________________________________________________
30599 [  7538] By: nick                                  on 2000/11/04  14:31:32
30600         Log: Type tweaks + less contorted allocation scheme
30601      Branch: perlio
30602            ! perlio.c
30603 ____________________________________________________________________________
30604 [  7537] By: nick                                  on 2000/11/04  12:40:42
30605         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
30606              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
30607              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
30608              sensible) which lead to some interesting fails.
30609      Branch: perlio
30610            ! perlio.c
30611 ____________________________________________________________________________
30612 [  7536] By: jhi                                   on 2000/11/04  00:20:02
30613         Log: Add FCNTL_CAN_LOCK.
30614              
30615              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
30616              From: Andy Dougherty <doughera@lafayette.edu>
30617              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
30618              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
30619              
30620              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
30621              From: Andy Dougherty <doughera@lafayette.edu>
30622              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
30623              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
30624      Branch: metaconfig/U/perl
30625            + d_fcntl_can_lock.U
30626            ! startperl.U
30627      Branch: perl
30628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30629            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
30630            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30631            ! vos/config.ga.h win32/config.bc win32/config.gc
30632            ! win32/config.vc
30633 ____________________________________________________________________________
30634 [  7535] By: nick                                  on 2000/11/03  22:19:10
30635         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
30636              - Works on Linux with
30637              perlio + unix
30638              stdio
30639              - Works on Solaris with
30640              perlio + unix
30641              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
30642              - Fails (hangs in openpid) if you try and stack
30643              perlio + stdio - Linux stdio's read() logic is hanging.
30644      Branch: perlio
30645            ! iperlsys.h perlio.c
30646 ____________________________________________________________________________
30647 [  7534] By: jhi                                   on 2000/11/03  15:16:02
30648         Log: Subject: Re: README.aix
30649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30650              Date: Fri, 03 Nov 2000 16:03:15 +0100
30651              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
30652      Branch: perl
30653            ! README.aix
30654 ____________________________________________________________________________
30655 [  7533] By: jhi                                   on 2000/11/03  03:59:02
30656         Log: Subject: [PATCH 5.7.0] better messages from malloc()
30657              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30658              Date: Wed, 1 Nov 2000 23:39:56 -0500
30659              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
30660      Branch: perl
30661            ! malloc.c pod/perldiag.pod
30662 ____________________________________________________________________________
30663 [  7532] By: jhi                                   on 2000/11/03  00:11:56
30664         Log: The #7521 touched things it shouldn't have.
30665      Branch: perl
30666            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
30667 ____________________________________________________________________________
30668 [  7531] By: jhi                                   on 2000/11/02  22:32:33
30669         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
30670              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30671              Date:     Thu, 2 Nov 2000 16:58:36 EST
30672              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
30673      Branch: perl
30674            ! vms/gen_shrfls.pl
30675 ____________________________________________________________________________
30676 [  7530] By: jhi                                   on 2000/11/02  22:08:49
30677         Log: Fix the problem discussed in
30678              
30679              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
30680              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
30681              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
30682              
30683              originally from Linc Madison.  Also Andreas König's comments
30684              taken into account.  Some other problems with Tie::SubstrHash
30685              fixed: didn't croak when the table exceeded the requested number
30686              of entries (as documented) but instead when the number of entries
30687              exceeded the size of the table, a croak() had an unnecessary \n,
30688              didn't have a CLEAR method, documented that there is no exists().
30689              Didn't fix to be strict-proof because the module uses &foo; and
30690              dynamic scope.  Added a test script exercizing both first tamely 
30691              the basic functionality, and then the failure cases reported by
30692              Linc Madison.
30693      Branch: perl
30694            + t/lib/tie-substrhash.t
30695            ! MANIFEST lib/Tie/SubstrHash.pm
30696 ____________________________________________________________________________
30697 [  7529] By: jhi                                   on 2000/11/02  17:58:08
30698         Log: recv() can fail and return undef.
30699              
30700              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
30701              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
30702              Date: Thu, 2 Nov 2000 20:12:20 +0300
30703              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
30704      Branch: perl
30705            ! lib/Net/Ping.pm
30706 ____________________________________________________________________________
30707 [  7528] By: jhi                                   on 2000/11/02  17:49:09
30708         Log: Detpyo.
30709      Branch: perl
30710            ! pod/perlop.pod
30711 ____________________________________________________________________________
30712 [  7527] By: jhi                                   on 2000/11/02  15:48:37
30713         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
30714              fix a autovivification bug in Tie::RefHash, add tests for both.
30715              
30716              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
30717              From: Edward Avis <epa98@doc.ic.ac.uk>
30718              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
30719              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
30720      Branch: perl
30721            + t/lib/tie-refhash.t
30722            ! MANIFEST lib/Tie/RefHash.pm
30723 ____________________________________________________________________________
30724 [  7526] By: jhi                                   on 2000/11/02  13:56:26
30725         Log: Test::Harness revealed buglets in the new DynaLoader.
30726              
30727              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
30728              From: andreas.koenig@anima.de (Andreas J. Koenig)
30729              Date: 02 Nov 2000 11:26:48 +0100 
30730              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
30731      Branch: perl
30732            ! ext/DynaLoader/DynaLoader_pm.PL
30733 ____________________________________________________________________________
30734 [  7525] By: jhi                                   on 2000/11/01  23:52:08
30735         Log: The entry for #7503 was missing.
30736      Branch: perl
30737            ! Changes
30738 ____________________________________________________________________________
30739 [  7524] By: jhi                                   on 2000/11/01  23:40:52
30740         Log: Update Changes.
30741      Branch: perl
30742            ! Changes patchlevel.h
30743 ____________________________________________________________________________
30744 [  7523] By: jhi                                   on 2000/11/01  22:57:09
30745         Log: More tweaking on the #7522 theme.
30746      Branch: perl
30747            ! ext/DynaLoader/DynaLoader_pm.PL
30748 ____________________________________________________________________________
30749 [  7522] By: jhi                                   on 2000/11/01  22:06:15
30750         Log: Expand %Config variables and %ENV variables only if
30751              so requested during build time using the
30752              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
30753              Not expanding makes relocating distributions easier.
30754      Branch: perl
30755            ! ext/DynaLoader/DynaLoader_pm.PL
30756 ____________________________________________________________________________
30757 [  7521] By: jhi                                   on 2000/11/01  20:56:34
30758         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
30759              and setgid() because they were just changing $< and $( which means
30760              only changing the real uid/gid, as opposed to changing both
30761              real and effective ids.  (The alternative way could have been
30762              in POSIX.pm to change $> and $), too, but making a direct call
30763              to the C API feels cleaner.)  Fixes the bug
30764              
30765              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
30766              From: "Garry T. Williams" <garry@zvolve.com>
30767              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
30768              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
30769      Branch: perl
30770            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30771            ! ext/POSIX/typemap pod/perlvar.pod
30772 ____________________________________________________________________________
30773 [  7520] By: jhi                                   on 2000/11/01  20:08:33
30774         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
30775              From: "Garry T. Williams" <garry@zvolve.com>
30776              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
30777              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
30778      Branch: perl
30779            ! pod/perlsec.pod
30780 ____________________________________________________________________________
30781 [  7519] By: jhi                                   on 2000/11/01  20:01:22
30782         Log: Locale warning explanation tweak.
30783      Branch: perl
30784            ! pod/perldiag.pod
30785 ____________________________________________________________________________
30786 [  7518] By: jhi                                   on 2000/11/01  18:57:13
30787         Log: C.pm part of
30788              
30789              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
30790              From: Jarkko Hietaniemi <jhi@iki.fi>
30791              Date: Tue, 10 Oct 2000 08:22:28 -0500
30792              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
30793      Branch: perl
30794            ! ext/B/B/C.pm
30795 ____________________________________________________________________________
30796 [  7517] By: jhi                                   on 2000/11/01  18:41:59
30797         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
30798              From: Martien Verbruggen <mgjv@comdyn.com.au>
30799              Date: Fri, 6 Oct 2000 14:09:10 +1100
30800              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
30801      Branch: perl
30802            ! pod/perlop.pod
30803 ____________________________________________________________________________
30804 [  7516] By: jhi                                   on 2000/11/01  18:34:55
30805         Log: Generalize the Camel wording.
30806              
30807              Subject: Re: perlfaq style changes
30808              From: John Borwick <jhborwic@unity.ncsu.edu>
30809              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
30810              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
30811      Branch: perl
30812            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
30813 ____________________________________________________________________________
30814 [  7515] By: jhi                                   on 2000/11/01  16:52:31
30815         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
30816              From: pimlott@idiomtech.com (Andrew Pimlott)
30817              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
30818              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
30819      Branch: perl
30820            ! pod/perlsec.pod
30821 ____________________________________________________________________________
30822 [  7514] By: jhi                                   on 2000/11/01  15:03:40
30823         Log: More AIX lore.
30824      Branch: perl
30825            ! ext/re/hints/aix.pl
30826 ____________________________________________________________________________
30827 [  7513] By: jhi                                   on 2000/11/01  14:48:30
30828         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
30829              From: root <root@chronos.fi.muni.cz>
30830              Date: Wed, 1 Nov 2000 12:31:32 +0100
30831              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
30832      Branch: perl
30833            ! lib/Net/Ping.pm
30834 ____________________________________________________________________________
30835 [  7512] By: jhi                                   on 2000/11/01  14:46:47
30836         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
30837              From: Martin Husemann <martin@duskware.de>
30838              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
30839              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
30840      Branch: perl
30841            ! regcomp.c
30842 ____________________________________________________________________________
30843 [  7511] By: jhi                                   on 2000/11/01  14:39:50
30844         Log: AUTHORS updates.
30845      Branch: perl
30846            ! AUTHORS
30847 ____________________________________________________________________________
30848 [  7510] By: jhi                                   on 2000/11/01  14:29:50
30849         Log: Subject: [PATCH] startperl to respect versiononly
30850              From: Robin Barker <rmb1@cise.npl.co.uk> 
30851              Date: Tue, 31 Oct 2000 16:29:36 GMT
30852              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
30853      Branch: metaconfig/U/perl
30854            ! startperl.U
30855      Branch: perl
30856            ! Configure config_h.SH
30857 ____________________________________________________________________________
30858 [  7509] By: jhi                                   on 2000/11/01  14:19:53
30859         Log: printf UVs the correct way, noticed by Robin Barker.
30860      Branch: perl
30861            ! utf8.c
30862 ____________________________________________________________________________
30863 [  7508] By: jhi                                   on 2000/11/01  14:10:03
30864         Log: Do not cleanup *% because the % has special meanings in some
30865              shell environments.
30866      Branch: perl
30867            ! ext/Storable/Makefile.PL
30868 ____________________________________________________________________________
30869 [  7507] By: jhi                                   on 2000/11/01  14:06:00
30870         Log: The NonStop-UX libraries have a novel way to say NaN.
30871      Branch: perl
30872            ! t/lib/bigfltpm.t
30873 ____________________________________________________________________________
30874 [  7506] By: jhi                                   on 2000/11/01  14:03:35
30875         Log: The osname has been lowercased by now, from Tom Bates.
30876      Branch: metaconfig
30877            ! U/modified/Oldconfig.U
30878      Branch: perl
30879            ! Configure config_h.SH
30880 ____________________________________________________________________________
30881 [  7505] By: jhi                                   on 2000/10/31  19:18:39
30882         Log: The compiler is either gcc or cc, from Tom Bates.
30883      Branch: perl
30884            ! hints/nonstopux.sh
30885 ____________________________________________________________________________
30886 [  7504] By: jhi                                   on 2000/10/31  14:53:42
30887         Log: Update Changes.
30888      Branch: perl
30889            ! Changes patchlevel.h
30890 ____________________________________________________________________________
30891 [  7503] By: jhi                                   on 2000/10/31  14:30:50
30892         Log: Whitespace style tweak.  Was originally going to see to
30893              
30894              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
30895              From: Joe Smith <jms@inwap.com>
30896              Date: Mon, 30 Oct 2000 18:47:57 -0800
30897              Message-Id: <39FE32DD.24AAC4D@inwap.com>
30898              
30899              but that had already been taken care of.
30900      Branch: metaconfig
30901            ! U/compline/d_stdstdio.U
30902      Branch: perl
30903            ! Configure config_h.SH
30904 ____________________________________________________________________________
30905 [  7502] By: jhi                                   on 2000/10/31  14:25:02
30906         Log: AUTHORS tweaks.
30907      Branch: perl
30908            ! AUTHORS
30909 ____________________________________________________________________________
30910 [  7501] By: jhi                                   on 2000/10/31  14:23:59
30911         Log: Subject: perlfaq style changes
30912              From: John Borwick <jhborwic@unity.ncsu.edu>
30913              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
30914              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
30915      Branch: perl
30916            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30917            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30918            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30919            ! pod/perlfaq9.pod
30920 ____________________________________________________________________________
30921 [  7500] By: jhi                                   on 2000/10/31  14:22:15
30922         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
30923              
30924              Subject: Re: [ID 20000918.005] ~ on wide chars
30925              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30926              Date: Mon, 30 Oct 2000 21:09:55 -0800
30927              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
30928              
30929              (The ord() part of the patch skipped.)
30930      Branch: perl
30931            ! doop.c
30932 ____________________________________________________________________________
30933 [  7499] By: jhi                                   on 2000/10/31  14:20:08
30934         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
30935              From: Jens Hamisch <jens@Strawberry.COM>
30936              Date: Mon, 30 Oct 2000 15:17:07 +0100
30937              Message-Id: <20001030151707.A9597@Strawberry.COM>
30938      Branch: perl
30939            ! av.c
30940 ____________________________________________________________________________
30941 [  7498] By: jhi                                   on 2000/10/31  14:16:29
30942         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
30943              From: Peter Prymmer <pvhp@forte.com>
30944              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
30945              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
30946      Branch: perl
30947            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30948            + ext/Encode/Encode/posix-bc.enc
30949            ! MANIFEST t/lib/encode.t
30950 ____________________________________________________________________________
30951 [  7497] By: jhi                                   on 2000/10/31  14:13:22
30952         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
30953              From: Peter Prymmer <pvhp@forte.com>
30954              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
30955              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
30956      Branch: perl
30957            ! t/lib/cgi-html.t
30958 ____________________________________________________________________________
30959 [  7496] By: jhi                                   on 2000/10/31  14:12:05
30960         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
30961              From: Peter Prymmer <pvhp@forte.com>
30962              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
30963              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
30964      Branch: perl
30965            ! t/lib/cgi-function.t
30966 ____________________________________________________________________________
30967 [  7495] By: jhi                                   on 2000/10/31  14:11:08
30968         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
30969              From: Peter Prymmer <pvhp@forte.com>
30970              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
30971              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
30972      Branch: perl
30973            + ext/re/hints/aix.pl
30974            ! MANIFEST ext/re/Makefile.PL
30975 ____________________________________________________________________________
30976 [  7494] By: jhi                                   on 2000/10/31  14:08:32
30977         Log: Use Errno magic.
30978              
30979              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
30980              From: Casey Tweten <perl@ctweten.amsite.com>
30981              Date: Mon, 30 Oct 2000 15:51:17 -0500
30982              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
30983      Branch: perl
30984            ! lib/File/Temp.pm
30985 ____________________________________________________________________________
30986 [  7493] By: jhi                                   on 2000/10/31  14:05:07
30987         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
30988              
30989              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
30990              From: Nicholas Clark <nick@ccl4.org>
30991              Date: Mon, 30 Oct 2000 17:38:45 +0000
30992              Message-ID: <20001030173845.O60355@plum.flirble.org>
30993      Branch: perl
30994            ! Makefile.SH utils/perlbug.PL
30995 ____________________________________________________________________________
30996 [  7492] By: nick                                  on 2000/10/30  19:37:23
30997         Log: Change files which are mysteriously different to mainline to be
30998              copies of mainline.
30999      Branch: perlio
31000            ! objXSUB.h perlapi.c pod/perlapi.pod
31001 ____________________________________________________________________________
31002 [  7491] By: nick                                  on 2000/10/30  18:05:54
31003         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
31004              - typo in endian code in putc.
31005              - Don't allow read of write-only files and vice-versa
31006              - and off-by-one in flush-all loop.
31007              Remove debug calls as they were using GCC specific features.
31008      Branch: perlio
31009            ! perlio.c
31010 ____________________________________________________________________________
31011 [  7490] By: nick                                  on 2000/10/29  21:45:45
31012         Log: Integrate mainline to perlio
31013      Branch: perlio
31014           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
31015           !> toke.c
31016 ____________________________________________________________________________
31017 [  7489] By: jhi                                   on 2000/10/29  21:11:08
31018         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
31019              From: andreas.koenig@anima.de (Andreas J. Koenig)
31020              Date: 29 Oct 2000 22:05:59 +0100
31021              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
31022      Branch: perl
31023            ! lib/ExtUtils/Manifest.pm
31024 ____________________________________________________________________________
31025 [  7488] By: jhi                                   on 2000/10/29  21:07:47
31026         Log: Tests for #7487.
31027              
31028              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
31029              From: andreas.koenig@anima.de (Andreas J. Koenig)
31030              Date: 29 Oct 2000 19:37:09 +0100
31031              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
31032      Branch: perl
31033            ! t/comp/proto.t
31034 ____________________________________________________________________________
31035 [  7487] By: jhi                                   on 2000/10/29  21:06:27
31036         Log: constsub spillage.
31037              
31038              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
31039              From: John Tobey <jtobey@john-edwin-tobey.org>
31040              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
31041              Message-Id: <m13pvSr-000FObC@feynman.localnet>
31042      Branch: perl
31043            ! op.c
31044 ____________________________________________________________________________
31045 [  7486] By: nick                                  on 2000/10/29  21:05:04
31046         Log: Integrate mainline to perlio branch
31047      Branch: perlio
31048           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
31049           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
31050           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
31051           +> vos/install_perl.cm
31052            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
31053            - vos/config.h vos/config_h.SH_orig
31054           !> (integrate 141 files)
31055 ____________________________________________________________________________
31056 [  7485] By: jhi                                   on 2000/10/29  21:00:47
31057         Log: Make \x{...} consistently produce UTF-8.
31058              
31059              Subject: Re: \x{...} is confused 
31060              From: Simon Cozens <simon@cozens.net>
31061              Date: Sun, 29 Oct 2000 19:36:48 +0000
31062              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
31063      Branch: perl
31064            ! t/pragma/utf8.t toke.c
31065 ____________________________________________________________________________
31066 [  7484] By: nick                                  on 2000/10/29  20:05:29
31067         Log: PerlIO passes all tests.
31068      Branch: perlio
31069            ! perlio.c
31070 ____________________________________________________________________________
31071 [  7483] By: jhi                                   on 2000/10/29  18:06:55
31072         Log: Update Changes.
31073      Branch: perl
31074            ! Changes patchlevel.h
31075 ____________________________________________________________________________
31076 [  7482] By: nick                                  on 2000/10/29  17:43:28
31077         Log: Include <unistd.h> to get correct lseek() prototype etc.
31078              (I thought perl.h did that) - down to two fails
31079              - comp/require.t (last test)
31080              - lib/io_xs.t - possibly import/export of FILE * ?
31081      Branch: perlio
31082            ! perlio.c
31083 ____________________________________________________________________________
31084 [  7481] By: jhi                                   on 2000/10/29  17:02:37
31085         Log: UTF-8 decoder tweak.
31086      Branch: perl
31087            ! utf8.c
31088 ____________________________________________________________________________
31089 [  7480] By: nick                                  on 2000/10/29  16:26:11
31090         Log: Fixed two bugs:
31091              - error code not being set on close (of broken pipe)
31092              - append mode was truncating.
31093              At least one seek/tell bug remains.
31094      Branch: perlio
31095            ! perlio.c
31096 ____________________________________________________________________________
31097 [  7479] By: nick                                  on 2000/10/29  11:18:16
31098         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
31099              in case of accidents. Still several worrying fails, no line disciplines yet.
31100      Branch: perlio
31101            ! iperlsys.h perlio.c
31102 ____________________________________________________________________________
31103 [  7478] By: jhi                                   on 2000/10/29  02:04:01
31104         Log: Add also emailless people.
31105      Branch: perl
31106            ! AUTHORS
31107 ____________________________________________________________________________
31108 [  7477] By: jhi                                   on 2000/10/29  01:36:00
31109         Log: The #7476 needs a MANIFEST change, too.
31110      Branch: perl
31111            ! MANIFEST
31112 ____________________________________________________________________________
31113 [  7476] By: jhi                                   on 2000/10/29  01:35:21
31114         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
31115      Branch: perl
31116            - MAINTAIN
31117            ! AUTHORS Changes
31118 ____________________________________________________________________________
31119 [  7475] By: jhi                                   on 2000/10/28  23:57:25
31120         Log: De-quoted-unreadable to ISO Latin 1.
31121              (There's one ISO-2022-JP name in Changes5.004.)
31122      Branch: perl
31123            ! Changes Changes5.6
31124 ____________________________________________________________________________
31125 [  7474] By: jhi                                   on 2000/10/28  19:13:06
31126         Log: Subject: [ID 20001027.007] uniq array in perlfaq
31127              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
31128              Date: Fri, 27 Oct 2000 19:28:30 +0200
31129              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
31130      Branch: perl
31131            ! pod/perlfaq4.pod
31132 ____________________________________________________________________________
31133 [  7473] By: jhi                                   on 2000/10/28  18:02:05
31134         Log: Locking null mutexes is not recommendable.
31135              
31136              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
31137              From: Hugo <hv@crypt.compulink.co.uk>
31138              Date: Sat, 28 Oct 2000 18:41:12 +0100
31139              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
31140      Branch: perl
31141            ! op.c
31142 ____________________________________________________________________________
31143 [  7472] By: jhi                                   on 2000/10/28  17:52:58
31144         Log: Better create a true mailing list for the repository keepers.
31145      Branch: perl
31146            ! Porting/repository.pod
31147 ____________________________________________________________________________
31148 [  7471] By: jhi                                   on 2000/10/28  17:28:24
31149         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
31150              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
31151      Branch: perl
31152            + Porting/repository.pod
31153            ! MANIFEST
31154 ____________________________________________________________________________
31155 [  7470] By: jhi                                   on 2000/10/28  17:20:54
31156         Log: Subject: DOC PATCH 5.6.0
31157              From: mjd@plover.com
31158              Date: 27 Oct 2000 17:32:44 -0000
31159              Message-ID: <20001027173244.23754.qmail@plover.com>
31160      Branch: perl
31161            ! pod/perlfunc.pod
31162 ____________________________________________________________________________
31163 [  7469] By: jhi                                   on 2000/10/28  17:16:45
31164         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
31165              From: "Peter J. Farley III" <pjfarley@banet.net>
31166              Date: Fri, 27 Oct 2000 20:32:56 -0400
31167              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
31168      Branch: perl
31169            ! README.dos
31170 ____________________________________________________________________________
31171 [  7468] By: jhi                                   on 2000/10/28  17:07:18
31172         Log: Make target reordering to avoid pointless re-makes.
31173              
31174              Subject: Re: Total re-make of 'make okfile' after 7451 ?
31175              From: Nicholas Clark <nick@ccl4.org>
31176              Date: Sat, 28 Oct 2000 00:31:02 +0100
31177              Message-ID: <20001028003101.A54517@plum.flirble.org>
31178      Branch: perl
31179            ! Makefile.SH
31180 ____________________________________________________________________________
31181 [  7467] By: jhi                                   on 2000/10/28  17:05:31
31182         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
31183              From: lvirden@cas.org
31184              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
31185              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
31186      Branch: perl
31187            ! README.os2
31188 ____________________________________________________________________________
31189 [  7466] By: jhi                                   on 2000/10/28  16:09:16
31190         Log: Upgrade to CPAN 1.58_55.
31191              
31192              Subject: CPAN.pm status
31193              From: andreas.koenig@anima.de (Andreas J. Koenig) 
31194              Date: 28 Oct 2000 08:18:00 +0200 
31195              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
31196      Branch: perl
31197            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31198 ____________________________________________________________________________
31199 [  7465] By: jhi                                   on 2000/10/28  16:02:47
31200         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
31201      Branch: perl
31202            ! embed.h embed.pl perl.h proto.h toke.c
31203 ____________________________________________________________________________
31204 [  7464] By: nick                                  on 2000/10/28  10:43:44
31205         Log: Fix for sv_2iv() on "shared" value from keys %hash.
31206      Branch: perl
31207            ! sv.c
31208 ____________________________________________________________________________
31209 [  7463] By: jhi                                   on 2000/10/27  16:18:29
31210         Log: Update Changes.
31211      Branch: perl
31212            ! Changes patchlevel.h
31213 ____________________________________________________________________________
31214 [  7462] By: jhi                                   on 2000/10/27  16:17:44
31215         Log: Too enthusiastic editing in #7460.
31216      Branch: metaconfig
31217            ! U/modified/Oldsym.U
31218      Branch: perl
31219            ! Configure config_h.SH
31220 ____________________________________________________________________________
31221 [  7461] By: jhi                                   on 2000/10/27  15:37:38
31222         Log: Retract #7459, the script needs more work.
31223      Branch: perl
31224            - mkreef
31225            ! MANIFEST
31226 ____________________________________________________________________________
31227 [  7460] By: jhi                                   on 2000/10/27  15:23:14
31228         Log: Use $sort, $uniq (and $tr) consistently as wondered
31229              by Nicholas Clark.
31230      Branch: metaconfig
31231            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
31232            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
31233            ! U/modified/libc.U
31234      Branch: perl
31235            ! Configure config_h.SH
31236 ____________________________________________________________________________
31237 [  7459] By: jhi                                   on 2000/10/27  15:02:07
31238         Log: (Retracted by #7461)
31239              
31240              Add a shell script for creating/removing symbolic link farms,
31241              useful for keeping the source code read-only and doing the
31242              builds somewhere else.
31243      Branch: perl
31244            + mkreef
31245            ! MANIFEST
31246 ____________________________________________________________________________
31247 [  7458] By: jhi                                   on 2000/10/27  14:42:20
31248         Log: Do away with the fix_pl.
31249      Branch: perl
31250            - fix_pl
31251            ! MANIFEST Makefile.SH
31252 ____________________________________________________________________________
31253 [  7457] By: jhi                                   on 2000/10/27  12:43:13
31254         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
31255              From: Jens Hamisch <jens@Strawberry.COM>
31256              Date: Fri, 27 Oct 2000 14:38:21 +0200
31257              Message-Id: <20001027143821.B3366@Strawberry.COM>
31258      Branch: perl
31259            ! perl.h
31260 ____________________________________________________________________________
31261 [  7456] By: jhi                                   on 2000/10/27  12:33:42
31262         Log: Subject: [PATCH] todo
31263              From: Nicholas Clark <nick@ccl4.org>
31264              Date: Thu, 26 Oct 2000 22:32:29 +0100
31265              Message-ID: <20001026223229.A44540@plum.flirble.org>
31266      Branch: perl
31267            ! pod/perltodo.pod
31268 ____________________________________________________________________________
31269 [  7455] By: jhi                                   on 2000/10/27  12:02:21
31270         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
31271              From: John Tobey <jtobey@john-edwin-tobey.org>
31272              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
31273              Message-Id: <m13ozHF-000FObC@feynman.localnet>
31274      Branch: perl
31275            ! op.c t/pragma/sub_lval.t
31276 ____________________________________________________________________________
31277 [  7454] By: jhi                                   on 2000/10/27  11:59:42
31278         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
31279              From: sthoenna@efn.org
31280              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
31281              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
31282      Branch: perl
31283            ! pp.c t/op/assignwarn.t
31284 ____________________________________________________________________________
31285 [  7453] By: jhi                                   on 2000/10/27  00:15:08
31286         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
31287      Branch: perl
31288            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31289            ! ext/Storable/Storable.xs t/lib/st-lock.t
31290 ____________________________________________________________________________
31291 [  7452] By: jhi                                   on 2000/10/26  13:05:52
31292         Log: Undo #7451, this seems to be a deficiency in Perforce,
31293              there is no per-file line-terminator type, only per-client.
31294      Branch: perl
31295            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
31296            ! win32/makefile.mk
31297 ____________________________________________________________________________
31298 [  7451] By: jhi                                   on 2000/10/26  04:56:03
31299         Log: Experimenting in DOS arcana.
31300      Branch: perl
31301            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
31302            ! win32/makefile.mk
31303 ____________________________________________________________________________
31304 [  7450] By: jhi                                   on 2000/10/26  04:50:52
31305         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
31306              From: "Peter J. Farley III" <pjfarley@banet.net>            
31307              Date: Wed, 25 Oct 2000 23:10:18 -0400
31308              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
31309      Branch: perl
31310            ! t/io/open.t
31311 ____________________________________________________________________________
31312 [  7449] By: jhi                                   on 2000/10/26  04:49:16
31313         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
31314              From: Hugo <hv@crypt.compulink.co.uk>
31315              Date: Thu, 26 Oct 2000 01:55:17 +0100
31316              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
31317              
31318              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
31319      Branch: perl
31320            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
31321 ____________________________________________________________________________
31322 [  7448] By: jhi                                   on 2000/10/26  04:38:36
31323         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
31324              From: Peter Prymmer <pvhp@forte.com>
31325              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
31326              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
31327      Branch: perl
31328            ! configure.com
31329 ____________________________________________________________________________
31330 [  7447] By: jhi                                   on 2000/10/25  23:20:02
31331         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
31332              in platforms that strictly require all the symbols being present
31333              at link time.
31334      Branch: perl
31335            ! handy.h
31336 ____________________________________________________________________________
31337 [  7446] By: jhi                                   on 2000/10/25  21:55:57
31338         Log: Update Changes.
31339      Branch: perl
31340            ! Changes patchlevel.h
31341 ____________________________________________________________________________
31342 [  7445] By: jhi                                   on 2000/10/25  21:27:08
31343         Log: Integrate with vmsperl #7430 by Charles Bailey:
31344              
31345              Cleanup from prior patch (Charles Lane?):
31346              - improve handling of MFDs in Basename and Path
31347              - default to no xsubpp line # munging when building debug images
31348      Branch: perl
31349           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
31350 ____________________________________________________________________________
31351 [  7444] By: jhi                                   on 2000/10/25  21:03:50
31352         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
31353              From: John Peacock <JPeacock@UnivPress.com>
31354              Date: Thu, 18 May 2000 11:55:27 -0400
31355              Message-ID: <3924126F.A58BE57A@UnivPress.com>
31356      Branch: perl
31357            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
31358            ! t/op/write.t
31359 ____________________________________________________________________________
31360 [  7443] By: jhi                                   on 2000/10/25  20:43:10
31361         Log: Temporary stopgap for the self-tying issue: for now only
31362              array and hash self-ties are verboten.  The real fix, of
31363              course, would be to comprehensively test (and implement?)
31364              and debug (and document) self-ties.
31365      Branch: perl
31366            ! pod/perldiag.pod pp_sys.c t/op/tie.t
31367 ____________________________________________________________________________
31368 [  7442] By: jhi                                   on 2000/10/25  20:14:30
31369         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
31370              From: Dan Sugalski <dan@sidhe.org>
31371              Date: Wed, 25 Oct 2000 13:36:35 -0400
31372              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
31373              
31374              plus regen global.sym.
31375      Branch: perl
31376            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
31377            ! thrdvar.h util.c
31378 ____________________________________________________________________________
31379 [  7441] By: jhi                                   on 2000/10/25  20:12:20
31380         Log: buildtoc target tweaks.
31381      Branch: perl
31382            ! pod/Makefile.SH
31383 ____________________________________________________________________________
31384 [  7440] By: jhi                                   on 2000/10/25  20:03:53
31385         Log: A new version of making the syslog test more robust.
31386              (Replaces #7421.)
31387              
31388              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31389              From: "Kurt D. Starsinic" <kstar@chapin.edu>
31390              Date: Wed, 25 Oct 2000 12:13:54 -0400
31391              Message-ID: <20001025121354.B2264@O2.chapin.edu>
31392      Branch: perl
31393            ! t/lib/syslog.t
31394 ____________________________________________________________________________
31395 [  7439] By: jhi                                   on 2000/10/25  20:00:48
31396         Log: Continue the internal UTF-8 API tweaking.
31397              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
31398              used much more than the simpler API, now called utf8_to_uv_simple().
31399              Still not quite happy with API, too much partial duplication
31400              of functionality.
31401      Branch: perl
31402            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
31403            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
31404            ! regcomp.c regexec.c sv.c toke.c utf8.c
31405 ____________________________________________________________________________
31406 [  7438] By: jhi                                   on 2000/10/25  18:52:30
31407         Log: Allow poking holes at the UTF-8 decoding strictness.
31408      Branch: perl
31409            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
31410            ! utf8.h
31411 ____________________________________________________________________________
31412 [  7437] By: jhi                                   on 2000/10/25  13:53:05
31413         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
31414              UTF8LEN() and UTF8SKIP(). 
31415      Branch: perl
31416            ! pp.c utf8.c utf8.h
31417 ____________________________________________________________________________
31418 [  7436] By: jhi                                   on 2000/10/25  13:51:37
31419         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
31420              From: Nicholas Clark <nick@ccl4.org>
31421              Date: Wed, 25 Oct 2000 14:44:05 +0100
31422              Message-ID: <20001025144404.D27253@plum.flirble.org>
31423      Branch: perl
31424            ! pod/perlrun.pod
31425 ____________________________________________________________________________
31426 [  7435] By: jhi                                   on 2000/10/25  13:49:32
31427         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
31428              From: Mike Guy <mjtg@cam.ac.uk>
31429              Date: Tue, 24 Oct 2000 14:59:40 +0100
31430              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
31431      Branch: perl
31432            ! scope.c
31433 ____________________________________________________________________________
31434 [  7434] By: jhi                                   on 2000/10/25  13:48:41
31435         Log: AIX is picky about its symbol exports.  Solution for now
31436              is to include the deb.o explicitly to the re extension build.
31437              
31438              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
31439              From: Peter Prymmer <pvhp@forte.com>
31440              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
31441              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
31442      Branch: perl
31443            ! ext/re/Makefile.PL hints/aix.sh
31444 ____________________________________________________________________________
31445 [  7433] By: jhi                                   on 2000/10/25  13:46:49
31446         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
31447              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31448              Date: Wed, 25 Oct 2000 12:02:20 +0200
31449              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
31450      Branch: perl
31451            ! perlsdio.h
31452 ____________________________________________________________________________
31453 [  7432] By: jhi                                   on 2000/10/25  13:44:28
31454         Log: Subject: Minor update to find2perl, for portability
31455              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
31456              Date: Wed, 25 Oct 2000 12:05:47 +0100
31457              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
31458      Branch: perl
31459            ! x2p/find2perl.PL
31460 ____________________________________________________________________________
31461 [  7431] By: jhi                                   on 2000/10/25  13:40:39
31462         Log: Add targets to Makefile.SH, most importantly
31463              'regen_all' which also remembers to update vms/perly*.
31464      Branch: perl
31465            ! Makefile.SH
31466 ____________________________________________________________________________
31467 [  7430] By: bailey                                on 2000/10/25  03:13:53
31468         Log: Cleanup from prior patch (Charles Lane?):
31469              - improve handling of MFDs in Basename and Path
31470              - default to no xsubpp line # munging when building debug images
31471      Branch: vmsperl
31472            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
31473 ____________________________________________________________________________
31474 [  7429] By: jhi                                   on 2000/10/24  20:03:40
31475         Log: Podify README.epoc and README.vos.
31476      Branch: perl
31477            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
31478            ! pod/perlport.pod pod/perltoc.pod
31479 ____________________________________________________________________________
31480 [  7428] By: jhi                                   on 2000/10/24  19:10:33
31481         Log: Stratus VOS updates from Paul Green.
31482      Branch: perl
31483            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31484            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
31485            - vos/config.def vos/config.h vos/config_h.SH_orig
31486            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
31487            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
31488 ____________________________________________________________________________
31489 [  7427] By: jhi                                   on 2000/10/24  18:59:48
31490         Log: Check if stdio supports tweaking lval and cnt simultaneously.
31491              
31492              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
31493              From: Nicholas Clark <nick@ccl4.org>
31494              Date: Mon, 23 Oct 2000 15:39:32 +0100
31495              Message-ID: <20001023153932.A10786@plum.flirble.org>
31496      Branch: metaconfig
31497            ! U/compline/d_stdstdio.U
31498      Branch: perl
31499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31500            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
31501            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
31502            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
31503            ! vos/config.h vos/config_h.SH_orig win32/config.bc
31504            ! win32/config.gc win32/config.vc
31505 ____________________________________________________________________________
31506 [  7426] By: jhi                                   on 2000/10/24  17:57:44
31507         Log: Missed the header file changes from #7425.
31508      Branch: perl
31509            ! embed.h embed.pl objXSUB.h proto.h
31510 ____________________________________________________________________________
31511 [  7425] By: jhi                                   on 2000/10/24  17:55:17
31512         Log: Fix the bug reported in
31513              
31514              From: andreas.koenig@anima.de (Andreas J. Koenig)
31515              Subject: Encode bug?
31516              Date: 24 Oct 2000 14:01:26 +0200 
31517              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
31518              
31519              Also make is_utf8_char() stricter.
31520      Branch: perl
31521            ! ext/Encode/Encode.xs utf8.c
31522 ____________________________________________________________________________
31523 [  7424] By: jhi                                   on 2000/10/24  15:15:39
31524         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
31525              From: Peter Scott <Peter@PSDT.com>
31526              Date: Mon, 23 Oct 2000 19:46:01 -0700
31527              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
31528      Branch: perl
31529            ! pod/perlfaq5.pod
31530 ____________________________________________________________________________
31531 [  7423] By: jhi                                   on 2000/10/24  14:25:30
31532         Log: Test tweak to avoid pulling in the whole Config.
31533      Branch: perl
31534            ! t/lib/st-lock.t
31535 ____________________________________________________________________________
31536 [  7422] By: jhi                                   on 2000/10/24  14:03:16
31537         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
31538      Branch: perl
31539            ! pp.c
31540 ____________________________________________________________________________
31541 [  7421] By: jhi                                   on 2000/10/24  13:32:09
31542         Log: (Replaced by #7440.)
31543              
31544              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31545              From: "Kurt D. Starsinic" <kstar@chapin.edu>
31546              Date: Mon, 23 Oct 2000 16:40:54 -0400
31547              Message-ID: <20001023164054.B14491@O2.chapin.edu>
31548      Branch: perl
31549            ! t/lib/syslog.t
31550 ____________________________________________________________________________
31551 [  7420] By: jhi                                   on 2000/10/24  13:30:53
31552         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
31553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31554              Date: Mon, 23 Oct 2000 17:29:03 -0400
31555              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
31556      Branch: perl
31557            ! lib/ExtUtils/MM_Unix.pm
31558 ____________________________________________________________________________
31559 [  7419] By: jhi                                   on 2000/10/24  13:29:57
31560         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
31561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31562              Date: Mon, 23 Oct 2000 19:01:32 -0400
31563              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
31564      Branch: perl
31565            ! utils/h2xs.PL
31566 ____________________________________________________________________________
31567 [  7418] By: jhi                                   on 2000/10/24  13:26:04
31568         Log: Replace #7409 with
31569              
31570              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
31571              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
31572              Date: Mon, 23 Oct 2000 20:08:56 +0200
31573              Message-ID: <20001023200855.A14850@nice.ram.loc>
31574      Branch: perl
31575            ! ext/Storable/Storable.pm t/lib/st-lock.t
31576 ____________________________________________________________________________
31577 [  7417] By: jhi                                   on 2000/10/24  13:17:52
31578         Log: Run vms/vms_yfix.pl, should have done that after changing
31579              perly.c in #7382.
31580      Branch: perl
31581            ! vms/perly_c.vms vms/perly_h.vms
31582 ____________________________________________________________________________
31583 [  7416] By: jhi                                   on 2000/10/24  02:55:33
31584         Log: Make the UTF-8 decoding stricter and more verbose when
31585              malformation happens.  This involved adding an argument
31586              to utf8_to_uv_chk(), which involved changing its prototype,
31587              and prefer STRLEN over I32 for the UTF-8 length, which as
31588              a domino effect necessitated changing the prototypes of
31589              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
31590              The stricter UTF-8 decoding checking uses Markus Kuhn's
31591              UTF-8 Decode Stress Tester from
31592              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
31593      Branch: perl
31594            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
31595            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
31596            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
31597            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
31598 ____________________________________________________________________________
31599 [  7415] By: jhi                                   on 2000/10/23  14:06:06
31600         Log: Update Changes.
31601      Branch: perl
31602            ! Changes patchlevel.h
31603 ____________________________________________________________________________
31604 [  7414] By: jhi                                   on 2000/10/23  12:39:52
31605         Log: Undo the basename() part of #7412 since the lib/basename
31606              tests would need upgrading too.
31607      Branch: perl
31608            ! lib/File/Basename.pm
31609 ____________________________________________________________________________
31610 [  7413] By: jhi                                   on 2000/10/23  12:19:27
31611         Log: Document PERL_INSTALL_ROOT of #7210.
31612      Branch: perl
31613            ! lib/ExtUtils/Install.pm
31614 ____________________________________________________________________________
31615 [  7412] By: jhi                                   on 2000/10/23  12:16:47
31616         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
31617      Branch: perl
31618            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
31619            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
31620 ____________________________________________________________________________
31621 [  7411] By: jhi                                   on 2000/10/23  12:07:41
31622         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
31623              From: Prymmer/Kahn <pvhp@best.com>
31624              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
31625              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
31626      Branch: perl
31627            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
31628 ____________________________________________________________________________
31629 [  7410] By: jhi                                   on 2000/10/23  04:10:11
31630         Log: The change #7187 was not so good on VMS.
31631              
31632              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
31633              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31634              Date: Sun, 22 Oct 2000 23:03:08 -0500
31635              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
31636      Branch: perl
31637            ! utils/perldoc.PL
31638 ____________________________________________________________________________
31639 [  7409] By: jhi                                   on 2000/10/23  03:57:36
31640         Log: Avoid Storable locking on DJGPP for now.
31641              
31642              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
31643              From: "Peter J. Farley III" <pjfarley@banet.net>
31644              Date: Sun, 22 Oct 2000 20:00:00 -0400
31645              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
31646      Branch: perl
31647            ! ext/Storable/Storable.pm t/lib/st-lock.t
31648 ____________________________________________________________________________
31649 [  7408] By: jhi                                   on 2000/10/23  03:50:24
31650         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
31651              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31652              Date: Sun, 22 Oct 2000 21:12:22 -0400
31653              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
31654      Branch: perl
31655            ! lib/vars.pm
31656 ____________________________________________________________________________
31657 [  7407] By: jhi                                   on 2000/10/23  03:43:12
31658         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
31659              From: Hugo <hv@crypt.compulink.co.uk>
31660              Date: Mon, 23 Oct 2000 00:47:22 +0100
31661              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
31662      Branch: perl
31663            ! regexec.c t/op/pat.t
31664 ____________________________________________________________________________
31665 [  7406] By: jhi                                   on 2000/10/23  03:40:29
31666         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
31667      Branch: perl
31668            ! lib/ExtUtils/MakeMaker.pm
31669 ____________________________________________________________________________
31670 [  7405] By: jhi                                   on 2000/10/22  21:32:00
31671         Log: Doc patch.
31672              
31673              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
31674              From: rspier@pobox.com (Robert Spier)
31675              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
31676              Message-ID: <14835.16112.13457.447971@rls.cx>
31677      Branch: perl
31678            ! lib/strict.pm
31679 ____________________________________________________________________________
31680 [  7404] By: jhi                                   on 2000/10/22  21:30:51
31681         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
31682              From: rspier@pobox.com (Robert Spier)
31683              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
31684              Message-ID: <14835.17223.72448.705566@rls.cx>
31685      Branch: perl
31686            ! lib/ExtUtils/MakeMaker.pm
31687 ____________________________________________________________________________
31688 [  7403] By: jhi                                   on 2000/10/22  21:24:11
31689         Log: Subject: [PATCH bleadperl] ripples from constsub patch
31690              From: John Tobey <jtobey@john-edwin-tobey.org>
31691              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
31692              Message-Id: <m13nSOB-000FObC@feynman.localnet>
31693      Branch: perl
31694            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
31695 ____________________________________________________________________________
31696 [  7402] By: jhi                                   on 2000/10/22  20:59:35
31697         Log: Support s?printf parameter reordering.
31698      Branch: perl
31699            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
31700 ____________________________________________________________________________
31701 [  7401] By: jhi                                   on 2000/10/22  19:19:14
31702         Log: Expand %Config variables only if explicitly so requested
31703              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
31704              
31705              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
31706              From: Gurusamy Sarathy <gsar@ActiveState.com>
31707              Date: Sun, 22 Oct 2000 11:47:32 -0700
31708              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
31709      Branch: perl
31710            ! Makefile.SH lib/lib_pm.PL
31711 ____________________________________________________________________________
31712 [  7400] By: jhi                                   on 2000/10/22  18:24:10
31713         Log: Move the #7390 test from warn/op to comp/redef.
31714              
31715              Subject: Re: Creating const subs for constants.
31716              From: John Tobey <jtobey@john-edwin-tobey.org>
31717              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
31718              Message-Id: <m13nG72-000FObC@feynman.localnet>               
31719      Branch: perl
31720            ! t/comp/redef.t t/pragma/warn/op
31721 ____________________________________________________________________________
31722 [  7399] By: jhi                                   on 2000/10/22  17:49:59
31723         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
31724              From: Nicholas Clark <nick@ccl4.org>
31725              Date: Sat, 21 Oct 2000 22:23:19 +0100
31726              Message-ID: <20001021222319.B45586@plum.flirble.org>
31727      Branch: perl
31728            ! ext/DynaLoader/DynaLoader_pm.PL
31729 ____________________________________________________________________________
31730 [  7398] By: jhi                                   on 2000/10/22  17:47:35
31731         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
31732              From: Hugo <hv@crypt.compulink.co.uk>
31733              Date: Sat, 21 Oct 2000 18:19:59 +0100
31734              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
31735      Branch: perl
31736            ! ext/B/B.pm ext/B/B/C.pm
31737 ____________________________________________________________________________
31738 [  7397] By: jhi                                   on 2000/10/22  17:35:18
31739         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
31740              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
31741              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
31742              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
31743      Branch: perl
31744            ! hints/openbsd.sh
31745 ____________________________________________________________________________
31746 [  7396] By: jhi                                   on 2000/10/22  17:19:46
31747         Log: Subject: installman go-faster stripes
31748              From: Nicholas Clark <nick@talking.bollo.cx>
31749              Date: Sat, 21 Oct 2000 17:24:53 +0100
31750              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
31751              
31752              Subject: Re: installman go-faster stripes
31753              From: Russ Allbery <rra@stanford.edu>
31754              Date: 21 Oct 2000 11:04:13 -0700
31755              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
31756      Branch: perl
31757            ! installman pod/pod2man.PL
31758 ____________________________________________________________________________
31759 [  7395] By: jhi                                   on 2000/10/22  17:17:35
31760         Log: Hints tweak from Anton Berezin.
31761      Branch: perl
31762            ! hints/freebsd.sh
31763 ____________________________________________________________________________
31764 [  7394] By: jhi                                   on 2000/10/22  04:50:04
31765         Log: Tweak the Is* definitions of Unicode character classes
31766              to better match the official categorizations; embrace
31767              the official categorizations; add the combining marks
31768              as alpha (and -numeric); fix DCinital (a typo and edito)
31769              to be DCmedial.
31770      Branch: perl
31771            + lib/unicode/Is/DCmedial.pl
31772            - lib/unicode/Is/DCinital.pl
31773            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
31774            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
31775            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
31776            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
31777 ____________________________________________________________________________
31778 [  7393] By: jhi                                   on 2000/10/21  18:06:05
31779         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
31780              From: Daniel Chetlin <daniel@chetlin.com>
31781              Date: Sat, 21 Oct 2000 02:57:03 -0700
31782              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
31783      Branch: perl
31784            + t/lib/tie-splice.t
31785            ! MANIFEST lib/Tie/Array.pm
31786 ____________________________________________________________________________
31787 [  7392] By: gsar                                  on 2000/10/21  18:05:15
31788         Log: resync utfperl branch with mainline
31789      Branch: utfperl
31790           !> (integrate 1760 files)
31791 ____________________________________________________________________________
31792 [  7391] By: jhi                                   on 2000/10/21  14:37:49
31793         Log: Testcases for a #7383,#7385 related bug.
31794              
31795              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
31796              From: Nicholas Clark <nick@ccl4.org>
31797              Date: Sat, 21 Oct 2000 15:04:51 +0100
31798              Message-ID: <20001021150451.A51566@plum.flirble.org>
31799      Branch: perl
31800            ! t/pragma/utf8.t
31801 ____________________________________________________________________________
31802 [  7390] By: jhi                                   on 2000/10/21  14:35:57
31803         Log: Add a testcase for #7389.
31804      Branch: perl
31805            ! t/pragma/warn/op
31806 ____________________________________________________________________________
31807 [  7389] By: jhi                                   on 2000/10/21  14:26:45
31808         Log: Subject: Re: Creating const subs for constants.
31809              From: John Tobey <jtobey@john-edwin-tobey.org>
31810              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
31811              Message-Id: <m13mo0N-000FObC@feynman.localnet>
31812      Branch: perl
31813            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
31814            ! proto.h sv.c
31815 ____________________________________________________________________________
31816 [  7388] By: nick                                  on 2000/10/21  11:44:23
31817         Log: Populate perlio branch
31818      Branch: perlio
31819           +> (branch 1760 files)
31820 ____________________________________________________________________________
31821 [  7387] By: nick                                  on 2000/10/21  10:52:05
31822         Log: Get branch back as replica of mainline via :
31823              p4 integrate -b utfperl
31824              p4 resolve -at ./...
31825      Branch: utfperl
31826           +> (branch 269 files)
31827            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
31828            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
31829            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
31830            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
31831            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
31832            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
31833            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
31834            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
31835            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
31836            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
31837            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
31838            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
31839            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31840            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31841            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31842            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31843            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31844            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31845            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
31846            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
31847            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
31848            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
31849            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
31850            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
31851            - lib/unicode/UCD300.html lib/unicode/Unicode.300
31852            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
31853            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
31854            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
31855            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
31856           !> (integrate 965 files)
31857 ____________________________________________________________________________
31858 [  7386] By: jhi                                   on 2000/10/21  01:31:12
31859         Log: Update Changes.
31860      Branch: perl
31861            ! Changes patchlevel.h
31862 ____________________________________________________________________________
31863 [  7385] By: jhi                                   on 2000/10/21  01:28:42
31864         Log: The #7383 was right only in the context of the original bug report,
31865              not in more general case.
31866      Branch: perl
31867            ! pp_hot.c
31868 ____________________________________________________________________________
31869 [  7384] By: jhi                                   on 2000/10/21  01:08:23
31870         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
31871      Branch: perl
31872            ! ext/IO/lib/IO/Select.pm
31873 ____________________________________________________________________________
31874 [  7383] By: jhi                                   on 2000/10/21  00:44:18
31875         Log: Fix for ID 20001020.006, concatenating an unset submatch
31876              with utf8 resulted in "Modification of a read-only value".
31877      Branch: perl
31878            ! pp_hot.c t/pragma/utf8.t
31879 ____________________________________________________________________________
31880 [  7382] By: jhi                                   on 2000/10/20  20:44:31
31881         Log: Make scan_num() reëntrant, as suggested in
31882              
31883              Subject: [PATCH perl@7229] Rentrant parser and yylex()
31884              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31885              Date: Fri, 20 Oct 2000 14:17:27 +0100
31886              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
31887      Branch: perl
31888            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
31889            ! toke.c
31890 ____________________________________________________________________________
31891 [  7381] By: jhi                                   on 2000/10/20  20:07:29
31892         Log: Reëntrancy fix.
31893              
31894              Subject: [PATCH perl@7229] Rentrant parser and yylex()
31895              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
31896              Date: Fri, 20 Oct 2000 14:17:27 +0100
31897              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
31898      Branch: perl
31899            ! embed.h embed.pl perl.h proto.h toke.c
31900 ____________________________________________________________________________
31901 [  7380] By: jhi                                   on 2000/10/20  19:15:54
31902         Log: Don't write double values through long double pointers,
31903              based on a part of
31904              
31905              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
31906              From: Jens Hamisch <jens@Strawberry.COM>
31907              Date: Tue, 17 Oct 2000 08:39:36 +0200
31908              Message-Id: <20001017083936.A11104@Strawberry.COM>
31909      Branch: perl
31910            ! perl.h pp.c
31911 ____________________________________________________________________________
31912 [  7379] By: jhi                                   on 2000/10/20  18:43:37
31913         Log: Portability tweak on #7377.
31914              
31915              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
31916              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31917              Date:     Fri, 20 Oct 2000 13:13:41 EDT
31918              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
31919      Branch: perl
31920            ! t/lib/dprof.t
31921 ____________________________________________________________________________
31922 [  7378] By: jhi                                   on 2000/10/20  12:57:19
31923         Log: SOCKS function redefinitions need prototypes, too, otherwise
31924              for example 32 bit versus 64 bit differences cause a lot of
31925              problems.  Part of
31926              
31927              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
31928              From: Jens Hamisch <jens@Strawberry.COM>
31929              Date: Tue, 17 Oct 2000 08:39:36 +0200
31930              Message-Id: <20001017083936.A11104@Strawberry.COM>
31931      Branch: perl
31932            ! doio.c pp_sys.c
31933 ____________________________________________________________________________
31934 [  7377] By: jhi                                   on 2000/10/20  12:37:12
31935         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
31936              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31937              Date:     Fri, 20 Oct 2000 08:26:04 EDT
31938              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
31939      Branch: perl
31940            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
31941 ____________________________________________________________________________
31942 [  7376] By: jhi                                   on 2000/10/20  12:35:31
31943         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
31944              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31945              Date:     Fri, 20 Oct 2000 07:48:15 EDT
31946              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
31947      Branch: perl
31948            ! configure.com vms/gen_shrfls.pl
31949 ____________________________________________________________________________
31950 [  7375] By: bailey                                on 2000/10/20  04:44:37
31951         Log: SYN SYN
31952      Branch: vmsperl
31953           +> (branch 134 files)
31954            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
31955            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
31956            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
31957            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
31958            - eg/cgi/frameset.cgi eg/cgi/index.html
31959            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
31960            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
31961            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
31962            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
31963            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
31964            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
31965            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
31966            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31967            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31968            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31969            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31970            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31971            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31972            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
31973            - lib/unicode/Props.txt lib/unicode/UCD300.html
31974            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31975            - utils/perlbc.PL vms/subconfigure.com
31976           !> (integrate 785 files)
31977 ____________________________________________________________________________
31978 [  7374] By: jhi                                   on 2000/10/20  00:59:48
31979         Log: In the latest compiler builds cccdlflags must not become -fpic,
31980              from Wilfredo Sánchez.
31981      Branch: perl
31982            ! hints/darwin.sh
31983 ____________________________________________________________________________
31984 [  7373] By: jhi                                   on 2000/10/20  00:56:35
31985         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
31986              From: Tony Cook <tony@develop-help.com>
31987              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
31988              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
31989      Branch: perl
31990            ! pod/perlop.pod
31991 ____________________________________________________________________________
31992 [  7372] By: jhi                                   on 2000/10/19  19:34:40
31993         Log: Typo noted by Mark Lutz.
31994      Branch: perl
31995            ! t/op/64bitint.t
31996 ____________________________________________________________________________
31997 [  7371] By: jhi                                   on 2000/10/19  19:33:13
31998         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
31999      Branch: metaconfig
32000            ! U/modified/Cppsym.U U/modified/Oldconfig.U
32001      Branch: metaconfig/U/perl
32002            ! End.U dlsrc.U libperl.U
32003      Branch: perl
32004            + hints/nonstopux.sh
32005            ! Configure MANIFEST config_h.SH
32006 ____________________________________________________________________________
32007 [  7370] By: jhi                                   on 2000/10/19  17:18:08
32008         Log: Subject: PATCH do_print has 2 PerlIO_error()s
32009              From: nick@ccl4.org
32010              Date: Thu, 19 Oct 2000 18:09:20 +0100
32011              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
32012      Branch: perl
32013            ! doio.c
32014 ____________________________________________________________________________
32015 [  7369] By: jhi                                   on 2000/10/19  14:01:49
32016         Log: Update Changes.
32017      Branch: perl
32018            ! Changes patchlevel.h
32019 ____________________________________________________________________________
32020 [  7368] By: jhi                                   on 2000/10/19  13:04:29
32021         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
32022              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32023              Date: Wed, 18 Oct 2000 13:12:01 +0200
32024              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
32025      Branch: perl
32026            ! hints/aix.sh
32027 ____________________________________________________________________________
32028 [  7367] By: jhi                                   on 2000/10/19  02:22:40
32029         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
32030              of a 'pmshort' anywhere in the B, so the offending line was simply
32031              removed.
32032      Branch: perl
32033            ! ext/B/B/Debug.pm
32034 ____________________________________________________________________________
32035 [  7366] By: jhi                                   on 2000/10/19  02:12:37
32036         Log: Add the test case for the bug id 20000730.004 which seems
32037              to have been fixed by now.
32038      Branch: perl
32039            ! t/pragma/utf8.t
32040 ____________________________________________________________________________
32041 [  7365] By: jhi                                   on 2000/10/18  23:36:24
32042         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
32043              From: Hugo <hv@crypt.compulink.co.uk>
32044              Date: Wed, 18 Oct 2000 23:25:58 +0100
32045              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
32046      Branch: perl
32047            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
32048 ____________________________________________________________________________
32049 [  7364] By: jhi                                   on 2000/10/18  21:12:53
32050         Log: (retracted)
32051      Branch: perl
32052            ! pp.c
32053 ____________________________________________________________________________
32054 [  7363] By: jhi                                   on 2000/10/18  20:55:38
32055         Log: Missing change from #7362.
32056      Branch: perl
32057            ! win32/perlhost.h
32058 ____________________________________________________________________________
32059 [  7362] By: jhi                                   on 2000/10/18  20:52:01
32060         Log: Borland C fstat() never saw the fd as writable.
32061              
32062              Subject: fix for Borland's weak "stat" (perl@7211)
32063              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32064              Date: Mon, 16 Oct 2000 09:55:03 +0400
32065              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
32066      Branch: perl
32067            ! win32/win32.c
32068 ____________________________________________________________________________
32069 [  7361] By: jhi                                   on 2000/10/18  17:43:50
32070         Log: Regen toc.
32071      Branch: perl
32072            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
32073 ____________________________________________________________________________
32074 [  7360] By: jhi                                   on 2000/10/18  17:07:44
32075         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32076              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
32077              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
32078              Date: Mon, 16 Oct 2000 15:19:49 +0200
32079      Branch: perl
32080            + README.aix
32081            ! MANIFEST
32082 ____________________________________________________________________________
32083 [  7359] By: jhi                                   on 2000/10/18  17:04:49
32084         Log: Subject: Pod patch for Devel::Peek
32085              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32086              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
32087              Date: Mon, 16 Oct 2000 12:26:34 +0200
32088      Branch: perl
32089            ! ext/Devel/Peek/Peek.pm
32090 ____________________________________________________________________________
32091 [  7358] By: jhi                                   on 2000/10/18  17:03:15
32092         Log: Make Cwd more bulletproof in chrooted environments.
32093              
32094              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
32095              From: "Eric E. Coe" <Eric.Coe@oracle.com>
32096              Date: Wed, 18 Oct 2000 04:03:54 -0400
32097              Message-Id: <39ED596A.70E599FE@oracle.com>
32098      Branch: perl
32099            ! lib/Cwd.pm
32100 ____________________________________________________________________________
32101 [  7357] By: jhi                                   on 2000/10/18  16:37:26
32102         Log: Disable the UTF8 downgrade croakage for now to avoid
32103              too many not okay messages.
32104      Branch: perl
32105            ! doio.c
32106 ____________________________________________________________________________
32107 [  7356] By: jhi                                   on 2000/10/17  23:29:41
32108         Log: Show the failed remote port, instead of the failing line number.
32109              
32110              Subject: [PATCH 5.6.1 Debugger] More diagnostics
32111              From: David Sparks <daves@ActiveState.com>
32112              Date: Tue, 17 Oct 2000 15:00:24 -0700
32113              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
32114      Branch: perl
32115            ! lib/perl5db.pl
32116 ____________________________________________________________________________
32117 [  7355] By: jhi                                   on 2000/10/17  14:11:31
32118         Log: On output try to downgrade to bytes, croak if impossible,
32119              from Simon Cozens.  This means that outputting >255 UTF8
32120              is impossible.  Consider this as a strong incentive to get
32121              the I/O disciplines implemented.
32122      Branch: perl
32123            ! doio.c pod/perldiag.pod sv.c
32124 ____________________________________________________________________________
32125 [  7354] By: jhi                                   on 2000/10/17  13:42:23
32126         Log: Clarify documentation on 'use bytes'.
32127              
32128              Subject: Re: What does 'use bytes' "mean" ?
32129              From: Simon Cozens <simon@cozens.net>
32130              Date: Mon, 18 Sep 2000 18:24:25 +0100
32131              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
32132      Branch: perl
32133            ! lib/bytes.pm
32134 ____________________________________________________________________________
32135 [  7353] By: jhi                                   on 2000/10/17  13:28:12
32136         Log: Workaround for a sfio bug where the stream error indicator
32137              is not cleared as documented.
32138              
32139              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
32140              From: Nicholas Clark <nick@ccl4.org>
32141              Date: Mon, 16 Oct 2000 18:28:23 +0100
32142              Message-ID: <20001016182823.J19700@plum.flirble.org>
32143      Branch: perl
32144            ! doio.c
32145 ____________________________________________________________________________
32146 [  7352] By: jhi                                   on 2000/10/17  13:06:19
32147         Log: More IoTYPE sprinkling.
32148      Branch: perl
32149            ! doio.c pp_hot.c
32150 ____________________________________________________________________________
32151 [  7351] By: jhi                                   on 2000/10/16  22:47:07
32152         Log: Detect early whether the std streams have gone bad.
32153              
32154              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
32155              Date: Mon, 16 Oct 2000 23:28:42 +0100
32156              From: Nicholas Clark <nick@ccl4.org>
32157              Message-ID: <20001016232842.A37942@plum.flirble.org>
32158      Branch: perl
32159            ! t/op/misc.t
32160 ____________________________________________________________________________
32161 [  7350] By: jhi                                   on 2000/10/16  22:45:16
32162         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
32163              From: "Peter J. Farley III" <pjfarley@banet.net>
32164              Date: Mon, 16 Oct 2000 18:15:59 -0400
32165              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
32166      Branch: perl
32167            ! djgpp/djgpp.c dosish.h t/io/open.t
32168 ____________________________________________________________________________
32169 [  7349] By: jhi                                   on 2000/10/16  22:36:45
32170         Log: perldelta tweak.
32171      Branch: perl
32172            ! pod/perldelta.pod
32173 ____________________________________________________________________________
32174 [  7348] By: jhi                                   on 2000/10/16  15:17:53
32175         Log: Update Changes.
32176      Branch: perl
32177            ! Changes patchlevel.h
32178 ____________________________________________________________________________
32179 [  7347] By: jhi                                   on 2000/10/16  13:55:27
32180         Log: Add the capability to include/exclude branches.
32181      Branch: perl
32182            ! Porting/genlog
32183 ____________________________________________________________________________
32184 [  7346] By: jhi                                   on 2000/10/16  13:18:04
32185         Log: Add Charles Lane.
32186      Branch: perl
32187            ! AUTHORS Changes
32188 ____________________________________________________________________________
32189 [  7345] By: jhi                                   on 2000/10/16  13:13:21
32190         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
32191      Branch: perl
32192            ! pod/perldelta.pod
32193 ____________________________________________________________________________
32194 [  7344] By: gsar                                  on 2000/10/16  09:30:21
32195         Log: integrate change#6220 from cfgperl
32196              
32197              Win32 patches from Benjamin Stuhl.
32198      Branch: maint-5.6/perl
32199           !> makedef.pl win32/win32.h
32200 ____________________________________________________________________________
32201 [  7343] By: gsar                                  on 2000/10/16  08:32:19
32202         Log: integrate changes#6221,6222 from cfgperl
32203              
32204              Remove tr///CU (the feature is to be obsoleted by better interfaces).
32205              From: simon@brecon.co.uk (Simon Cozens)
32206              Subject: [PATCH] Eliminate tr///[CU][CU]
32207              Date: 23 Jun 2000 11:05:40 GMT
32208              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
32209              
32210              doc typo fix
32211              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
32212              From: Ian Phillipps <Ian.Phillipps@iname.com>
32213              Date: Fri, 23 Jun 2000 10:40:58 +0100
32214              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
32215      Branch: maint-5.6/perl
32216           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
32217 ____________________________________________________________________________
32218 [  7342] By: gsar                                  on 2000/10/16  08:28:08
32219         Log: integrate change#6217 from cfgperl (in part)
32220              
32221              Rename the fdpid locking and integrate with Sarathy.
32222      Branch: maint-5.6/perl
32223           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
32224           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
32225           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
32226           !> win32/win32.c
32227 ____________________________________________________________________________
32228 [  7341] By: gsar                                  on 2000/10/16  08:23:39
32229         Log: integrate changes#6214..6216 from mainline
32230              
32231              @_ can't have junk in it even in the non-USE_ITHREADS case because
32232              caller() wants to populate @DB::args with it (causes a coredump
32233              in Carp::confess())
32234              
32235              tweak comment about @DB::args
32236              
32237              be more optimal about clearing @_
32238      Branch: maint-5.6/perl
32239           !> av.h cop.h pp_ctl.c t/op/runlevel.t
32240 ____________________________________________________________________________
32241 [  7340] By: gsar                                  on 2000/10/16  08:20:37
32242         Log: integrate changes#6207..6210 from cfgperl
32243              
32244              Subject: [PATCH 5.6.0] Threadsafe patches
32245              From: Dan Sugalski <dan@sidhe.org>
32246              To: perl5-porters@perl.org
32247              Date: Mon, 08 May 2000 18:08:13 -0400
32248              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
32249              
32250              Regen headers for #6207.
32251              
32252              Lock PL_fdpid against race conditions, based on:
32253              Subject: [PATCH 5.6.0]subprocess fixup for threads
32254              From: Dan Sugalski <dan@sidhe.org>
32255              To: perl5-porters@perl.org
32256              Date: Tue, 11 Apr 2000 17:02:32 -0400
32257              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
32258              
32259              Mopup for #6207 and #6209.
32260      Branch: maint-5.6/perl
32261           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
32262           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
32263           !> win32/win32.c
32264 ____________________________________________________________________________
32265 [  7339] By: gsar                                  on 2000/10/16  08:14:34
32266         Log: integrate change#6203 from cfgperl
32267              
32268              perldiag should refer to perlos2.pod not README.os2
32269      Branch: maint-5.6/perl
32270           !> pod/perldiag.pod
32271 ____________________________________________________________________________
32272 [  7338] By: gsar                                  on 2000/10/16  08:11:42
32273         Log: integrate change#6201 from mainline
32274              
32275              Perl_eval_pv() leaks 4 bytes every time it is called because it
32276              does a PUSHMARK that's never ever POPMARKed; in general, only
32277              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
32278              Perl_eval_[sp]v() don't because they don't take any incoming
32279              arguments (this leak has been around since the original version
32280              of perl_eval_pv() in 5.003_97e)
32281      Branch: maint-5.6/perl
32282           !> perl.c
32283 ____________________________________________________________________________
32284 [  7337] By: gsar                                  on 2000/10/16  08:08:47
32285         Log: integrate changes#6197..6200 from cfgperl
32286              
32287              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
32288              From: John Borwick <jhborwic@unity.ncsu.edu>
32289              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
32290              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
32291              
32292              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
32293              From: Dan Sugalski <dan@sidhe.org>
32294              To: vmsperl@perl.org, perl5-porters@perl.org
32295              Date: Fri, 02 Jun 2000 16:00:41 -0400
32296              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
32297              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
32298              
32299              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
32300              From: Dan Sugalski <dan@sidhe.org>
32301              To: perl5-porters@perl.org, vmsperl@perl.org
32302              Date: Fri, 02 Jun 2000 17:30:51 -0400
32303              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
32304              
32305              Update to cperl-mode.el 4.31 from
32306              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
32307              Subject: A couple of notes
32308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32309              To: Mailing list Perl5 <perl5-porters@perl.org>
32310              Date: Sat, 3 Jun 2000 23:33:32 -0400
32311              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
32312      Branch: maint-5.6/perl
32313           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
32314           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
32315           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
32316           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
32317           !> vms/vmsish.h
32318 ____________________________________________________________________________
32319 [  7336] By: gsar                                  on 2000/10/16  08:03:46
32320         Log: integrate changes#6194,6195 from mainline
32321              
32322              fix small eval"" memory leaks under USE_ITHREADS
32323              
32324              fix yet another eval"" leak under USE_ITHREADS
32325      Branch: maint-5.6/perl
32326           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
32327           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
32328           !> vms/perly_c.vms
32329 ____________________________________________________________________________
32330 [  7335] By: gsar                                  on 2000/10/16  08:02:15
32331         Log: integrate changes#6190,6191 from mainline
32332              
32333              submit missing embed.pl change
32334              
32335              vec() loses numericalness (modified version of patch suggested
32336              by Robin Barker)
32337      Branch: maint-5.6/perl
32338           !> doop.c embed.pl t/op/vec.t
32339 ____________________________________________________________________________
32340 [  7334] By: gsar                                  on 2000/10/16  08:01:03
32341         Log: integrate change#6189 from mainline
32342              
32343              counting tr/// corrupts later operation (from M.J.T Guy)
32344      Branch: maint-5.6/perl
32345           !> doop.c t/op/tr.t
32346 ____________________________________________________________________________
32347 [  7333] By: gsar                                  on 2000/10/16  07:59:07
32348         Log: integrate changes#6183..6188 from mainline
32349              
32350              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
32351              <nick@ccl4.org>)
32352              
32353              tweak for change#6127
32354              
32355              remove incorrect documentation about implicit split to @_ in
32356              list context, which never really worked in perl 5 (from
32357              M.J.T. Guy)
32358              
32359              further qualify references to "alphanumeric" (from Wolfgang Laun
32360              <wolfgang.laun@alcatel.at>)
32361              
32362              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
32363              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
32364              
32365              h2xs tweaks
32366      Branch: maint-5.6/perl
32367           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
32368           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
32369           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
32370           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
32371           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
32372           !> pod/pod2latex.PL utils/h2xs.PL
32373 ____________________________________________________________________________
32374 [  7332] By: gsar                                  on 2000/10/16  07:53:52
32375         Log: integrate change#6179 from mainline
32376              
32377              buggy modulus on UVs introduced by change#3378 (resulted in
32378              4063328477 % 65535 amounting to 27406, instead of 27407)
32379      Branch: maint-5.6/perl
32380           !> pp.c t/op/arith.t
32381 ____________________________________________________________________________
32382 [  7331] By: gsar                                  on 2000/10/16  07:52:49
32383         Log: integrate changes#6176,6177,6178,6182 from cfgperl
32384              
32385              Single-quoted utf8 patch from Simon Cozens.
32386              
32387              Substitution utf8 patch from Simon Cozens.
32388              
32389              Be cleaner.
32390              
32391              Be Cleaner Part Deux.
32392      Branch: maint-5.6/perl
32393           !> Makefile.SH pp_hot.c toke.c
32394 ____________________________________________________________________________
32395 [  7330] By: gsar                                  on 2000/10/16  07:41:36
32396         Log: integrate change#6172 from mainline
32397              
32398              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
32399              (from Ilya Zakharevich)
32400      Branch: maint-5.6/perl
32401           !> regexec.c t/op/re_tests
32402 ____________________________________________________________________________
32403 [  7329] By: gsar                                  on 2000/10/16  07:40:25
32404         Log: integrate change#6171 from mainline
32405              
32406              scalar() doesn't force scalar context when used in void context
32407              (from Simon Cozens)
32408      Branch: maint-5.6/perl
32409           !> op.c t/op/wantarray.t
32410 ____________________________________________________________________________
32411 [  7328] By: gsar                                  on 2000/10/16  07:39:33
32412         Log: integrate change#6170 from mainline
32413              
32414              change#6142 needs tweaks to tests to work where there's no
32415              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
32416      Branch: maint-5.6/perl
32417           !> t/lib/filefind.t
32418 ____________________________________________________________________________
32419 [  7327] By: gsar                                  on 2000/10/16  07:35:34
32420         Log: integrate changes#6166..6168 from cfgperl
32421              
32422              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
32423              in case somebody wants to write an extension for more
32424              shadow database interfaces.
32425              
32426              tweak todo
32427              
32428              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
32429      Branch: maint-5.6/perl
32430           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32431           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
32432           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
32433           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
32434           !> win32/config.vc win32/config_H.bc win32/config_H.gc
32435           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
32436 ____________________________________________________________________________
32437 [  7326] By: gsar                                  on 2000/10/16  07:29:05
32438         Log: integrate changes#6157,6159..6161,6164 from cfgperl
32439              
32440              Regen Configure to jive with #6149.
32441              
32442              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
32443              
32444              Changes for the File::Temp 0.08 (change #6159) test suite
32445              to fit better into the Perl distribution test framework.
32446              
32447              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
32448              both from Simon Cozens.
32449              
32450              detypo
32451      Branch: maint-5.6/perl
32452           +> pod/perlmodlib.PL pod/perlnewmod.pod
32453           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
32454           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
32455           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32456           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
32457 ____________________________________________________________________________
32458 [  7325] By: gsar                                  on 2000/10/16  07:25:13
32459         Log: integrate change#6158 from vmsperl
32460              
32461              Add fallback to tmpfile for use in cases where user's relying on
32462              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
32463              Lane's patch)
32464      Branch: maint-5.6/perl
32465           !> vms/vms.c vms/vmsish.h
32466 ____________________________________________________________________________
32467 [  7324] By: gsar                                  on 2000/10/16  07:20:50
32468         Log: integrate changes#6153..6155 from mainline
32469              
32470              prettier Test::Harness output on failed tests (from Nicholas Clark
32471              <nick@Bagpuss.uk.boo.com>)
32472              
32473              avoid type mismatch warning
32474              
32475              small bug in change#6144; remove random \xA0 character that snuck
32476              in via change#6145
32477      Branch: maint-5.6/perl
32478           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
32479           !> perl.c
32480 ____________________________________________________________________________
32481 [  7323] By: gsar                                  on 2000/10/16  07:18:47
32482         Log: integrate changes#6151,6152 from mainline
32483              
32484              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
32485              
32486              cosmetic fixups of RE debug output (from Ilya Zakharevich)
32487      Branch: maint-5.6/perl
32488           !> regexec.c
32489 ____________________________________________________________________________
32490 [  7322] By: gsar                                  on 2000/10/16  07:17:25
32491         Log: integrate changes#6146..6150 from mainline
32492              
32493              doc typo
32494              
32495              add a make entry to Config.pm so "perl -V:make" works on VMS
32496              (from Peter Prymmer)
32497              
32498              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
32499              
32500              OS/2 tweaks for usethreads build (from Rocco Caputo
32501              <troc@netrus.net>)
32502              
32503              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
32504      Branch: maint-5.6/perl
32505           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
32506           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
32507           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
32508           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
32509           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
32510           !> warnings.pl x2p/a2p.h
32511 ____________________________________________________________________________
32512 [  7321] By: gsar                                  on 2000/10/16  07:14:02
32513         Log: integrate changes#6143..6145 from mainline
32514              
32515              MacOS support, part 1 (from Matthias Neeracher
32516              <neeri@iis.ee.ethz.ch>)
32517              
32518              MacOS support, part 2: make AutoSplit use File::Spec instead
32519              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
32520              <neeri@iis.ee.ethz.ch>)
32521              
32522              make xsubpp skip embedded pod (from Matthias Neeracher
32523              <neeri@iis.ee.ethz.ch>)
32524      Branch: maint-5.6/perl
32525           +> ext/DynaLoader/dl_mac.xs
32526           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
32527           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
32528           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
32529           !> pp_ctl.c proto.h toke.c util.c util.h
32530 ____________________________________________________________________________
32531 [  7320] By: gsar                                  on 2000/10/16  07:12:13
32532         Log: integrate changes#6141,6142 from mainline
32533              
32534              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
32535              forwarded by Peter Seebach from the bsdi-users mailing list.
32536              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
32537              
32538              File::Find fails to chdir when chasing symlinks (from
32539              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
32540      Branch: maint-5.6/perl
32541           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
32542 ____________________________________________________________________________
32543 [  7319] By: gsar                                  on 2000/10/16  07:04:30
32544         Log: integrate change#6139 from mainline
32545              
32546              revise mktables.PL for bugs and newness in Unicode 3.0
32547              (from James Bence <jbence@amgen.com>)
32548      Branch: maint-5.6/perl
32549           +> (branch 30 files)
32550           !> (integrate 49 files)
32551 ____________________________________________________________________________
32552 [  7318] By: gsar                                  on 2000/10/16  07:01:01
32553         Log: integrate changes#6137,6138 from mainline
32554              
32555              fix bogus redeclaration warning for "our" variables in different
32556              scopes
32557              
32558              add note about the handling of negative indices to tied arrays
32559              (from Michael G Schwern <schwern@pobox.com>)
32560      Branch: maint-5.6/perl
32561           !> op.c pod/perltie.pod t/pragma/strict-vars
32562 ____________________________________________________________________________
32563 [  7317] By: gsar                                  on 2000/10/16  06:58:46
32564         Log: integrate changes#6127..6136 from mainline
32565              
32566              call_method(...,G_EVAL) can longjmp() out if the method probing
32567              failed (from Gisle Aas)
32568              
32569              new perlxstut example for passing/returning refs to arrays
32570              (from David Lowe <dlowe@pootpoot.com>)
32571              
32572              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
32573              
32574              fix places that mean C<"word" character> but say C<alphanumeric
32575              character>
32576              
32577              avoid warnings in POSIX.pm (from Barrie Slaymaker)
32578              
32579              warnings::enabled() doesn't fall back to looking at $^W if
32580              caller isn't using lexical warnings (from Paul Marquess)
32581              
32582              elide bogus test in change#6132
32583              
32584              make Test::Harness use wait.h/WCOREDUMP if available
32585              (from Ben Tilly <ben_tilly@hotmail.com>)
32586              
32587              enable Test::Harness to dynamically determine column width etc.
32588              (from Rob Napier <rnapier@employees.org>)
32589              
32590              random pod typos (from Peter Scott <Peter@PSDT.com>)
32591      Branch: maint-5.6/perl
32592           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
32593           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
32594           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
32595           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
32596 ____________________________________________________________________________
32597 [  7316] By: gsar                                  on 2000/10/16  06:53:23
32598         Log: integrate change#6126 from mainline
32599              
32600              change#2879 broke rvalue autovivification of magicals such as
32601              ${$num} (reworked variant of patch suggested by Simon Cozens)
32602      Branch: maint-5.6/perl
32603           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
32604           !> pp_hot.c proto.h t/op/gv.t
32605 ____________________________________________________________________________
32606 [  7315] By: gsar                                  on 2000/10/16  06:51:38
32607         Log: integrate changes#6123,6125 from mainline
32608              
32609              clarify gotcha with #line directives (from Rocco Caputo
32610              <troc@netrus.net>)
32611              
32612              enable propagating exception objects via Perl_croak() in XS code
32613              (from Gisle Aas)
32614      Branch: maint-5.6/perl
32615           !> pod/perldebug.pod pod/perlsyn.pod util.c
32616 ____________________________________________________________________________
32617 [  7314] By: gsar                                  on 2000/10/16  06:49:28
32618         Log: integrate change#6122 from mainline
32619              
32620              downgrade fatal error on C<"foo@nosucharray.com"> to optional
32621              warning (from Mark-Jason Dominus)
32622      Branch: maint-5.6/perl
32623           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
32624           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
32625           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
32626           !> toke.c
32627 ____________________________________________________________________________
32628 [  7313] By: gsar                                  on 2000/10/16  06:46:54
32629         Log: integrate changes#6112..6121 from vmsperl
32630              
32631              Check for existence of file before trying to delete
32632              
32633              Ugly workaround for version-specific RTL error
32634              
32635              Urk -- undo previous removal of vmsish 'exit' change
32636              
32637              Add bounds checking for several strings (Charles Lane)
32638              
32639              Miscellaneous cosmetic fixes (Charles Lane)
32640              
32641              Treat sockets as special in sys(read|write) (Charles Lane et al.)
32642              
32643              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
32644              Flatten case labels in switch statements uniformly (Charles Bailey)
32645              
32646              Quiet error messages in vmsish.t (Charles Lane)
32647              
32648              Add missing escape (Charles Lane)
32649              
32650              Allow eliminate_macros() and fixpath() to handle space-delimited
32651              lists (based on fixes by Craig Berry)
32652      Branch: maint-5.6/perl
32653           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
32654           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
32655           !> vms/vmsish.h
32656 ____________________________________________________________________________
32657 [  7312] By: gsar                                  on 2000/10/16  06:41:18
32658         Log: integrate changes#6107,6110 from cfgperl
32659              
32660              Tweak the todo list.
32661              
32662              todo tweak
32663      Branch: maint-5.6/perl
32664           !> Todo-5.6
32665 ____________________________________________________________________________
32666 [  7311] By: gsar                                  on 2000/10/16  06:38:38
32667         Log: integrate changes#6104,6108 from mainline
32668              
32669              PL_sys_intern was being initialized too late on windows
32670              
32671              reenable fake signal handling on Windows, bugs and all
32672      Branch: maint-5.6/perl
32673           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
32674           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
32675           !> win32/win32.c
32676 ____________________________________________________________________________
32677 [  7310] By: gsar                                  on 2000/10/16  06:36:03
32678         Log: integrate changes#6095,6097..6103 from cfgperl
32679              
32680              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
32681              might be useful in future.
32682              
32683              Add a note about possible compilation problems from Allen Smith.
32684              
32685              Add a note about other, yet unsupported, shadow password APIs.
32686              
32687              Tweaks for the cc bugs from Allen Smith.
32688              
32689              More compilation tweakery from Allen Smith.
32690              
32691              Hints and test tweaks for Unicos.
32692              
32693              The test suite tweak in #6101 wasn't quite right.
32694              
32695              Test tweaking for Unicos continues.
32696      Branch: maint-5.6/perl
32697           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32698           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
32699           !> t/lib/complex.t t/op/64bitint.t
32700 ____________________________________________________________________________
32701 [  7309] By: gsar                                  on 2000/10/16  06:29:41
32702         Log: integrate changes#6093,6094 from mainline
32703              
32704              fork() failure to create pseudo process sets errno=EAGAIN and returns
32705              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
32706              
32707              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
32708      Branch: maint-5.6/perl
32709           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
32710           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
32711 ____________________________________________________________________________
32712 [  7308] By: gsar                                  on 2000/10/16  06:27:29
32713         Log: integrate change#6092 from cfgperl
32714              
32715              Regen perltoc with the fixed buildtoc.
32716      Branch: maint-5.6/perl
32717           !> pod/perltoc.pod
32718 ____________________________________________________________________________
32719 [  7307] By: gsar                                  on 2000/10/16  06:26:40
32720         Log: integrate changes#6089,6090 from mainline
32721              
32722              buildtoc tweak to fix newline lossage
32723              
32724              concat doesn't preserve utf8-ness, and doesn't invalidate
32725              [NI]OK; added tests for both
32726      Branch: maint-5.6/perl
32727           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
32728 ____________________________________________________________________________
32729 [  7306] By: gsar                                  on 2000/10/16  06:24:05
32730         Log: integrate change#6088 from cfgperl
32731              
32732              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
32733              because we do not use those.  The HAS_GETSPNAM remains,
32734              though, because we still do use that.
32735      Branch: maint-5.6/perl
32736           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32737           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
32738           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
32739           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
32740           !> win32/config.vc win32/config_H.bc win32/config_H.gc
32741           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
32742 ____________________________________________________________________________
32743 [  7305] By: gsar                                  on 2000/10/16  06:15:52
32744         Log: integrate changes#6084,6085,6087 from mainline
32745              
32746              substr() does not preserve utf8-ness (from Stefan Eissing
32747              <Eissing@medicaldataservice.de>); added tests
32748              
32749              repeat operator (x) doesn't preserve utf8-ness
32750              
32751              reverse() and quotemeta() weren't preserving utf8-ness; add tests
32752      Branch: maint-5.6/perl
32753           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
32754 ____________________________________________________________________________
32755 [  7304] By: gsar                                  on 2000/10/16  06:13:10
32756         Log: integrate changes#6077..6083 from mainline
32757              
32758              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
32759              and Tom Phoenix)
32760              
32761              workaround for CRT bug in chdir() (from Charles Lane, via
32762              Peter Prymmer)
32763              
32764              remove outdated kludge in Carp (NULLs are permitted in diagnostics
32765              now)
32766              
32767              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
32768              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
32769              
32770              better default perlbug categories for ok reports (from Richard Foley)
32771              
32772              peek.t non-portable to ithreads
32773              
32774              note about undocumented caller() return value (from M.J.T. Guy);
32775              yet another peek.t tweak
32776      Branch: maint-5.6/perl
32777           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
32778           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
32779           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
32780           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
32781           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
32782           !> vms/vmsish.h
32783 ____________________________________________________________________________
32784 [  7303] By: gsar                                  on 2000/10/16  06:03:18
32785         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
32786              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
32787              
32788              &HUGE_VAL is not defined, it exists.
32789              
32790              Do not warn that an infinity does not look like a number.
32791              
32792              Rewrite the pwent/spent logic to be a little bit more clearer.
32793              
32794              Continue on the pwent/spent case.
32795              
32796              Correct Freudian slip.
32797              
32798              Use HUGE_VALL if applicable.
32799              
32800              pwent/spent #ifdef imbalance.
32801              
32802              Infinite problems.
32803              
32804              Call getspnam() only iff needd.
32805              
32806              Test both the scalar and list contexts.
32807              
32808              Use setxxent()/endxxent().
32809              
32810              Complex tweakery.
32811              
32812              Unicos hint tweak.
32813              
32814              Be more forgiving in POSIX about HUGE_VALL.
32815              
32816              Detypo.
32817              
32818              The search of infinity continues, this time simplified.
32819              
32820              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
32821              in natively 64-bit platforms where a long is a quad (no need
32822              for long longs).  Also added bias for IVs.
32823              
32824              Complex tweaks.
32825              
32826              Introduce t/lib/peek.t.
32827              
32828              Make the test more portable.
32829      Branch: maint-5.6/perl
32830           +> t/lib/peek.t
32831            ! pp_sys.c
32832           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
32833           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
32834           !> t/op/pwent.t toke.c util.c
32835 ____________________________________________________________________________
32836 [  7302] By: gsar                                  on 2000/10/16  05:03:37
32837         Log: integrate changes#6066..6071 from mainline
32838              
32839              s/END/CHECK/
32840              
32841              replace direct call to sighandler() with (*PL_sighandlerp)()
32842              
32843              note about values()
32844              
32845              File::Spec compatibility update (from Barrie Slaymaker
32846              <barries@slaysys.com>)
32847              
32848              remove misleading comment (from M.J.T. Guy)
32849              
32850              misformatted perllocal.pod (from Tim Jenness
32851              <t.jenness@jach.hawaii.edu>)
32852      Branch: maint-5.6/perl
32853           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
32854           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
32855           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
32856           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
32857 ____________________________________________________________________________
32858 [  7301] By: gsar                                  on 2000/10/16  05:00:08
32859         Log: integrate changes#6061..6063 from mainline
32860              
32861              change#5921 neglected to make eq honor "use bytes"
32862              
32863              additional tests for utf8.t
32864              
32865              tokeq() could read unallocated field in argument
32866      Branch: maint-5.6/perl
32867           !> sv.c t/pragma/utf8.t toke.c
32868 ____________________________________________________________________________
32869 [  7300] By: gsar                                  on 2000/10/16  04:56:54
32870         Log: integrate changes#6046,6048,6057,6058 from mainline
32871              
32872              libscheck has insufficient checks for n32 libs (from
32873              Albert Chin-A-Young <china@thewrittenword.com>)
32874              
32875              add note about how $( doesn't interpolate in REs (from
32876              Philip Newton <newton@ficus.frogspace.net>)
32877              
32878              fix broken parsing of /\x{ab}/
32879              
32880              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
32881              (spotted by Donald Kinzer <dkinzer@premia.com>)
32882      Branch: maint-5.6/perl
32883           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
32884           !> t/pragma/utf8.t
32885 ____________________________________________________________________________
32886 [  7299] By: gsar                                  on 2000/10/16  04:52:50
32887         Log: integrate change#6044 from mainline
32888              
32889              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
32890              such that underscores are only ignored in literal numbers,
32891              "\x{...}", and hex/oct argument
32892      Branch: maint-5.6/perl
32893           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
32894 ____________________________________________________________________________
32895 [  7298] By: gsar                                  on 2000/10/16  04:50:53
32896         Log: integrate changes#6027..6043 from mainline
32897              
32898              podlators-1.02 update (from Russ Allbery)
32899              
32900              Pod::Man generates groff-incompatible macro definition (from
32901              Tom Christiansen)
32902              
32903              add CGI.pm v2.66 (from Lincoln Stein)
32904              
32905              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
32906              for @- and @+ (from Johan Vromans)
32907              
32908              small nits in diagnostics.pm (from Robin Barker)
32909              
32910              whitespace adjustments
32911              
32912              missing files in MANIFEST
32913              
32914              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
32915              to compensate
32916              
32917              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
32918              
32919              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
32920      Branch: maint-5.6/perl
32921           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
32922           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
32923           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
32924           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
32925           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
32926           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
32927           !> t/lib/cgi-html.t t/lib/cgi-request.t
32928 ____________________________________________________________________________
32929 [  7297] By: gsar                                  on 2000/10/16  04:44:30
32930         Log: integrate change#6025 from mainline
32931              
32932              Is{Alnum,Alpha,Word} don't match titlecase
32933              TODO: IsSpace is defined recursively!
32934              (both spotted by Larry)
32935      Branch: maint-5.6/perl
32936           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32937           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32938 ____________________________________________________________________________
32939 [  7296] By: gsar                                  on 2000/10/16  04:39:30
32940         Log: integrate change#6023 from mainline
32941              
32942              debugger stomps on $. (from M.J.T. Guy)
32943      Branch: maint-5.6/perl
32944           !> lib/perl5db.pl
32945 ____________________________________________________________________________
32946 [  7295] By: gsar                                  on 2000/10/16  04:38:02
32947         Log: integrate change#6022 from mainline
32948              
32949              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
32950      Branch: maint-5.6/perl
32951           !> sv.c
32952 ____________________________________________________________________________
32953 [  7294] By: gsar                                  on 2000/10/16  04:37:05
32954         Log: integrate changes#6018..6021 from mainline
32955              
32956              make lib/syslog.t portable to systems that don't have _PATH_LOG,
32957              make _PATH_LOG() return "" if unavailable
32958              
32959              windows portability tweaks
32960              
32961              test tweak
32962              
32963              remove Win2K issue in pod (fixed by change#6020)
32964      Branch: maint-5.6/perl
32965           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32966           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
32967           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
32968 ____________________________________________________________________________
32969 [  7293] By: gsar                                  on 2000/10/16  04:20:00
32970         Log: integrate changes#6013..6015 from mainline
32971              
32972              tweak change#5945 to display correct switch name in diagnostic
32973              
32974              glob() loading File::Glob behind the scenes may cause syntax errors
32975              
32976              tweak test for portability
32977      Branch: maint-5.6/perl
32978           !> op.c perl.c pod/perldiag.pod t/lib/b.t
32979 ____________________________________________________________________________
32980 [  7292] By: gsar                                  on 2000/10/16  04:18:11
32981         Log: integrate changes#6005..6010 from mainline, cfgperl
32982              
32983              perldoc might fail via "use blib" (from Hugo van der Sanden)
32984              
32985              Regen Configure.
32986              
32987              note about compile failures and END blocks (from M.J.T. Guy)
32988              
32989              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
32990              
32991              (change#6009 integrated earlier in change#7255)
32992              
32993              clarify note about shadow password support (from
32994              gellyfish@gellyfish.com)
32995      Branch: maint-5.6/perl
32996           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32997           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
32998           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
32999 ____________________________________________________________________________
33000 [  7291] By: gsar                                  on 2000/10/16  04:12:03
33001         Log: integrate changes#6002,6003 from mainline
33002              
33003              destructive sv_setsv() can lose UV-ness from source, causing
33004              numeric promotions/comparisons to fail to do the right thing
33005              
33006              allow REG_EXPAND_SZ keys in Windows registry (from
33007              John Clayton <John.Clayton@barclayscapital.com>)
33008      Branch: maint-5.6/perl
33009           !> sv.c win32/win32.c
33010 ____________________________________________________________________________
33011 [  7290] By: gsar                                  on 2000/10/16  04:10:19
33012         Log: integrate change#6001 from mainline
33013              
33014              support additional library locations via $Config{otherlibdirs}
33015              (from Andy Dougherty)
33016      Branch: maint-5.6/perl
33017           !> Configure INSTALL Porting/Glossary Porting/config.sh
33018           !> Porting/config_H config_h.SH epoc/config.sh perl.c
33019           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
33020           !> win32/config.bc win32/config.gc win32/config.vc
33021 ____________________________________________________________________________
33022 [  7289] By: gsar                                  on 2000/10/16  04:08:28
33023         Log: integrate change#5999 from mainline
33024              
33025              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
33026      Branch: maint-5.6/perl
33027           !> t/pragma/warn/toke toke.c
33028 ____________________________________________________________________________
33029 [  7288] By: gsar                                  on 2000/10/16  04:07:01
33030         Log: integrate changes#5997,5998 from cfgperl
33031              
33032              Preserve $!.
33033              
33034              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
33035      Branch: maint-5.6/perl
33036           !> lib/Math/Complex.pm
33037 ____________________________________________________________________________
33038 [  7287] By: gsar                                  on 2000/10/16  04:04:37
33039         Log: integrate change#5995 from mainline
33040              
33041              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
33042      Branch: maint-5.6/perl
33043           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
33044 ____________________________________________________________________________
33045 [  7286] By: gsar                                  on 2000/10/16  04:03:21
33046         Log: integrate change#5994 from mainline
33047              
33048              fix for missed accounting for null byte in pack("Z",...) (from
33049              M.J.T. Guy)
33050      Branch: maint-5.6/perl
33051           !> pp.c t/op/pack.t
33052 ____________________________________________________________________________
33053 [  7285] By: gsar                                  on 2000/10/16  04:02:11
33054         Log: integrate changes#5989..5993 from mainline
33055              
33056              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
33057              itself and no other (from Tom Hughes)
33058              
33059              use $ENV{LIB} to search for libs under Visual C compiler
33060              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
33061              
33062              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
33063              
33064              pod nit (from Simon Cozens)
33065              
33066              various minor tweaks seen on p5p
33067      Branch: maint-5.6/perl
33068           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
33069           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
33070           !> t/op/array.t toke.c
33071 ____________________________________________________________________________
33072 [  7284] By: gsar                                  on 2000/10/16  03:59:00
33073         Log: integrate changes#5978..5988 from mainline
33074              
33075              sync version numbers in File::Spec with the ones on CPAN
33076              (from Barrie Slaymaker)
33077              
33078              under useithreads, constant pad entries could inadvertantly be
33079              shared across threads (from Eric Blood <eblood@xmission.com>);
33080              added Eric's test case to testsuite
33081              
33082              allow Configure -S to run non-interactively (spotted by Greg Hudson
33083              <ghudson@mit.edu>)
33084              
33085              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
33086              prototype mismatch with CORE::glob(); update pod and tests to
33087              suit (File::Glob::glob() is still available for backward
33088              compatibility, but should be considered deprecated)
33089              
33090              avoid error in IO::Socket::INET when given an unknown service name
33091              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
33092              
33093              numeric conversion of non-number in change#3378 tramples on
33094              OOK offset, causing segfaults
33095              
33096              attributes::reftype() doesn't work on tied argument
33097              
33098              forked child may not exit correctly if it failed to open
33099              /dev/console (from Graham Barr)
33100              
33101              add regular expressions tutorial and quick-start guide (from
33102              Mark Kvale <kvale@phy.ucsf.edu>)
33103              
33104              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
33105              
33106              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
33107              <paul@miraclefish.com>)
33108      Branch: maint-5.6/perl
33109           +> pod/perlrequick.pod pod/perlretut.pod
33110           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
33111           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
33112           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
33113           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
33114           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
33115           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33116           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
33117           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
33118 ____________________________________________________________________________
33119 [  7283] By: gsar                                  on 2000/10/16  03:52:14
33120         Log: integrate change#5977 from mainline
33121              
33122              autoquote barewords followed by newline and arrow properly
33123              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
33124      Branch: maint-5.6/perl
33125           !> t/pragma/warn/toke toke.c
33126 ____________________________________________________________________________
33127 [  7282] By: gsar                                  on 2000/10/16  03:50:48
33128         Log: integrate change#5976 from mainline
33129              
33130              DB_File v1.73 update (from Paul Marquess)
33131      Branch: maint-5.6/perl
33132           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
33133           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
33134 ____________________________________________________________________________
33135 [  7281] By: gsar                                  on 2000/10/16  03:49:14
33136         Log: integrate change#5975 from mainline
33137              
33138              allow sort() reentrancy (variant of patch suggested by
33139              Hugo van der Sanden)
33140      Branch: maint-5.6/perl
33141           !> pp_ctl.c t/op/sort.t
33142 ____________________________________________________________________________
33143 [  7280] By: gsar                                  on 2000/10/16  03:48:22
33144         Log: integrate change#5974 from mainline
33145              
33146              change#4197 somehow missed initializing PL_errors, meaning
33147              syntax error queueing wasn't working outside eval"" at all;
33148              also fixed eval"" to localize PL_error_count, so that compile-time
33149              eval's don't clobber the error state of the outer context
33150      Branch: maint-5.6/perl
33151           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
33152           !> t/pragma/warn/toke
33153 ____________________________________________________________________________
33154 [  7279] By: gsar                                  on 2000/10/16  03:46:21
33155         Log: integrate change#5973 from mainline
33156              
33157              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
33158      Branch: maint-5.6/perl
33159           !> regcomp.c regexec.c t/op/re_tests
33160 ____________________________________________________________________________
33161 [  7278] By: gsar                                  on 2000/10/16  03:44:54
33162         Log: integrate change#5971 from cfgperl
33163              
33164              Unicos tweaks from Mark P. Lutz.
33165      Branch: maint-5.6/perl
33166           !> hints/unicos.sh lib/Math/Complex.pm
33167 ____________________________________________________________________________
33168 [  7277] By: gsar                                  on 2000/10/16  03:42:59
33169         Log: integrate changes#5966..5970 from mainline
33170              
33171              add testsuite for B backends, fix bug in B::Deparse (from
33172              Simon Cozens <simon@brecon.co.uk>)
33173              
33174              improved docs on the warn_uninit diagnostic (from David Glasser
33175              and Simon Cozens)
33176              
33177              tolerate spaces in group names in test on solaris (from David Boyce
33178              <dsb@boyski.com>)
33179              
33180              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
33181              
33182              Data::Dumper fumbles negative numbers on 32-bit platforms where
33183              IV is >32bits
33184      Branch: maint-5.6/perl
33185           +> t/lib/b.t t/lib/syslog.t
33186           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
33187           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
33188           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
33189 ____________________________________________________________________________
33190 [  7276] By: gsar                                  on 2000/10/16  03:39:30
33191         Log: integrate change#5965 from mainline
33192              
33193              avoid "will not stay shared" warnings for our variables (from
33194              Robin Barker)
33195      Branch: maint-5.6/perl
33196           !> op.c t/pragma/warn/op
33197 ____________________________________________________________________________
33198 [  7275] By: gsar                                  on 2000/10/16  03:38:18
33199         Log: integrate change#5964 from mainline
33200              
33201              reformat to 72 columns (again)
33202      Branch: maint-5.6/perl
33203           !> pod/perldiag.pod
33204 ____________________________________________________________________________
33205 [  7274] By: gsar                                  on 2000/10/16  03:36:58
33206         Log: integrate change#5963 from mainline
33207              
33208              patch from Larry to make (\&) prototype work; added tests for
33209              the same
33210      Branch: maint-5.6/perl
33211           !> op.c t/comp/proto.t
33212 ____________________________________________________________________________
33213 [  7273] By: gsar                                  on 2000/10/16  03:35:51
33214         Log: integrate changes#5956..5962 from mainline
33215              
33216              better diagnostics on failed tests (from Ilya Zakharevich)
33217              
33218              pod nits (from A. C. Yardley <yardley@tanet.net>)
33219              
33220              change#3569 deleted some essential code, revert; avoid use of
33221              atexit() to make DynaLoader work properly on AIX under mod_perl
33222              (from Jens-Uwe Mager <jum@helios.de>)
33223              
33224              doubled words in pods (from Simon Cozens
33225              <simon.p.cozens@jp.pwcglobal.com>)
33226              
33227              better INSTALL notes on Solaris issues (from Dominic Dunlop)
33228              
33229              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
33230              
33231              updated README.hpux (from Jeff Okamoto)
33232      Branch: maint-5.6/perl
33233           !> INSTALL README.hpux emacs/cperl-mode.el
33234           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
33235           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
33236           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
33237           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
33238           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
33239           !> t/op/lex_assign.t
33240 ____________________________________________________________________________
33241 [  7272] By: gsar                                  on 2000/10/16  03:31:22
33242         Log: integrate change#5955 from mainline
33243              
33244              longstanding bug exposed by change#3307: sort arguments weren't
33245              compiled with the right wantarray context (ensuing runtime lookup
33246              via block_gimme() was getting the incidental context of the
33247              sort() itself)
33248      Branch: maint-5.6/perl
33249           !> op.c t/op/sort.t
33250 ____________________________________________________________________________
33251 [  7271] By: gsar                                  on 2000/10/16  03:29:11
33252         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
33253              branch
33254              
33255              Flatten the cpp jungle doing the nosuid checking.
33256              
33257              Do not assume sign propagation. (from M.J.T. Guy)
33258              
33259              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
33260              
33261              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
33262              Now pp_ncmp() returns undef is either operand is a NaN.
33263              
33264              On second thoughts frexp() does have two arguments.
33265              
33266              Document that tr() is not tr(1).
33267              
33268              Be more robust on "extreme" (large absolute value)
33269              arguments.  Originally reported by Daniel Connelly
33270              as a problem with asinh() on large negative arguments,
33271              asinh() used to bail out because an argument to log()
33272              ended up being zero.  Ilya Zakharevich proposed using
33273              Taylor's series in such cases, which for such large
33274              arguments is a very good approximation.
33275              
33276              Undo "use integer" addition from 64bitint as it seems
33277              to break most of the subtests in Digital UNIX;
33278              Unicos needs to find another way.
33279      Branch: maint-5.6/perl
33280           !> (integrate 29 files)
33281 ____________________________________________________________________________
33282 [  7270] By: gsar                                  on 2000/10/16  03:09:44
33283         Log: integrate changes#5948,5949,5950 from mainline
33284              
33285              typo in vars.pm that leads to cryptic message (from Piotr
33286              Piatkowski <kompas@kompas.usr.onet.pl>)
33287              
33288              make perldoc use the pod2man from the same version (from
33289              M.J.T. Guy)
33290              
33291              reformat perldiag to avoid long lines
33292      Branch: maint-5.6/perl
33293           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
33294 ____________________________________________________________________________
33295 [  7269] By: gsar                                  on 2000/10/16  03:05:54
33296         Log: integrate change#5947 from mainline
33297              
33298              use &dl_error rather than &dl_load_file as the guard for calling
33299              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
33300              statically built perl)
33301      Branch: maint-5.6/perl
33302           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
33303 ____________________________________________________________________________
33304 [  7268] By: gsar                                  on 2000/10/16  03:04:48
33305         Log: integrate change#5945 from mainline
33306              
33307              make module name mandatory after -M switch; reorder perldiag
33308              alphabetically (from Mark-Jason Dominus)
33309      Branch: maint-5.6/perl
33310           !> perl.c pod/perldiag.pod
33311 ____________________________________________________________________________
33312 [  7267] By: gsar                                  on 2000/10/16  03:03:01
33313         Log: integrate change#5939 from mainline
33314              
33315              more pod nits (from Larry Virden)
33316      Branch: maint-5.6/perl
33317           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
33318           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
33319           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
33320 ____________________________________________________________________________
33321 [  7266] By: gsar                                  on 2000/10/16  03:01:39
33322         Log: integrate change#5938 from mainline
33323              
33324              Consolidated B::Deparse fixes (from Stephen McCamant)
33325      Branch: maint-5.6/perl
33326           !> ext/B/B/Deparse.pm
33327 ____________________________________________________________________________
33328 [  7265] By: gsar                                  on 2000/10/16  03:00:43
33329         Log: integrate change#5936 from mainline
33330              
33331              additional tests for change#7263 (from Paul Marquess)
33332      Branch: maint-5.6/perl
33333           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
33334           !> t/pragma/warn/5nolint t/pragma/warn/6default
33335 ____________________________________________________________________________
33336 [  7264] By: gsar                                  on 2000/10/16  02:58:34
33337         Log: integrate change#5934 from mainline
33338              
33339              propagate lexical warnings from surrounding scope correctly
33340              within string eval() (from Paul Marquess)
33341      Branch: maint-5.6/perl
33342           !> pp_ctl.c t/pragma/warn/pp_ctl
33343 ____________________________________________________________________________
33344 [  7263] By: gsar                                  on 2000/10/16  02:56:53
33345         Log: integrate change#5932 from mainline
33346              
33347              add rsignal(), whichsig() and do_join() to public API list
33348              (mod_perl uses them to good advantage)
33349      Branch: maint-5.6/perl
33350           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
33351 ____________________________________________________________________________
33352 [  7262] By: gsar                                  on 2000/10/16  02:55:53
33353         Log: integrate change#5931 from mainline
33354              
33355              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
33356      Branch: maint-5.6/perl
33357           !> pp_hot.c regexec.c t/op/pat.t
33358 ____________________________________________________________________________
33359 [  7261] By: gsar                                  on 2000/10/16  02:55:01
33360         Log: integrate change#5930 from mainline
33361              
33362              small os390 tweaks (from Peter Prymmer)
33363      Branch: maint-5.6/perl
33364           !> config_h.SH makedepend.SH
33365 ____________________________________________________________________________
33366 [  7260] By: gsar                                  on 2000/10/16  02:54:10
33367         Log: integrate change#5929 from mainline
33368              
33369              pod nits
33370      Branch: maint-5.6/perl
33371           !> pod/perlguts.pod
33372 ____________________________________________________________________________
33373 [  7259] By: gsar                                  on 2000/10/16  02:52:55
33374         Log: integrate change#5927 from mainline
33375              
33376              arrange for next() to resume at the unstack op rather than the
33377              loop conditional, so that scope cleanup happens correctly
33378              (from Stephen McCamant)
33379      Branch: maint-5.6/perl
33380           !> op.c pp_ctl.c t/op/misc.t
33381 ____________________________________________________________________________
33382 [  7258] By: gsar                                  on 2000/10/16  02:51:38
33383         Log: integrate change#5926 from mainline
33384              
33385              on windows, reserve 16M of stack rather than 128M (allows more
33386              threads to run concurrently)
33387      Branch: maint-5.6/perl
33388           !> win32/Makefile win32/makefile.mk
33389 ____________________________________________________________________________
33390 [  7257] By: gsar                                  on 2000/10/16  02:50:37
33391         Log: integrate change#5925 from mainline
33392              
33393              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
33394      Branch: maint-5.6/perl
33395           !> toke.c
33396 ____________________________________________________________________________
33397 [  7256] By: gsar                                  on 2000/10/16  02:49:36
33398         Log: integrate change#5924 from mainline
33399              
33400              avoid using uninitialized memory in require version check
33401      Branch: maint-5.6/perl
33402           !> pp_ctl.c universal.c
33403 ____________________________________________________________________________
33404 [  7255] By: gsar                                  on 2000/10/16  02:48:03
33405         Log: integrate changes#5923,5928,6009 from mainline
33406              
33407              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
33408      Branch: maint-5.6/perl
33409           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
33410 ____________________________________________________________________________
33411 [  7254] By: gsar                                  on 2000/10/16  02:44:46
33412         Log: integrate change#5922 from mainline
33413              
33414              commentary about IoTYPE() (from Nathan Torkington)
33415      Branch: maint-5.6/perl
33416           !> sv.h
33417 ____________________________________________________________________________
33418 [  7253] By: gsar                                  on 2000/10/16  02:43:49
33419         Log: integrate change#5921 from mainline
33420              
33421              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
33422      Branch: maint-5.6/perl
33423           !> sv.c t/lib/charnames.t t/pragma/utf8.t
33424 ____________________________________________________________________________
33425 [  7252] By: gsar                                  on 2000/10/16  02:42:31
33426         Log: integrate change#5920 from mainline
33427              
33428              Larry's fix for buggy propagation of utf8-ness in join(); add test
33429      Branch: maint-5.6/perl
33430           !> doop.c t/op/ver.t
33431 ____________________________________________________________________________
33432 [  7251] By: gsar                                  on 2000/10/16  02:41:14
33433         Log: integrate changes#5915..5919 from mainline
33434              
33435              various (pod tweaks &c)
33436      Branch: maint-5.6/perl
33437           !> (integrate 33 files)
33438 ____________________________________________________________________________
33439 [  7250] By: gsar                                  on 2000/10/16  02:38:16
33440         Log: integrate change#5914 from mainline
33441              
33442              caller() wasn't returning the right number of elements for
33443              eval {...}
33444      Branch: maint-5.6/perl
33445           !> pp_ctl.c t/pragma/warn/9enabled
33446 ____________________________________________________________________________
33447 [  7249] By: gsar                                  on 2000/10/16  02:37:02
33448         Log: integrate change#5913 from mainline
33449              
33450              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
33451              (from Mark-Jason Dominus)
33452      Branch: maint-5.6/perl
33453           !> pod/perlfunc.pod
33454 ____________________________________________________________________________
33455 [  7248] By: gsar                                  on 2000/10/16  02:35:58
33456         Log: integrate change#5912 from mainline
33457              
33458              fix totally broken caching in UNIVERSAL::isa() (from
33459              Nick Ing-Simmons)
33460      Branch: maint-5.6/perl
33461           !> t/op/universal.t universal.c
33462 ____________________________________________________________________________
33463 [  7247] By: gsar                                  on 2000/10/16  02:34:27
33464         Log: integrate changes#5910,5911 from mainline
33465              
33466              typo in pod
33467              
33468              add linebreak properties from unicode/LineBrk.txt (from
33469              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
33470      Branch: maint-5.6/perl
33471           +> (branch 29 files)
33472           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
33473 ____________________________________________________________________________
33474 [  7246] By: gsar                                  on 2000/10/16  02:33:29
33475         Log: integrate change#5909 from mainline
33476              
33477              mode argument to do_binmode() should be file mode, not boolean
33478      Branch: maint-5.6/perl
33479           !> pp_sys.c
33480 ____________________________________________________________________________
33481 [  7245] By: gsar                                  on 2000/10/16  02:31:04
33482         Log: integrate change#5908 from mainline
33483              
33484              introduce illegal symbols into null package so that
33485              gv_fetchpv(...,TRUE) always returns a valid GV even when the
33486              symbol is trapped by strictures (avoids coredumps)
33487      Branch: maint-5.6/perl
33488           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
33489           !> t/pragma/strict-vars
33490 ____________________________________________________________________________
33491 [  7244] By: jhi                                   on 2000/10/16  02:29:54
33492         Log: Subject: $Carp::ExportLevel confusion in Exporter
33493              From: "Ben Tilly" <ben_tilly@hotmail.com>
33494              Date: Sat, 14 Oct 2000 16:44:34 EDT
33495              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
33496      Branch: perl
33497            ! lib/Exporter/Heavy.pm
33498 ____________________________________________________________________________
33499 [  7243] By: jhi                                   on 2000/10/16  02:28:33
33500         Log: Subject: [PATCH perlguts.pod] Document offset hack
33501              From: Simon Cozens <simon@cozens.net>
33502              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
33503              Date: Sat, 14 Oct 2000 19:32:25 +0100
33504      Branch: perl
33505            ! pod/perlguts.pod
33506 ____________________________________________________________________________
33507 [  7242] By: gsar                                  on 2000/10/16  02:26:51
33508         Log: integrate changes#5905,5906,5907,6064 from mainline
33509              
33510              printf/sprintf didn't get quad types right under use64bitint
33511      Branch: maint-5.6/perl
33512           !> pp_sys.c sv.c t/op/64bitint.t
33513 ____________________________________________________________________________
33514 [  7241] By: jhi                                   on 2000/10/16  02:22:44
33515         Log: Subject: small pod patch
33516              From: Dan Boorstein <dan_boo@bellsouth.net>
33517              Date: Sat, 14 Oct 2000 14:29:24 -0400
33518              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
33519      Branch: perl
33520            ! pod/perlfaq7.pod pod/perlmod.pod
33521 ____________________________________________________________________________
33522 [  7240] By: jhi                                   on 2000/10/16  02:13:46
33523         Log: -w cleanup.
33524              
33525              Subject: Re: Problems with bleadperl 
33526              From: "Stephen P. Potter" <spp@ds.net>
33527              Date: Fri, 13 Oct 2000 13:32:49 -0400
33528              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
33529      Branch: perl
33530            ! t/pragma/overload.t
33531 ____________________________________________________________________________
33532 [  7239] By: jhi                                   on 2000/10/16  01:41:18
33533         Log: One more ~utf8 tweak.
33534      Branch: perl
33535            ! t/op/bop.t
33536 ____________________________________________________________________________
33537 [  7238] By: jhi                                   on 2000/10/16  01:34:14
33538         Log: Tweak the test of #7235.
33539      Branch: perl
33540            ! t/op/bop.t
33541 ____________________________________________________________________________
33542 [  7237] By: jhi                                   on 2000/10/16  01:25:04
33543         Log: Fix a couple of compiler-noted nits in #7235.
33544      Branch: perl
33545            ! pp.c
33546 ____________________________________________________________________________
33547 [  7236] By: jhi                                   on 2000/10/16  01:22:46
33548         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
33549      Branch: perl
33550            ! pp.c pp_hot.c
33551 ____________________________________________________________________________
33552 [  7235] By: jhi                                   on 2000/10/15  16:24:44
33553         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
33554              
33555              From: Simon Cozens <simon@cozens.net>
33556              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
33557              Date: Sat, 14 Oct 2000 20:52:13 +0100
33558              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
33559      Branch: perl
33560            ! pp.c t/op/bop.t utf8.h
33561 ____________________________________________________________________________
33562 [  7234] By: jhi                                   on 2000/10/15  15:19:29
33563         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
33564              The problem was that rx->minlen was in chars while pp_split()
33565              thought it would be in bytes. 
33566      Branch: perl
33567            ! pp.c t/pragma/utf8.t
33568 ____________________________________________________________________________
33569 [  7233] By: jhi                                   on 2000/10/14  20:24:24
33570         Log: Document FNCASE=y as discussed in the bug 20000902.009.
33571      Branch: perl
33572            ! README.dos
33573 ____________________________________________________________________________
33574 [  7232] By: jhi                                   on 2000/10/14  18:52:21
33575         Log: Add test for bug id 20000427.003 (which seems to have
33576              been fixed) (also duplicate as 20000427.004, though
33577              with a higher severity).  Move one utf8 from op/append
33578              to pragma/utf8, tag the tests with bug ids.
33579      Branch: perl
33580            ! t/op/append.t t/pragma/utf8.t
33581 ____________________________________________________________________________
33582 [  7231] By: jhi                                   on 2000/10/14  17:28:37
33583         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
33584      Branch: perl
33585            ! t/pragma/utf8.t
33586 ____________________________________________________________________________
33587 [  7230] By: jhi                                   on 2000/10/14  14:24:50
33588         Log: Needs to be conditional on SunOS 4.
33589              
33590              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
33591              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
33592              Date: Sat, 14 Oct 2000 13:37:49 +0100
33593              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
33594      Branch: metaconfig/U/perl
33595            ! End.U
33596      Branch: perl
33597            ! Configure myconfig.SH pod/perldelta.pod
33598 ____________________________________________________________________________
33599 [  7229] By: jhi                                   on 2000/10/14  00:49:22
33600         Log: Update Changes.
33601      Branch: perl
33602            ! Changes patchlevel.h
33603 ____________________________________________________________________________
33604 [  7228] By: jhi                                   on 2000/10/14  00:46:10
33605         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
33606              From: Peter Prymmer <pvhp@forte.com>
33607              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
33608              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
33609      Branch: perl
33610            ! lib/utf8.pm
33611 ____________________________________________________________________________
33612 [  7227] By: jhi                                   on 2000/10/13  23:20:30
33613         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
33614      Branch: perl
33615            ! t/op/tie.t
33616 ____________________________________________________________________________
33617 [  7226] By: jhi                                   on 2000/10/13  22:14:32
33618         Log: Tweak #7225.
33619              
33620              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
33621              From: Peter Prymmer <pvhp@forte.com>
33622              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
33623              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
33624      Branch: perl
33625            ! t/op/sprintf.t
33626 ____________________________________________________________________________
33627 [  7225] By: jhi                                   on 2000/10/13  22:11:31
33628         Log: op/sprintf.t patch for OS/390 (and any other host with limited
33629              floating-point exponent length)
33630              
33631              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
33632              From: Dominic Dunlop <domo@computer.org>
33633              Date: Fri, 13 Oct 2000 19:17:57 +0200
33634              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
33635      Branch: perl
33636            ! t/op/sprintf.t
33637 ____________________________________________________________________________
33638 [  7224] By: jhi                                   on 2000/10/13  18:40:48
33639         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
33640      Branch: perl
33641            ! toke.c
33642 ____________________________________________________________________________
33643 [  7223] By: jhi                                   on 2000/10/13  18:37:13
33644         Log: Thinko in #7222.
33645      Branch: perl
33646            ! utf8.c
33647 ____________________________________________________________________________
33648 [  7222] By: jhi                                   on 2000/10/13  18:05:23
33649         Log: Use UTF8SKIP(), from Simon Cozens.
33650      Branch: perl
33651            ! utf8.c
33652 ____________________________________________________________________________
33653 [  7221] By: jhi                                   on 2000/10/13  15:43:19
33654         Log: (accidentally empty check-in)
33655      Branch: perl
33656            ! utf8.c
33657 ____________________________________________________________________________
33658 [  7220] By: jhi                                   on 2000/10/13  15:23:51
33659         Log: Add (optimistically) Storable to static extensions.
33660      Branch: perl
33661            ! hints/uwin.sh hints/vmesa.sh
33662 ____________________________________________________________________________
33663 [  7219] By: jhi                                   on 2000/10/13  15:20:05
33664         Log: Amdahl UTS doesn't seem to do dynaloading.
33665      Branch: perl
33666            ! hints/uts.sh
33667 ____________________________________________________________________________
33668 [  7218] By: jhi                                   on 2000/10/13  15:15:20
33669         Log: Slight tweak of the code to appease Amdahl UTS cc.
33670      Branch: perl
33671            ! pp.c
33672 ____________________________________________________________________________
33673 [  7217] By: jhi                                   on 2000/10/13  14:50:42
33674         Log: In Amdahl UTS "struct sv" is defined by a system header,
33675              <ksync.h>.
33676      Branch: perl
33677            ! perl.h sv.h
33678 ____________________________________________________________________________
33679 [  7216] By: jhi                                   on 2000/10/13  11:58:25
33680         Log: Ilya implemented the memory profiling API.
33681      Branch: perl
33682            ! Todo
33683 ____________________________________________________________________________
33684 [  7215] By: jhi                                   on 2000/10/13  02:56:38
33685         Log: Subject: [PATCH 5.7.0] Perl API for mstats
33686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33687              Date: Thu, 12 Oct 2000 22:52:40 -0400
33688              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
33689      Branch: perl
33690            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
33691 ____________________________________________________________________________
33692 [  7214] By: jhi                                   on 2000/10/13  02:55:38
33693         Log: Subject: [PATCH 5.7.0] IVs in mtats
33694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33695              Date: Thu, 12 Oct 2000 22:51:04 -0400
33696              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
33697      Branch: perl
33698            ! malloc.c perl.h
33699 ____________________________________________________________________________
33700 [  7213] By: jhi                                   on 2000/10/13  02:31:47
33701         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
33702      Branch: perl
33703            ! pod/perldiag.pod pp_sys.c
33704 ____________________________________________________________________________
33705 [  7212] By: jhi                                   on 2000/10/13  01:27:38
33706         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
33707              From: Peter Prymmer <pvhp@forte.com>
33708              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
33709              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
33710      Branch: perl
33711            ! t/op/oct.t
33712 ____________________________________________________________________________
33713 [  7211] By: jhi                                   on 2000/10/13  00:35:09
33714         Log: Update Changes.
33715      Branch: perl
33716            ! Changes patchlevel.h
33717 ____________________________________________________________________________
33718 [  7210] By: jhi                                   on 2000/10/12  23:59:40
33719         Log: The Install.pm third of
33720              
33721              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
33722              From: Bill Campbell <bill@celestial.com>
33723              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
33724              Date: Thu, 5 Oct 2000 18:04:51 -0700
33725      Branch: perl
33726            ! lib/ExtUtils/Install.pm
33727 ____________________________________________________________________________
33728 [  7209] By: jhi                                   on 2000/10/12  23:58:43
33729         Log: Two thirds of
33730              
33731              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
33732              Date: Thu, 5 Oct 2000 18:04:51 -0700
33733              From: Bill Campbell <bill@celestial.com>
33734              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
33735              
33736              The Install.pm changes will be submitted separately because
33737              they need some work and discussion still.
33738      Branch: perl
33739            ! lib/getopts.pl lib/termcap.pl
33740 ____________________________________________________________________________
33741 [  7208] By: jhi                                   on 2000/10/12  23:41:19
33742         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
33743              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33744              Date:     Thu, 12 Oct 2000 07:30:02 EDT
33745              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
33746      Branch: perl
33747            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
33748            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
33749 ____________________________________________________________________________
33750 [  7207] By: jhi                                   on 2000/10/12  23:39:01
33751         Log: An updated EBCDIC tr patch.
33752              
33753              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
33754              From: Peter Prymmer <pvhp@forte.com>
33755              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
33756              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
33757      Branch: perl
33758            ! t/op/tr.t
33759 ____________________________________________________________________________
33760 [  7206] By: jhi                                   on 2000/10/12  23:34:55
33761         Log: Upgrade to CPAN 1.58, from Andreas König.
33762      Branch: perl
33763            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33764 ____________________________________________________________________________
33765 [  7205] By: jhi                                   on 2000/10/12  23:29:08
33766         Log: Introduce the man[24-8] variables, from Andy Dougherty.
33767      Branch: metaconfig/U/perl
33768            + mandirs.U mandirstyle.U
33769      Branch: perl
33770            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33771            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
33772            ! vos/config.h vos/config.pl vos/config_h.SH_orig
33773            ! win32/config.bc win32/config.gc win32/config.vc
33774 ____________________________________________________________________________
33775 [  7204] By: gsar                                  on 2000/10/12  18:11:24
33776         Log: restore change#7202
33777      Branch: perl
33778            ! mg.c
33779 ____________________________________________________________________________
33780 [  7203] By: gsar                                  on 2000/10/12  18:09:40
33781         Log: another test of the Emergency Broadcast System--back out 
33782              change#7202
33783      Branch: perl
33784            ! mg.c
33785 ____________________________________________________________________________
33786 [  7202] By: gsar                                  on 2000/10/12  16:40:47
33787         Log: (submitted on behalf of Jarkko)
33788              Fix the lib/encode.t subtest 6 failure as reported by Andreas
33789              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
33790              was unearthed by change 7182, as was a bug in HTML::Entities.
33791      Branch: perl
33792            ! mg.c
33793 ____________________________________________________________________________
33794 [  7201] By: jhi                                   on 2000/10/11  03:16:05
33795         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
33796      Branch: perl
33797            ! pp_hot.c t/pragma/utf8.t
33798 ____________________________________________________________________________
33799 [  7200] By: jhi                                   on 2000/10/11  00:40:30
33800         Log: The #7198 was a false alarm.
33801      Branch: perl
33802            ! pp_hot.c
33803 ____________________________________________________________________________
33804 [  7199] By: jhi                                   on 2000/10/11  00:26:04
33805         Log: Remove duplicated code.
33806      Branch: perl
33807            ! t/lib/cgi-html.t
33808 ____________________________________________________________________________
33809 [  7198] By: jhi                                   on 2000/10/10  23:30:46
33810         Log: (Retracted by #7200.)
33811      Branch: perl
33812            ! pp_hot.c
33813 ____________________________________________________________________________
33814 [  7197] By: jhi                                   on 2000/10/10  21:49:30
33815         Log: Add the test case for #7190, from the original bug report
33816              by Andreas König.
33817      Branch: perl
33818            ! t/pragma/utf8.t
33819 ____________________________________________________________________________
33820 [  7196] By: jhi                                   on 2000/10/10  21:40:49
33821         Log: Reapply Andy's patch and regen Configure.
33822      Branch: perl
33823            ! Configure INSTALL Makefile.SH Porting/Glossary
33824            ! Porting/config.sh config_h.SH epoc/config.sh installperl
33825            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
33826            ! win32/config.vc
33827 ____________________________________________________________________________
33828 [  7195] By: jhi                                   on 2000/10/10  21:09:30
33829         Log: Use the versiononly instead of the installscripts,
33830              retract the changes 7146 and 7147.
33831      Branch: perl
33832            ! Configure INSTALL Makefile.SH Porting/Glossary
33833            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
33834            ! installperl uconfig.sh vos/config.def win32/config.bc
33835            ! win32/config.gc win32/config.vc
33836 ____________________________________________________________________________
33837 [  7194] By: jhi                                   on 2000/10/10  21:06:15
33838         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
33839              From: Peter Prymmer <pvhp@forte.com>
33840              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
33841              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
33842      Branch: perl
33843            ! t/op/ver.t
33844 ____________________________________________________________________________
33845 [  7193] By: jhi                                   on 2000/10/10  21:05:12
33846         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
33847              From: Peter Prymmer <pvhp@forte.com>
33848              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
33849              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
33850      Branch: perl
33851            ! t/op/tr.t
33852 ____________________________________________________________________________
33853 [  7192] By: jhi                                   on 2000/10/10  20:57:30
33854         Log: Add versiononly, delete installscripts, from Andy Dougherty.
33855      Branch: metaconfig
33856            - U/installdirs/installscripts.U
33857      Branch: metaconfig/U/perl
33858            + versiononly.U
33859 ____________________________________________________________________________
33860 [  7191] By: jhi                                   on 2000/10/10  19:41:21
33861         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
33862              From: Peter Prymmer <pvhp@forte.com>
33863              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
33864              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
33865      Branch: perl
33866            ! pod/perlebcdic.pod
33867 ____________________________________________________________________________
33868 [  7190] By: jhi                                   on 2000/10/10  19:26:14
33869         Log: Subject: Re: utf8 concat, mg_get
33870              From: Simon Cozens <simon@cozens.net>
33871              Date: Tue, 10 Oct 2000 17:40:17 +0100
33872              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
33873      Branch: perl
33874            ! pp_hot.c
33875 ____________________________________________________________________________
33876 [  7189] By: jhi                                   on 2000/10/10  19:23:03
33877         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
33878              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
33879              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
33880              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
33881      Branch: perl
33882            ! lib/ExtUtils/MM_Unix.pm
33883 ____________________________________________________________________________
33884 [  7188] By: jhi                                   on 2000/10/10  15:31:24
33885         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
33886              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33887              Date: Fri, 14 Jul 2000 10:47:36 +0100
33888              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
33889      Branch: perl
33890            ! README.win32
33891 ____________________________________________________________________________
33892 [  7187] By: jhi                                   on 2000/10/10  13:30:10
33893         Log: Quote the temp file name, needed in Win32 because the
33894              default name unfortunately contains spaces, shouldn't
33895              hurt elsewhere.
33896              
33897              Subject: FW: perldoc fails if $TEMP contains spaces
33898              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
33899              Date: Thu, 14 Sep 2000 08:58:45 +0100
33900              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
33901      Branch: perl
33902            ! utils/perldoc.PL
33903 ____________________________________________________________________________
33904 [  7186] By: jhi                                   on 2000/10/10  13:16:27
33905         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
33906              From: hv@hugo.hybyte.com
33907              Date: Tue, 10 Oct 2000 14:10:20 +0100
33908              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
33909      Branch: perl
33910            ! t/lib/thr5005.t util.c
33911 ____________________________________________________________________________
33912 [  7185] By: jhi                                   on 2000/10/10  12:06:22
33913         Log: Upgrade to podlators 1.04, from Russ Allbery.
33914      Branch: perl
33915            ! lib/Pod/Man.pm lib/Pod/Text.pm
33916 ____________________________________________________________________________
33917 [  7184] By: jhi                                   on 2000/10/10  12:01:32
33918         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
33919      Branch: perl
33920            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
33921 ____________________________________________________________________________
33922 [  7183] By: jhi                                   on 2000/10/09  23:47:15
33923         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
33924              From: Peter Prymmer <pvhp@forte.com>
33925              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
33926              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
33927      Branch: perl
33928            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
33929 ____________________________________________________________________________
33930 [  7182] By: jhi                                   on 2000/10/09  23:43:16
33931         Log: Make eq work again with utf8 (disabling the upgrading
33932              should no more be necessary since the copies of the
33933              scalars are upgraded, not the scalars themselves).
33934              Takes care of ID 20001009.001.  (The claimed length()
33935              bug in 20001009.001 seems bogus to me.)
33936      Branch: perl
33937            ! sv.c t/pragma/utf8.t
33938 ____________________________________________________________________________
33939 [  7181] By: gsar                                  on 2000/10/09  19:41:54
33940         Log: tweak for change#7173
33941      Branch: perl
33942            ! win32/win32sck.c
33943 ____________________________________________________________________________
33944 [  7180] By: gsar                                  on 2000/10/09  19:26:56
33945         Log: on Windows, clean targets might not work under some flavors of the shell
33946      Branch: perl
33947            ! win32/Makefile win32/makefile.mk
33948 ____________________________________________________________________________
33949 [  7179] By: jhi                                   on 2000/10/09  19:21:02
33950         Log: Update Changes.
33951      Branch: perl
33952            ! Changes patchlevel.h
33953 ____________________________________________________________________________
33954 [  7178] By: jhi                                   on 2000/10/09  19:18:23
33955         Log: Warn about unknown scripts.
33956              
33957              Subject: Re: ideas? patches? [PATCH bleadperl]
33958              From: Dominic Dunlop <domo@computer.org>
33959              Date: Mon, 9 Oct 2000 14:57:17 +0200
33960              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
33961      Branch: perl
33962            ! lib/charnames.pm
33963 ____________________________________________________________________________
33964 [  7177] By: jhi                                   on 2000/10/09  19:13:27
33965         Log: Change #7160 had a nasty typo.
33966      Branch: metaconfig
33967            ! U/compline/Compile.U
33968      Branch: perl
33969            ! Configure config_h.SH
33970 ____________________________________________________________________________
33971 [  7176] By: gsar                                  on 2000/10/09  18:59:33
33972         Log: pod nit
33973      Branch: perl
33974            ! pod/perlport.pod
33975 ____________________________________________________________________________
33976 [  7175] By: gsar                                  on 2000/10/09  18:54:28
33977         Log: Windows9x doesn't support link(), despite what Config.pm
33978              might think
33979      Branch: perl
33980            ! lib/ExtUtils/Manifest.pm
33981 ____________________________________________________________________________
33982 [  7174] By: gsar                                  on 2000/10/09  18:50:03
33983         Log: avoid nonportable example code
33984      Branch: perl
33985            ! lib/File/Copy.pm
33986 ____________________________________________________________________________
33987 [  7173] By: gsar                                  on 2000/10/09  18:46:54
33988         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
33989              being used) when closing a socket handle
33990      Branch: perl
33991            ! win32/win32.c win32/win32.h win32/win32sck.c
33992 ____________________________________________________________________________
33993 [  7172] By: gsar                                  on 2000/10/09  18:41:40
33994         Log: on Windows, cwd strings in the environment should be of the
33995              form =X:=X:\foo instead of =X=X:\foo\
33996      Branch: perl
33997            ! win32/vdir.h
33998 ____________________________________________________________________________
33999 [  7171] By: gsar                                  on 2000/10/09  18:30:09
34000         Log: on Windows, LoadLibrary() could load an extension DLL multiple
34001              times if forward slashes are used in the path
34002      Branch: perl
34003            ! win32/win32.c
34004 ____________________________________________________________________________
34005 [  7170] By: jhi                                   on 2000/10/09  17:53:59
34006         Log: Add a todo note about overloadable assertions.
34007      Branch: perl
34008            ! Todo-5.6
34009 ____________________________________________________________________________
34010 [  7169] By: jhi                                   on 2000/10/09  13:43:45
34011         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
34012              From: mjd@plover.com
34013              Date: 9 Oct 2000 00:24:44 -0000
34014              Message-ID: <20001009002444.10616.qmail@plover.com>
34015      Branch: perl
34016            ! pod/perldebguts.pod
34017 ____________________________________________________________________________
34018 [  7168] By: nick                                  on 2000/10/08  13:16:33
34019         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
34020              is not right thing to do on (e.g. x86). Network order is also "right" for
34021              X fonts.
34022      Branch: perl
34023            ! ext/Encode/Encode.pm
34024 ____________________________________________________________________________
34025 [  7167] By: nick                                  on 2000/10/08  12:54:42
34026         Log: Make "encodings" work post-install when Encode/*.enc files may not
34027              be in same directory as Encode.pm
34028      Branch: perl
34029            ! ext/Encode/Encode.pm
34030 ____________________________________________________________________________
34031 [  7166] By: nick                                  on 2000/10/08  11:51:26
34032         Log: Work round the fact that $hash->{$key} does not take into account
34033              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
34034              so that key is always in the "expected" encoding - i.e. same way we put
34035              it in the hash.
34036      Branch: perl
34037            ! ext/Encode/Encode.pm
34038 ____________________________________________________________________________
34039 [  7165] By: gsar                                  on 2000/10/08  04:15:29
34040         Log: save_re_context() could reset PL_curcop to freed memory, causing core
34041              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
34042      Branch: perl
34043            ! pp_ctl.c
34044 ____________________________________________________________________________
34045 [  7164] By: jhi                                   on 2000/10/06  20:51:48
34046         Log: UTF8ize split() so that the cloned substrings get the UTF8
34047              flag of the original scalar.  Problem reported by Simon Cozens.
34048      Branch: perl
34049            ! pp.c t/pragma/utf8.t
34050 ____________________________________________________________________________
34051 [  7163] By: nick                                  on 2000/10/06  20:48:34
34052         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
34053              got a false +ve and so did not reach code which would have un-FAKEd the SV.
34054      Branch: perl
34055            ! sv.c
34056 ____________________________________________________________________________
34057 [  7162] By: nick                                  on 2000/10/06  20:25:37
34058         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
34059              To fix  (sort {$a <=> $b} keys %hash) in particular but
34060              should cover a number of other as-yet-unknown cases as well.
34061      Branch: perl
34062            ! sv.c
34063 ____________________________________________________________________________
34064 [  7161] By: jhi                                   on 2000/10/06  19:56:18
34065         Log: Change the version number of Tie::Handle in the core to 4.0,
34066              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
34067              
34068              Subject: Note on Tie::Handle
34069              From: andreas.koenig@anima.de (Andreas J. Koenig)
34070              Date:      06 Oct 2000 21:48:58 +0200
34071              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
34072      Branch: perl
34073            ! lib/Tie/Handle.pm
34074 ____________________________________________________________________________
34075 [  7160] By: jhi                                   on 2000/10/06  18:20:35
34076         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
34077              as the first option of cc/ld because of ultrapicky compilers
34078              (e.g. OS/390 R2.5)
34079      Branch: metaconfig
34080            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
34081            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
34082            ! U/compline/orderlib.U U/modified/Cppsym.U
34083            ! U/modified/d_access.U
34084      Branch: metaconfig/U/perl
34085            ! Checkcc.U d_dlsymun.U gccvers.U
34086      Branch: perl
34087            ! Configure config_h.SH
34088 ____________________________________________________________________________
34089 [  7159] By: jhi                                   on 2000/10/06  13:56:39
34090         Log: Update Changes.
34091      Branch: perl
34092            ! Changes patchlevel.h
34093 ____________________________________________________________________________
34094 [  7158] By: jhi                                   on 2000/10/06  12:48:40
34095         Log: Eliminate $Is_VMS code from the test.
34096              
34097              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
34098              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34099              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
34100              Date:     Thu, 5 Oct 2000 07:46:33 EDT
34101      Branch: perl
34102            ! t/lib/b.t
34103 ____________________________________________________________________________
34104 [  7157] By: jhi                                   on 2000/10/06  12:47:13
34105         Log: Also the $ccflags is needed for the C compiler check.
34106              
34107              Subject: Configure (check for C-compiler)
34108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34109              Date: Fri, 06 Oct 2000 08:47:15 +0200
34110              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
34111      Branch: metaconfig/U/perl
34112            ! Checkcc.U
34113      Branch: perl
34114            ! Configure config_h.SH
34115 ____________________________________________________________________________
34116 [  7156] By: jhi                                   on 2000/10/06  11:45:15
34117         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
34118      Branch: perl
34119            ! perl.c pp_ctl.c sv.h utf8.c
34120 ____________________________________________________________________________
34121 [  7155] By: jhi                                   on 2000/10/06  11:40:41
34122         Log: IO::Handle->syswrite() did not handle length omission
34123              like CORE::syswrite() does.
34124              
34125              Subject: [Fwd] IO::Handle, syswrite and arguments
34126              From: Graham Barr <gbarr@pobox.com>
34127              Date: Fri, 6 Oct 2000 10:22:05 +0100
34128              Message-ID: <20001006102205.U6312@pobox.com>
34129              
34130              The original patch from andrew@ugh.net.au.
34131      Branch: perl
34132            ! ext/IO/lib/IO/Handle.pm
34133 ____________________________________________________________________________
34134 [  7154] By: jhi                                   on 2000/10/06  01:42:15
34135         Log: Tweak #7153.
34136      Branch: perl
34137            ! utf8.h
34138 ____________________________________________________________________________
34139 [  7153] By: jhi                                   on 2000/10/06  00:39:55
34140         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
34141      Branch: perl
34142            ! utf8.h
34143 ____________________________________________________________________________
34144 [  7152] By: jhi                                   on 2000/10/06  00:38:11
34145         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
34146      Branch: perl
34147            ! perl.c pp_ctl.c sv.h utf8.c
34148 ____________________________________________________________________________
34149 [  7151] By: jhi                                   on 2000/10/06  00:36:38
34150         Log: Subject: Re: Questions about Tie::Array and perl modules
34151              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34152              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
34153              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
34154              
34155              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
34156      Branch: perl
34157            ! lib/Tie/Array.pm t/op/array.t
34158 ____________________________________________________________________________
34159 [  7150] By: jhi                                   on 2000/10/05  00:20:45
34160         Log: Regen Changes.
34161      Branch: perl
34162            ! Changes patchlevel.h
34163 ____________________________________________________________________________
34164 [  7149] By: jhi                                   on 2000/10/05  00:20:01
34165         Log: Regen toc.
34166      Branch: perl
34167            ! pod/perltoc.pod
34168 ____________________________________________________________________________
34169 [  7148] By: jhi                                   on 2000/10/04  23:35:08
34170         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
34171              reported several times by Dominic Dunlop, for example in
34172              ID 20000315.008.  Patch from Dominic.  Patch affects at
34173              least MachTen, and possibly other oldish BSDs. Should not
34174              break non-broken platforms (tested on LinuxPPC). 
34175      Branch: perl
34176            ! doio.c
34177 ____________________________________________________________________________
34178 [  7147] By: jhi                                   on 2000/10/04  23:26:34
34179         Log: The one that got away from 7146.
34180      Branch: metaconfig
34181            + U/installdirs/installscripts.U
34182 ____________________________________________________________________________
34183 [  7146] By: jhi                                   on 2000/10/04  23:25:04
34184         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
34185              suggested by H. Merijn Brand.
34186      Branch: perl
34187            ! Configure INSTALL Makefile.SH Porting/Glossary
34188            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
34189            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
34190            ! win32/config.vc
34191 ____________________________________________________________________________
34192 [  7145] By: jhi                                   on 2000/10/04  22:08:21
34193         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
34194              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34195              Date: Wed, 4 Oct 2000 17:37:46 -0400
34196              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
34197      Branch: perl
34198            ! utils/h2xs.PL
34199 ____________________________________________________________________________
34200 [  7144] By: jhi                                   on 2000/10/04  18:11:41
34201         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
34202              From: Jeff Pinyan <jeffp@crusoe.net>
34203              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
34204              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
34205      Branch: perl
34206            ! pod/perlrun.pod
34207 ____________________________________________________________________________
34208 [  7143] By: jhi                                   on 2000/10/04  18:09:58
34209         Log: Subject: perlhack.pod Patch for Externals Tools
34210              From: Fisher Mark <fisherm@tce.com>
34211              Date: Tue, 3 Oct 2000 15:43:27 -0500 
34212              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
34213      Branch: perl
34214            ! pod/perlhack.pod
34215 ____________________________________________________________________________
34216 [  7142] By: jhi                                   on 2000/10/04  18:08:41
34217         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
34218              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34219              Date:     Wed, 4 Oct 2000 12:11:11 EDT
34220              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
34221      Branch: perl
34222            ! vms/vms.c
34223 ____________________________________________________________________________
34224 [  7141] By: jhi                                   on 2000/10/04  12:20:16
34225         Log: Subject: [PATCH 5.7.0] h2xs not working
34226              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34227              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
34228              Date: Tue, 3 Oct 2000 21:43:01 -0400
34229              
34230              Subject: [PATCH 5.7.0] h2xs not documenting the created module
34231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34232              Date: Tue, 3 Oct 2000 22:55:19 -0400
34233              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
34234      Branch: perl
34235            ! utils/h2xs.PL
34236 ____________________________________________________________________________
34237 [  7140] By: jhi                                   on 2000/10/04  11:53:44
34238         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
34239              From: nick@babyhippo.com
34240              Date: Wed, 4 Oct 2000 12:06:45 +0100
34241              Message-Id: <20001004120645.A7356@babyhippo.com>
34242              
34243              Retract 7118 and 7135.
34244      Branch: perl
34245            ! installman installperl op.c t/pragma/subs.t
34246 ____________________________________________________________________________
34247 [  7139] By: jhi                                   on 2000/10/03  22:09:41
34248         Log: It is possible to have no hosts database at all.  Pointed out in
34249              
34250              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
34251              From: Peter Prymmer <pvhp@forte.com>
34252              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
34253              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
34254      Branch: metaconfig
34255            ! U/modified/myhostname.U
34256      Branch: perl
34257            ! Configure config_h.SH
34258 ____________________________________________________________________________
34259 [  7138] By: jhi                                   on 2000/10/03  21:49:49
34260         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
34261              From: Peter Prymmer <pvhp@forte.com>
34262              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
34263              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
34264      Branch: perl
34265            ! pp_sys.c
34266 ____________________________________________________________________________
34267 [  7137] By: jhi                                   on 2000/10/03  20:10:05
34268         Log: One remaining nit less at the VMS mailbox sizing.
34269      Branch: perl
34270            ! vms/vms.c
34271 ____________________________________________________________________________
34272 [  7136] By: jhi                                   on 2000/10/03  20:08:47
34273         Log: Test harness update to sync with the new perlcc,
34274              from Simon Cozens.
34275      Branch: perl
34276            ! t/TEST t/UTEST
34277 ____________________________________________________________________________
34278 [  7135] By: jhi                                   on 2000/10/03  15:15:42
34279         Log: Subject: Re: PATCH for 20001003.004
34280              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
34281              From: "AARON B. DOSSETT" <aaron@iglou.com>
34282              Message-Id: <E13gTay-0006od-00@iglou.com>
34283      Branch: perl
34284            ! installman installperl
34285 ____________________________________________________________________________
34286 [  7134] By: jhi                                   on 2000/10/03  15:00:34
34287         Log: Subject: [ID 20001003.006] B::Debug not -w clean
34288              From: Nicholas Clark <nick@babyhippo.co.uk>
34289              Date: Tue, 03 Oct 2000 15:46:32 +0100
34290              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
34291      Branch: perl
34292            ! ext/B/B/Debug.pm
34293 ____________________________________________________________________________
34294 [  7133] By: jhi                                   on 2000/10/03  14:58:39
34295         Log: Scale down the VMS message boxes, by Charles Lane.
34296              Fix for ID 20000903.009, workaround at
34297              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
34298      Branch: perl
34299            ! vms/vms.c
34300 ____________________________________________________________________________
34301 [  7132] By: jhi                                   on 2000/10/03  11:20:37
34302         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
34303      Branch: perl
34304            + t/lib/st-lock.t t/lib/st-utf8.t
34305            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
34306            ! ext/Storable/Storable.xs t/lib/st-recurse.t
34307 ____________________________________________________________________________
34308 [  7131] By: jhi                                   on 2000/10/03  03:38:23
34309         Log: Encode nits.
34310      Branch: perl
34311            ! MANIFEST Makefile.SH
34312 ____________________________________________________________________________
34313 [  7130] By: jhi                                   on 2000/10/03  03:31:05
34314         Log: Update Changes.
34315      Branch: perl
34316            ! Changes patchlevel.h
34317 ____________________________________________________________________________
34318 [  7129] By: jhi                                   on 2000/10/03  02:24:02
34319         Log: Misplaced else.
34320      Branch: metaconfig/U/perl
34321            ! d_strtoll.U
34322      Branch: perl
34323            ! Configure config_h.SH
34324 ____________________________________________________________________________
34325 [  7128] By: jhi                                   on 2000/10/03  02:08:29
34326         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
34327              From: sthoenna@efn.org
34328              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
34329              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
34330      Branch: metaconfig/U/perl
34331            ! d_strtoll.U
34332      Branch: perl
34333            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
34334 ____________________________________________________________________________
34335 [  7127] By: jhi                                   on 2000/10/03  01:13:14
34336         Log: Update Changes.
34337      Branch: perl
34338            ! Changes patchlevel.h
34339 ____________________________________________________________________________
34340 [  7126] By: jhi                                   on 2000/10/03  00:57:08
34341         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
34342              as suggested by Olaf Flebbe and Nick Clark.
34343      Branch: perl
34344            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
34345 ____________________________________________________________________________
34346 [  7125] By: jhi                                   on 2000/10/03  00:50:56
34347         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
34348              From: Nick Clark <nick@plum.flirble.org>
34349              Date: Mon, 2 Oct 2000 11:03:24 +0100
34350              Message-Id: <20001002110324.D20073@plum.flirble.org>
34351              
34352              Also fixes bug ID 20001002.005.
34353      Branch: perl
34354            ! t/lib/encode.t
34355 ____________________________________________________________________________
34356 [  7124] By: jhi                                   on 2000/10/03  00:34:59
34357         Log: Subject: [PATCH 5.7.0] Epoc update
34358              From: Olaf Flebbe <o.flebbe@gmx.de>
34359              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
34360              Message-ID: <26423.969484586@www10.gmx.net>
34361      Branch: perl
34362            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
34363            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
34364            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
34365            ! util.c util.h
34366 ____________________________________________________________________________
34367 [  7123] By: jhi                                   on 2000/10/03  00:30:07
34368         Log: Regen headers.
34369      Branch: perl
34370            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
34371 ____________________________________________________________________________
34372 [  7122] By: jhi                                   on 2000/10/03  00:10:48
34373         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
34374      Branch: perl
34375            ! hints/openbsd.sh
34376 ____________________________________________________________________________
34377 [  7121] By: jhi                                   on 2000/10/03  00:05:06
34378         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
34379              From: <abigail@foad.org>
34380              Date: Tue, 26 Sep 2000 13:36:14 -0400
34381              Message-ID: <20000926173614.4356.qmail@foad.org>
34382      Branch: perl
34383            ! pod/perlop.pod
34384 ____________________________________________________________________________
34385 [  7120] By: jhi                                   on 2000/10/03  00:04:00
34386         Log: Inside require() $^S was always left undefined.
34387              
34388              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
34389              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34390              Date: Wed, 27 Sep 2000 18:54:49 -0400
34391              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
34392      Branch: perl
34393            ! cop.h mg.c pp_ctl.c util.c
34394 ____________________________________________________________________________
34395 [  7119] By: jhi                                   on 2000/10/03  00:00:16
34396         Log: Subject: [PATCH] DLL not restartabke with threaded perl
34397              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
34398              Date: Thu, 28 Sep 2000 09:20:46 +0100
34399              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
34400      Branch: perl
34401            ! perl.c
34402 ____________________________________________________________________________
34403 [  7118] By: jhi                                   on 2000/10/02  23:59:20
34404         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
34405              From: Nicholas Clark <nick@ccl4.org>
34406              Date: Thu, 28 Sep 2000 11:52:24 +0100
34407              Message-ID: <20000928115224.D7924@plum.flirble.org>
34408      Branch: perl
34409            ! op.c
34410 ____________________________________________________________________________
34411 [  7117] By: jhi                                   on 2000/10/02  23:57:51
34412         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
34413              From: Nicholas Clark <nick@babyhippo.co.uk>
34414              Date: Thu, 28 Sep 2000 12:18:10 +0100
34415              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
34416              
34417              Did not apply cleanly, manual intervention was needed.
34418      Branch: perl
34419            ! ext/B/B/Bytecode.pm utils/perlcc.PL
34420 ____________________________________________________________________________
34421 [  7116] By: jhi                                   on 2000/10/02  23:50:40
34422         Log: Document the issue (is not a syntax error, kind of)
34423              
34424              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
34425              From: Nicholas Clark <nick@ccl4.org>
34426              Date: Thu, 28 Sep 2000 17:12:42 +0100
34427              Message-ID: <20000928171242.K7924@plum.flirble.org>
34428      Branch: perl
34429            ! pod/perldata.pod
34430 ____________________________________________________________________________
34431 [  7115] By: jhi                                   on 2000/10/02  23:48:58
34432         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
34433              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34434              Date: Thu, 28 Sep 2000 21:55:31 -0400
34435              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
34436      Branch: perl
34437            ! regexec.c
34438 ____________________________________________________________________________
34439 [  7114] By: jhi                                   on 2000/10/02  23:47:57
34440         Log: Subject: DOC PATCH 5.6.0
34441              From: mjd@plover.com
34442              Date: 30 Sep 2000 06:02:34 -0000
34443              Message-ID: <20000930060234.4559.qmail@plover.com>
34444      Branch: perl
34445            ! pod/perldebguts.pod
34446 ____________________________________________________________________________
34447 [  7113] By: jhi                                   on 2000/10/02  23:46:43
34448         Log: SOCK_DGRAM and listen() do not mix as reported in
34449              
34450              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
34451              From: Petter Reinholdtsen <pere@hungry.com>
34452              Date: Sun, 1 Oct 2000 10:57:20 +0800
34453              Message-Id: <200010010257.KAA05735@localhost.localdomain>
34454              
34455              The patch for 5.7.0+ had to be reengineered, though.
34456      Branch: perl
34457            ! ext/IO/lib/IO/Socket/UNIX.pm
34458 ____________________________________________________________________________
34459 [  7112] By: jhi                                   on 2000/10/02  23:36:57
34460         Log: Subject: Re: [PATCH 5.005_64 missed]
34461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34462              Date: Sun, 1 Oct 2000 18:50:10 -0400
34463              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
34464      Branch: perl
34465            ! pod/perlxs.pod
34466 ____________________________________________________________________________
34467 [  7111] By: jhi                                   on 2000/10/02  23:35:40
34468         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
34469              From: Radu Greab <radu@netsoft.ro>
34470              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
34471              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
34472      Branch: perl
34473            ! op.c opcode.pl t/op/substr.t
34474 ____________________________________________________________________________
34475 [  7110] By: jhi                                   on 2000/10/02  23:32:38
34476         Log: Subject: [PATCH] Fix aliasing of tied filehandles
34477              From: Daniel Chetlin <daniel@chetlin.com>
34478              Date: Mon, 2 Oct 2000 14:53:27 -0700
34479              Message-ID: <20001002145327.C1617@ilmd>
34480      Branch: perl
34481            ! perl.h pp_hot.c t/op/tiehandle.t
34482 ____________________________________________________________________________
34483 [  7109] By: jhi                                   on 2000/10/02  23:31:30
34484         Log: s/Robin Parker/Robin Barker/
34485      Branch: perl
34486            ! Changes5.6
34487 ____________________________________________________________________________
34488 [  7108] By: jhi                                   on 2000/10/02  23:15:46
34489         Log: Retract #7091 as suggested in
34490              
34491              From: Robin Barker <rmb1@cise.npl.co.uk> 
34492              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
34493              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
34494              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
34495      Branch: perl
34496            ! embed.pl proto.h
34497 ____________________________________________________________________________
34498 [  7107] By: nick                                  on 2000/10/02  18:23:14
34499         Log: A few tweaks to get Tk803 to work with Encode scheme.
34500      Branch: perl
34501            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
34502 ____________________________________________________________________________
34503 [  7106] By: nick                                  on 2000/10/01  21:34:14
34504         Log: Add checking cases to Encode's toUnicode and fromUnicode.
34505      Branch: perl
34506            ! ext/Encode/Encode.pm
34507 ____________________________________________________________________________
34508 [  7105] By: nick                                  on 2000/10/01  17:18:01
34509         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
34510              To read and use them.
34511              Add a lib/encode.t which checks a few things.
34512      Branch: perl
34513            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
34514            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
34515            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
34516            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
34517            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
34518            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
34519            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
34520            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
34521            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
34522            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
34523            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
34524            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
34525            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
34526            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
34527            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
34528            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
34529            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
34530            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
34531            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
34532            + ext/Encode/Encode/iso2022-jp.enc
34533            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
34534            + ext/Encode/Encode/iso8859-1.enc
34535            + ext/Encode/Encode/iso8859-2.enc
34536            + ext/Encode/Encode/iso8859-3.enc
34537            + ext/Encode/Encode/iso8859-4.enc
34538            + ext/Encode/Encode/iso8859-5.enc
34539            + ext/Encode/Encode/iso8859-6.enc
34540            + ext/Encode/Encode/iso8859-7.enc
34541            + ext/Encode/Encode/iso8859-8.enc
34542            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
34543            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
34544            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
34545            + ext/Encode/Encode/macCentEuro.enc
34546            + ext/Encode/Encode/macCroatian.enc
34547            + ext/Encode/Encode/macCyrillic.enc
34548            + ext/Encode/Encode/macDingbats.enc
34549            + ext/Encode/Encode/macGreek.enc
34550            + ext/Encode/Encode/macIceland.enc
34551            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
34552            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
34553            + ext/Encode/Encode/macTurkish.enc
34554            + ext/Encode/Encode/macUkraine.enc
34555            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
34556            + t/lib/encode.t
34557            ! MANIFEST ext/Encode/Encode.pm
34558 ____________________________________________________________________________
34559 [  7104] By: nick                                  on 2000/09/30  13:04:30
34560         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
34561              From: Daniel Chetlin <daniel@chetlin.com>
34562              Date: Mon, 18 Sep 2000 05:05:40 -0700
34563              Message-Id: <20000918050540.C652@ilmd>
34564      Branch: perl
34565            ! lib/overload.pm sv.c t/pragma/overload.t
34566 ____________________________________________________________________________
34567 [  7103] By: nick                                  on 2000/09/30  12:53:36
34568         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
34569              From: Johan Vromans <jvromans@squirrel.nl>
34570              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
34571              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
34572      Branch: perl
34573            ! pod/Makefile.SH
34574 ____________________________________________________________________________
34575 [  7102] By: nick                                  on 2000/09/30  12:52:31
34576         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
34577              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34578              Date: Sat, 16 Sep 2000 16:36:45 -0400
34579              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
34580      Branch: perl
34581            ! ext/B/B/Deparse.pm
34582 ____________________________________________________________________________
34583 [  7101] By: nick                                  on 2000/09/30  12:51:41
34584         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
34585              From: Craig A. Berry <craig.berry@psinetcs.com>
34586              Date: Sat, 16 Sep 2000 10:11:10 -0500
34587              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
34588      Branch: perl
34589            ! vms/vms.c
34590 ____________________________________________________________________________
34591 [  7100] By: nick                                  on 2000/09/30  12:50:33
34592         Log: Subject: Re: unicode support and perl [ID 20000901.097]
34593              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34594              Date: Fri, 15 Sep 2000 16:37:58 -0400
34595              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
34596      Branch: perl
34597            ! t/op/append.t
34598 ____________________________________________________________________________
34599 [  7099] By: nick                                  on 2000/09/30  12:49:35
34600         Log: Subject: Re: unicode support and perl [ID 20000901.097]
34601              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34602              Date: Fri, 15 Sep 2000 16:25:30 -0400
34603              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
34604      Branch: perl
34605            ! pp_hot.c
34606 ____________________________________________________________________________
34607 [  7098] By: nick                                  on 2000/09/30  12:48:00
34608         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
34609              From: Gisle Aas <gisle@ActiveState.com>
34610              Date: 15 Sep 2000 16:23:41 +0200
34611              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
34612      Branch: perl
34613            ! toke.c
34614 ____________________________________________________________________________
34615 [  7097] By: nick                                  on 2000/09/30  12:45:16
34616         Log: Subject: [PATCH] Nits in perlmod.pod
34617              From: Daniel Chetlin <daniel@chetlin.com>
34618              Date: Fri, 15 Sep 2000 02:04:09 -0700
34619              Message-Id: <20000915020409.A2104@ilmd>
34620      Branch: perl
34621            ! pod/perlmod.pod
34622 ____________________________________________________________________________
34623 [  7096] By: nick                                  on 2000/09/30  12:18:00
34624         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
34625              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
34626              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
34627              0 to checking to get the warning.
34628      Branch: perl
34629            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
34630            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
34631            ! regexec.c sv.c toke.c utf8.c
34632 ____________________________________________________________________________
34633 [  7095] By: nick                                  on 2000/09/15  16:55:59
34634         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
34635              
34636              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
34637              From: Spider Boardman <spider@Orb.Nashua.NH.US>
34638              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
34639              Date: Fri, 15 Sep 2000 06:37:30 -0400
34640      Branch: perl
34641            ! ext/Encode/Encode.xs sv.c
34642 ____________________________________________________________________________
34643 [  7094] By: jhi                                   on 2000/09/15  03:23:32
34644         Log: Update Changes.
34645      Branch: perl
34646            ! Changes patchlevel.h
34647 ____________________________________________________________________________
34648 [  7093] By: jhi                                   on 2000/09/15  03:11:44
34649         Log: Fix for the charnames.t failures from Spider Boardman.
34650      Branch: perl
34651            ! toke.c
34652 ____________________________________________________________________________
34653 [  7092] By: jhi                                   on 2000/09/15  00:15:48
34654         Log: Botched the #7090 check-in.
34655      Branch: perl
34656            ! sv.c
34657 ____________________________________________________________________________
34658 [  7091] By: jhi                                   on 2000/09/14  23:33:24
34659         Log: Part of #7081 didn't come through.
34660      Branch: perl
34661            ! embed.pl proto.h
34662 ____________________________________________________________________________
34663 [  7090] By: jhi                                   on 2000/09/14  23:17:39
34664         Log: Subject: Re: perl@7078 
34665              From: Spider Boardman <spider@web.zk3.dec.com>
34666              Date: Thu, 14 Sep 2000 19:06:36 -0400
34667              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
34668      Branch: perl
34669            ! sv.c toke.c
34670 ____________________________________________________________________________
34671 [  7089] By: jhi                                   on 2000/09/14  23:11:21
34672         Log: Small portability tweaks.
34673      Branch: perl
34674            ! ext/Encode/Encode.xs
34675 ____________________________________________________________________________
34676 [  7088] By: jhi                                   on 2000/09/14  22:57:23
34677         Log: Fake return to pacify picky compilers.
34678      Branch: perl
34679            ! ext/Encode/Encode.xs
34680 ____________________________________________________________________________
34681 [  7087] By: jhi                                   on 2000/09/14  22:53:37
34682         Log: Subject: [PATCH] utf8.c apidoc
34683              From: Simon Cozens <simon@cozens.net>
34684              Date: Thu, 14 Sep 2000 23:46:57 +0100
34685              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
34686      Branch: perl
34687            ! perlapi.c pod/perlapi.pod utf8.c
34688 ____________________________________________________________________________
34689 [  7086] By: jhi                                   on 2000/09/14  22:40:38
34690         Log: We don't need to count the high bit bytes, a boolean is enough. 
34691      Branch: perl
34692            ! sv.c
34693 ____________________________________________________________________________
34694 [  7085] By: jhi                                   on 2000/09/14  21:20:09
34695         Log: Replace #7084 with
34696              
34697              Subject: Re: perl@7078 
34698              From: Spider Boardman <spider@web.zk3.dec.com>
34699              Date: Thu, 14 Sep 2000 17:09:36 -0400
34700              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
34701      Branch: perl
34702            ! sv.c utf8.c
34703 ____________________________________________________________________________
34704 [  7084] By: jhi                                   on 2000/09/14  20:03:34
34705         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
34706              convertable to bytes by checking it doesn't go above 0xc3
34707              
34708              Subject: Re: perl@7078
34709              From: Simon Cozens <simon@cozens.net>
34710              Date: Thu, 14 Sep 2000 20:59:19 +0100
34711              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
34712      Branch: perl
34713            ! utf8.c
34714 ____________________________________________________________________________
34715 [  7083] By: jhi                                   on 2000/09/14  19:38:47
34716         Log: Subject: Re: perl@7078
34717              From: Simon Cozens <simon@cozens.net>
34718              Date: Thu, 14 Sep 2000 20:13:09 +0100
34719              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
34720      Branch: perl
34721            ! t/op/bop.t
34722 ____________________________________________________________________________
34723 [  7082] By: jhi                                   on 2000/09/14  17:50:44
34724         Log: The one that got away.
34725      Branch: perl
34726            ! lib/File/Find.pm
34727 ____________________________________________________________________________
34728 [  7081] By: jhi                                   on 2000/09/14  17:45:35
34729         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
34730              From: Robin Barker <rmb1@cise.npl.co.uk>
34731              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
34732              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
34733      Branch: perl
34734            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
34735            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
34736            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
34737            ! regcomp.c toke.c universal.c
34738 ____________________________________________________________________________
34739 [  7080] By: jhi                                   on 2000/09/14  17:40:35
34740         Log: Problems picked up by AIX cc.
34741              
34742              Subject: Re: perl@7078 (patch included)
34743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34744              Date: Thu, 14 Sep 2000 18:53:30 +0200
34745              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
34746      Branch: perl
34747            ! ext/Encode/Encode.xs
34748 ____________________________________________________________________________
34749 [  7079] By: jhi                                   on 2000/09/14  17:38:27
34750         Log: Subject: File::Find 5.7.0 POD nits
34751              From: Rich Morin <rdm@cfcl.com>
34752              Date: Wed, 13 Sep 2000 22:03:58 -0700
34753              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
34754      Branch: perl
34755            ! lib/File/Find.pm
34756 ____________________________________________________________________________
34757 [  7078] By: jhi                                   on 2000/09/14  14:58:20
34758         Log: Update Changes.
34759      Branch: perl
34760            ! Changes patchlevel.h
34761 ____________________________________________________________________________
34762 [  7077] By: jhi                                   on 2000/09/14  14:55:54
34763         Log: Compilation warnings and an error.
34764      Branch: perl
34765            ! sv.c
34766 ____________________________________________________________________________
34767 [  7076] By: jhi                                   on 2000/09/14  14:42:56
34768         Log: Fix for a parsing bug, not for the original bug.
34769              
34770              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
34771              From: Spider Boardman <spider@web.zk3.dec.com>
34772              Date: Wed, 13 Sep 2000 17:52:20 -0400
34773              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
34774      Branch: perl
34775            ! regcomp.c
34776 ____________________________________________________________________________
34777 [  7075] By: jhi                                   on 2000/09/14  14:40:40
34778         Log: Batch of UTF-8 patches from Simon Cozens.
34779      Branch: perl
34780            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
34781            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
34782            ! toke.c utf8.c
34783 ____________________________________________________________________________
34784 [  7074] By: jhi                                   on 2000/09/14  14:29:58
34785         Log: Subject: Re: Two advertising clauses need to be removed
34786              From: Russ Allbery <rra@stanford.edu>
34787              Date: 13 Sep 2000 18:50:26 -0700
34788              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
34789      Branch: perl
34790            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
34791 ____________________________________________________________________________
34792 [  7073] By: jhi                                   on 2000/09/14  14:28:20
34793         Log: Subject: [PATCH] de-wall t/README
34794              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34795              Date: Wed, 13 Sep 2000 17:46:55 -0700
34796              Message-ID: <//Bw5gzkge/e092yn@efn.org>
34797      Branch: perl
34798            ! t/README
34799 ____________________________________________________________________________
34800 [  7072] By: jhi                                   on 2000/09/14  14:25:10
34801         Log: Hints optimization.
34802              
34803              Subject: Minor nit
34804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34805              Date: Wed, 13 Sep 2000 21:42:07 +0200
34806              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
34807      Branch: perl
34808            ! hints/hpux.sh
34809 ____________________________________________________________________________
34810 [  7071] By: jhi                                   on 2000/09/14  14:23:30
34811         Log: Allow chop() and chomp() to be overridden.
34812              
34813              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
34814              From: "Casey R. Tweten" <crt@kiski.net>
34815              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
34816              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
34817      Branch: perl
34818            ! toke.c
34819 ____________________________________________________________________________
34820 [  7070] By: jhi                                   on 2000/09/14  14:20:36
34821         Log: The return value of setlocale must be copied away.
34822              
34823              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
34824              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34825              Date: Wed, 13 Sep 2000 16:27:37 +0100 
34826              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
34827      Branch: perl
34828            ! util.c
34829 ____________________________________________________________________________
34830 [  7069] By: jhi                                   on 2000/09/14  14:16:27
34831         Log: Remove vestiges of tr//CU.
34832              
34833              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
34834              From: Nick Clark <nick@plum.flirble.org>
34835              Date: Tue, 12 Sep 2000 22:50:14 +0100
34836              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
34837              
34838              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
34839              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34840              Date: Tue, 12 Sep 2000 21:38:48 -0700
34841              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
34842      Branch: perl
34843            ! op.h pod/perlunicode.pod
34844 ____________________________________________________________________________
34845 [  7068] By: jhi                                   on 2000/09/13  14:18:39
34846         Log: Add the Encode extension.  The code is still largely just skeleton.
34847      Branch: perl
34848            + ext/Encode/Encode.pm ext/Encode/Encode.xs
34849            + ext/Encode/Makefile.PL ext/Encode/Todo
34850            ! MANIFEST Todo-5.6
34851 ____________________________________________________________________________
34852 [  7067] By: jhi                                   on 2000/09/12  17:43:33
34853         Log: Allow for whitespace between "#" and "line" in cpp output.
34854              
34855              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
34856              From: Calle Dybedahl <calle@lysator.liu.se>
34857              Date: 12 Sep 2000 19:38:02 +0200 
34858              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
34859      Branch: perl
34860            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
34861 ____________________________________________________________________________
34862 [  7066] By: gsar                                  on 2000/09/12  17:24:29
34863         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
34864              initialization in all the threads on Windows
34865      Branch: perl
34866            ! win32/win32.c
34867 ____________________________________________________________________________
34868 [  7065] By: jhi                                   on 2000/09/12  15:11:31
34869         Log: Update Changes.
34870      Branch: perl
34871            ! Changes patchlevel.h
34872 ____________________________________________________________________________
34873 [  7064] By: jhi                                   on 2000/09/12  14:54:54
34874         Log: Retract #7062, the pod tests are not ready.
34875      Branch: perl
34876            ! t/TEST t/harness
34877 ____________________________________________________________________________
34878 [  7063] By: jhi                                   on 2000/09/12  14:25:41
34879         Log: The #7054 truncated Configure badly.
34880      Branch: metaconfig/U/perl
34881            ! End.U
34882      Branch: perl
34883            ! Configure config_h.SH
34884 ____________________________________________________________________________
34885 [  7062] By: jhi                                   on 2000/09/12  14:08:32
34886         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
34887              From: sthoenna@efn.org
34888              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
34889              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
34890      Branch: perl
34891            ! t/TEST t/harness
34892 ____________________________________________________________________________
34893 [  7061] By: jhi                                   on 2000/09/12  14:07:18
34894         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
34895              From: sthoenna@efn.org
34896              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
34897              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
34898      Branch: perl
34899            ! pod/perlxs.pod
34900 ____________________________________________________________________________
34901 [  7060] By: jhi                                   on 2000/09/12  14:06:08
34902         Log: Break up the myconfig lines a bit.
34903              
34904              Subject: perlbug/perl -V output format
34905              From: sthoenna@efn.org
34906              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
34907              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
34908      Branch: perl
34909            ! myconfig.SH
34910 ____________________________________________________________________________
34911 [  7059] By: jhi                                   on 2000/09/12  14:05:04
34912         Log: Test for the #7049.
34913              
34914              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
34915              From: andreas.koenig@anima.de (Andreas J. Koenig)
34916              Date: 12 Sep 2000 06:42:01 +0200
34917              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
34918      Branch: perl
34919            ! t/op/my.t
34920 ____________________________________________________________________________
34921 [  7058] By: jhi                                   on 2000/09/12  14:03:05
34922         Log: Subject: [patch: perl@7045] vms updates
34923              From: Peter Prymmer <pvhp@forte.com>
34924              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
34925              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
34926      Branch: perl
34927            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
34928 ____________________________________________________________________________
34929 [  7057] By: jhi                                   on 2000/09/12  14:00:51
34930         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
34931              From: sthoenna@efn.org
34932              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
34933              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
34934      Branch: perl
34935            ! t/op/64bitint.t
34936 ____________________________________________________________________________
34937 [  7056] By: jhi                                   on 2000/09/12  13:58:14
34938         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
34939              From: Jeff Pinyan <jeffp@crusoe.net>
34940              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
34941              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
34942      Branch: perl
34943            ! pod/perlfunc.pod
34944 ____________________________________________________________________________
34945 [  7055] By: jhi                                   on 2000/09/12  13:56:32
34946         Log: Do in VMS as the #7054 does.
34947      Branch: perl
34948            ! configure.com
34949 ____________________________________________________________________________
34950 [  7054] By: jhi                                   on 2000/09/12  13:50:31
34951         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
34952              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34953              Date: Mon, 11 Sep 2000 08:33:09 +0100
34954              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
34955      Branch: metaconfig/U/perl
34956            ! End.U
34957      Branch: perl
34958            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
34959            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34960 ____________________________________________________________________________
34961 [  7053] By: jhi                                   on 2000/09/12  13:29:19
34962         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
34963              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34964              Date:     Tue, 12 Sep 2000 08:35:59 EDT
34965              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
34966      Branch: perl
34967            ! vms/test.com
34968 ____________________________________________________________________________
34969 [  7052] By: jhi                                   on 2000/09/11  23:01:50
34970         Log: Document the SvUTF8*().
34971      Branch: perl
34972            ! pod/perlapi.pod sv.h
34973 ____________________________________________________________________________
34974 [  7051] By: gsar                                  on 2000/09/11  14:46:30
34975         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
34976              (missed a spot when fixing up op_pmreplroot hack for ithreads)
34977      Branch: perl
34978            ! op.c t/op/split.t
34979 ____________________________________________________________________________
34980 [  7050] By: nick                                  on 2000/09/11  10:03:51
34981         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
34982              
34983              Subject: borland C++ win32.c tweak
34984              From: Vadim Konovalov <vkonovalov@lucent.com>
34985              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
34986              Date: Mon, 11 Sep 2000 11:22:33 +0400
34987      Branch: perl
34988            ! win32/win32.c
34989 ____________________________________________________________________________
34990 [  7049] By: nick                                  on 2000/09/11  09:57:33
34991         Log: Point fix for s/// on foreach (keys %xxx).
34992      Branch: perl
34993            ! pp_hot.c
34994 ____________________________________________________________________________
34995 [  7048] By: jhi                                   on 2000/09/10  23:37:09
34996         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
34997              by Pod::Text, from Brad Appleton.
34998      Branch: perl
34999            ! t/pod/testp2pt.pl
35000 ____________________________________________________________________________
35001 [  7047] By: jhi                                   on 2000/09/10  14:32:53
35002         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
35003              by Russ Allbery.
35004      Branch: perl
35005            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
35006 ____________________________________________________________________________
35007 [  7046] By: jhi                                   on 2000/09/10  14:15:08
35008         Log: Upgrade to CPAN 1.57_65, from Andreas König.
35009      Branch: perl
35010            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35011 ____________________________________________________________________________
35012 [  7045] By: jhi                                   on 2000/09/08  21:36:32
35013         Log: Update Changes.
35014      Branch: perl
35015            ! Changes patchlevel.h
35016 ____________________________________________________________________________
35017 [  7044] By: jhi                                   on 2000/09/08  21:29:56
35018         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
35019              From: Peter Prymmer <pvhp@forte.com>
35020              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
35021              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
35022      Branch: perl
35023            ! configure.com
35024 ____________________________________________________________________________
35025 [  7043] By: jhi                                   on 2000/09/08  21:27:50
35026         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
35027              From: Peter Prymmer <pvhp@forte.com>
35028              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
35029              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
35030      Branch: perl
35031            ! Makefile.SH installperl
35032 ____________________________________________________________________________
35033 [  7042] By: jhi                                   on 2000/09/08  21:23:21
35034         Log: Continue #7041.
35035      Branch: perl
35036            ! cygwin/Makefile.SHs os2/Makefile.SHs
35037 ____________________________________________________________________________
35038 [  7041] By: jhi                                   on 2000/09/08  21:18:10
35039         Log: Do away with memory models cruft.  Sorry, PDP users.
35040      Branch: metaconfig
35041            ! U/modified/cc.U U/modified/libpth.U
35042      Branch: perl
35043            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
35044            ! Porting/config_H cflags.SH config_h.SH configure.com
35045            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
35046            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
35047            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
35048 ____________________________________________________________________________
35049 [  7040] By: jhi                                   on 2000/09/08  14:34:18
35050         Log: Major rewrite of s2p.  And I mean really major, it is
35051              an implementation of sed in perl.  If called as s2p it
35052              will function as s2p.  Note: needs non-UNIXifying.
35053              
35054              Subject: s2p
35055              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
35056              Date: Mon, 28 Aug 2000 14:05:12 +0200
35057              Message-ID: <39AA5578.2102E2AA@alcatel.at>
35058      Branch: perl
35059            ! x2p/s2p.PL
35060 ____________________________________________________________________________
35061 [  7039] By: jhi                                   on 2000/09/08  14:19:49
35062         Log: Re-allow vec() for characters > 255.
35063              
35064              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
35065              From: Spider Boardman <spider@web.zk3.dec.com>
35066              Date: Fri, 08 Sep 2000 02:21:02 -0400
35067              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
35068      Branch: perl
35069            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
35070            ! t/op/vec.t
35071 ____________________________________________________________________________
35072 [  7038] By: jhi                                   on 2000/09/08  14:14:18
35073         Log: Subject: [PATCH lib/Benchmark.pm]
35074              From: <abigail@foad.org>
35075              Date: Thu, 7 Sep 2000 15:03:20 -0400
35076              Message-ID: <20000907190320.888.qmail@foad.org>
35077      Branch: perl
35078            ! lib/Benchmark.pm
35079 ____________________________________________________________________________
35080 [  7037] By: jhi                                   on 2000/09/08  14:11:06
35081         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
35082              
35083              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
35084              From: Spider Boardman <spider@web.zk3.dec.com>
35085              Date: Fri, 08 Sep 2000 01:30:27 -0400
35086              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
35087      Branch: perl
35088            ! op.c
35089 ____________________________________________________________________________
35090 [  7036] By: jhi                                   on 2000/09/08  14:08:58
35091         Log: Subject: [ID 20000908.002] perlipc documentation bug.
35092              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
35093              Date: Fri, 08 Sep 2000 12:38:32 +0200
35094              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
35095      Branch: perl
35096            ! pod/perlipc.pod
35097 ____________________________________________________________________________
35098 [  7035] By: jhi                                   on 2000/09/08  14:03:12
35099         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35100              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35101              Date: Fri, 08 Sep 2000 11:47:34 +0200
35102              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
35103      Branch: perl
35104            ! hints/dec_osf.sh
35105 ____________________________________________________________________________
35106 [  7034] By: jhi                                   on 2000/09/08  13:59:35
35107         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
35108              From: Simon Cozens <simon@cozens.net>
35109              Date: Thu, 7 Sep 2000 20:40:38 +0100
35110              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
35111      Branch: perl
35112            ! pp_hot.c
35113 ____________________________________________________________________________
35114 [  7033] By: jhi                                   on 2000/09/08  04:03:03
35115         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
35116              From: "Larry W. Virden" <lvirden@cas.org>
35117              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
35118              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
35119      Branch: perl
35120            ! pod/perldiag.pod
35121 ____________________________________________________________________________
35122 [  7032] By: jhi                                   on 2000/09/07  22:18:30
35123         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
35124              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
35125              Date: Mon, 04 Sep 2000 13:16:38 -0700
35126              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
35127      Branch: perl
35128            ! lib/perl5db.pl
35129 ____________________________________________________________________________
35130 [  7031] By: jhi                                   on 2000/09/07  22:02:29
35131         Log: Fix the ccversion detection for 5.1 and beyond.
35132              
35133              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
35134              From: Spider Boardman <spider@leggy.zk3.dec.com>
35135              Date: Thu, 7 Sep 2000 17:54:27 -0400
35136              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
35137      Branch: perl
35138            ! hints/dec_osf.sh
35139 ____________________________________________________________________________
35140 [  7030] By: jhi                                   on 2000/09/07  19:12:28
35141         Log: Fix for
35142              
35143              Subject: [ID 20000903.001] \w in utf8-strings
35144              From: Marc Lehmann <pcg@goof.com>
35145              Date: Sun, 03 Sep 2000 09:44:29 +0200
35146              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
35147              
35148              and various related nits.
35149      Branch: perl
35150            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
35151 ____________________________________________________________________________
35152 [  7029] By: jhi                                   on 2000/09/07  18:49:09
35153         Log: Fix the URL, but the server is still missing in action.
35154              
35155              Subject: [ID 20000905.002] perlfaq1.pod URL error
35156              From: "Larry W. Virden" <lvirden@cas.org>
35157              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
35158              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
35159      Branch: perl
35160            ! pod/perlfaq1.pod
35161 ____________________________________________________________________________
35162 [  7028] By: jhi                                   on 2000/09/07  18:47:13
35163         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
35164              From: Hugo <hv@crypt.compulink.co.uk>
35165              Date: Tue, 05 Sep 2000 14:13:37 +0100
35166              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
35167      Branch: perl
35168            ! toke.c
35169 ____________________________________________________________________________
35170 [  7027] By: jhi                                   on 2000/09/07  18:45:35
35171         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
35172              From: Daniel Chetlin <daniel@chetlin.com>
35173              Date: Tue, 5 Sep 2000 04:57:07 -0700
35174              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
35175      Branch: perl
35176            ! pod/perlfaq6.pod pod/perlop.pod
35177 ____________________________________________________________________________
35178 [  7026] By: jhi                                   on 2000/09/07  18:44:01
35179         Log: Document the new ref() semantics.
35180              
35181              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
35182              From: Gisle Aas <gisle@ActiveState.com>
35183              Date: 05 Sep 2000 08:10:30 +0200
35184              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
35185      Branch: perl
35186            ! pod/perldelta.pod
35187 ____________________________________________________________________________
35188 [  7025] By: jhi                                   on 2000/09/07  18:42:27
35189         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
35190              
35191              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
35192              From: Gisle Aas <gisle@ActiveState.com>
35193              Date: 05 Sep 2000 08:11:40 +0200
35194              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
35195      Branch: perl
35196            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
35197 ____________________________________________________________________________
35198 [  7024] By: jhi                                   on 2000/09/07  18:39:32
35199         Log: Subject: [PATCH] Modernize Opcode.pm documentation
35200              From: Gisle Aas <gisle@ActiveState.com>
35201              Date: 4 Sep 2000 00:18:55 -0000
35202              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
35203      Branch: perl
35204            ! ext/Opcode/Opcode.pm
35205 ____________________________________________________________________________
35206 [  7023] By: jhi                                   on 2000/09/07  18:37:42
35207         Log: Subject: [PATCH] Tied filehandle documentation
35208              From: Gisle Aas <gisle@ActiveState.com>
35209              Date: 4 Sep 2000 00:14:40 -0000
35210              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
35211      Branch: perl
35212            ! pod/perlfunc.pod pod/perltie.pod
35213 ____________________________________________________________________________
35214 [  7022] By: jhi                                   on 2000/09/07  18:35:37
35215         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
35216              From: Gisle Aas <gisle@ActiveState.com>
35217              Date: 4 Sep 2000 00:04:22 -0000
35218              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
35219      Branch: perl
35220            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
35221 ____________________________________________________________________________
35222 [  7021] By: jhi                                   on 2000/09/07  18:33:22
35223         Log: Subject: small apidoc fix
35224              From: Marc Lehmann <pcg@goof.com>
35225              Date: Sun, 3 Sep 2000 05:12:06 +0200
35226              Message-ID: <20000903051206.A5909@cerebro.laendle>
35227      Branch: perl
35228            ! pod/perlapi.pod utf8.c
35229 ____________________________________________________________________________
35230 [  7020] By: jhi                                   on 2000/09/07  16:14:57
35231         Log: Tiny perldelta nits.
35232      Branch: perl
35233            ! pod/perldelta.pod
35234 ____________________________________________________________________________
35235 [  7019] By: jhi                                   on 2000/09/07  16:04:20
35236         Log: Guard against bad string->int conversion for quads.
35237      Branch: perl
35238            ! t/op/64bitint.t
35239 ____________________________________________________________________________
35240 [  7018] By: jhi                                   on 2000/09/06  17:07:03
35241         Log: Update Unicode todo list.
35242      Branch: perl
35243            ! Todo-5.6
35244 ____________________________________________________________________________
35245 [  7017] By: jhi                                   on 2000/09/05  21:16:01
35246         Log: Document the SvIOK_.*UV().
35247      Branch: perl
35248            ! pod/perlapi.pod sv.h
35249 ____________________________________________________________________________
35250 [  7016] By: nick                                  on 2000/09/03  21:54:46
35251         Log: Hash lookup of constant strings optimization:
35252              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
35253              to string table (as per sharepvn). Add newSV_pvn_share to create such
35254              a thing. Make hv.c compare addresses of strings and skip string compare
35255              if equal. Make method_named and helem ops use these shared-string SVs
35256              when arg is constant. Make keys op return shared-string SVs (less clearly
35257              a win).
35258      Branch: perl
35259            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
35260            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
35261            ! pod/perlintern.pod pp_hot.c proto.h sv.c
35262 ____________________________________________________________________________
35263 [  7015] By: jhi                                   on 2000/09/02  17:48:59
35264         Log: This is 5.7.0.
35265      Branch: perl
35266            ! Changes
35267 ____________________________________________________________________________
35268 [  7014] By: jhi                                   on 2000/09/02  17:35:45
35269         Log: Changes and patchlevel tweaks.
35270      Branch: perl
35271            ! Changes patchlevel.h
35272 ____________________________________________________________________________
35273 [  7013] By: jhi                                   on 2000/09/02  17:30:50
35274         Log: Update Changes.
35275      Branch: perl
35276            ! Changes patchlevel.h
35277 ____________________________________________________________________________
35278 [  7012] By: nick                                  on 2000/09/02  17:25:20
35279         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
35280      Branch: perl
35281            ! gv.c lib/overload.pm
35282 ____________________________________________________________________________
35283 [  7011] By: jhi                                   on 2000/09/02  17:16:25
35284         Log: Update perlhist.
35285      Branch: perl
35286            ! pod/perlhist.pod
35287 ____________________________________________________________________________
35288 [  7010] By: jhi                                   on 2000/09/02  17:01:35
35289         Log: perldelta nits.
35290      Branch: perl
35291            ! pod/perldelta.pod
35292 ____________________________________________________________________________
35293 [  7009] By: nick                                  on 2000/09/02  16:48:35
35294         Log: If overloaded %{} etc. return the object do not loop.
35295              Thus  sub deref { $_[0] } functions if object is wanted type.
35296      Branch: perl
35297            ! pp.h
35298 ____________________________________________________________________________
35299 [  7008] By: jhi                                   on 2000/09/02  16:26:11
35300         Log: Retab MANIFEST.
35301      Branch: perl
35302            ! ext/Storable/MANIFEST
35303 ____________________________________________________________________________
35304 [  7007] By: jhi                                   on 2000/09/02  16:23:02
35305         Log: Make certain cc is set before trying to run it.
35306      Branch: perl
35307            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
35308 ____________________________________________________________________________
35309 [  7006] By: jhi                                   on 2000/09/02  15:45:41
35310         Log: Unicode notes.
35311      Branch: perl
35312            ! pod/perldelta.pod
35313 ____________________________________________________________________________
35314 [  7005] By: jhi                                   on 2000/09/02  15:42:11
35315         Log: Various Configure nits by Philip Newton,
35316              plus the ebcdic one by me.
35317      Branch: metaconfig
35318            + U/modified/pager.U
35319            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
35320      Branch: metaconfig/U/perl
35321            ! Devel.U quadfio.U
35322      Branch: perl
35323            ! Configure config_h.SH
35324 ____________________________________________________________________________
35325 [  7004] By: jhi                                   on 2000/09/02  15:06:14
35326         Log: Apparently avoiding the swapping is too costly.
35327              
35328              From: "Ben Tilly" <ben_tilly@hotmail.com>
35329              Subject: Re: the door is closed.
35330              Date: Fri, 01 Sep 2000 20:23:16 EDT
35331              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
35332      Branch: perl
35333            ! pod/perlfaq4.pod
35334 ____________________________________________________________________________
35335 [  7003] By: nick                                  on 2000/09/02  12:26:04
35336         Log: Undo part of change 6489 which looks like a bulk edit which
35337              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
35338              The supressing of main:: on return from select() is undesirable.
35339      Branch: perl
35340            ! pp_sys.c
35341 ____________________________________________________________________________
35342 [  7002] By: jhi                                   on 2000/09/01  23:08:54
35343         Log: Update Changes.
35344      Branch: perl
35345            ! Changes patchlevel.h
35346 ____________________________________________________________________________
35347 [  7001] By: jhi                                   on 2000/09/01  23:00:13
35348         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
35349              From: Peter Prymmer <pvhp@forte.com>
35350              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
35351              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
35352              
35353              plus rework the http: spots as suggested by Tom Christiansen,
35354              plus regen perltoc.
35355      Branch: perl
35356            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
35357            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
35358 ____________________________________________________________________________
35359 [  7000] By: jhi                                   on 2000/09/01  22:36:01
35360         Log: Only the first line, thank you very much.
35361      Branch: perl
35362            ! hints/solaris_2.sh
35363 ____________________________________________________________________________
35364 [  6999] By: gsar                                  on 2000/09/01  22:16:40
35365         Log: change#6791 accidentally clobbered change#6710, put it back
35366      Branch: perl
35367            ! win32/win32.c
35368 ____________________________________________________________________________
35369 [  6998] By: jhi                                   on 2000/09/01  22:14:16
35370         Log: Mention the HP-UX LP64 freak failure.
35371      Branch: perl
35372            ! pod/perldelta.pod
35373 ____________________________________________________________________________
35374 [  6997] By: jhi                                   on 2000/09/01  21:48:32
35375         Log: Detypo.
35376      Branch: perl
35377            ! hints/hpux.sh
35378 ____________________________________________________________________________
35379 [  6996] By: jhi                                   on 2000/09/01  21:27:10
35380         Log: Update Changes.
35381      Branch: perl
35382            ! Changes patchlevel.h
35383 ____________________________________________________________________________
35384 [  6995] By: jhi                                   on 2000/09/01  21:14:24
35385         Log: Mi splgn s gnin.g
35386      Branch: perl
35387            ! pp_ctl.c
35388 ____________________________________________________________________________
35389 [  6994] By: jhi                                   on 2000/09/01  21:09:54
35390         Log: Subject: http:// in L<>
35391              From: Nicholas Clark <nick@ccl4.org>
35392              Date: Fri, 1 Sep 2000 22:03:21 +0100
35393              Message-ID: <20000901220321.B72074@plum.flirble.org>
35394      Branch: perl
35395            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
35396 ____________________________________________________________________________
35397 [  6993] By: jhi                                   on 2000/09/01  21:06:54
35398         Log: Update to Storable 1.0, from Raphael Manfredi.
35399      Branch: perl
35400            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
35401            ! ext/Storable/Makefile.PL ext/Storable/README
35402            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
35403            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
35404            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
35405            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
35406            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
35407            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
35408 ____________________________________________________________________________
35409 [  6992] By: jhi                                   on 2000/09/01  20:43:05
35410         Log: Mention known sfio+linux buglet.
35411      Branch: perl
35412            ! pod/perldelta.pod
35413 ____________________________________________________________________________
35414 [  6991] By: jhi                                   on 2000/09/01  20:40:11
35415         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
35416              From: Peter Prymmer <pvhp@forte.com>
35417              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
35418              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
35419      Branch: perl
35420            ! vms/vms.c
35421 ____________________________________________________________________________
35422 [  6990] By: jhi                                   on 2000/09/01  20:25:26
35423         Log: Retract #6986.
35424      Branch: perl
35425            ! hints/solaris_2.sh
35426 ____________________________________________________________________________
35427 [  6989] By: jhi                                   on 2000/09/01  20:23:00
35428         Log: Mergesort is back.
35429      Branch: perl
35430            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
35431 ____________________________________________________________________________
35432 [  6988] By: jhi                                   on 2000/09/01  19:37:40
35433         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
35434              From: Mike Guy <mjtg@cam.ac.uk>
35435              Date: Fri, 01 Sep 2000 17:43:33 +0100
35436              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
35437      Branch: perl
35438            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
35439            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
35440 ____________________________________________________________________________
35441 [  6987] By: jhi                                   on 2000/09/01  19:17:10
35442         Log: Regen perltoc.
35443      Branch: perl
35444            ! pod/perltoc.pod
35445 ____________________________________________________________________________
35446 [  6986] By: jhi                                   on 2000/09/01  18:51:10
35447         Log: Subject: Re: Solaris x86 has no SPARC libraries!
35448              From: Lupe Christoph <lupe@lupe-christoph.de>
35449              Date: Fri, 1 Sep 2000 20:41:20 +0200
35450              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
35451      Branch: perl
35452            ! hints/solaris_2.sh
35453 ____________________________________________________________________________
35454 [  6985] By: jhi                                   on 2000/09/01  18:28:10
35455         Log: Update Changes.
35456      Branch: perl
35457            ! Changes patchlevel.h
35458 ____________________________________________________________________________
35459 [  6984] By: jhi                                   on 2000/09/01  18:26:53
35460         Log: Feature ordering tweak.
35461      Branch: perl
35462            ! myconfig.SH
35463 ____________________________________________________________________________
35464 [  6983] By: jhi                                   on 2000/09/01  18:19:50
35465         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35466              From: <abigail@foad.org>
35467              Date: Fri, 1 Sep 2000 13:07:32 -0400
35468              Message-ID: <20000901170732.18249.qmail@foad.org>
35469      Branch: perl
35470            ! t/pragma/overload.t
35471 ____________________________________________________________________________
35472 [  6982] By: jhi                                   on 2000/09/01  18:17:54
35473         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
35474              so that case-ignoring systems like DCL can tell them from
35475              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
35476      Branch: metaconfig/U/perl
35477            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
35478      Branch: perl
35479            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35480            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
35481            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
35482            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
35483            ! vos/config.def vos/config.h vos/config_h.SH_orig
35484            ! win32/config.bc win32/config.gc win32/config.vc
35485 ____________________________________________________________________________
35486 [  6981] By: nick                                  on 2000/09/01  17:21:57
35487         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
35488              warning when UNTIE exists and instead pass the cound of extra references to
35489              the UNTIE method.
35490      Branch: perl
35491            ! pod/perltie.pod pp_sys.c
35492 ____________________________________________________________________________
35493 [  6980] By: jhi                                   on 2000/09/01  16:54:44
35494         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
35495              From: Peter Prymmer <pvhp@forte.com>
35496              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
35497              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
35498      Branch: perl
35499            ! configure.com
35500 ____________________________________________________________________________
35501 [  6979] By: jhi                                   on 2000/09/01  16:06:20
35502         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
35503              From: Mike Guy <mjtg@cam.ac.uk> 
35504              Date: Fri, 01 Sep 2000 16:49:27 +0100
35505              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
35506      Branch: perl
35507            ! t/base/rs.t
35508 ____________________________________________________________________________
35509 [  6978] By: jhi                                   on 2000/09/01  16:00:42
35510         Log: Update to PodParser 1.18, from Brad Appleton.
35511      Branch: perl
35512            ! lib/Pod/Checker.pm t/pod/find.t
35513 ____________________________________________________________________________
35514 [  6977] By: jhi                                   on 2000/09/01  14:48:58
35515         Log: Subject: Nit in Configure (bleadperl@6961)
35516              From: Lupe Christoph <lupe@lupe-christoph.de>
35517              Date: Fri, 1 Sep 2000 16:34:29 +0200
35518              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
35519      Branch: metaconfig
35520            ! U/compline/ccflags.U
35521      Branch: perl
35522            ! Configure config_h.SH
35523 ____________________________________________________________________________
35524 [  6976] By: jhi                                   on 2000/09/01  14:39:52
35525         Log: Update Changes.
35526      Branch: perl
35527            ! Changes patchlevel.h
35528 ____________________________________________________________________________
35529 [  6975] By: jhi                                   on 2000/09/01  14:37:36
35530         Log: microperl config update.
35531      Branch: perl
35532            ! uconfig.h uconfig.sh
35533 ____________________________________________________________________________
35534 [  6974] By: jhi                                   on 2000/09/01  14:36:53
35535         Log: Document known deficiencies.
35536      Branch: perl
35537            ! pod/perldelta.pod
35538 ____________________________________________________________________________
35539 [  6973] By: jhi                                   on 2000/09/01  14:10:20
35540         Log: Mention warnings fixes and updates.
35541      Branch: perl
35542            ! pod/perldelta.pod
35543 ____________________________________________________________________________
35544 [  6972] By: jhi                                   on 2000/09/01  14:01:52
35545         Log: Drop unused argument.
35546              
35547              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
35548              From: Spider Boardman <spider@web.zk3.dec.com>
35549              Date: Thu, 31 Aug 2000 16:10:15 -0400
35550              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
35551      Branch: perl
35552            ! toke.c
35553 ____________________________________________________________________________
35554 [  6971] By: jhi                                   on 2000/09/01  13:59:24
35555         Log: Add the overload warnings to perldiag.
35556      Branch: perl
35557            ! lib/overload.pm pod/perldiag.pod
35558 ____________________________________________________________________________
35559 [  6970] By: jhi                                   on 2000/09/01  13:55:10
35560         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35561              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35562              Date: Fri, 1 Sep 2000 13:43:15 +0100 
35563              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
35564      Branch: perl
35565            ! lib/overload.pm t/pragma/overload.t
35566 ____________________________________________________________________________
35567 [  6969] By: jhi                                   on 2000/09/01  13:52:27
35568         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
35569              From: <abigail@foad.org>
35570              Date: Fri, 1 Sep 2000 05:46:54 -0400
35571              Message-ID: <20000901094654.6476.qmail@foad.org>
35572      Branch: perl
35573            ! lib/overload.pm
35574 ____________________________________________________________________________
35575 [  6968] By: jhi                                   on 2000/09/01  13:50:05
35576         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
35577              From: Daniel Chetlin <daniel@chetlin.com>
35578              Date: Fri, 1 Sep 2000 02:10:55 -0700
35579              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
35580      Branch: perl
35581            ! pod/perlretut.pod
35582 ____________________________________________________________________________
35583 [  6967] By: jhi                                   on 2000/09/01  13:47:54
35584         Log: Part of the solution.
35585              
35586              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
35587              From: Mike Guy <mjtg@cam.ac.uk>
35588              Date: Fri, 01 Sep 2000 14:16:01 +0100
35589              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
35590      Branch: perl
35591            ! gv.c mg.c
35592 ____________________________________________________________________________
35593 [  6966] By: jhi                                   on 2000/09/01  13:46:17
35594         Log: Subject: CPAN.pm beta 1.57_57 for the core
35595              From: andreas.koenig@anima.de (Andreas J. Koenig)
35596              Date: 01 Sep 2000 15:16:31 +0200
35597              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
35598      Branch: perl
35599            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35600 ____________________________________________________________________________
35601 [  6965] By: jhi                                   on 2000/09/01  13:43:18
35602         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
35603              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35604              Date: Fri, 01 Sep 2000 01:47:22 -0500
35605              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
35606      Branch: perl
35607            ! pod/perldelta.pod vms/vms.c
35608 ____________________________________________________________________________
35609 [  6964] By: jhi                                   on 2000/09/01  13:35:35
35610         Log: File::Temp patches from Andreas König,
35611              
35612              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
35613              From: andreas.koenig@anima.de (Andreas J. Koenig)
35614              Date: 01 Sep 2000 10:07:20 +0200
35615              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
35616              
35617              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
35618              From: andreas.koenig@anima.de (Andreas J. Koenig)
35619              Date: 31 Aug 2000 23:26:08 +0200
35620              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
35621      Branch: perl
35622            ! lib/File/Temp.pm t/lib/ftmp-security.t
35623 ____________________________________________________________________________
35624 [  6963] By: jhi                                   on 2000/09/01  02:22:24
35625         Log: Retract the mergesort code, way too incompatible licensing
35626              and copyrights.
35627      Branch: perl
35628            ! pod/perldelta.pod pp_ctl.c
35629 ____________________________________________________________________________
35630 [  6962] By: jhi                                   on 2000/08/31  23:27:32
35631         Log: Update Changes.
35632      Branch: perl
35633            ! Changes patchlevel.h
35634 ____________________________________________________________________________
35635 [  6961] By: jhi                                   on 2000/08/31  23:20:04
35636         Log: Small tweaks all over.
35637      Branch: metaconfig
35638            ! U/compline/d_gconvert.U
35639      Branch: perl
35640            ! AUTHORS Configure config_h.SH pp_ctl.c
35641 ____________________________________________________________________________
35642 [  6960] By: jhi                                   on 2000/08/31  22:39:36
35643         Log: Further rewording.
35644      Branch: perl
35645            ! pp_ctl.c
35646 ____________________________________________________________________________
35647 [  6959] By: jhi                                   on 2000/08/31  21:26:44
35648         Log: More address tweaking.
35649      Branch: perl
35650            ! AUTHORS Changes
35651 ____________________________________________________________________________
35652 [  6958] By: jhi                                   on 2000/08/31  20:47:25
35653         Log: AUTHORS tweaks, from Peter Prymmer.
35654              
35655              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
35656              From: Peter Prymmer <pvhp@forte.com>
35657              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
35658              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
35659      Branch: perl
35660            ! AUTHORS MAINTAIN
35661 ____________________________________________________________________________
35662 [  6957] By: jhi                                   on 2000/08/31  20:34:43
35663         Log: perldelta tweaks.
35664      Branch: perl
35665            ! pod/perldelta.pod
35666 ____________________________________________________________________________
35667 [  6956] By: jhi                                   on 2000/08/31  19:11:06
35668         Log: Regen perltoc.
35669      Branch: perl
35670            ! pod/perltoc.pod
35671 ____________________________________________________________________________
35672 [  6955] By: jhi                                   on 2000/08/31  19:06:30
35673         Log: Clarify the mergesort situation.
35674      Branch: perl
35675            ! pp_ctl.c
35676 ____________________________________________________________________________
35677 [  6954] By: jhi                                   on 2000/08/31  18:24:17
35678         Log: Move the Solaris 7 scan to use64bitall, make the
35679              failure to find 64-bot sparc libc to mention the
35680              possibility of being in an intel, from Lupe and Alan.
35681      Branch: perl
35682            ! hints/solaris_2.sh
35683 ____________________________________________________________________________
35684 [  6953] By: jhi                                   on 2000/08/31  18:09:20
35685         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
35686              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
35687      Branch: metaconfig
35688            ! U/compline/d_gconvert.U U/threads/archname.U
35689      Branch: metaconfig/U/perl
35690            ! perlxv.U
35691      Branch: perl
35692            ! Configure config_h.SH sv.c
35693 ____________________________________________________________________________
35694 [  6952] By: jhi                                   on 2000/08/31  17:42:24
35695         Log: :: not allowed in pathnames, change to .
35696              
35697              Subject: [PATCH perl@6938] cygwin port
35698              From: "Fifer, Eric" <EFifer@sanwaint.com>
35699              Date: Thu, 31 Aug 2000 16:32:59 +0100
35700              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
35701      Branch: metaconfig/U/perl
35702            ! perlxv.U
35703 ____________________________________________________________________________
35704 [  6951] By: jhi                                   on 2000/08/31  17:02:05
35705         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
35706      Branch: perl
35707            ! perl.h
35708 ____________________________________________________________________________
35709 [  6950] By: jhi                                   on 2000/08/31  16:26:08
35710         Log: More author updates.
35711              
35712              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
35713              From: Simon Cozens <simon@cozens.net>
35714              Date: Thu, 31 Aug 2000 17:13:32 +0100
35715              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
35716      Branch: perl
35717            ! AUTHORS
35718 ____________________________________________________________________________
35719 [  6949] By: jhi                                   on 2000/08/31  16:04:49
35720         Log: POSIX doesn't report long double values under -Duselongdouble
35721              when the long doubles are "real" (bigger than doubles).
35722              
35723              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
35724              From: Spider Boardman <spider@peano.zk3.dec.com>
35725              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
35726              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
35727      Branch: perl
35728            ! ext/POSIX/POSIX.xs
35729 ____________________________________________________________________________
35730 [  6948] By: jhi                                   on 2000/08/31  15:25:10
35731         Log: Update Changes.
35732      Branch: perl
35733            ! Changes patchlevel.h
35734 ____________________________________________________________________________
35735 [  6947] By: jhi                                   on 2000/08/31  15:22:29
35736         Log: Document UNTIE in a very minimalistic way.
35737      Branch: perl
35738            ! pod/perlfunc.pod pod/perltie.pod
35739 ____________________________________________________________________________
35740 [  6946] By: jhi                                   on 2000/08/31  15:15:23
35741         Log: Document known failures.
35742      Branch: perl
35743            ! pod/perldelta.pod
35744 ____________________________________________________________________________
35745 [  6945] By: jhi                                   on 2000/08/31  15:07:00
35746         Log: Don't attach -ld to the archname if pointless.
35747      Branch: metaconfig
35748            ! U/threads/archname.U
35749      Branch: perl
35750            ! Configure config_h.SH
35751 ____________________________________________________________________________
35752 [  6944] By: jhi                                   on 2000/08/31  14:37:42
35753         Log: Wrap the test in eval.
35754              
35755              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
35756              From: Tim Jenness <timj@jach.hawaii.edu>
35757              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
35758              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
35759      Branch: perl
35760            ! t/lib/ftmp-security.t
35761 ____________________________________________________________________________
35762 [  6943] By: jhi                                   on 2000/08/31  14:30:57
35763         Log: Make -Dusemorebits find long doubles in Solaris.
35764      Branch: perl
35765            ! hints/solaris_2.sh
35766 ____________________________________________________________________________
35767 [  6942] By: jhi                                   on 2000/08/31  13:48:45
35768         Log: Clarify the third case of ftmp-security warnings.
35769      Branch: perl
35770            ! INSTALL
35771 ____________________________________________________________________________
35772 [  6941] By: jhi                                   on 2000/08/31  13:40:31
35773         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
35774              From: <abigail@foad.org>
35775              Date: Thu, 31 Aug 2000 01:35:05 -0400
35776              Message-ID: <20000831053505.32120.qmail@foad.org>
35777      Branch: perl
35778            ! pod/perldelta.pod
35779 ____________________________________________________________________________
35780 [  6940] By: jhi                                   on 2000/08/31  13:38:48
35781         Log: Issue useful diagnostic on unknown pod commands.
35782              
35783              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
35784              From: <abigail@foad.org>
35785              Date: Thu, 31 Aug 2000 03:41:18 -0400
35786              Message-ID: <20000831074118.24880.qmail@foad.org>
35787      Branch: perl
35788            ! lib/Pod/Man.pm
35789 ____________________________________________________________________________
35790 [  6939] By: jhi                                   on 2000/08/31  13:34:33
35791         Log: Reveal Borland's isnan.
35792              
35793              Subject: build with BC++ tweak
35794              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35795              Date: Thu, 31 Aug 2000 13:09:37 +0400
35796              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
35797      Branch: perl
35798            ! win32/win32.h
35799 ____________________________________________________________________________
35800 [  6938] By: jhi                                   on 2000/08/31  05:01:20
35801         Log: Update Changes.
35802      Branch: perl
35803            ! Changes patchlevel.h
35804 ____________________________________________________________________________
35805 [  6937] By: jhi                                   on 2000/08/31  04:26:23
35806         Log: sscanf() may be the only way to read long doubles from strings.
35807      Branch: metaconfig/U/perl
35808            ! longdblfio.U
35809      Branch: perl
35810            ! Configure config_h.SH perl.h util.c
35811 ____________________________________________________________________________
35812 [  6936] By: jhi                                   on 2000/08/31  04:18:19
35813         Log: The #6929 was too skimpy.
35814      Branch: perl
35815            ! sv.c
35816 ____________________________________________________________________________
35817 [  6935] By: jhi                                   on 2000/08/31  02:47:07
35818         Log: Subject: Re: typos in pods
35819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35820              Date: Wed, 30 Aug 2000 19:25:34 -0700
35821              Message-ID: <eIcr5gzkg25X092yn@efn.org>
35822      Branch: perl
35823            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
35824 ____________________________________________________________________________
35825 [  6934] By: jhi                                   on 2000/08/31  02:42:55
35826         Log: Missed one Unicode file.
35827      Branch: perl
35828            + lib/unicode/UCDFF301.html
35829 ____________________________________________________________________________
35830 [  6933] By: jhi                                   on 2000/08/30  23:42:27
35831         Log: Update Changes.
35832      Branch: perl
35833            ! Changes patchlevel.h
35834 ____________________________________________________________________________
35835 [  6932] By: jhi                                   on 2000/08/30  23:40:07
35836         Log: Mention UNTIE in perldelta.  Still needs documenting
35837              in perltie et alia.
35838      Branch: perl
35839            ! pod/perldelta.pod
35840 ____________________________________________________________________________
35841 [  6931] By: jhi                                   on 2000/08/30  23:36:02
35842         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
35843              From: <abigail@foad.org>
35844              Date: Wed, 30 Aug 2000 19:28:07 -0400
35845              Message-ID: <20000830232807.305.qmail@foad.org>
35846      Branch: perl
35847            ! pod/perldelta.pod
35848 ____________________________________________________________________________
35849 [  6930] By: jhi                                   on 2000/08/30  23:32:40
35850         Log: Update to Unicode 3.0.1.
35851      Branch: perl
35852            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
35853            + lib/unicode/PropList.txt lib/unicode/README.perl
35854            + lib/unicode/UCD301.html lib/unicode/Unicode.301
35855            - lib/unicode/Props.txt lib/unicode/UCD300.html
35856            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35857            ! (edit 257 files)
35858 ____________________________________________________________________________
35859 [  6929] By: jhi                                   on 2000/08/30  22:38:18
35860         Log: Heap decorruption.
35861              
35862              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
35863              From: Alan Burlison <Alan.Burlison@uk.sun.com>
35864              Date: Wed, 30 Aug 2000 22:39:52 +0100
35865              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
35866      Branch: perl
35867            ! sv.c
35868 ____________________________________________________________________________
35869 [  6928] By: jhi                                   on 2000/08/30  22:29:34
35870         Log: Retract the dummy test, skip the security tests (instead of failing),
35871              explain what the warnings mean.
35872      Branch: perl
35873            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
35874 ____________________________________________________________________________
35875 [  6927] By: jhi                                   on 2000/08/30  22:14:13
35876         Log: Change the internal implementation of sort() to be mergesort
35877              instead of quicksort, from John Linderman <jpl@research.att.com>.
35878              Gives us better worst case, better average case, and stability.
35879              What's there not to like?  (Small fixes for threaded builds
35880              were required).
35881      Branch: perl
35882            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
35883 ____________________________________________________________________________
35884 [  6926] By: jhi                                   on 2000/08/30  20:55:20
35885         Log: A better fix for the Socket building problem from Craig Berry.
35886      Branch: perl
35887            ! vms/vms.c
35888 ____________________________________________________________________________
35889 [  6925] By: jhi                                   on 2000/08/30  20:20:25
35890         Log: Subject: [PATCH] Re: UNTIE method 
35891              From: Nick Ing-Simmons <nik@tiuk.ti.com>
35892              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
35893              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
35894      Branch: perl
35895            ! pp_sys.c t/op/tie.t
35896 ____________________________________________________________________________
35897 [  6924] By: jhi                                   on 2000/08/30  20:17:11
35898         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
35899              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35900              Date: Wed, 30 Aug 2000 15:03:14 -0500
35901              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
35902      Branch: perl
35903            ! vms/vms.c
35904 ____________________________________________________________________________
35905 [  6923] By: jhi                                   on 2000/08/30  20:15:18
35906         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
35907              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35908              Date: Wed, 30 Aug 2000 13:30:36 -0500
35909              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
35910      Branch: perl
35911            ! vms/vms.c
35912 ____________________________________________________________________________
35913 [  6922] By: jhi                                   on 2000/08/30  19:54:43
35914         Log: Better options for rsync.
35915      Branch: perl
35916            ! pod/perlhack.pod
35917 ____________________________________________________________________________
35918 [  6921] By: jhi                                   on 2000/08/30  19:40:16
35919         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
35920              From: Rick Delaney <rick@consumercontact.com>
35921              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
35922              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
35923      Branch: perl
35924            ! pod/perlfunc.pod
35925 ____________________________________________________________________________
35926 [  6920] By: jhi                                   on 2000/08/30  19:36:40
35927         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
35928              From: Peter Prymmer <pvhp@forte.com>
35929              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
35930              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
35931      Branch: perl
35932            ! configure.com
35933 ____________________________________________________________________________
35934 [  6919] By: jhi                                   on 2000/08/30  14:52:02
35935         Log: Update Changes.
35936      Branch: perl
35937            ! Changes patchlevel.h
35938 ____________________________________________________________________________
35939 [  6918] By: jhi                                   on 2000/08/30  14:48:34
35940         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
35941      Branch: perl
35942            ! lib/ExtUtils/typemap
35943 ____________________________________________________________________________
35944 [  6917] By: jhi                                   on 2000/08/30  14:46:34
35945         Log: Subject: typos in pods
35946              From: Nicholas Clark <nick@ccl4.org>
35947              Date: Wed, 30 Aug 2000 01:12:50 +0100
35948              Message-ID: <20000830011249.A61388@plum.flirble.org>
35949      Branch: perl
35950            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
35951            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
35952            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
35953            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
35954 ____________________________________________________________________________
35955 [  6916] By: jhi                                   on 2000/08/30  14:19:09
35956         Log: Document Storable problems on Crays.  (Will have
35957              to document all the other Storable problems, too.)
35958      Branch: perl
35959            ! pod/perldelta.pod
35960 ____________________________________________________________________________
35961 [  6915] By: jhi                                   on 2000/08/30  14:06:02
35962         Log: Subject: [PATCH] fix misc cast warnings
35963              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35964              Date: Tue, 29 Aug 2000 23:16:14 -0700
35965              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
35966      Branch: perl
35967            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
35968            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
35969            ! os2/os2ish.h
35970 ____________________________________________________________________________
35971 [  6914] By: jhi                                   on 2000/08/30  14:03:45
35972         Log: Timestamp mismatch again.  Need to fix this dependence on
35973              config_h.SH timestamp, since it's the contents of config_h.SH
35974              that matter.
35975      Branch: perl
35976            ! uconfig.h uconfig.sh
35977 ____________________________________________________________________________
35978 [  6913] By: jhi                                   on 2000/08/30  13:54:06
35979         Log: Don't say "Perl 5.0 source kit".
35980      Branch: perl
35981            ! perl.c
35982 ____________________________________________________________________________
35983 [  6912] By: jhi                                   on 2000/08/30  13:51:24
35984         Log: Reset archname and archname64 always, forcing them be
35985              recomputed at each Configure run, make Configure and
35986              the hints files agree on the naming of largefiles variables.
35987      Branch: metaconfig
35988            ! U/threads/archname.U
35989      Branch: metaconfig/U/perl
35990            ! use64bits.U
35991      Branch: perl
35992            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
35993            ! hints/linux.sh hints/solaris_2.sh
35994 ____________________________________________________________________________
35995 [  6911] By: jhi                                   on 2000/08/30  13:30:13
35996         Log: Put back the slice accidentally removed by #6907.
35997      Branch: perl
35998            ! hints/solaris_2.sh
35999 ____________________________________________________________________________
36000 [  6910] By: jhi                                   on 2000/08/30  01:24:26
36001         Log: Be consistent: other Net::get* do export theirs.
36002              
36003              Subject: Re: Net::protoent does not export 'getproto'
36004              From: Yasushi Nakajima <sey@jkc.co.jp>
36005              Date: Wed, 30 Aug 2000 09:53:14 +0900
36006              Message-Id: <200008300051.DAA24700@taku.hut.fi>
36007      Branch: perl
36008            ! lib/Net/protoent.pm
36009 ____________________________________________________________________________
36010 [  6909] By: jhi                                   on 2000/08/30  01:17:25
36011         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
36012              From: Gurusamy Sarathy <gsar@ActiveState.com>
36013              Date: Tue, 29 Aug 2000 17:17:07 -0700
36014              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
36015      Branch: perl
36016            ! cop.h
36017 ____________________________________________________________________________
36018 [  6908] By: jhi                                   on 2000/08/30  00:58:05
36019         Log: Update Changes.
36020      Branch: perl
36021            ! Changes patchlevel.h
36022 ____________________________________________________________________________
36023 [  6907] By: jhi                                   on 2000/08/30  00:57:22
36024         Log: Introduce ccname to keep track of what compiler kind of we have.
36025      Branch: metaconfig/U/perl
36026            ! Checkcc.U gccvers.U
36027      Branch: perl
36028            ! Configure config_h.SH hints/solaris_2.sh
36029 ____________________________________________________________________________
36030 [  6906] By: jhi                                   on 2000/08/30  00:25:47
36031         Log: Put back the flags dump as reasoned in
36032              
36033              Subject: Re: [PATCH] Glob dumping
36034              From: Mike Guy <mjtg@cam.ac.uk> 
36035              Date: Tue, 29 Aug 2000 21:41:32 +0100
36036              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
36037      Branch: perl
36038            ! dump.c t/lib/peek.t
36039 ____________________________________________________________________________
36040 [  6905] By: jhi                                   on 2000/08/30  00:16:17
36041         Log: Make the epsilon to be relative, not absolute.
36042              
36043              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
36044              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
36045              Date: Tue, 29 Aug 2000 19:58:56 -0400
36046              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
36047      Branch: perl
36048            ! t/lib/trig.t
36049 ____________________________________________________________________________
36050 [  6904] By: jhi                                   on 2000/08/30  00:13:09
36051         Log: From now on, Gisle is on my list of usual suspects :-)
36052              Retract #6902.
36053      Branch: perl
36054            ! ext/Opcode/Safe.pm
36055 ____________________________________________________________________________
36056 [  6903] By: jhi                                   on 2000/08/29  23:51:20
36057         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
36058              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36059              Date: Tue, 29 Aug 2000 18:43:26 -0500
36060              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
36061      Branch: perl
36062            + vms/vmspipe.com
36063            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
36064            ! vms/vms.c
36065 ____________________________________________________________________________
36066 [  6902] By: jhi                                   on 2000/08/29  23:44:14
36067         Log: Retry what #6882 attempted.
36068              
36069              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
36070              From: Gisle Aas <gisle@ActiveState.com>
36071              Date: 30 Aug 2000 00:33:09 +0200
36072              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
36073      Branch: perl
36074            ! ext/Opcode/Safe.pm
36075 ____________________________________________________________________________
36076 [  6901] By: jhi                                   on 2000/08/29  22:59:32
36077         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
36078              From: Hugo <hv@crypt.compulink.co.uk>
36079              Date: Mon, 12 Jun 2000 19:36:08 +0100
36080              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
36081      Branch: perl
36082            ! sv.c
36083 ____________________________________________________________________________
36084 [  6900] By: jhi                                   on 2000/08/29  22:58:35
36085         Log: Admit that we are leaking scalars.
36086              
36087              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
36088              From: Spider Boardman <spider@leggy.zk3.dec.com>
36089              Date: Tue, 29 Aug 2000 18:48:29 -0400
36090              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
36091      Branch: perl
36092            ! t/pragma/warnings.t
36093 ____________________________________________________________________________
36094 [  6899] By: jhi                                   on 2000/08/29  20:53:13
36095         Log: Update Changes.
36096      Branch: perl
36097            ! Changes patchlevel.h
36098 ____________________________________________________________________________
36099 [  6898] By: jhi                                   on 2000/08/29  20:46:21
36100         Log: Undo namespace pollution of #6878.
36101              
36102              Subject: Re: Net::protoent does not export 'getproto'
36103              From: Mike Guy <mjtg@cam.ac.uk>
36104              Date: Tue, 29 Aug 2000 21:32:37 +0100
36105              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
36106      Branch: perl
36107            ! lib/Net/protoent.pm
36108 ____________________________________________________________________________
36109 [  6897] By: jhi                                   on 2000/08/29  20:44:29
36110         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
36111              From: Peter Prymmer <pvhp@forte.com>
36112              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
36113              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
36114      Branch: perl
36115            ! pod/perlebcdic.pod
36116 ____________________________________________________________________________
36117 [  6896] By: jhi                                   on 2000/08/29  20:40:57
36118         Log: There's no point repeating the 'revision' (5) of perl5.
36119      Branch: metaconfig/U/perl
36120            ! Devel.U patchlevel.U
36121      Branch: perl
36122            ! Configure config_h.SH
36123 ____________________________________________________________________________
36124 [  6895] By: jhi                                   on 2000/08/29  20:16:58
36125         Log: Regen Configure for #6894.
36126      Branch: metaconfig/U/perl
36127            ! perladmin.U
36128      Branch: perl
36129            ! Configure config_h.SH
36130 ____________________________________________________________________________
36131 [  6894] By: jhi                                   on 2000/08/29  19:59:52
36132         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
36133              From: "Philip Newton" <Philip.Newton@gmx.net>
36134              Date: Tue, 29 Aug 2000 21:39:14 +0200
36135              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
36136      Branch: perl
36137            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
36138            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
36139            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
36140            ! utils/perlbug.PL
36141 ____________________________________________________________________________
36142 [  6893] By: jhi                                   on 2000/08/29  19:55:30
36143         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
36144              From: "Philip Newton" <Philip.Newton@gmx.net>
36145              Date: Tue, 29 Aug 2000 21:39:14 +0200
36146              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
36147      Branch: perl
36148            ! installhtml
36149 ____________________________________________________________________________
36150 [  6892] By: jhi                                   on 2000/08/29  19:53:59
36151         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
36152              From: "Philip Newton" <Philip.Newton@gmx.net>
36153              Date: Tue, 29 Aug 2000 21:48:18 +0200
36154              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
36155      Branch: perl
36156            ! lib/File/Temp.pm
36157 ____________________________________________________________________________
36158 [  6891] By: jhi                                   on 2000/08/29  18:30:03
36159         Log: Nail the ID 20000828.023.
36160      Branch: perl
36161            ! ext/Storable/Storable.xs
36162 ____________________________________________________________________________
36163 [  6890] By: jhi                                   on 2000/08/29  16:50:17
36164         Log: Under usethreads the dumped variable is IN_PAD.
36165              
36166              Subject: Re: [PATCH] Glob dumping
36167              From: Gisle Aas <gisle@ActiveState.com>
36168              Date: 29 Aug 2000 18:45:05 +0200
36169              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
36170      Branch: perl
36171            ! t/lib/peek.t
36172 ____________________________________________________________________________
36173 [  6889] By: jhi                                   on 2000/08/29  15:17:37
36174         Log: Update Changes.
36175      Branch: perl
36176            ! Changes patchlevel.h
36177 ____________________________________________________________________________
36178 [  6888] By: jhi                                   on 2000/08/29  14:49:59
36179         Log: Retract #6882, broke the safe tests.
36180      Branch: perl
36181            ! ext/Opcode/Safe.pm
36182 ____________________________________________________________________________
36183 [  6887] By: jhi                                   on 2000/08/29  14:47:06
36184         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
36185              From: Gisle Aas <gisle@ActiveState.com> 
36186              Date: 09 Jun 2000 20:00:11 +0200
36187              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
36188      Branch: perl
36189            ! utils/perldoc.PL
36190 ____________________________________________________________________________
36191 [  6886] By: jhi                                   on 2000/08/29  14:42:45
36192         Log: The #6881 removed one dump line.
36193      Branch: perl
36194            ! t/lib/peek.t
36195 ____________________________________________________________________________
36196 [  6885] By: jhi                                   on 2000/08/29  14:30:47
36197         Log: Don't forget to tidy up.
36198      Branch: perl
36199            ! t/lib/ftmp-security.t
36200 ____________________________________________________________________________
36201 [  6884] By: jhi                                   on 2000/08/29  14:25:17
36202         Log: Disabling the one test is a bit tricky.
36203      Branch: perl
36204            ! t/lib/ftmp-security.t
36205 ____________________________________________________________________________
36206 [  6883] By: jhi                                   on 2000/08/29  14:16:25
36207         Log: Disable one of the tests for now.
36208      Branch: perl
36209            ! t/lib/ftmp-security.t
36210 ____________________________________________________________________________
36211 [  6882] By: jhi                                   on 2000/08/29  14:05:50
36212         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
36213              From: gisle@aas.no
36214              Date: 29 Aug 2000 10:35:06 -0000
36215              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
36216      Branch: perl
36217            ! ext/Opcode/Safe.pm
36218 ____________________________________________________________________________
36219 [  6881] By: jhi                                   on 2000/08/29  14:03:51
36220         Log: Subject: [PATCH] Glob dumping
36221              From: Gisle Aas <gisle@ActiveState.com>
36222              Date: 29 Aug 2000 07:59:42 -0000
36223              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
36224      Branch: perl
36225            ! dump.c
36226 ____________________________________________________________________________
36227 [  6880] By: jhi                                   on 2000/08/29  14:02:01
36228         Log: Subject: [PATCH] Warnings in B::Deparse
36229              From: <abigail@foad.org>
36230              Date: Tue, 29 Aug 2000 00:00:01 -0400
36231              Message-ID: <20000829040001.2999.qmail@foad.org>
36232      Branch: perl
36233            ! ext/B/B/Deparse.pm
36234 ____________________________________________________________________________
36235 [  6879] By: jhi                                   on 2000/08/29  13:57:26
36236         Log: Missed a change in #6869.
36237      Branch: perl
36238            ! mg.c
36239 ____________________________________________________________________________
36240 [  6878] By: jhi                                   on 2000/08/29  13:45:04
36241         Log: Subject: Net::protoent does not export 'getproto'
36242              From: Yasushi Nakajima <sey@jkc.co.jp>
36243              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
36244      Branch: perl
36245            ! lib/Net/protoent.pm
36246 ____________________________________________________________________________
36247 [  6877] By: jhi                                   on 2000/08/29  13:39:19
36248         Log: Patches all over for people and the files they (hopefully) care about.
36249      Branch: perl
36250            ! AUTHORS Changes MAINTAIN
36251 ____________________________________________________________________________
36252 [  6876] By: jhi                                   on 2000/08/29  12:53:54
36253         Log: Fix for thinko in #6848.
36254              
36255              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
36256              From: Lupe Christoph <lupe@lupe-christoph.de>
36257              Date: Tue, 29 Aug 2000 09:04:08 +0200
36258              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
36259      Branch: perl
36260            ! ext/Thread/Thread.xs
36261 ____________________________________________________________________________
36262 [  6875] By: jhi                                   on 2000/08/29  12:50:14
36263         Log: Update to Getopt::Long 2.24, from Johan Vromans.
36264      Branch: perl
36265            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
36266 ____________________________________________________________________________
36267 [  6874] By: jhi                                   on 2000/08/29  02:09:53
36268         Log: Use minimal @INC in tests, most of the time just '../lib',
36269              so that we simply can't pick up stuff from other Perls than
36270              the one we are testing.  Pointed out by
36271              
36272              From: Mike Guy <mjtg@cam.ac.uk>
36273              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
36274              Date: Fri, 25 Aug 2000 15:15:59 +0100
36275              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
36276      Branch: perl
36277            ! (edit 185 files)
36278 ____________________________________________________________________________
36279 [  6873] By: jhi                                   on 2000/08/29  01:07:11
36280         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
36281              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36282              Date: Mon, 28 Aug 2000 17:45:52 -0700
36283              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
36284      Branch: perl
36285            ! Makefile.SH hints/os2.sh
36286 ____________________________________________________________________________
36287 [  6872] By: jhi                                   on 2000/08/28  23:33:39
36288         Log: Subject: [PATCH bleedperl@6866] spellings
36289              From: marcel@codewerk.com (Marcel Grunauer)
36290              Date: Tue, 29 Aug 2000 01:19:59 +0200
36291              Message-Id: <200008282319.BAA29862@gandalf.local>
36292      Branch: perl
36293            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
36294            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
36295            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
36296 ____________________________________________________________________________
36297 [  6871] By: jhi                                   on 2000/08/28  23:22:09
36298         Log: Take out the SUIDMAIL thing, that will not be
36299              a problem in 5.7.*.
36300      Branch: perl
36301            ! patchlevel.h
36302 ____________________________________________________________________________
36303 [  6870] By: jhi                                   on 2000/08/28  23:19:30
36304         Log: -S is the silent flag, -s is the strip flag.
36305              
36306              Subject: [PATCH] Re: [PATCH] make no-install          
36307              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36308              Date: Mon, 28 Aug 2000 15:12:55 -0700
36309              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
36310      Branch: perl
36311            ! Makefile.SH
36312 ____________________________________________________________________________
36313 [  6869] By: jhi                                   on 2000/08/28  23:12:05
36314         Log: Subject: [PATCH bleedperl@6856] warnings fixes
36315              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
36316              Date: Mon, 28 Aug 2000 23:55:06 +0100
36317              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
36318      Branch: perl
36319            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
36320            ! warnings.h warnings.pl
36321 ____________________________________________________________________________
36322 [  6868] By: jhi                                   on 2000/08/28  21:38:22
36323         Log: Potential cruft.
36324      Branch: perl
36325            ! Makefile.SH
36326 ____________________________________________________________________________
36327 [  6867] By: jhi                                   on 2000/08/28  21:35:36
36328         Log: Update Changes.
36329      Branch: perl
36330            ! Changes patchlevel.h
36331 ____________________________________________________________________________
36332 [  6866] By: jhi                                   on 2000/08/28  21:33:49
36333         Log: Subject: hv.h Doc Patch
36334              From: Fisher Mark <fisherm@tce.com>
36335              Date: Mon, 28 Aug 2000 16:24:59 -0500
36336              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
36337      Branch: perl
36338            ! hv.h
36339 ____________________________________________________________________________
36340 [  6865] By: jhi                                   on 2000/08/28  21:02:15
36341         Log: Add -ld to archname on long tr...double platforms.
36342      Branch: metaconfig
36343            ! U/threads/archname.U
36344      Branch: perl
36345            ! Configure config_h.SH
36346 ____________________________________________________________________________
36347 [  6864] By: jhi                                   on 2000/08/28  20:38:59
36348         Log: An attempt to fix the problem reported in
36349              
36350              Subject: Building perl@6856 using gcc/AIX 4.3.3 
36351              From: Daniel Muino <dmuino@afip.gov.ar> 
36352              Date: Mon, 28 Aug 2000 15:50:01 -0300   
36353              Message-ID: <20000828155001.A14403@con2-dgi>
36354              
36355              I can't test this properly since the gcc installation I have
36356              access to seems to be botched (gcc is calling the AIX cpp,
36357              a losing proposition...)
36358      Branch: perl
36359            ! hints/aix.sh
36360 ____________________________________________________________________________
36361 [  6863] By: jhi                                   on 2000/08/28  18:57:52
36362         Log: Fix for ID 20000828.001, long doubles were not formatted
36363              correctly (showed up in $], which stopped installing perl).
36364      Branch: perl
36365            ! sv.c
36366 ____________________________________________________________________________
36367 [  6862] By: jhi                                   on 2000/08/28  18:07:15
36368         Log: Typo in #6858.
36369      Branch: perl
36370            ! lib/Cwd.pm
36371 ____________________________________________________________________________
36372 [  6861] By: jhi                                   on 2000/08/28  17:57:27
36373         Log: opmini.o may be left around if a build is interrupted.
36374      Branch: perl
36375            ! Makefile.SH
36376 ____________________________________________________________________________
36377 [  6860] By: jhi                                   on 2000/08/28  16:52:50
36378         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
36379              From: Daniel Chetlin <daniel@chetlin.com>
36380              Date: Mon, 28 Aug 2000 01:14:18 -0700
36381              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
36382      Branch: perl
36383            ! lib/overload.pm
36384 ____________________________________________________________________________
36385 [  6859] By: jhi                                   on 2000/08/28  16:08:46
36386         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
36387              From: Nicholas Clark <nick@ccl4.org>
36388              Date: Mon, 28 Aug 2000 16:03:27 +0100
36389              Message-Id: <20000828160327.C49785@plum.flirble.org>
36390      Branch: perl
36391            ! ext/ByteLoader/bytecode.h
36392 ____________________________________________________________________________
36393 [  6858] By: jhi                                   on 2000/08/28  16:02:10
36394         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
36395              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
36396              Date: Mon, 28 Aug 2000 13:08:30 +0200
36397              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
36398      Branch: perl
36399            ! lib/Cwd.pm
36400 ____________________________________________________________________________
36401 [  6857] By: jhi                                   on 2000/08/28  15:42:47
36402         Log: display_format used as a class method without arguments was broken,
36403              reported in
36404              
36405              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
36406              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
36407              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
36408              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
36409      Branch: perl
36410            ! lib/Math/Complex.pm t/lib/complex.t
36411 ____________________________________________________________________________
36412 [  6856] By: jhi                                   on 2000/08/27  22:09:48
36413         Log: Update Changes.
36414      Branch: perl
36415            ! Changes patchlevel.h
36416 ____________________________________________________________________________
36417 [  6855] By: jhi                                   on 2000/08/27  21:59:21
36418         Log: Retract #6853 (false alarm).
36419      Branch: perl
36420            ! lib/ExtUtils/xsubpp
36421 ____________________________________________________________________________
36422 [  6854] By: jhi                                   on 2000/08/27  21:37:44
36423         Log: Update Changes.
36424      Branch: perl
36425            ! Changes patchlevel.h
36426 ____________________________________________________________________________
36427 [  6853] By: jhi                                   on 2000/08/27  21:37:16
36428         Log: Subject: [PATCH perl@6850] workaround for xsubpp
36429              From: Hugo <hv@crypt.compulink.co.uk>
36430              Date: Sun, 27 Aug 2000 22:30:25 +0100
36431              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
36432      Branch: perl
36433            ! lib/ExtUtils/xsubpp
36434 ____________________________________________________________________________
36435 [  6852] By: jhi                                   on 2000/08/27  21:33:58
36436         Log: Big-endian 64-bit patch from Raphael Manfredi.
36437      Branch: perl
36438            ! ext/Storable/Storable.xs
36439 ____________________________________________________________________________
36440 [  6851] By: jhi                                   on 2000/08/27  21:22:21
36441         Log: More ruthless editing from Hugo van der Sanden.
36442      Branch: perl
36443            ! pod/perldelta.pod
36444 ____________________________________________________________________________
36445 [  6850] By: jhi                                   on 2000/08/27  16:11:46
36446         Log: Update Changes.
36447      Branch: perl
36448            ! Changes patchlevel.h
36449 ____________________________________________________________________________
36450 [  6849] By: jhi                                   on 2000/08/27  16:11:05
36451         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
36452      Branch: perl
36453            ! configpm pod/perldelta.pod
36454 ____________________________________________________________________________
36455 [  6848] By: jhi                                   on 2000/08/27  15:35:08
36456         Log: Use the actual thread type, not the pointer-to-struct.
36457      Branch: perl
36458            ! ext/Thread/Thread.xs
36459 ____________________________________________________________________________
36460 [  6847] By: jhi                                   on 2000/08/27  15:30:49
36461         Log: Test nit.
36462      Branch: perl
36463            ! t/pragma/warn/pp_sys
36464 ____________________________________________________________________________
36465 [  6846] By: jhi                                   on 2000/08/27  15:19:02
36466         Log: Passing -R in ldflags makes now it to appear in the default
36467              for lddlflags, just like with -L.
36468              
36469              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
36470              From: Lupe Christoph <lupe@lupe-christoph.de>
36471              Date: Sun, 27 Aug 2000 10:28:21 +0200
36472              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
36473      Branch: metaconfig/U/perl
36474            ! dlsrc.U
36475      Branch: perl
36476            ! Configure
36477 ____________________________________________________________________________
36478 [  6845] By: jhi                                   on 2000/08/27  15:08:54
36479         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
36480              From: Alan Burlison <Alan.Burlison@uk.sun.com>
36481              Date: Sat, 26 Aug 2000 22:23:27 +0100
36482              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
36483      Branch: perl
36484            ! lib/ExtUtils/MM_Unix.pm
36485 ____________________________________________________________________________
36486 [  6844] By: jhi                                   on 2000/08/27  15:02:37
36487         Log: DJGPP update from Laszlo Molnar.
36488              
36489              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
36490              From: ml1050 <ml1050@freemail.hu>
36491              Date: Sat, 26 Aug 2000 23:24:40 +0200
36492              Message-Id: <20000826232440.A439@freemail.hu>
36493      Branch: perl
36494            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
36495            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
36496 ____________________________________________________________________________
36497 [  6843] By: jhi                                   on 2000/08/27  14:53:58
36498         Log: Subject: installman buglet
36499              From: Lupe Christoph <lupe@lupe-christoph.de>
36500              Date: Sun, 27 Aug 2000 14:38:59 +0200
36501              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
36502      Branch: perl
36503            ! installman
36504 ____________________________________________________________________________
36505 [  6842] By: jhi                                   on 2000/08/27  14:52:08
36506         Log: Can't get the test to reliably work thanks to the
36507              inaccurateness of floating point.  "Resolves" bug ids
36508              20000826.003, 20000826.009, 20000826.010,
36509      Branch: perl
36510            ! t/lib/trig.t
36511 ____________________________________________________________________________
36512 [  6841] By: jhi                                   on 2000/08/26  15:53:58
36513         Log: Update Changes.
36514      Branch: perl
36515            ! Changes patchlevel.h
36516 ____________________________________________________________________________
36517 [  6840] By: jhi                                   on 2000/08/26  14:23:03
36518         Log: grep -e isn't portable.
36519              
36520              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
36521              From: chris@broadband.att.com
36522              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
36523              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
36524      Branch: perl
36525            ! hints/solaris_2.sh
36526 ____________________________________________________________________________
36527 [  6839] By: jhi                                   on 2000/08/26  14:12:23
36528         Log: no-install target a la make -n.
36529              
36530              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
36531              From: <abigail@foad.org>
36532              Date: Sat, 26 Aug 2000 03:57:34 -0400
36533              Message-ID: <20000826075735.18912.qmail@foad.org>
36534      Branch: perl
36535            ! Makefile.SH installman installperl
36536 ____________________________________________________________________________
36537 [  6838] By: jhi                                   on 2000/08/26  14:06:33
36538         Log: Retract #6826 as the #6828 should be do the same
36539              in a More Correct Way.
36540      Branch: perl
36541            ! installperl
36542 ____________________________________________________________________________
36543 [  6837] By: jhi                                   on 2000/08/26  05:24:00
36544         Log: More casting.
36545      Branch: perl
36546            ! ext/Storable/Storable.xs
36547 ____________________________________________________________________________
36548 [  6836] By: jhi                                   on 2000/08/26  05:05:46
36549         Log: Nicer in decimal.
36550      Branch: perl
36551            ! ext/Storable/Storable.xs
36552 ____________________________________________________________________________
36553 [  6835] By: jhi                                   on 2000/08/26  05:03:50
36554         Log: There be no UVdf.
36555      Branch: perl
36556            ! ext/Storable/Storable.xs
36557 ____________________________________________________________________________
36558 [  6834] By: jhi                                   on 2000/08/26  05:00:18
36559         Log: Continue IVdfing and UVxfing.
36560      Branch: perl
36561            ! ext/Storable/Storable.xs
36562 ____________________________________________________________________________
36563 [  6833] By: jhi                                   on 2000/08/26  04:53:14
36564         Log: Use IVdf.
36565      Branch: perl
36566            ! ext/Storable/Storable.xs
36567 ____________________________________________________________________________
36568 [  6832] By: jhi                                   on 2000/08/26  04:40:41
36569         Log: Document PTR2XX and INT2PTR.
36570      Branch: perl
36571            ! pod/perlguts.pod
36572 ____________________________________________________________________________
36573 [  6831] By: jhi                                   on 2000/08/26  04:33:18
36574         Log: Use UVxf, PTR2UV, NVff.
36575      Branch: perl
36576            ! ext/Storable/Storable.xs
36577 ____________________________________________________________________________
36578 [  6830] By: jhi                                   on 2000/08/26  04:31:32
36579         Log: Update the test count.
36580      Branch: perl
36581            ! t/lib/trig.t
36582 ____________________________________________________________________________
36583 [  6829] By: jhi                                   on 2000/08/26  03:05:50
36584         Log: Subject: [PATCH] installation not quite silent yet.
36585              From: <abigail@foad.org>
36586              Date: Fri, 25 Aug 2000 20:07:53 -0400
36587              Message-ID: <20000826000753.7822.qmail@foad.org>
36588      Branch: perl
36589            ! installman installperl
36590 ____________________________________________________________________________
36591 [  6828] By: jhi                                   on 2000/08/26  03:05:14
36592         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
36593              From: Spider Boardman <spider@web.zk3.dec.com>
36594              Date: Fri, 25 Aug 2000 19:12:40 -0400
36595              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
36596      Branch: perl
36597            ! gv.c
36598 ____________________________________________________________________________
36599 [  6827] By: jhi                                   on 2000/08/25  23:54:34
36600         Log: Support preserving extremely big/small angles.
36601      Branch: perl
36602            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
36603 ____________________________________________________________________________
36604 [  6826] By: jhi                                   on 2000/08/25  23:01:20
36605         Log: Patch installperl to be long double-aware.
36606              
36607              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
36608              From: Spider Boardman <spider@web.zk3.dec.com>
36609              Date: Fri, 25 Aug 2000 18:15:23 -0400
36610              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
36611      Branch: perl
36612            ! installperl
36613 ____________________________________________________________________________
36614 [  6825] By: jhi                                   on 2000/08/25  22:58:25
36615         Log: Remove duplicately applied patch shards.
36616              
36617              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
36618              From: Spider Boardman <spider@leggy.zk3.dec.com>
36619              Date: Fri, 25 Aug 2000 16:45:03 -0400
36620              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
36621      Branch: perl
36622            ! t/lib/cgi-html.t
36623 ____________________________________________________________________________
36624 [  6824] By: jhi                                   on 2000/08/25  22:57:00
36625         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
36626              From: Daniel Chetlin <daniel@chetlin.com>
36627              Date: Fri, 25 Aug 2000 12:23:16 -0700
36628              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
36629              
36630              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
36631              From: Daniel Chetlin <daniel@chetlin.com>
36632              Date: Fri, 25 Aug 2000 14:47:19 -0700
36633              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
36634      Branch: perl
36635            ! installman
36636 ____________________________________________________________________________
36637 [  6823] By: jhi                                   on 2000/08/25  22:44:17
36638         Log: Timestamp problem?
36639      Branch: perl
36640            ! uconfig.h uconfig.sh
36641 ____________________________________________________________________________
36642 [  6822] By: jhi                                   on 2000/08/25  19:01:06
36643         Log: One forgotten file from #6816.
36644      Branch: perl
36645            ! vos/config.h
36646 ____________________________________________________________________________
36647 [  6821] By: jhi                                   on 2000/08/25  18:56:39
36648         Log: Regen Changes.
36649      Branch: perl
36650            ! Changes patchlevel.h
36651 ____________________________________________________________________________
36652 [  6820] By: jhi                                   on 2000/08/25  18:52:35
36653         Log: Fix Changes ordering.
36654      Branch: perl
36655            ! Changes
36656 ____________________________________________________________________________
36657 [  6819] By: jhi                                   on 2000/08/25  18:50:25
36658         Log: Update Changes.
36659      Branch: perl
36660            ! Changes patchlevel.h
36661 ____________________________________________________________________________
36662 [  6818] By: jhi                                   on 2000/08/25  18:47:45
36663         Log: Tweak the sfio/useperlio logic, hopefully as wished in
36664              
36665              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
36666              From: Nicholas Clark <nick@babyhippo.co.uk>
36667              Date: Fri, 25 Aug 2000 12:01:45 +0100
36668              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
36669      Branch: metaconfig/U/perl
36670            ! d_sfio.U
36671      Branch: perl
36672            ! Configure
36673 ____________________________________________________________________________
36674 [  6817] By: jhi                                   on 2000/08/25  18:32:51
36675         Log: Allow microperl to assume <math.h>, without it the math
36676              functions like floor() are assumed to return int, which makes
36677              for core dumps in machines where integer and floating register
36678              don't mix.
36679      Branch: perl
36680            ! uconfig.h uconfig.sh
36681 ____________________________________________________________________________
36682 [  6816] By: jhi                                   on 2000/08/25  18:27:17
36683         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
36684              the problem reported in
36685              
36686              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
36687              From: danhale@us.ibm.com
36688              Date: Fri, 25 Aug 2000 10:58:06 -0400
36689              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
36690      Branch: metaconfig/U/perl
36691            + d_socks5_init.U
36692      Branch: perl
36693            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
36694            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
36695            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
36696            ! win32/config.gc win32/config.vc
36697 ____________________________________________________________________________
36698 [  6815] By: jhi                                   on 2000/08/25  17:43:31
36699         Log: A solution for the retrieve_fd autosplit warning,
36700              idea suggested by Mike Guy.
36701      Branch: perl
36702            ! ext/Storable/Storable.pm
36703 ____________________________________________________________________________
36704 [  6814] By: jhi                                   on 2000/08/25  17:16:03
36705         Log: Add install-silent target.
36706      Branch: perl
36707            ! Makefile.SH
36708 ____________________________________________________________________________
36709 [  6813] By: jhi                                   on 2000/08/25  17:14:23
36710         Log: Subject: Re: [PATCH] More silencing of installman.
36711              From: <abigail@foad.org>
36712              Date: Thu, 24 Aug 2000 19:27:03 -0400
36713              Message-ID: <20000824232703.7001.qmail@foad.org>
36714              
36715              Subject: Re: [PATCH] More silencing of installman.
36716              From: <abigail@foad.org>
36717              Date: Fri, 25 Aug 2000 03:00:58 -0400
36718              Message-ID: <20000825070058.10697.qmail@foad.org>
36719      Branch: perl
36720            ! installman
36721 ____________________________________________________________________________
36722 [  6812] By: jhi                                   on 2000/08/25  17:11:28
36723         Log: installperl --verbose and --silent.
36724              
36725              Subject: Re: [PATCH] More silencing of installman.
36726              From: <abigail@foad.org>
36727              Message-ID: <20000825064430.9719.qmail@foad.org>
36728              Date: Fri, 25 Aug 2000 02:44:30 -0400
36729      Branch: perl
36730            ! installperl
36731 ____________________________________________________________________________
36732 [  6811] By: jhi                                   on 2000/08/25  17:05:43
36733         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
36734              From: "Peter J. Farley III" <pjfarley@banet.net>
36735              Date: Thu, 24 Aug 2000 21:58:03 -0400
36736              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
36737              
36738              (applied slightly modified)
36739      Branch: perl
36740            ! lib/ExtUtils/MM_Unix.pm
36741 ____________________________________________________________________________
36742 [  6810] By: jhi                                   on 2000/08/25  17:01:18
36743         Log: Missing parts of 
36744              
36745              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
36746              From: Peter Prymmer <pvhp@forte.com>
36747              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
36748              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
36749      Branch: perl
36750            ! t/lib/cgi-html.t
36751 ____________________________________________________________________________
36752 [  6809] By: jhi                                   on 2000/08/25  16:46:32
36753         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
36754              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36755              Date: Thu, 24 Aug 2000 19:13:11 -0500
36756              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
36757      Branch: perl
36758            ! vms/vms.c
36759 ____________________________________________________________________________
36760 [  6808] By: jhi                                   on 2000/08/25  16:39:22
36761         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
36762              From: Peter Prymmer <pvhp@forte.com>
36763              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
36764              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
36765      Branch: perl
36766            ! configure.com
36767 ____________________________________________________________________________
36768 [  6807] By: jhi                                   on 2000/08/25  16:36:37
36769         Log: Better wording for the vec lvalue diagnostic.
36770              
36771              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36772              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36773              Date: Wed, 23 Aug 2000 14:12:16 -0400
36774              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
36775      Branch: perl
36776            ! pod/perldiag.pod
36777 ____________________________________________________________________________
36778 [  6806] By: jhi                                   on 2000/08/24  18:17:22
36779         Log: Subject: [PATCH] More silencing of installman.
36780              From: <abigail@foad.org>
36781              Date: Thu, 24 Aug 2000 14:01:44 -0400
36782              Message-ID: <20000824180144.20062.qmail@foad.org>
36783      Branch: perl
36784            ! installman
36785 ____________________________________________________________________________
36786 [  6805] By: jhi                                   on 2000/08/24  15:00:31
36787         Log: Update Changes.
36788      Branch: perl
36789            ! Changes patchlevel.h
36790 ____________________________________________________________________________
36791 [  6804] By: jhi                                   on 2000/08/24  14:59:07
36792         Log: Regen perltoc.
36793      Branch: perl
36794            ! pod/perltoc.pod
36795 ____________________________________________________________________________
36796 [  6803] By: jhi                                   on 2000/08/24  14:44:39
36797         Log: Show the doc file, not the temp file.
36798      Branch: perl
36799            ! installman
36800 ____________________________________________________________________________
36801 [  6802] By: jhi                                   on 2000/08/24  14:41:53
36802         Log: Continue silencing.
36803      Branch: perl
36804            ! installman
36805 ____________________________________________________________________________
36806 [  6801] By: jhi                                   on 2000/08/24  14:34:40
36807         Log: Actually do something with the silencer option.
36808      Branch: perl
36809            ! installman
36810 ____________________________________________________________________________
36811 [  6800] By: jhi                                   on 2000/08/24  14:26:22
36812         Log: Make installman to recognize the silence flag -S.
36813      Branch: perl
36814            ! installman
36815 ____________________________________________________________________________
36816 [  6799] By: jhi                                   on 2000/08/24  13:49:38
36817         Log: DOS patches and portability/porting notes, from Tim Jenness.
36818      Branch: perl
36819            ! lib/File/Temp.pm
36820 ____________________________________________________________________________
36821 [  6798] By: jhi                                   on 2000/08/24  13:48:27
36822         Log: Create directories in silence.
36823              
36824              Subject: [PATCH] Another silencer for MakeMaker
36825              From: andreas.koenig@anima.de (Andreas J. Koenig)
36826              Date: 24 Aug 2000 14:18:52 +0200
36827              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
36828      Branch: perl
36829            ! lib/ExtUtils/Command.pm
36830 ____________________________________________________________________________
36831 [  6797] By: jhi                                   on 2000/08/24  13:46:42
36832         Log: More liberal parsing of version numbers.
36833              
36834              Subject: Re: CPAN.pm beta for testing available
36835              From: andreas.koenig@anima.de (Andreas J. Koenig)
36836              Date: 24 Aug 2000 13:51:57 +0200
36837              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
36838      Branch: perl
36839            ! lib/CPAN.pm
36840 ____________________________________________________________________________
36841 [  6796] By: jhi                                   on 2000/08/24  13:44:36
36842         Log: Make "make install" by default silent.  A new "install-verbose"
36843              target is verbose.
36844      Branch: perl
36845            ! Makefile.SH
36846 ____________________________________________________________________________
36847 [  6795] By: jhi                                   on 2000/08/24  13:39:14
36848         Log: Add silencer flags to installperl.
36849              
36850              Subject: [PATCH] Making installperl silent.
36851              From: <abigail@foad.org>
36852              Date: Thu, 24 Aug 2000 05:01:45 -0400
36853              Message-ID: <20000824090145.13141.qmail@foad.org>
36854      Branch: perl
36855            ! installperl
36856 ____________________________________________________________________________
36857 [  6794] By: jhi                                   on 2000/08/24  13:35:50
36858         Log: installperl couldn't tell whether it had run tests or not.
36859              
36860              Subject: [PATCH] Re: installperl and t/TEST
36861              From: <abigail@foad.org>
36862              Date: Thu, 24 Aug 2000 04:00:53 -0400
36863              Message-ID: <20000824080053.2494.qmail@foad.org>
36864      Branch: perl
36865            ! Makefile.SH installperl
36866 ____________________________________________________________________________
36867 [  6793] By: jhi                                   on 2000/08/24  13:27:50
36868         Log: Drop the separate perlbc, perlcc -b should be enough.
36869      Branch: perl
36870            - utils/perlbc.PL
36871            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
36872 ____________________________________________________________________________
36873 [  6792] By: jhi                                   on 2000/08/24  04:41:30
36874         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
36875              plus the typo fix from Peter Prymmer.
36876      Branch: perl
36877            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
36878            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36879 ____________________________________________________________________________
36880 [  6791] By: jhi                                   on 2000/08/24  02:10:43
36881         Log: Replace #6705 with a minimal doc patch.
36882              
36883              Subject: [PATCH 5.6.0] replace change #6705
36884              From: Jan Dubois <jand@ActiveState.com>
36885              Date: Wed, 23 Aug 2000 18:31:51 -0700
36886              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
36887      Branch: perl
36888            ! lib/Win32.pod win32/win32.c
36889 ____________________________________________________________________________
36890 [  6790] By: jhi                                   on 2000/08/23  17:52:00
36891         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
36892              From: Mike Guy <mjtg@cam.ac.uk>
36893              Date: Wed, 23 Aug 2000 18:38:46 +0100
36894              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
36895      Branch: perl
36896            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
36897 ____________________________________________________________________________
36898 [  6789] By: jhi                                   on 2000/08/23  15:34:21
36899         Log: Update Changes.
36900      Branch: perl
36901            ! Changes patchlevel.h
36902 ____________________________________________________________________________
36903 [  6788] By: jhi                                   on 2000/08/23  15:33:40
36904         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
36905              From: Wilfredo Sánchez <wsanchez@apple.com>
36906              Date: Tue, 22 Aug 2000 19:31:27 -0700
36907              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
36908      Branch: perl
36909            ! perl.h
36910 ____________________________________________________________________________
36911 [  6787] By: jhi                                   on 2000/08/23  15:29:31
36912         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
36913              From: Spider Boardman <spider@leggy.zk3.dec.com>
36914              Date: Wed, 23 Aug 2000 10:33:23 -0400
36915              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
36916      Branch: perl
36917            ! lib/Pod/Html.pm
36918 ____________________________________________________________________________
36919 [  6786] By: jhi                                   on 2000/08/23  15:28:11
36920         Log: Bad makefile.
36921      Branch: perl
36922            ! ext/B/Makefile.PL
36923 ____________________________________________________________________________
36924 [  6785] By: jhi                                   on 2000/08/23  14:37:04
36925         Log: Update Changes.
36926      Branch: perl
36927            ! Changes patchlevel.h
36928 ____________________________________________________________________________
36929 [  6784] By: jhi                                   on 2000/08/23  13:58:41
36930         Log: Portability fix from Hugo van der Sanden.
36931      Branch: perl
36932            ! ext/re/Makefile.PL
36933 ____________________________________________________________________________
36934 [  6783] By: jhi                                   on 2000/08/23  13:53:53
36935         Log: Storable support, v-version fixes.
36936              
36937              Subject: CPAN.pm beta for testing available
36938              From: andreas.koenig@anima.de (Andreas J. Koenig)
36939              Date: 22 Aug 2000 23:31:33 +0200
36940              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
36941      Branch: perl
36942            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36943 ____________________________________________________________________________
36944 [  6782] By: jhi                                   on 2000/08/23  13:51:26
36945         Log: Mac and other portability updates from Chris Nandor.
36946      Branch: perl
36947            ! pod/perlmodinstall.pod
36948 ____________________________________________________________________________
36949 [  6781] By: jhi                                   on 2000/08/23  13:47:33
36950         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
36951              From: Peter Prymmer <pvhp@forte.com>
36952              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
36953              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
36954      Branch: perl
36955            ! ext/Storable/Storable.xs
36956 ____________________________________________________________________________
36957 [  6780] By: jhi                                   on 2000/08/23  13:33:34
36958         Log: VMS MMS (make) wants null action.
36959      Branch: perl
36960            ! ext/B/Makefile.PL
36961 ____________________________________________________________________________
36962 [  6779] By: jhi                                   on 2000/08/22  19:44:47
36963         Log: Forgot portability nit.
36964      Branch: perl
36965            ! t/lib/st-forgive.t
36966 ____________________________________________________________________________
36967 [  6778] By: jhi                                   on 2000/08/22  19:35:25
36968         Log: Be portable.
36969      Branch: perl
36970            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
36971            ! t/lib/st-store.t
36972 ____________________________________________________________________________
36973 [  6777] By: jhi                                   on 2000/08/22  18:50:53
36974         Log: Update Changes.
36975      Branch: perl
36976            ! Changes patchlevel.h
36977 ____________________________________________________________________________
36978 [  6776] By: jhi                                   on 2000/08/22  18:44:46
36979         Log: cSVOPo_*v things index into the current PL_curpad
36980              under ithreads, which is different from the curpad
36981              used by the XSUB.  (In other words, the code as-is
36982              before this patch wouldn't work under ithreads.)
36983              From Sarathy.
36984      Branch: perl
36985            ! ext/B/B.xs
36986 ____________________________________________________________________________
36987 [  6775] By: jhi                                   on 2000/08/22  18:18:37
36988         Log: Make the selection of NVff et al stricter.
36989      Branch: metaconfig/U/perl
36990            ! perlxvf.U
36991      Branch: perl
36992            ! Configure config_h.SH
36993 ____________________________________________________________________________
36994 [  6774] By: jhi                                   on 2000/08/22  17:19:42
36995         Log: perldelta nits.
36996      Branch: perl
36997            ! pod/perldelta.pod
36998 ____________________________________________________________________________
36999 [  6773] By: jhi                                   on 2000/08/22  17:06:26
37000         Log: Long double fixes from Spider Boardman.
37001              
37002              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
37003              From: system PRIVILEGED account <root@peano.zk3.dec.com>
37004              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
37005              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
37006      Branch: perl
37007            ! t/lib/bigfltpm.t t/lib/st-06compat.t
37008 ____________________________________________________________________________
37009 [  6772] By: jhi                                   on 2000/08/22  15:04:53
37010         Log: Update Changes.
37011      Branch: perl
37012            ! Changes patchlevel.h
37013 ____________________________________________________________________________
37014 [  6771] By: jhi                                   on 2000/08/22  15:01:44
37015         Log: perldelta fixes from Hugo van der Sanden.
37016      Branch: perl
37017            ! pod/perldelta.pod
37018 ____________________________________________________________________________
37019 [  6770] By: jhi                                   on 2000/08/22  14:34:49
37020         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
37021              From: Hugo <hv@crypt.compulink.co.uk>
37022              Date: Tue, 22 Aug 2000 11:21:53 +0100
37023              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
37024      Branch: perl
37025            ! regcomp.c
37026 ____________________________________________________________________________
37027 [  6769] By: jhi                                   on 2000/08/22  14:30:02
37028         Log: Add Yitzchak, reformat.
37029      Branch: perl
37030            ! Changes config_h.SH
37031 ____________________________________________________________________________
37032 [  6768] By: jhi                                   on 2000/08/22  14:21:35
37033         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
37034              and Spider Boardman.
37035      Branch: metaconfig
37036            ! U/compline/d_gconvert.U
37037      Branch: perl
37038            ! Configure
37039 ____________________________________________________________________________
37040 [  6767] By: jhi                                   on 2000/08/22  14:11:24
37041         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
37042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37043              Date: Mon, 21 Aug 2000 19:08:31 -0700
37044              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
37045      Branch: perl
37046            - ext/Storable/patchlevel.h
37047            ! MANIFEST ext/Storable/MANIFEST
37048 ____________________________________________________________________________
37049 [  6766] By: jhi                                   on 2000/08/22  13:49:29
37050         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
37051              From: Peter Prymmer <pvhp@forte.com>
37052              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
37053              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
37054      Branch: perl
37055            ! configure.com ext/Storable/Makefile.PL
37056 ____________________________________________________________________________
37057 [  6765] By: jhi                                   on 2000/08/22  13:44:59
37058         Log: Subject: [PATCH blead] B:: missing dependency
37059              From: Hugo <hv@crypt.compulink.co.uk>
37060              Date: Tue, 22 Aug 2000 06:44:33 +0100
37061              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
37062      Branch: perl
37063            ! ext/B/Makefile.PL
37064 ____________________________________________________________________________
37065 [  6764] By: jhi                                   on 2000/08/22  13:38:12
37066         Log: More bytecompiler.
37067      Branch: perl
37068            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
37069 ____________________________________________________________________________
37070 [  6763] By: jhi                                   on 2000/08/22  13:36:44
37071         Log: Bytecompiler patches from Benjamin Stuhl.
37072      Branch: perl
37073            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
37074            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
37075            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
37076            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
37077            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
37078            ! perl.c perlapi.h pod/perldelta.pod
37079 ____________________________________________________________________________
37080 [  6762] By: jhi                                   on 2000/08/21  23:43:40
37081         Log: An obsoleted diagnostic.
37082      Branch: perl
37083            ! pod/perldelta.pod
37084 ____________________________________________________________________________
37085 [  6761] By: jhi                                   on 2000/08/21  23:01:45
37086         Log: The #6759 wasn't quite right.
37087      Branch: perl
37088            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
37089            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
37090            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
37091            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
37092            ! t/lib/st-tieditems.t
37093 ____________________________________________________________________________
37094 [  6760] By: jhi                                   on 2000/08/21  22:35:49
37095         Log: Be verydeepclean.
37096      Branch: perl
37097            ! Makefile.SH
37098 ____________________________________________________________________________
37099 [  6759] By: jhi                                   on 2000/08/21  22:25:40
37100         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
37101              From: Peter Prymmer <pvhp@forte.com>
37102              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
37103              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
37104      Branch: perl
37105            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
37106            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
37107            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
37108            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
37109            ! t/lib/st-tieditems.t
37110 ____________________________________________________________________________
37111 [  6758] By: jhi                                   on 2000/08/21  22:22:32
37112         Log: Few more casts, need reported in
37113              
37114              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
37115              From: Mike Stok <mike@stok.co.uk>
37116              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
37117              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
37118              
37119              and
37120              
37121              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
37122              From: abigail@foad.org
37123              Date: 21 Aug 2000 21:31:34 -0000
37124              Message-Id: <20000821213134.30170.qmail@foad.org>
37125      Branch: perl
37126            ! ext/Storable/Storable.xs
37127 ____________________________________________________________________________
37128 [  6757] By: jhi                                   on 2000/08/21  18:37:07
37129         Log: Update Changes.
37130      Branch: perl
37131            ! Changes patchlevel.h
37132 ____________________________________________________________________________
37133 [  6756] By: jhi                                   on 2000/08/21  18:34:02
37134         Log: A pod nit.
37135              
37136              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
37137              From: <abigail@foad.org>
37138              Date: Mon, 21 Aug 2000 14:00:16 -0400
37139              Message-ID: <20000821180016.28627.qmail@foad.org>
37140      Branch: perl
37141            ! pod/perlre.pod
37142 ____________________________________________________________________________
37143 [  6755] By: jhi                                   on 2000/08/21  18:30:56
37144         Log: Use PodParser 1.18 new test.
37145      Branch: perl
37146            ! t/pod/special_seqs.t t/pod/special_seqs.xr
37147 ____________________________________________________________________________
37148 [  6754] By: jhi                                   on 2000/08/21  18:28:35
37149         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
37150              patches cannot be applied since #6712 conflicts.
37151      Branch: perl
37152            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
37153 ____________________________________________________________________________
37154 [  6753] By: jhi                                   on 2000/08/21  18:15:11
37155         Log: Weed out some smaller changes.
37156      Branch: perl
37157            ! pod/perldelta.pod
37158 ____________________________________________________________________________
37159 [  6752] By: jhi                                   on 2000/08/21  18:02:30
37160         Log: Also under djgpp the timestamps are funky.
37161      Branch: perl
37162            ! t/op/stat.t
37163 ____________________________________________________________________________
37164 [  6751] By: jhi                                   on 2000/08/21  17:55:56
37165         Log: Tweak the floating point output routine preferences.
37166      Branch: metaconfig
37167            ! U/compline/d_gconvert.U
37168      Branch: perl
37169            ! Configure
37170 ____________________________________________________________________________
37171 [  6750] By: jhi                                   on 2000/08/21  17:51:29
37172         Log: Unicos/mk requires elaborate paranoia.
37173      Branch: perl
37174            ! lib/Math/Complex.pm
37175 ____________________________________________________________________________
37176 [  6749] By: gsar                                  on 2000/08/21  16:53:31
37177         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
37178      Branch: perl
37179            ! lib/Cwd.pm
37180 ____________________________________________________________________________
37181 [  6748] By: gsar                                  on 2000/08/21  16:22:19
37182         Log: free TLS slot properly on Windows
37183      Branch: perl
37184            ! thread.h win32/perllib.c win32/win32thread.h
37185 ____________________________________________________________________________
37186 [  6747] By: jhi                                   on 2000/08/21  16:20:58
37187         Log: Rename the macro argument because some preprocessors
37188              can't tell the difference and expand arguments also inside
37189              double quoted strings.
37190      Branch: perl
37191            ! regcomp.c
37192 ____________________________________________________________________________
37193 [  6746] By: jhi                                   on 2000/08/21  16:09:41
37194         Log: Support long doubles in Storable.
37195              
37196              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
37197              From: Radu Greab <radu@netsoft.ro>
37198              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
37199              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
37200      Branch: perl
37201            ! ext/Storable/Storable.xs
37202 ____________________________________________________________________________
37203 [  6745] By: jhi                                   on 2000/08/21  15:51:40
37204         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
37205              From: "Fifer, Eric" <EFifer@sanwaint.com>
37206              Date: Mon, 21 Aug 2000 15:34:49 +0100
37207              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
37208      Branch: perl
37209            ! t/pragma/warn/9enabled
37210 ____________________________________________________________________________
37211 [  6744] By: jhi                                   on 2000/08/21  15:39:35
37212         Log: Document the endianness of Alpha more precisely.
37213      Branch: perl
37214            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
37215            ! pod/perlport.pod
37216 ____________________________________________________________________________
37217 [  6743] By: jhi                                   on 2000/08/21  14:47:05
37218         Log: perldelta fixes from the p5p crowd.
37219      Branch: perl
37220            ! pod/perldelta.pod pod/perlop.pod
37221 ____________________________________________________________________________
37222 [  6742] By: jhi                                   on 2000/08/21  13:34:51
37223         Log: Update to Pod::LaTeX 0.53.
37224              
37225              Subject: [PATCH] lib/Pod/LaTeX.pm updates
37226              From: Tim Jenness <timj@jach.hawaii.edu>
37227              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
37228              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
37229      Branch: perl
37230            ! lib/Pod/LaTeX.pm
37231 ____________________________________________________________________________
37232 [  6741] By: jhi                                   on 2000/08/21  13:33:01
37233         Log: Subject: [PATCH] os2.c fix for use64bitint
37234              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37235              Date: Mon, 21 Aug 2000 01:32:25 -0700
37236              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
37237      Branch: perl
37238            ! os2/os2.c
37239 ____________________________________________________________________________
37240 [  6740] By: jhi                                   on 2000/08/21  13:28:52
37241         Log: Array context keeps slithering in.
37242              
37243              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
37244              From: Daniel Chetlin <daniel@chetlin.com>
37245              Date: Sun, 20 Aug 2000 21:40:25 -0700
37246              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
37247      Branch: perl
37248            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
37249            ! pod/perldebtut.pod
37250 ____________________________________________________________________________
37251 [  6739] By: jhi                                   on 2000/08/21  13:23:55
37252         Log: Big-endian quad fixes for Storable from Radu Greab,
37253              plus few explicit null casts for picky compilers.
37254      Branch: perl
37255            ! ext/Storable/Storable.xs
37256 ____________________________________________________________________________
37257 [  6738] By: gsar                                  on 2000/08/21  05:56:13
37258         Log: small tweaks for change#6705: avoid C++ style comments in C code;
37259              use Perl's malloc API rather than the low level system one
37260      Branch: perl
37261            ! win32/win32.c
37262 ____________________________________________________________________________
37263 [  6737] By: gsar                                  on 2000/08/21  05:35:41
37264         Log: add Storable to list of extensions on Windows
37265      Branch: perl
37266            ! win32/Makefile win32/makefile.mk
37267 ____________________________________________________________________________
37268 [  6736] By: jhi                                   on 2000/08/21  02:57:53
37269         Log: Update Changes.
37270      Branch: perl
37271            ! Changes patchlevel.h
37272 ____________________________________________________________________________
37273 [  6735] By: jhi                                   on 2000/08/21  02:57:20
37274         Log: Draft 0.
37275      Branch: perl
37276            ! pod/perldelta.pod
37277 ____________________________________________________________________________
37278 [  6734] By: jhi                                   on 2000/08/21  02:57:03
37279         Log: Add Storable 0.7.2 from Raphael Manfredi,
37280              plus the patch from
37281              
37282              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
37283              From: Radu Greab <radu@netsoft.ro>
37284              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
37285              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
37286              
37287              plus changes to get Storable to compile with
37288              picky ANSI compilers.
37289      Branch: perl
37290            + ext/Storable/ChangeLog ext/Storable/MANIFEST
37291            + ext/Storable/Makefile.PL ext/Storable/README
37292            + ext/Storable/Storable.pm ext/Storable/Storable.xs
37293            + ext/Storable/patchlevel.h t/lib/st-06compat.t
37294            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
37295            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
37296            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
37297            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
37298            + t/lib/st-tieditems.t
37299            ! MANIFEST
37300 ____________________________________________________________________________
37301 [  6733] By: jhi                                   on 2000/08/21  02:29:09
37302         Log: The correct cleaning order is an art.
37303      Branch: perl
37304            ! Makefile.SH
37305 ____________________________________________________________________________
37306 [  6732] By: jhi                                   on 2000/08/21  01:23:39
37307         Log: The #6724 is here.
37308      Branch: perl
37309            ! t/lib/ftmp-security.t
37310 ____________________________________________________________________________
37311 [  6731] By: jhi                                   on 2000/08/20  23:17:03
37312         Log: s/this one/the 5.6.0 release/
37313      Branch: perl
37314            ! pod/perl56delta.pod
37315 ____________________________________________________________________________
37316 [  6730] By: jhi                                   on 2000/08/20  23:07:34
37317         Log: Mention perlebcdic and perlposix-bc.
37318      Branch: perl
37319            ! pod/perlport.pod
37320 ____________________________________________________________________________
37321 [  6729] By: jhi                                   on 2000/08/20  21:32:59
37322         Log: Document the number of exponent digits.
37323      Branch: perl
37324            ! pod/perlfunc.pod
37325 ____________________________________________________________________________
37326 [  6728] By: jhi                                   on 2000/08/20  21:16:47
37327         Log: Use File::Spec->tmpdir().
37328              
37329              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
37330              From: Tim Jenness <timj@jach.hawaii.edu>
37331              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
37332              MIME-Version: 1.0
37333              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
37334      Branch: perl
37335            ! utils/perlbug.PL
37336 ____________________________________________________________________________
37337 [  6727] By: jhi                                   on 2000/08/20  20:43:32
37338         Log: Update Changes.
37339      Branch: perl
37340            ! Changes patchlevel.h
37341 ____________________________________________________________________________
37342 [  6726] By: jhi                                   on 2000/08/20  20:41:44
37343         Log: The veryclean target needs to clobber.
37344      Branch: perl
37345            ! Makefile.SH
37346 ____________________________________________________________________________
37347 [  6725] By: jhi                                   on 2000/08/20  20:37:38
37348         Log: Document odd vs even subreleases and -Dusedevel.
37349      Branch: perl
37350            ! INSTALL
37351 ____________________________________________________________________________
37352 [  6724] By: jhi                                   on 2000/08/20  19:58:05
37353         Log: Use temporary directory instead of current directory.
37354              
37355              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
37356              From: Tim Jenness <timj@jach.hawaii.edu>
37357              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
37358              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
37359      Branch: perl
37360            ! t/lib/ftmp-security.t
37361 ____________________________________________________________________________
37362 [  6723] By: jhi                                   on 2000/08/20  19:55:55
37363         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
37364              From: andreas.koenig@anima.de (Andreas J. Koenig)
37365              Date: 20 Aug 2000 15:52:03 +0200
37366              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
37367      Branch: perl
37368            ! lib/ExtUtils/MM_Unix.pm
37369 ____________________________________________________________________________
37370 [  6722] By: jhi                                   on 2000/08/20  19:46:01
37371         Log: Update to CGI 2.72, from Lincoln Stein.
37372      Branch: perl
37373            ! lib/CGI.pm
37374 ____________________________________________________________________________
37375 [  6721] By: jhi                                   on 2000/08/20  19:43:54
37376         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
37377              From: Radu Greab <radu@netsoft.ro>
37378              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
37379              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
37380      Branch: perl
37381            ! ext/GDBM_File/GDBM_File.xs
37382 ____________________________________________________________________________
37383 [  6720] By: jhi                                   on 2000/08/20  19:42:01
37384         Log: pp_open() could pass an uninitialized filename down to do_open9().
37385      Branch: perl
37386            ! pp_sys.c
37387 ____________________________________________________________________________
37388 [  6719] By: jhi                                   on 2000/08/20  14:06:41
37389         Log: UTF8 concat fixes.
37390              
37391              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
37392              From: Hugo <hv@crypt.compulink.co.uk>
37393              Date: Sun, 20 Aug 2000 07:30:46 +0100
37394              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
37395      Branch: perl
37396            ! pp_hot.c t/op/append.t
37397 ____________________________________________________________________________
37398 [  6718] By: jhi                                   on 2000/08/20  02:09:37
37399         Log: Let's try #6717 again.
37400      Branch: perl
37401            ! lib/File/Temp.pm
37402 ____________________________________________________________________________
37403 [  6717] By: jhi                                   on 2000/08/20  01:56:55
37404         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
37405              From: "Craig A. Berry" <craig.berry@metamorgs.com>
37406              Date: Sat, 19 Aug 2000 18:15:39 -0500
37407              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
37408      Branch: perl
37409            ! lib/File/Temp.pm
37410 ____________________________________________________________________________
37411 [  6716] By: jhi                                   on 2000/08/19  15:50:11
37412         Log: Update Changes.
37413      Branch: perl
37414            ! Changes patchlevel.h
37415 ____________________________________________________________________________
37416 [  6715] By: jhi                                   on 2000/08/19  15:39:09
37417         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
37418              From: Jonathan D Johnston <jdjohnston2@juno.com>
37419              Date: Thu, 17 Aug 2000 23:13:01 -0400       
37420              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
37421      Branch: perl
37422            ! pod/perlfunc.pod
37423 ____________________________________________________________________________
37424 [  6714] By: jhi                                   on 2000/08/19  15:34:04
37425         Log: Introduce a 'veryclean' target that is like 'distclean'
37426              but also removes *~ and *.orig.
37427      Branch: perl
37428            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
37429            ! utils/Makefile x2p/Makefile.SH
37430 ____________________________________________________________________________
37431 [  6713] By: jhi                                   on 2000/08/19  14:15:45
37432         Log: Put back the long double avoidance code to POSIX.xs
37433              because VMS seems to need it still.
37434      Branch: perl
37435            ! ext/POSIX/POSIX.xs
37436 ____________________________________________________________________________
37437 [  6712] By: jhi                                   on 2000/08/19  14:10:41
37438         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
37439              From: Peter Prymmer <pvhp@forte.com>
37440              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
37441              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
37442      Branch: perl
37443            ! lib/Pod/Find.pm t/pod/find.t
37444 ____________________________________________________________________________
37445 [  6711] By: jhi                                   on 2000/08/19  14:09:19
37446         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
37447              From: Peter Prymmer <pvhp@forte.com>
37448              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
37449              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
37450              cc: vmsperl@perl.org
37451      Branch: perl
37452            ! t/lib/peek.t
37453 ____________________________________________________________________________
37454 [  6710] By: jhi                                   on 2000/08/19  14:08:01
37455         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
37456              From: Jan Dubois <jand@ActiveState.com>
37457              Date: Fri, 18 Aug 2000 16:31:48 -0700
37458              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
37459      Branch: perl
37460            ! win32/win32.c
37461 ____________________________________________________________________________
37462 [  6709] By: jhi                                   on 2000/08/19  14:06:57
37463         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
37464              
37465              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
37466              From: Spider.Boardman@Orb.Nashua.NH.US
37467              Date: Fri, 18 Aug 2000 18:41:14 -0400
37468              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
37469      Branch: perl
37470            ! regcomp.c
37471 ____________________________________________________________________________
37472 [  6708] By: jhi                                   on 2000/08/18  22:04:49
37473         Log: Update Changes.
37474      Branch: perl
37475            ! Changes patchlevel.h
37476 ____________________________________________________________________________
37477 [  6707] By: jhi                                   on 2000/08/18  21:55:14
37478         Log: Add warnif(), check warnings further up the stack,
37479              all the warnings functions now can take an optional object reference.
37480              
37481              Subject: [PATCH bleedperl@6691] warnings pragma update
37482              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37483              Date: Fri, 18 Aug 2000 22:42:06 +0100
37484              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
37485      Branch: perl
37486            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
37487            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
37488            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
37489 ____________________________________________________________________________
37490 [  6706] By: jhi                                   on 2000/08/18  21:41:45
37491         Log: Typo in pp_complement().
37492              
37493              Subject: [PATCH perl-current] Deparse
37494              From: Peter Scott <Peter@PSDT.com>
37495              Date: Fri, 18 Aug 2000 12:44:37 -0700
37496              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
37497      Branch: perl
37498            ! ext/B/B/Deparse.pm
37499 ____________________________________________________________________________
37500 [  6705] By: jhi                                   on 2000/08/18  21:25:59
37501         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
37502              From: Jan Dubois <jand@ActiveState.com>
37503              Date: Fri, 18 Aug 2000 14:22:51 -0700
37504              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
37505      Branch: perl
37506            ! lib/Win32.pod win32/win32.c
37507 ____________________________________________________________________________
37508 [  6704] By: jhi                                   on 2000/08/18  21:16:14
37509         Log: Don't eat leading os from index entries.
37510              
37511              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
37512              From: Russ Allbery <rra@stanford.edu>
37513              Date: 10 Aug 2000 20:49:25 -0700
37514              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
37515      Branch: perl
37516            ! lib/Pod/Man.pm
37517 ____________________________________________________________________________
37518 [  6703] By: jhi                                   on 2000/08/18  21:07:06
37519         Log: Add [[:blank:]] as suggested in
37520              
37521              Subject: [ID 20000716.024] [=cc=] / [:blank:]
37522              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
37523              Date: Sun, 16 Jul 2000 17:55:29 -0700
37524              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
37525              
37526              (the [=cc=] has already been taken care of by #6439
37527              so the whole bug report can be closed)
37528              
37529              and make [[:space:]] to be equivalent to isspace(3)
37530              (as opposed to \s, which is isSPACE()).  The difference
37531              is that now [[:space:]] matches the mythical vertical tab,
37532              while \s doesn't.
37533      Branch: perl
37534            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
37535            ! regexec.c t/op/pat.t
37536 ____________________________________________________________________________
37537 [  6702] By: jhi                                   on 2000/08/18  18:47:47
37538         Log: The new tests were missing from #6415.
37539      Branch: perl
37540            ! t/op/bop.t
37541 ____________________________________________________________________________
37542 [  6701] By: jhi                                   on 2000/08/18  18:20:40
37543         Log: Document the NDBM_File and ODBM_File as SDBM_File
37544              was documented in #6417.
37545      Branch: perl
37546            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
37547            ! ext/SDBM_File/SDBM_File.pm
37548 ____________________________________________________________________________
37549 [  6700] By: jhi                                   on 2000/08/18  18:10:39
37550         Log: Subject: [PATCH perl@6698] cygwin port
37551              From: "Fifer, Eric" <EFifer@sanwaint.com>
37552              Date: Fri, 18 Aug 2000 17:30:05 +0100
37553              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
37554      Branch: perl
37555            ! lib/File/Temp.pm
37556 ____________________________________________________________________________
37557 [  6699] By: jhi                                   on 2000/08/18  16:21:49
37558         Log: Document code point which makes if (defined %stash::) to work
37559              (noted by Spider Boardman).
37560      Branch: perl
37561            ! op.c
37562 ____________________________________________________________________________
37563 [  6698] By: jhi                                   on 2000/08/18  13:43:27
37564         Log: Update Changes.
37565      Branch: perl
37566            ! Changes patchlevel.h
37567 ____________________________________________________________________________
37568 [  6697] By: jhi                                   on 2000/08/18  13:35:57
37569         Log: Tiny Getopt::Long patch from Johan Vromans.
37570      Branch: perl
37571            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
37572 ____________________________________________________________________________
37573 [  6696] By: jhi                                   on 2000/08/18  13:26:14
37574         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
37575              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
37576              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
37577              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
37578      Branch: perl
37579            ! pod/perldiag.pod pod/perlsyn.pod
37580 ____________________________________________________________________________
37581 [  6695] By: jhi                                   on 2000/08/18  13:13:26
37582         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
37583              From: Daniel Chetlin <daniel@chetlin.com>
37584              Date: Fri, 18 Aug 2000 03:13:36 -0700
37585              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
37586      Branch: perl
37587            ! pod/perlfunc.pod
37588 ____________________________________________________________________________
37589 [  6694] By: jhi                                   on 2000/08/18  13:08:05
37590         Log: Subject: [PATCH] perltrap.pod spring cleaning
37591              From: Daniel Chetlin <daniel@chetlin.com>
37592              Date: Fri, 18 Aug 2000 03:06:54 -0700
37593              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
37594              
37595              plus Mike Guy's nitfix.
37596      Branch: perl
37597            ! pod/perltrap.pod
37598 ____________________________________________________________________________
37599 [  6693] By: jhi                                   on 2000/08/18  13:00:26
37600         Log: Unbuffer the output.
37601              
37602              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
37603              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37604              Date: Thu, 17 Aug 2000 18:39:29 -0700
37605              Message-ID: <RPJn5gzkgydf092yn@efn.org>
37606      Branch: perl
37607            ! t/op/fork.t
37608 ____________________________________________________________________________
37609 [  6692] By: jhi                                   on 2000/08/18  05:19:17
37610         Log: Delete the image, too, not just its MANIFEStation.
37611      Branch: perl
37612            - lib/CGI/eg/wilogo.gif
37613 ____________________________________________________________________________
37614 [  6691] By: jhi                                   on 2000/08/18  05:10:26
37615         Log: Propagate new Configure vars.
37616      Branch: perl
37617            ! configure.com epoc/config.sh uconfig.h uconfig.sh
37618            ! vos/config.def vos/config.h vos/config_h.SH_orig
37619            ! win32/config.bc win32/config.gc win32/config.vc
37620            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37621 ____________________________________________________________________________
37622 [  6690] By: jhi                                   on 2000/08/18  04:30:56
37623         Log: Update Changes.
37624      Branch: perl
37625            ! Changes patchlevel.h
37626 ____________________________________________________________________________
37627 [  6689] By: jhi                                   on 2000/08/18  04:12:30
37628         Log: Fix the lib/complex failure of
37629              
37630              From: abigail@foad.org
37631              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37632              Date: 15 Aug 2000 04:06:38 -0000
37633              Message-Id: <20000815040638.8524.qmail@foad.org> 
37634              
37635              Linux long double accuracy issue: something that
37636              when printed with %g looks like "2" but int() of it is 1.
37637      Branch: perl
37638            ! lib/Math/Complex.pm
37639 ____________________________________________________________________________
37640 [  6688] By: jhi                                   on 2000/08/18  03:15:35
37641         Log: The byteorder code in #6671 was wrong.
37642      Branch: perl
37643            ! configpm
37644 ____________________________________________________________________________
37645 [  6687] By: jhi                                   on 2000/08/18  02:08:42
37646         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
37647              From: Jan Dubois <jand@ActiveState.com>
37648              Date: Thu, 17 Aug 2000 18:31:55 -0700
37649              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
37650      Branch: perl
37651            ! sv.c
37652 ____________________________________________________________________________
37653 [  6686] By: jhi                                   on 2000/08/18  02:04:15
37654         Log: Use NVs in POSIX math, not doubles.
37655              
37656              From: abigail@foad.org
37657              Subject: [ID 20000817.014] POSIX & modfl
37658              Date: 17 Aug 2000 20:49:18 -0000
37659              Message-Id: <20000817204918.23123.qmail@foad.org>
37660      Branch: perl
37661            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
37662 ____________________________________________________________________________
37663 [  6685] By: jhi                                   on 2000/08/18  02:02:12
37664         Log: Introduce NVef, NVff, and NVgf, use the middle one.
37665              (helps for lib/peek + Linux + long doubles)  Reported in
37666              
37667              From: abigail@foad.org
37668              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
37669              Date: 15 Aug 2000 04:06:38 -0000
37670              Message-Id: <20000815040638.8524.qmail@foad.org> 
37671              
37672              (note: the lib/complex failure has not yet been addressed)
37673      Branch: metaconfig/U/perl
37674            ! perlxvf.U
37675      Branch: perl
37676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37677            ! config_h.SH dump.c perl.h pod/perlguts.pod
37678 ____________________________________________________________________________
37679 [  6684] By: jhi                                   on 2000/08/17  23:22:19
37680         Log: Add byteorder to the myconfig output.
37681      Branch: perl
37682            ! myconfig.SH
37683 ____________________________________________________________________________
37684 [  6683] By: jhi                                   on 2000/08/17  23:20:19
37685         Log: The image doth not exist, spotted by Johan Vromans.
37686      Branch: perl
37687            ! MANIFEST
37688 ____________________________________________________________________________
37689 [  6682] By: jhi                                   on 2000/08/17  22:38:16
37690         Log: Document what the backtick returns if the command fails.
37691      Branch: perl
37692            ! pod/perlop.pod
37693 ____________________________________________________________________________
37694 [  6681] By: jhi                                   on 2000/08/17  22:33:12
37695         Log: Do not use prototyping here.
37696              
37697              Subject: [ID 20000817.016] [PATCH] Peek.xs
37698              From: abigail@foad.org
37699              Date: 17 Aug 2000 20:55:56 -0000
37700              Message-Id: <20000817205556.24270.qmail@foad.org>
37701      Branch: perl
37702            ! ext/Devel/Peek/Makefile.PL
37703 ____________________________________________________________________________
37704 [  6680] By: jhi                                   on 2000/08/17  19:46:43
37705         Log: Don't propose using modules built for 5.005 if no binary
37706              compatibility with 5.005 is attempted.
37707              
37708              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
37709              Subject: Minor nit with 5.7.0 (6655)
37710              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
37711              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
37712      Branch: metaconfig
37713            ! U/installdirs/inc_version_list.U
37714      Branch: perl
37715            ! Configure config_h.SH
37716 ____________________________________________________________________________
37717 [  6679] By: jhi                                   on 2000/08/17  19:16:39
37718         Log: Microperl config update.
37719      Branch: perl
37720            ! uconfig.h uconfig.sh
37721 ____________________________________________________________________________
37722 [  6678] By: jhi                                   on 2000/08/17  19:16:13
37723         Log: The #6648 wasn't protective enough for limited platforms
37724              (like microperl).
37725      Branch: perl
37726            ! dump.c sv.c
37727 ____________________________________________________________________________
37728 [  6677] By: jhi                                   on 2000/08/17  14:46:35
37729         Log: Update Changes.
37730      Branch: perl
37731            ! Changes patchlevel.h
37732 ____________________________________________________________________________
37733 [  6676] By: jhi                                   on 2000/08/17  14:44:02
37734         Log: Add perlebcdic from Peter Prymmer, regen toc.
37735      Branch: perl
37736            + pod/perlebcdic.pod
37737            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37738 ____________________________________________________________________________
37739 [  6675] By: jhi                                   on 2000/08/17  14:41:52
37740         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
37741      Branch: perl
37742            ! pod/perldebtut.pod
37743 ____________________________________________________________________________
37744 [  6674] By: jhi                                   on 2000/08/17  14:29:43
37745         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
37746              
37747              Subject: [ID 20000724.006] -DLEAKTEST problem
37748              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
37749              Date: Tue, 25 Jul 2000 00:36:32 -0500
37750              Message-Id: <20000725003632.A26186@www.llamacom.com>
37751              
37752              Reminder sent
37753              
37754              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
37755              From: Hugo <hv@crypt.compulink.co.uk>
37756              Date: Thu, 17 Aug 2000 15:23:42 +0100
37757              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
37758      Branch: perl
37759            ! util.c
37760 ____________________________________________________________________________
37761 [  6673] By: jhi                                   on 2000/08/17  04:07:10
37762         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
37763              From: John Peacock <JPeacock@UnivPress.com>
37764              Date: Tue, 01 Aug 2000 09:38:12 -0400
37765              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
37766      Branch: perl
37767            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
37768 ____________________________________________________________________________
37769 [  6672] By: jhi                                   on 2000/08/17  03:04:35
37770         Log: Subject: [PATCH] Cwd.pm now uses strict
37771              From: Tim Jenness <timj@jach.hawaii.edu>
37772              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
37773              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
37774      Branch: perl
37775            ! lib/Cwd.pm
37776 ____________________________________________________________________________
37777 [  6671] By: jhi                                   on 2000/08/17  02:16:35
37778         Log: Make $Config{byteorder} more magical so that it is
37779              dynamically computed: nice for 'fat binaries'.
37780              
37781              Subject: [PATCH]: default byteorder
37782              From: Wilfredo Sánchez <wsanchez@apple.com>
37783              Date: Mon, 31 Jul 2000 19:45:31 -0700
37784              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
37785      Branch: perl
37786            ! configpm
37787 ____________________________________________________________________________
37788 [  6670] By: gsar                                  on 2000/08/17  01:22:21
37789         Log: move WNOHANG definition to where other such things are
37790      Branch: perl
37791            ! win32/win32.h
37792 ____________________________________________________________________________
37793 [  6669] By: jhi                                   on 2000/08/17  01:19:17
37794         Log: Update Changes.
37795      Branch: perl
37796            ! Changes patchlevel.h
37797 ____________________________________________________________________________
37798 [  6668] By: jhi                                   on 2000/08/17  01:16:29
37799         Log: Doc nits spotted by Richard Soderberg.
37800      Branch: perl
37801            ! README.posix-bc README.vmesa
37802 ____________________________________________________________________________
37803 [  6667] By: jhi                                   on 2000/08/17  01:12:11
37804         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
37805              From: "Casey R. Tweten" <crt@kiski.net>
37806              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
37807              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
37808      Branch: perl
37809            ! pod/perldebtut.pod
37810 ____________________________________________________________________________
37811 [  6666] By: jhi                                   on 2000/08/17  01:09:31
37812         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
37813              From: "Casey R. Tweten" <crt@kiski.net>
37814              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
37815              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
37816      Branch: perl
37817            ! lib/Shell.pm
37818 ____________________________________________________________________________
37819 [  6665] By: gsar                                  on 2000/08/17  01:03:52
37820         Log: add "ok" targets from change#6632 in makefile.mk
37821      Branch: perl
37822            ! pod/perlport.pod win32/Makefile win32/makefile.mk
37823 ____________________________________________________________________________
37824 [  6664] By: gsar                                  on 2000/08/17  00:56:11
37825         Log: avoid warnings from dense compiler
37826      Branch: perl
37827            ! win32/win32.c
37828 ____________________________________________________________________________
37829 [  6663] By: jhi                                   on 2000/08/17  00:51:49
37830         Log: Tweak the regex compilation errors once more.
37831      Branch: perl
37832            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
37833            ! t/op/regmesg.t t/pragma/warn/regcomp
37834 ____________________________________________________________________________
37835 [  6662] By: gsar                                  on 2000/08/17  00:28:19
37836         Log: trailing new %ENV entries weren't being pushed into the real
37837              environment of subprocesses on Windows
37838      Branch: perl
37839            ! t/op/magic.t win32/perlhost.h
37840 ____________________________________________________________________________
37841 [  6661] By: gsar                                  on 2000/08/17  00:19:20
37842         Log: waitpid() now handles externally spawned pids correctly;
37843              fixes for backtick/wait/waitpid failures on Windows 9x
37844              
37845              these changes make the pid returned by process functions on
37846              Windows 9x always positive by clearing the high bit (which
37847              is always set on Win9x); pseudo-process PIDs are likewise
37848              always negative now on Win9x (just as on NT/2000)
37849      Branch: perl
37850            ! pp_sys.c win32/perlhost.h win32/win32.c
37851 ____________________________________________________________________________
37852 [  6660] By: jhi                                   on 2000/08/17  00:04:32
37853         Log: Retract #6645.
37854      Branch: perl
37855            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37856            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
37857            ! t/op/sprintf.t
37858 ____________________________________________________________________________
37859 [  6659] By: gsar                                  on 2000/08/16  23:59:28
37860         Log: on windows, the return values from wait() and waitpid() don't
37861              match those of pseudo-pids
37862      Branch: perl
37863            ! pp_sys.c t/op/fork.t util.c win32/win32.c
37864 ____________________________________________________________________________
37865 [  6658] By: gsar                                  on 2000/08/16  23:56:14
37866         Log: pod nit seen in passing
37867      Branch: perl
37868            ! pod/perlfunc.pod
37869 ____________________________________________________________________________
37870 [  6657] By: gsar                                  on 2000/08/16  23:53:42
37871         Log: change#6328 could make close(SOCKET) return false on windows
37872              when it shouldn't
37873      Branch: perl
37874            ! win32/win32sck.c
37875 ____________________________________________________________________________
37876 [  6656] By: gsar                                  on 2000/08/16  23:46:57
37877         Log: check that the number pseudo children doesn't exceed
37878              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
37879              the WaitForMultipleObjects() limit that would cause wait()
37880              to crash)
37881              
37882              wait() and waitpid() could potentially be rewritten to use
37883              more than one thread to do the waiting to eliminate this
37884              limitation
37885      Branch: perl
37886            ! win32/perlhost.h
37887 ____________________________________________________________________________
37888 [  6655] By: jhi                                   on 2000/08/16  14:11:05
37889         Log: Update Changes.
37890      Branch: perl
37891            ! Changes patchlevel.h
37892 ____________________________________________________________________________
37893 [  6654] By: jhi                                   on 2000/08/16  14:10:12
37894         Log: Update to perldebtut 1.9, from Richard Foley.
37895      Branch: perl
37896            ! pod/perldebtut.pod
37897 ____________________________________________________________________________
37898 [  6653] By: jhi                                   on 2000/08/16  14:08:17
37899         Log: Change the regx compilation error markers to use = instead of <
37900              since pod makes using the latter quite messy.  Reported in
37901              ID 20000814.006 by Abigail and in
37902              Subject: Unknown escape E<> ?
37903              From: Lupe Christoph <lupe@lupe-christoph.de>
37904              Date: Fri, 11 Aug 2000 00:30:27 +0200
37905              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
37906      Branch: perl
37907            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
37908            ! t/op/regmesg.t t/pragma/warn/regcomp
37909 ____________________________________________________________________________
37910 [  6652] By: jhi                                   on 2000/08/16  13:25:31
37911         Log: Change the perlbug address to perl.org since it's more forgiving.
37912              
37913              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
37914              From: abigail@foad.org
37915              Date: 15 Aug 2000 04:15:40 -0000
37916              Message-Id: <20000815041540.8633.qmail@foad.org>
37917      Branch: perl
37918            ! utils/perlbug.PL
37919 ____________________________________________________________________________
37920 [  6651] By: jhi                                   on 2000/08/16  13:22:35
37921         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
37922              From: Tim Jenness <timj@jach.hawaii.edu>
37923              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
37924              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
37925      Branch: perl
37926            ! lib/Cwd.pm
37927 ____________________________________________________________________________
37928 [  6650] By: jhi                                   on 2000/08/16  13:18:13
37929         Log: Update to CPAN 1.57.
37930              
37931              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
37932              From: andreas.koenig@anima.de (Andreas J. Koenig)
37933              Date: 16 Aug 2000 15:09:46 +0200
37934              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
37935      Branch: perl
37936            ! lib/CPAN.pm
37937 ____________________________________________________________________________
37938 [  6649] By: jhi                                   on 2000/08/16  13:12:31
37939         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
37940              From: "Larry W. Virden" <lvirden@cas.org>
37941              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
37942              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
37943      Branch: perl
37944            ! README.hpux
37945 ____________________________________________________________________________
37946 [  6648] By: jhi                                   on 2000/08/16  13:03:53
37947         Log: The numeric locale was reset to "C" by s?printf and never restored.
37948              
37949              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37950              From: Christian Kirsch <ck@held.mind.de>
37951              Date: Wed, 9 Aug 2000 17:05:17 +0200
37952              Message-Id: <20000809170517.A25389@held>
37953              
37954              No test since adding the failing example to locale.t
37955              does not fail -- probably because the locale settings are so
37956              thoroughly tweaked by that time.  Running the example standalone
37957              does fail, though.  UPDATE: test case added at change #7540.
37958      Branch: perl
37959            ! dump.c perl.h pp.c pp_ctl.c sv.c
37960 ____________________________________________________________________________
37961 [  6647] By: jhi                                   on 2000/08/16  00:07:54
37962         Log: Update Changes and test semi-automatic patchlevel updating.
37963      Branch: perl
37964            ! Changes patchlevel.h
37965 ____________________________________________________________________________
37966 [  6646] By: jhi                                   on 2000/08/15  23:35:07
37967         Log: Fix a dependency problem.
37968              
37969              Subject: [PATCH: 6640] VMS Makefile.SH update
37970              From: Peter Prymmer <pvhp@forte.com>
37971              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
37972              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
37973      Branch: perl
37974            ! vms/descrip_mms.template
37975 ____________________________________________________________________________
37976 [  6645] By: jhi                                   on 2000/08/15  23:33:23
37977         Log: (Retracted by #6660)
37978              
37979              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
37980              From: Dominic Dunlop <domo@computer.org>
37981              Date: Tue, 15 Aug 2000 22:20:52 +0200
37982              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
37983      Branch: metaconfig/U/perl
37984            + d_printfed.U
37985      Branch: perl
37986            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37987            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
37988            ! t/op/sprintf.t
37989 ____________________________________________________________________________
37990 [  6644] By: jhi                                   on 2000/08/15  21:17:20
37991         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
37992              From: abigail@foad.org
37993              Date: 15 Aug 2000 20:12:41 -0000
37994              Message-Id: <20000815201241.25556.qmail@foad.org>
37995      Branch: perl
37996            ! INSTALL
37997 ____________________________________________________________________________
37998 [  6643] By: jhi                                   on 2000/08/15  21:15:28
37999         Log: (an already applied patch)
38000      Branch: perl
38001            ! lib/CGI.pm
38002 ____________________________________________________________________________
38003 [  6642] By: gsar                                  on 2000/08/15  19:54:05
38004         Log: magic callbacks all need to have same type signature
38005      Branch: perl
38006            ! embed.pl mg.c proto.h
38007 ____________________________________________________________________________
38008 [  6641] By: jhi                                   on 2000/08/15  17:56:27
38009         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)
38010              From: Mike Guy <mjtg@cam.ac.uk>
38011              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
38012              Date: Tue, 15 Aug 2000 18:26:45 +0100
38013              
38014              Only the peek.t part applied, not the hash quality part.
38015      Branch: perl
38016            ! t/lib/peek.t
38017 ____________________________________________________________________________
38018 [  6640] By: jhi                                   on 2000/08/15  16:37:37
38019         Log: Update Changes.
38020      Branch: perl
38021            ! Changes
38022 ____________________________________________________________________________
38023 [  6639] By: jhi                                   on 2000/08/15  16:34:55
38024         Log: Missed a file from #6638.
38025      Branch: perl
38026            ! lib/File/Temp.pm
38027 ____________________________________________________________________________
38028 [  6638] By: jhi                                   on 2000/08/15  16:33:19
38029         Log: Subject: [PATCH perl@6620] cygwin port
38030              From: "Fifer, Eric" <EFifer@sanwaint.com>
38031              Date: Tue, 15 Aug 2000 17:00:49 +0100
38032              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
38033      Branch: perl
38034            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
38035 ____________________________________________________________________________
38036 [  6637] By: jhi                                   on 2000/08/15  16:29:22
38037         Log: Subject: [PATCH] debugger exit code should reflect user exit code
38038              From: Mike Guy <mjtg@cam.ac.uk>
38039              Date: Tue, 15 Aug 2000 16:55:59 +0100
38040              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
38041      Branch: perl
38042            ! lib/perl5db.pl
38043 ____________________________________________________________________________
38044 [  6636] By: jhi                                   on 2000/08/15  15:30:58
38045         Log: Update Changes.
38046      Branch: perl
38047            ! Changes
38048 ____________________________________________________________________________
38049 [  6635] By: jhi                                   on 2000/08/15  15:27:21
38050         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
38051      Branch: metaconfig
38052            ! U/mkglossary U/mksample
38053      Branch: metaconfig/U/perl
38054            ! Devel.U
38055      Branch: perl
38056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38057 ____________________________________________________________________________
38058 [  6634] By: jhi                                   on 2000/08/15  14:11:55
38059         Log: Don't blow limited stacks, a lower number is enough to
38060              tickle the lookbehind limit.
38061              
38062              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
38063              From: Dominic Dunlop <domo@computer.org>
38064              Date: Tue, 15 Aug 2000 13:51:24 +0200
38065              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
38066      Branch: perl
38067            ! t/op/regmesg.t
38068 ____________________________________________________________________________
38069 [  6633] By: jhi                                   on 2000/08/15  14:01:46
38070         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
38071              From: Mike Guy <mjtg@cam.ac.uk>
38072              Date: Tue, 15 Aug 2000 12:10:50 +0100
38073              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
38074      Branch: perl
38075            ! utils/perldoc.PL
38076 ____________________________________________________________________________
38077 [  6632] By: jhi                                   on 2000/08/15  13:58:48
38078         Log: make ok etc also for win32.
38079              
38080              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
38081              From: Prymmer/Kahn <pvhp@best.com>
38082              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
38083              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
38084      Branch: perl
38085            ! win32/Makefile
38086 ____________________________________________________________________________
38087 [  6631] By: jhi                                   on 2000/08/15  13:45:03
38088         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
38089      Branch: perl
38090            ! lib/Test.pm
38091 ____________________________________________________________________________
38092 [  6630] By: jhi                                   on 2000/08/15  03:25:09
38093         Log: Update Changes.
38094      Branch: perl
38095            ! Changes
38096 ____________________________________________________________________________
38097 [  6629] By: jhi                                   on 2000/08/15  03:23:53
38098         Log: magic_regdatum_set() is void, not int.
38099      Branch: perl
38100            ! embed.pl mg.c proto.h
38101 ____________________________________________________________________________
38102 [  6628] By: jhi                                   on 2000/08/15  03:08:02
38103         Log: Make the user to give up his firstborn, err, to knowingly
38104              verify installing an unstable developer release.  Also bump
38105              the release to 5.7.0, but leave a patch tag in the local
38106              patches saying that this is not yet the real thing.
38107      Branch: metaconfig
38108            ! U/modified/Instruct.U
38109      Branch: metaconfig/U/perl
38110            + Devel.U
38111      Branch: perl
38112            ! Configure patchlevel.h
38113 ____________________________________________________________________________
38114 [  6627] By: jhi                                   on 2000/08/14  22:32:52
38115         Log: README.os2 update.
38116              
38117              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
38118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38119              Date: Wed, 02 Aug 2000 21:55:09 -0700
38120              Message-ID: <tsPi5gzkgegX092yn@efn.org>
38121      Branch: perl
38122            ! README.os2
38123 ____________________________________________________________________________
38124 [  6626] By: jhi                                   on 2000/08/14  21:00:02
38125         Log: Subject: Re: File::Temp problems on VMS in bleedperl
38126              From: Tim Jenness <timj@jach.hawaii.edu>
38127              cc: vmsperl@perl.org
38128              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
38129              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
38130      Branch: perl
38131            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
38132 ____________________________________________________________________________
38133 [  6625] By: jhi                                   on 2000/08/14  20:52:16
38134         Log: Add SUIDMAIL as was done for the CERT alert.
38135      Branch: perl
38136            ! patchlevel.h
38137 ____________________________________________________________________________
38138 [  6624] By: jhi                                   on 2000/08/14  20:48:50
38139         Log: Subject: sfio2000
38140              From: Daniel Muino <dmuino@afip.gov.ar>
38141              Date: Mon, 14 Aug 2000 16:58:11 -0300
38142              Message-ID: <20000814165811.B16368@con2-dgi>
38143      Branch: perl
38144            ! perlsdio.h perlsfio.h
38145 ____________________________________________________________________________
38146 [  6623] By: jhi                                   on 2000/08/14  20:47:36
38147         Log: Subject: warning: storage class after type is obsolescent
38148              From: Daniel Muino <dmuino@afip.gov.ar>
38149              Date: Mon, 14 Aug 2000 16:42:47 -0300
38150              Message-ID: <20000814164247.A16368@con2-dgi>
38151      Branch: perl
38152            ! regcomp.pl regnodes.h
38153 ____________________________________________________________________________
38154 [  6622] By: jhi                                   on 2000/08/14  20:43:05
38155         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
38156              From: abigail@foad.org
38157              Date: 14 Aug 2000 20:00:10 -0000
38158              Message-Id: <20000814200010.27271.qmail@foad.org>
38159      Branch: perl
38160            ! Changes
38161 ____________________________________________________________________________
38162 [  6621] By: jhi                                   on 2000/08/14  15:23:05
38163         Log: Update Changes.
38164      Branch: perl
38165            ! Changes
38166 ____________________________________________________________________________
38167 [  6620] By: jhi                                   on 2000/08/14  15:22:14
38168         Log: Subject: Re: [PATCH] @+, @- readonly
38169              From: Mike Guy <mjtg@cam.ac.uk>
38170              Date: Mon, 14 Aug 2000 15:26:55 +0100
38171              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
38172      Branch: perl
38173            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
38174            ! sv.c t/op/pat.t
38175 ____________________________________________________________________________
38176 [  6619] By: jhi                                   on 2000/08/14  14:12:08
38177         Log: Update Changes.
38178      Branch: perl
38179            ! Changes
38180 ____________________________________________________________________________
38181 [  6618] By: jhi                                   on 2000/08/14  14:09:34
38182         Log: For now remove the mail code.
38183      Branch: perl
38184            ! perl.c
38185 ____________________________________________________________________________
38186 [  6617] By: jhi                                   on 2000/08/14  14:08:28
38187         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
38188      Branch: perl
38189            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
38190            ! pod/perlfaq8.pod pod/perlsec.pod
38191 ____________________________________________________________________________
38192 [  6616] By: jhi                                   on 2000/08/14  14:00:11
38193         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38194              From: Mike Guy <mjtg@cam.ac.uk>
38195              Date: Mon, 14 Aug 2000 08:26:02 +0100
38196              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
38197      Branch: perl
38198            ! lib/perl5db.pl
38199 ____________________________________________________________________________
38200 [  6615] By: jhi                                   on 2000/08/14  13:58:45
38201         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
38202              From: Mike Guy <mjtg@cam.ac.uk>
38203              Date: Mon, 14 Aug 2000 08:04:22 +0100
38204              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
38205      Branch: perl
38206            ! gv.c mg.c t/op/pat.t
38207 ____________________________________________________________________________
38208 [  6614] By: jhi                                   on 2000/08/14  13:56:45
38209         Log: Subject: Test fails / warnings with perl-current #6612
38210              From: Mike Guy <mjtg@cam.ac.uk>
38211              Date: Mon, 14 Aug 2000 07:57:23 +0100
38212              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
38213      Branch: perl
38214            ! t/lib/b.t t/lib/peek.t
38215 ____________________________________________________________________________
38216 [  6613] By: jhi                                   on 2000/08/14  13:45:33
38217         Log: VMS configure.com update continues.
38218      Branch: perl
38219            - vms/configure.com
38220            ! MANIFEST configure.com
38221 ____________________________________________________________________________
38222 [  6612] By: jhi                                   on 2000/08/13  22:13:35
38223         Log: Update Changes.
38224      Branch: perl
38225            ! Changes
38226 ____________________________________________________________________________
38227 [  6611] By: jhi                                   on 2000/08/13  16:21:45
38228         Log: Upgrade to CGI 2.71, from Lincoln Stein.
38229      Branch: perl
38230            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
38231 ____________________________________________________________________________
38232 [  6610] By: jhi                                   on 2000/08/13  15:09:16
38233         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
38234              From: Mike Guy <mjtg@cam.ac.uk>
38235              Date: Sun, 13 Aug 2000 13:45:51 +0100
38236              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
38237      Branch: perl
38238            ! t/op/regmesg.t
38239 ____________________________________________________________________________
38240 [  6609] By: jhi                                   on 2000/08/13  14:31:26
38241         Log: Andreas says that 1.56 is fine, so reverting back to it.
38242      Branch: perl
38243            ! lib/CPAN.pm
38244 ____________________________________________________________________________
38245 [  6608] By: jhi                                   on 2000/08/13  05:34:20
38246         Log: Update Changes.
38247      Branch: perl
38248            ! Changes
38249 ____________________________________________________________________________
38250 [  6607] By: jhi                                   on 2000/08/13  05:32:01
38251         Log: Put back the \z changes of #5406 to CPAN.pm.
38252      Branch: perl
38253            ! lib/CPAN.pm
38254 ____________________________________________________________________________
38255 [  6606] By: jhi                                   on 2000/08/13  05:20:16
38256         Log: Fix-n-skip the tests under 5005threads.
38257      Branch: perl
38258            ! t/lib/b.t
38259 ____________________________________________________________________________
38260 [  6605] By: jhi                                   on 2000/08/13  05:07:48
38261         Log: Fix the test for 5005threads.
38262      Branch: perl
38263            ! t/lib/peek.t
38264 ____________________________________________________________________________
38265 [  6604] By: jhi                                   on 2000/08/13  03:35:37
38266         Log: Should have deleted this in #6603.
38267      Branch: perl
38268            - vms/subconfigure.com
38269 ____________________________________________________________________________
38270 [  6603] By: jhi                                   on 2000/08/12  18:29:32
38271         Log: Rewrite of vms/subconfigure.com as configure.com,
38272              from Peter Prymmer and the vmsperl crew.
38273      Branch: perl
38274            + vms/configure.com
38275            ! MANIFEST
38276 ____________________________________________________________________________
38277 [  6602] By: jhi                                   on 2000/08/11  13:00:01
38278         Log: PlainText.pm is dead.
38279      Branch: perl
38280            - lib/Pod/PlainText.pm
38281            ! MANIFEST
38282 ____________________________________________________________________________
38283 [  6601] By: jhi                                   on 2000/08/11  04:06:45
38284         Log: Update Changes.
38285      Branch: perl
38286            ! Changes
38287 ____________________________________________________________________________
38288 [  6600] By: jhi                                   on 2000/08/11  04:06:10
38289         Log: Add a few missing files, update MANIFEST.
38290      Branch: perl
38291            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
38292            + lib/Pod/PlainText.pm t/pod/find.t
38293            ! MANIFEST t/op/regmesg.t
38294 ____________________________________________________________________________
38295 [  6599] By: jhi                                   on 2000/08/11  03:31:10
38296         Log: Add Perl debugging tutorial, regen toc. 
38297              
38298              Subject: perldebtut.pod
38299              From: Richard Foley <Richard.Foley@m.dasa.de>
38300              Date: Wed, 09 Aug 2000 10:17:15 +0200
38301              Message-id: <3991138B.262247B8@m.dasa.de>
38302      Branch: perl
38303            + pod/perldebtut.pod
38304            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38305 ____________________________________________________________________________
38306 [  6598] By: jhi                                   on 2000/08/11  02:48:56
38307         Log: tiny Changes edit
38308      Branch: perl
38309            ! Changes
38310 ____________________________________________________________________________
38311 [  6597] By: jhi                                   on 2000/08/11  02:39:04
38312         Log: Tests for #6589.
38313              
38314              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
38315              From: simon@brecon.co.uk (Simon Cozens)
38316              Date: 11 Aug 2000 02:24:52 GMT
38317              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
38318      Branch: perl
38319            ! t/lib/b.t
38320 ____________________________________________________________________________
38321 [  6596] By: jhi                                   on 2000/08/11  01:50:07
38322         Log: Update Changes.
38323      Branch: perl
38324            ! Changes
38325 ____________________________________________________________________________
38326 [  6595] By: jhi                                   on 2000/08/11  01:47:16
38327         Log: nitfix
38328      Branch: perl
38329            ! Changes
38330 ____________________________________________________________________________
38331 [  6594] By: jhi                                   on 2000/08/11  01:36:16
38332         Log: Subject: Getting perlio and threads to compile
38333              From: Lupe Christoph <lupe@lupe-christoph.de>
38334              Date: Wed, 9 Aug 2000 11:35:54 +0200
38335              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
38336              
38337              (the Solaris version changes in Configure skipped)
38338      Branch: perl
38339            ! hints/solaris_2.sh thread.h
38340 ____________________________________________________________________________
38341 [  6593] By: jhi                                   on 2000/08/11  01:30:16
38342         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
38343              From: simon@brecon.co.uk (Simon Cozens)
38344              Date: 1 Aug 2000 06:55:19 GMT
38345              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
38346      Branch: perl
38347            ! lib/utf8.pm
38348 ____________________________________________________________________________
38349 [  6592] By: jhi                                   on 2000/08/11  01:26:39
38350         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
38351              From: Peter Scott <Peter@PeterScott.com>
38352              Date: Thu, 10 Aug 2000 08:23:27 -0700
38353              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
38354      Branch: perl
38355            ! lib/perl5db.pl
38356 ____________________________________________________________________________
38357 [  6591] By: jhi                                   on 2000/08/11  01:22:02
38358         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
38359              From: Hugo <hv@crypt.compulink.co.uk>
38360              Date: Thu, 10 Aug 2000 19:23:04 +0100
38361              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
38362      Branch: perl
38363            ! regexec.c t/op/pat.t
38364 ____________________________________________________________________________
38365 [  6590] By: jhi                                   on 2000/08/11  01:19:19
38366         Log: Preprocessing and postprocessing for File::Find.
38367              
38368              Subject: Patch to Find::File.pm to allow alphabetical results
38369              From: Joe Smith <jsmith@inwap.com>
38370              Date: Wed, 9 Aug 2000 02:44:54 -0700
38371              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
38372      Branch: perl
38373            ! lib/File/Find.pm
38374 ____________________________________________________________________________
38375 [  6589] By: jhi                                   on 2000/08/11  01:12:39
38376         Log: B::Deparse didn't do sub attributes.
38377              
38378              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
38379              From: simon@brecon.co.uk (Simon Cozens)
38380              Date: 9 Aug 2000 04:49:20 GMT
38381              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
38382      Branch: perl
38383            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
38384 ____________________________________________________________________________
38385 [  6588] By: jhi                                   on 2000/08/11  01:06:40
38386         Log: Subject: debugger "d" command doesnt check line number
38387              From: Mike Guy <mjtg@cam.ac.uk>
38388              Date: Tue, 08 Aug 2000 21:54:29 +0100
38389              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
38390      Branch: perl
38391            ! lib/perl5db.pl mg.c pod/perldiag.pod
38392 ____________________________________________________________________________
38393 [  6587] By: jhi                                   on 2000/08/11  00:45:03
38394         Log: sleep(1) does not necessarily return 1.
38395              
38396              Subject: [PATCH bleadperl] op/lex_assign.t  
38397              From: Hugo <hv@crypt.compulink.co.uk>
38398              Date: Thu, 03 Aug 2000 14:34:22 +0100        
38399              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
38400      Branch: perl
38401            ! t/op/lex_assign.t
38402 ____________________________________________________________________________
38403 [  6586] By: jhi                                   on 2000/08/11  00:31:50
38404         Log: Document the IO::Select timeout.
38405      Branch: perl
38406            ! ext/IO/lib/IO/Select.pm
38407 ____________________________________________________________________________
38408 [  6585] By: jhi                                   on 2000/08/11  00:13:54
38409         Log: Forgot contributor.
38410      Branch: perl
38411            ! Changes
38412 ____________________________________________________________________________
38413 [  6584] By: jhi                                   on 2000/08/11  00:09:19
38414         Log: detypo
38415      Branch: perl
38416            ! Changes
38417 ____________________________________________________________________________
38418 [  6583] By: jhi                                   on 2000/08/11  00:07:53
38419         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
38420              
38421              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
38422              From: Mike Guy <mjtg@cam.ac.uk> 
38423              Date: Thu, 10 Aug 2000 15:50:54 +0100
38424              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
38425      Branch: perl
38426            ! sv.c t/op/int.t
38427 ____________________________________________________________________________
38428 [  6582] By: jhi                                   on 2000/08/10  23:29:32
38429         Log: Update Changes.
38430      Branch: perl
38431            ! Changes
38432 ____________________________________________________________________________
38433 [  6581] By: jhi                                   on 2000/08/10  23:26:16
38434         Log: Put back the std @INC thing.
38435      Branch: perl
38436            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
38437            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
38438            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
38439            ! t/lib/gol-oo.t
38440 ____________________________________________________________________________
38441 [  6580] By: jhi                                   on 2000/08/10  23:03:34
38442         Log: Update to CGI 2.70, from Lincoln Stein.
38443      Branch: perl
38444            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
38445            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
38446            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
38447            ! t/lib/cgi-request.t
38448 ____________________________________________________________________________
38449 [  6579] By: jhi                                   on 2000/08/10  22:41:50
38450         Log: Update to CPAN 1.56, from Andreas König.
38451      Branch: perl
38452            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38453 ____________________________________________________________________________
38454 [  6578] By: jhi                                   on 2000/08/10  22:38:13
38455         Log: Update to Pod::Parser 1.17, from Brad Appleton.
38456      Branch: perl
38457            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
38458            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
38459            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
38460            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
38461            ! t/pod/include.t t/pod/included.t t/pod/lref.t
38462            ! t/pod/multiline_items.t t/pod/nested_items.t
38463            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
38464            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
38465            ! t/pod/special_seqs.t
38466 ____________________________________________________________________________
38467 [  6577] By: jhi                                   on 2000/08/10  22:35:41
38468         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
38469      Branch: perl
38470            ! AUTHORS MAINTAIN
38471 ____________________________________________________________________________
38472 [  6576] By: jhi                                   on 2000/08/10  22:24:54
38473         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
38474      Branch: perl
38475            + t/lib/gol-oo.t
38476            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
38477            ! t/lib/gol-compat.t t/lib/gol-linkage.t
38478 ____________________________________________________________________________
38479 [  6575] By: jhi                                   on 2000/08/10  22:02:07
38480         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
38481      Branch: perl
38482            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
38483 ____________________________________________________________________________
38484 [  6574] By: jhi                                   on 2000/08/10  21:55:03
38485         Log: Iterating perl6 description.
38486      Branch: perl
38487            ! pod/perlfaq1.pod
38488 ____________________________________________________________________________
38489 [  6573] By: jhi                                   on 2000/08/10  21:48:26
38490         Log: Revert the sv.c part of #6559, a better fix is needed.
38491      Branch: perl
38492            ! sv.c
38493 ____________________________________________________________________________
38494 [  6572] By: jhi                                   on 2000/08/10  20:33:43
38495         Log: It's the 2ndO'ROSSC.
38496      Branch: perl
38497            ! pod/perlfaq1.pod
38498 ____________________________________________________________________________
38499 [  6571] By: jhi                                   on 2000/08/10  15:55:48
38500         Log: detypo
38501      Branch: perl
38502            ! pod/perlfaq1.pod
38503 ____________________________________________________________________________
38504 [  6570] By: jhi                                   on 2000/08/10  14:11:17
38505         Log: An exceptionally sticky typo.
38506      Branch: perl
38507            ! Changes
38508 ____________________________________________________________________________
38509 [  6569] By: jhi                                   on 2000/08/10  14:09:33
38510         Log: detypo (and test Changes updating script)
38511      Branch: perl
38512            ! Changes
38513 ____________________________________________________________________________
38514 [  6568] By: jhi                                   on 2000/08/10  14:07:07
38515         Log: Update Changes.
38516      Branch: perl
38517            ! Changes
38518 ____________________________________________________________________________
38519 [  6567] By: jhi                                   on 2000/08/10  14:06:19
38520         Log: Amend the description of Perl6.
38521              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
38522              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38523              Date: Wed, 9 Aug 2000 22:11:06 -0500
38524              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
38525      Branch: perl
38526            ! pod/perlfaq1.pod
38527 ____________________________________________________________________________
38528 [  6566] By: jhi                                   on 2000/08/10  13:58:57
38529         Log: Subject: Remove dead entry in perldiag
38530              From: Mike Guy <mjtg@cam.ac.uk>
38531              Date: Thu, 10 Aug 2000 14:19:19 +0100
38532              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
38533      Branch: perl
38534            ! pod/perldiag.pod
38535 ____________________________________________________________________________
38536 [  6565] By: jhi                                   on 2000/08/10  13:51:48
38537         Log: Zero entries were skipped, fix from Adrian Goalby
38538              <argoalby@yahoo.co.uk>
38539      Branch: perl
38540            ! lib/unicode/Number.pl lib/unicode/mktables.PL
38541 ____________________________________________________________________________
38542 [  6564] By: jhi                                   on 2000/08/10  13:00:12
38543         Log: Subject: [PATCH 5.6.0] cygwin port
38544              From: "Fifer, Eric" <EFifer@sanwaint.com>
38545              Date: Thu, 10 Aug 2000 13:15:36 +0100
38546              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
38547      Branch: perl
38548            ! README.cygwin hints/cygwin.sh
38549 ____________________________________________________________________________
38550 [  6563] By: jhi                                   on 2000/08/10  12:55:16
38551         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
38552      Branch: perl
38553            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
38554 ____________________________________________________________________________
38555 [  6562] By: gsar                                  on 2000/08/10  08:38:39
38556         Log: warn is a macro, avoid using at a variable to avoid warnings
38557              in some configurations; readdir.t is too conservative in
38558              estimating number of *.t's
38559      Branch: perl
38560            ! t/op/readdir.t util.c
38561 ____________________________________________________________________________
38562 [  6561] By: jhi                                   on 2000/08/09  23:35:42
38563         Log: Update Changes.
38564      Branch: perl
38565            ! Changes
38566 ____________________________________________________________________________
38567 [  6560] By: jhi                                   on 2000/08/09  23:05:47
38568         Log: Subject: Re: enhanced(?) regex error messages
38569              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38570              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
38571              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
38572              
38573              (plus two small patches sent privately)
38574              (this still seems to leave few test failures)
38575      Branch: perl
38576            + t/op/regmesg.t
38577            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
38578            ! t/pragma/warn/regcomp
38579 ____________________________________________________________________________
38580 [  6559] By: jhi                                   on 2000/08/09  20:41:18
38581         Log: (The fix did work but was not right, retracted in #6573)
38582              
38583              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
38584              From: Christian Kirsch <ck@held.mind.de>
38585              Date: Wed, 9 Aug 2000 17:05:17 +0200
38586              Message-Id: <20000809170517.A25389@held>
38587      Branch: perl
38588            ! sv.c t/pragma/locale.t
38589 ____________________________________________________________________________
38590 [  6558] By: jhi                                   on 2000/08/08  22:34:08
38591         Log: Tiny updates on the contributors list.
38592      Branch: perl
38593            ! Changes
38594 ____________________________________________________________________________
38595 [  6557] By: jhi                                   on 2000/08/08  19:34:28
38596         Log: Double check that we have a dirhandle.
38597      Branch: perl
38598            ! util.c
38599 ____________________________________________________________________________
38600 [  6556] By: jhi                                   on 2000/08/08  19:01:51
38601         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
38602              May be repopulated with fresh maintained examples.
38603      Branch: perl
38604            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
38605            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
38606            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
38607            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
38608            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
38609            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
38610            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
38611            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
38612            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
38613            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
38614            + lib/CGI/eg/wilogo_gif.uu
38615            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
38616            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
38617            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
38618            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
38619            - eg/cgi/frameset.cgi eg/cgi/index.html
38620            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
38621            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
38622            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
38623            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
38624            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
38625            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
38626            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
38627            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
38628            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
38629            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
38630            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
38631            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
38632            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
38633            - eg/van/vanish eg/who eg/wrapsuid
38634            ! MANIFEST
38635 ____________________________________________________________________________
38636 [  6555] By: jhi                                   on 2000/08/08  18:51:08
38637         Log: Delete chat2 as requested by Randal.
38638              
38639              Subject: Re: perlfaq8 coyness
38640              From: merlyn@stonehenge.com (Randal L. Schwartz) 
38641              Date: 15 May 2000 18:52:42 -0700 
38642              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
38643      Branch: perl
38644            - lib/chat2.pl
38645            ! MANIFEST
38646 ____________________________________________________________________________
38647 [  6554] By: jhi                                   on 2000/08/08  18:31:35
38648         Log: Regen global.sym.
38649      Branch: perl
38650            ! global.sym
38651 ____________________________________________________________________________
38652 [  6553] By: jhi                                   on 2000/08/08  18:28:13
38653         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
38654              (either perlbug or p5p ate the original), plus regen
38655              perlapi and perltoc. 
38656      Branch: perl
38657            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
38658            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
38659            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
38660            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
38661            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
38662            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
38663            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
38664            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
38665            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
38666            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
38667 ____________________________________________________________________________
38668 [  6552] By: jhi                                   on 2000/08/08  18:06:29
38669         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
38670              From: Mike Guy <mjtg@cam.ac.uk>
38671              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
38672              Date: Tue, 08 Aug 2000 15:51:27 +0100
38673      Branch: perl
38674            ! doop.c sv.h t/op/join.t t/pragma/overload.t
38675 ____________________________________________________________________________
38676 [  6551] By: jhi                                   on 2000/08/08  18:01:11
38677         Log: Re-apply #6549.
38678      Branch: perl
38679            ! lib/perl5db.pl
38680 ____________________________________________________________________________
38681 [  6550] By: jhi                                   on 2000/08/08  17:43:08
38682         Log: Accidental retraction of #6549.
38683      Branch: perl
38684            ! lib/perl5db.pl
38685 ____________________________________________________________________________
38686 [  6549] By: jhi                                   on 2000/08/08  17:40:04
38687         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
38688              From: Mike Guy <mjtg@cam.ac.uk>
38689              Date: Mon, 07 Aug 2000 21:49:58 +0100
38690              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
38691      Branch: perl
38692            ! lib/perl5db.pl
38693 ____________________________________________________________________________
38694 [  6548] By: jhi                                   on 2000/08/08  17:37:57
38695         Log: Document here-doc better.
38696              
38697              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
38698              From: Mike Guy <mjtg@cam.ac.uk>
38699              Date: Mon, 07 Aug 2000 14:02:09 +0100
38700              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
38701      Branch: perl
38702            ! pod/perldata.pod
38703 ____________________________________________________________________________
38704 [  6547] By: jhi                                   on 2000/08/08  17:33:34
38705         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
38706              From: "Randy J. Ray" <rjray@redhat.com>
38707              Date: Mon, 07 Aug 2000 19:12:25 -0700
38708              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
38709      Branch: perl
38710            ! perl.c pod/perlrun.pod
38711 ____________________________________________________________________________
38712 [  6546] By: jhi                                   on 2000/08/08  17:29:26
38713         Log: Subject: Re: enhanced(?) regex error messages 
38714              From: Hugo <hv@crypt.compulink.co.uk>
38715              Date: Tue, 08 Aug 2000 03:25:51 +0100
38716              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
38717              
38718              plus Capitalize the error messages, plus perldiag them.
38719      Branch: perl
38720            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
38721 ____________________________________________________________________________
38722 [  6545] By: jhi                                   on 2000/08/08  13:59:28
38723         Log: Augment #6539 a bit: don't croak if there's magic in the air.
38724              
38725              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
38726              From: Hugo <hv@crypt.compulink.co.uk>
38727              Date: Tue, 08 Aug 2000 03:02:03 +0100
38728              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
38729      Branch: perl
38730            ! pp.c t/op/bless.t
38731 ____________________________________________________________________________
38732 [  6544] By: jhi                                   on 2000/08/07  21:11:52
38733         Log: Make the test -w clean.
38734      Branch: perl
38735            ! t/op/bless.t
38736 ____________________________________________________________________________
38737 [  6543] By: jhi                                   on 2000/08/07  19:49:53
38738         Log: use warnings instead of $^W.
38739      Branch: perl
38740            ! t/op/bless.t
38741 ____________________________________________________________________________
38742 [  6542] By: jhi                                   on 2000/08/07  17:41:41
38743         Log: Disable a portability warning Because We Know What We Are Doing.
38744      Branch: perl
38745            ! t/op/bless.t
38746 ____________________________________________________________________________
38747 [  6541] By: jhi                                   on 2000/08/07  17:29:51
38748         Log: Tiny tidying on report_evil_fh().
38749      Branch: perl
38750            ! util.c
38751 ____________________________________________________________________________
38752 [  6540] By: jhi                                   on 2000/08/07  16:37:38
38753         Log: Make regular expression parse error messages easier to understand.
38754              
38755              Subject: Re: enhanced(?) regex error messages
38756              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38757              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
38758              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
38759      Branch: perl
38760            ! regcomp.c
38761 ____________________________________________________________________________
38762 [  6539] By: jhi                                   on 2000/08/07  16:12:27
38763         Log: Make bless(REF, REF) a fatal error, add bless tests.
38764              
38765              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
38766              From: Hugo <hv@crypt.compulink.co.uk>
38767              Date: Mon, 07 Aug 2000 16:59:38 +0100
38768              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
38769      Branch: perl
38770            + t/op/bless.t
38771            ! MANIFEST pod/perldiag.pod pp.c sv.c
38772 ____________________________________________________________________________
38773 [  6538] By: jhi                                   on 2000/08/07  15:59:43
38774         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
38775              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
38776              Date: Thu, 3 Aug 2000 14:29:21 -0700
38777              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
38778      Branch: perl
38779            ! lib/lib_pm.PL
38780 ____________________________________________________________________________
38781 [  6537] By: jhi                                   on 2000/08/07  15:47:18
38782         Log: Retract #6419 for now since it breaks in AFS and MachTen.
38783      Branch: perl
38784            ! lib/Cwd.pm
38785 ____________________________________________________________________________
38786 [  6536] By: jhi                                   on 2000/08/07  15:05:29
38787         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
38788              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
38789              The security hole exists only in suidperls, which isn't
38790              installed or even built by default.
38791      Branch: perl
38792            ! perl.c
38793 ____________________________________________________________________________
38794 [  6535] By: jhi                                   on 2000/08/07  14:45:14
38795         Log: tr memory corruption fix from Simon Cozens.
38796      Branch: perl
38797            ! doop.c
38798 ____________________________________________________________________________
38799 [  6534] By: jhi                                   on 2000/08/06  11:38:16
38800         Log: Document a bit that UDP is not what you might think.
38801              
38802              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
38803              From: Lupe Christoph <lupe@lupe-christoph.de>
38804              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
38805              Date: Mon, 24 Jul 2000 08:59:15 +0200
38806      Branch: perl
38807            ! pod/perlipc.pod
38808 ____________________________________________________________________________
38809 [  6533] By: jhi                                   on 2000/08/06  11:35:01
38810         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
38811              From: Jeff Pinyan <jeffp@hut.crusoe.net>
38812              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
38813              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
38814      Branch: perl
38815            ! pod/perlfunc.pod
38816 ____________________________________________________________________________
38817 [  6532] By: jhi                                   on 2000/08/06  03:45:41
38818         Log: Have symbols for the IoTYPEs.
38819      Branch: perl
38820            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
38821 ____________________________________________________________________________
38822 [  6531] By: jhi                                   on 2000/08/06  01:33:55
38823         Log: Continue fixing the io warnings.  This also
38824              sort of fixes bug ID 20000802.003: the core dump
38825              is no more.  Whether the current behaviour is correct
38826              (giving a warning: "Not a format reference"), is another matter.
38827      Branch: perl
38828            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
38829            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
38830 ____________________________________________________________________________
38831 [  6530] By: jhi                                   on 2000/08/05  21:33:12
38832         Log: Change the Policy policy: now -Dprefix= with an existing
38833              Policy.sh and prefix == siteprefix == vendorprefix, then all
38834              of them follow along the new prefix.
38835              
38836              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
38837              From: Andy Dougherty <doughera@lafayette.edu>
38838              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
38839              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
38840      Branch: perl
38841            ! Policy_sh.SH
38842 ____________________________________________________________________________
38843 [  6529] By: jhi                                   on 2000/08/05  18:57:28
38844         Log: Zap lib/Sys directory when cleaning up.
38845      Branch: perl
38846            ! Makefile.SH
38847 ____________________________________________________________________________
38848 [  6528] By: jhi                                   on 2000/08/05  18:40:44
38849         Log: Essential prototype changes were missing from #6527.
38850              Also make report_evil_fh() more bomb-proof.
38851      Branch: perl
38852            ! embed.h util.c
38853 ____________________________________________________________________________
38854 [  6527] By: jhi                                   on 2000/08/05  03:22:05
38855         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
38856              From: "Ronald F. Guilmette" <rfg@monkeys.com>
38857              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
38858              Message-Id: <200007242247.PAA52177@monkeys.com>
38859      Branch: perl
38860            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
38861 ____________________________________________________________________________
38862 [  6526] By: jhi                                   on 2000/08/04  21:23:27
38863         Log: gcc versions might have (parentheses) in them.
38864      Branch: metaconfig/U/perl
38865            ! gccvers.U
38866      Branch: perl
38867            ! Configure config_h.SH
38868 ____________________________________________________________________________
38869 [  6525] By: jhi                                   on 2000/08/04  20:23:12
38870         Log: Weed buglets pointed out by
38871              
38872              From: Lupe Christoph <lupe@lupe-christoph.de>
38873              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
38874              Date: Fri, 4 Aug 2000 17:34:39 +0200
38875              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
38876      Branch: metaconfig/U/perl
38877            ! gccvers.U uselfs.U
38878      Branch: perl
38879            ! Configure config_h.SH
38880 ____________________________________________________________________________
38881 [  6524] By: jhi                                   on 2000/08/04  19:02:08
38882         Log: Warn under -w if lstat(FH) is attempted.
38883              
38884              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
38885              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
38886              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
38887              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
38888      Branch: perl
38889            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
38890            ! t/pragma/warn/pp_sys
38891 ____________________________________________________________________________
38892 [  6523] By: jhi                                   on 2000/08/04  12:31:11
38893         Log: Subject: New perlcc, take 2
38894              From: simon@brecon.co.uk (Simon Cozens)
38895              Date: 4 Aug 2000 06:21:04 GMT
38896              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
38897      Branch: perl
38898            ! utils/perlcc.PL
38899 ____________________________________________________________________________
38900 [  6522] By: jhi                                   on 2000/08/04  12:26:33
38901         Log: Subject: Re: Array vs. List context
38902              From: Daniel Chetlin <daniel@chetlin.com>
38903              Date: Fri, 4 Aug 2000 00:22:44 -0700
38904              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
38905      Branch: perl
38906            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
38907            ! pod/perlfaq4.pod
38908 ____________________________________________________________________________
38909 [  6521] By: jhi                                   on 2000/08/04  12:22:38
38910         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
38911              From: Raymund Will <ray@caldera.de>
38912              Date: Fri, 4 Aug 2000 12:07:09 +0200
38913              Message-Id: <20000804120709.A14982@caldera.de>
38914      Branch: perl
38915            ! configure.gnu
38916 ____________________________________________________________________________
38917 [  6520] By: jhi                                   on 2000/08/04  04:09:06
38918         Log: After the #6519 a warning about stat() is just that,
38919              not about a filetest, which now have their own warning.
38920      Branch: perl
38921            ! pod/perldiag.pod
38922 ____________________________________________________________________________
38923 [  6519] By: jhi                                   on 2000/08/04  04:06:30
38924         Log: In the warnings call filehandles consistently so;
38925              add "unopened" warning for stat().
38926      Branch: perl
38927            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
38928            ! t/pragma/warn/pp_sys
38929 ____________________________________________________________________________
38930 [  6518] By: jhi                                   on 2000/08/04  02:55:35
38931         Log: Subject: Minor tweak to perlvar.pod
38932              From: "Stephen P. Potter" <spp@ds.net>
38933              Date: Tue, 18 Apr 2000 09:26:03 -0400
38934              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
38935      Branch: perl
38936            ! pod/perlvar.pod
38937 ____________________________________________________________________________
38938 [  6517] By: jhi                                   on 2000/08/04  02:50:08
38939         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
38940              From: "Clinton Pierce" <cpierce1@ford.com>
38941              Date: Wed, 21 Jul 1999 16:45:31 -0400
38942              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
38943              
38944              Fix by Stephen Potter (visible in the bug db but not in p5p?)
38945      Branch: perl
38946            ! pod/perlfunc.pod pod/perlop.pod
38947 ____________________________________________________________________________
38948 [  6516] By: jhi                                   on 2000/08/04  02:09:25
38949         Log: This is 6512.  Really.
38950      Branch: perl
38951            ! dump.c
38952 ____________________________________________________________________________
38953 [  6515] By: jhi                                   on 2000/08/04  01:25:50
38954         Log: mention the idea of @( and @)
38955      Branch: perl
38956            ! Todo-5.6
38957 ____________________________________________________________________________
38958 [  6514] By: bailey                                on 2000/08/04  01:18:46
38959         Log: YA resync with mainstem, including VMS patches from others
38960      Branch: vmsperl
38961           +> (branch 48 files)
38962            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
38963           !> (integrate 354 files)
38964 ____________________________________________________________________________
38965 [  6513] By: jhi                                   on 2000/08/04  01:18:18
38966         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
38967              From: Mark Dickinson <dickins3@fas.harvard.edu>
38968              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
38969              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
38970      Branch: perl
38971            ! t/op/grent.t t/op/pwent.t
38972 ____________________________________________________________________________
38973 [  6512] By: jhi                                   on 2000/08/04  01:14:06
38974         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
38975              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38976              Date: Wed, 02 Aug 2000 10:51:01 +0100
38977              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
38978      Branch: perl
38979            ! sv.c
38980 ____________________________________________________________________________
38981 [  6511] By: jhi                                   on 2000/08/04  00:57:00
38982         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
38983              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38984              Date: Thu, 03 Aug 2000 17:20:04 -0700
38985              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
38986      Branch: metaconfig
38987            ! U/modified/Cppsym.U
38988      Branch: perl
38989            ! Configure config_h.SH
38990 ____________________________________________________________________________
38991 [  6510] By: jhi                                   on 2000/08/04  00:25:28
38992         Log: detypo
38993      Branch: perl
38994            ! Makefile.SH
38995 ____________________________________________________________________________
38996 [  6509] By: jhi                                   on 2000/08/03  23:43:18
38997         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
38998              From: Dominic Dunlop <domo@computer.org>
38999              Date: Thu, 3 Aug 2000 22:16:46 +0200
39000              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
39001      Branch: perl
39002            ! t/op/sprintf.t
39003 ____________________________________________________________________________
39004 [  6508] By: jhi                                   on 2000/08/03  23:40:37
39005         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
39006              From: Hugo <hv@crypt.compulink.co.uk>
39007              Date: Thu, 03 Aug 2000 18:25:30 +0100
39008              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
39009      Branch: perl
39010            ! regcomp.c t/op/re_tests
39011 ____________________________________________________________________________
39012 [  6507] By: jhi                                   on 2000/08/03  23:38:28
39013         Log: Subject: [PATCH] sv.h documentation - SvLEN
39014              From: Mike Guy <mjtg@cam.ac.uk>
39015              Date: Thu, 03 Aug 2000 14:43:09 +0100
39016              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
39017      Branch: perl
39018            ! sv.h
39019 ____________________________________________________________________________
39020 [  6506] By: jhi                                   on 2000/08/03  15:49:14
39021         Log: Disable the fix_pl hack for now.
39022      Branch: perl
39023            ! Makefile.SH
39024 ____________________________________________________________________________
39025 [  6505] By: jhi                                   on 2000/08/03  13:49:04
39026         Log: Add a URL for FSF.
39027              
39028              Subject: Patch for README
39029              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
39030              Date: Wed, 2 Aug 2000 13:25:09 -0500
39031              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
39032      Branch: perl
39033            ! README
39034 ____________________________________________________________________________
39035 [  6504] By: jhi                                   on 2000/08/03  13:29:19
39036         Log: Be more informative on what is skipped and why,
39037              also repeat the list at the end.
39038      Branch: perl
39039            ! Porting/p4desc
39040 ____________________________________________________________________________
39041 [  6503] By: jhi                                   on 2000/08/03  13:07:05
39042         Log: Circumvent the removal of .patch by fix_pl.
39043              
39044              Subject: Re: [ID 20000802.011] unable to 'make test'          
39045              From: simon@brecon.co.uk (Simon Cozens) 
39046              Date: 3 Aug 2000 04:17:00 GMT
39047              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
39048      Branch: perl
39049            ! Makefile.SH
39050 ____________________________________________________________________________
39051 [  6502] By: jhi                                   on 2000/08/03  00:14:34
39052         Log: Add the missing setproctitle unit.
39053      Branch: metaconfig/U/perl
39054            + d_setproctitle.U
39055 ____________________________________________________________________________
39056 [  6501] By: jhi                                   on 2000/08/03  00:00:26
39057         Log: The subtest 4 may fail also on VOBS, as pointed out
39058              by Nick Ing-Simmons in November 1999, bug id 19991124.003
39059              (but the failure in that bug report isn't the subtest 4).
39060      Branch: perl
39061            ! t/op/stat.t
39062 ____________________________________________________________________________
39063 [  6500] By: jhi                                   on 2000/08/02  23:49:30
39064         Log: Better skip message for the test; one of the two problems in
39065              
39066              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
39067              From: Lupe Christoph <lupe@lupe-christoph.de>
39068              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
39069              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
39070      Branch: perl
39071            ! t/op/numconvert.t
39072 ____________________________________________________________________________
39073 [  6499] By: jhi                                   on 2000/08/02  22:49:16
39074         Log: Allow "no Module;" even if there is no 'unimport'.
39075              
39076              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
39077              From: mjd@plover.com
39078              Date: 24 Mar 2000 15:24:34 -0000
39079              Message-Id: <20000324152434.15160.qmail@plover.com>
39080      Branch: perl
39081            ! gv.c
39082 ____________________________________________________________________________
39083 [  6498] By: jhi                                   on 2000/08/02  22:42:58
39084         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
39085              that are hopefully soon put into use.
39086      Branch: perl
39087            ! opcode.h opcode.pl opnames.h
39088 ____________________________________________________________________________
39089 [  6497] By: gsar                                  on 2000/08/02  22:28:59
39090         Log: require.t needs binmode() to work on windows
39091      Branch: perl
39092            ! t/comp/require.t
39093 ____________________________________________________________________________
39094 [  6496] By: jhi                                   on 2000/08/02  22:08:51
39095         Log: Document the IVdf UVuf UVof UVxf.
39096      Branch: perl
39097            ! pod/perlguts.pod
39098 ____________________________________________________________________________
39099 [  6495] By: jhi                                   on 2000/08/02  21:54:26
39100         Log: detypo #6494
39101      Branch: perl
39102            ! ext/Data/Dumper/Dumper.xs
39103 ____________________________________________________________________________
39104 [  6494] By: jhi                                   on 2000/08/02  21:49:17
39105         Log: Dump UVs as UVs in Data::Dumper.
39106              
39107              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
39108              From: Gurusamy Sarathy <gsar@ActiveState.com>
39109              Date: Thu, 27 Apr 2000 12:26:25 -0700
39110              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
39111      Branch: perl
39112            ! ext/Data/Dumper/Dumper.xs
39113 ____________________________________________________________________________
39114 [  6493] By: jhi                                   on 2000/08/02  17:01:58
39115         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
39116              From: Hugo <hv@crypt.compulink.co.uk>
39117              Date: Wed, 02 Aug 2000 14:53:56 +0100
39118              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
39119      Branch: perl
39120            ! regexec.c t/op/re_tests
39121 ____________________________________________________________________________
39122 [  6492] By: jhi                                   on 2000/08/02  15:02:46
39123         Log: The new setproctitle() feature is available only in 
39124              bleeding edge FreeBSD.  From Paul Saab.
39125      Branch: perl
39126            ! mg.c
39127 ____________________________________________________________________________
39128 [  6491] By: jhi                                   on 2000/08/02  13:34:36
39129         Log: The tr utf8 patching continues.
39130              
39131              Subject: Re: #6469, too many tests claimed in require.t
39132              From: simon@brecon.co.uk (Simon Cozens)
39133              Date: 2 Aug 2000 02:37:17 GMT
39134              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
39135              
39136              (the logic of the test was the wrong way round in the patch)
39137      Branch: perl
39138            ! doop.c
39139 ____________________________________________________________________________
39140 [  6490] By: jhi                                   on 2000/08/02  13:27:38
39141         Log: The name of a filehandle does not have <these>.
39142      Branch: perl
39143            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
39144            ! t/pragma/warn/pp_sys util.c
39145 ____________________________________________________________________________
39146 [  6489] By: jhi                                   on 2000/08/02  04:26:46
39147         Log: Remove the extraneous "main::" prefix from all the
39148              "opened only for", "on closed", and "never opened" warnings.
39149              
39150              Subject: Re: inappropriate warning
39151              From: Gurusamy Sarathy <gsar@ActiveState.com>
39152              Date: Mon, 20 Mar 2000 11:28:02 -0800
39153              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
39154      Branch: perl
39155            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
39156            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
39157            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
39158 ____________________________________________________________________________
39159 [  6488] By: jhi                                   on 2000/08/02  03:02:57
39160         Log: memcpy has n o in it, as pinted ut by Sarathy.
39161      Branch: perl
39162            ! pod/perlguts.pod
39163 ____________________________________________________________________________
39164 [  6487] By: jhi                                   on 2000/08/02  02:44:51
39165         Log: Document in one place the memory abstractions used in Perl core.
39166              
39167              Subject: Re: Memory abstraction
39168              From: simon@brecon.co.uk (Simon Cozens)
39169              Date: 2 Aug 2000 02:20:23 GMT
39170              Organization: Earth.li Origins
39171      Branch: perl
39172            ! pod/perlguts.pod
39173 ____________________________________________________________________________
39174 [  6486] By: jhi                                   on 2000/08/02  02:41:57
39175         Log: regen_headers, regen perltoc.
39176      Branch: perl
39177            ! perlapi.c pod/perltoc.pod
39178 ____________________________________________________________________________
39179 [  6485] By: jhi                                   on 2000/08/02  01:43:33
39180         Log: "This little thing tests for a file .patch, and if it contains
39181              a number, pops into patchlevel.h" (making it easier to track
39182              which development version people are reporting bugs against)
39183              
39184              Subject: Patchlevel autogeneration for repository perls
39185              From: simon@brecon.co.uk (Simon Cozens)
39186              Date: 14 Jul 2000 07:12:15 GMT
39187              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
39188      Branch: perl
39189            + fix_pl
39190            ! MANIFEST Makefile.SH
39191 ____________________________________________________________________________
39192 [  6484] By: jhi                                   on 2000/08/02  01:32:54
39193         Log: FreeBSD 3.* updates from
39194              
39195              From: Paul Saab <ps@yahoo-inc.com>
39196              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
39197              Date: Tue, 1 Aug 2000 15:41:39 -0700
39198              Message-Id: <20000801154139.A53740@yahoo-inc.com>
39199      Branch: perl
39200            ! hints/freebsd.sh
39201 ____________________________________________________________________________
39202 [  6483] By: jhi                                   on 2000/08/02  01:27:44
39203         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
39204              instead one must use setproctitle().  This was already addressed
39205              by change #6457, but the below has a new variant for FreeBSD 4.0
39206              or later, and the matter is also documented more.
39207              
39208              From: Paul Saab <ps@yahoo-inc.com>
39209              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
39210              Date: Tue, 1 Aug 2000 15:41:39 -0700
39211              Message-Id: <20000801154139.A53740@yahoo-inc.com>
39212      Branch: metaconfig/U/perl
39213            + i_libutil.U
39214      Branch: perl
39215            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
39216 ____________________________________________________________________________
39217 [  6482] By: jhi                                   on 2000/08/01  22:17:32
39218         Log: The test from this
39219              
39220              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
39221              Date: Sat, 15 Apr 2000 17:03:44 +0100
39222              From: Tom Hughes <tom@compton.nu>
39223              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
39224              
39225              was missing, the code change went in as #5989
39226              (which had a different test?)
39227      Branch: perl
39228            ! t/op/misc.t
39229 ____________________________________________________________________________
39230 [  6481] By: jhi                                   on 2000/08/01  21:48:38
39231         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
39232              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
39233              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
39234              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
39235      Branch: perl
39236            ! perl.h
39237 ____________________________________________________________________________
39238 [  6480] By: jhi                                   on 2000/08/01  18:05:28
39239         Log: Make p4desc to skip non-mainperl branches by default.
39240      Branch: perl
39241            ! Porting/p4desc
39242 ____________________________________________________________________________
39243 [  6479] By: jhi                                   on 2000/08/01  17:29:19
39244         Log: If gccosandvers is equal to osname, clear gccosandvers.
39245      Branch: metaconfig/U/perl
39246            ! gccvers.U
39247      Branch: perl
39248            ! Configure config_h.SH
39249 ____________________________________________________________________________
39250 [  6478] By: jhi                                   on 2000/08/01  15:54:08
39251         Log: BOM patching from Simon Cozens.
39252      Branch: perl
39253            ! toke.c
39254 ____________________________________________________________________________
39255 [  6477] By: jhi                                   on 2000/08/01  04:50:33
39256         Log: Stash away the largefiles flags and libswanted.
39257      Branch: perl
39258            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
39259 ____________________________________________________________________________
39260 [  6476] By: gsar                                  on 2000/08/01  04:24:24
39261         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
39262              on Windows)
39263      Branch: perl
39264            ! t/pragma/utf8.t utf8.c win32/win32.c
39265 ____________________________________________________________________________
39266 [  6475] By: jhi                                   on 2000/08/01  03:35:24
39267         Log: Make chr() for values >127 to create utf8 when under utf8.
39268              
39269              Subject: Re: uft8/chr()
39270              From: simon@brecon.co.uk (Simon Cozens)
39271              Date: 1 Aug 2000 02:37:02 GMT
39272              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
39273      Branch: perl
39274            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
39275 ____________________________________________________________________________
39276 [  6474] By: jhi                                   on 2000/08/01  02:36:18
39277         Log: In Digital UNIX warn if gcc explicitly chosen because even
39278              2.95.2 is known to cause problems.
39279      Branch: perl
39280            ! hints/dec_osf.sh
39281 ____________________________________________________________________________
39282 [  6473] By: jhi                                   on 2000/08/01  02:00:56
39283         Log: Make the safety catch for buggy gccs work with triple version
39284              numbers like 2.95.2.  Reported in
39285              
39286              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
39287              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
39288              Date: Mon, 31 Jul 2000 14:55:06 +0200
39289              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
39290      Branch: perl
39291            ! hints/dec_osf.sh
39292 ____________________________________________________________________________
39293 [  6472] By: jhi                                   on 2000/08/01  01:13:33
39294         Log: Subject: fix and question re: waitpid() under win32
39295              From: Brian Clarke <clarke@appliedmeta.com>
39296              Date: Fri, 28 Jul 2000 15:18:29 -0400
39297              Message-ID: <3981DC85.290314EB@appliedmeta.com>
39298              
39299              Slightly reformatted and WNOHANG # define moved to win32.h
39300              so that also POSIX.xs sees it, as suggsted by Sarathy.
39301      Branch: perl
39302            ! win32/win32.c win32/win32.h
39303 ____________________________________________________________________________
39304 [  6471] By: jhi                                   on 2000/08/01  00:55:05
39305         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
39306              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39307              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
39308              Date: Mon, 31 Jul 2000 13:28:51 +0100
39309              
39310              (aka ID 20000730.002)
39311      Branch: perl
39312            ! op.c t/op/tr.t
39313 ____________________________________________________________________________
39314 [  6470] By: jhi                                   on 2000/07/31  23:34:42
39315         Log: Document the problem with -P in HP-UX and its workaround.
39316              
39317              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
39318              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
39319              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
39320              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
39321      Branch: perl
39322            ! README.hpux
39323 ____________________________________________________________________________
39324 [  6469] By: jhi                                   on 2000/07/31  04:15:02
39325         Log: The swallow_bom() saga continues.  The #23 of require.t
39326              (UTF16-LE) still fails (silently, no output) but the #22
39327              (UTF16-BE) seems to be working now.  The root of the
39328              failure may be in sv_gets(): is it UTF-16LE-aware,
39329              especially when it comes to line endings? 
39330      Branch: perl
39331            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
39332            ! t/comp/require.t toke.c utf8.c
39333 ____________________________________________________________________________
39334 [  6468] By: jhi                                   on 2000/07/30  19:05:48
39335         Log: Find green threads before native threads.
39336              
39337              Subject: Re: Patch to jpl/JNI/Makefile.PL
39338              From: Jens Thomsen <jens@fiend.cis.com>
39339              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
39340              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
39341      Branch: perl
39342            ! jpl/JNI/Makefile.PL
39343 ____________________________________________________________________________
39344 [  6467] By: jhi                                   on 2000/07/30  18:36:22
39345         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
39346      Branch: perl
39347            ! doop.c
39348 ____________________________________________________________________________
39349 [  6466] By: jhi                                   on 2000/07/30  04:37:29
39350         Log: A new version of the "remove UPPERACSE string comparison"
39351              operators.  The problem with the previous one (change #6454)
39352              was that it was for Perl 5.6.0.  From Paul Marquess.
39353      Branch: perl
39354            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
39355            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
39356            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
39357 ____________________________________________________________________________
39358 [  6465] By: jhi                                   on 2000/07/29  22:39:56
39359         Log: Do not upgrade SVs into utf8 just because they participate
39360              in eq or cmp.  Reported and fix suggested in
39361              
39362              Subject: [ID 20000720.009] sv_eq UTF8 bug
39363              From: "Simon Cozens" <simon@othersideofthe.earth.li>
39364              Date: 21 Jul 2000 04:37:29 -0000
39365              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
39366              
39367              Exercise for the kind reader: should we or should we not
39368              cache the utf8 conversion alonside the SV? (as magic,
39369              as thestrxfrm()ed version is cached under use locale)
39370              Argue both for and against.
39371      Branch: perl
39372            ! sv.c
39373 ____________________________________________________________________________
39374 [  6464] By: jhi                                   on 2000/07/29  22:36:22
39375         Log: Subject: UTF8 concat
39376              From: simon@brecon.co.uk (Simon Cozens) 
39377              Date: 30 Jun 2000 06:13:25 GMT
39378              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
39379              
39380              (with a memory leak fixed, plus a few casts added)
39381              
39382              This also seems to help for
39383              
39384              Subject: [ID 20000716.015] join UTF8 weirdness
39385              From: root <root@ak-71.mind.de> 
39386              Date: Sat, 15 Jul 2000 15:29:54 +0200
39387              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
39388              
39389              (from Andreas König)
39390      Branch: perl
39391            ! pp_hot.c
39392 ____________________________________________________________________________
39393 [  6463] By: jhi                                   on 2000/07/29  00:55:39
39394         Log: Tune the comments and hopefully stop a memory leak.
39395      Branch: perl
39396            ! toke.c utf8.c
39397 ____________________________________________________________________________
39398 [  6462] By: jhi                                   on 2000/07/29  00:16:53
39399         Log: The problem described in this
39400              
39401              Subject: [ID 20000322.018] named chars aren't magical enough
39402              From: root <root@dixie.cscaper.com>     
39403              Date: Wed, 22 Mar 2000 18:37:42 -0700
39404              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
39405              
39406              has been fixed in perl 5.6.0 but just in case added a test
39407              to keep it away.  (The report from Joseph Hall.)
39408      Branch: perl
39409            ! t/lib/charnames.t
39410 ____________________________________________________________________________
39411 [  6461] By: jhi                                   on 2000/07/28  23:56:36
39412         Log: Tiny fixes for #6460.
39413      Branch: metaconfig/U/perl
39414            ! gccvers.U
39415      Branch: perl
39416            ! Configure config_h.SH
39417 ____________________________________________________________________________
39418 [  6460] By: jhi                                   on 2000/07/28  23:24:41
39419         Log: Warn if the version of the operating system used to compile gcc
39420              differs from the current version of the operating system.
39421              Also display the gcc compilation os and version in myconfig.
39422              Inspiration from
39423              
39424              Subject: Re: [ID 20000710.003] ERRORS!!         
39425              From: "Kurt D. Starsinic" <kstar@chapin.edu>
39426              Date: Mon, 10 Jul 2000 15:54:16 -0400
39427              Message-ID: <20000710155416.A1384@O2.chapin.edu>
39428      Branch: metaconfig/U/perl
39429            ! gccvers.U
39430      Branch: perl
39431            ! Configure config_h.SH myconfig.SH
39432 ____________________________________________________________________________
39433 [  6459] By: jhi                                   on 2000/07/28  22:00:32
39434         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
39435              letter to $Config{osvers}.
39436      Branch: metaconfig
39437            ! U/modified/Oldconfig.U
39438      Branch: perl
39439            ! Configure config_h.SH
39440 ____________________________________________________________________________
39441 [  6458] By: jhi                                   on 2000/07/28  04:15:39
39442         Log: Back out #6454, doesn't seem to work.
39443              (Reason: that patch was for perl 5.6.0, not perl-current)
39444              (A version of the patch for perl-current came in later as #6466)
39445      Branch: perl
39446            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
39447            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
39448            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
39449 ____________________________________________________________________________
39450 [  6457] By: jhi                                   on 2000/07/27  23:31:49
39451         Log: Use setproctitle() if available to modify $0.
39452              
39453              Subject: setting $* on BSD4 broken
39454              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39455              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
39456              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
39457      Branch: metaconfig
39458            ! U/modified/Myinit.U
39459      Branch: perl
39460            ! Configure config_h.SH mg.c
39461 ____________________________________________________________________________
39462 [  6456] By: jhi                                   on 2000/07/27  14:50:47
39463         Log: Allow "no AutoLoader;", based on change #6444,
39464              suggested by Graham Barr.
39465      Branch: perl
39466            ! lib/AutoLoader.pm
39467 ____________________________________________________________________________
39468 [  6455] By: jhi                                   on 2000/07/27  14:19:10
39469         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
39470              From: rspier@pobox.com (Robert Spier)
39471              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
39472              Message-ID: <14720.15855.787664.424783@rls.cx>
39473      Branch: perl
39474            ! pod/perldiag.pod
39475 ____________________________________________________________________________
39476 [  6454] By: jhi                                   on 2000/07/27  14:03:02
39477         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
39478              for a long time).
39479              
39480              Reported in
39481              
39482              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
39483              From: Ryan Herbert <rherbert@sycamorehq.com>
39484              Date: Mon, 17 Jul 2000 11:40:42 -0400
39485              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
39486              
39487              Patched in
39488              
39489              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
39490              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39491              Date: Wed, 26 Jul 2000 23:40:18 +0100
39492              Message-ID: <000001bff752$79511880$0a17073e@tiny>
39493              
39494              based on an earlier patch from Stephen P. Potter.
39495              
39496              (Removed later by change #6458 because this patch was for
39497              perl 5.6.0, not perl-current)
39498      Branch: perl
39499            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
39500            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
39501            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
39502 ____________________________________________________________________________
39503 [  6453] By: jhi                                   on 2000/07/27  13:48:02
39504         Log: Subject: [PATCH] fixes bug 20000508.004
39505              From: Michael Stevens <mstevens@globnix.org>
39506              Date: Thu, 27 Jul 2000 13:49:04 +0100
39507              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
39508      Branch: perl
39509            ! pod/perldata.pod
39510 ____________________________________________________________________________
39511 [  6452] By: jhi                                   on 2000/07/26  23:51:26
39512         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
39513              and Craig A. Berry.
39514      Branch: perl
39515            ! lib/File/Temp.pm pod/perlport.pod
39516 ____________________________________________________________________________
39517 [  6451] By: jhi                                   on 2000/07/26  19:43:30
39518         Log: Be wary of close()s, too.
39519              
39520              Subject: Re: [PATCH] perlbug cleanup
39521              From: Tim Jenness <t.jenness@jach.hawaii.edu>
39522              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
39523              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
39524      Branch: perl
39525            ! utils/perlbug.PL
39526 ____________________________________________________________________________
39527 [  6450] By: jhi                                   on 2000/07/26  18:41:40
39528         Log: Subject: Minor doc patch: handy.h
39529              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
39530              Date: Wed, 26 Jul 2000 15:34:25 -0300
39531              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
39532      Branch: perl
39533            ! handy.h pod/perlapi.pod
39534 ____________________________________________________________________________
39535 [  6449] By: jhi                                   on 2000/07/26  18:23:55
39536         Log: Subject: [PATCH] minor doc change - perlguts
39537              From: Michael Stevens <mstevens@globnix.org>
39538              Date: Thu, 13 Jul 2000 12:39:18 +0100
39539              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
39540      Branch: perl
39541            ! pod/perlguts.pod
39542 ____________________________________________________________________________
39543 [  6448] By: jhi                                   on 2000/07/26  18:20:30
39544         Log: open() wariness in perlbug.
39545              
39546              Subject: [PATCH] perlbug cleanup
39547              From: Michael Stevens <mstevens@globnix.org>
39548              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
39549              Date: Thu, 13 Jul 2000 15:52:23 +0100
39550      Branch: perl
39551            ! utils/perlbug.PL
39552 ____________________________________________________________________________
39553 [  6447] By: jhi                                   on 2000/07/26  18:13:04
39554         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
39555      Branch: perl
39556            ! lib/File/Temp.pm t/lib/ftmp-security.t
39557 ____________________________________________________________________________
39558 [  6446] By: jhi                                   on 2000/07/26  18:06:32
39559         Log: docfix from Peter Scott <Peter@PSDT.com>.
39560      Branch: perl
39561            ! pod/perlfunc.pod
39562 ____________________________________________________________________________
39563 [  6445] By: jhi                                   on 2000/07/26  17:53:31
39564         Log: Fix *foo{FORMAT}.
39565              
39566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39567              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
39568              Date: Wed, 26 Jul 2000 19:51:02 +0200
39569              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
39570              
39571              From: Graham Barr <gbarr@pobox.com>
39572              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
39573              Date: Wed, 26 Jul 2000 17:38:36 +0100
39574              Message-ID: <20000726173836.L472@pobox.com>
39575      Branch: perl
39576            ! pp.c sv.c t/op/gv.t
39577 ____________________________________________________________________________
39578 [  6444] By: jhi                                   on 2000/07/26  17:49:14
39579         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
39580              from Graham Barr in the module list.
39581      Branch: perl
39582            ! gv.c pod/perlobj.pod
39583 ____________________________________________________________________________
39584 [  6443] By: jhi                                   on 2000/07/26  16:06:56
39585         Log: More split() doc and test patches from Mike Guy.
39586      Branch: perl
39587            ! pod/perlfunc.pod t/op/split.t
39588 ____________________________________________________________________________
39589 [  6442] By: jhi                                   on 2000/07/26  16:05:30
39590         Log: MacOS nits from Matthias Neeracher.
39591      Branch: perl
39592            ! perl.c pp_ctl.c
39593 ____________________________________________________________________________
39594 [  6441] By: jhi                                   on 2000/07/26  04:39:57
39595         Log: Subject: [PATCH] split /^/
39596              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39597              Date: Tue, 25 Jul 2000 14:18:57 +0100
39598              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
39599              
39600              (with notes from tchrist and gbarr)
39601      Branch: perl
39602            ! pod/perlfunc.pod t/op/split.t
39603 ____________________________________________________________________________
39604 [  6440] By: jhi                                   on 2000/07/26  04:32:32
39605         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
39606              From: Peter Prymmer <pvhp@forte.com>
39607              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
39608              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
39609      Branch: perl
39610            ! vms/munchconfig.c
39611 ____________________________________________________________________________
39612 [  6439] By: jhi                                   on 2000/07/26  04:31:01
39613         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
39614              to be fatal errors (instead of by default ignoring them, and
39615              ignoring with a bug: even though -w gave an error, the opening [
39616              was left in)  Reported in:
39617              
39618              Subject: [ID 20000716.024] [=cc=] / [:blank:]
39619              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
39620              Date: Sun, 16 Jul 2000 17:55:29 -0700
39621              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
39622      Branch: perl
39623            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
39624 ____________________________________________________________________________
39625 [  6438] By: jhi                                   on 2000/07/25  15:41:15
39626         Log: Subject: [PATCH] av.c apidoc
39627              From: simon@brecon.co.uk (Simon Cozens)
39628              Date: 24 Jul 2000 06:40:52 GMT
39629              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
39630      Branch: perl
39631            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
39632            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
39633 ____________________________________________________________________________
39634 [  6437] By: jhi                                   on 2000/07/25  14:05:36
39635         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
39636              From: "Stephen P. Potter" <spp@ds.net>
39637              Date: Mon, 24 Jul 2000 14:22:23 -0400
39638              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
39639      Branch: perl
39640            ! pod/perllocale.pod
39641 ____________________________________________________________________________
39642 [  6436] By: jhi                                   on 2000/07/25  14:02:03
39643         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
39644              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39645              Date: Mon, 24 Jul 2000 18:04:28 +0100
39646              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
39647      Branch: perl
39648            ! t/lib/syslfs.t t/op/lfs.t
39649 ____________________________________________________________________________
39650 [  6435] By: jhi                                   on 2000/07/25  13:59:28
39651         Log: Get UTF16 BOMs working.  Patch from
39652              
39653              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
39654              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39655              Date: Tue, 25 Jul 2000 12:52:45 +0100
39656              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
39657              
39658              and notes from
39659              
39660              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
39661              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39662              Date: Tue, 25 Jul 2000 11:43:25 +0100
39663              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
39664      Branch: perl
39665            ! t/comp/require.t toke.c utf8.c
39666 ____________________________________________________________________________
39667 [  6434] By: jhi                                   on 2000/07/25  02:39:54
39668         Log: Make the "uninit variable" warning to say "concat or string"
39669              or "join or string" when in concat or join .
39670              
39671              Subject: Re: [ID 20000403.009] uninitialised concatenation???
39672              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39673              Date: Tue, 04 Apr 2000 18:22:58 +0100
39674              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
39675              
39676              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
39677              From: William R Ward <hermit@BayView.COM>
39678              Date: Thu, 30 Mar 2000 19:50:03 -0800
39679              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
39680      Branch: perl
39681            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
39682            ! t/pragma/warn/op t/pragma/warn/sv
39683 ____________________________________________________________________________
39684 [  6433] By: jhi                                   on 2000/07/24  17:52:56
39685         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
39686      Branch: perl
39687            ! lib/File/Spec/VMS.pm
39688 ____________________________________________________________________________
39689 [  6432] By: jhi                                   on 2000/07/24  17:44:44
39690         Log: Test cases for #6431.
39691              
39692              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
39693              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39694              Date: Mon, 24 Jul 2000 15:32:29 +0100
39695              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
39696      Branch: perl
39697            ! t/op/pat.t t/op/split.t
39698 ____________________________________________________________________________
39699 [  6431] By: jhi                                   on 2000/07/24  17:43:17
39700         Log: Bind op fix.
39701              
39702              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
39703              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39704              Date: Mon, 17 Jul 2000 20:04:56 +0100
39705              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
39706      Branch: perl
39707            ! op.c
39708 ____________________________________________________________________________
39709 [  6430] By: jhi                                   on 2000/07/24  03:42:42
39710         Log: Subject: [ID 20000716.023] syslog test fails without sockets
39711              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39712              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
39713              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
39714      Branch: metaconfig/U/perl
39715            ! Extensions.U
39716      Branch: perl
39717            ! Configure config_h.SH
39718 ____________________________________________________________________________
39719 [  6429] By: jhi                                   on 2000/07/24  03:11:52
39720         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
39721              case, but add also notes explaining the relationship of this
39722              patch and the earlier notes by Sarathy.
39723              
39724              Subject: Map is still slow
39725              From: "Ben Tilly" <ben_tilly@hotmail.com>
39726              Date: Sat, 15 Jul 2000 17:23:27 EDT
39727              Message-ID: <20000715212327.21656.qmail@hotmail.com>
39728      Branch: perl
39729            ! pp_ctl.c
39730 ____________________________________________________________________________
39731 [  6428] By: jhi                                   on 2000/07/24  02:58:52
39732         Log: Documentation to explain the behaviour of map().
39733              
39734              Subject: Re: Map is still slow 
39735              From: Gurusamy Sarathy <gsar@ActiveState.com>
39736              Date: Sat, 15 Jul 2000 16:05:09 -0700
39737              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
39738      Branch: perl
39739            ! pp_ctl.c
39740 ____________________________________________________________________________
39741 [  6427] By: jhi                                   on 2000/07/24  02:50:03
39742         Log: Add tests for
39743              [ID 19991110.003] another matching finding by pcre author
39744              which has already been fixed by some patch, as verified in
39745              
39746              Subject: Re: two regex bugs from the mists of time (well, last November)
39747              From: Hugo <hv@crypt.compulink.co.uk>
39748              Date: Sat, 22 Jul 2000 18:12:58 +0100
39749              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
39750      Branch: perl
39751            ! t/op/re_tests
39752 ____________________________________________________________________________
39753 [  6426] By: jhi                                   on 2000/07/24  02:11:20
39754         Log: A missing 'break' after the [[:space:]] switch case.
39755              
39756              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
39757              From: "Stephen P. Potter" <spp@ds.net>
39758              Date: Tue, 18 Jul 2000 16:25:17 -0400
39759              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
39760      Branch: perl
39761            ! regcomp.c
39762 ____________________________________________________________________________
39763 [  6425] By: jhi                                   on 2000/07/24  02:06:12
39764         Log: The output might have been produced in the wrong order.
39765              
39766              Subject: [ID 20000720.003] [PATCH] t/op/write.t
39767              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39768              Date: Thu, 20 Jul 2000 18:49:18 +0100
39769              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
39770      Branch: perl
39771            ! t/op/write.t
39772 ____________________________________________________________________________
39773 [  6424] By: jhi                                   on 2000/07/24  02:00:07
39774         Log: Use STDOUT consistently.
39775              
39776              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
39777              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39778              Date: Thu, 20 Jul 2000 18:04:01 +0100
39779              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
39780      Branch: perl
39781            ! lib/Test/Harness.pm
39782 ____________________________________________________________________________
39783 [  6423] By: jhi                                   on 2000/07/24  01:54:54
39784         Log: Protect against "wild next"s, that is, callbacks doing "next"
39785              instead of "return".
39786              
39787              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
39788              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39789              Date: Tue, 18 Jul 2000 11:30:16 +0100
39790              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
39791      Branch: perl
39792            ! lib/File/Find.pm
39793 ____________________________________________________________________________
39794 [  6422] By: jhi                                   on 2000/07/24  01:35:47
39795         Log: Out-of-date note removed.
39796              
39797              Subject: [PATCH] documentation perlipc
39798              From: rspier@pobox.com (Robert Spier)
39799              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
39800              Message-ID: <14711.35178.572612.502654@rls.cx>
39801      Branch: perl
39802            ! pod/perlipc.pod
39803 ____________________________________________________________________________
39804 [  6421] By: jhi                                   on 2000/07/24  00:09:18
39805         Log: Send all installperl messages to STDERR and be -w clean.
39806              
39807              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
39808              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39809              Date: Sat, 22 Jul 2000 14:02:11 +0100
39810              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
39811      Branch: perl
39812            ! installperl
39813 ____________________________________________________________________________
39814 [  6420] By: jhi                                   on 2000/07/24  00:04:19
39815         Log: Decutandpasto.
39816              
39817              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
39818              From: "Richard Soderberg" <rs@crystalflame.net>
39819              Date: Sun, 23 Jul 2000 01:37:23 -0700
39820              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
39821      Branch: perl
39822            ! pod/perlipc.pod
39823 ____________________________________________________________________________
39824 [  6419] By: jhi                                   on 2000/07/24  00:01:12
39825         Log: A cleaner abs_path().
39826              Subject: Re: unix alternative to Cwd.pm
39827              From: Jeff Pinyan <jeffp@crusoe.net>
39828              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
39829              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
39830      Branch: perl
39831            ! lib/Cwd.pm
39832 ____________________________________________________________________________
39833 [  6418] By: jhi                                   on 2000/07/23  23:48:56
39834         Log: Detypo.
39835              
39836              Subject: [PATCH perl-current] Typo in hints/powerux.sh
39837              From: "Richard Soderberg" <rs@crystalflame.net>
39838              Date: Sun, 23 Jul 2000 01:27:33 -0700
39839              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
39840      Branch: perl
39841            ! hints/powerux.sh
39842 ____________________________________________________________________________
39843 [  6417] By: jhi                                   on 2000/07/17  22:13:31
39844         Log: Subject: SDBM_File documentation
39845              From: mjd@plover.com
39846              Date: 16 Jul 2000 17:41:17 -0000
39847              Message-ID: <20000716174117.18515.qmail@plover.com>
39848      Branch: perl
39849            ! ext/SDBM_File/SDBM_File.pm
39850 ____________________________________________________________________________
39851 [  6416] By: jhi                                   on 2000/07/17  19:13:26
39852         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
39853      Branch: perl
39854            ! hints/mpeix.sh mpeix/relink
39855 ____________________________________________________________________________
39856 [  6415] By: jhi                                   on 2000/07/15  14:11:02
39857         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
39858              the utf8 'characters' can be more than one octet).
39859              
39860              Date: Sat, 15 Jul 2000 00:21:56 +0100
39861              From: Tom Hughes <tom@compton.nu>
39862              Subject: Re: [ID 20000714.002]
39863              Message-ID: <db2334de49.tom@compton.compton.nu>
39864              
39865              Reported in
39866              
39867              Subject: [ID 20000714.002]
39868              From: "Simon Cozens" <simon@othersideofthe.earth.li>
39869              Date: 14 Jul 2000 15:13:09 -0000
39870              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
39871      Branch: perl
39872            ! doop.c
39873 ____________________________________________________________________________
39874 [  6414] By: jhi                                   on 2000/07/15  03:13:41
39875         Log: another VMS build tweak from Peter Prymmer
39876      Branch: perl
39877            ! vms/descrip_mms.template
39878 ____________________________________________________________________________
39879 [  6413] By: jhi                                   on 2000/07/15  03:10:40
39880         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
39881      Branch: perl
39882            ! vms/perlvms.pod
39883 ____________________________________________________________________________
39884 [  6412] By: jhi                                   on 2000/07/15  00:31:05
39885         Log: More docs for sv functions.
39886              
39887              Subject: [PATCH cfgperl] sv.c apidoc
39888              From: simon@brecon.co.uk (Simon Cozens)
39889              Date: 13 Jul 2000 09:00:20 GMT
39890              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
39891              
39892              Subject: Re: [PATCH cfgperl] sv.c apidoc
39893              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39894              Date: Thu, 13 Jul 2000 12:27:41 +0100
39895              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
39896              
39897              Subject: Re: [PATCH cfgperl] sv.c apidoc
39898              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39899              Date: Thu, 13 Jul 2000 13:23:09 +0100
39900              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
39901              
39902              Subject: Re: [PATCH cfgperl] sv.c apidoc
39903              From: simon@brecon.co.uk (Simon Cozens)
39904              Date: 14 Jul 2000 06:51:02 GMT
39905              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
39906      Branch: perl
39907            ! embed.pl pod/perlapi.pod sv.c
39908 ____________________________________________________________________________
39909 [  6411] By: jhi                                   on 2000/07/15  00:10:41
39910         Log: lib/b test fixes from Peter Prymmer.
39911      Branch: perl
39912            ! t/lib/b.t
39913 ____________________________________________________________________________
39914 [  6410] By: jhi                                   on 2000/07/15  00:02:09
39915         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
39916              From: Hugo <hv@crypt.compulink.co.uk>
39917              Date: Fri, 14 Jul 2000 23:05:20 +0100
39918              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
39919              
39920              Didn't anymore apply, but that point still could use another fix.
39921      Branch: perl
39922            ! pod/perlfunc.pod
39923 ____________________________________________________________________________
39924 [  6409] By: jhi                                   on 2000/07/14  23:15:15
39925         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
39926              not in pod, from Peter Prymmer
39927      Branch: perl
39928            ! vms/descrip_mms.template
39929 ____________________________________________________________________________
39930 [  6408] By: jhi                                   on 2000/07/14  20:35:05
39931         Log: The bug report
39932              [ID 19991110.002] minimal matching discrepancy found by pcre author
39933              seems to have been fixed (though differently from what was suggested
39934              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
39935      Branch: perl
39936            ! t/op/re_tests
39937 ____________________________________________________________________________
39938 [  6407] By: jhi                                   on 2000/07/14  17:38:08
39939         Log: Fix AutoSplit to use File::Spec the right way in VMS,
39940              from Peter Prymmer.
39941      Branch: perl
39942            ! lib/AutoSplit.pm
39943 ____________________________________________________________________________
39944 [  6406] By: jhi                                   on 2000/07/14  14:13:22
39945         Log: Merge perlhacktut into perlhack, update perlguts.
39946              
39947              Subject: Re: Perlhacktut
39948              From: simon@brecon.co.uk (Simon Cozens)
39949              Date: 14 Jul 2000 06:49:21 GMT
39950              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
39951              
39952              Subject: Re: Perlhacktut
39953              From: simon@brecon.co.uk (Simon Cozens)
39954              Date: 14 Jul 2000 07:09:45 GMT
39955              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
39956      Branch: perl
39957            ! pod/perlguts.pod pod/perlhack.pod
39958 ____________________________________________________________________________
39959 [  6405] By: jhi                                   on 2000/07/14  14:02:31
39960         Log: Integrate with Sarathy.
39961      Branch: cfgperl
39962           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
39963           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
39964           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
39965 ____________________________________________________________________________
39966 [  6404] By: gsar                                  on 2000/07/14  12:15:02
39967         Log: PERL_OBJECT build tweaks
39968      Branch: perl
39969            ! toke.c
39970 ____________________________________________________________________________
39971 [  6403] By: gsar                                  on 2000/07/14  11:23:41
39972         Log: inconsistent types needs casts
39973      Branch: perl
39974            ! toke.c
39975 ____________________________________________________________________________
39976 [  6402] By: gsar                                  on 2000/07/14  11:12:04
39977         Log: typos in change#6399, regen headers
39978      Branch: perl
39979            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
39980 ____________________________________________________________________________
39981 [  6401] By: gsar                                  on 2000/07/14  10:59:12
39982         Log: typecasts needed for change#6394
39983      Branch: perl
39984            ! toke.c
39985 ____________________________________________________________________________
39986 [  6400] By: gsar                                  on 2000/07/14  10:49:37
39987         Log: integrate cfgperl contents into mainline
39988      Branch: perl
39989           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
39990           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
39991 ____________________________________________________________________________
39992 [  6399] By: gsar                                  on 2000/07/14  10:38:35
39993         Log: enable UTF-16 filter by default if relevant BOM is seen; various
39994              cleanups (typos, misformatted code, and small bugs)
39995      Branch: perl
39996            ! doop.c embed.pl mg.c op.c pp.c toke.c
39997 ____________________________________________________________________________
39998 [  6398] By: gsar                                  on 2000/07/14  08:55:38
39999         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
40000              name suggests anyway)
40001      Branch: perl
40002            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
40003 ____________________________________________________________________________
40004 [  6397] By: gsar                                  on 2000/07/14  08:44:33
40005         Log: move new variables to the end of the interpreter structure (for
40006              bincompat in code that doesn't #include XSUB.h)
40007      Branch: perl
40008            ! intrpvar.h
40009 ____________________________________________________________________________
40010 [  6396] By: gsar                                  on 2000/07/14  08:13:58
40011         Log: MakeMaker should not remove editor backups (*~) on `make clean`
40012              by default (completes change#6383)
40013      Branch: perl
40014            ! lib/ExtUtils/MM_Unix.pm
40015 ____________________________________________________________________________
40016 [  6395] By: jhi                                   on 2000/07/14  05:20:33
40017         Log: Replace change #6337 with a better one.
40018              
40019              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
40020              From: Hugo <hv@crypt.compulink.co.uk>
40021              Date: Fri, 14 Jul 2000 04:16:20 +0100
40022              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
40023      Branch: cfgperl
40024            ! regexec.c t/op/re_tests
40025 ____________________________________________________________________________
40026 [  6394] By: jhi                                   on 2000/07/14  01:33:59
40027         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
40028      Branch: cfgperl
40029            ! embed.pl global.sym proto.h toke.c
40030 ____________________________________________________________________________
40031 [  6393] By: jhi                                   on 2000/07/13  23:41:23
40032         Log: remove discarded test
40033      Branch: cfgperl
40034            ! MANIFEST
40035 ____________________________________________________________________________
40036 [  6392] By: jhi                                   on 2000/07/13  23:32:25
40037         Log: The {multiplier} of a fixed substring was overlooked which
40038              caused a wrong initial search offset for that substring.
40039              
40040              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
40041              From: Hugo <hv@crypt.compulink.co.uk>
40042              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
40043              Date: Thu, 13 Jul 2000 19:27:13 +0100
40044      Branch: cfgperl
40045            ! regcomp.c t/op/re_tests
40046 ____________________________________________________________________________
40047 [  6391] By: jhi                                   on 2000/07/13  16:37:42
40048         Log: typo fix from Craig Berry
40049      Branch: cfgperl
40050            ! vms/subconfigure.com
40051 ____________________________________________________________________________
40052 [  6390] By: jhi                                   on 2000/07/13  13:20:12
40053         Log: Integrate with Sarathy.
40054      Branch: cfgperl
40055            - t/op/method2entersub.t
40056           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
40057           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
40058           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
40059           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
40060 ____________________________________________________________________________
40061 [  6389] By: jhi                                   on 2000/07/13  13:18:48
40062         Log: Detypo from Peter Prymmer, part of #6388.
40063      Branch: cfgperl
40064            ! Configure config_h.SH
40065      Branch: metaconfig
40066            ! U/modified/d_longlong.U
40067 ____________________________________________________________________________
40068 [  6388] By: gsar                                  on 2000/07/13  06:33:40
40069         Log: typos (spotted by Peter Prymmer)
40070      Branch: perl
40071            ! Configure t/lib/english.t
40072 ____________________________________________________________________________
40073 [  6387] By: gsar                                  on 2000/07/13  05:35:28
40074         Log: new selfloader.t in change#6183 doesn't close DATA handles,
40075              and thus fails to clean up tmp files on dosish platforms
40076      Branch: perl
40077            ! t/lib/selfloader.t
40078 ____________________________________________________________________________
40079 [  6386] By: gsar                                  on 2000/07/12  21:42:39
40080         Log: sprintf test tweaks (from Dominic Dunlop)
40081      Branch: perl
40082            ! t/op/sprintf.t
40083 ____________________________________________________________________________
40084 [  6385] By: gsar                                  on 2000/07/12  21:33:46
40085         Log: fix bugs in processing %v-*d and similar format specs (from
40086              Avi Finkel <avi@finkel.org>)
40087      Branch: perl
40088            ! sv.c t/op/sprintf.t
40089 ____________________________________________________________________________
40090 [  6384] By: gsar                                  on 2000/07/12  16:04:19
40091         Log: readd missing perldelta.pod changes from changes#6339,6376
40092      Branch: perl
40093            ! pod/perldelta.pod
40094 ____________________________________________________________________________
40095 [  6383] By: gsar                                  on 2000/07/12  16:00:51
40096         Log: don't clobber *.orig files on *clean targets
40097      Branch: perl
40098            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
40099 ____________________________________________________________________________
40100 [  6382] By: gsar                                  on 2000/07/12  07:59:12
40101         Log: fix broken integrations in cfgperl
40102      Branch: cfgperl
40103           !> Changes pod/perldelta.pod
40104 ____________________________________________________________________________
40105 [  6381] By: gsar                                  on 2000/07/12  07:42:17
40106         Log: integrate cfgperl changes into mainline
40107      Branch: perl
40108            ! Changes
40109           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
40110           !> pod/perlre.pod
40111 ____________________________________________________________________________
40112 [  6380] By: gsar                                  on 2000/07/12  07:31:00
40113         Log: get sprintf.t to adjust properly for 3-digit exponents
40114      Branch: perl
40115            ! t/op/sprintf.t
40116 ____________________________________________________________________________
40117 [  6379] By: gsar                                  on 2000/07/12  06:40:04
40118         Log: change#6174 needs corresponding change in win32/config_h.PL,
40119              which grovels through config_h.SH to find the config.h name
40120      Branch: perl
40121            ! win32/config_h.PL
40122 ____________________________________________________________________________
40123 [  6378] By: jhi                                   on 2000/07/12  05:03:59
40124         Log: Do the cc sanity check both before the hints and
40125              after the cc selction.
40126      Branch: cfgperl
40127            ! Configure config_h.SH
40128      Branch: metaconfig
40129            ! U/modified/Oldconfig.U U/modified/cc.U
40130      Branch: metaconfig/U/perl
40131            + Checkcc.U
40132 ____________________________________________________________________________
40133 [  6377] By: jhi                                   on 2000/07/12  02:49:22
40134         Log: Fix nits noticed by Boston.pm.
40135      Branch: cfgperl
40136            ! pod/perlre.pod
40137 ____________________________________________________________________________
40138 [  6376] By: jhi                                   on 2000/07/11  21:22:13
40139         Log: Configure cosmetics and perldelta.
40140      Branch: cfgperl
40141            ! Configure config_h.SH pod/perldelta.pod
40142      Branch: metaconfig
40143            ! U/modified/cc.U
40144 ____________________________________________________________________________
40145 [  6375] By: gsar                                  on 2000/07/11  21:17:35
40146         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
40147      Branch: perl
40148            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
40149            ! win32/win32sck.c
40150 ____________________________________________________________________________
40151 [  6374] By: gsar                                  on 2000/07/11  20:48:50
40152         Log: tweak for build failure under multiplicity
40153      Branch: perl
40154            ! toke.c
40155 ____________________________________________________________________________
40156 [  6373] By: gsar                                  on 2000/07/11  20:37:23
40157         Log: integrate cfgperl changes#6325..6373 into mainline
40158              (NOTE: today's batch of integrations still untested)
40159      Branch: perl
40160           +> ext/DynaLoader/hints/netbsd.pl
40161            ! Changes
40162           !> (integrate 26 files)
40163 ____________________________________________________________________________
40164 [  6372] By: jhi                                   on 2000/07/11  20:30:36
40165         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
40166              regen perltoc.
40167      Branch: cfgperl
40168            + pod/perlbook.pod
40169            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
40170            ! pod/perltoc.pod
40171 ____________________________________________________________________________
40172 [  6371] By: jhi                                   on 2000/07/11  20:08:56
40173         Log: Minor cleanups on the booklist.
40174      Branch: cfgperl
40175            ! pod/perlfaq2.pod
40176 ____________________________________________________________________________
40177 [  6370] By: jhi                                   on 2000/07/11  19:31:13
40178         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
40179      Branch: cfgperl
40180            ! t/pragma/overload.t
40181 ____________________________________________________________________________
40182 [  6369] By: gsar                                  on 2000/07/11  19:27:48
40183         Log: integrate cfgperl changes#6293..6324 into mainline
40184      Branch: perl
40185           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
40186            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
40187           !> (integrate 30 files)
40188 ____________________________________________________________________________
40189 [  6368] By: gsar                                  on 2000/07/11  19:18:57
40190         Log: skip integrate of problematic change#6292 from cfgperl into mainline
40191      Branch: perl
40192           !> pp_hot.c
40193 ____________________________________________________________________________
40194 [  6367] By: gsar                                  on 2000/07/11  19:17:21
40195         Log: integrate cfgperl changes#6288..6290 into mainline
40196      Branch: perl
40197           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
40198 ____________________________________________________________________________
40199 [  6366] By: gsar                                  on 2000/07/11  19:11:18
40200         Log: integrate cfgperl changes#6268..6282 into mainline
40201      Branch: perl
40202           !> (integrate 30 files)
40203 ____________________________________________________________________________
40204 [  6365] By: gsar                                  on 2000/07/11  18:57:00
40205         Log: delete new accidentally branched file
40206      Branch: perl
40207            - t/op/method2entersub.t
40208 ____________________________________________________________________________
40209 [  6364] By: gsar                                  on 2000/07/11  18:55:13
40210         Log: skip integrate of change#6267 from cfgperl into mainline (the
40211              method call optimization is flawed without additional hints
40212              from user about immutableness of @ISA and no runtime method
40213              definitions)
40214      Branch: perl
40215           +> t/op/method2entersub.t
40216           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
40217           !> perl.h t/op/sprintf.t xsutils.c
40218 ____________________________________________________________________________
40219 [  6363] By: gsar                                  on 2000/07/11  18:49:43
40220         Log: integrate cfgperl changes#6261..6266 into mainline
40221      Branch: perl
40222           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
40223           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
40224           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40225           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
40226 ____________________________________________________________________________
40227 [  6362] By: gsar                                  on 2000/07/11  18:43:26
40228         Log: integrate cfgperl changes#6252..6260 into mainline
40229      Branch: perl
40230           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
40231           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
40232           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
40233           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
40234 ____________________________________________________________________________
40235 [  6361] By: gsar                                  on 2000/07/11  18:37:12
40236         Log: skip integrate of problematic change#6251 from cfgperl into mainline
40237      Branch: perl
40238           !> lib/Exporter.pm
40239 ____________________________________________________________________________
40240 [  6360] By: gsar                                  on 2000/07/11  18:34:56
40241         Log: integrate cfgperl change#6250 into mainline
40242      Branch: perl
40243           +> t/op/my_stash.t
40244           !> MANIFEST embed.pl proto.h toke.c
40245 ____________________________________________________________________________
40246 [  6359] By: gsar                                  on 2000/07/11  18:21:19
40247         Log: integrate cfgperl changes#6242..6249 into mainline
40248      Branch: perl
40249           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
40250           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
40251           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
40252           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
40253           !> t/lib/peek.t utf8.c
40254 ____________________________________________________________________________
40255 [  6358] By: gsar                                  on 2000/07/11  18:15:45
40256         Log: skip integrate of problematic change#6241 from cfgperl into mainline
40257      Branch: perl
40258           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
40259 ____________________________________________________________________________
40260 [  6357] By: jhi                                   on 2000/07/11  18:15:16
40261         Log: Fix for
40262              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
40263              From: Roderick Schertler <roderick@argon.org> 
40264              Date: Tue, 11 Jul 2000 13:55:05 -0400 
40265              Message-Id: <200007111755.NAA05077@jones.argon.org> 
40266      Branch: cfgperl
40267            ! doio.c
40268 ____________________________________________________________________________
40269 [  6356] By: jhi                                   on 2000/07/11  18:12:51
40270         Log: Typo in #6341.
40271      Branch: cfgperl
40272            ! pp_hot.c
40273 ____________________________________________________________________________
40274 [  6355] By: gsar                                  on 2000/07/11  18:12:10
40275         Log: integrate cfgperl changes#6231..6240 into mainline
40276      Branch: perl
40277           +> pod/perlutil.pod
40278           !> (integrate 35 files)
40279 ____________________________________________________________________________
40280 [  6354] By: jhi                                   on 2000/07/11  18:04:34
40281         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
40282              From: Dominic Dunlop <domo@computer.org> 
40283              Date: Tue, 11 Jul 2000 12:27:33 +0200 
40284              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
40285              
40286              Replaces change #6268.
40287      Branch: cfgperl
40288            ! t/op/sprintf.t
40289 ____________________________________________________________________________
40290 [  6353] By: gsar                                  on 2000/07/11  17:59:51
40291         Log: skip integrate of problematic change#6230 from cfgperl into mainline
40292              (a later version of File::Spec is already in mainline)
40293      Branch: perl
40294           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
40295           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
40296 ____________________________________________________________________________
40297 [  6352] By: gsar                                  on 2000/07/11  17:57:48
40298         Log: integrate cfgperl changes#6224..6229 into mainline
40299      Branch: perl
40300           +> lib/lib.pm.PL
40301            - lib/lib.pm
40302           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
40303           !> lib/English.pm op.c t/lib/english.t
40304 ____________________________________________________________________________
40305 [  6351] By: gsar                                  on 2000/07/11  17:50:10
40306         Log: skip integrate of problematic change#6223 from cfgperl into mainline
40307      Branch: perl
40308           !> doio.c
40309 ____________________________________________________________________________
40310 [  6350] By: gsar                                  on 2000/07/11  17:48:28
40311         Log: integrate cfgperl changes#6220..6222 into mainline
40312      Branch: perl
40313           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
40314           !> toke.c utf8.c win32/win32.h
40315 ____________________________________________________________________________
40316 [  6349] By: gsar                                  on 2000/07/11  17:46:13
40317         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
40318              mainline
40319      Branch: perl
40320           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40321           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40322           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40323 ____________________________________________________________________________
40324 [  6348] By: jhi                                   on 2000/07/11  17:45:49
40325         Log: README.posix-bc podified from Thomas Dorner.
40326      Branch: cfgperl
40327            ! README.posix-bc
40328 ____________________________________________________________________________
40329 [  6347] By: gsar                                  on 2000/07/11  17:42:04
40330         Log: integrate cfgperl change#6217 into mainline
40331      Branch: perl
40332           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
40333           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
40334           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
40335 ____________________________________________________________________________
40336 [  6346] By: gsar                                  on 2000/07/11  17:39:37
40337         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
40338              mainline
40339      Branch: perl
40340           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
40341           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40342           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
40343           !> perlapi.h pod/perlapi.pod
40344 ____________________________________________________________________________
40345 [  6345] By: gsar                                  on 2000/07/11  17:36:42
40346         Log: integrate cfgperl changes#6207..6210 into mainline
40347      Branch: perl
40348           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
40349           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
40350 ____________________________________________________________________________
40351 [  6344] By: gsar                                  on 2000/07/11  17:31:20
40352         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
40353              mainline
40354      Branch: perl
40355           !> (integrate 40 files)
40356 ____________________________________________________________________________
40357 [  6343] By: gsar                                  on 2000/07/11  17:19:08
40358         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
40359      Branch: perl
40360           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
40361            ! Changes
40362           !> (integrate 34 files)
40363 ____________________________________________________________________________
40364 [  6342] By: jhi                                   on 2000/07/11  16:05:48
40365         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
40366              To: perl5-porters@perl.org
40367              From: Karsten Sperling <spiff@phreax.net>
40368              Date: Mon, 10 Jul 2000 15:12:52 +0200
40369              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
40370      Branch: cfgperl
40371            ! lib/Symbol.pm
40372 ____________________________________________________________________________
40373 [  6341] By: jhi                                   on 2000/07/11  15:59:23
40374         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
40375              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40376              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
40377              Date: Fri, 07 Jul 2000 17:57:16 +0100
40378      Branch: cfgperl
40379            ! pp_hot.c
40380 ____________________________________________________________________________
40381 [  6340] By: jhi                                   on 2000/07/11  15:55:47
40382         Log: Subject: Re: format bug report  [Patch]
40383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40384              Date: Wed, 05 Jul 2000 13:12:52 +0200
40385              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
40386              
40387              Subject: Re: format bug report  [Patch]
40388              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40389              Date: Wed, 05 Jul 2000 14:10:01 +0200
40390              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
40391      Branch: cfgperl
40392            ! t/op/write.t toke.c
40393 ____________________________________________________________________________
40394 [  6339] By: jhi                                   on 2000/07/11  13:54:09
40395         Log: Be less forgiving about ambiguous and illegal tr ranges.
40396              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
40397              From: Mark-Jason Dominus <mjd@plover.com>
40398              Date: Tue, 04 Jul 2000 10:00:12 -0400
40399              Message-ID: <20000704140012.17772.qmail@plover.com>
40400              
40401              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
40402              From: Mark-Jason Dominus <mjd@plover.com>
40403              Date: Wed, 05 Jul 2000 09:37:36 -0400
40404              Message-ID: <20000705133736.27293.qmail@plover.com>
40405      Branch: cfgperl
40406            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
40407 ____________________________________________________________________________
40408 [  6338] By: jhi                                   on 2000/07/11  13:31:24
40409         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
40410              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40411              Date: Tue, 11 Jul 2000 13:50:51 +0100
40412              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
40413      Branch: cfgperl
40414            ! sv.c
40415 ____________________________________________________________________________
40416 [  6337] By: jhi                                   on 2000/07/11  13:29:14
40417         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
40418              From: Hugo <hv@crypt.compulink.co.uk>
40419              Date: Tue, 11 Jul 2000 12:44:50 +0100
40420              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
40421      Branch: cfgperl
40422            ! regexec.c t/op/re_tests
40423 ____________________________________________________________________________
40424 [  6336] By: jhi                                   on 2000/07/11  13:26:47
40425         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
40426              From: simon@brecon.co.uk (Simon Cozens)
40427              Date: 7 Jul 2000 11:26:09 GMT
40428              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
40429      Branch: cfgperl
40430            ! mg.c
40431 ____________________________________________________________________________
40432 [  6335] By: jhi                                   on 2000/07/11  13:23:37
40433         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
40434              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
40435              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
40436              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
40437      Branch: cfgperl
40438            + ext/DynaLoader/hints/netbsd.pl
40439            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
40440 ____________________________________________________________________________
40441 [  6334] By: jhi                                   on 2000/07/11  13:20:38
40442         Log: Subject: PATCH perlguts.pod: Document D and d magic types
40443              From: mjd@plover.com
40444              Date: 5 Jul 2000 18:01:51 -0000
40445              Message-ID: <20000705180151.29413.qmail@plover.com>
40446      Branch: cfgperl
40447            ! pod/perlguts.pod
40448 ____________________________________________________________________________
40449 [  6333] By: jhi                                   on 2000/07/11  13:15:51
40450         Log: Precedence goof, fix based on
40451              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
40452              From: Hugo <hv@crypt.compulink.co.uk>
40453              Date: Tue, 11 Jul 2000 12:52:38 +0100
40454              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
40455      Branch: cfgperl
40456            ! t/op/taint.t
40457 ____________________________________________________________________________
40458 [  6332] By: jhi                                   on 2000/07/11  12:40:17
40459         Log: Integrate with Sarathy.
40460      Branch: cfgperl
40461           !> win32/win32sck.c
40462 ____________________________________________________________________________
40463 [  6331] By: jhi                                   on 2000/07/10  20:14:16
40464         Log: Sprinkle ldlibpath.
40465      Branch: cfgperl
40466            ! pod/Makefile.SH
40467 ____________________________________________________________________________
40468 [  6330] By: jhi                                   on 2000/07/10  17:54:49
40469         Log: More POSIX.pod tweaks.
40470      Branch: cfgperl
40471            ! ext/POSIX/POSIX.pod
40472 ____________________________________________________________________________
40473 [  6329] By: jhi                                   on 2000/07/10  14:02:12
40474         Log: Reorder perl.pod once more.
40475      Branch: cfgperl
40476            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40477 ____________________________________________________________________________
40478 [  6328] By: gsar                                  on 2000/07/10  07:06:00
40479         Log: accept() leaks memory on windows due to incorrect ordering of
40480              closesocket() and fclose() calls
40481      Branch: perl
40482            ! win32/win32sck.c
40483 ____________________________________________________________________________
40484 [  6327] By: gsar                                  on 2000/07/10  06:49:17
40485         Log: winsock options weren't being set in all threads under ithreads
40486              (caused send()s from second and subsequent threads to fail)
40487      Branch: perl
40488            ! win32/win32sck.c
40489 ____________________________________________________________________________
40490 [  6326] By: jhi                                   on 2000/07/08  02:45:40
40491         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
40492              was cast to an unsigned (32-bit) integer with wild abandon.
40493      Branch: cfgperl
40494            ! ext/Devel/DProf/DProf.xs
40495 ____________________________________________________________________________
40496 [  6325] By: jhi                                   on 2000/07/07  18:50:33
40497         Log: Remove perlbook, update perlfaq book listing,
40498              rearrange perl.pod, regenerate perltoc.
40499      Branch: cfgperl
40500            - pod/perlbook.pod
40501            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
40502            ! pod/perlfaq2.pod pod/perltoc.pod
40503 ____________________________________________________________________________
40504 [  6324] By: jhi                                   on 2000/07/07  14:03:40
40505         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
40506      Branch: cfgperl
40507            ! sv.h toke.c
40508 ____________________________________________________________________________
40509 [  6323] By: jhi                                   on 2000/07/06  16:03:55
40510         Log: Fix complaints of buildtoc.
40511      Branch: cfgperl
40512            + lib/Win32.pod
40513            - pod/Win32.pod
40514            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40515 ____________________________________________________________________________
40516 [  6322] By: jhi                                   on 2000/07/06  15:15:52
40517         Log: Add =head1 NAMEs so that buildtoc is happy.
40518              (The CGI::Util nit reported to Lincoln.)
40519      Branch: cfgperl
40520            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
40521            ! pod/perltoc.pod
40522 ____________________________________________________________________________
40523 [  6321] By: jhi                                   on 2000/07/06  03:16:04
40524         Log: Config is being used.
40525      Branch: cfgperl
40526            ! t/op/method.t
40527 ____________________________________________________________________________
40528 [  6320] By: jhi                                   on 2000/07/06  03:13:13
40529         Log: Integrate with Sarathy.
40530      Branch: cfgperl
40531           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
40532 ____________________________________________________________________________
40533 [  6319] By: jhi                                   on 2000/07/06  03:11:46
40534         Log: Autogenerate pod/Makefile and pod/buildtoc.
40535              buildtoc also checks whether the existin pods are
40536              mentioned in MANIFEST and perl.pod, and vice versa.
40537              (None of the thusly found discrepancies fixed yet.)
40538              roffitall also needs to be autogenerated similarly but it
40539              seems so badly out of date that I didn't touch it yet.
40540      Branch: cfgperl
40541            + pod/Makefile.SH pod/buildtoc.PL
40542            - pod/Makefile pod/buildtoc
40543            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
40544 ____________________________________________________________________________
40545 [  6318] By: gsar                                  on 2000/07/05  22:10:54
40546         Log: fix UNC path handling on Windows under ithreads, and chdir()
40547              return value when given a non-existent directory
40548      Branch: perl
40549            ! win32/vdir.h
40550 ____________________________________________________________________________
40551 [  6317] By: gsar                                  on 2000/07/05  22:08:19
40552         Log: winsock cleanup never done on Windows (leads to handle leaks)
40553      Branch: perl
40554            ! win32/perllib.c win32/win32sck.c
40555 ____________________________________________________________________________
40556 [  6316] By: gsar                                  on 2000/07/05  22:06:19
40557         Log: some debugger output does not go to the socket when RemotePort is set
40558      Branch: perl
40559            ! lib/perl5db.pl
40560 ____________________________________________________________________________
40561 [  6315] By: jhi                                   on 2000/07/05  00:25:21
40562         Log: Integrate with Sarathy, preliminary fix for unicos
40563              alignment problems in [ID 20000612.002] Perl problem on Cray system.
40564      Branch: cfgperl
40565            ! sv.h
40566           !> pp_hot.c
40567 ____________________________________________________________________________
40568 [  6314] By: gsar                                  on 2000/07/04  23:34:02
40569         Log: tyop in change#6306
40570      Branch: perl
40571            ! pp_hot.c
40572 ____________________________________________________________________________
40573 [  6313] By: jhi                                   on 2000/07/04  22:14:38
40574         Log: Multiline string literals ENONPORTABLE.
40575      Branch: cfgperl
40576            ! pp_hot.c
40577 ____________________________________________________________________________
40578 [  6312] By: jhi                                   on 2000/07/04  20:34:44
40579         Log: Integrate with Sarathy.
40580      Branch: cfgperl
40581           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
40582           !> t/op/method.t
40583 ____________________________________________________________________________
40584 [  6311] By: jhi                                   on 2000/07/04  20:30:56
40585         Log: More POSIX.pod embellishment.
40586      Branch: cfgperl
40587            ! ext/POSIX/POSIX.pod
40588 ____________________________________________________________________________
40589 [  6310] By: gsar                                  on 2000/07/04  17:28:48
40590         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
40591      Branch: perl
40592            ! t/lib/b.t
40593 ____________________________________________________________________________
40594 [  6309] By: jhi                                   on 2000/07/04  17:22:18
40595         Log: The #6308 required a little bit more.
40596      Branch: cfgperl
40597            ! Makefile.SH win32/Makefile
40598 ____________________________________________________________________________
40599 [  6308] By: jhi                                   on 2000/07/04  16:35:24
40600         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
40601      Branch: cfgperl
40602            + lib/lib_pm.PL
40603            - lib/lib.pm.PL
40604            ! MANIFEST Makefile.SH
40605 ____________________________________________________________________________
40606 [  6307] By: jhi                                   on 2000/07/04  16:28:58
40607         Log: Win32 patches for cfgperl from Sarathy.
40608      Branch: cfgperl
40609            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
40610            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
40611            ! thread.h toke.c util.c win32/Makefile win32/win32.c
40612 ____________________________________________________________________________
40613 [  6306] By: gsar                                  on 2000/07/04  16:28:40
40614         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
40615              (from Richard Soderberg <rs@oregonnet.com>)
40616      Branch: perl
40617            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
40618 ____________________________________________________________________________
40619 [  6305] By: jhi                                   on 2000/07/04  16:24:24
40620         Log: Integrate with Sarathy.
40621      Branch: cfgperl
40622           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
40623           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40624           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
40625           !> proto.h win32/win32.c
40626 ____________________________________________________________________________
40627 [  6304] By: gsar                                  on 2000/07/04  16:17:24
40628         Log: missing perldiag entry for unpack("w",...) diagnostic (from
40629              Andreas Koenig)
40630      Branch: perl
40631            ! pod/perldiag.pod
40632 ____________________________________________________________________________
40633 [  6303] By: gsar                                  on 2000/07/04  16:14:44
40634         Log: remove rel2abs prototypes (from Barrie Slaymaker)
40635      Branch: perl
40636            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
40637            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40638 ____________________________________________________________________________
40639 [  6302] By: gsar                                  on 2000/07/04  04:59:35
40640         Log: adjust change#6299
40641      Branch: perl
40642            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
40643            ! win32/win32.c
40644 ____________________________________________________________________________
40645 [  6301] By: jhi                                   on 2000/07/04  04:50:07
40646         Log: Integrate with Sarathy.
40647      Branch: cfgperl
40648           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
40649           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
40650           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
40651 ____________________________________________________________________________
40652 [  6300] By: gsar                                  on 2000/07/04  04:42:09
40653         Log: PERL_OBJECT build tweak
40654      Branch: perl
40655            ! perl.h
40656 ____________________________________________________________________________
40657 [  6299] By: gsar                                  on 2000/07/04  04:37:00
40658         Log: fix memory leak on Windows (PL_sys_intern contents were never
40659              freed)
40660      Branch: perl
40661            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
40662            ! perlapi.c proto.h win32/win32.c
40663 ____________________________________________________________________________
40664 [  6298] By: gsar                                  on 2000/07/04  04:15:59
40665         Log: fix large memory leak that has been around for ever, masked by
40666              -DPURIFY (most of the arenas were never freed!)
40667      Branch: perl
40668            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
40669 ____________________________________________________________________________
40670 [  6297] By: gsar                                  on 2000/07/04  04:07:46
40671         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
40672      Branch: perl
40673            ! perl.c
40674 ____________________________________________________________________________
40675 [  6296] By: jhi                                   on 2000/06/30  18:28:37
40676         Log: Elaborate POSIX.pod.  Still needs work.
40677      Branch: cfgperl
40678            ! ext/POSIX/POSIX.pod
40679 ____________________________________________________________________________
40680 [  6295] By: jhi                                   on 2000/06/30  14:58:18
40681         Log: Point to perlipc for more SysV IPC examples.
40682      Branch: cfgperl
40683            ! pod/perlfunc.pod
40684 ____________________________________________________________________________
40685 [  6294] By: gsar                                  on 2000/06/30  14:47:45
40686         Log: slurp mode fix in change#4736 still not quite right
40687      Branch: perl
40688            ! pp_hot.c t/io/argv.t
40689 ____________________________________________________________________________
40690 [  6293] By: jhi                                   on 2000/06/30  12:02:55
40691         Log: Integrate with Sarathy.
40692      Branch: cfgperl
40693           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
40694 ____________________________________________________________________________
40695 [  6292] By: jhi                                   on 2000/06/30  12:01:11
40696         Log: From: simon@brecon.co.uk (Simon Cozens)
40697              Subject: UTF8 concat
40698              Date: 30 Jun 2000 06:13:25 GMT
40699              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
40700      Branch: cfgperl
40701            ! pp_hot.c
40702 ____________________________________________________________________________
40703 [  6291] By: gsar                                  on 2000/06/30  04:37:33
40704         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
40705              when @_ is modified, causing coredumps
40706      Branch: perl
40707            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
40708 ____________________________________________________________________________
40709 [  6290] By: jhi                                   on 2000/06/30  02:21:44
40710         Log: Integrate with Sarathy.
40711      Branch: cfgperl
40712           !> vms/vms.c vms/vmsish.h
40713 ____________________________________________________________________________
40714 [  6289] By: jhi                                   on 2000/06/30  02:21:02
40715         Log: Check VERSIONs.
40716      Branch: cfgperl
40717            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
40718            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40719            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
40720 ____________________________________________________________________________
40721 [  6288] By: jhi                                   on 2000/06/30  02:18:52
40722         Log: Integrate with Sarathy.
40723      Branch: cfgperl
40724           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
40725           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
40726           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
40727           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
40728 ____________________________________________________________________________
40729 [  6287] By: gsar                                  on 2000/06/30  02:17:08
40730         Log: integrate vmsperl changes into mainline
40731      Branch: perl
40732           !> vms/vms.c vms/vmsish.h
40733 ____________________________________________________________________________
40734 [  6285] By: gsar                                  on 2000/06/30  02:05:28
40735         Log: localize %INC in a Safe compartment so that use/require work
40736              (many other magic globals probably need similar treatment)
40737      Branch: perl
40738            ! ext/Opcode/Opcode.xs
40739 ____________________________________________________________________________
40740 [  6284] By: gsar                                  on 2000/06/30  01:54:54
40741         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
40742              about Windows
40743      Branch: perl
40744            ! pod/perlembed.pod
40745 ____________________________________________________________________________
40746 [  6283] By: jhi                                   on 2000/06/30  01:50:10
40747         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
40748              From: Barrie Slaymaker <barries@jester.slaysys.com>
40749              Date: Wed, 28 Jun 2000 11:35:29 -0400
40750              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
40751      Branch: perl
40752            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
40753            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40754            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40755            ! lib/File/Spec/Win32.pm
40756 ____________________________________________________________________________
40757 [  6282] By: jhi                                   on 2000/06/29  22:57:22
40758         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
40759              From: Dan Sugalski <dan@sidhe.org>
40760              Date: Tue, 06 Jun 2000 11:59:50 -0400
40761              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
40762      Branch: cfgperl
40763            ! vms/vms.c
40764 ____________________________________________________________________________
40765 [  6281] By: jhi                                   on 2000/06/29  22:52:50
40766         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
40767              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40768              Date: Wed, 7 Jun 2000 04:02:04 -0500
40769              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
40770      Branch: cfgperl
40771            ! utils/h2xs.PL
40772 ____________________________________________________________________________
40773 [  6280] By: jhi                                   on 2000/06/29  22:45:47
40774         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
40775              From: rspier@pobox.com (Robert Spier)
40776              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
40777              Message-ID: <14654.31913.845602.610277@rls.cx>
40778      Branch: cfgperl
40779            ! utils/h2xs.PL
40780 ____________________________________________________________________________
40781 [  6279] By: jhi                                   on 2000/06/29  22:38:16
40782         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
40783              From: Tim Ayers <tayers@bridge.com>
40784              Date: Thu, 08 Jun 2000 08:11:06 +0200
40785              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
40786              [resent by Richard Foley, Message-Id probably wrong]
40787      Branch: cfgperl
40788            ! pod/perlsub.pod
40789 ____________________________________________________________________________
40790 [  6278] By: jhi                                   on 2000/06/29  22:21:45
40791         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
40792              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
40793              Date: Fri, 09 Jun 2000 12:39:27 -0400
40794              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
40795              (plus update the version "number" of Text::Wrap)
40796      Branch: cfgperl
40797            ! lib/Text/Wrap.pm
40798 ____________________________________________________________________________
40799 [  6277] By: jhi                                   on 2000/06/29  22:13:10
40800         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
40801              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40802              Date: Mon, 12 Jun 2000 14:55:59 +0100
40803              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
40804      Branch: cfgperl
40805            ! pod/perlfunc.pod
40806 ____________________________________________________________________________
40807 [  6276] By: jhi                                   on 2000/06/29  22:11:06
40808         Log: Subject: [PATCH] Re: eval documentation: context
40809              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
40810              Date: Mon, 12 Jun 2000 15:07:29 +0100
40811              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
40812      Branch: cfgperl
40813            ! pod/perlfunc.pod
40814 ____________________________________________________________________________
40815 [  6275] By: jhi                                   on 2000/06/29  21:59:46
40816         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
40817              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
40818              Date: Tue, 13 Jun 2000 02:43:48 -0500
40819              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
40820      Branch: cfgperl
40821            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
40822 ____________________________________________________________________________
40823 [  6274] By: jhi                                   on 2000/06/29  21:56:14
40824         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
40825              From: Andy Dougherty <doughera@lafayette.edu>
40826              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
40827              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
40828      Branch: cfgperl
40829            ! ext/File/Glob/Glob.pm
40830 ____________________________________________________________________________
40831 [  6273] By: jhi                                   on 2000/06/29  21:49:09
40832         Log: Subject: [PATCH] xsub attributes
40833              From: Doug MacEachern <dougm@covalent.net>
40834              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
40835              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
40836      Branch: cfgperl
40837            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
40838            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
40839 ____________________________________________________________________________
40840 [  6272] By: jhi                                   on 2000/06/29  21:41:28
40841         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
40842              From: Tom Phoenix <rootbeer@redcat.com>
40843              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
40844              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
40845      Branch: cfgperl
40846            ! lib/Net/Ping.pm
40847 ____________________________________________________________________________
40848 [  6271] By: jhi                                   on 2000/06/29  21:36:55
40849         Log: Subject: PATCH pod/perltie.pod
40850              From: Ian Phillipps <Ian.Phillipps@iname.com>
40851              Date: Fri, 16 Jun 2000 00:17:19 +0100
40852              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
40853              (only the first hunk, the second hunk had already been done
40854              by some other patch)
40855      Branch: cfgperl
40856            ! pod/perltie.pod
40857 ____________________________________________________________________________
40858 [  6270] By: jhi                                   on 2000/06/29  21:24:51
40859         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
40860              From: Nicholas Clark <nick@talking.bollo.cx>
40861              Date: Fri, 23 Jun 2000 16:21:15 +0100
40862              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
40863      Branch: cfgperl
40864            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
40865            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
40866 ____________________________________________________________________________
40867 [  6269] By: jhi                                   on 2000/06/29  19:38:15
40868         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
40869              silence few compiler warnings.
40870      Branch: cfgperl
40871            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
40872 ____________________________________________________________________________
40873 [  6268] By: jhi                                   on 2000/06/29  18:21:50
40874         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
40875              From: Dominic Dunlop <domo@computer.org> 
40876              Date: Thu, 29 Jun 2000 12:32:39 +0200 
40877              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
40878      Branch: cfgperl
40879            ! t/op/sprintf.t
40880 ____________________________________________________________________________
40881 [  6267] By: jhi                                   on 2000/06/29  18:16:07
40882         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
40883              From: Doug MacEachern <dougm@covalent.net>
40884              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
40885              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
40886      Branch: cfgperl
40887            + t/op/method2entersub.t
40888            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
40889            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40890            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
40891            ! xsutils.c
40892 ____________________________________________________________________________
40893 [  6266] By: jhi                                   on 2000/06/29  15:11:15
40894         Log: Subject: [PATCH 5.6.0] cygwin port
40895              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
40896              From: "Fifer, Eric" <EFifer@sanwaint.com>
40897              Date: Thu, 29 Jun 2000 12:58:29 +0100
40898      Branch: cfgperl
40899            ! cygwin/Makefile.SHs
40900 ____________________________________________________________________________
40901 [  6265] By: jhi                                   on 2000/06/29  15:04:05
40902         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
40903              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40904              Date: Wed, 28 Jun 2000 17:50:12 -0700
40905              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
40906      Branch: cfgperl
40907            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
40908 ____________________________________________________________________________
40909 [  6264] By: jhi                                   on 2000/06/29  15:00:57
40910         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
40911              From: Marty Lucich <marty@netcom.com>
40912              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
40913              Message-Id: <200006282116.OAA11148@netcom.com>
40914              ccdlflags update (the BSD/OS 4.1 part had already been taken
40915              care of by #6141).
40916      Branch: cfgperl
40917            ! hints/bsdos.sh
40918 ____________________________________________________________________________
40919 [  6263] By: jhi                                   on 2000/06/29  13:47:44
40920         Log: tr fixes from Simon Cozens
40921      Branch: cfgperl
40922            ! doop.c
40923 ____________________________________________________________________________
40924 [  6262] By: jhi                                   on 2000/06/28  18:46:01
40925         Log: Subject: 5.6.0 Patch for EPOC
40926              From: Olaf Flebbe <o.flebbe@gmx.de>
40927              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
40928              Message-ID: <23449.960929969@www11.gmx.net>
40929      Branch: cfgperl
40930            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
40931            ! epoc/epocish.h
40932 ____________________________________________________________________________
40933 [  6261] By: jhi                                   on 2000/06/28  18:29:07
40934         Log: Subject: Re: [PATCH cfgperl] BOMs away!
40935              From: simon@brecon.co.uk (Simon Cozens)
40936              Date: 17 Jun 2000 11:49:57 GMT
40937              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
40938      Branch: cfgperl
40939            ! pod/perldiag.pod t/comp/require.t toke.c
40940 ____________________________________________________________________________
40941 [  6260] By: jhi                                   on 2000/06/28  17:47:16
40942         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
40943              From: simon@brecon.co.uk (Simon Cozens) 
40944              Date: 17 Jun 2000 11:56:44 GMT 
40945              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
40946              pack U0, pack C0
40947      Branch: cfgperl
40948            ! pod/perlfunc.pod pp.c t/op/pack.t
40949 ____________________________________________________________________________
40950 [  6259] By: jhi                                   on 2000/06/28  16:43:17
40951         Log: perlnewmod was missing from MANIFEST.
40952      Branch: cfgperl
40953            ! MANIFEST
40954 ____________________________________________________________________________
40955 [  6258] By: jhi                                   on 2000/06/28  15:54:30
40956         Log: linenumber tweak
40957      Branch: cfgperl
40958            ! t/pragma/warn/regcomp
40959 ____________________________________________________________________________
40960 [  6257] By: jhi                                   on 2000/06/28  15:50:44
40961         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
40962              From: Doug MacEachern <dougm@covalent.net>
40963              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
40964              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
40965              (one part of the patch had been applied earlier)
40966      Branch: cfgperl
40967            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
40968 ____________________________________________________________________________
40969 [  6256] By: jhi                                   on 2000/06/28  15:40:22
40970         Log: tweaks from Simon Cozens to further fix tr/// under utf8
40971      Branch: cfgperl
40972            ! doop.c
40973 ____________________________________________________________________________
40974 [  6255] By: jhi                                   on 2000/06/28  15:33:45
40975         Log: small thinko tweaks
40976      Branch: cfgperl
40977            ! lib/IPC/Open3.pm t/op/my_stash.t
40978 ____________________________________________________________________________
40979 [  6254] By: jhi                                   on 2000/06/28  15:33:25
40980         Log: Subject: tr///, help wanted.
40981              From: simon@brecon.co.uk (Simon Cozens)
40982              Date: 28 Jun 2000 11:29:04 GMT
40983              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
40984      Branch: cfgperl
40985            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
40986            ! pp_proto.h proto.h t/op/tr.t
40987 ____________________________________________________________________________
40988 [  6253] By: jhi                                   on 2000/06/28  15:09:17
40989         Log: Paranoia tweak on #6249.
40990              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40991              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40992              Date: Sun, 25 Jun 2000 23:43:12 -0400
40993              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
40994      Branch: cfgperl
40995            ! lib/IPC/Open3.pm
40996 ____________________________________________________________________________
40997 [  6252] By: jhi                                   on 2000/06/28  15:01:38
40998         Log: Document #6249 and #6251.
40999      Branch: cfgperl
41000            ! lib/Exporter.pm lib/IPC/Open3.pm
41001 ____________________________________________________________________________
41002 [  6251] By: jhi                                   on 2000/06/28  14:50:43
41003         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
41004              From: Doug MacEachern <dougm@covalent.net>
41005              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
41006              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
41007      Branch: cfgperl
41008            ! lib/Exporter.pm
41009 ____________________________________________________________________________
41010 [  6250] By: jhi                                   on 2000/06/28  14:45:23
41011         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
41012              From: Doug MacEachern <dougm@covalent.net>
41013              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
41014              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
41015      Branch: cfgperl
41016            + t/op/my_stash.t
41017            ! MANIFEST embed.pl global.sym proto.h toke.c
41018 ____________________________________________________________________________
41019 [  6249] By: jhi                                   on 2000/06/28  14:36:34
41020         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
41021              From: Frank Tobin <ftobin@uiuc.edu>
41022              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
41023              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
41024      Branch: cfgperl
41025            ! lib/IPC/Open3.pm
41026 ____________________________________________________________________________
41027 [  6248] By: jhi                                   on 2000/06/28  14:11:25
41028         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
41029              From: Mark-Jason Dominus <mjd@plover.com>
41030              Date: Tue, 27 Jun 2000 22:36:42 -0400
41031              Message-ID: <20000628023642.12166.qmail@plover.com>
41032      Branch: cfgperl
41033            ! pod/perlfunc.pod
41034 ____________________________________________________________________________
41035 [  6247] By: jhi                                   on 2000/06/27  12:46:37
41036         Log: Tweak $VERSION, patch from Doug MacEachern.
41037      Branch: cfgperl
41038            ! lib/File/Spec.pm
41039 ____________________________________________________________________________
41040 [  6246] By: jhi                                   on 2000/06/27  03:34:46
41041         Log: Allow for standalone testing.
41042      Branch: cfgperl
41043            ! t/lib/filefunc.t t/lib/filespec.t
41044 ____________________________________________________________________________
41045 [  6245] By: jhi                                   on 2000/06/27  02:50:02
41046         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
41047              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41048              Date: Sat, 24 Jun 2000 13:06:20 +0100
41049              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
41050      Branch: cfgperl
41051            ! ext/DynaLoader/DynaLoader_pm.PL
41052 ____________________________________________________________________________
41053 [  6244] By: jhi                                   on 2000/06/27  02:46:10
41054         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
41055              From: Doug MacEachern <dougm@covalent.net>
41056              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
41057              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
41058      Branch: cfgperl
41059            ! gv.c sv.c t/lib/peek.t
41060 ____________________________________________________________________________
41061 [  6243] By: jhi                                   on 2000/06/27  02:38:07
41062         Log: Subject: [PATCH] is_utf8_string
41063              From: simon@brecon.co.uk (Simon Cozens)
41064              Date: 26 Jun 2000 02:25:59 GMT
41065              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
41066      Branch: cfgperl
41067            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
41068            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
41069            ! proto.h utf8.c
41070 ____________________________________________________________________________
41071 [  6242] By: jhi                                   on 2000/06/27  02:24:00
41072         Log: Subject: [PATCH] bytes<->utf8 fixes
41073              From: simon@brecon.co.uk (Simon Cozens)
41074              Date: 26 Jun 2000 04:55:45 GMT
41075              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
41076      Branch: cfgperl
41077            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
41078 ____________________________________________________________________________
41079 [  6241] By: jhi                                   on 2000/06/27  02:12:42
41080         Log: Do no -warn on \_, only on \alpha.
41081              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
41082              From: David Dyck <dcd@tc.fluke.com>
41083              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
41084              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
41085      Branch: cfgperl
41086            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
41087 ____________________________________________________________________________
41088 [  6240] By: jhi                                   on 2000/06/27  02:00:01
41089         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
41090              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
41091              Date: Mon, 26 Jun 2000 18:40:14 +0100
41092              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
41093      Branch: cfgperl
41094            ! utils/h2xs.PL
41095 ____________________________________________________________________________
41096 [  6239] By: jhi                                   on 2000/06/27  01:53:40
41097         Log: Configure maintenance.  Sever some dependency cycles,
41098              separate gccversion from the cc unit,
41099              address [ID 20000623.006] Configure script patch for using gcc on AIX
41100              (but solve it a little bit differently),
41101              unduplex some accidentally duplicated units,
41102              suggest using gcc if no cc available
41103              (p5p thread: "Solaris configure: counterproposal", 1999-09)
41104      Branch: cfgperl
41105            ! Configure Todo-5.6 config_h.SH
41106      Branch: metaconfig
41107            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
41108            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
41109      Branch: metaconfig/U/perl
41110            + gccvers.U
41111            ! d_getespwnam.U d_getprpwnam.U i_prot.U
41112 ____________________________________________________________________________
41113 [  6238] By: jhi                                   on 2000/06/25  18:04:56
41114         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
41115              From: Dan Sugalski <dan@sidhe.org>
41116              Date: Fri, 23 Jun 2000 17:00:00 -0400
41117              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
41118      Branch: cfgperl
41119            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
41120 ____________________________________________________________________________
41121 [  6237] By: jhi                                   on 2000/06/25  16:36:45
41122         Log: Tweak embed.pl, regen headers.
41123      Branch: cfgperl
41124            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
41125            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
41126            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
41127            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
41128            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
41129 ____________________________________________________________________________
41130 [  6236] By: jhi                                   on 2000/06/25  15:26:42
41131         Log: Regen headers.
41132      Branch: cfgperl
41133            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
41134            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
41135            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
41136            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
41137            ! regnodes.h warnings.h
41138 ____________________________________________________________________________
41139 [  6235] By: jhi                                   on 2000/06/23  19:39:35
41140         Log: The thread begun by
41141              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
41142              From: Kevin.Ruscoe@ubsw.com
41143              Date: Fri, 16 Jun 2000 16:38:51 +0100
41144              Message-Id: <H000019b03c300d6@MHS>
41145      Branch: cfgperl
41146            ! hints/solaris_2.sh
41147 ____________________________________________________________________________
41148 [  6234] By: jhi                                   on 2000/06/23  19:23:36
41149         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
41150              because when run as services (Win32ese for daemons)
41151              no environment variables are set and tmpdir ends up as /tmp,
41152              which is ambiguous.
41153              
41154              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
41155              From: matt@sergeant.org
41156              Date: 16 Jun 2000 16:30:43 -0000
41157              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
41158      Branch: cfgperl
41159            ! lib/File/Spec/Win32.pm
41160 ____________________________________________________________________________
41161 [  6233] By: jhi                                   on 2000/06/23  19:18:58
41162         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
41163              From: Mark-Jason Dominus <mjd@plover.com>
41164              Date: Fri, 16 Jun 2000 20:53:04 -0400
41165              Message-ID: <20000617005304.8008.qmail@plover.com>
41166      Branch: cfgperl
41167            ! op.h
41168 ____________________________________________________________________________
41169 [  6232] By: jhi                                   on 2000/06/23  16:10:02
41170         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
41171              From: simon@brecon.co.uk (Simon Cozens)
41172              Date: 19 Jun 2000 15:18:27 GMT
41173              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
41174              
41175              plus update pod/Makefile and regenerate perltoc
41176      Branch: cfgperl
41177            + pod/perlutil.pod
41178            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
41179 ____________________________________________________________________________
41180 [  6231] By: jhi                                   on 2000/06/23  15:19:18
41181         Log: Subject: [PATCH 5.6.0] cygwin port
41182              From: "Fifer, Eric" <EFifer@sanwaint.com>
41183              Date: Tue, 20 Jun 2000 14:30:58 +0100
41184              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
41185      Branch: cfgperl
41186            ! README.cygwin lib/File/Find.pm
41187 ____________________________________________________________________________
41188 [  6230] By: jhi                                   on 2000/06/23  14:25:21
41189         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
41190      Branch: cfgperl
41191            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
41192            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
41193            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
41194            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
41195 ____________________________________________________________________________
41196 [  6229] By: jhi                                   on 2000/06/23  14:13:34
41197         Log: Subject: README.hpux version 0.6.1
41198              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
41199              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41200              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
41201      Branch: cfgperl
41202            ! README.hpux
41203 ____________________________________________________________________________
41204 [  6228] By: jhi                                   on 2000/06/23  14:07:20
41205         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
41206              From: Doug MacEachern <dougm@covalent.net>
41207              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
41208              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
41209      Branch: cfgperl
41210            ! op.c
41211 ____________________________________________________________________________
41212 [  6227] By: jhi                                   on 2000/06/23  14:01:06
41213         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
41214              From: Doug MacEachern <dougm@covalent.net>
41215              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
41216              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
41217      Branch: cfgperl
41218            + lib/lib.pm.PL
41219            - lib/lib.pm
41220            ! MANIFEST Makefile.SH
41221 ____________________________________________________________________________
41222 [  6226] By: jhi                                   on 2000/06/23  13:53:07
41223         Log: Subject: [PATCH] remove forward declarations in Socket.pm
41224              From: Doug MacEachern <dougm@covalent.net>
41225              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
41226              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
41227              
41228              From: Doug MacEachern <dougm@covalent.net>
41229              Subject: Re: [PATCH] remove forward declarations in Socket.pm
41230              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
41231              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
41232      Branch: cfgperl
41233            ! ext/Socket/Socket.pm op.c
41234 ____________________________________________________________________________
41235 [  6225] By: jhi                                   on 2000/06/23  13:41:52
41236         Log: Add source code filenames to apidoc.
41237              From: simon@brecon.co.uk (Simon Cozens)
41238              Subject: [PATCH embed.pl] Source X-ref
41239              Date: 22 Jun 2000 02:18:49 GMT
41240              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
41241      Branch: cfgperl
41242            ! embed.pl
41243 ____________________________________________________________________________
41244 [  6224] By: jhi                                   on 2000/06/23  13:32:33
41245         Log: A way to avoid English.pm performance hit.
41246              From: root <root@jester.slaysys.com>
41247              Subject: [YAPATCH English.pm] My turn to putt again
41248              Date: Thu, 22 Jun 2000 20:33:58 -0400
41249              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
41250      Branch: cfgperl
41251            ! lib/English.pm t/lib/english.t
41252 ____________________________________________________________________________
41253 [  6223] By: jhi                                   on 2000/06/23  13:27:06
41254         Log: Avoid double close().
41255              Subject: [PATCH] avoid double close()
41256              From: Doug MacEachern <dougm@covalent.net>
41257              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
41258              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
41259      Branch: cfgperl
41260            ! doio.c
41261 ____________________________________________________________________________
41262 [  6222] By: jhi                                   on 2000/06/23  13:25:54
41263         Log: doc typo fix
41264              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
41265              From: Ian Phillipps <Ian.Phillipps@iname.com>
41266              Date: Fri, 23 Jun 2000 10:40:58 +0100
41267              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
41268      Branch: cfgperl
41269            ! lib/Pod/Usage.pm
41270 ____________________________________________________________________________
41271 [  6221] By: jhi                                   on 2000/06/23  13:24:15
41272         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
41273              From: simon@brecon.co.uk (Simon Cozens)
41274              Subject: [PATCH] Eliminate tr///[CU][CU]
41275              Date: 23 Jun 2000 11:05:40 GMT
41276              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
41277      Branch: cfgperl
41278            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
41279 ____________________________________________________________________________
41280 [  6220] By: jhi                                   on 2000/06/22  16:07:51
41281         Log: Win32 patches from Benjamin Stuhl.
41282      Branch: cfgperl
41283            ! makedef.pl win32/win32.h
41284 ____________________________________________________________________________
41285 [  6219] By: jhi                                   on 2000/06/22  16:06:34
41286         Log: Bytecode patches from Benjamin Stuhl.
41287      Branch: cfgperl
41288            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
41289            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
41290            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
41291 ____________________________________________________________________________
41292 [  6218] By: jhi                                   on 2000/06/15  23:54:16
41293         Log: Bytecode patches from Benjamin Stuhl.
41294      Branch: cfgperl
41295            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
41296 ____________________________________________________________________________
41297 [  6217] By: jhi                                   on 2000/06/09  13:38:29
41298         Log: Rename the fdpid locking and integrate with Sarathy.
41299      Branch: cfgperl
41300            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
41301            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
41302            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
41303            ! win32/win32.c
41304           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
41305 ____________________________________________________________________________
41306 [  6216] By: gsar                                  on 2000/06/08  14:54:21
41307         Log: be more optimal about clearing @_
41308      Branch: perl
41309            ! cop.h
41310 ____________________________________________________________________________
41311 [  6215] By: gsar                                  on 2000/06/08  14:33:04
41312         Log: tweak comment about @DB::args
41313      Branch: perl
41314            ! av.h pp_ctl.c
41315 ____________________________________________________________________________
41316 [  6214] By: gsar                                  on 2000/06/08  13:57:54
41317         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
41318              caller() wants to populate @DB::args with it (causes a coredump
41319              in Carp::confess())
41320      Branch: perl
41321            ! cop.h t/op/runlevel.t
41322 ____________________________________________________________________________
41323 [  6213] By: gsar                                  on 2000/06/08  07:06:35
41324         Log: back out change#6106 (seems problematic)
41325      Branch: perl
41326            ! hints/solaris_2.sh
41327 ____________________________________________________________________________
41328 [  6212] By: jhi                                   on 2000/06/07  03:10:36
41329         Log: Continuing mopup for #6204.
41330      Branch: cfgperl
41331            ! ext/B/defsubs_h.PL
41332 ____________________________________________________________________________
41333 [  6211] By: jhi                                   on 2000/06/07  02:41:50
41334         Log: Mopup for #6204.
41335              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
41336              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
41337              This is comes from const() where POK isn't on when expected.
41338      Branch: cfgperl
41339            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
41340            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
41341            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
41342            ! perlapi.h pod/perlapi.pod
41343 ____________________________________________________________________________
41344 [  6210] By: jhi                                   on 2000/06/07  01:56:29
41345         Log: Mopup for #6207 and #6209.
41346      Branch: cfgperl
41347            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
41348 ____________________________________________________________________________
41349 [  6209] By: jhi                                   on 2000/06/07  01:33:12
41350         Log: Lock PL_fdpid against race conditions, based on:
41351              Subject: [PATCH 5.6.0]subprocess fixup for threads
41352              From: Dan Sugalski <dan@sidhe.org>
41353              To: perl5-porters@perl.org
41354              Date: Tue, 11 Apr 2000 17:02:32 -0400
41355              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
41356      Branch: cfgperl
41357            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
41358            ! win32/win32.c
41359 ____________________________________________________________________________
41360 [  6208] By: jhi                                   on 2000/06/07  01:05:23
41361         Log: Regen headers for #6207.
41362      Branch: cfgperl
41363            ! embed.h global.sym objXSUB.h proto.h
41364 ____________________________________________________________________________
41365 [  6207] By: jhi                                   on 2000/06/06  23:43:13
41366         Log: Subject: [PATCH 5.6.0] Threadsafe patches
41367              From: Dan Sugalski <dan@sidhe.org>
41368              To: perl5-porters@perl.org
41369              Date: Mon, 08 May 2000 18:08:13 -0400
41370              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
41371      Branch: cfgperl
41372            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
41373            ! proto.h sv.h util.c
41374 ____________________________________________________________________________
41375 [  6206] By: jhi                                   on 2000/06/06  23:21:23
41376         Log: Subject: [PATCH] Eliminate $a/$b in pod
41377              From: David Glasser <me@davidglasser.net>
41378              To: perl5-porters@perl.org
41379              Date: Mon, 29 May 2000 21:15:59 -0400
41380              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
41381      Branch: cfgperl
41382            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
41383            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
41384            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
41385            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
41386            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
41387            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
41388            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
41389            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
41390            ! pod/perlvar.pod pod/perlxs.pod
41391 ____________________________________________________________________________
41392 [  6205] By: jhi                                   on 2000/06/06  23:12:14
41393         Log: Subject: [PATCH] Win32 improvements
41394              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
41395              To: gsar@activestate.com, perl5-porters@perl.org
41396              Date: Mon, 29 May 2000 17:22:24 PDT
41397              Message-ID: <20000530002224.91142.qmail@hotmail.com>
41398              (MUA had mangled many lines by wordwrapping)
41399      Branch: cfgperl
41400            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
41401 ____________________________________________________________________________
41402 [  6204] By: jhi                                   on 2000/06/06  23:01:50
41403         Log: Subject: [PATCH] B::Bytecode patches
41404              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
41405              To: gsar@activestate.com, jhi@iki.fi
41406              Cc: perl5-porters@perl.org
41407              Message-ID: <20000602202526.48694.qmail@hotmail.com>
41408              (MUA had mangled many lines by wordwrapping)
41409      Branch: cfgperl
41410            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
41411            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
41412            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
41413            ! intrpvar.h perl.c
41414 ____________________________________________________________________________
41415 [  6203] By: jhi                                   on 2000/06/06  22:32:43
41416         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
41417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41418              Date: Tue, 06 Jun 2000 13:07:45 -0700
41419              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
41420      Branch: cfgperl
41421            ! pod/perldiag.pod
41422 ____________________________________________________________________________
41423 [  6202] By: jhi                                   on 2000/06/06  19:38:35
41424         Log: Integrate with Sarathy.
41425      Branch: cfgperl
41426           !> perl.c
41427 ____________________________________________________________________________
41428 [  6201] By: gsar                                  on 2000/06/06  00:42:59
41429         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
41430              does a PUSHMARK that's never ever POPMARKed; in general, only
41431              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
41432              Perl_eval_[sp]v() don't because they don't take any incoming
41433              arguments (this leak has been around since the original version
41434              of perl_eval_pv() in 5.003_97e)
41435      Branch: perl
41436            ! perl.c
41437 ____________________________________________________________________________
41438 [  6200] By: jhi                                   on 2000/06/04  03:44:52
41439         Log: Update to cperl-mode.el 4.31 from
41440              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
41441              Subject: A couple of notes
41442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41443              To: Mailing list Perl5 <perl5-porters@perl.org>
41444              Date: Sat, 3 Jun 2000 23:33:32 -0400
41445              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
41446      Branch: cfgperl
41447            ! emacs/cperl-mode.el
41448 ____________________________________________________________________________
41449 [  6199] By: jhi                                   on 2000/06/03  15:11:05
41450         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
41451              From: Dan Sugalski <dan@sidhe.org>
41452              To: perl5-porters@perl.org, vmsperl@perl.org
41453              Date: Fri, 02 Jun 2000 17:30:51 -0400
41454              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
41455      Branch: cfgperl
41456            ! vms/descrip_mms.template vms/gen_shrfls.pl
41457 ____________________________________________________________________________
41458 [  6198] By: jhi                                   on 2000/06/03  14:59:15
41459         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
41460              From: Dan Sugalski <dan@sidhe.org>
41461              To: vmsperl@perl.org, perl5-porters@perl.org
41462              Date: Fri, 02 Jun 2000 16:00:41 -0400
41463              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
41464              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
41465      Branch: cfgperl
41466            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
41467            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
41468            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
41469 ____________________________________________________________________________
41470 [  6197] By: jhi                                   on 2000/06/03  14:41:30
41471         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
41472              From: John Borwick <jhborwic@unity.ncsu.edu>
41473              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
41474              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
41475      Branch: cfgperl
41476            ! pod/perlsyn.pod
41477 ____________________________________________________________________________
41478 [  6196] By: jhi                                   on 2000/06/03  14:38:09
41479         Log: Integrate with Sarathy.
41480      Branch: cfgperl
41481           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
41482           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
41483           !> vms/perly_c.vms
41484 ____________________________________________________________________________
41485 [  6195] By: gsar                                  on 2000/06/02  22:43:13
41486         Log: fix yet another eval"" leak under USE_ITHREADS
41487      Branch: perl
41488            ! op.c
41489 ____________________________________________________________________________
41490 [  6194] By: gsar                                  on 2000/06/02  18:22:06
41491         Log: fix small eval"" memory leaks under USE_ITHREADS
41492      Branch: perl
41493            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
41494            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
41495            ! vms/perly_c.vms
41496 ____________________________________________________________________________
41497 [  6193] By: jhi                                   on 2000/06/01  13:03:56
41498         Log: Signals-be-gone for microperl.
41499      Branch: cfgperl
41500            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
41501 ____________________________________________________________________________
41502 [  6192] By: jhi                                   on 2000/06/01  12:52:02
41503         Log: Integrate with Sarathy.
41504      Branch: cfgperl
41505           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
41506           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
41507           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
41508           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
41509           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
41510           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
41511           !> t/op/vec.t utils/h2xs.PL
41512 ____________________________________________________________________________
41513 [  6191] By: gsar                                  on 2000/06/01  09:38:21
41514         Log: vec() loses numericalness (modified version of patch suggested
41515              by Robin Barker)
41516      Branch: perl
41517            ! doop.c t/op/vec.t
41518 ____________________________________________________________________________
41519 [  6190] By: gsar                                  on 2000/06/01  09:26:15
41520         Log: submit missing embed.pl change
41521      Branch: perl
41522            ! embed.pl
41523 ____________________________________________________________________________
41524 [  6189] By: gsar                                  on 2000/06/01  09:05:34
41525         Log: counting tr/// corrupts later operation (from M.J.T Guy)
41526      Branch: perl
41527            ! doop.c t/op/tr.t
41528 ____________________________________________________________________________
41529 [  6188] By: gsar                                  on 2000/06/01  08:58:39
41530         Log: h2xs tweaks
41531      Branch: perl
41532            ! utils/h2xs.PL
41533 ____________________________________________________________________________
41534 [  6187] By: gsar                                  on 2000/06/01  08:50:07
41535         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
41536              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41537      Branch: perl
41538            + lib/Pod/LaTeX.pm
41539            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
41540            ! pod/pod2latex.PL
41541 ____________________________________________________________________________
41542 [  6186] By: gsar                                  on 2000/06/01  08:24:40
41543         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
41544              <wolfgang.laun@alcatel.at>)
41545      Branch: perl
41546            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
41547            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
41548 ____________________________________________________________________________
41549 [  6185] By: gsar                                  on 2000/06/01  08:12:00
41550         Log: remove incorrect documentation about implicit split to @_ in
41551              list context, which never really worked in perl 5 (from
41552              M.J.T. Guy)
41553      Branch: perl
41554            ! pod/perlfunc.pod pod/perltrap.pod
41555 ____________________________________________________________________________
41556 [  6184] By: gsar                                  on 2000/06/01  07:52:27
41557         Log: tweak for change#6127
41558      Branch: perl
41559            ! perl.c
41560 ____________________________________________________________________________
41561 [  6183] By: gsar                                  on 2000/06/01  07:41:02
41562         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
41563              <nick@ccl4.org>)
41564      Branch: perl
41565            + t/lib/selfloader.t
41566            ! MANIFEST lib/SelfLoader.pm
41567 ____________________________________________________________________________
41568 [  6182] By: jhi                                   on 2000/06/01  00:34:42
41569         Log: Be Cleaner Part Deux.
41570      Branch: cfgperl
41571            ! Makefile.SH
41572 ____________________________________________________________________________
41573 [  6181] By: jhi                                   on 2000/06/01  00:32:09
41574         Log: Integrate with Sarathy.
41575      Branch: cfgperl
41576           !> pp.c t/op/arith.t
41577 ____________________________________________________________________________
41578 [  6180] By: jhi                                   on 2000/06/01  00:31:13
41579         Log: microperl nits from Simon Cozens.
41580      Branch: cfgperl
41581            + uconfig.h
41582            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
41583            ! unixish.h
41584 ____________________________________________________________________________
41585 [  6179] By: gsar                                  on 2000/05/31  22:37:51
41586         Log: buggy modulus on UVs introduced by change#3378 (resulted in
41587              4063328477 % 65535 amounting to 27406, instead of 27407)
41588      Branch: perl
41589            ! pp.c t/op/arith.t
41590 ____________________________________________________________________________
41591 [  6178] By: jhi                                   on 2000/05/31  21:52:41
41592         Log: Be cleaner.
41593      Branch: cfgperl
41594            ! Makefile.SH
41595 ____________________________________________________________________________
41596 [  6177] By: jhi                                   on 2000/05/31  21:47:33
41597         Log: Substitution utf8 patch from Simon Cozens.
41598      Branch: cfgperl
41599            ! pp_hot.c
41600 ____________________________________________________________________________
41601 [  6176] By: jhi                                   on 2000/05/31  21:45:34
41602         Log: Single-quoted utf8 patch from Simon Cozens.
41603      Branch: cfgperl
41604            ! toke.c
41605 ____________________________________________________________________________
41606 [  6175] By: jhi                                   on 2000/05/31  21:40:18
41607         Log: Integrate with Sarathy.
41608      Branch: cfgperl
41609           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
41610 ____________________________________________________________________________
41611 [  6174] By: jhi                                   on 2000/05/31  21:37:31
41612         Log: microperl changes from Simon Cozens; Makefile for microperl
41613              written from scratch; few casts added as microperl compilation
41614              doesn't have all prototypes available.
41615      Branch: cfgperl
41616            + Makefile.micro README.micro Todo.micro uconfig.sh
41617            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
41618            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
41619      Branch: metaconfig
41620            + U/modified/Config_h.U
41621 ____________________________________________________________________________
41622 [  6173] By: jhi                                   on 2000/05/31  20:00:24
41623         Log: metaconfig maintenance.
41624      Branch: metaconfig
41625            + U/modified/Inhdr.U U/typedefs/inotype.U
41626      Branch: metaconfig/U/perl
41627            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
41628            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
41629 ____________________________________________________________________________
41630 [  6172] By: gsar                                  on 2000/05/31  05:05:42
41631         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
41632              (from Ilya Zakharevich)
41633      Branch: perl
41634            ! regexec.c t/op/re_tests
41635 ____________________________________________________________________________
41636 [  6171] By: gsar                                  on 2000/05/31  05:01:47
41637         Log: scalar() doesn't force scalar context when used in void context
41638              (from Simon Cozens)
41639      Branch: perl
41640            ! op.c t/op/wantarray.t
41641 ____________________________________________________________________________
41642 [  6170] By: gsar                                  on 2000/05/31  04:41:33
41643         Log: change#6142 needs tweaks to tests to work where there's no symlink()
41644              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41645      Branch: perl
41646            ! t/lib/filefind.t
41647 ____________________________________________________________________________
41648 [  6169] By: gsar                                  on 2000/05/31  04:29:49
41649         Log: integrate cfgperl contents into mainline
41650      Branch: perl
41651           +> pod/perlmodlib.PL pod/perlnewmod.pod
41652           !> (integrate 42 files)
41653 ____________________________________________________________________________
41654 [  6168] By: jhi                                   on 2000/05/30  22:53:37
41655         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
41656      Branch: cfgperl
41657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41658            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
41659            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
41660            ! win32/config.bc win32/config.gc win32/config.vc
41661            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41662            ! win32/config_h.PL win32/config_sh.PL
41663      Branch: metaconfig/U/perl
41664            ! perlxv.U
41665 ____________________________________________________________________________
41666 [  6167] By: jhi                                   on 2000/05/30  22:20:21
41667         Log: tweak todo 
41668      Branch: cfgperl
41669            ! Todo-5.6
41670 ____________________________________________________________________________
41671 [  6166] By: jhi                                   on 2000/05/30  22:11:51
41672         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
41673              in case somebody wants to write an extension for more
41674              shadow database interfaces.
41675      Branch: cfgperl
41676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41677            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
41678            ! vos/config.def vos/config.h vos/config_h.SH_orig
41679            ! win32/config.bc win32/config.gc win32/config.vc
41680            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41681      Branch: metaconfig
41682            ! U/modified/Myinit.U
41683      Branch: metaconfig/U/perl
41684            + d_getespwnam.U d_getprpwnam.U i_prot.U
41685 ____________________________________________________________________________
41686 [  6165] By: jhi                                   on 2000/05/30  18:35:34
41687         Log: Integrate with Sarathy.
41688      Branch: cfgperl
41689           !> op.c
41690 ____________________________________________________________________________
41691 [  6164] By: jhi                                   on 2000/05/30  18:30:16
41692         Log: detypo
41693      Branch: cfgperl
41694            ! Configure config_h.SH
41695      Branch: metaconfig/U/perl
41696            ! perlxv.U
41697 ____________________________________________________________________________
41698 [  6163] By: gsar                                  on 2000/05/30  03:24:03
41699         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
41700      Branch: perl
41701            ! op.c
41702 ____________________________________________________________________________
41703 [  6162] By: gsar                                  on 2000/05/30  03:09:38
41704         Log: fix memory leak in method call optimization (change#3768);
41705              made C<eval "$x->foo()"> leak
41706      Branch: perl
41707            ! op.c
41708 ____________________________________________________________________________
41709 [  6161] By: jhi                                   on 2000/05/29  17:56:26
41710         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
41711              both from Simon Cozens.
41712      Branch: cfgperl
41713            + pod/perlmodlib.PL pod/perlnewmod.pod
41714            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
41715            ! pod/perlmodlib.pod pod/perltoc.pod
41716 ____________________________________________________________________________
41717 [  6160] By: jhi                                   on 2000/05/29  17:23:55
41718         Log: Changes for the File::Temp 0.08 (change #6159) test suite
41719              to fit better into the Perl distribution test framework.
41720      Branch: cfgperl
41721            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
41722            ! t/lib/ftmp-tempfile.t
41723 ____________________________________________________________________________
41724 [  6159] By: jhi                                   on 2000/05/29  16:55:36
41725         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
41726      Branch: cfgperl
41727            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41728            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41729 ____________________________________________________________________________
41730 [  6158] By: bailey                                on 2000/05/29  16:22:08
41731         Log: Add fallback to tmpfile for use in cases where user's relying on
41732              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
41733              Lane's patch)
41734      Branch: vmsperl
41735            ! vms/vms.c vms/vmsish.h
41736 ____________________________________________________________________________
41737 [  6157] By: jhi                                   on 2000/05/29  03:10:36
41738         Log: Regen Configure to jive with #6149.
41739      Branch: cfgperl
41740            ! Configure
41741      Branch: metaconfig
41742            ! U/modified/Getfile.U
41743 ____________________________________________________________________________
41744 [  6156] By: jhi                                   on 2000/05/29  03:01:38
41745         Log: Integrate with Sarathy.
41746      Branch: cfgperl
41747           +> ext/DynaLoader/dl_mac.xs
41748           !> (integrate 38 files)
41749 ____________________________________________________________________________
41750 [  6155] By: gsar                                  on 2000/05/28  21:15:58
41751         Log: small bug in change#6144; remove random \xA0 character that snuck
41752              in via change#6145
41753      Branch: perl
41754            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
41755 ____________________________________________________________________________
41756 [  6154] By: gsar                                  on 2000/05/28  21:04:19
41757         Log: avoid type mismatch warning
41758      Branch: perl
41759            ! perl.c
41760 ____________________________________________________________________________
41761 [  6153] By: gsar                                  on 2000/05/28  20:58:31
41762         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
41763              <nick@Bagpuss.uk.boo.com>)
41764      Branch: perl
41765            ! lib/Test/Harness.pm
41766 ____________________________________________________________________________
41767 [  6152] By: gsar                                  on 2000/05/28  20:53:42
41768         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
41769      Branch: perl
41770            ! regexec.c
41771 ____________________________________________________________________________
41772 [  6151] By: gsar                                  on 2000/05/28  20:50:28
41773         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
41774      Branch: perl
41775            ! regexec.c
41776 ____________________________________________________________________________
41777 [  6150] By: gsar                                  on 2000/05/28  20:39:58
41778         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
41779      Branch: perl
41780            ! pod/perlrequick.pod
41781 ____________________________________________________________________________
41782 [  6149] By: gsar                                  on 2000/05/28  20:35:16
41783         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
41784              <troc@netrus.net>)
41785      Branch: perl
41786            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
41787            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
41788            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
41789            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
41790 ____________________________________________________________________________
41791 [  6148] By: gsar                                  on 2000/05/28  20:21:07
41792         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
41793      Branch: perl
41794            ! lib/ExtUtils/MM_Unix.pm
41795 ____________________________________________________________________________
41796 [  6147] By: gsar                                  on 2000/05/28  20:12:41
41797         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
41798              (from Peter Prymmer)
41799      Branch: perl
41800            ! vms/subconfigure.com
41801 ____________________________________________________________________________
41802 [  6146] By: gsar                                  on 2000/05/28  20:06:15
41803         Log: doc typo
41804      Branch: perl
41805            ! lib/warnings.pm warnings.h warnings.pl
41806 ____________________________________________________________________________
41807 [  6145] By: gsar                                  on 2000/05/28  18:44:33
41808         Log: make xsubpp skip embedded pod (from Matthias Neeracher
41809              <neeri@iis.ee.ethz.ch>)
41810      Branch: perl
41811            ! lib/ExtUtils/xsubpp
41812 ____________________________________________________________________________
41813 [  6144] By: gsar                                  on 2000/05/28  18:42:49
41814         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
41815              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
41816              <neeri@iis.ee.ethz.ch>)
41817      Branch: perl
41818            ! lib/AutoSplit.pm
41819 ____________________________________________________________________________
41820 [  6143] By: gsar                                  on 2000/05/28  18:41:12
41821         Log: MacOS support, part 1 (from Matthias Neeracher
41822              <neeri@iis.ee.ethz.ch>)
41823      Branch: perl
41824            + ext/DynaLoader/dl_mac.xs
41825            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
41826            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
41827            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
41828            ! util.h
41829 ____________________________________________________________________________
41830 [  6142] By: gsar                                  on 2000/05/28  18:21:51
41831         Log: File::Find fails to chdir when chasing symlinks (from
41832              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
41833      Branch: perl
41834            ! lib/File/Find.pm t/lib/filefind.t
41835 ____________________________________________________________________________
41836 [  6141] By: jhi                                   on 2000/05/28  14:25:15
41837         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
41838              forwarded by Peter Seebach from the bsdi-users mailing list.
41839              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
41840      Branch: perl
41841            ! hints/bsdos.sh
41842 ____________________________________________________________________________
41843 [  6140] By: jhi                                   on 2000/05/28  14:11:57
41844         Log: Integrate with Sarathy.
41845      Branch: cfgperl
41846           +> (branch 30 files)
41847           !> (integrate 93 files)
41848 ____________________________________________________________________________
41849 [  6139] By: gsar                                  on 2000/05/28  10:01:48
41850         Log: revise mktables.PL for bugs and newness in Unicode 3.0
41851              (from James Bence <jbence@amgen.com>)
41852      Branch: perl
41853            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
41854            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
41855            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
41856            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
41857            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
41858            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
41859            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
41860            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
41861            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
41862            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
41863            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
41864            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
41865            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
41866            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
41867            + lib/unicode/Is/SylWU.pl
41868            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
41869            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
41870            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
41871            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
41872            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
41873            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
41874            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
41875            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
41876            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
41877            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
41878            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
41879            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
41880            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
41881            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
41882            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
41883            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
41884            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
41885            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
41886            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
41887            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
41888            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
41889            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
41890            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
41891            ! lib/unicode/Makefile lib/unicode/mktables.PL
41892 ____________________________________________________________________________
41893 [  6138] By: gsar                                  on 2000/05/28  08:50:32
41894         Log: add note about the handling of negative indices to tied arrays
41895              (from Michael G Schwern <schwern@pobox.com>)
41896      Branch: perl
41897            ! pod/perltie.pod
41898 ____________________________________________________________________________
41899 [  6137] By: gsar                                  on 2000/05/28  08:46:10
41900         Log: fix bogus redeclaration warning for "our" variables in different
41901              scopes
41902      Branch: perl
41903            ! op.c t/pragma/strict-vars
41904 ____________________________________________________________________________
41905 [  6136] By: gsar                                  on 2000/05/28  08:31:20
41906         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
41907      Branch: perl
41908            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
41909 ____________________________________________________________________________
41910 [  6135] By: gsar                                  on 2000/05/28  08:17:50
41911         Log: enable Test::Harness to dynamically determine column width etc.
41912              (from Rob Napier <rnapier@employees.org>)
41913      Branch: perl
41914            ! lib/Test/Harness.pm
41915 ____________________________________________________________________________
41916 [  6134] By: gsar                                  on 2000/05/28  08:13:39
41917         Log: make Test::Harness use wait.h/WCOREDUMP if available
41918              (from Ben Tilly <ben_tilly@hotmail.com>)
41919      Branch: perl
41920            ! lib/Test/Harness.pm
41921 ____________________________________________________________________________
41922 [  6133] By: gsar                                  on 2000/05/28  08:08:05
41923         Log: elide bogus test in change#6132
41924      Branch: perl
41925            ! t/pragma/warn/9enabled
41926 ____________________________________________________________________________
41927 [  6132] By: gsar                                  on 2000/05/28  08:03:14
41928         Log: warnings::enabled() doesn't fall back to looking at $^W if
41929              caller isn't using lexical warnings (from Paul Marquess)
41930      Branch: perl
41931            ! pp_ctl.c t/pragma/warn/9enabled
41932 ____________________________________________________________________________
41933 [  6131] By: gsar                                  on 2000/05/28  07:57:47
41934         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
41935      Branch: perl
41936            ! ext/POSIX/POSIX.pm
41937 ____________________________________________________________________________
41938 [  6130] By: gsar                                  on 2000/05/28  07:29:12
41939         Log: fix places that mean C<"word" character> but say C<alphanumeric
41940              character>
41941      Branch: perl
41942            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
41943 ____________________________________________________________________________
41944 [  6129] By: gsar                                  on 2000/05/28  07:18:41
41945         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
41946      Branch: perl
41947            ! vms/test.com
41948 ____________________________________________________________________________
41949 [  6128] By: gsar                                  on 2000/05/28  07:12:55
41950         Log: new perlxstut example for passing/returning refs to arrays
41951              (from David Lowe <dlowe@pootpoot.com>)
41952      Branch: perl
41953            ! pod/perlxstut.pod
41954 ____________________________________________________________________________
41955 [  6127] By: gsar                                  on 2000/05/28  07:02:50
41956         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
41957              failed (from Gisle Aas)
41958      Branch: perl
41959            ! cop.h perl.c
41960 ____________________________________________________________________________
41961 [  6126] By: gsar                                  on 2000/05/28  06:39:53
41962         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
41963              (reworked variant of patch suggested by Simon Cozens)
41964      Branch: perl
41965            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
41966            ! pp_hot.c proto.h t/op/gv.t
41967 ____________________________________________________________________________
41968 [  6125] By: gsar                                  on 2000/05/28  05:14:55
41969         Log: enable propagating exception objects via Perl_croak() in XS code
41970              (from Gisle Aas)
41971      Branch: perl
41972            ! util.c
41973 ____________________________________________________________________________
41974 [  6124] By: gsar                                  on 2000/05/28  05:07:28
41975         Log: integrate vmsperl contents into mainline
41976      Branch: perl
41977           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
41978           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
41979           !> vms/vmsish.h
41980 ____________________________________________________________________________
41981 [  6123] By: gsar                                  on 2000/05/28  05:03:53
41982         Log: clarify gotcha with #line directives (from Rocco Caputo
41983              <troc@netrus.net>)
41984      Branch: perl
41985            ! pod/perldebug.pod pod/perlsyn.pod
41986 ____________________________________________________________________________
41987 [  6122] By: gsar                                  on 2000/05/28  04:58:29
41988         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
41989              (from Mark-Jason Dominus)
41990      Branch: perl
41991            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
41992            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
41993            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
41994            ! toke.c
41995 ____________________________________________________________________________
41996 [  6121] By: bailey                                on 2000/05/25  04:46:54
41997         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
41998              lists (based on fixes by Craig Berry)
41999      Branch: vmsperl
42000            ! lib/File/Spec/VMS.pm
42001 ____________________________________________________________________________
42002 [  6120] By: bailey                                on 2000/05/25  04:25:38
42003         Log: Add missing escape (Charles Lane)
42004      Branch: vmsperl
42005            ! t/op/lex_assign.t
42006 ____________________________________________________________________________
42007 [  6119] By: bailey                                on 2000/05/25  04:21:25
42008         Log: Quiet error messages in vmsish.t (Charles Lane)
42009      Branch: vmsperl
42010            ! vms/ext/vmsish.t
42011 ____________________________________________________________________________
42012 [  6118] By: bailey                                on 2000/05/25  04:17:57
42013         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
42014              Flatten case labels in switch statements uniformly (Charles Bailey)
42015      Branch: vmsperl
42016            ! vms/vms.c
42017 ____________________________________________________________________________
42018 [  6117] By: bailey                                on 2000/05/25  03:58:09
42019         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
42020      Branch: vmsperl
42021            ! vms/vmsish.h
42022 ____________________________________________________________________________
42023 [  6116] By: bailey                                on 2000/05/25  03:11:15
42024         Log: Miscellaneous cosmetic fixes (Charles Lane)
42025      Branch: vmsperl
42026            ! lib/ExtUtils/MM_VMS.pm
42027 ____________________________________________________________________________
42028 [  6115] By: bailey                                on 2000/05/25  03:10:36
42029         Log: Add bounds checking for several strings (Charles Lane)
42030      Branch: vmsperl
42031            ! vms/vms.c
42032 ____________________________________________________________________________
42033 [  6114] By: bailey                                on 2000/05/25  02:25:34
42034         Log: Urk -- undo previous removal of vmsish 'exit' change
42035      Branch: vmsperl
42036            ! vms/ext/vmsish.pm vms/vmsish.h
42037 ____________________________________________________________________________
42038 [  6113] By: bailey                                on 2000/05/24  02:24:40
42039         Log: Ugly workaround for version-specific RTL error
42040      Branch: vmsperl
42041            ! vms/vms.c
42042 ____________________________________________________________________________
42043 [  6112] By: bailey                                on 2000/05/24  02:19:55
42044         Log: Check for existence of file before trying to delete
42045      Branch: vmsperl
42046            ! vms/test.com
42047 ____________________________________________________________________________
42048 [  6111] By: bailey                                on 2000/05/23  23:35:13
42049         Log: Resync with mainline prior to post-5.6.0 updates
42050      Branch: vmsperl
42051           +> (branch 49 files)
42052            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
42053            ! vms/ext/vmsish.pm
42054           !> (integrate 334 files)
42055 ____________________________________________________________________________
42056 [  6110] By: jhi                                   on 2000/05/23  19:28:32
42057         Log: todo tweak
42058      Branch: cfgperl
42059            ! Todo-5.6
42060 ____________________________________________________________________________
42061 [  6109] By: jhi                                   on 2000/05/18  17:38:54
42062         Log: Integrate with Sarathy.
42063      Branch: cfgperl
42064           !> mg.c perl.h win32/perlhost.h
42065 ____________________________________________________________________________
42066 [  6108] By: gsar                                  on 2000/05/17  02:24:56
42067         Log: reenable fake signal handling on Windows, bugs and all
42068      Branch: perl
42069            ! mg.c perl.h win32/perlhost.h
42070 ____________________________________________________________________________
42071 [  6107] By: jhi                                   on 2000/05/15  18:01:41
42072         Log: Tweak the todo list.
42073      Branch: cfgperl
42074            ! Todo-5.6
42075 ____________________________________________________________________________
42076 [  6106] By: jhi                                   on 2000/05/15  13:41:48
42077         Log: The (Configure) script refuses to go on, after asking for
42078              'You may also choose to try maximal 64-bitness....'.
42079              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
42080              -- Patrick Zima
42081              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
42082      Branch: cfgperl
42083            ! hints/solaris_2.sh
42084 ____________________________________________________________________________
42085 [  6105] By: jhi                                   on 2000/05/11  14:37:43
42086         Log: Integrate with Sarathy.
42087      Branch: cfgperl
42088           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
42089           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
42090 ____________________________________________________________________________
42091 [  6104] By: gsar                                  on 2000/05/11  03:39:07
42092         Log: PL_sys_intern was being initialized too late on windows
42093      Branch: perl
42094            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
42095            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
42096 ____________________________________________________________________________
42097 [  6103] By: jhi                                   on 2000/05/09  19:42:20
42098         Log: Test tweaking for Unicos continues.
42099      Branch: cfgperl
42100            ! t/op/64bitint.t
42101 ____________________________________________________________________________
42102 [  6102] By: jhi                                   on 2000/05/09  16:47:27
42103         Log: The test suite tweak in #6101 wasn't quite right.
42104      Branch: cfgperl
42105            ! t/lib/complex.t
42106 ____________________________________________________________________________
42107 [  6101] By: jhi                                   on 2000/05/09  15:35:34
42108         Log: Hints and test tweaks for Unicos.
42109      Branch: cfgperl
42110            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
42111 ____________________________________________________________________________
42112 [  6100] By: jhi                                   on 2000/05/08  21:15:06
42113         Log: More compilation tweakery from Allen Smith.
42114      Branch: cfgperl
42115            ! hints/irix_6.sh
42116 ____________________________________________________________________________
42117 [  6099] By: jhi                                   on 2000/05/08  19:21:18
42118         Log: Tweaks for the cc bugs from Allen Smith.
42119      Branch: cfgperl
42120            ! hints/irix_6.sh
42121 ____________________________________________________________________________
42122 [  6098] By: jhi                                   on 2000/05/08  19:13:37
42123         Log: Add a note about other, yet unsupported, shadow password APIs.
42124      Branch: cfgperl
42125            ! pp_sys.c
42126 ____________________________________________________________________________
42127 [  6097] By: jhi                                   on 2000/05/08  18:46:34
42128         Log: Add a note about possible compilation problems from Allen Smith.
42129      Branch: cfgperl
42130            ! hints/irix_6.sh
42131 ____________________________________________________________________________
42132 [  6096] By: jhi                                   on 2000/05/08  17:33:10
42133         Log: Integrate with Sarathy.
42134      Branch: cfgperl
42135           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
42136           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
42137 ____________________________________________________________________________
42138 [  6095] By: jhi                                   on 2000/05/08  16:21:33
42139         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
42140              might be useful in future.
42141      Branch: cfgperl
42142            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42143            ! config_h.SH
42144      Branch: metaconfig
42145            ! U/installdirs/inc_version_list.U
42146      Branch: metaconfig/U/perl
42147            ! perlxv.U
42148 ____________________________________________________________________________
42149 [  6094] By: gsar                                  on 2000/05/08  14:22:22
42150         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
42151      Branch: perl
42152            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
42153            ! hints/cygwin.sh pp_sys.c
42154 ____________________________________________________________________________
42155 [  6093] By: gsar                                  on 2000/05/08  12:52:28
42156         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
42157              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
42158      Branch: perl
42159            ! pp_sys.c sv.c win32/perlhost.h
42160 ____________________________________________________________________________
42161 [  6092] By: jhi                                   on 2000/05/07  22:40:34
42162         Log: Regen perltoc with the fixed buildtoc.
42163      Branch: cfgperl
42164            ! pod/perltoc.pod
42165 ____________________________________________________________________________
42166 [  6091] By: jhi                                   on 2000/05/07  22:24:16
42167         Log: Integrate with Sarathy.
42168      Branch: cfgperl
42169           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
42170           !> t/op/substr.t toke.c
42171 ____________________________________________________________________________
42172 [  6090] By: gsar                                  on 2000/05/07  19:47:07
42173         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
42174              [NI]OK; added tests for both
42175      Branch: perl
42176            ! perl.c pp_hot.c sv.c t/op/substr.t
42177 ____________________________________________________________________________
42178 [  6089] By: gsar                                  on 2000/05/07  18:18:38
42179         Log: buildtoc tweak to fix newline lossage
42180      Branch: perl
42181            ! pod/buildtoc
42182 ____________________________________________________________________________
42183 [  6088] By: jhi                                   on 2000/05/07  16:35:36
42184         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
42185              because we do not use those.  The HAS_GETSPNAM remains,
42186              though, because we still do use that.
42187      Branch: cfgperl
42188            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42189            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
42190            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
42191            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
42192            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42193            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
42194 ____________________________________________________________________________
42195 [  6087] By: gsar                                  on 2000/05/07  16:05:16
42196         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
42197      Branch: perl
42198            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
42199 ____________________________________________________________________________
42200 [  6086] By: jhi                                   on 2000/05/07  15:27:07
42201         Log: Integrate with Sarathy.
42202      Branch: cfgperl
42203           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42204           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
42205           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
42206           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
42207           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
42208           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
42209 ____________________________________________________________________________
42210 [  6085] By: gsar                                  on 2000/05/07  05:52:02
42211         Log: repeat operator (x) doesn't preserve utf8-ness
42212      Branch: perl
42213            ! pp.c t/op/substr.t
42214 ____________________________________________________________________________
42215 [  6084] By: gsar                                  on 2000/05/07  05:39:55
42216         Log: substr() does not preserve utf8-ness (from Stefan Eissing
42217              <Eissing@medicaldataservice.de>); added tests
42218      Branch: perl
42219            ! pp.c t/op/substr.t
42220 ____________________________________________________________________________
42221 [  6083] By: gsar                                  on 2000/05/07  05:24:46
42222         Log: note about undocumented caller() return value (from M.J.T. Guy);
42223              yet another peek.t tweak
42224      Branch: perl
42225            ! pod/perlfunc.pod t/lib/peek.t
42226 ____________________________________________________________________________
42227 [  6082] By: gsar                                  on 2000/05/07  05:08:40
42228         Log: peek.t non-portable to ithreads
42229      Branch: perl
42230            ! t/lib/peek.t
42231 ____________________________________________________________________________
42232 [  6081] By: gsar                                  on 2000/05/07  04:17:04
42233         Log: better default perlbug categories for ok reports (from Richard Foley)
42234      Branch: perl
42235            ! utils/perlbug.PL
42236 ____________________________________________________________________________
42237 [  6080] By: gsar                                  on 2000/05/07  04:08:07
42238         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
42239              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
42240      Branch: perl
42241            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42242            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
42243            ! AUTHORS MAINTAIN MANIFEST
42244 ____________________________________________________________________________
42245 [  6079] By: gsar                                  on 2000/05/07  04:01:38
42246         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
42247      Branch: perl
42248            ! lib/Carp/Heavy.pm
42249 ____________________________________________________________________________
42250 [  6078] By: gsar                                  on 2000/05/07  01:24:19
42251         Log: workaround for CRT bug in chdir() (from Charles Lane, via
42252              Peter Prymmer)
42253      Branch: perl
42254            ! iperlsys.h vms/vms.c vms/vmsish.h
42255 ____________________________________________________________________________
42256 [  6077] By: gsar                                  on 2000/05/07  01:22:23
42257         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
42258              and Tom Phoenix)
42259      Branch: perl
42260            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
42261 ____________________________________________________________________________
42262 [  6076] By: gsar                                  on 2000/05/06  17:36:29
42263         Log: integrate cfgperl contents into mainline
42264      Branch: perl
42265           +> t/lib/peek.t
42266           !> Configure MANIFEST Porting/Glossary Porting/config.sh
42267           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
42268           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
42269           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
42270 ____________________________________________________________________________
42271 [  6075] By: jhi                                   on 2000/05/05  18:56:10
42272         Log: Make the test more portable.
42273      Branch: cfgperl
42274            ! t/lib/peek.t
42275 ____________________________________________________________________________
42276 [  6074] By: jhi                                   on 2000/05/05  18:49:20
42277         Log: Introduce t/lib/peek.t.
42278      Branch: cfgperl
42279            + t/lib/peek.t
42280            ! MANIFEST
42281 ____________________________________________________________________________
42282 [  6073] By: jhi                                   on 2000/05/05  14:30:45
42283         Log: Complex tweaks.
42284      Branch: cfgperl
42285            ! lib/Math/Complex.pm t/lib/complex.t
42286 ____________________________________________________________________________
42287 [  6072] By: jhi                                   on 2000/05/05  12:27:13
42288         Log: Integrate with Sarathy.
42289      Branch: cfgperl
42290           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
42291           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42292           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
42293           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
42294 ____________________________________________________________________________
42295 [  6071] By: gsar                                  on 2000/05/05  02:24:46
42296         Log: misformatted perllocal.pod (from Tim Jenness
42297              <t.jenness@jach.hawaii.edu>)
42298      Branch: perl
42299            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
42300 ____________________________________________________________________________
42301 [  6070] By: gsar                                  on 2000/05/05  02:16:52
42302         Log: remove misleading comment (from M.J.T. Guy)
42303      Branch: perl
42304            ! t/lib/anydbm.t
42305 ____________________________________________________________________________
42306 [  6069] By: gsar                                  on 2000/05/05  02:15:13
42307         Log: File::Spec compatibility update (from Barrie Slaymaker
42308              <barries@slaysys.com>)
42309      Branch: perl
42310            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
42311            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42312 ____________________________________________________________________________
42313 [  6068] By: gsar                                  on 2000/05/05  02:01:50
42314         Log: note about values()
42315      Branch: perl
42316            ! pod/perlfunc.pod
42317 ____________________________________________________________________________
42318 [  6067] By: gsar                                  on 2000/05/05  01:33:09
42319         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
42320      Branch: perl
42321            ! win32/win32.c
42322 ____________________________________________________________________________
42323 [  6066] By: gsar                                  on 2000/05/05  01:23:43
42324         Log: s/END/CHECK/
42325      Branch: perl
42326            ! perl.c
42327 ____________________________________________________________________________
42328 [  6065] By: jhi                                   on 2000/05/04  17:30:22
42329         Log: Integrate with Sarathy.
42330      Branch: cfgperl
42331           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
42332 ____________________________________________________________________________
42333 [  6064] By: gsar                                  on 2000/05/04  17:26:14
42334         Log: change#5905 wasn't quite right--it's intent only applies when arguments
42335              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
42336      Branch: perl
42337            ! pp_sys.c sv.c
42338 ____________________________________________________________________________
42339 [  6063] By: gsar                                  on 2000/05/04  16:52:29
42340         Log: tokeq() could read unallocated field in argument
42341      Branch: perl
42342            ! toke.c
42343 ____________________________________________________________________________
42344 [  6062] By: gsar                                  on 2000/05/04  16:34:51
42345         Log: additional tests for utf8.t
42346      Branch: perl
42347            ! t/pragma/utf8.t
42348 ____________________________________________________________________________
42349 [  6061] By: gsar                                  on 2000/05/04  16:09:28
42350         Log: change#5921 neglected to make eq honor "use bytes"
42351      Branch: perl
42352            ! sv.c
42353 ____________________________________________________________________________
42354 [  6060] By: jhi                                   on 2000/05/04  15:30:16
42355         Log: Integrate with Sarathy.
42356      Branch: cfgperl
42357           !> perl.c regcomp.c t/pragma/utf8.t
42358 ____________________________________________________________________________
42359 [  6059] By: jhi                                   on 2000/05/04  15:26:37
42360         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
42361              in natively 64-bit platforms where a long is a quad (no need
42362              for long longs).  Also added bias for IVs.
42363      Branch: cfgperl
42364            ! toke.c
42365 ____________________________________________________________________________
42366 [  6058] By: gsar                                  on 2000/05/04  00:19:14
42367         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
42368              (spotted by Donald Kinzer <dkinzer@premia.com>)
42369      Branch: perl
42370            ! perl.c
42371 ____________________________________________________________________________
42372 [  6057] By: gsar                                  on 2000/05/03  18:34:01
42373         Log: fix broken parsing of /\x{ab}/
42374      Branch: perl
42375            ! regcomp.c t/pragma/utf8.t
42376 ____________________________________________________________________________
42377 [  6056] By: jhi                                   on 2000/05/03  17:57:16
42378         Log: The search of infinity continues, this time simplified.
42379      Branch: cfgperl
42380            ! lib/Math/Complex.pm
42381 ____________________________________________________________________________
42382 [  6055] By: jhi                                   on 2000/05/03  17:45:30
42383         Log: Detypo.
42384      Branch: cfgperl
42385            ! hints/unicos.sh
42386 ____________________________________________________________________________
42387 [  6054] By: jhi                                   on 2000/05/02  22:28:27
42388         Log: Be more forgiving in POSIX about HUGE_VALL.
42389      Branch: cfgperl
42390            ! ext/POSIX/POSIX.xs
42391 ____________________________________________________________________________
42392 [  6053] By: jhi                                   on 2000/05/02  22:25:05
42393         Log: Integrate with Sarathy.
42394      Branch: cfgperl
42395           !> hints/irix_6.sh pod/perlop.pod
42396 ____________________________________________________________________________
42397 [  6052] By: jhi                                   on 2000/05/02  22:24:31
42398         Log: Unicos hint tweak.
42399      Branch: cfgperl
42400            ! hints/unicos.sh
42401 ____________________________________________________________________________
42402 [  6051] By: jhi                                   on 2000/05/02  22:21:26
42403         Log: Complex tweakery.
42404      Branch: cfgperl
42405            ! lib/Math/Complex.pm t/lib/complex.t
42406 ____________________________________________________________________________
42407 [  6050] By: jhi                                   on 2000/05/02  19:26:22
42408         Log: Use setxxent()/endxxent().
42409      Branch: cfgperl
42410            ! t/op/grent.t t/op/pwent.t
42411 ____________________________________________________________________________
42412 [  6049] By: jhi                                   on 2000/05/02  19:06:02
42413         Log: Test both the scalar and list contexts.
42414      Branch: cfgperl
42415            ! t/op/grent.t t/op/pwent.t
42416 ____________________________________________________________________________
42417 [  6048] By: gsar                                  on 2000/05/02  18:29:10
42418         Log: add note about how $( doesn't interpolate in REs (from
42419              Philip Newton <newton@ficus.frogspace.net>)
42420      Branch: perl
42421            ! pod/perlop.pod
42422 ____________________________________________________________________________
42423 [  6047] By: jhi                                   on 2000/05/02  17:41:24
42424         Log: Call getspnam() only iff needd.
42425      Branch: cfgperl
42426            ! pp_sys.c
42427 ____________________________________________________________________________
42428 [  6046] By: gsar                                  on 2000/05/02  17:07:25
42429         Log: libscheck has insufficient checks for n32 libs (from
42430              Albert Chin-A-Young <china@thewrittenword.com>)
42431      Branch: perl
42432            ! hints/irix_6.sh
42433 ____________________________________________________________________________
42434 [  6045] By: jhi                                   on 2000/05/02  13:57:17
42435         Log: Integrate with Sarathy.
42436      Branch: cfgperl
42437           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
42438           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
42439 ____________________________________________________________________________
42440 [  6044] By: gsar                                  on 2000/05/02  06:48:19
42441         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
42442              such that underscores are only ignored in literal numbers,
42443              "\x{...}", and hex/oct argument
42444      Branch: perl
42445            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
42446 ____________________________________________________________________________
42447 [  6043] By: gsar                                  on 2000/05/02  02:22:29
42448         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
42449      Branch: perl
42450            ! pod/perlretut.pod
42451 ____________________________________________________________________________
42452 [  6042] By: gsar                                  on 2000/05/02  02:17:51
42453         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
42454      Branch: perl
42455            ! pod/perltrap.pod
42456 ____________________________________________________________________________
42457 [  6041] By: gsar                                  on 2000/05/02  01:53:51
42458         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
42459              to compensate
42460      Branch: perl
42461            ! Porting/makerel
42462 ____________________________________________________________________________
42463 [  6040] By: gsar                                  on 2000/05/02  01:51:57
42464         Log: missing files in MANIFEST
42465      Branch: perl
42466            ! MANIFEST
42467 ____________________________________________________________________________
42468 [  6039] By: jhi                                   on 2000/05/02  00:36:46
42469         Log: Infinite problems.
42470      Branch: cfgperl
42471            ! lib/Math/Complex.pm
42472 ____________________________________________________________________________
42473 [  6038] By: jhi                                   on 2000/05/02  00:06:38
42474         Log: pwent/spent #ifdef imbalance.
42475      Branch: cfgperl
42476            ! pp_sys.c
42477 ____________________________________________________________________________
42478 [  6037] By: jhi                                   on 2000/05/01  22:50:11
42479         Log: Use HUGE_VALL if applicable.
42480      Branch: cfgperl
42481            ! ext/POSIX/POSIX.xs util.c
42482 ____________________________________________________________________________
42483 [  6036] By: jhi                                   on 2000/05/01  22:20:53
42484         Log: Correct Freudian slip.
42485      Branch: cfgperl
42486            ! pp_sys.c
42487 ____________________________________________________________________________
42488 [  6035] By: jhi                                   on 2000/05/01  21:07:38
42489         Log: Continue on the pwent/spent case.
42490      Branch: cfgperl
42491            ! pp_sys.c
42492 ____________________________________________________________________________
42493 [  6034] By: jhi                                   on 2000/05/01  17:45:14
42494         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
42495              adjustments in 6032 conflicted badly with this, will have
42496              to revisit them later.
42497      Branch: cfgperl
42498           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
42499           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
42500           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
42501           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
42502           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
42503           !> t/lib/cgi-html.t t/lib/cgi-request.t
42504 ____________________________________________________________________________
42505 [  6033] By: jhi                                   on 2000/05/01  17:40:49
42506         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
42507      Branch: cfgperl
42508            ! pp_sys.c
42509 ____________________________________________________________________________
42510 [  6032] By: gsar                                  on 2000/05/01  15:56:32
42511         Log: whitespace adjustments
42512      Branch: perl
42513            ! pp_sys.c
42514 ____________________________________________________________________________
42515 [  6031] By: gsar                                  on 2000/05/01  15:19:41
42516         Log: small nits in diagnostics.pm (from Robin Barker)
42517      Branch: perl
42518            ! lib/diagnostics.pm pod/perldiag.pod
42519 ____________________________________________________________________________
42520 [  6030] By: gsar                                  on 2000/05/01  08:39:18
42521         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
42522              for @- and @+ (from Johan Vromans)
42523      Branch: perl
42524            ! lib/English.pm pod/perlvar.pod
42525 ____________________________________________________________________________
42526 [  6029] By: gsar                                  on 2000/05/01  08:16:10
42527         Log: add CGI.pm v2.66 (from Lincoln Stein)
42528      Branch: perl
42529            + lib/CGI/Util.pm t/lib/cgi-pretty.t
42530            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
42531            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
42532            ! t/lib/cgi-html.t t/lib/cgi-request.t
42533 ____________________________________________________________________________
42534 [  6028] By: gsar                                  on 2000/05/01  06:34:41
42535         Log: Pod::Man generates groff-incompatible macro definition (from
42536              Tom Christiansen)
42537      Branch: perl
42538            ! lib/Pod/Man.pm
42539 ____________________________________________________________________________
42540 [  6027] By: gsar                                  on 2000/05/01  06:31:36
42541         Log: podlators-1.02 update (from Russ Allbery)
42542      Branch: perl
42543            ! lib/Pod/Man.pm lib/Pod/Text.pm
42544 ____________________________________________________________________________
42545 [  6026] By: jhi                                   on 2000/04/30  23:24:23
42546         Log: Integrate with Sarathy.
42547      Branch: cfgperl
42548           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
42549           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
42550           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42551           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42552           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
42553           !> t/lib/syslog.t toke.c win32/win32.h
42554 ____________________________________________________________________________
42555 [  6025] By: gsar                                  on 2000/04/30  18:17:47
42556         Log: Is{Alnum,Alpha,Word} don't match titlecase
42557              
42558              TODO: IsSpace is defined recursively!
42559              
42560              (both spotted by Larry)
42561      Branch: perl
42562            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
42563            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
42564 ____________________________________________________________________________
42565 [  6024] By: gsar                                  on 2000/04/30  17:50:19
42566         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
42567              (from Hugo van der Sanden)
42568      Branch: perl
42569            ! toke.c
42570 ____________________________________________________________________________
42571 [  6023] By: gsar                                  on 2000/04/30  17:14:43
42572         Log: debugger stomps on $. (from M.J.T. Guy)
42573      Branch: perl
42574            ! lib/perl5db.pl
42575 ____________________________________________________________________________
42576 [  6022] By: gsar                                  on 2000/04/30  16:59:22
42577         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
42578      Branch: perl
42579            ! sv.c
42580 ____________________________________________________________________________
42581 [  6021] By: gsar                                  on 2000/04/29  21:00:08
42582         Log: remove Win2K issue in pod (fixed by change#6020)
42583      Branch: perl
42584            ! README.win32 pod/perl56delta.pod
42585 ____________________________________________________________________________
42586 [  6020] By: gsar                                  on 2000/04/29  20:51:49
42587         Log: test tweak
42588      Branch: perl
42589            ! t/lib/open3.t
42590 ____________________________________________________________________________
42591 [  6019] By: gsar                                  on 2000/04/29  20:34:27
42592         Log: windows portability tweaks
42593      Branch: perl
42594            ! t/lib/b.t win32/win32.h
42595 ____________________________________________________________________________
42596 [  6018] By: gsar                                  on 2000/04/29  19:55:24
42597         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
42598              make _PATH_LOG() return "" if unavailable
42599      Branch: perl
42600            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
42601            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
42602 ____________________________________________________________________________
42603 [  6017] By: jhi                                   on 2000/04/28  22:49:46
42604         Log: Integrate with Sarathy.
42605      Branch: cfgperl
42606           !> op.c perl.c pod/perldiag.pod t/lib/b.t
42607 ____________________________________________________________________________
42608 [  6016] By: jhi                                   on 2000/04/28  22:46:14
42609         Log: Do not warn that an infinity does not look like a number.
42610      Branch: cfgperl
42611            ! sv.c
42612 ____________________________________________________________________________
42613 [  6015] By: gsar                                  on 2000/04/28  22:35:49
42614         Log: tweak test for portability
42615      Branch: perl
42616            ! t/lib/b.t
42617 ____________________________________________________________________________
42618 [  6014] By: gsar                                  on 2000/04/28  22:05:31
42619         Log: glob() loading File::Glob behind the scenes may cause syntax errors
42620      Branch: perl
42621            ! op.c
42622 ____________________________________________________________________________
42623 [  6013] By: gsar                                  on 2000/04/28  21:25:22
42624         Log: tweak change#5945 to display correct switch name in diagnostic
42625      Branch: perl
42626            ! perl.c pod/perldiag.pod
42627 ____________________________________________________________________________
42628 [  6012] By: jhi                                   on 2000/04/28  21:08:12
42629         Log: Integrate with Sarathy.
42630      Branch: cfgperl
42631           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
42632           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
42633           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
42634 ____________________________________________________________________________
42635 [  6011] By: jhi                                   on 2000/04/28  21:04:46
42636         Log: &HUGE_VAL is not defined, it exists.
42637      Branch: cfgperl
42638            ! lib/Math/Complex.pm
42639 ____________________________________________________________________________
42640 [  6010] By: gsar                                  on 2000/04/28  21:02:58
42641         Log: clarify note about shadow password support (from
42642              gellyfish@gellyfish.com)
42643      Branch: perl
42644            ! pod/perlfunc.pod
42645 ____________________________________________________________________________
42646 [  6009] By: gsar                                  on 2000/04/28  21:00:00
42647         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
42648      Branch: perl
42649            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
42650 ____________________________________________________________________________
42651 [  6008] By: gsar                                  on 2000/04/28  20:56:33
42652         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
42653      Branch: perl
42654            ! installperl vms/subconfigure.com
42655 ____________________________________________________________________________
42656 [  6007] By: gsar                                  on 2000/04/28  20:51:21
42657         Log: note about compile failures and END blocks (from M.J.T. Guy)
42658      Branch: perl
42659            ! pod/perl56delta.pod pod/perlmod.pod
42660 ____________________________________________________________________________
42661 [  6006] By: jhi                                   on 2000/04/28  20:42:14
42662         Log: Regen Configure.
42663      Branch: cfgperl
42664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42665            ! config_h.SH
42666 ____________________________________________________________________________
42667 [  6005] By: gsar                                  on 2000/04/28  20:41:16
42668         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
42669      Branch: perl
42670            ! utils/perldoc.PL
42671 ____________________________________________________________________________
42672 [  6004] By: jhi                                   on 2000/04/28  20:28:21
42673         Log: Integrate with Sarathy.
42674      Branch: cfgperl
42675           !> Configure INSTALL Porting/Glossary Porting/config.sh
42676           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
42677           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
42678           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
42679           !> win32/config.vc win32/win32.c
42680 ____________________________________________________________________________
42681 [  6003] By: gsar                                  on 2000/04/28  20:11:20
42682         Log: allow REG_EXPAND_SZ keys in Windows registry (from
42683              John Clayton <John.Clayton@barclayscapital.com>)
42684      Branch: perl
42685            ! win32/win32.c
42686 ____________________________________________________________________________
42687 [  6002] By: gsar                                  on 2000/04/28  19:34:16
42688         Log: destructive sv_setsv() can lose UV-ness from source, causing
42689              numeric promotions/comparisons to fail to do the right thing
42690      Branch: perl
42691            ! sv.c
42692 ____________________________________________________________________________
42693 [  6001] By: gsar                                  on 2000/04/28  18:44:15
42694         Log: support additional library locations via $Config{otherlibdirs}
42695              (from Andy Dougherty)
42696      Branch: perl
42697            ! Configure INSTALL Porting/Glossary Porting/config.sh
42698            ! Porting/config_H config_h.SH epoc/config.sh perl.c
42699            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
42700            ! win32/config.bc win32/config.gc win32/config.vc
42701 ____________________________________________________________________________
42702 [  6000] By: gsar                                  on 2000/04/28  18:26:58
42703         Log: reworked otherlibdirs.U (from Andy Dougherty)
42704      Branch: metaconfig
42705            ! U/installdirs/otherlibdirs.U
42706 ____________________________________________________________________________
42707 [  5999] By: gsar                                  on 2000/04/28  18:17:07
42708         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
42709      Branch: perl
42710            ! t/pragma/warn/toke toke.c
42711 ____________________________________________________________________________
42712 [  5998] By: jhi                                   on 2000/04/28  13:32:17
42713         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
42714      Branch: cfgperl
42715            ! lib/Math/Complex.pm
42716 ____________________________________________________________________________
42717 [  5997] By: jhi                                   on 2000/04/28  13:14:04
42718         Log: Preserve $!.
42719      Branch: cfgperl
42720            ! lib/Math/Complex.pm
42721 ____________________________________________________________________________
42722 [  5996] By: jhi                                   on 2000/04/28  12:59:23
42723         Log: Integrate with Sarathy.
42724      Branch: cfgperl
42725           +> pod/perlrequick.pod pod/perlretut.pod
42726           !> (integrate 51 files)
42727 ____________________________________________________________________________
42728 [  5995] By: gsar                                  on 2000/04/28  09:37:36
42729         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
42730      Branch: perl
42731            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
42732 ____________________________________________________________________________
42733 [  5994] By: gsar                                  on 2000/04/28  09:33:26
42734         Log: fix for missed accounting for null byte in pack("Z",...) (from
42735              M.J.T. Guy)
42736      Branch: perl
42737            ! pp.c t/op/pack.t
42738 ____________________________________________________________________________
42739 [  5993] By: gsar                                  on 2000/04/28  09:30:05
42740         Log: various minor tweaks seen on p5p
42741      Branch: perl
42742            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
42743 ____________________________________________________________________________
42744 [  5992] By: gsar                                  on 2000/04/28  09:08:19
42745         Log: pod nit (from Simon Cozens)
42746      Branch: perl
42747            ! pod/perlop.pod
42748 ____________________________________________________________________________
42749 [  5991] By: gsar                                  on 2000/04/28  09:06:36
42750         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
42751      Branch: perl
42752            ! README.posix-bc hints/posix-bc.sh
42753 ____________________________________________________________________________
42754 [  5990] By: gsar                                  on 2000/04/28  08:54:52
42755         Log: use $ENV{LIB} to search for libs under Visual C compiler
42756              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
42757      Branch: perl
42758            ! lib/ExtUtils/Liblist.pm
42759 ____________________________________________________________________________
42760 [  5989] By: gsar                                  on 2000/04/28  08:27:12
42761         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
42762              itself and no other (from Tom Hughes)
42763      Branch: perl
42764            ! t/op/array.t toke.c
42765 ____________________________________________________________________________
42766 [  5988] By: gsar                                  on 2000/04/28  08:01:38
42767         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
42768              <paul@miraclefish.com>)
42769      Branch: perl
42770            ! lib/ExtUtils/MakeMaker.pm
42771 ____________________________________________________________________________
42772 [  5987] By: gsar                                  on 2000/04/28  07:53:09
42773         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
42774      Branch: perl
42775            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
42776 ____________________________________________________________________________
42777 [  5986] By: gsar                                  on 2000/04/28  07:44:17
42778         Log: add regular expressions tutorial and quick-start guide (from
42779              Mark Kvale <kvale@phy.ucsf.edu>)
42780      Branch: perl
42781            + pod/perlrequick.pod pod/perlretut.pod
42782            ! AUTHORS MAINTAIN MANIFEST
42783 ____________________________________________________________________________
42784 [  5985] By: gsar                                  on 2000/04/28  07:30:28
42785         Log: forked child may not exit correctly if it failed to open
42786              /dev/console (from Graham Barr)
42787      Branch: perl
42788            ! ext/Sys/Syslog/Syslog.pm
42789 ____________________________________________________________________________
42790 [  5984] By: gsar                                  on 2000/04/28  07:27:20
42791         Log: attributes::reftype() doesn't work on tied argument
42792      Branch: perl
42793            ! xsutils.c
42794 ____________________________________________________________________________
42795 [  5983] By: gsar                                  on 2000/04/28  07:15:04
42796         Log: numeric conversion of non-number in change#3378 tramples on
42797              OOK offset, causing segfaults
42798      Branch: perl
42799            ! sv.c
42800 ____________________________________________________________________________
42801 [  5982] By: gsar                                  on 2000/04/28  04:48:25
42802         Log: avoid error in IO::Socket::INET when given an unknown service name
42803              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
42804      Branch: perl
42805            ! ext/IO/lib/IO/Socket/INET.pm
42806 ____________________________________________________________________________
42807 [  5981] By: gsar                                  on 2000/04/28  04:31:31
42808         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
42809              prototype mismatch with CORE::glob(); update pod and tests to
42810              suit (File::Glob::glob() is still available for backward
42811              compatibility, but should be considered deprecated)
42812      Branch: perl
42813            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
42814            ! t/lib/glob-taint.t
42815 ____________________________________________________________________________
42816 [  5980] By: gsar                                  on 2000/04/28  03:47:29
42817         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
42818              <ghudson@mit.edu>)
42819      Branch: metaconfig
42820            ! U/modified/Options.U
42821      Branch: perl
42822            ! Configure
42823 ____________________________________________________________________________
42824 [  5979] By: gsar                                  on 2000/04/28  03:07:54
42825         Log: under useithreads, constant pad entries could inadvertantly be
42826              shared across threads (from Eric Blood <eblood@xmission.com>);
42827              added Eric's test case to testsuite
42828      Branch: perl
42829            ! op.c t/op/misc.t
42830 ____________________________________________________________________________
42831 [  5978] By: gsar                                  on 2000/04/27  21:13:00
42832         Log: sync version numbers in File::Spec with the ones on CPAN
42833              (from Barrie Slaymaker)
42834      Branch: perl
42835            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
42836            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42837            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42838 ____________________________________________________________________________
42839 [  5977] By: gsar                                  on 2000/04/27  21:07:29
42840         Log: autoquote barewords followed by newline and arrow properly
42841              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
42842      Branch: perl
42843            ! t/pragma/warn/toke toke.c
42844 ____________________________________________________________________________
42845 [  5976] By: gsar                                  on 2000/04/27  20:41:20
42846         Log: DB_File v1.73 update (from Paul Marquess)
42847      Branch: perl
42848            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42849            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
42850 ____________________________________________________________________________
42851 [  5975] By: gsar                                  on 2000/04/27  20:34:24
42852         Log: allow sort() reentrancy (variant of patch suggested by
42853              Hugo van der Sanden)
42854      Branch: perl
42855            ! pp_ctl.c t/op/sort.t
42856 ____________________________________________________________________________
42857 [  5974] By: gsar                                  on 2000/04/27  19:46:57
42858         Log: change#4197 somehow missed initializing PL_errors, meaning
42859              sytax error queueing wasn't working outside eval"" at all;
42860              also fixed eval"" to localize PL_error_count, so that compile-time
42861              eval's don't clobber the error state of the outer context
42862      Branch: perl
42863            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
42864            ! t/pragma/warn/toke
42865 ____________________________________________________________________________
42866 [  5973] By: gsar                                  on 2000/04/27  18:29:05
42867         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
42868      Branch: perl
42869            ! regcomp.c regexec.c t/op/re_tests
42870 ____________________________________________________________________________
42871 [  5972] By: jhi                                   on 2000/04/27  18:22:41
42872         Log: Integrate with Sarathy.
42873      Branch: cfgperl
42874           +> t/lib/b.t t/lib/syslog.t
42875           !> (integrate 31 files)
42876 ____________________________________________________________________________
42877 [  5971] By: jhi                                   on 2000/04/27  18:18:46
42878         Log: Unicos tweaks from Mark P. Lutz.
42879      Branch: cfgperl
42880            ! hints/unicos.sh lib/Math/Complex.pm
42881 ____________________________________________________________________________
42882 [  5970] By: gsar                                  on 2000/04/27  18:05:11
42883         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
42884              IV is >32bits
42885      Branch: perl
42886            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
42887 ____________________________________________________________________________
42888 [  5969] By: gsar                                  on 2000/04/27  17:50:56
42889         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
42890      Branch: perl
42891            + t/lib/syslog.t
42892            ! MANIFEST ext/Sys/Syslog/Syslog.pm
42893 ____________________________________________________________________________
42894 [  5968] By: gsar                                  on 2000/04/27  17:44:49
42895         Log: tolerate spaces in group names in test on solaris (from David Boyce
42896              <dsb@boyski.com>)
42897      Branch: perl
42898            ! t/op/groups.t
42899 ____________________________________________________________________________
42900 [  5967] By: gsar                                  on 2000/04/27  17:41:22
42901         Log: improved docs on the warn_uninit diagnostic (from David Glasser
42902              and Simon Cozens)
42903      Branch: perl
42904            ! pod/perldiag.pod
42905 ____________________________________________________________________________
42906 [  5966] By: gsar                                  on 2000/04/27  16:54:58
42907         Log: add testsuite for B backends, fix bug in B::Deparse (from
42908              Simon Cozens <simon@brecon.co.uk>)
42909      Branch: perl
42910            + t/lib/b.t
42911            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
42912 ____________________________________________________________________________
42913 [  5965] By: gsar                                  on 2000/04/27  16:10:37
42914         Log: avoid "will not stay shared" warnings for our variables (from
42915              Robin Barker)
42916      Branch: perl
42917            ! op.c t/pragma/warn/op
42918 ____________________________________________________________________________
42919 [  5964] By: gsar                                  on 2000/04/27  07:05:05
42920         Log: reformat to 72 columns (again)
42921      Branch: perl
42922            ! pod/perldiag.pod
42923 ____________________________________________________________________________
42924 [  5963] By: gsar                                  on 2000/04/27  06:28:31
42925         Log: patch from Larry to make (\&) prototype work; added tests for
42926              the same
42927      Branch: perl
42928            ! op.c t/comp/proto.t
42929 ____________________________________________________________________________
42930 [  5962] By: gsar                                  on 2000/04/27  06:15:47
42931         Log: updated README.hpux (from Jeff Okamoto)
42932      Branch: perl
42933            ! README.hpux
42934 ____________________________________________________________________________
42935 [  5961] By: gsar                                  on 2000/04/27  05:55:03
42936         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
42937      Branch: perl
42938            ! emacs/cperl-mode.el
42939 ____________________________________________________________________________
42940 [  5960] By: gsar                                  on 2000/04/27  05:49:26
42941         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
42942      Branch: perl
42943            ! INSTALL
42944 ____________________________________________________________________________
42945 [  5959] By: gsar                                  on 2000/04/27  05:33:41
42946         Log: doubled words in pods (from Simon Cozens
42947              <simon.p.cozens@jp.pwcglobal.com>)
42948      Branch: perl
42949            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
42950            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
42951            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
42952            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
42953            ! pod/perltootc.pod
42954 ____________________________________________________________________________
42955 [  5958] By: gsar                                  on 2000/04/27  05:11:39
42956         Log: change#3569 deleted some essential code, revert; avoid use of
42957              atexit() to make DynaLoader work properly on AIX under mod_perl
42958              (from Jens-Uwe Mager <jum@helios.de>)
42959      Branch: perl
42960            ! ext/DynaLoader/dl_aix.xs
42961 ____________________________________________________________________________
42962 [  5957] By: gsar                                  on 2000/04/27  04:54:51
42963         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
42964      Branch: perl
42965            ! pod/perlmod.pod
42966 ____________________________________________________________________________
42967 [  5956] By: gsar                                  on 2000/04/27  04:51:47
42968         Log: better diagnostics on failed tests (from Ilya Zakharevich)
42969      Branch: perl
42970            ! t/op/lex_assign.t
42971 ____________________________________________________________________________
42972 [  5955] By: gsar                                  on 2000/04/27  04:26:44
42973         Log: longstanding bug exposed by change#3307: sort arguments weren't
42974              compiled with the right wantarray context (ensuing runtime lookup
42975              via block_gimme() was getting the incidental context of the
42976              sort() itself)
42977      Branch: perl
42978            ! op.c t/op/sort.t
42979 ____________________________________________________________________________
42980 [  5954] By: gsar                                  on 2000/04/26  23:42:12
42981         Log: integrate cfgperl contents into mainline
42982      Branch: perl
42983           !> (integrate 30 files)
42984 ____________________________________________________________________________
42985 [  5953] By: jhi                                   on 2000/04/26  23:06:42
42986         Log: Integrate with Sarathy.
42987      Branch: cfgperl
42988           !> README.win32 ext/B/B/Deparse.pm
42989           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42990           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
42991           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
42992           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
42993           !> utils/perldoc.PL vms/perlvms.pod
42994 ____________________________________________________________________________
42995 [  5952] By: jhi                                   on 2000/04/26  23:03:46
42996         Log: Undo "use integer" addition from 64bitint as it seems
42997              to break most of the subtests in Digital UNIX;
42998              Unicos needs to find another way.
42999      Branch: cfgperl
43000            ! t/op/64bitint.t
43001 ____________________________________________________________________________
43002 [  5951] By: jhi                                   on 2000/04/26  22:57:53
43003         Log: Be more robust on "extreme" (large absolute value)
43004              arguments.  Originally reported by Daniel Connelly
43005              as a problem with asinh() on large negative arguments,
43006              asinh() used to bail out because an argument to log()
43007              ended up being zero.  Ilya Zakharevich proposed using
43008              Taylor's series in such cases, which for such large
43009              arguments is a very good approximation.
43010      Branch: cfgperl
43011            ! lib/Math/Complex.pm t/lib/complex.t
43012 ____________________________________________________________________________
43013 [  5950] By: gsar                                  on 2000/04/25  19:13:12
43014         Log: reformat perldiag to avoid long lines
43015      Branch: perl
43016            ! pod/perldiag.pod
43017 ____________________________________________________________________________
43018 [  5949] By: gsar                                  on 2000/04/25  18:41:11
43019         Log: make perldoc use the pod2man from the same version (from
43020              M.J.T. Guy)
43021      Branch: perl
43022            ! utils/perldoc.PL
43023 ____________________________________________________________________________
43024 [  5948] By: gsar                                  on 2000/04/25  18:21:57
43025         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
43026              <kompas@kompas.usr.onet.pl>)
43027      Branch: perl
43028            ! lib/vars.pm
43029 ____________________________________________________________________________
43030 [  5947] By: gsar                                  on 2000/04/25  18:11:53
43031         Log: use &dl_error rather than &dl_load_file as the guard for calling
43032              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
43033              statically built perl)
43034      Branch: perl
43035            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
43036 ____________________________________________________________________________
43037 [  5946] By: jhi                                   on 2000/04/25  17:37:54
43038         Log: Document that tr() is not tr(1).
43039      Branch: cfgperl
43040            ! pod/perlop.pod
43041 ____________________________________________________________________________
43042 [  5945] By: gsar                                  on 2000/04/25  16:34:33
43043         Log: make module name mandatory after -M switch; reorder perldiag
43044              alphabetically (from Mark-Jason Dominus)
43045      Branch: perl
43046            ! perl.c pod/perldiag.pod
43047 ____________________________________________________________________________
43048 [  5944] By: jhi                                   on 2000/04/25  01:15:18
43049         Log: On second thoughts frexp() does have two arguments.
43050      Branch: cfgperl
43051            ! perl.h
43052 ____________________________________________________________________________
43053 [  5943] By: jhi                                   on 2000/04/24  22:56:32
43054         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
43055              Now pp_ncmp() returns undef is either operand is a NaN.
43056      Branch: cfgperl
43057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43058            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
43059            ! vms/subconfigure.com vos/config.def vos/config.h
43060            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
43061            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43062            ! win32/config_H.vc
43063      Branch: metaconfig/U/perl
43064            + d_modfl.U
43065 ____________________________________________________________________________
43066 [  5942] By: jhi                                   on 2000/04/24  19:45:17
43067         Log: Regen Configure to match #5937.
43068      Branch: cfgperl
43069            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43070            ! config_h.SH
43071      Branch: metaconfig
43072            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
43073 ____________________________________________________________________________
43074 [  5941] By: jhi                                   on 2000/04/24  19:24:11
43075         Log: Further Unicos fixes for Mark Lutz.
43076      Branch: cfgperl
43077            ! hints/unicos.sh pp_ctl.c
43078 ____________________________________________________________________________
43079 [  5940] By: jhi                                   on 2000/04/24  19:09:06
43080         Log: Various Unicos 10.0.0.6 fixes.
43081              
43082              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
43083              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
43084              Reply-To: tecmpl1@triton.ca.boeing.com 
43085              To: perl5-porters@perl.org 
43086              Date: Fri, 14 Apr 2000 20:21:00 GMT 
43087              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
43088      Branch: cfgperl
43089            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
43090 ____________________________________________________________________________
43091 [  5939] By: gsar                                  on 2000/04/24  19:01:24
43092         Log: more pod nits (from Larry Virden)
43093      Branch: perl
43094            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
43095            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
43096            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
43097 ____________________________________________________________________________
43098 [  5938] By: gsar                                  on 2000/04/24  18:54:01
43099         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
43100      Branch: perl
43101            ! ext/B/B/Deparse.pm
43102 ____________________________________________________________________________
43103 [  5937] By: jhi                                   on 2000/04/24  17:39:00
43104         Log: Integrate with Sarathy.
43105      Branch: cfgperl
43106           +> (branch 31 files)
43107           !> (integrate 73 files)
43108 ____________________________________________________________________________
43109 [  5936] By: gsar                                  on 2000/04/24  17:30:06
43110         Log: additional tests for change#5934 (from Paul Marquess, who also
43111              sent in the same fix)
43112      Branch: perl
43113            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
43114            ! t/pragma/warn/5nolint t/pragma/warn/6default
43115 ____________________________________________________________________________
43116 [  5935] By: jhi                                   on 2000/04/24  17:26:05
43117         Log: Do not assume sign propagation.
43118              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
43119              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
43120              To: payner@ncifcrf.gov, perl5-porters@perl.org 
43121              Date: Tue, 18 Apr 2000 18:24:49 +0100 
43122              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
43123      Branch: cfgperl
43124            ! t/op/bop.t t/op/misc.t
43125 ____________________________________________________________________________
43126 [  5934] By: gsar                                  on 2000/04/24  17:16:54
43127         Log: propagate lexical warnings from surrounding scope correctly
43128              within string eval()
43129      Branch: perl
43130            ! pp_ctl.c t/pragma/warn/pp_ctl
43131 ____________________________________________________________________________
43132 [  5933] By: jhi                                   on 2000/04/24  17:01:07
43133         Log: Flatten the cpp jungle doing the nosuid checking.
43134      Branch: cfgperl
43135            ! perl.c
43136 ____________________________________________________________________________
43137 [  5932] By: gsar                                  on 2000/04/24  09:08:14
43138         Log: add rsignal(), whichsig() and do_join() to public API list
43139              (mod_perl uses them to good advantage)
43140      Branch: perl
43141            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
43142 ____________________________________________________________________________
43143 [  5931] By: gsar                                  on 2000/04/24  09:01:40
43144         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
43145      Branch: perl
43146            ! pp_hot.c regexec.c t/op/pat.t
43147 ____________________________________________________________________________
43148 [  5930] By: gsar                                  on 2000/04/24  08:58:33
43149         Log: small os390 tweaks (from Peter Prymmer)
43150      Branch: perl
43151            ! config_h.SH makedepend.SH
43152 ____________________________________________________________________________
43153 [  5929] By: gsar                                  on 2000/04/24  08:55:25
43154         Log: pod nits
43155      Branch: perl
43156            ! pod/perlguts.pod
43157 ____________________________________________________________________________
43158 [  5928] By: gsar                                  on 2000/04/24  08:50:13
43159         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
43160      Branch: perl
43161            ! ext/IO/lib/IO/Poll.pm
43162 ____________________________________________________________________________
43163 [  5927] By: gsar                                  on 2000/04/24  08:43:24
43164         Log: arrange for next() to resume at the unstack op rather than the
43165              loop conditional, so that scope cleanup happens correctly
43166              (from Stephen McCamant)
43167      Branch: perl
43168            ! op.c pp_ctl.c t/op/misc.t
43169 ____________________________________________________________________________
43170 [  5926] By: gsar                                  on 2000/04/24  08:18:40
43171         Log: on windows, reserve 16M of stack rather than 128M (allows more
43172              threads to run concurrently)
43173      Branch: perl
43174            ! win32/Makefile win32/makefile.mk
43175 ____________________________________________________________________________
43176 [  5925] By: gsar                                  on 2000/04/24  08:13:52
43177         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
43178      Branch: perl
43179            ! toke.c
43180 ____________________________________________________________________________
43181 [  5924] By: gsar                                  on 2000/04/24  08:08:59
43182         Log: avoid using uninitialized memory in require version check
43183      Branch: perl
43184            ! pp_ctl.c universal.c
43185 ____________________________________________________________________________
43186 [  5923] By: gsar                                  on 2000/04/24  07:20:14
43187         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
43188      Branch: perl
43189            ! ext/IO/lib/IO/Poll.pm
43190 ____________________________________________________________________________
43191 [  5922] By: gsar                                  on 2000/04/24  07:08:42
43192         Log: commentary about IoTYPE() (from Nathan Torkington)
43193      Branch: perl
43194            ! sv.h
43195 ____________________________________________________________________________
43196 [  5921] By: gsar                                  on 2000/04/24  06:58:26
43197         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
43198              by fix
43199      Branch: perl
43200            ! sv.c t/lib/charnames.t t/pragma/utf8.t
43201 ____________________________________________________________________________
43202 [  5920] By: gsar                                  on 2000/04/24  06:37:59
43203         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
43204      Branch: perl
43205            ! doop.c t/op/ver.t
43206 ____________________________________________________________________________
43207 [  5919] By: gsar                                  on 2000/04/24  06:21:58
43208         Log: Configure might miss old directories when prefix must be
43209              expanded (from Robin Barker)
43210      Branch: metaconfig
43211            ! U/installdirs/inc_version_list.U
43212      Branch: perl
43213            ! Configure
43214 ____________________________________________________________________________
43215 [  5918] By: gsar                                  on 2000/04/24  06:16:11
43216         Log: VMS nits in glob() test (from Charles Lane)
43217      Branch: perl
43218            ! t/lib/glob-basic.t
43219 ____________________________________________________________________________
43220 [  5917] By: gsar                                  on 2000/04/24  06:11:56
43221         Log: various pod nits (from Larry Virden and others)
43222      Branch: perl
43223            ! README.amiga README.hpux README.machten README.os2
43224            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
43225            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
43226            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
43227            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
43228            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
43229            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
43230            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
43231            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
43232 ____________________________________________________________________________
43233 [  5916] By: gsar                                  on 2000/04/24  05:52:43
43234         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
43235              <wjones@tc.fluke.com>)
43236      Branch: perl
43237            ! t/lib/glob-basic.t
43238 ____________________________________________________________________________
43239 [  5915] By: gsar                                  on 2000/04/24  05:07:01
43240         Log: supported platforms mixed up
43241      Branch: perl
43242            ! pod/perl56delta.pod pod/perlport.pod
43243 ____________________________________________________________________________
43244 [  5914] By: gsar                                  on 2000/04/24  04:56:08
43245         Log: caller() wasn't returning the right number of elements for
43246              eval {...}
43247      Branch: perl
43248            ! pp_ctl.c t/pragma/warn/9enabled
43249 ____________________________________________________________________________
43250 [  5913] By: gsar                                  on 2000/04/24  04:35:41
43251         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
43252              Mark-Jason Dominus)
43253      Branch: perl
43254            ! pod/perlfunc.pod
43255 ____________________________________________________________________________
43256 [  5912] By: gsar                                  on 2000/04/24  04:17:15
43257         Log: fix totally broken caching in UNIVERSAL::isa() (from
43258              Nick Ing-Simmons)
43259      Branch: perl
43260            ! t/op/universal.t universal.c
43261 ____________________________________________________________________________
43262 [  5911] By: gsar                                  on 2000/04/24  03:39:47
43263         Log: add linebreak properties from unicode/LineBrk.txt (from
43264              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
43265      Branch: perl
43266            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
43267            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
43268            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
43269            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
43270            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
43271            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
43272            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
43273            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
43274            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
43275            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
43276            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
43277            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
43278            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
43279            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
43280            + lib/unicode/Is/LbrkZW.pl
43281            ! lib/unicode/mktables.PL
43282 ____________________________________________________________________________
43283 [  5910] By: gsar                                  on 2000/04/24  03:23:10
43284         Log: typo in pod
43285      Branch: perl
43286            ! ext/Thread/Thread.pm
43287 ____________________________________________________________________________
43288 [  5909] By: gsar                                  on 2000/04/24  03:22:03
43289         Log: mode argument to do_binmode() should be file mode, not boolean
43290      Branch: perl
43291            ! pp_sys.c
43292 ____________________________________________________________________________
43293 [  5908] By: gsar                                  on 2000/04/16  16:51:08
43294         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
43295              always returns a valid GV even when the symbol is trapped by strictures
43296              (avoids coredumps)
43297              
43298              TODO: the C<package;> hack needs similar treatment
43299      Branch: perl
43300            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
43301            ! t/pragma/strict-vars
43302 ____________________________________________________________________________
43303 [  5907] By: jhi                                   on 2000/03/31  23:42:56
43304         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
43305              an assumption which #5905 demolished.
43306      Branch: cfgperl
43307            ! pp_sys.c
43308 ____________________________________________________________________________
43309 [  5906] By: jhi                                   on 2000/03/31  18:54:37
43310         Log: Typo in #5905.
43311      Branch: cfgperl
43312            ! t/op/64bitint.t
43313 ____________________________________________________________________________
43314 [  5905] By: jhi                                   on 2000/03/31  18:50:54
43315         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
43316              reported by Joseph N. Hall.  The bug was that even with use64bitint
43317              one had to use the prefixes q, L, or ll with printf/sprintf,
43318              contrary to the documentation and common sense.
43319      Branch: cfgperl
43320            ! sv.c t/op/64bitint.t
43321 ____________________________________________________________________________
43322 [  5904] By: gsar                                  on 2000/03/28  02:31:32
43323         Log: add Changes, perldelta.pod
43324      Branch: perl
43325            + Changes pod/perldelta.pod
43326 ____________________________________________________________________________
43327 [  5903] By: gsar                                  on 2000/03/28  02:03:55
43328         Log: rename Changes and perldelta.pod
43329      Branch: perl
43330           +> Changes5.6 pod/perl56delta.pod
43331            - Changes pod/perldelta.pod
43332            ! MANIFEST
43333 ____________________________________________________________________________
43334 [  5902] By: gsar                                  on 2000/03/28  01:59:14
43335         Log: create maint-5.6 branch
43336      Branch: maint-5.6/perl
43337           +> (branch 1611 files)
43338 ____________________________________________________________________________
43339 [  5901] By: jhi                                   on 2000/03/23  05:48:43
43340         Log: Integrate with Sarathy.
43341      Branch: cfgperl
43342           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
43343 ____________________________________________________________________________
43344 [  5900] By: gsar                                  on 2000/03/23  05:42:43
43345         Log: three guesses on what this is :-)
43346      Branch: perl
43347            ! Changes